.data-ceners-amserdam-sec .hero-section,
.data-ceners-overview-sec .hero-section {
    padding: 80px 0;
    background-image: url('../images/background/6.jpg');
    background-size: cover !important;
    text-align: center;
    height: 289px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.data-ceners-amserdam-sec h2,
.data-ceners-overview-sec h2 {
    letter-spacing: 0px;
    font-size: 24px;
}

.data-ceners-amserdam-sec .hero-section p,
.data-ceners-overview-sec .hero-section p {
    color: #000;
}


/* Tabs */

.data-ceners-amserdam-sec .location-tabs,
.data-ceners-overview-sec .location-tabs {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 40px;
    gap: 38px;
    display: flex;
    align-items: center;
}

.data-ceners-amserdam-sec .location-tabs .nav-link,
.data-ceners-overview-sec .location-tabs .nav-link {
    font-weight: 600;
    padding: 0px 12px;
    border: none;
    background: none;
    font-size: 12px;
    color: #819ba4;
}

.data-ceners-amserdam-sec .location-tabs .nav-link.active,
.data-ceners-overview-sec .location-tabs .nav-link.active {
    color: rgb(27 27 27 / 1) !important;
    border-bottom: 3px solid rgb(2 149 205 / 1);
}


/* Cards */

.data-ceners-overview-sec .location-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: transform .3s ease;
}

.data-ceners-overview-sec .location-card:hover {
    transform: translateY(-6px);
}

.data-ceners-overview-sec .location-card img {
    width: 100%;
    height: 110px;
    object-fit: fill;
}

.data-ceners-overview-sec .location-card-body {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.data-ceners-overview-sec .location-card-body h5 {
    font-weight: 900;
    font-size: 15px;
}

.data-ceners-overview-sec .location-card-body p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: unset;
    line-height: 1.5;
}

.data-ceners-overview-sec .location-card-body p strong {
    color: #000;
}

.data-ceners-overview-sec .location-card-body a {
    font-size: 14px;
    color: rgb(2 149 205 / 1);
    text-decoration: none;
    font-weight: 600;
}

.data-ceners-overview-sec .location-card-body .btn.btn-primary {
    padding: 8px 24px;
    font-size: 14px;
    border: 1px solid;
    background-color: unset;
}

.data-ceners-overview-sec .overview-sec {
    padding-top: unset;
}

.data-ceners-overview-sec .location-card-body .btn.btn-primary:hover {
    background: rgb(2 149 205 / 1);
    border: 1px solid rgb(2 149 205 / 1);
    color: #fff;
}

.locations-section {
    background: rgb(2 149 205 / 1);
    color: #ffffff;
    padding: 40px 0;
}

.locations-section h2 {
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
}

.locations-section .locations-section p {
    max-width: 850px;
    margin: 0 auto 50px;
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.95;
}

.locations-section .map-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.locations-section .map-wrapper img {
    max-width: 100%;
    opacity: 0.9;
}

.locations-section .location-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
}

.locations-section .location-feature i {
    font-size: 40px;
    color: #ffffff;
}

.locations-section .location-feature span {
    font-size: 14px;
    line-height: normal;
    text-align: left;
}

.dc-specs-section {
    padding: 40px 0;
    background: #ffffff;
}

.redundancy-section {
    padding: 40px 0;
    background: #f8fafc;
}

.redundancy-section .section-title,
.dc-specs-section .section-title {
    letter-spacing: 0px;
    font-size: 24px;
    color: #0a192f;
    margin-bottom: unset;
}

.dc-specs-section .section-subtitle {
    max-width: 700px;
    margin: 0px auto 0;
    color: #4b5563;
    font-size: 15px;
}

.dc-specs-section .spec-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.dc-specs-section .spec-item i {
    font-size: 25px;
    color: #2692ca;
}

.dc-specs-section .spec-item h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.dc-specs-section .spec-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.redundancy-section .feature-card {
    background: #fff;
    padding: 30px;
    height: 100%;
    border: unset;
    text-align: left;
}

.redundancy-section .feature-icon {
    width: 48px;
    height: 48px;
    background: #47aeea;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 22px;
    margin-bottom: 15px;
}

.redundancy-section .feature-card h5 {
    font-weight: 700;
    color: #0a192f;
}

