body {
    font-family: "Poppins", sans-serif;
    padding: 0px;
    background-color: var(--bg-light);
    color: var(--text-dark);
}

:root {
    --accent-color: #BA4A2A;
    --dark-bg: #1C5D9B;
    --primary-color: #1C5D9B;
    --soft-green: #B9E3B0;
    --bg-light: #E0E0E0;
    --text-dark: #4F3B36;
    --fp-bg: #0C2136;
    --fp-bg-soft: #12314C;
    --fp-amber: #E98B39;
    --fp-coral: #FF6B52;
    --fp-cream: #F3EEE3;
    --fp-dim: #92A5B8;
    --fp-line: rgba(243, 238, 227, 0.16);
    --fp-page-bg: #ffffff;
}

.container {
    max-width: 1290px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #13acbd;
}

/* ==========================================================================
   Header & Navbar Custom Styles
   ========================================================================== */

.top-announcement-bar {
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
    position: sticky !important;
    top: 0;
    z-index: 999;
}

.announcement-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    text-align: center;
}

.top-announcement-bar a {
    color: var(--soft-green);
    font-weight: 600;
    text-decoration: underline;
    white-space: nowrap;
}

.custom-navbar .dropdown-toggle::after {
    display: none !important;
}

.custom-navbar {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    padding: 12px 0;
    position: sticky !important;
    top: 30px;
    z-index: 9999;
}

.brand-logo {
    max-height: 50px;
    object-fit: contain;
}

.custom-nav-drawer .nav-link {
    color: var(--text-dark) !important;
    font-weight: 500 !important;
    font-size: 15px;
    padding: 10px 18px !important;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    transition: color 0.3s ease;
}

.custom-nav-drawer .nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 2px;
}

.custom-nav-drawer .nav-item.active .nav-link,
.custom-nav-drawer .nav-link:hover {
    color: var(--primary-color) !important;
    background-color: transparent !important;
    font-weight: 600 !important;
}

.custom-nav-drawer .nav-item.active .nav-link::after,
.custom-nav-drawer .nav-link:hover::after {
    width: 50%;
}

.drop-chevron {
    font-size: 13px;
    transition: transform 0.25s ease;
}

.custom-nav-drop.is-open .drop-chevron {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .custom-nav-drawer {
        display: flex !important;
        align-items: center;
        flex-grow: 1;
    }

    .custom-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #ffffff;
        min-width: 250px;
        border: none;
        border-top: 3px solid var(--accent-color);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        border-radius: 0 0 10px 10px;
        padding: 8px 0;
        z-index: 1050;
    }

    .custom-nav-drop:hover .custom-dropdown,
    .custom-nav-drop.is-open .custom-dropdown {
        display: block;
        animation: dropFadeIn 0.2s ease-in-out;
    }
}

@keyframes dropFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-dropdown .dropdown-item {
    font-size: 14px;
    padding: 0px 20px 0px 20px;
    color: var(--text-dark) !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f6f6f6;
    transition: all 0.3s ease;
}

.custom-dropdown .dropdown-item i {
    color: var(--primary-color);
    font-size: 12px;
}

.custom-dropdown .dropdown-item:hover {
    background: rgba(28, 93, 155, 0.08);
    color: #fff !important;
    padding-left: 24px;
}

.menu-open-trigger {
    background: transparent;
    border: none;
    font-size: 26px;
    color: var(--text-dark);
    padding: 4px 8px;
    cursor: pointer;
}

.mobile-call-btn {
    background-color: var(--accent-color);
    color: #fff;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
    text-decoration: none;
}

.premium-call-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 6px 8px 6px 16px;
    gap: 15px;
}

.call-icon-wrap i {
    font-size: 28px;
    color: var(--primary-color);
}

.call-divider {
    width: 2px;
    height: 38px;
    background-color: #e5e7eb;
}

.call-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}

.call-number {
    font-size: 19px;
    font-weight: 700;
    color: var(--accent-color);
    text-decoration: none !important;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.call-number:hover {
    color: var(--primary-color);
}

.call-subtext {
    font-size: 10px;
    font-weight: 600;
    color: #4F3B36;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-top: 2px;
}

.btn-call-now {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease !important;
    border: none;
}

.btn-call-now:hover {
    background-color: var(--accent-color);
    transform: translateY(-2px);
}


/** BANNER CSS START **/
.sticky-left-bar {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--fp-coral);
    color: #fff !important;
    padding: 15px 12px;
    border-radius: 0 12px 12px 0;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-left: none;
}

