@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/* Global Font Family Enforcement */
html, body, p, a, span, li, div, h1, h2, h3, h4, h5, h6, input, button, select, textarea, label, table, th, td {
    font-family: 'Nunito', sans-serif !important;
}

/* ==========================================
   CDK Travels Complete Header Overrides
   ========================================== */

/* Top bar */
header .nav-top,
.nav-top {
    background-color: #005689 !important;
    color: #ffffff !important;
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
}

header .nav-top a,
.nav-top a {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

header .nav-top svg,
.nav-top svg {
    width: 16px !important;
    height: 16px !important;
    vertical-align: middle !important;
    fill: none !important;
    stroke: currentColor !important;
}

/* Page Header Navbar */
.page-header--light {
    background-color: #ffffff !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding: 12px 0 !important;
    box-shadow: none !important;
}

.page-header .page-logo img {
    max-height: 48px !important;
    width: auto;
    object-fit: contain;
}

/* Main Navigation Menu */
.navigation--light .menu {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.navigation--light .menu>.menu-item {
    float: none !important;
    position: relative !important;
}

.navigation--light .menu>.menu-item>a {
    color: #334155 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: color 0.2s ease !important;
    text-decoration: none !important;
    background-color: transparent !important;
    border: none !important;
}

.navigation--light .menu>.menu-item:hover>a,
.navigation--light .menu>.menu-item.active>a,
.navigation--light .menu>.menu-item.current-menu-item>a {
    color: #005689 !important;
    background-color: transparent !important;
}

/* Dropdown Arrow Icon - Removed */
.toggle-icon,
.navigation .menu-item.menu-item-has-children>a .toggle-icon,
.navbar-nav .dropdown-toggle::after,
.dropdown-toggle::after {
    display: none !important;
}

/* Sub-Menu Box Styling */
.navigation .sub-menu {
    border-top: 1px solid #e5e7eb !important;
    border-left: 1px solid #e5e7eb !important;
    border-right: 1px solid #e5e7eb !important;
    border-bottom: 1px solid #e5e7eb !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    min-width: 190px !important;
    padding: 6px 0 !important;
    top: 100% !important;
}

.navigation .sub-menu>.menu-item {
    border-bottom: none !important;
    /* Remove dashed line */
    float: none !important;
    margin: 0 !important;
    position: relative !important;
}

.navigation .sub-menu>.menu-item:after {
    display: none !important;
    /* Remove red hover fill overlay */
}

.navigation .sub-menu>.menu-item>a {
    font-size: 13px !important;
    color: #4b5563 !important;
    font-weight: 400 !important;
    padding: 8px 16px !important;
    transition: all 0.2s ease !important;
    display: block !important;
    background-color: transparent !important;
    line-height: 1.5 !important;
}

.navigation .sub-menu>.menu-item:hover>a {
    color: #005689 !important;
    background-color: #f9fafb !important;
    padding-left: 16px !important;
}

.sub-menu--slideLeft .sub-menu>.menu-item:after {
    display: none !important;
}

.sub-menu--slideLeft .sub-menu>.menu-item>a:before {
    display: none !important;
}

.navigation-toggle--dark span,
.navigation-toggle--dark:after,
.navigation-toggle--dark:before {
    background-color: #333333 !important;
}

/* ==========================================
   CDK Travels Footer Custom Styling
   ========================================== */
.page-footer.cdk-footer {
    background-color: #005689 !important;
    color: #ffffff !important;
}

.page-footer.cdk-footer a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: opacity 0.2s ease !important;
}

.page-footer.cdk-footer a:hover {
    opacity: 0.85 !important;
}

.cdk-footer .widget {
    background-color: transparent !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    border: none !important;
}

.cdk-footer .widget .widget__title {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    text-transform: capitalize !important;
}

.cdk-footer .widget ul {
    padding-left: 0 !important;
    list-style: none !important;
    margin-bottom: 0 !important;
}

.cdk-footer .widget ul li {
    margin-bottom: 8px !important;
    border-bottom: none !important;
}

.cdk-footer .widget ul li a {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 13.5px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.cdk-footer .widget ul li a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.footer-social .social-icon-btn:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
    transform: translateY(-2px) !important;
}

/* ==========================================
   CDK Travels Homepage Sections CSS
   ========================================== */

.hero-section {

    padding: 30px 0 70px;

}

.hero-wrapper {

    position: relative;

    overflow: hidden;

    border-radius: 34px;

    height: 700px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);

}

