/**
 * New Homepage Styles (style-new.css)
 *
 * Styles for the new homepage design, adapted to work with the original header.php structure.
 * These styles are scoped to the .custom-template body class.
 */

body {
    overflow: unset;
    overflow-x: clip;
}
/* --- Global Styles & Variables --- */

:root {
    --color-primary: #EA5B0C;
    --color-dark-blue: #022242;
    --color-light-blue: #EDF1F3;
    --color-white: #FFFFFF;
    --font-main: 'DM Sans', sans-serif;
    --container-padding: 0 1.5rem;
    --container-max-width: 78rem;
}
/* --- Header Styles for New Homepage --- */

.custom-template .site-header {
    transition: background-color 0.3s ease-in-out;
}
/* Scrolled State */

.custom-template .site-header.is-scrolled {
    background-color: var(--color-dark-blue);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.custom-template .site-header.is-scrolled .top-header {
    display: none;
    /* Hide top bar on scroll */
}
.custom-template .site-header .inner {
    max-width: 100%;
    padding: 0;
}
.custom-template .site-header .top-header-inner, .custom-template .site-header .nav-header-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.563rem;
    max-width: 94.063rem;
}
.custom-template .site .nav-header-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}
.custom-template .site .top-header-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}
/* Top Header Bar (USP Bar) */

.custom-template .top-header {
    background-color: var(--color-white);
    padding: 0.625rem 0;
    display: flex;
    /* Make sure it's visible by default */
}
.custom-template .top-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.custom-template .feedback-widget, .custom-template .top-info {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: var(--color-dark-blue);
    font-size: 1rem;
}
.custom-template .top-info li {
    margin: 0;
}
.custom-template .top-info a {
    color: var(--color-dark-blue);
}
/* Main Header Bar (nav-header) */

.custom-template .nav-header {
    background-color: var(--color-dark-blue);
}
.custom-template .nav-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    max-width: 90rem;
    margin: 0 auto;
}
.custom-template .nav-menu>li>a {
    font-weight: 700;
    /* Bold */
}
/* --- General Page Styles --- */

.custom-template .site .new-home-page .thingsdata-container, .custom-template .site .thingsdata-container {
    width: 100%;
    max-width: var(--container-max-width);
    margin-left: auto;
    margin-right: auto;
    padding: var(--container-padding);
}
.custom-template .site .new-home-page .button {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 5.625rem;
    font-family: var(--font-main);
    font-weight: 700;
    /* Bold */
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.custom-template .site .new-home-page .button--primary {
    background-color: var(--color-primary);
    color: var(--color-white);
    border: 2px solid var(--color-primary);
}
.custom-template .site .new-home-page .button--primary:hover {
    background-color: #d9540b;
    border-color: #d9540b;
}
.custom-template .site .new-home-page .button--secondary {
    background-color: transparent;
    color: var(--color-white);
    border: 2px solid var(--color-white);
}
.custom-template .site .new-home-page .button--secondary:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
}
.custom-template .site .new-home-page .button.button--dark-blue {
    background-color: var(--color-dark-blue);
    color: var(--color-white);
    border: 2px solid var(--color-dark-blue);
}
.custom-template .site .new-home-page .button.button--dark-blue:hover {
    background-color: #001225;
}
.custom-template .site .new-home-page .section-title {
    color: var(--donkerblauw, #022242);
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    /* Bold */
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 4rem;
}
.custom-template .site .new-home-page .section-subtitle {
    color: var(--donkerblauw, #022242);
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    /* Bold */
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 3rem;
}
.custom-template .site .new-home-page .home-cases .section-title {
    margin-bottom: 1rem;
}
.custom-template .site .new-home-page .section-title.no-subtitle {
    margin-bottom: 2.5rem;
}
/* --- Hero Section --- */

.custom-template .site .home-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    color: var(--color-white);
    padding: 15rem 0 10rem 0;
    text-align: left;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    align-items: center;
    padding-bottom: 5rem;
}
.custom-template .site .home-hero .header-video {

}
.custom-template .site .home-hero .header-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-template .site .home-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(2, 34, 66, 0.20) 0%, rgba(2, 34, 66, 0.20) 100%);
    z-index: 2;
}
.custom-template .site .home-hero__content {
    position: relative;
    z-index: 3;
    max-width: 55rem;
    margin: 0;
    padding: 0 1.5rem;
}
.custom-template .site .home-hero__text h1 {
    font-family: var(--font-main);
    font-weight: 700;
    /* Bold */
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.custom-template .site .home-hero__text p {
    font-family: var(--font-main);
    font-weight: 400;
    /* Regular */
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    margin-top: 1rem;
    max-width: 54rem;
}
.custom-template .site .home-hero__text p:last-child {}
.custom-template .site .home-hero__actions {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}
.custom-template .site .home-hero__text p:empty {
    display: none;
}
/* --- USP Section --- */

.custom-template .site .home-usps {
    background: var(--color-dark-blue);
    padding: 7.5rem 0;
}
.custom-template .site .home-usps .section-title {
    color: var(--color-white);
}
.custom-template .site .home-usps__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.custom-template .site .usp-card {
    background: #022242;
    border: 2px solid rgb(53 78 104);
    border-radius: 0.625rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
body .is-usp-link:hover .usp-card__text h3 {
    text-decoration: underline;
}
.industry-item .read-more-link {
    margin-bottom: 1.5rem;
    display: flex;
    width: fit-content;
    color: #022242;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.industry-item .read-more-link svg {
    display: none;
}
.industry-item .read-more-link:hover {
    color: #EA5B0C;
}
.industry-item .read-more-link svg path {
    fill: #022242;
}
.industry-item .read-more-link:hover svg path {
    fill: #EA5B0C;
}
/* --- Styles for USP Card with Background Div --- */

/* Make the card a positioning context for its children */

.custom-template .site .usp-card.has-background {
    position: relative;
    overflow: hidden;
}
/* Style the new dedicated background div */

.custom-template .site .usp-card .usp-card__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    /* Layer 1: The very back */
    opacity: 0.3;
}
/* Style the overlay div, which sits on top of the background */

.custom-template .site .usp-card .usp-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #022242 0%, #02224258 100%);
    z-index: 2;
    /* Layer 2: Above the background */
}
/* Ensure the card's content appears on top of the overlay */