.redundancy-section .feature-card p {
    font-size: 14px;
    color: #4b5563;
}

.redundancy-section .feature-card ul {
    padding-left: 18px;
    margin-top: 10px;
}

.redundancy-section .feature-card ul li {
    font-size: 14px;
    color: #374151;
    margin-bottom: 6px;
}

.data-ceners-overview-sec section {
    padding: 40px 0px;
}


/* -------FAQS----------- */

.faqs .accordion-button:after {
    font-size: 20px;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-45deg) !important;
}

.faqs .headline {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 900;
    letter-spacing: 0px;
}

.accordion-item {
    background-color: #fff;
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: unset;
    color: #000;
}

.accordion-button,
.accordion-button:focus,
.accordion-collapse .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: unset;
}

#faq .row {
    justify-content: center;
}

.box-highlight {
    background: rgba(56, 177, 237, .2);
}

.accordion-section-title:before {
    color: #fff;
    background: #38b1ed;
}

#faq .btn-btn-link {
    margin-top: 10px;
}

.data-ceners-overview-sec .dc-cta-section {
    padding: 80px 20px;
    background: #0295cd;
}

.data-ceners-overview-sec .dc-cta-box {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.data-ceners-overview-sec .dc-cta-title {
    font-size: 28px;
    font-weight: 800;
    color: #0a192f;
    margin-bottom: 15px;
}

.data-ceners-overview-sec .dc-cta-text {
    font-size: 16px;
    color: #4b5563;
    max-width: 720px;
    margin: 0 auto 30px;
}

.data-ceners-overview-sec .dc-cta-btn {
    background: #38b1ed;
    color: #ffffff;
    padding: 14px 32px;
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.data-ceners-overview-sec .dc-cta-btn:hover {
    background: #1d9bd1;
    color: #ffffff;
    transform: translateY(-2px);
}


/* Responsive */

@media (max-width: 768px) {
    .data-ceners-overview-sec .dc-cta-box {
        padding: 40px 25px;
    }
    .data-ceners-overview-sec .dc-cta-title {
        font-size: 24px;
    }
    .data-ceners-amserdam-sec .dc-info-card {
        height: auto !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    }
}


/* ------2nd tab styles-------- */

.data-ceners-amserdam-sec .dc-overview {
    padding: 80px 0;
    background: #ffffff;
}

.data-ceners-amserdam-sec .dc-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0a192f;
}

.data-ceners-amserdam-sec .dc-text {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 16px;
}

.data-ceners-amserdam-sec .dc-images img {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.data-ceners-amserdam-sec .dc-services {
    margin-top: 25px;
}

.data-ceners-amserdam-sec .dc-services span {
    font-weight: 600;
    margin-right: 10px;
}

.data-ceners-amserdam-sec .dc-badge {
    background: #e8f5ff;
    color: #38b1ed;
    padding: 8px 14px;
    margin-right: 8px;
    border-radius: 20px;
    font-weight: 600;
    text-decoration: none;
}

.data-ceners-amserdam-sec .dc-info-card {
    background: #f8fafc;
    border-radius: 14px;
    padding: 30px;
    overflow-y: scroll;
    height: 550px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.data-ceners-amserdam-sec .dc-info-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.data-ceners-amserdam-sec .dc-info-card li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

.data-ceners-amserdam-sec .dc-info-card li:last-child {
    border-bottom: none;
}


/* Speed Test */

.data-ceners-amserdam-sec .dc-speedtest {
    padding: 60px 0;
    background: linear-gradient(100.41deg, #0094cd 0%, #2eb4e9 100%);
    color: #ffffff;
}

.data-ceners-amserdam-sec .bg-gray>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.data-ceners-amserdam-sec .dc-speedtest h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.data-ceners-amserdam-sec .dc-speedtest p {
    color: #fff;
}

.data-ceners-amserdam-sec .dc-speed-btn {
    background: #fff;
    padding: 14px 26px;
    border-radius: 0px;
    font-weight: 700;
    border: 1px solid #fff;
    box-shadow: unset;
    color: #3aafe3;
}

.data-ceners-amserdam-sec .dc-speed-btn:hover {
    background: transparent;
    color: #ffffff;
}

.data-ceners-amserdam-sec .overview-sec {
    padding-top: 0px;
}

.data-ceners-amserdam-sec section {
    padding: 40px 0px;
}

.data-ceners-amserdam-sec .dc-overview {
    padding: 0px;
}

.data-ceners-amserdam-sec .dc-overview .right-sec,
.data-ceners-amserdam-sec .dc-overview .left-sec {
    margin-top: 10px;
}

.data-ceners-amserdam-sec .dc-specs {
    background: #ffffff;
}

.data-ceners-amserdam-sec .spec-box {
    background: #f9fafb;
    padding: 30px;
    border-radius: 14px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.data-ceners-amserdam-sec .spec-box:hover {
    transform: translateY(-6px);
}

.data-ceners-amserdam-sec .spec-icon {
    width: 52px;
    height: 52px;
    background: #e8f5ff;
    color: #38b1ed;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.data-ceners-amserdam-sec .spec-box h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a192f;
}

.data-ceners-amserdam-sec .spec-box ul {
    padding-left: 18px;
    margin: 0;
}

.data-ceners-amserdam-sec .spec-box li {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 8px;
}

.data-ceners-amserdam-sec .dc-benefits {
    padding: 60px 0;
    background: linear-gradient(100.41deg, #0094cd 0%, #2eb4e9 100%);
    color: #ffffff !important;
}

.data-ceners-amserdam-sec .dc-benefits p {
    max-width: 850px;
    margin: 0 auto;
    color: #fff;
}

.data-ceners-amserdam-sec .dc-benefits a {
    background: #ffffff;
    border: 1px solid #fff;
    color: #38ace1;
    width: auto;
}

.data-ceners-amserdam-sec .dc-benefits a:hover {
    background: #38ade2;
    color: #fff;
    border: 1px solid #fff;
}

.contact-section {
    background: #f8fafc;
}

.contact-section .map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.contact-section .map-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

.contact-section .contact-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.contact-section .contact-card h4 {
    color: #0a192f;
}

.contact-section .form-control {
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
}

.contact-section .form-control:focus {
    border-color: #47aeea;
    box-shadow: 0 0 0 0.15rem rgba(0, 140, 201, .15);
}

.contact-section .btn-primary {
    background: #47aeea;
    border: none;
    border-radius: 8px;
}

.contact-section .btn-primary:hover {
    background: #0073a6;
}


/*-------TABS RESPONSIVE--------*/


/* Mobile dropdown wrapper */

.location-dropdown {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}


/* Toggle bar */

.location-toggle {
    padding: 14px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    color: #39b3ef;
}


/* Arrow */

.location-toggle .arrow {
    font-size: 14px;
    transition: transform 0.3s ease;
}


/* Dropdown list */

.location-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    list-style: none;
    padding: 8px 0;
    margin: 0;
    display: none;
    z-index: 999;
}


/* Menu items */

.location-menu li a {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    color: #111;
    text-decoration: none;
}

.location-menu li a:hover,
.location-menu li.active a {
    background: #f4f6f8;
    font-weight: 600;
    color: #39b3ef;
}


/* Checkbox toggle behavior */

#locationToggle:checked~.location-menu {
    display: block;
}

#locationToggle:checked+.location-toggle .arrow {
    transform: rotate(180deg);
}

@media(max-width:992px) {
    .data-ceners-amserdam-sec .hero-section,
    .data-ceners-overview-sec .hero-section {
        background-size: cover !important;
        text-align: center;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0px;
    }
    .locations-section .map-wrapper img {
        height: auto;
    }
    .redundancy-section .feature-card {
        margin-top: 10px;
    }
    .data-ceners-overview-sec h2,
    .data-ceners-amserdam-sec h2 {
        font-size: 23px !important;
        text-align: center;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
    }
    .hero-section h1 {
        line-height: 47.08px;
        font-size: 40px;
    }
    .accordion-section-content p,
    .accordion-section-title {
        font-size: 14px;
    }
    .dc-cta-section .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .data-ceners-amserdam-sec .bg-gray>div {
        gap: 7px;
    }
    .locations-section .location-feature i {
        font-size: 28px;
    }
}

@media(max-width:1200px) {
    .data-ceners-amserdam-sec .location-tabs,
    .data-ceners-overview-sec .location-tabs {
        gap: 0px;
    }
}