.sticky-left-bar:hover {
    padding-right: 16px;
    background: var(--fp-coral);
}

.sticky-left-bar .phone-icon {
    margin-bottom: 14px;
    font-size: 1.3rem;
    animation: gentleRing 3s infinite;
}

.sticky-left-bar .phone-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 0.95rem;
}

@keyframes gentleRing {

    0%,
    100% {
        transform: rotate(0);
    }

    5%,
    15% {
        transform: rotate(12deg);
    }

    10%,
    20% {
        transform: rotate(-12deg);
    }

    25% {
        transform: rotate(0);
    }
}

/* ==========================================================================
   Hero Section - Premium Redesign
   ========================================================================== */
.premium-hero {
    position: relative;
    min-height: 80vh;
    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, rgba(28, 93, 155, 0.95) 0%, rgba(28, 93, 155, 0.75) 45%, transparent 100%);
}

.z-index-2 {
    z-index: 2;
}

.hero-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 6px 14px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.hero-trust-badge .badge-icon {
    color: var(--soft-green);
    font-size: 14px;
}

.hero-trust-badge .badge-text {
    color: #f8f9fa;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-heading {
    font-size: clamp(2.8rem, 4.5vw, 4.5rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 18px;
    letter-spacing: -1px;
}

.hero-heading .text-accent {
    color: var(--soft-green);
}

.hero-subtext {
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    font-weight: 400;
    color: #dbe2e8;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 90%;
}

.hero-cta-group {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

/* 1. Primary Button (Explore Deals) - Gradient & Shadow */
.btn-primary-custom {
    background: linear-gradient(135deg, var(--accent-color) 0%, #d85732 100%) !important;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 8px;
    /* Sharp agency look */
    border: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(186, 74, 42, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none !important;
}

.btn-primary-custom:hover {
    transform: translateY(-4px);
    /* Hover par upar uthega */
    box-shadow: 0 10px 25px rgba(186, 74, 42, 0.6);
    background: linear-gradient(135deg, #d85732 0%, var(--accent-color) 100%) !important;
}

/* 2. Secondary Button (Phone) - Glassmorphism Effect */
.btn-outline-custom {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 8px;
    border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.btn-outline-custom:hover {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    border-color: #ffffff !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .custom-navbar {
        top: 52px;
    }

    .hero-cta-group {
        flex-direction: column;
        width: 100%;
        max-width: 380px;
        margin: 15px auto 0 auto;
    }

    .btn-primary-custom,
    .btn-outline-custom {
        width: 100%;
        justify-content: center;
    }

    .destination-disclaimer {
        font-size: 0.75rem;
        padding: 12px 15px;
        text-align: justify;
    }

    .internal-banner {
        padding: 50px 0;
    }

    .navbar-brand img {
        width: 192px !important;
    }
}

.btn-solid-accent:hover .icon-slide {
    transform: translateX(5px);
}

.icon-slide {
    transition: transform 0.3s ease;
}

.btn-glass-primary {
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary-color) !important;
    border: 2px solid #ffffff;
}

.btn-glass-primary:hover {
    background: transparent;
    color: #ffffff !important;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .custom-nav-drawer {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100vw;
        height: 100vh;
        background: #ffffff;
        z-index: 99999;
        overflow-y: auto;
        display: block !important;
        transform: translateX(0);
        transition: left 0.3s cubic-bezier(0.25, 1, 0.5, 1);
        padding-bottom: 50px;
    }

    .custom-nav-drawer.drawer-open {
        left: 0 !important;
    }

    .mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 20px;
        background-color: var(--primary-color);
    }

    .mobile-brand-logo {
        max-height: 36px;
        filter: brightness(0) invert(1);
    }

    .menu-close-trigger {
        background: transparent;
        border: none;
        color: #ffffff;
        font-size: 26px;
        cursor: pointer;
        padding: 0;
    }

    .custom-nav-drawer .navbar-nav {
        padding: 8px 20px !important;
    }

    .custom-nav-drawer .nav-link::after {
        display: none;
    }

    .custom-nav-drawer .nav-item {
        border-bottom: 1px solid #E0E0E0;
    }

    .custom-nav-drawer .nav-link {
        padding: 16px 0 !important;
        font-size: 17px;
        justify-content: space-between;
    }

    .custom-dropdown {
        display: block !important;
        background: #fbfbfb;
        border-left: 3px solid var(--accent-color);
        margin: 5px 0 15px 10px;
        padding: 5px 0;
        border-radius: 4px;
    }

    .custom-nav-drop.is-open .custom-dropdown {
        display: none !important;
    }

    .custom-dropdown .dropdown-item {
        padding: 12px 16px;
        font-size: 15px;
    }

    .cookie-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .cookie-actions {
        width: 100%;
        justify-content: flex-end;
    }

    .sticky-left-bar {
        display: none !important;
    }

    .premium-hero {
        min-height: auto;
        padding: 70px 0 60px 0;
        background-position: 60% center;
    }

    .hero-gradient-overlay {
        background: linear-gradient(180deg, rgba(28, 93, 155, 0.95) 0%, rgba(28, 93, 155, 0.85) 100%);
    }

    .text-wrapper {
        text-align: left;
    }

    .hero-heading {
        font-size: 2.6rem;
    }

    .hero-subtext {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .hero-cta-group {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .btn-solid-accent,
    .btn-glass-primary {
        width: 100%;
        padding: 15px;
    }

    .bottoms_calls {
        display: block !important;
    }

    .usp-wrapper {
        flex-wrap: wrap;
        gap: 25px 0;
        padding: 0;
    }

    .usp-item {
        flex: 0 0 50%;
        justify-content: flex-start;
        padding-left: 8%;
    }

    .dest-main-title {
        font-size: 1.4rem !important;
    }
}

/** USP CSS **/

.usp-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    padding: 20px 0px;
}

.usp-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    justify-content: center;
    transition: transform 0.3s ease;
}

.usp-icon {
    width: 55px;
    height: 55px;
    background: rgba(28, 93, 155, 0.06);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    transition: all 0.3s ease;
}

.usp-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.usp-item:hover .usp-icon {
    box-shadow: 0 4px 15px rgba(28, 93, 155, 0.3);
}

.usp-text {
    text-align: left;
}

.usp-number {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0 0 2px 0;
    line-height: 1;
}

.usp-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.usp-divider {
    width: 2px;
    height: 45px;
    background-color: #f0f0f0;
    margin: 0 10px;
}


/* ==========================================================================
   Solid Themed Destinations (No Animations)
   ========================================================================== */
.themed-destinations {
    background-color: #f7f9fc;
}

.dest-main-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.dest-main-title .text-accent {
    color: var(--accent-color);
}

.dest-subtitle {
    font-size: 1.05rem;
    color: #555555;
    max-width: 600px;
}

.solid-dest-card {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(28, 93, 155, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.card-image-box {
    position: relative;
    height: 190px;
    width: 100%;
}

.card-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solid-price-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--accent-color);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 16px;
    border-top-right-radius: 6px;
}

.card-content-box {
    padding: 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.dest-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0 0 5px 0;
}

.dest-country {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dest-country i {
    color: var(--accent-color);
    margin-right: 5px;
    font-size: 15px;
}

.dest-divider {
    width: 100%;
    height: 1px;
    background-color: #f1f5f9;
    margin-bottom: 15px;
}

.dest-info {
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 22px;
    flex-grow: 1;
}

.btn-solid-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--primary-color);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none !important;
}

.btn-solid-call:hover {
    background-color: var(--accent-color);
}



/* ==========================================================================
   Static Premium About Section (No Animations)
   ========================================================================== */
.premium-about-section {
    background-color: #ffffff;
    padding: 70px 0;
    border-top: 1px solid #f1f5f9;
}

/* Solid Geometric Image Frame */
.about-image-frame {
    position: relative;
    z-index: 2;
}

.about-image-frame img {
    width: 100%;
    border-radius: 4px;
    display: block;
    border: 1px solid #e2e8f0;
}

/* Static Flat Offset Block instead of blurry shadows */
.solid-accent-block {
    position: absolute;
    bottom: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    z-index: -1;
    border-radius: 4px;
}

/* Typography */
.about-tagline {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.about-main-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.about-paragraph {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 25px;
}

.about-divider {
    width: 50px;
    height: 4px;
    background-color: var(--accent-color);
    margin-bottom: 25px;
}

.about-sub-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.about-paragraph-small {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* Solid List Styling */
.about-solid-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-solid-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #1e293b;
    font-weight: 500;
    line-height: 1.4;
}

.about-solid-list li i {
    color: var(--accent-color);
    font-size: 18px;
    margin-top: 2px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .premium-about-section {
        padding: 50px 0;
    }

    .about-image-frame img {
        margin-bottom: 30px;
    }

    .about-main-title {
        font-size: 1.8rem;
    }
}


/** FLIGHT DEALS CSS - PREMIUM SYNC **/
/* ==========================================================================
   Compact Designer Ticket Notch Cards
   ========================================================================== */
.designer-ticket-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(28, 93, 155, 0.04);
    position: relative;
    transition: box-shadow 0.2s ease;
}

.designer-ticket-card a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 18px 15px 15px 15px;
}