.hero-wrapper p {

    margin: 0 !important;

    padding: 0 !important;

    position: absolute !important;

    top: 0 !important;

    left: 0 !important;

    width: 100% !important;

    height: 100% !important;

    z-index: 1 !important;

}

/* Hero Image */

.hero-bg {

    position: absolute !important;

    top: 0 !important;

    left: 0 !important;

    width: 100% !important;

    height: 100% !important;

    object-fit: cover !important;

    z-index: 1 !important;

}

/* Left Overlay */

.hero-overlay {

    position: absolute !important;

    left: 0 !important;

    top: 0 !important;

    width: 45% !important;

    height: 100% !important;

    z-index: 10 !important;

    background: linear-gradient(to right,
            rgba(255, 255, 255, .98) 0%,
            rgba(255, 255, 255, .95) 55%,
            rgba(255, 255, 255, .65) 82%,
            rgba(255, 255, 255, 0) 100%) !important;

    display: flex !important;

    align-items: center !important;

}

/* Content */

.hero-content {

    width: 340px;

    margin-left: 60px;

}

.hero-content h1 {

    background: #0B5E91;

    color: #fff;

    padding: 22px;

    border-radius: 10px;

    font-size: 40px;

    line-height: 1.25;

    font-weight: 700;

    margin-bottom: 45px;

}

/* Services */

.hero-services {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 28px 18px;

    margin-bottom: 35px;

}

.service {

    text-align: center;

}

.service img {

    width: 42px;

    height: 42px;

    margin-bottom: 10px;

}

.service span {

    display: block;

    font-size: 14px;

    font-weight: 500;

}

/* Logos */

.hero-logos {

    display: flex;

    align-items: center;

    gap: 15px;

}

.hero-logos img {

    height: 28px;

    width: auto;

}

:root {
    --cdk-blue: #005689;
    --cdk-dark-blue: #004d7a;
    --cdk-navy: #242636;
    --cdk-red: #e11d48;
    --cdk-bg-light: #f8fafc;
}

body {
    font-family: 'Inter', sans-serif;
    color: #1e293b;
    background-color: #ffffff;
    overflow-x: hidden;
}

/* CDK Theme Utility Classes */
.bg-cdk-blue { background-color: var(--cdk-blue) !important; }
.bg-cdk-dark-blue { background-color: var(--cdk-dark-blue) !important; }
.bg-cdk-light { background-color: var(--cdk-bg-light) !important; }
.text-cdk-blue { color: var(--cdk-blue) !important; }
.text-cdk-dark-blue { color: var(--cdk-dark-blue) !important; }
.text-cdk-red { color: var(--cdk-red) !important; }
.border-cdk-blue { border-color: var(--cdk-blue) !important; }

/* Dropdown Support (Desktop Hover + Mobile Display) */
.dropdown-menu.show {
    display: block !important;
}

@media (min-width: 768px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block !important;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .dropdown-menu {
        position: static !important;
        float: none !important;
        box-shadow: none !important;
        background-color: #f8fafc !important;
        margin: 8px auto 0 !important;
        width: 90% !important;
    }
}

/* Custom Non-Standard Component Overrides */

/* 1. Hero Section Layout & Cloud Glow */
.hero-card {
    height: 640px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}
.hero-card-bg {
    object-fit: cover;
    object-position: center;
}
.hero-left-overlay {
    width: auto;
    max-width: 40%;
    isolation: isolate;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/* Inner Soft Cloud Puffs */
.hero-left-overlay::before {
    content: '';
    position: absolute;
    inset: -20px -40px -20px -30px;
    z-index: -1;
    border-radius: 50px;
    background: 
        radial-gradient(ellipse 85% 75% at 40% 50%, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 50%, rgba(255, 255, 255, 0.75) 75%, transparent 100%),
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.7) 45%, transparent 75%),
        radial-gradient(circle at 75% 15%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.65) 50%, transparent 80%),
        radial-gradient(circle at 90% 50%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 45%, transparent 75%),
        radial-gradient(circle at 80% 85%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.65) 50%, transparent 80%),
        radial-gradient(circle at 20% 90%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.7) 45%, transparent 75%);
    filter: blur(20px);
    pointer-events: none;
}

