body {
    font-family: "Poppins", sans-serif;
    padding: 0px;
}

:root {
    --accent-color: #e63946;
    --dark-bg: #1d3557;
}

.serch_mbCall {
    background: #4CAF50;
    position: absolute;
    top: 14px;
    right: 85px;
    border-radius: 4px;
    display: none;
}

.serch_mbCall h6 {
    margin: 0px;
    color: #fff;
    padding: 4px 6px;
    text-transform: uppercase;
    font-size: 13px;
}

.serch_mbCall h6 i {
    background: #fff;
    width: 20px;
    height: 20px;
    color: #4CAF50;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    border-radius: 15px;
}

.serch_mbCall h6 a {
    color: #fff;
    text-decoration: none;
}


.tfnmobile {
    background: #e63946;
    color: #fff;
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0;
    padding: 5px 15px;
}

.tfnmobile .call {
    font-size: 16px;
    line-height: 16px;
}

.tfnmobile .tfn {
    font-size: 16px;
    line-height: 16px;
}

.tfnmobile .tfn a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
}



.container {
    max-width: 1290px;
}

ul.navbar-nav.mr-auto {
    margin: 0 auto;
}

nav.navbar.navbar-expand-lg.navbar-light {
    background: #fff;
    border-bottom: solid 1px #f3f3f3;
    padding: 0;
    position: sticky;
    top: 45px;
    z-index: 1020;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-menu.lpts_drop {
    padding: 0;
    background: var(--dark-bg);
    border: none;
}

.lpts_drop .dropdown-item {
    padding: 0 10px 0 10px;
    font-size: 13px;
    color: #fff;
    line-height: 35px;
    border-bottom: solid 1px #ffffff5c;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #13acbd;
}

.top_cut {
    width: 25%;
    height: 14px;
    transform: skew(301deg);
    background: #fff;
    position: absolute;
    left: -17px;
    top: 60px;
    z-index: 1;
    box-shadow: 6px 4px 4px rgb(0 0 0 / 12%);
}

.navbar-light .navbar-nav .nav-link {
    color: #1d3557 !important;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 12px 12px 12px;
    text-transform: capitalize;
    line-height: 14px;
}

/* .right_contact {
    background: url(../images/mycall.png) right 7px no-repeat;
    background-size: 40px;
    padding: 6px 46px 6px 0px;
    position: relative;
    margin: 2px 0 0 0;
} */

.right_contact {
    background-size: 40px;
    padding: 5px 15px 5px 28px;
    position: relative;
    margin: 2px 0 0 31px;
    border-radius: 0 10px 10px 0;
    background: #1d3557;
}

/**.right_contact:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #f2ebeb;
    display: block;
    position: absolute;
    left: -12px;
    top: -8px;
} **/

.right_contact a {
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    line-height: 22px;
    display: block;
    margin: 6px 0 0 0;
}

.right_contact a img {
    position: absolute;
    width: 55px;
    height: 55px;
    background: #0daabc;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    border-radius: 40px;
    left: -29px;
    top: -2px;
    font-size: 26px;
    border: solid 4px #fff;
    box-shadow: 0px 0px 2px 0 #262626;
}

.right_contact p {
    font-size: 13px;
    color: #fffefd;
    line-height: 13px;
    font-weight: 500;
    margin: 0 0 4px 0;
}

.right_contact h6 {
    font-size: 12px;
    margin: 0 0 0 0;
    text-align-last: end;
    font-weight: 400;
}

/* =========================================
   TOP DISCLAIMER BAR
========================================= */
.top-disclaimer-bar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: #060d1a;
    color: #9ca3af;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    height: 45px;
    /* Explicit height do */
}


.top-disclaimer-bar .disclaimer-text {
    font-size: 0.7rem;
    margin: 0;
    line-height: 1.5;
    color: #fff !important;
}

.top-disclaimer-bar strong {
    color: #ffffff;
    /* Bright white for emphasis */
    font-weight: 500;
}

.top-disclaimer-bar .disclaimer-link {
    color: #3b82f6;
    /* Premium light blue link color */
    text-decoration: underline !important;
    text-decoration-color: rgba(59, 130, 246, 0.4);
    text-underline-offset: 3px;
    transition: all 0.3s ease;
}

.top-disclaimer-bar .disclaimer-link:hover {
    color: #60a5fa;
    text-decoration-color: #60a5fa;
}