.custom-template .site .usp-card__icon, .custom-template .site .usp-card__text {
    position: relative;
    z-index: 3;
    /* Layer 3: The very front */
}
.custom-template .site .usp-card__icon {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.375rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-template .site .usp-card__icon img {
    max-width: 1.5rem;
    max-height: 1.5rem;
}
.custom-template .site .usp-card__text h3 {
    color: var(--color-white);
    font-family: var(--font-main);
    font-weight: 700;
    /* Bold */
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0 0 0.5rem 0;
}
.custom-template .site .usp-card__text p {
    color: var(--color-white);
    font-family: var(--font-main);
    font-weight: 400;
    /* Regular */
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}
/* --- Coverage Section --- */

body.custom-template .__fbcw__bar-widget__amount-of-reviews, body .__fbcw__bar-widget__score {
    color: var(--color-dark-blue) !important;
}
.custom-template .site .home-coverage {
    background: var(--color-dark-blue);
    padding: 7.5rem 0;
    color: var(--color-white);
    position: relative;
}
.custom-template .search-toggle {
    display: none !important;
}
.custom-template .pll-parent-menu-item {
    margin-right: unset;
}
.custom-template .site .home-coverage .section-title {
    color: var(--color-white);
    margin-bottom: 4rem;
}
.custom-template .site .coverage-carousel-container {
    position: relative;
    overflow: hidden;
    /* Space for controls */
}
.custom-template .site .coverage-carousel .flickity-viewport {
    overflow: visible;
}
.custom-template .site .coverage-carousel .carousel-cell {
    width: 100%;
    margin-right: 2rem;
    min-height: 100%;
}
.custom-template .site .coverage-slide {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.625rem;
    padding: 4rem;
    padding-bottom: 8rem;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    height: 100%;
}
.custom-template .site .coverage-slide__main-content {
    flex: 1;
    max-width: 25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.custom-template .site .coverage-slide__icon {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.375rem;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.custom-template .site .coverage-slide__icon img {
    max-width: 2.75rem;
    max-height: 3.625rem;
}
.custom-template .site .coverage-slide h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--color-white);
}
.custom-template .site .coverage-slide p {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 2rem;
    color: var(--color-white);
}
.custom-template .site .coverage-slide .button--secondary {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.custom-template .site .coverage-slide .button--secondary:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.custom-template .site .coverage-slide__image-container {
    flex: 1;
    max-width: 50%;
    align-self: stretch;
    height: 23rem;
    /* Set fixed height for the container */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.625rem;
}
/* --- Flickity Dots and Arrow Styles --- */

.custom-template .site .coverage-carousel .flickity-page-dots {
    bottom: 3rem;
}
.custom-template .site .coverage-carousel .flickity-page-dots .dot {
    width: 0.875rem;
    height: 0.875rem;
    margin: 0 8px;
    background: transparent;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
}
.custom-template .site .coverage-carousel .flickity-page-dots .dot.is-selected {
    background: var(--color-primary);
    border-color: var(--color-primary);
}
.custom-template .site .coverage-carousel .flickity-prev-next-button {
    width: 1.5rem;
    /* 24px */
    height: 1.5rem;
    /* 24px */
    bottom: -0.25rem;
    /* Vertically align with dots */
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    top: auto;
    transform: none;
    position: absolute;
}
.custom-template .site .coverage-carousel .flickity-prev-next-button:hover {
    background-color: transparent;
}
.custom-template .site .coverage-carousel .flickity-button-icon {
    display: none;
}
.custom-template .site .coverage-carousel .flickity-prev-next-button.previous {
    background-image: url('https://thingsdata.nl/wp-content/uploads/2025/06/arrow-prev.svg');
    left: 38%;
    bottom: 2.875rem;
    z-index: 2;
}
.custom-template .site .coverage-carousel .flickity-prev-next-button.next {
    background-image: url('https://thingsdata.nl/wp-content/uploads/2025/06/arrow-next.svg');
    right: 38%;
    bottom: 2.875rem;
    z-index: 2;
}
.social-links li a.blue-btn {
    background-color: #022242;
    border-color: #022242;
}
.social-links li a.blue-btn:hover {
    background-color: #022242;
    border-color: #022242;
}
/* --- Statistics Section --- */

.custom-template .site .home-stats {
    background: var(--color-dark-blue);
    padding: 5rem 0 12.5rem 0;
    position: relative;
}
.custom-template .site .home-stats .thingsdata-container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    z-index: 2;
}
.custom-template .site .stat-item {
    text-align: center;
    color: var(--color-white);
    max-width: 17.25rem;
    min-width: 17.25rem
}
.custom-template .site .stat-item__number {
    color: var(--color-primary);
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.custom-template .site .stat-item__description {
    font-size: 1rem;
    line-height: 1.5;
}
.custom-template .site .stats-background-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    line-height: 0;
}
.custom-template .site .stats-background-shape img {
    width: 100%;
}
.custom-template .site .new-home-page>section+section:not(.home-usps):not(.home-sim-cards) {
    padding-top: 0;
}
.custom-template .site .home-coverage+.home-usps {
    padding-top: 0;
}
.stat-item__number {
    opacity: 0;
}
/* --- SIM Cards Section --- */

body.custom-template .site .home-sim-cards {
    background-color: var(--color-light-blue);
    padding: 7.5rem 0;
    padding-top: 2.5rem;
    margin-top: -2px;
}
.custom-template .site .home-sim-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
    margin-bottom: 0;
}
.custom-template .site .sim-card {
    background-color: var(--color-white);
    border-radius: 0.625rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}