.designer-ticket-card:hover {
    box-shadow: 0 10px 30px rgba(28, 93, 155, 0.08);
}

.dtc-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.dtc-airline-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(28, 93, 155, 0.05);
    padding: 5px 10px;
    border-radius: 50px;
}

.dtc-al-code {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

.dtc-al-name {
    font-size: 11px;
    font-weight: 500;
    color: #64748b;
    max-width: 90px;
}

.dtc-trip-type {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--accent-color);
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.dtc-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.dtc-city h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    letter-spacing: -0.5px;
    margin: 0 0 3px 0;
}

.dtc-city p {
    font-size: 11px;
    color: #94a3b8;
    margin: 0;
    font-weight: 500;
}

.dtc-flight-path {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin: 0 12px;
    margin-top: -12px;
}

.path-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #cbd5e1;
}

.path-line {
    flex-grow: 1;
    height: 2px;
    background: repeating-linear-gradient(to right, #cbd5e1 0, #cbd5e1 4px, transparent 4px, transparent 8px);
}

.path-plane {
    color: var(--accent-color);
    font-size: 14px;
    margin: 0 6px;
}

.dtc-dates {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 18px;
}

.dtc-dates i {
    color: #cbd5e1;
    margin-right: 5px;
}

.dtc-divider {
    position: relative;
    border-top: 2px dashed #e2e8f0;
    margin: 0 -15px 15px -15px;
}

.dtc-divider::before,
.dtc-divider::after {
    content: '';
    position: absolute;
    top: -10px;
    width: 20px;
    height: 20px;
    background-color: #F5F8FA;
    border-radius: 50%;
}

.dtc-divider::before {
    left: -10px;
}

.dtc-divider::after {
    right: -10px;
}

.dtc-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.dtc-price span {
    display: block;
    font-size: 10px;
    color: #94a3b8;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.dtc-price h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
    line-height: 1;
}

.dtc-cta {
    background-color: rgba(186, 74, 42, 0.1);
    color: var(--accent-color);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.designer-ticket-card:hover .dtc-cta {
    background-color: var(--accent-color);
    color: #ffffff;
}

@media (max-width: 576px) {
    .dtc-city h2 {
        font-size: 24px;
    }
}



/* ==========================================================================
   Minimal Pre-Footer CTA (Light Theme)
   ========================================================================== */
.minimal-pre-footer {
    background-color: #f8fafc;
    /* Very light background so the white card pops */
}

.minimal-cta-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    /* Ultra soft shadow */
    overflow: hidden;
}

/* --- Left Section --- */
.mcta-left {
    padding: 40px;
    border-right: 1px solid #f1f5f9;
    /* Desktop vertical divider */
}

.mcta-tagline {
    display: block;
    color: var(--accent-color);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.mcta-title {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.mcta-title .text-accent {
    color: var(--accent-color);
}

.mcta-desc {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
}

/* Feature Icons */
.mcta-features {
    display: flex;
    align-items: center;
    gap: 30px;
}

.mcta-feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.mcta-feature-item i {
    color: var(--primary-color);
    font-size: 20px;
}

.mcta-feature-item span {
    color: #475569;
    font-size: 11px;
    font-weight: 600;
}

/* --- Right Section --- */
.mcta-right {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mcta-contact-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.mcta-icon-circle {
    width: 60px;
    height: 60px;
    background-color: rgba(186, 74, 42, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mcta-icon-circle i {
    color: var(--accent-color);
    font-size: 24px;
}

.mcta-contact-text {
    display: flex;
    flex-direction: column;
}

.mcta-label {
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.mcta-number {
    color: var(--accent-color);
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 2px 0;
    line-height: 1;
    letter-spacing: -0.5px;
}

.mcta-sublabel {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Button */
.btn-mcta {
    display: block;
    width: 100%;
    background-color: var(--primary-color);
    color: #ffffff !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 14px;
    border-radius: 8px;
    /* Clean slightly rounded button */
    text-decoration: none !important;
    transition: background-color 0.2s ease;
}

.btn-mcta:hover {
    background-color: #154675;
    /* Darkens slightly */
}

/* ==========================================================================
   Mobile Responsive Rules (Perfect Stacking)
   ========================================================================== */
@media (max-width: 991px) {
    .mcta-left {
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        /* Moves divider to bottom for mobile */
        text-align: center;
        padding: 30px 20px;
    }

    .mcta-features {
        justify-content: center;
        /* Centers icons on mobile */
    }

    .mcta-feature-item {
        align-items: center;
    }

    .mcta-right {
        text-align: center;
        padding: 30px 20px;
    }

    .mcta-contact-wrap {
        flex-direction: column;
        /* Stacks icon and number vertically */
        align-items: center;
        text-align: center;
    }
}


/** FOOTER CODE START **/
.fp-footer {
    background: var(--fp-bg);
    color: var(--fp-cream);
    font-family: 'IBM Plex Sans', sans-serif;
    overflow: hidden;
}

.fp-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px;
}

.fp-brandstrip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 36px 0 26px;
}

.fp-brand {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--fp-cream);
}

.fp-brand em {
    font-style: normal;
    color: var(--fp-coral);
}

.fp-brand-tag {
    display: block;
    margin-top: 4px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    color: var(--fp-dim);
    letter-spacing: .03em;
}

.fp-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.fp-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: var(--fp-dim);
    border: 1px solid var(--fp-line);
    padding: 7px 12px;
    border-radius: 3px;
    text-decoration: none;
    transition: border-color .2s ease, color .2s ease;
}

.fp-badge:hover {
    border-color: var(--fp-amber);
    color: var(--fp-cream);
}

.fp-badge i {
    color: var(--fp-amber);
}

.fp-flightline {
    position: relative;
    height: 1px;
    background-image: linear-gradient(90deg, var(--fp-line) 0 6px, transparent 6px 14px);
    background-size: 14px 1px;
    background-repeat: repeat-x;
    margin: 0 32px;
}

.fp-plane {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    color: var(--fp-amber);
    font-size: 15px;
    animation: fp-fly 2.6s ease-out 0.2s 1 forwards;
}

@keyframes fp-fly {
    0% {
        left: 0%;
        opacity: 0;
    }

    12% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fp-plane {
        animation: none;
        left: 50%;
    }
}

.fp-logo {
    max-height: 38px;
    width: auto;
    object-fit: contain;
    display: block;
}

.fp-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr) 1.1fr;
    /* gap: 28px; */
    padding: 40px 0 8px;
    align-items: start;
}

.fp-col-head {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
}

.fp-code {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    color: var(--fp-amber);
    border: 1px solid rgba(233, 139, 57, 0.4);
    background: rgba(233, 139, 57, 0.08);
    padding: 3px 7px;
    border-radius: 3px;
}

.fp-col h4 {
    font-size: 15.5px;
    font-weight: 600;
    color: var(--fp-cream);
    margin: 0;
}

.fp-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fp-col ul li a {
    display: block;
    color: var(--fp-dim);
    text-decoration: none;
    font-size: 14.5px;
    line-height: 2.15;
    border-left: 2px solid transparent;
    padding-left: 12px;
    margin-left: -13px;
    transition: color .2s ease, border-color .2s ease;
}

.fp-col ul li a:hover {
    color: var(--fp-cream);
    border-left-color: var(--fp-coral);
}

.fp-stub {
    position: relative;
    background: var(--fp-bg-soft);
    border-radius: 8px;
    padding: 22px 22px 20px 26px;
}

.fp-stub::before,
.fp-stub::after {
    content: "";
    position: absolute;
    left: -1px;
    width: 20px;
    height: 20px;
    background: var(--fp-bg);
    border-radius: 50%;
}

.fp-stub::before {
    top: -10px;
}

.fp-stub::after {
    bottom: -10px;
}

.fp-stub-inner {
    border-left: 1.5px dashed rgba(243, 238, 227, 0.28);
    padding-left: 16px;
}

.fp-stub h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--fp-amber);
    margin: 0 0 14px;
}