/* Outer Soft Feathered Cloud Haze */
.hero-left-overlay::after {
    content: '';
    position: absolute;
    inset: -45px -70px -45px -50px;
    z-index: -2;
    border-radius: 80px;
    background: 
        radial-gradient(ellipse 90% 85% at 35% 50%, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.45) 55%, rgba(255, 255, 255, 0.15) 80%, transparent 100%),
        radial-gradient(circle at 82% 25%, rgba(255, 255, 255, 0.65) 0%, transparent 65%),
        radial-gradient(circle at 85% 75%, rgba(255, 255, 255, 0.65) 0%, transparent 65%);
    filter: blur(35px);
    opacity: 0.95;
    pointer-events: none;
}

.hero-icons-flex {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 75%;
}

.hero-icon-img {
    height: 38px;
    width: auto;
    object-fit: contain;
}

.accreditation-img {
    height: 24px;
    width: auto;
    object-fit: contain;
}

/* 2. Why Choose Skewed Parallelogram Cards */
.feature-card-skew {
    position: relative;
    overflow: hidden;
    height: 220px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skew-top-card {
    transform: skewX(-6deg);
    border-radius: 20px;
}

.skew-top-card img {
    transform: skewX(6deg) scale(1.18);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.skew-top-card .feature-card-overlay {
    transform-origin: top left;
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.15) 60%, transparent 100%);
    padding: 22px 26px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    transition: transform 0.3s ease;
}

.feature-card-skew:hover {
    transform: skewX(0deg) scale(1.05) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
    z-index: 5;
}

.feature-card-skew:hover img,
.feature-card-skew:hover .feature-card-overlay {
    transform: skewX(0deg) scale(1.05);
}

.feature-card-overlay h3 {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
    margin: 5px 0px 0px 15px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.center-globe-badge {
    width: 145px;
    height: 145px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border: 5px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.center-globe-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 3. Destination Cards */
.destination-card {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 320px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-6px);
}

.destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.destination-card:hover img {
    transform: scale(1.08);
}

.destination-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 38px;
}