.custom-template .site .sim-card__image {
    width: 100%;
    height: 14rem;
    object-fit: cover;
}
.custom-template .site .sim-card__content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.custom-template .site .sim-card__content h3 {
    color: var(--color-dark-blue);
    font-family: var(--font-main);
    font-weight: 700;
    /* Bold */
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}
.custom-template .site .sim-card__content p {
    color: var(--color-dark-blue);
    font-family: var(--font-main);
    font-weight: 400;
    /* Regular */
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1.5rem 0;
    flex-grow: 1;
}
.custom-template .site .sim-card__link {
    color: var(--color-primary);
    font-weight: bold;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
}
.custom-template .site .sim-card__link .icon {
    width: 0.5rem;
    height: auto;
}
.custom-template .site .home-sim-cards__action {
    text-align: center;
}
.custom-template .site .home-sim-cards .sim-card__link {
    position: absolute;
    text-indent: -9999px;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.custom-template .site .home-sim-cards .sim-card__link img {
    display: none;
}
.custom-template .site .home-sim-cards .sim-card__content p {
    margin-bottom: 0;
}
/* --- Portal Banners Section --- */

.custom-template .site .home-portal-banners {
    padding: 7.5rem 0;
    background-color: var(--color-light-blue);
}
.custom-template .site .home-portal-banners .thingsdata-container {
    display: flex;
    gap: 2rem;
}
.custom-template .site .portal-banner {
    flex: 1;
    border-radius: 0.625rem;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}
.custom-template .site .portal-banner--left {
    background-color: var(--color-dark-blue);
    color: var(--color-white);
}
.custom-template .site .portal-banner--right {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.custom-template .site .portal-banner__content {
    position: relative;
    z-index: 2;
}
.custom-template .site .portal-banner h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.custom-template .site .portal-banner p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    max-width: 24.5rem;
}
.custom-template .site .portal-banner__image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
    z-index: 1;
    width: 11.563rem;
    height: 11.563rem;
    object-fit: cover;
    border-top-left-radius: 100%;
}
/* --- Industries Section --- */

.custom-template .site .home-industries {
    background-color: var(--color-light-blue);
    padding: 5rem 0;
}
.custom-template .site .home-industries .thingsdata-container {
    display: flex;
    gap: 4rem;
    align-items: center;
}
.custom-template .site .home-industries__content {
    flex: 1;
}
.custom-template .site .home-industries__content .section-title {
    text-align: left;
    margin-bottom: 2rem;
}
.custom-template .site .home-industries__image {
    flex: 1;
    max-width: 35rem;
}
.custom-template .site .home-industries__image img {
    width: 100%;
    height: auto;
    border-radius: 0.625rem;
}
/* Make the content and image columns stretch to the same height */

.custom-template .site .home-industries .thingsdata-container {
    align-items: stretch;
}
/* Style the image column, which is now an empty div with a background */

.custom-template .site .home-industries__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.625rem;
    min-height: 25rem;
}
/* Remove the default styling for the now-nonexistent img tag */