.fp-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    color: var(--fp-cream);
    text-decoration: none;
    line-height: 1.5;
}

.fp-contact-row:last-child {
    margin-bottom: 0;
}

.fp-contact-row i {
    color: var(--fp-coral);
    width: 15px;
    padding-top: 2px;
    font-size: 14px;
}

.fp-contact-row span {
    color: var(--fp-dim);
}

.fp-disclaimer {
    margin-top: 34px;
    padding: 20px 0 26px;
    border-top: 1px solid var(--fp-line);
    font-size: 12.5px;
    line-height: 1.9;
    color: var(--fp-dim);
}

.fp-disclaimer a {
    color: var(--fp-cream);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fp-perforation {
    height: 18px;
    background-image: radial-gradient(circle 6px, var(--fp-page-bg) 6px, transparent 6.5px);
    background-position: -6px center;
    background-size: 26px 18px;
    background-repeat: repeat-x;
}

.fp-bottom {
    background: var(--fp-bg-soft);
}

.fp-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    padding: 18px 0;
}

.fp-pay {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.fp-pay img {
    height: 28px;
    width: auto;
    display: block;
    background: #fff;
    border-radius: 3px;
    padding: 4px 7px;
    opacity: 0.92;
    transition: opacity .2s ease;
}

.fp-pay img:hover {
    opacity: 1;
}

.fp-copy {
    font-size: 13px;
    color: var(--fp-dim);
    margin: 0;
}

@media (max-width: 980px) {
    .fp-columns {
        grid-template-columns: 1fr 1fr;
    }

    .fp-stub {
        grid-column: span 2;
    }
}

@media (max-width: 620px) {
    .fp-wrap {
        padding: 0 16px;
    }

    .fp-columns {
        grid-template-columns: 1fr 1fr;
        gap: 16px 10px;
        padding: 24px 0 8px;
    }

    .fp-col {
        grid-column: span 1;
        min-width: 0;
    }

    .fp-col-head {
        gap: 6px;
        margin-bottom: 10px;
    }

    .fp-code {
        font-size: 9px;
        padding: 2px 5px;
    }

    .fp-col h4 {
        font-size: 13px;
    }

    .fp-col ul li a {
        font-size: 12px;
        line-height: 1.9;
        padding-left: 8px;
        margin-left: -9px;
    }

    .fp-stub {
        grid-column: span 2;
        padding: 14px 14px 14px 16px;
    }

    .fp-stub h4 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .fp-contact-row {
        font-size: 12px;
        gap: 8px;
        margin-bottom: 8px;
    }

    .fp-contact-row i {
        font-size: 12px;
        width: 14px;
    }

    .fp-disclaimer {
        font-size: 11px;
        padding: 16px 0 20px;
        margin-top: 20px;
        line-height: 1.7;
    }
}



/* =========================================
   DARK THEME COOKIE BANNER STYLES
========================================= */
.cookie-banner-container {
    position: fixed;
    bottom: -150%;
    left: 0;
    width: 100%;
    background: var(--fp-bg);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--fp-line);
    z-index: 9999;
    padding: 16px 0;
    box-shadow: 0 -5px 30px rgba(12, 33, 54, 0.5);
    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: var(--fp-cream);
    opacity: 0.85;
    line-height: 1.5;
    margin: 0;
}