.destination-overlay h3 {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

/* 4. Testimonials Slider */
.testimonial-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    padding: 40px 50px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.testimonial-card.active-slide {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.quote-icon-left {
    position: absolute;
    top: 24px;
    left: 28px;
    font-size: 38px;
    font-weight: 900;
    color: #1e293b;
    font-family: 'Georgia', serif;
    line-height: 1;
}

.quote-icon-right {
    position: absolute;
    bottom: 24px;
    right: 28px;
    font-size: 38px;
    font-weight: 900;
    color: #1e293b;
    font-family: 'Georgia', serif;
    line-height: 1;
}

.slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d1d5db;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active-dot {
    background-color: #6b7280;
    transform: scale(1.1);
}

/* 5. Trust Cards */
.trust-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 22px 40px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    min-width: 260px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #f1f5f9;
}

.bbb-aplus {
    font-size: 32px;
    font-weight: 500;
    color: #005689;
    line-height: 1;
}

.bbb-badge-box {
    background-color: #005689;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0.5px;
}

/* 6. CTA Card */
.cta-card {
    background: linear-gradient(135deg, #1b212f 0%, #202738 50%, #1a1e2b 100%);
    border-radius: 36px;
    padding: 55px 30px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 500;
}

.social-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s;
}

.social-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

/* ----------------------------------------------------
   RESPONSIVE MEDIA QUERIES
   ---------------------------------------------------- */
@media (max-width: 992px) {
    .hero-card {
        height: 520px;
        border-radius: 28px;
    }

    .hero-left-overlay {
        max-width: 80%;
        width: auto;
        padding: 24px 28px;
    }

    .hero-left-overlay::before { inset: -15px -30px -15px -20px; }
    .hero-left-overlay::after { inset: -30px -50px -30px -35px; }

    .hero-badge-title {
        font-size: 16px !important;
        padding: 8px 16px !important;
        margin-bottom: 12px !important;
        white-space: normal !important;
        line-height: 1.3 !important;
    }

    .hero-icons-flex {
        grid-template-columns: repeat(6, 1fr);
        gap: 8px;
        width: 100%;
    }

    .hero-icon-img { height: 28px; }

    .cta-card {
        border-radius: 28px;
        padding: 40px 20px;
    }

    .cta-title { font-size: 32px; }
}

@media (max-width: 576px) {
    .hero-card {
        height: 520px;
        border-radius: 20px;
    }

    .hero-left-overlay {
        max-width: 100%;
        width: 100%;
        top: auto;
        bottom: 0;
        left: 0;
        transform: none;
        padding: 20px 20px 25px 20px;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .hero-left-overlay::before {
        inset: -10px -15px -10px -10px;
        border-radius: 20px;
        filter: blur(15px);
    }

    .hero-left-overlay::after {
        inset: -25px -30px -20px -20px;
        border-radius: 30px;
        filter: blur(25px);
    }

    .hero-badge-title {
        font-size: 14px !important;
        padding: 6px 12px !important;
        white-space: normal !important;
        margin-bottom: 10px !important;
    }

    .hero-icons-flex {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        width: 100%;
    }

    .hero-icon-img { height: 26px; }

    .feature-card-skew { height: 180px; }
    .skew-top-card { transform: skewX(-3deg); }
    .skew-top-card img { transform: skewX(3deg) scale(1.1); }
    .feature-card-overlay h3 { font-size: 16px; margin: 3px 0px 0px 10px; }
    .center-globe-badge { width: 100px; height: 100px; padding: 8px; }

    .destination-card { height: 240px; }
    .testimonial-card { padding: 35px 24px; border-radius: 16px; }
    .quote-icon-left, .quote-icon-right { font-size: 32px; }

    .trust-card {
        min-width: auto;
        width: 100%;
        padding: 16px 20px;
        height: auto;
    }

    .cta-card { padding: 35px 16px; border-radius: 20px; }
    .cta-title { font-size: 26px; }
}

/* ====================================================
   HEADER & FOOTER SPECIFICITY OVERRIDES
   ==================================================== */
.bg-cdk-blue {
    background-color: #005689 !important;
}

header.main-navbar {
    background-color: #ffffff !important;
    padding: 10px 0 !important;
    /* border-bottom: 1px solid #e2e8f0 !important; */
}

header.main-navbar .nav-link {
    color: #1e293b !important;
    font-weight: 600 !important;
    font-size: 14.5px !important;
}

header.main-navbar .nav-link:hover {
    color: #005689 !important;
}

footer.bg-cdk-blue,
.page-footer.bg-cdk-blue {
    background-color: #005689 !important;
    color: #ffffff !important;
}

footer.bg-cdk-blue a,
.page-footer.bg-cdk-blue a {
    color: rgba(255, 255, 255, 0.85) !important;
}

footer.bg-cdk-blue a:hover,
.page-footer.bg-cdk-blue a:hover {
    color: #ffffff !important;
}

.widget__footer {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    color: #ffffff !important;
}

.widget__footer .widget__title,
.widget__footer .widget-title,
.widget__footer h3,
.widget__footer h4,
.widget__footer h5 {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    text-transform: none !important;
}

.widget__footer ul,
.widget__footer ol,
.widget__footer .list--light {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.widget__footer ul li,
.widget__footer ol li,
.widget__footer .list--light li {
    margin-bottom: 8px !important;
}

.widget__footer ul li a,
.widget__footer ol li a,
.widget__footer .list--light li a {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px !important;
    font-family: 'Inter', sans-serif !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.widget__footer ul li a:hover,
.widget__footer ol li a:hover,
.widget__footer .list--light li a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}



@media(max-width:991px) {

    .hero-wrapper {

        height: auto;

    }

    .hero-bg {

        height: 700px;

    }

    .hero-overlay {

        position: relative;

        width: 100%;

        background: rgba(255, 255, 255, .92);

        padding: 40px 20px;

    }

    .hero-content {

        margin: auto;

        width: 100%;

        max-width: 500px;

    }

    .hero-content h1 {

        font-size: 28px;

    }

    .hero-services {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ==========================================
   CDK Travels Dropdown & Header Responsiveness
   ========================================== */

/* 1. Hide Dropdown Caret Icon Completely */
.navbar-nav .dropdown-toggle::after,
.dropdown-toggle::after {
    display: none !important;
}

/* 2. Desktop Dropdown Hover & Styling */
@media (min-width: 992px) {
    .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }

    .navbar-nav .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
        padding: 10px 0 !important;
        margin-top: 0 !important;
        background-color: #ffffff !important;
        min-width: 200px !important;
    }

    .navbar-nav .dropdown-menu .dropdown-item,
    .navbar-nav .dropdown-menu .nav-link,
    .navbar-nav .dropdown-menu a {
        color: #334155 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        padding: 10px 20px !important;
        transition: all 0.15s ease !important;
        display: block !important;
        text-decoration: none !important;
    }

    .navbar-nav .dropdown-menu .dropdown-item:hover,
    .navbar-nav .dropdown-menu .nav-link:hover,
    .navbar-nav .dropdown-menu a:hover {
        color: #005689 !important;
        background-color: #f8fafc !important;
    }
}

/* 3. Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
    .top-bar .container-fluid {
        flex-direction: row !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 12px !important;
        font-size: 12px !important;
    }

    .main-navbar .navbar-collapse {
        background: #ffffff !important;
        padding: 20px !important;
        border-radius: 16px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
        margin-top: 15px !important;
        border: 1px solid #f1f5f9 !important;
    }

    .main-navbar .navbar-nav {
        gap: 10px !important;
    }

    .main-navbar .navbar-nav .nav-link {
        padding: 10px 16px !important;
        border-radius: 8px !important;
        color: #1e293b !important;
    }

    .main-navbar .navbar-nav .dropdown-menu {
        border: none !important;
        box-shadow: none !important;
        background-color: #f8fafc !important;
        margin-top: 5px !important;
        padding: 6px 12px !important;
        border-radius: 8px !important;
    }

    .main-navbar .navbar-nav .dropdown-menu.show,
    .main-navbar .navbar-nav .nav-item.dropdown.show > .dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: static !important;
        float: none !important;
        width: 100% !important;
    }
}

/* ==========================================
   Back To Top Floating Button High-Contrast
   ========================================== */
#back2top {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 48px !important;
    height: 48px !important;
    background-color: #005689 !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(20px) !important;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.2s ease !important;
    cursor: pointer !important;
}

#back2top.active {
    opacity: 1 !important;
    visibility: visible !important;
    bottom: 30px !important;
    transform: translateY(0) !important;
}

#back2top svg,
#back2top i {
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none !important;
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    margin: 0 !important;
}