/* Mobile adjustments for the top bar */
@media (max-width: 768px) {
    .top-disclaimer-bar {
        position: relative !important;
        /* Sticky force remove */
        top: auto !important;
        padding: 5px 0;
        height: auto;
        min-height: 35px;
    }

    .top-disclaimer-bar .disclaimer-text {
        font-size: 0.75rem;
        padding: 0 10px;
    }
}

/* =========================================
   DARK THEME MOBILE SLIDE-IN (Ultra Smooth + Dropdown Open)
========================================= */
@media (max-width: 991px) {

    /* 1. Navbar Sticky */
    nav.navbar.navbar-expand-lg.navbar-light {
        position: sticky !important;
        top: 0 !important;
        z-index: 1040;
        background: #ffffff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    /* 2. ULTIMATE SMOOTH FIX: Override Bootstrap JS animations completely */
    #navbarSupportedContent.collapse,
    #navbarSupportedContent.collapsing,
    #navbarSupportedContent.collapse.show {
        display: block !important;
        /* Menu hamesha rendered rahega, taaki atke na */
        position: fixed !important;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100vh !important;
        background-color: #0b1324 !important;
        z-index: 1050;
        padding: 0;
        overflow-y: auto;
        /* Hardware accelerated slide */
        transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    }

    /* Hidden State (Screen ke bahar) */
    #navbarSupportedContent.collapse:not(.show),
    #navbarSupportedContent.collapsing {
        transform: translateX(100%) !important;
    }

    /* Visible State (Screen ke andar) */
    #navbarSupportedContent.collapse.show {
        transform: translateX(0) !important;
    }

    /* 3. Links Styling */
    .navbar-light .navbar-nav .nav-link {
        color: #ffffff !important;
        font-size: 1.1rem;
        font-weight: 500;
        padding: 16px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* Arrow sirf normal links par aaye, Dropdown wale par nahi */
    .navbar-light .navbar-nav .nav-link:not(.dropdown-toggle)::after {
        content: '❯';
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.4);
    }

    /* 4. ALWAYS OPEN DROPDOWN IN MOBILE */
    .dropdown-menu.lpts_drop {
        display: block !important;
        /* Dropdown ko by default open kar diya */
        position: static !important;
        /* Apni jagah par fix rahega */
        float: none !important;
        background-color: rgba(255, 255, 255, 0.02) !important;
        padding: 0;
        margin: 0;
        border: none;
    }

    .lpts_drop .dropdown-item {
        color: #cbd5e1 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        padding: 12px 20px 12px 35px;
        /* Thoda andar ki taraf (Indent) */
        font-size: 1rem;
        background: transparent !important;
    }

    /* 5. Mobile Contact Box */
    .form-inline {
        width: 100%;
        padding: 0 20px;
        margin-top: 20px !important;
    }

    .right_contact {
        width: 100%;
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        margin: 0 !important;
        padding: 20px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .right_contact p {
        color: #ffffff !important;
        text-align: center !important;
        width: 100%;
    }

    .right_contact a {
        background: #e63946;
        color: #ffffff !important;
        padding: 10px 15px;
        border-radius: 8px;
        font-size: 1.2rem;
        text-decoration: none;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    .right_contact a img {
        display: none !important;
    }
}

/** BANNER CSS START **/

.sticky-left-bar {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #208b25;
    color: #fff;
    padding: 20px 8px;
    border-radius: 0 8px 8px 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}

.sticky-left-bar:hover {
    background-color: #186c1c;
    padding-right: 14px;
    color: #fff;
}

.sticky-left-bar .phone-icon {
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.sticky-left-bar .phone-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 400;
    /* Lightweight text */
    letter-spacing: 1.5px;
    font-size: 0.95rem;
}

@media (max-width: 768px) {

    /* Mobile par sticky bar hide karenge taaki screen clean lage */
    .sticky-left-bar {
        display: none !important;
    }

    .premium-hero {
        min-height: auto;
        padding: 60px 0 80px 0;
        /* Upar-neeche achhi breathing space */
        background-position: 60% center;
        /* Image ka main part center me lane ke liye */
    }

    /* Mobile par gradient thoda transparent karenge taaki badalon (clouds) wali image dikhe */
    .hero-gradient-overlay {
        background: linear-gradient(135deg, rgba(6, 11, 20, 0.95) 0%, rgba(6, 11, 20, 0.6) 100%);
    }

    .text-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Mobile Heading - Size aur line-height balance kiya */
    .hero-heading {
        font-size: 2.3rem;
        /* Text size chhota kiya taaki fitting achhi aaye */
        line-height: 1.25;
        margin-bottom: 15px;
        letter-spacing: -0.2px;
    }

    /* Mobile Subtext - Lightweight and clean */
    .hero-subtext {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 30px;
        color: #9ca3af;
        padding-right: 15px;
        /* Right side se thoda margin */
    }

    /* Buttons ko perfectly stack aur full-width kiya */
    .hero-cta-group {
        display: flex;
        flex-direction: column;
        /* Upar neeche stack karne ke liye */
        gap: 14px;
        width: 100%;
        max-width: 360px;
        /* Tablet view me buttons zaroorat se zyada chaude na hon */
    }

    .btn-primary-custom,
    .btn-outline-custom {
        width: 100%;
        justify-content: center;
        /* Text ekdum center me aayega */
        padding: 14px 20px;
        font-size: 1.05rem;
    }

    /* Agar Badge dikhana hai mobile me to uski spacing set */
    .hero-badge {
        margin-bottom: 20px;
    }
}

/* --- HERO BACKGROUND & OVERLAY --- */
.premium-hero {
    position: relative;
    min-height: 90vh;
    /* DHYAN DEIN: Apni actual background image ka path yahan daalein */
    background-image: url('../images/banner.webp');
    background-size: cover;
    background-position: center right;
    display: flex;
    align-items: center;
}

.hero-gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #060b14 0%, rgba(6, 11, 20, 0.75) 50%, transparent 100%);
}