.text-coral {
    color: var(--accent-color);
    opacity: 1;
}

.cookie-text a {
    color: var(--soft-green);
    text-decoration: underline;
    text-decoration-color: rgba(185, 227, 176, 0.35);
    text-underline-offset: 3px;
    transition: 0.3s ease;
    font-weight: 500;
}

.cookie-text a:hover {
    color: var(--fp-cream);
    text-decoration-color: var(--fp-cream);
}

.cookie-actions {
    display: flex;
    gap: 12px;
    min-width: max-content;
}

/* ===== BUTTONS ===== */

.btn-cookie-outline {
    background: transparent;
    border: 1px solid var(--fp-line);
    color: var(--fp-cream);
    padding: 9px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: 0.3s ease;
    cursor: pointer;
}

.btn-cookie-outline:hover {
    background: var(--fp-bg-soft);
    border-color: var(--fp-dim);
}

.btn-cookie-solid {
    background: var(--accent-color);
    border: 1px solid var(--accent-color);
    color: var(--fp-cream);
    padding: 9px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: 0.3s ease;
    cursor: pointer;
}

.btn-cookie-solid:hover {
    background: #9c3f22;
    border-color: #9c3f22;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(186, 74, 42, 0.4);
}

/* ===== MOBILE RESPONSIVE (unchanged) ===== */