#back2top:hover {
    background-color: #e11d48 !important;
    border-color: #ffffff !important;
    transform: translateY(-4px) scale(1.05) !important;
    box-shadow: 0 6px 22px rgba(225, 29, 72, 0.45) !important;
}

#back2top:hover svg,
#back2top:hover i {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

/* ==========================================
   CDK Travels Offer Page Custom Styling
   ========================================== */
.hero-banner {
    background-color: #005689 !important;
    color: #ffffff !important;
    padding: 14px 0 !important;
    text-align: center !important;
}

.hero-banner h1 {
    font-size: 1.65rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-family: 'Nunito', sans-serif !important;
}

.service-badge {
    background-color: #005689 !important;
    color: #ffffff !important;
    box-sizing: border-box !important;
    width: min(350px, 100%) !important;
    min-height: 36px !important;
    padding: 6px 16px !important;
    border-radius: 5px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    display: inline-block !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08) !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.accredited-card {
    border: 1px solid #d4e3f0;
    border-radius: 8px;
    padding: 14px 20px;
    background-color: #ffffff;
    max-width: 440px;
    margin-bottom: 24px;
}

.accredited-heading {
    color: var(--cdk-blue, #005689);
    font-weight: 700;
    font-size: 0.95rem;
    text-align: center;
    margin-bottom: 12px;
}

.check-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #222222;
}

.check-icon {
    color: #22c55e;
    font-size: 1.25rem;
    margin-right: 14px;
    flex-shrink: 0;
}

.hotel-grid-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background-color: #f0f0f0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    height: 195px;
}

.hotel-grid-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.hotel-grid-card:hover img {
    transform: scale(1.03);
}

.hotel-label-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
}

.hotel-feat-item {
    text-align: center;
}

.hotel-feat-icon {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.hotel-feat-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #111111;
    line-height: 1.25;
    max-width: 135px;
    margin-right: auto;
    margin-left: auto;
}

.vac-cat-item {
    text-align: center;
    width: 95px;
}

.vac-cat-icon {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.vac-cat-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111111;
}

.step-block {
    position: relative;
    text-align: center;
    max-width: 165px;
}