.z-index-2 {
    z-index: 2;
}

.text-wrapper {
    padding-left: 20px;
}

/* --- TYPOGRAPHY (Thin & Professional) --- */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 16px;
    border-radius: 50px;
    color: #d1d5db;
    font-size: 0.85rem;
    font-weight: 300;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
}

.icon-accent {
    color: var(--accent-color);
}

.hero-heading {
    font-size: 4.2rem;
    font-weight: 300;
    /* Thin, lightweight look */
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.hero-heading .text-accent {
    font-weight: 500;
    color: var(--accent-color);
}

.hero-subtext {
    font-size: 1.1rem;
    font-weight: 300;
    /* Lightweight font */
    color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* --- BUTTONS --- */
.hero-cta-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary-custom,
.btn-outline-custom {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary-custom {
    background-color: var(--accent-color);
    color: #ffffff;
    font-size: 22px;
    padding: 8px 12px;
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--accent-color);
}

.btn-primary-custom:hover {
    background-color: transparent;
    color: var(--accent-color);
}

.btn-outline-custom {
    display: inline-flex !important;
    background-size: 40px;
    padding: 10px 12px;
    position: relative;
    border-radius: 10px;
    background: #1d3557;
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    display: block;
}

.btn-outline-custom:hover {
    background-color: var(--dark-bg) !important;
    border-color: #ffffff;
    color: #ffffff;
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 768px) {
    .hero-heading {
        font-size: 2.8rem;
    }

    .hero-gradient-overlay {
        background: linear-gradient(90deg, #060b14 0%, rgba(6, 11, 20, 0.9) 100%);
    }

    .text-wrapper {
        padding-left: 45px;
    }

}


/** USP CSS **/

.bnhdt_ttp {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}

.whyus_1 {
    display: flex;
    width: 85%;
    margin: 0 auto;
}

.serviceBox {
    width: 25%;
    float: left;
    padding: 0 10px;
}

.service-icon {
    width: 28%;
    float: left;
    margin: 0 6% 0 0;
}

.service-icon img {
    width: 90%;
    padding: 8px;
    border-radius: 5px;
}

.service-content {
    width: 66%;
    float: left;
}

.service-content h3 {
    font-size: 28px;
    color: #1d3557;
    margin: 4px 0 0 0;
    font-weight: 700;
}

.service-content p {
    font-size: 16px;
    margin: 0 0 0 0;
    font-weight: 500;
    color: #1d3557;
}


.DLS_heading {
    text-align: center;
}

.DLS_heading h3 {
    font-size: 24px;
    color: #1d3557;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.DLS_heading h3 span {
    color: #e63946;
    font-weight: 400;
}

/* =========================================
   DESTINATIONS SECTION STYLES
========================================= */
.premium-destinations {
    /* Background hata diya, ab yeh default page color (mostly white) lega */
    position: relative;
}

.text-coral {
    color: #e65c5c;
}

/* Custom color for the bold part of the heading */
.dest-heading-dark {
    color: var(--accent-color);
    /* Deep premium navy background match karega */
    position: relative;
    display: inline-block;
}

.explore-text {
    color: var(--dark-bg);
}

/* --- DESTINATION CARD --- */
.dest-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    /* Halka sa border visible rakhne ke liye */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dest-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* --- IMAGE WRAPPER --- */
.dest-img-wrap {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.dest-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.dest-card:hover .dest-img-wrap img {
    transform: scale(1.05);
}

/* --- PRICE TAG --- */
.price-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(6, 11, 20, 0.85);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

/* --- CARD CONTENT --- */
.dest-content {
    padding: 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.dest-rating {
    font-size: 0.85rem;
    font-weight: 600;
    color: #4b5563;
}

.dest-desc {
    flex-grow: 1;
}

/* --- INDIRECT CTA BUTTON --- */
.btn-dest-call {
    display: inline-flex;
    /* Icon align karne ke liye flex */
    align-items: center;
    justify-content: center;
    gap: 8px;
    /* Text aur icon me gap */
    background-color: #208b25;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.btn-dest-call:hover {
    background-color: #186c1c;
    color: #fff;
}

.destination-disclaimer {
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.6;
}

.destination-disclaimer a {
    color: #060b14;
    /* Dark premium color link ke liye */
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(6, 11, 20, 0.3);
    text-underline-offset: 3px;
    margin-left: 5px;
    transition: all 0.3s ease;
}

.destination-disclaimer a:hover {
    color: var(--dark-bg);
}

/* Mobile Devices ke liye thoda adjust */
@media (max-width: 768px) {
    .destination-disclaimer {
        font-size: 0.75rem;
        padding: 12px 15px;
        text-align: justify;
        /* Mobile par justify accha lagta hai */
    }
}



/** ABOUT US CSS **/

.more_abouts {
    padding: 45px 0;
}

.ima_lefts {
    padding: 30px;
}

.ABou_contebt {
    background: #fff;
    width: 50%;
    float: right;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 12px;
}

.ABou_contebt h3 {
    font-weight: 700;
    font-size: 26px;
    color: #1d3557;
    margin: 0 0 10px 0;
}

.ABou_contebt h4 {
    font-weight: 700;
    font-size: 22px;
    color: #1d3557;
    margin: 0 0 10px 0;
}

.ABou_contebt p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px 0;
    color: #333;
    font-weight: 400;
}

.ABou_contebt ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ABou_contebt ul li {
    font-size: 14px;
    line-height: 24px;
}

.ABou_contebt ul li i {
    background: #e63946;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    margin-right: 4px;
}

/** FLIGHTS DEALS CSS **/

/** FLIGHT DEALS CSS - PREMIUM SYNC **/

:root {
    --accent-color: #e63946;
    --dark-bg: #1d3557;
}

.flight_deals {
    background-color: #ffffff;
    padding: 42px 0px;
}

.airline_deals {
    background: #ffffff;
    border: 1px solid rgba(29, 53, 87, 0.1);
    /* Subtle dark-bg border */
    border-radius: 12px;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
    /* Ensures child elements follow border-radius */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.airline_deals a {
    text-decoration: none;
    color: inherit;
}

/* Hover Effect: Sleek lift and shadow */
.airline_deals:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(29, 53, 87, 0.12);
    /* Shadow using dark-bg */
    border-color: var(--dark-bg);
}

/* Very subtle background change on hover instead of bright orange */
.airline_deals:hover .trip-detail {
    background: rgba(29, 53, 87, 0.03);
}

.airline_deals:hover .icon-wrap {
    background: var(--dark-bg);
}

.lps_main {
    display: flex;
    justify-content: space-between;
    padding: 18px;
    align-items: center;
}

.hdgr_1 img {
    width: 35px;
    object-fit: contain;
}

.hdgr_2 h6 {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hdgr_2 h3 {
    text-align: right;
    color: var(--dark-bg);
    /* Applied Accent Color */
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

/* Bottom section of the card */
.trip-detail {
    background: #f8fafc;
    /* Very light neutral gray */
    padding: 16px 18px;
    border-top: 1px dashed rgba(29, 53, 87, 0.15);
    /* Separator */
    transition: background 0.3s ease;
}

.trip-date {
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.desti {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desti .city {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--dark-bg);
    /* Applied Dark Theme Color */
    line-height: 1;
}

.desti .mid-line {
    width: calc(100% - 100px);
    position: relative;
    border-top: 2px dotted rgba(29, 53, 87, 0.3);
    /* Theme-based dotted line */
}

/* Custom Plane Icon Design */
.desti .mid-line .icon-wrap {
    position: absolute;
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(29, 53, 87, 0.2);
    transition: all 0.3s ease;
}

.plane-icon-theme {
    color: var(--accent-color);
    /* Plane color sync */
    font-size: 14px;
    transform: rotate(45deg);
    /* Pointing towards destination */
    transition: color 0.3s ease;
}


/* =========================================
   HOW IT WORKS (Light/Synced Theme)
========================================= */

:root {
    --accent-color: #e63946;
    --dark-bg: #1d3557;
}

.how-it-works-clean {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

/* Connecting Dotted Line (Same style as your flight deals line) */
.process-line {
    position: absolute;
    top: 40px;
    width: 64%;
    height: 0;
    border-top: 2px dashed rgba(29, 53, 87, 0.2);
    /* Faint dark-bg color */
    z-index: 1;
}

/* Step Wrapper */
.process-step {
    position: relative;
    z-index: 2;
}

/* Circular Icon Wrapper */
.step-icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: var(--dark-bg);
    /* Dark blue circle */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 8px 20px rgba(29, 53, 87, 0.15);
    border: 5px solid #ffffff;
    /* White border to cut through the dotted line */
    transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Floating Step Number (Red Accent) */
.step-num {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 28px;
    height: 28px;
    background-color: var(--accent-color);
    /* Red Accent */
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Hover Effect */
.process-step:hover .step-icon-wrapper {
    transform: translateY(-5px);
    background-color: var(--accent-color);
    /* Turns red on hover */
}

.process-step:hover .step-num {
    background-color: var(--dark-bg);
    /* Number turns blue on hover */
}


/** FOOTER CODE START **/

.footer_main {
    background: #1d3557;
    padding: 45px 0 25px;
}

.All_abouts {}

.All_abouts h4 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px 0;
    border-bottom: solid 2px #fff;
    padding: 0 0 4px 0;
    display: inline-block;
}

.All_abouts ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.All_abouts ul li {
    display: block;
}

.All_abouts ul li a {
    color: #bdc4ce;
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    text-decoration: none;
}

.All_abouts ul li a:hover {
    color: #fff;
    font-weight: 500;
}

.dt-sc-contact-info {
    margin: 0 0 10px 0;
}

.dt-sc-contact-info h6 {
    font-size: 15px;
    color: #bdc4ce;
    font-weight: 300;
}

.dt-sc-contact-info p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.Social_media {
    margin: 25px 0 0 0;
}

.Social_media h4 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px 0;
    border-bottom: solid 2px #fff;
    padding: 0 0 4px 0;
    display: inline-block;
}

.Social_media ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.Social_media ul li {
    display: inline-block;
}

.Social_media ul li a {
    font-size: 20px;
    color: #1d3557;
    margin: 0 5px 0 0px;
    width: 35px;
    display: block;
    height: 35px;
    background: #bdc4ce;
    text-align: center;
    line-height: 35px;
    border-radius: 29px;
}

.disclamer {
    margin: 25px 0 0 0;
}

.disclamer p {
    font-size: 14px;
    margin: 0 0 5px 0;
    color: #bdc4ce;
    font-weight: 300;
}

.footer__logoBox {
    background: #fff;
    border-top: solid 2px #ffffffa3;
}

.right-pay {
    text-align: center;
    padding: 15px 0px 50px 0px;
    margin: 0px auto 0 auto;
    border-radius: 8px;
}

.right-pay ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-pay ul li {
    display: inline-block;
}

/* .right-pay ul li img {
    filter: invert(1);
} */

.copy_right {
    text-align: center;
}

.copy_right p {
    border-top: 1px solid #04385c;
    font-size: 15px;
    margin: 0 0 0 0;
    color: #000;
    padding: 10px 0 10px 0;
    font-weight: 500;
}



.Abt_pages {
    padding: 45px 0;
}

.text_contrnts {}

.text_contrnts h3 {
    font-weight: 500;
    font-size: 26px;
    margin: 0 0 10px 0;
}

.text_contrnts p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin: 0 0 10px 0;
}

.text_contrnts h4 {
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 10px 0;
}

/* =========================================
   DARK THEME COOKIE BANNER STYLES
========================================= */
.cookie-banner-container {
    position: fixed;
    bottom: -150%;
    left: 0;
    width: 100%;
    background: #060d1a;
    /* Dark slate background */
    backdrop-filter: blur(10px);
    border-top: 1px solid #374151;
    /* Subtle dark border */
    z-index: 9999;
    padding: 16px 0;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.5);
    /* Stronger shadow for depth */
    transition: bottom 0.5s ease-in-out;
}

.cookie-banner-container.show-banner {
    bottom: 0;
}

.cookie-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.cookie-text-area {
    flex-grow: 1;
}

.cookie-text {
    font-size: 0.95rem;
    color: #e5e7eb;
    /* Light text for readability */
    line-height: 1.5;
    margin: 0;
}

.text-coral {
    color: #ef4444;
    /* Brighter coral/red for dark mode */
}

.cookie-text a {
    color: #60a5fa;
    /* Bright blue for links */
    text-decoration: underline;
    text-decoration-color: rgba(96, 165, 250, 0.3);
    text-underline-offset: 3px;
    transition: 0.3s ease;
    font-weight: 500;
}

.cookie-text a:hover {
    color: #93c5fd;
    /* Lighter blue on hover */
    text-decoration-color: #93c5fd;
}

.cookie-actions {
    display: flex;
    gap: 12px;
    min-width: max-content;
}

/* ===== BUTTONS ===== */

.btn-cookie-outline {
    background: transparent;
    border: 1px solid #4b5563;
    /* Dark gray outline */
    color: #e5e7eb;
    /* Light text */
    padding: 9px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: 0.3s ease;
    cursor: pointer;
}

.btn-cookie-outline:hover {
    background: #374151;
    /* Slight highlight on hover */
    border-color: #6b7280;
}

.btn-cookie-solid {
    background: #3b82f6;
    /* Vibrant blue for Primary Action */
    border: 1px solid #3b82f6;
    color: #ffffff;
    padding: 9px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: 0.3s ease;
    cursor: pointer;
}

.btn-cookie-solid:hover {
    background: #2563eb;
    /* Slightly darker blue on hover */
    border-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

/* ===== MOBILE RESPONSIVE ===== */

@media (max-width: 991px) {
    .cookie-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .cookie-actions {
        width: 100%;
        justify-content: flex-end;
    }
}

@media (max-width: 576px) {
    .cookie-banner-container {
        padding: 12px 0;
    }

    .cookie-text {
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .cookie-text i {
        font-size: 0.9rem !important;
    }

    .cookie-actions {
        flex-direction: row;
        width: 100%;
        gap: 8px;
    }

    .btn-cookie-outline,
    .btn-cookie-solid {
        width: 50%;
        text-align: center;
        padding: 8px 12px;
        font-size: 0.75rem;
        flex: 1;
    }
}

@media (max-width: 400px) {
    .cookie-text {
        font-size: 0.65rem;
    }

    .btn-cookie-outline,
    .btn-cookie-solid {
        font-size: 0.65rem;
        padding: 6px 8px;
    }
}


/** CONTACT US PAGE CSS **/

.bts_sides {
    background: #ffffff;
    padding: 0 0 50px 0;
}

.cTnow {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    margin: 0px 0 0 0;
}

.cTnow h2 {
    font-size: 20px;
    color: #100f0f;
    margin: 0px;
    font-weight: 600;
}

.addredd {
    margin: 15px 0 0 0;
    background: #fff;
}

.addredd i {
    font-size: 24px;
    background: #4263c1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 42px;
    text-align: center;
    float: left;
    margin: 9px 15px 10px 0;
    color: #fff;
    display: none;
}

.addredd h4 {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin: 10px 0 4px 0;
}

.addredd p {
    font-size: 14px;
    color: #333;
    margin: 0 0 0 0;
    font-weight: 400;
}

.addredd p a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #0058a3;
}

.Cnt_form {
    margin: 0px 0 0 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.Cnt_tittle {
    padding: 20px;
    text-align: center;
    background: #fafafa;
}

.Cnt_tittle h2 {
    font-size: 20px;
    color: #000;
    margin: 0px 0 5px 0;
    font-weight: 600;
}

.Cnt_tittle p {
    font-size: 14px;
    color: #333;
    margin: 0px 0 6px 0;
}

.address_cont {
    background: #fff;
    padding: 20px;
    display: table;
    width: 100%;
}

.cont_ppgecont {
    border-radius: 2px;
    height: 44px;
    box-shadow: none;
    font-size: 14px;
}

.cont_ppge {
    font-size: 13px;
    color: #777;
    margin: 0 0 2px;
    font-weight: 400;
}

.flats_button {
    border: 0;
    background: #e63946;
    color: #fff;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    width: 40%;
    margin: 0 auto;
    box-shadow: #1d3557 2px 2px 0;
}

.nop_map {
    padding: 8px 8px 0 8px;
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    margin-bottom: 35px;
}

/** DESTINATIONS CODE CSS **/

.desti_pagesh {
    padding: 0px 0 45px;
}

.Harley_co {}

.Harley_co h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
    color: #13517a;
    line-height: 24px;
}

.Harley_co p {
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #333;
    line-height: 25px;
}

.Harley_co h4 {
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #13517a;
    line-height: 24px;
}

.Harley_co ul {
    padding: 0;
    list-style: none;
}

.Harley_co ul li {
    font-size: 15px;
    line-height: 26px;
}

.Harley_co ul li i {
    background: #e63946;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    margin: 0 5px 0 5px;
}



.bottoms_calls {
    background: 0 0/contain #208b25;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    display: none;
    text-align: center;
}

.bottoms_calls p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 2px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
}

.bottoms_calls a {
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 30px;
    display: block;
}


.pvc_cont h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0 10px 0;
}

.pvc_cont h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 10px 0;
    color: #13517a;
}

.pvc_cont p {
    font-size: 14px;
    color: #333;
    margin: 0px 0 10px 0;
    line-height: 22px;
}

.pvc_cont h4 {
    padding: 5px 10px 5px 5px;
    background: rgb(253, 238, 230);
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.pvc_cont h3 {
    padding: 5px 10px 5px 5px;
    background: rgb(253, 238, 230);
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.ouur_wed {
    padding-top: 10px;
}

.ouur_wed a {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 0 0;
}

.ouur_wed a img {
    width: 34px;
}




/** MOBILE VIEW SECOND CSS **/

@media (min-width:320px) and (max-width:479px) {

    .tfnmobile {
        display: flex;
    }

    .serch_mbCall {
        display: block;
        top: 24px;
        right: 52px;
    }

    .serch_mbCall h6 {
        font-size: 20px;
    }

    .navbar-toggler {
        padding: 0px 2px;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 5px 10px;
    }

    a.navbar-brand {
        margin: 0 0 0 0;
    }

    a.navbar-brand img {
        width: 160px;
    }

    .main_banner {
        padding: 20px 0 30px;
        position: relative;
        background: #13517a !important;
    }

    .banner_heading {
        text-align: center;
        margin: 0 0 0px 0;
    }

    .banner_heading h1 {
        font-size: 20px;
        line-height: 28px;
        display: none;
    }

    .right-pay ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: block;
        align-items: center;
    }

    .ABou_contebt {
        padding: 10px;
        width: 100%;
    }

    .ima_lefts {
        padding: 10px;
        height: auto !important;
        display: flex;
    }

    .banner_heading ul {
        display: none;
    }

    .whyus_1 {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .serviceBox {
        width: 50%;
        float: left;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .service-icon {
        width: 34%;
        float: left;
        margin: 0 0% 0 0;
    }

    .service-icon img {
        width: 90%;
        padding: 4px;
        border-radius: 5px;
    }

    .service-content h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
    }

    .service-content p {
        font-size: 13px;
        margin: 2px 0 0 0;
        line-height: 13px;
    }

    .All_abouts {
        margin-bottom: 20px;
    }

    .our__pkg {
        margin-bottom: 25px;
    }

    .bottoms_calls {
        display: block;
        z-index: 9999 !important;
    }

}


@media (min-width:480px) and (max-width:767px) {

    .tfnmobile {
        display: flex;
    }

    .serch_mbCall {
        display: block;
    }

    .navbar-toggler {
        padding: 0px 2px;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 5px 10px;
    }

    a.navbar-brand {
        margin: 0 0 0 0;
    }

    a.navbar-brand img {
        width: 180px;
    }

    .navbar-brand img {
        width: 180px;
    }

    .main_banner {
        padding: 20px 0 30px;
        position: relative;
        background: #13517a !important;
    }

    .banner_heading {
        text-align: center;
        margin: 0 0 0px 0;
    }

    .banner_heading h1 {
        font-size: 20px;
        line-height: 28px;
        display: none;
    }

    .right-pay ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: block;
        align-items: center;
    }

    .ABou_contebt {
        padding: 10px;
        width: 100%;
    }

    .ima_lefts {
        padding: 10px;
        height: auto !important;
        display: flex;
    }

    .banner_heading ul {
        display: none;
    }

    .whyus_1 {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .serviceBox {
        width: 50%;
        float: left;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .service-icon {
        width: 34%;
        float: left;
        margin: 0 0% 0 0;
    }

    .service-icon img {
        width: 90%;
        padding: 4px;
        border-radius: 5px;
    }

    .service-content h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
    }

    .service-content p {
        font-size: 13px;
        margin: 2px 0 0 0;
        line-height: 13px;
    }

    .All_abouts {
        margin-bottom: 20px;
    }

    .our__pkg {
        margin-bottom: 25px;
    }

    .bottoms_calls {
        display: block;
    }

}

/* =========================================
   INTERNAL PAGE BANNER (Premium Sync)
========================================= */
.internal-banner {
    width: 100%;
    padding: 60px 0;
    display: flex;
    align-items: center;
}

.internal-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(29, 53, 87, 0.95) 0%, rgba(29, 53, 87, 0.6) 60%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
}

/* --- PREMIUM BREADCRUMB STYLING --- */
.premium-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.premium-breadcrumb .breadcrumb-item a {
    color: #cbd5e1;
    /* Light gray text */
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    transition: color 0.3s ease;
}

.premium-breadcrumb .breadcrumb-item a:hover {
    color: var(--accent-color);
    /* Hover pe theme red */
}

.premium-breadcrumb .breadcrumb-item.active {
    color: #ffffff;
    /* Current page bright white */
    font-weight: 500;
    font-size: 0.9rem;
}

/* Custom separator arrow '›' */
.premium-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    color: #64748b;
    font-size: 1.2rem;
    line-height: 1;
    vertical-align: middle;
    padding: 0 8px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .internal-banner .display-4 {
        font-size: 2rem;
    }

    .internal-banner {
        padding: 50px 0;
    }

    .navbar-brand img {
        width: 192px !important;
    }
}


/* popup css mobile */
.immersive-popup-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0a111a;
    z-index: 9999999 !important;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    overflow-y: auto;
}

.immersive-popup-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.immersive-popup-overlay.fade-out {
    opacity: 0;
}

.immersive-popup-content {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.popup-top-banner {
    position: relative;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
}

.popup-banner-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 30, 60, 0.4) 0%, #0a111a 100%);
}

.popup-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    z-index: 10;
}