@media (max-width: 576px) {
    .custom-navbar {
        top: 78px;
    }

    .top-announcement-bar {
        font-size: 12px;
        padding: 4px 0;
    }

    .announcement-content {
        gap: 4px;
    }

    .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;
    }

    .premium-usp-bar {
        padding: 20px 0;
    }

    .usp-item {
        flex: 0 0 50%;
        padding-left: 15px;
    }

    .usp-icon {
        width: 45px;
        height: 45px;
        padding: 10px;
    }

    .usp-number {
        font-size: 20px;
    }

    .mcta-icon-circle {
        display: none;
    }

    .mcta-title {
        font-size: 26px;
    }
}

@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 **/

.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: var(--accent-color);
    ;
    color: #fff;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    width: 40%;
    margin: 0 auto;
    box-shadow: var(--primary-color) 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: var(--accent-color);
    ;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    margin: 0 5px 0 5px;
}


.bottoms_calls {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0 15px;
    display: none;
}

.floating-call-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F4FBF6;
    border-radius: 50px;
    padding: 6px 14px 6px 6px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    text-decoration: none !important;
    border: 1px solid #E2F0E6;
}

.icon-left {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #0A8B28;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
    transform: rotate(90deg);
}

.icon-left i {
    color: #ffffff;
    font-size: 22px;
    transform: scaleX(-1);
}