.custom-template .site .home-industries__image img {
    display: none;
}
.custom-template .site .industries-accordion {
    border-top: 1px solid rgba(2, 34, 66, 0.15);
}
.custom-template .site .industry-item {
    border-bottom: 1px solid rgba(2, 34, 66, 0.15);
}
.custom-template .site .industry-item__header {
    padding: 1.5rem 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-template .site .industry-item__header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-family: var(--font-main);
    font-weight: 700;
    /* Bold */
    color: var(--color-dark-blue);
}
.custom-template .site .industry-item__header .icon {
    width: 0.875rem;
    height: 0.875rem;
}
.custom-template .site .industry-item__header .icon--minus {
    display: none;
}
.custom-template .site .industry-item.active .industry-item__header .icon--plus {
    display: none;
}
.custom-template .site .industry-item.active .industry-item__header .icon--minus {
    display: block;
}
.custom-template .site .industry-item.active .industry-item__header h3 {
    color: var(--color-primary);
}
.custom-template .site .industry-item__content {
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-out;
}
.custom-template .site .industry-item__content:hover {
    text-decoration: underline;
}
.custom-template .site .industry-item__content p {
    margin: 0 0 1.5rem 0;
    font-family: var(--font-main);
    font-weight: 400;
    /* Regular */
    font-size: 1rem;
    line-height: 1.5;
}
.custom-template .site .home-industries__action {
    margin-top: 2rem;
}
/* --- Customer Cases Section --- */

.custom-template .site .home-cases {
    padding: 7.5rem 0 15rem 0;
    background-color: var(--color-light-blue);
    position: relative;
    overflow: hidden;
}
.custom-template .site .home-cases__background-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18rem;
    /* approximate height */
    background: url('/wp-content/themes/thingsdata/assets/svg/boog-onder-blue.svg') no-repeat center bottom;
    background-size: cover;
    z-index: 1;
}
.custom-template .site .home-cases .thingsdata-container {
    position: relative;
    z-index: 2;
}
.custom-template .site .home-cases__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: var(--color-white);
    border: 1px solid #e5e8eb;
    border-radius: 0.625rem;
    margin-bottom: 3rem;
}
.custom-template .site .case-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    height: 12.5rem;
    border-right: 1px solid #e5e8eb;
    border-bottom: 1px solid #e5e8eb;
}
.custom-template .site .case-logo:nth-child(4n) {
    border-right: none;
}
.custom-template .site .case-logo:nth-child(n+5) {
    border-bottom: none;
}
.custom-template .site .case-logo img {
    max-width: 100%;
    max-height: 80%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: filter 0.3s, opacity 0.3s;
    max-width: 8.125rem;
}
.custom-template .site .case-logo a:hover img {
    filter: grayscale(0%);
    opacity: 1;
}
.custom-template .site .home-cases__action {
    text-align: center;
}
.custom-template .site .home-cases .button--secondary {
    color: var(--color-primary);
    border-color: var(--color-primary);
}
.custom-template .site .home-cases .button--secondary:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}
/* --- Conversion Section --- */

.custom-template .site .home-conversion {
    background-color: var(--color-dark-blue);
    padding: 7.5rem 0;
}
.custom-template .site .home-conversion .thingsdata-container {
    display: flex;
    gap: 2rem;
}
.custom-template .site .conversion-card {
    flex: 1;
    border-radius: 0.625rem;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}
.custom-template .site .conversion-card__content {
    position: relative;
    z-index: 2;
}
.custom-template .site .conversion-card__image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%;
    z-index: 1;
    width: 11.563rem;
    height: 11.563rem;
    object-fit: cover;
    border-top-left-radius: 100%;
}
.custom-template .site .conversion-card--white {
    background-color: var(--color-white);
    color: var(--color-dark-blue);
}
.custom-template .site .conversion-card--orange {
    background: linear-gradient(108.17deg, #EA5B0C 0%, #E30613 100%);
    color: var(--color-white);
}
.custom-template .site .conversion-card h2 {
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}
.custom-template .site .conversion-card--white h2 .highlight {
    color: var(--color-primary);
}
.custom-template .site .conversion-card--orange h2 .highlight {
    color: var(--color-dark-blue);
}
.custom-template .site .conversion-card p {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 2rem;
    max-width: 25rem;
}
.blue {
    color: var(--Donkerblauw, #022242);
}
/* --- Locations Section --- */

.custom-template .site .home-locations {
    background-color: var(--color-dark-blue);
    padding: 7.5rem 0;
    color: var(--color-white);
}
.custom-template .site .home-locations .section-title {
    color: var(--color-white);
}
.custom-template .site .locations-container {
    border-radius: 0.625rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4rem;
    display: flex;
    gap: 3rem;
}
.custom-template .site .locations-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.custom-template .site .location-card {
    background: #022242;
    border-radius: 0.625rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}
.custom-template .site .location-card h3 {
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.custom-template .site .location-card p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0;
}
.custom-template .site .location-card__image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 45%;
    width: 11.563rem;
    height: 11.563rem;
    object-fit: cover;
    border-top-left-radius: 100%;
}
.custom-template .site .locations-map {
    flex: 1;
}
.custom-template .site .locations-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.625rem;
}
/* --- Home Recognition Section (UPDATED) --- */

.custom-template .site .home-recognition {
    background-color: var(--color-light-blue);
    padding: 5rem 0 7.5rem 0;
}
.custom-template .site .home-recognition .section-title {
    margin-bottom: 2.5rem;
}
/* New decorative orange bar */