.step-num-badge {
    position: absolute;
    top: -4px;
    left: 20px;
    width: 24px;
    height: 24px;
    background-color: var(--cdk-red, #e11d48);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    z-index: 2;
}

.step-chevron-icon {
    color: #fca5a5;
    font-size: 1.6rem;
    user-select: none;
}

/* ==========================================
   CDK Travels Offer Page Responsive Media Queries
   ========================================== */
@media (max-width: 991px) {
    .accredited-card {
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .hotel-grid-card {
        height: 185px !important;
    }
}

@media (max-width: 767px) {
    .hero-banner {
        padding: 10px 0 !important;
    }
    .hero-banner h1 {
        font-size: 1.35rem !important;
    }
    .service-badge {
        padding: 6px 24px !important;
        font-size: 1.05rem !important;
    }
    .accredited-card {
        padding: 12px 14px !important;
    }
    .check-list-item {
        font-size: 0.95rem !important;
    }
    .hotel-grid-card {
        height: 160px !important;
    }
    .hotel-feat-icon {
        height: 44px !important;
    }
    .hotel-feat-icon i {
        font-size: 2.2rem !important;
    }
    .vac-cat-item {
        width: 85px !important;
    }
    .step-block {
        max-width: 140px !important;
    }
}

@media (max-width: 575px) {
    .hotel-grid-card {
        height: 140px !important;
    }
    .hotel-label-overlay {
        padding: 8px 10px !important;
        font-size: 0.85rem !important;
    }
    .vac-cat-item {
        width: 75px !important;
    }
}

/* ==========================================
   CDK Travels Who We Are Page Styles
   ========================================== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,400&display=swap');
@import url('https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css');

:root {
    --cdk-blue: #005689;
    --cdk-dark-blue: #004d7a;
    --cdk-navy: #242636;
    --cdk-red: #e11d48;
    --cdk-bg-light: #f8fafc;
}

/* Container Width Tuning for Offer and Who We Are pages to match 1320px grid */
@media (min-width: 1200px) {
    .who-page-wrapper .container,
    .offer-page-wrapper .container {
        max-width: 1180px !important;
        width: 1180px !important;
    }
}
@media (min-width: 1400px) {
    .who-page-wrapper .container,
    .offer-page-wrapper .container {
        max-width: 1320px !important;
        width: 1320px !important;
    }
}
@media (min-width: 1600px) {
    .who-page-wrapper .container,
    .offer-page-wrapper .container {
        max-width: 1360px !important;
        width: 1360px !important;
    }
}

/* CDK Theme Utility Classes */

.bg-cdk-blue { background-color: var(--cdk-blue) !important; }
.bg-cdk-dark-blue { background-color: var(--cdk-dark-blue) !important; }
.bg-cdk-light { background-color: var(--cdk-bg-light) !important; }
.text-cdk-blue { color: var(--cdk-blue) !important; }
.text-cdk-dark-blue { color: var(--cdk-dark-blue) !important; }
.text-cdk-red { color: var(--cdk-red) !important; }
.border-cdk-blue { border-color: var(--cdk-blue) !important; }

.lead-bg {
    background-color: #2b1b0b;
    color: #ffffff !important;
}

.lead-bg h2,
.lead-bg .section-heading {
    color: #ffffff !important;
}

.lead-bg p,
.lead-bg p.fs-5 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.lead-card {
    background-color: #362112;
    border-radius: 6px;
    overflow: hidden;
    color: #ffffff !important;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.lead-card h3 {
    color: #ffffff !important;
}

.lead-card p.text-white-50 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.lead-card p {
    color: #ffffff !important;
}

.lead-card:hover {
    background-color: #9e6231;
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.hero-title {
    color: #ffffff !important;
}

.bg-team-orange {
    background-color: #f26122;
    border-radius: 6px;
    color: #ffffff !important;
}

.bg-team-orange p {
    color: #ffffff !important;
}

.team-img-height {
    height: 255px;
    border-radius: 6px;
}

.team-card {
    margin-bottom: 2.5rem;
}

.object-cover {
    object-fit: cover;
}

.object-top {
    object-position: top;
}

.cta-card {
    background: linear-gradient(135deg, #1b212f 0%, #202738 50%, #1a1e2b 100%);
    border-radius: 36px;
    padding: 55px 30px;
    color: #ffffff !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.cta-card h2,
.cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 500;
    color: #ffffff !important;
}

.cta-card p.text-white-50 {
    color: rgba(255, 255, 255, 0.7) !important;
}

@media (min-width: 992px) {
    .team-staggered {
        margin-top: 3.5rem;
    }
}

@media (max-width: 991.98px) {
    .team-staggered {
        margin-top: 0 !important;
    }
    .cta-card {
        border-radius: 28px;
        padding: 40px 20px;
    }
    .cta-title { font-size: 32px; }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.5rem !important;
    }
    .section-heading {
        font-size: 1.6rem !important;
    }
    .lead-bg {
        padding: 1.25rem !important;
    }
    .cta-card { padding: 35px 16px; border-radius: 20px; }
    .cta-title { font-size: 26px; }
}