.icon-left::before,
.icon-left::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    border: 2px solid rgba(10, 139, 40, 0.7);
    animation: radarGlow 2.5s infinite linear;
    z-index: -1;
    pointer-events: none;
}

.icon-left::after {
    inset: -6px;
    border: 2px solid rgba(10, 139, 40, 0.3);
    animation: radarGlow 2.5s infinite linear 1.25s;
}

.call-text-content {
    flex-grow: 1;
    padding: 0 12px;
    text-align: left;
}

.call-text-content p {
    font-size: 12px;
    color: #333333;
    margin: 0 0 2px 0;
    font-weight: 500;
    line-height: 1.1;
    text-transform: none;
}

.call-text-content strong {
    font-size: 22px;
    color: #115F2A;
    font-weight: 700;
    display: block;
    line-height: 1.1;
    letter-spacing: -0.2px;
}

.icon-right {
    width: 32px;
    height: 32px;
    background-color: #DBF0E2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-right i {
    color: #0A8B28;
    font-size: 14px;
}


.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;
}




/** MOBILE VIEW SECOND CSS **/

@media (min-width:320px) and (max-width:479px) {

    .navbar-toggler {
        padding: 0px 2px;
    }

    a.navbar-brand {
        margin: 0 0 0 0;
    }

    a.navbar-brand img {
        width: 160px;
    }

    .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;
    }

    .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;
    }

    .bottoms_calls {
        display: block;
        z-index: 9999 !important;
    }

}


@media (min-width:480px) and (max-width:767px) {

    .navbar-toggler {
        padding: 0px 2px;
    }

    a.navbar-brand {
        margin: 0 0 0 0;
    }

    a.navbar-brand img {
        width: 180px;
    }

    .navbar-brand img {
        width: 180px;
    }

    .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;
    }

    .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;
    }

    .bottoms_calls {
        display: block;
    }

}

/* =========================================
   INTERNAL PAGE BANNER (Premium Sync)
========================================= */
.internal-banner {
    position: relative;
    width: 100%;
    background: var(--fp-bg);
    padding: 52px 0 46px;
    overflow: hidden;
}

.internal-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(135deg,
            rgba(243, 238, 227, 0.025) 0px,
            rgba(243, 238, 227, 0.025) 1px,
            transparent 1px,
            transparent 28px);
    pointer-events: none;
}

.internal-banner .fp-route-curve {
    position: absolute;
    right: -4%;
    bottom: -18%;
    width: 46%;
    min-width: 320px;
    max-width: 560px;
    height: auto;
    opacity: 0.35;
    pointer-events: none;
}

.internal-banner .container {
    position: relative;
    z-index: 2;
}

.internal-route-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(243, 238, 227, 0.06);
    border: 1px solid rgba(243, 238, 227, 0.18);
    color: var(--soft-green);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 6px 13px;
    border-radius: 50px;
    margin-bottom: 18px;
}

.internal-route-tag i {
    font-size: 0.7rem;
    opacity: 0.8;
}

.internal-banner h1 {
    position: relative;
    color: var(--fp-cream);
    padding-left: 18px;
    letter-spacing: -1px;
    margin-bottom: 14px;
}

.internal-banner h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    border-radius: 2px;
    background: var(--accent-color);
}

.internal-banner p {
    color: var(--fp-cream);
    opacity: 0.72;
    max-width: 600px;
    margin: 0;
}

@media (max-width: 767px) {
    .internal-banner {
        padding: 40px 0 34px;
    }

    .internal-banner .fp-route-curve {
        width: 70%;
        opacity: 0.22;
        bottom: -10%;
    }

    .internal-banner h1 {
        font-size: 1.5rem;
    }

    .internal-banner p {
        font-size: 0.95rem;
    }
}

/* popup css mobile */

html.popup-lock,
body.popup-lock {
    overflow: hidden !important;
    height: 100%;
}