.custom-template .site .home-recognition__decorator {
    background: linear-gradient(180deg, #EA5B0C 0%, #E30613 100%);
    border-radius: 0.625rem 0.625rem 0 0;
    height: 1rem;
    max-width: var(--container-max-width);
    /* Match container width */
    margin: -1.5rem auto 2.5rem auto;
    /* Position it between title and grid */
    margin: 0;
    display: none;
}
.custom-template .site .home-recognition__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    /* Remove gap for seamless borders */
    max-width: var(--container-max-width);
    margin: 0 auto;
}
.custom-template .site .recognition-card {
    background-color: var(--color-white);
    border: 1px solid #e5e8eb;
    border-left: none;
    /* Remove left border for all */
    padding: 2rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    transition: background-color 0.3s ease;
    position: relative;
}
/* Re-add left border and radius for the first card */

.custom-template .site .recognition-card:first-child {
    border-left: 1px solid #e5e8eb;
    border-radius: 0.625rem 0 0 0.625rem;
}
/* Add radius for the last card */

.custom-template .site .recognition-card:last-child {
    border-radius: 0 0.625rem 0.625rem 0;
}
.custom-template .site .recognition-card:hover {
    transform: none;
    box-shadow: none;
}
.custom-template .site .recognition-card__main-content {
    display: flex;
    flex-direction: column;
}
.custom-template .site .recognition-card__header {
    min-height: 40px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.custom-template .site .recognition-card__header img {
    max-height: 30px;
    width: auto;
    object-fit: contain;
}
.custom-template .site .recognition-card__content {
    flex-grow: 1;
}
.custom-template .site .recognition-card__content h3 {
    color: var(--color-dark-blue);
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0 0 0.75rem 0;
}
.custom-template .site .recognition-card__content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}
.custom-template .site .recognition-card:hover .recognition-card__content h3 a {
    text-decoration: underline;
    color: var(--color-primary);
}
.custom-template .site .recognition-card__content p {
    color: var(--color-dark-blue);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    max-width: 20rem;
}
.custom-template .site .recognition-card__action {
    display: flex;
    align-items: flex-end;
}
.custom-template .site .recognition-card__arrow-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--Donkerblauw, #022242);
    opacity: 0;
    transform: translateX(10px) translateY(2rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.custom-template .site .recognition-card:hover .recognition-card__arrow-link {
    opacity: 1;
    transform: translateX(0) translateY(2rem);
}
.custom-template .site .recognition-card__arrow-link img {
    width: 0.75rem;
    height: 0.75rem;
}
/* --- Media Queries for Recognition Section --- */

@media (max-width: 1024px) {
    .custom-template .site .home-recognition__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    .custom-template .site .recognition-card, .custom-template .site .recognition-card:first-child, .custom-template .site .recognition-card:last-child {
        border-radius: 0.625rem;
        border-left: 1px solid #e5e8eb;
    }
}
@media (max-width: 768px) {
    .custom-template .site .home-recognition {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .custom-template .site .home-recognition__grid {
        grid-template-columns: 1fr;
    }
    .custom-template .site .home-recognition__decorator {
        margin-top: -1.5rem;
        margin-bottom: 1.5rem;
        margin: 0;
    }
    .custom-template .site .recognition-card {
        flex-direction: column;
        padding-bottom: 2rem;
    }
    .custom-template .site .recognition-card__action {
        align-items: flex-start;
        margin-top: 1.5rem;
    }
    .custom-template .site .recognition-card__arrow-link {
        opacity: 1;
        transform: none !important;
    }
}
/* --- Newsletter Section --- */

.custom-template .site .home-newsletter {
    background-color: var(--color-dark-blue);
    padding: 3rem 0;
    padding-bottom: 0;
}
.custom-template .site .home-newsletter .thingsdata-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.custom-template .site .newsletter-form .wpcf7-spinner {
    position: absolute;
}
.custom-template .site .newsletter-content h3 {
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}
.custom-template .site .newsletter-content p {
    color: var(--color-white);
    font-size: 1rem;
    margin: 0;
}
.custom-template .site .newsletter-form {
    display: flex;
    gap: 1rem;
}
.custom-template .site .newsletter-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.custom-template .site .newsletter-form form p {
    margin: 0;
}
.custom-template .site .newsletter-form input[type="text"], .custom-template .site .newsletter-form input[type="email"] {
    background: var(--color-white);
    border: 1px solid #000 !important;
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
    height: 2.5rem;
    color: var(--color-dark-blue);
}
.custom-template .site .newsletter-form input::placeholder {
    color: #666;
}
.custom-template .site .newsletter-form input[type="text"] {
    width: 12.5rem;
}
.custom-template .site .newsletter-form input[type="email"] {
    width: 12.5rem;
}
.custom-template .site .newsletter-form .wpcf7-submit {
    height: auto;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 5.625rem;
    cursor: pointer;
    line-height: 1.5rem;
    min-width: 12.5rem
}
.custom-template .site .newsletter-form .wpcf7-submit:hover {
    background-color: #ca4e0a;
    border-color: #ca4e0a;
}
.custom-template .site .newsletter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 0.625rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4rem;
    width: 100%;
}
/* --- CF7 Validation Styles --- */

.custom-template .site .newsletter-form span.wpcf7-not-valid-tip {
    color: #ff8f8f;
    font-size: 0.8em;
    display: block;
    margin-top: -0.625rem;
    margin-right: 0.625rem;
}
.custom-template .site .newsletter-form input.wpcf7-not-valid {
    border-color: #dc3232 !important;
}
.custom-template .site .wpcf7-response-output {
    margin: 1.5em 0.5em 1em;
    padding: 0.5em 1em;
    border: 2px solid #ff0000;
    color: #f7f7f7;
    border-radius: 0.625rem;
    text-align: center;
}
.custom-template .site .wpcf7-form.invalid .wpcf7-response-output {
    border-color: #dc3232;
    background: #f7e7e6;
    color: #333;
    display: none !important;
}
.custom-template .site .wpcf7-form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #e9f7e7;
    color: #333;
}
body.custom-template .nav-header .social-links li .portal-btn.glow-btn, body.custom-template .nav-header .glow-btn, body .nav-header.glow-btn.green-btn {
    background-color: #EA5B0C;
    border-color: #EA5B0C;
}
/* --- Media Queries --- */