.banner-content1 {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.live-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(32, 139, 37, 0.2);
    color: #208b25;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    width: max-content;
    border: 1px solid rgba(32, 139, 37, 0.3);
}

.pulse-dot-green {
    width: 6px;
    height: 6px;
    background: #208b25;
    border-radius: 50%;
    animation: livePulseGreen 1.5s infinite;
}

@keyframes livePulseGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(32, 139, 37, 0.6);
    }

    70% {
        box-shadow: 0 0 0 5px rgba(32, 139, 37, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(32, 139, 37, 0);
    }
}

.popup-main-heading {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.popup-body-content {
    padding: 10px 20px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.agent-glow-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.avatar-glow-rings {
    width: 45px;
    height: 45px;
    background: #208b25;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    position: relative;
}

.avatar-glow-rings::before,
.avatar-glow-rings::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid rgba(32, 139, 37, 0.8);
    animation: radarGlow 2.5s infinite linear;
}

.avatar-glow-rings::after {
    inset: -16px;
    border: 2px solid rgba(32, 139, 37, 0.4);
    animation: radarGlow 2.5s infinite linear 1.2s;
}

@keyframes radarGlow {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.agent-title {
    color: #a0aec0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.agent-status {
    color: #208b25;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
}

.status-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #208b25;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
}

.popup-phone-number {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.popup-phone-number:hover {
    text-decoration: none !important;
}

.popup-phone-number:focus {
    text-decoration: none !important;
}

.popup-subtext {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 500;
}

.btn-popup-primary {
    background: #208b25;
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    box-shadow: 0 4px 15px rgba(32, 139, 37, 0.3);
    border-bottom: 3px solid #146819;
}

.offer-section {
    margin-top: 5px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.offer-heading {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.offer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-list li {
    color: #cbd5e1;
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.popup-stats-grid {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.stat-item {
    text-align: center;
    position: relative;
    flex: 1;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.stat-num {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
}

.stat-label {
    color: #64748b;
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* ONLY MOBILE VIEW - Desktop par hide rahega */
@media (min-width: 769px) {
    .immersive-popup-overlay {
        display: none !important;
    }
}