.immersive-popup-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    height: 100dvh;
    background: radial-gradient(120% 90% at 50% -10%, var(--primary-color) 0%, var(--fp-bg) 62%);
    z-index: 9999999 !important;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    overflow: hidden;
    font-family: 'IBM Plex Sans', sans-serif;
}

.immersive-popup-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.immersive-popup-overlay.fade-out {
    opacity: 0;
}

.immersive-popup-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: calc(env(safe-area-inset-top) + 14px) 22px calc(env(safe-area-inset-bottom) + 16px);
    overflow: hidden;
}

/* ---------- close button ---------- */
.popup-close-btn {
    align-self: flex-end;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(243, 238, 227, 0.1);
    color: var(--fp-cream);
    border: 1px solid var(--fp-line);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1;
    flex-shrink: 0;
}

/* ---------- hero zone: icon badge + status + heading ---------- */
.popup-hero {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: clamp(6px, 2vh, 18px);
}

.popup-icon-badge {
    width: clamp(48px, 11vh, 62px);
    height: clamp(48px, 11vh, 62px);
    border-radius: 50%;
    background: var(--accent-color);
    color: var(--fp-cream);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.15rem, 3vh, 1.5rem);
    position: relative;
    margin-bottom: clamp(10px, 2vh, 16px);
}

.popup-icon-badge::before {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    border: 2px solid var(--soft-green);
    opacity: 0.55;
    animation: badgePulse 2.4s infinite ease-out;
}

@keyframes badgePulse {
    0% {
        transform: scale(0.9);
        opacity: 0.55;
    }

    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

.live-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(243, 238, 227, 0.08);
    color: var(--soft-green);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 6px 13px;
    border-radius: 50px;
    border: 1px solid rgba(185, 227, 176, 0.3);
    margin-bottom: clamp(8px, 2vh, 14px);
}

.pulse-dot-green {
    width: 6px;
    height: 6px;
    background: var(--soft-green);
    border-radius: 50%;
    animation: livePulseGreen 1.8s infinite;
    flex-shrink: 0;
}

@keyframes livePulseGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(185, 227, 176, 0.6);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(185, 227, 176, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(185, 227, 176, 0);
    }
}

.popup-main-heading {
    color: var(--fp-cream);
    font-size: clamp(1.15rem, 4.6vh, 1.5rem);
    font-weight: 700;
    line-height: 1.28;
    margin: 0;
}

.call-panel {
    flex-shrink: 0;
    margin-top: clamp(14px, 3vh, 22px);
    background: var(--fp-cream);
    border-radius: 16px;
    overflow: hidden;
}

.call-panel-top {
    padding: clamp(14px, 2.6vh, 20px) 18px;
    text-align: center;
}

.popup-phone-number {
    color: var(--text-dark);
    font-size: clamp(1.35rem, 6vh, 1.9rem);
    font-weight: 800;
    letter-spacing: -0.01em;
    margin: 0 0 4px;
    display: block;
}

.popup-phone-number:hover,
.popup-phone-number:focus {
    text-decoration: none !important;
}

.popup-subtext {
    color: var(--text-dark);
    opacity: 0.65;
    font-size: 0.76rem;
    font-weight: 500;
    margin: 0;
}

.btn-popup-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: var(--accent-color);
    color: var(--fp-cream);
    font-size: 0.98rem;
    font-weight: 700;
    padding: clamp(13px, 2.4vh, 16px);
    text-decoration: none;
}

.btn-popup-primary:hover,
.btn-popup-primary:focus {
    color: var(--fp-cream);
    text-decoration: none;
}

.offer-section {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    margin-top: clamp(12px, 2.4vh, 18px);
}

.offer-heading {
    color: var(--fp-dim);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-align: center;
    margin: 0 0 clamp(8px, 1.6vh, 12px);
}

.offer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.offer-list li {
    background: rgba(243, 238, 227, 0.06);
    border: 1px solid var(--fp-line);
    border-radius: 10px;
    padding: 10px 8px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--fp-cream);
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.25;
}

.offer-list li i {
    color: var(--soft-green);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.popup-footnote {
    flex-shrink: 0;
    text-align: center;
    color: var(--fp-dim);
    font-size: 0.72rem;
    margin-top: clamp(10px, 2vh, 14px);
}

.popup-footnote i {
    color: var(--soft-green);
    margin-right: 4px;
}

@media (prefers-reduced-motion: reduce) {

    .pulse-dot-green,
    .popup-icon-badge::before {
        animation: none;
    }
}

@media (min-width: 769px) {
    .immersive-popup-overlay {
        display: none !important;
    }
}