@media (min-width: 1024px) {
    .custom-template .site .newsletter-form form {
        flex-direction: row;
    }
    .custom-template .site .home-newsletter .thingsdata-container, .custom-template .site .home-newsletter .newsletter-container {
        gap: 2.5rem;
    }
    .custom-template .site .newsletter-form input[type="email"] {}
}
@media (min-width: 1600px) {
    body.custom-template #page.site .home-sim-cards {
        padding-top: 0;
    }
}
@media (min-width: 1024px) {
    .custom-template .nav-menu>li>a {
        color: var(--color-white) !important;
    }
    .custom-template .site .newsletter-form .wpcf7-submit {
        min-width: unset;
    }
}
@media (max-width: 1023px) {
    .custom-template .top-header {
        display: none;
    }
}
@media (max-width: 1024px) {
    .custom-template .site .home-usps__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .custom-template .site .coverage-slide {
        flex-direction: column;
        text-align: center;
        padding: 2.5rem;
    }
    .custom-template .site .coverage-slide__main-content {
        align-items: center;
        max-width: 100%;
    }
    .custom-template .site .coverage-slide__image-container {
        max-width: 80%;
        margin-top: 2rem;
        width: 100%;
        height: 15rem;
        /* Adjust height for tablet */
    }
    .custom-template .site .coverage-carousel .flickity-prev-next-button.previous {
        left: 35%;
    }
    .custom-template .site .coverage-carousel .flickity-prev-next-button.next {
        right: 35%;
    }
    .custom-template .site .home-sim-cards__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
    .custom-template .site .home-industries .thingsdata-container {
        flex-direction: column;
    }
    .custom-template .site .home-cases__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .custom-template .site .home-conversion .thingsdata-container, .custom-template .site .home-portal-banners .thingsdata-container {
        flex-direction: column;
    }
    .custom-template .site .top-header-inner {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }
    .custom-template .site .locations-container {
        flex-direction: column;
    }
    .custom-template .site .home-newsletter .thingsdata-container, .custom-template .site .home-newsletter .newsletter-container {
        flex-direction: column;
        gap: 2rem;
    }
}
@media (max-width: 768px) {
    .custom-template .site .home-hero__text h1 {
        font-size: 2.5rem;
    }
    .custom-template .site .home-hero__text p {
        font-size: 1rem;
    }
    .custom-template .site .home-hero__actions {
        flex-direction: column;
    }
    .custom-template .site .new-home-page .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .custom-template .site .home-usps__grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .custom-template .site .coverage-carousel .flickity-prev-next-button.previous {
        left: 30%;
    }
    .custom-template .site .coverage-carousel .flickity-prev-next-button.next {
        right: 30%;
    }
    .custom-template .site .home-cases__grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .custom-template .site .case-logo {
        height: 8rem;
    }
    .custom-template .site .case-logo:nth-child(n) {
        border-right: none;
    }
    .custom-template .site .case-logo:not(:last-child) {
        border-bottom: 1px solid #e5e8eb;
    }
    .custom-template .site .home-stats .thingsdata-container {
        flex-direction: column;
        align-items: center;
    }
    .custom-template .site .home-portal-banners .thingsdata-container {
        flex-direction: column;
    }
    .custom-template .site .newsletter-form {
        flex-direction: column;
        width: 100%;
    }
    .custom-template .site .newsletter-form input[type="email"], .custom-template .site .newsletter-form input[type="text"] {
        width: 100%;
    }
    .custom-template .site .home-cases__background-shape {
        display: none;
    }
    body.custom-template .site .content-area article.new-home-page>section+section.home-conversion {
        padding-top: 3.5rem;
    }
}
@media (max-width: 768px) {
    /* --- General Refinements --- */
    .custom-template .site .new-home-page .section-title {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }
    .custom-template .site .location-card h3 {
        margin-bottom: 1rem;
    }
    /* --- Image Scaling Fix --- */
    .custom-template img {
        max-width: 100%;
        height: auto;
    }
    .custom-template .site .stat-item__number {
        line-height: 1.5rem;
    }
    /* --- Section Padding Reduction --- */
    .custom-template .site .home-usps, .custom-template .site .home-coverage, .custom-template .site .home-sim-cards, .custom-template .site .home-portal-banners, .custom-template .site .home-industries, .custom-template .site .home-conversion, .custom-template .site .home-locations {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .custom-template .site .home-stats {
        padding: 3.5rem 0;
        padding-bottom: 5rem;
    }
    .custom-template .site .home-cases {
        padding: 3.5rem 0 3.5rem 0;
    }
    /* --- Hero Section --- */
    .custom-template .site .home-hero {
        padding: 8rem 0rem 4rem 0rem;
        /* Use padding on section */
        text-align: center;
        min-height: auto;
        /* Allow height to be determined by content */
    }
    .custom-template .site .home-hero__content {
        padding: 0;
        /* Remove padding from inner container */
    }
    .custom-template .site .home-hero__text h1 {
        font-size: 2.25rem;
    }
    .custom-template .site .home-hero__text p {
        font-size: 1.125rem;
    }
    .custom-template .site .home-hero__actions {
        flex-direction: column;
    }
    .custom-template .site .home-hero__actions .button {
        width: 100%;
        box-sizing: border-box;
    }
    /* --- USPs Section --- */
    .custom-template .site .home-usps__grid {
        grid-template-columns: 1fr;
    }
    /* --- Coverage Section --- */
    .custom-template .site .coverage-slide__image-container {
        height: 15rem;
    }
    .custom-template .site .coverage-slide {
        padding: 2rem 1.5rem 7rem 1.5rem;
    }
    .custom-template .site .coverage-carousel .flickity-prev-next-button.previous {
        left: 25%;
    }
    .custom-template .site .coverage-carousel .flickity-prev-next-button.next {
        right: 25%;
    }
    /* --- Statistics Section --- */
    .custom-template .site .home-stats .thingsdata-container {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }
    /* --- SIM Cards Section --- */
    .custom-template .site .home-sim-cards__grid {
        grid-template-columns: 1fr;
    }
    /* --- Portal Banners & Conversion Sections --- */
    .custom-template .site .home-portal-banners .thingsdata-container, .custom-template .site .home-conversion .thingsdata-container {
        flex-direction: column;
        gap: 1.5rem;
    }
    .custom-template .site .portal-banner, .custom-template .site .conversion-card {
        text-align: center;
        padding: 2.5rem 1.5rem;
    }
    .custom-template .site .portal-banner__image, .custom-template .site .conversion-card__image {
        display: none;
        /* Hiding decorative images saves space and prevents overflow */
    }
    /* --- Industries Section --- */
    .custom-template .site .home-industries .thingsdata-container {
        flex-direction: column;
        gap: 2rem;
    }
    .custom-template .site .home-industries__content .section-title {}
    .custom-template .site .home-industries__action {
        text-align: center;
    }
    /* --- Customer Cases Section (2-column mobile) --- */
    .custom-template .site .home-cases__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .custom-template .site .case-logo {
        height: 10rem;
        padding: 1rem;
        border-bottom: 1px solid #e5e8eb;
    }
    .custom-template .site .case-logo img {
        object-fit: contain;
        max-width: 6rem;
        /* Ensures logo fits without being cropped or stretched */
    }
    .custom-template .site .case-logo:nth-child(2n) {
        border-right: none;
    }
    .custom-template .site .case-logo:nth-child(2n-1) {
        border-right: 1px solid #e5e8eb;
    }
    .custom-template .site .case-logo:nth-last-child(-n+2) {
        border-bottom: none;
    }
    /* --- Locations Section --- */
    .custom-template .site .locations-container {
        flex-direction: column;
        padding: 1.5rem;
    }
    .custom-template .site .location-card {
        text-align: center;
    }
    .custom-template .site .location-card__image {
        display: none;
    }
    /* --- Newsletter Section --- */
    .custom-template .site .home-newsletter .thingsdata-container, .custom-template .site .home-newsletter .newsletter-container, .custom-template .site .newsletter-form, .custom-template .site .newsletter-form form {
        flex-direction: column;
        width: 100%;
    }
    .custom-template .site .newsletter-content {
        text-align: center;
    }
    .custom-template .site .home-newsletter .newsletter-container {
        padding: 1.5rem;
    }
    .custom-template .site .newsletter-form {
        gap: 0;
    }
    .custom-template .site .newsletter-form form {}
    .custom-template .site .newsletter-form .wpcf7-submit {
        width: 100%;
    }
    .custom-template .site .coverage-slide p {
        font-size: 1rem;
    }
    .custom-template .site .portal-banner p {
        font-size: 1rem;
    }
}
/* --- Replicated Customer Cases Hover Effect --- */

/*
  This block replicates the complex hover effect from the original theme's .klant-item
  for the new .case-logo elements. It includes a scaling gradient background,
  an upward-moving logo that turns white, and a revealing icon button.
*/

/* Ensure the scaled hover effect isn't clipped by its parent containers. */

.custom-template .site .home-cases, .custom-template .site .home-cases__grid {
    overflow: visible;
}
/* The .case-logo needs a positioning context for the hover effect. */

.custom-template .site .case-logo {
    position: relative;
}
/* The anchor tag is the main target for the hover and positioning. */

.custom-template .site .case-logo a {
    position: relative;
    z-index: 1;
    /* Sits above the default background. */
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Prepare the image for animation. It must be stacked above the ::before element. */

.custom-template .site .case-logo img {
    transition: transform 0.6s ease, filter 0.6s ease;
    position: relative;
    z-index: 2;
}
/* Style the 'more info' button, which is initially hidden. */

.custom-template .site .more-btn {
    position: absolute;
    width: 2.125rem;
    height: 2.125rem;
    display: block;
    background: url(/assets/svg/arrow-right.svg) #022242 no-repeat center center;
    background-size: 0.75rem;
    border-radius: 50%;
    text-indent: -9999px;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 3;
    /* Must be on top of everything. */
}
/* ==========================================================================
    Desktop Hover Effect (min-width: 1180px)
    ========================================================================== */

@media (min-width: 1180px) {
    /* This pseudo-element creates the animated background. */
    .custom-template .site .case-logo a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, #ea5a0c 0%, #e30713 100%);
        opacity: 0;
        transform: scale(1);
        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.6s ease;
        border-radius: 0.625rem;
        /* Matches the grid's border-radius */
        z-index: 1;
    }
    /* On hover, the background appears, scales up, and gets a shadow. */
    .custom-template .site .case-logo a:hover::before {
        opacity: 1;
        transform: scale(1.075);
        box-shadow: 0px 0px 20px #001a6229;
    }
    /* The image moves up and turns white on hover. */
    .custom-template .site .case-logo.brightness a:hover img {
        filter: brightness(0) invert(1);
    }
    .custom-template .site .case-logo a:hover img {
        opacity: 1;
        transform: translateY(-0.938rem);
    }
    /* The 'more info' button becomes visible on hover. */
    .custom-template .site .case-logo a:hover .more-btn {
        opacity: 1;
    }
    /* --- SIM Cards Section --- */
    body.custom-template .site .home-sim-cards {
        background-color: var(--color-light-blue);
        padding: 7.5rem 0;
        padding-top: 2.5rem;
        margin-top: -2px;
    }
    .custom-template .site .home-sim-cards__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        margin-bottom: 4rem;
        margin-bottom: 0;
    }
    .custom-template .site .sim-card {
        background-color: var(--color-white);
        border-radius: 0.625rem;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .custom-template .site .sim-card__image {
        width: 100%;
        height: 14rem;
        object-fit: cover;
        /* Add a smooth transition for the transform effect */
        transition: transform 0.3s ease-in-out;
    }
    /* --- ADD THIS RULE --- */
    /* Scale the image when the user hovers over the parent card */
    .custom-template .site .sim-card:hover .sim-card__image {
        transform: scale(1.05);
    }
    .custom-template .site .sim-card:hover h3 {
        text-decoration: underline
    }
    /* --- END OF ADDED RULE --- */
    .custom-template .site .sim-card__content {
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    .custom-template .site .sim-card__content h3 {
        color: var(--color-dark-blue);
        font-family: var(--font-main);
        font-weight: 700;
        /* Bold */
        font-size: 1.5rem;
        margin: 0 0 1rem 0;
    }
    .custom-template .site .sim-card__content p {
        color: var(--color-dark-blue);
        font-family: var(--font-main);
        font-weight: 400;
        /* Regular */
        font-size: 1rem;
        line-height: 1.5;
        margin: 0 0 1.5rem 0;
        flex-grow: 1;
    }
    .custom-template .site .sim-card__link {
        color: var(--color-primary);
        font-weight: bold;
        text-decoration: underline;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-top: auto;
    }
    .custom-template .site .sim-card__link .icon {
        width: 0.5rem;
        height: auto;
    }
    .custom-template .site .home-sim-cards__action {
        text-align: center;
    }
    .custom-template .site .home-sim-cards .sim-card__link {
        position: absolute;
        text-indent: -9999px;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
    .custom-template .site .home-sim-cards .sim-card__link img {
        display: none;
    }
    .custom-template .site .home-sim-cards .sim-card__content p {
        margin-bottom: 0;
    }
    .custom-template .site .home-industries {
        padding: 7.5rem 0
    }
}
/* ==========================================================================
    Mobile/Tablet Hover Effect (max-width: 1179px)
    ========================================================================== */

@media (max-width: 1179px) {
    /* Fallback to the simpler hover effect: a gradient background. */
    .custom-template .site .case-logo a:hover {
        background: linear-gradient(to bottom, #ea5a0c 0%, #e30713 100%);
        border-radius: 0.625rem;
    }
    /* The image still turns white on hover. */
    .custom-template .site .case-logo a:hover img {
        filter: brightness(0) invert(1);
        opacity: 1;
    }
}