.flatpickr-clear-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #999;
    cursor: pointer;
    padding: 0 4px;
    user-select: none;
    line-height: 1;
}

.flatpickr-clear-btn:hover {
    color: #d00;
}

.swal-custom-top-container {
    z-index: 2147483647 !important;
    position: fixed !important;
}

.swal-toast-zindex-fix {
    z-index: 2147483647 !important;
}


/* --- SEO FOOTER DESIGN --- */
.seo-section {
    background: linear-gradient(to bottom, #f8fdfc, #fff);
    padding: 60px 20px;
    margin-top: 50px;
    border-top: 4px solid #005148;
    text-align: center;
}

.seo-container {
    max-width: 1000px;
    margin: 0 auto;
}

.seo-title {
    color: #005148;
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.seo-text {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.seo-features {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.feature-box {
    background: white;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
    border-bottom-color: #005148;
    box-shadow: 0 8px 25px rgba(0, 81, 72, 0.1);
}

.feature-icon {
    font-size: 36px;
    color: #005148;
    margin-bottom: 15px;
    display: inline-block;
}

.feature-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    font-size: 16px;
}

.feature-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

/* --- FLOATING WHATSAPP (Left Side) --- */
.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    left: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.float-whatsapp:hover {
    background-color: #128c7e;
    transform: scale(1.1);
}

/* ============================================================
   PREMIUM PORTAL BODY DESIGN (V2)
   ============================================================ */

:root {
    --premium-emerald: #00332d;
    --premium-teal: #005148;
    --premium-gold: #A6BC09;
    --emerald-gradient: linear-gradient(135deg, #00332d 0%, #005148 100%);
}

.main-content {
    background-color: #f0f4f8;
    padding-bottom: 0;
    margin-top: 0 !important;
    /* Resetting legacy margin */
}

/* FULL WIDTH HERO WRAPPER */
.hero-full-wrapper {
    width: 100%;
    margin-top: 90px;
    /* Accounts for fixed header (35px top-bar + 75px menu) */
    position: relative;
    overflow: hidden;
}

/* HERO SECTION */
.portal-hero {
    position: relative;
    height: 350px;
    /* Increased height for better view */
    background: url('../images/portal-hero-bg.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 51, 45, 0.85), rgba(0, 51, 45, 0.45));
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.hero-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    font-family: 'Exo 2', sans-serif;
}

.hero-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #e2e8f0;
    margin-bottom: 25px;
    max-width: 600px;
}

.hero-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-badges span {
    background: rgba(255, 255, 255, 0.12);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    backdrop-filter: blur(8px);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero-badges i {
    color: var(--premium-gold);
    font-size: 16px;
}

/* STATS BAR */
.portal-stats {
    position: relative;
    z-index: 10;
    background: #fff;
    max-width: 800px;
    margin: -50px auto 35px auto;
    padding: 18px 28px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    border-bottom: 4px solid var(--premium-gold);
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    justify-content: center;
    position: relative;
    padding: 10px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: #f8fafc;
    transform: translateY(-2px);
}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    height: 45px;
    width: 1.5px;
    background: linear-gradient(to bottom, transparent, #e2e8f0, transparent);
}

.stat-icon {
    font-size: 20px;
    color: var(--premium-teal);
    background: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    transition: 0.3s;
}

.stat-item:hover .stat-icon {
    background: var(--premium-emerald);
    color: #fff;
    border-color: var(--premium-emerald);
}

.live-status-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--premium-emerald);
    padding: 10px 18px;
    border-radius: 12px;
    color: #fff;
    min-width: 110px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 51, 45, 0.2);
    transition: 0.3s;
}

.stat-item.live-indicator:hover .live-status-wrapper {
    background: #004d40;
    transform: scale(1.05);
}

.pulse-dot {
    width: 10px;
    height: 10px;
    background-color: #22c55e;
    border-radius: 50%;
    margin-bottom: 6px;
    box-shadow: 0 0 0 rgba(34, 197, 94, 0.4);
    animation: pulse 2s infinite;
}

.live-status-wrapper .stat-value {
    color: #fff !important;
    font-size: 18px !important;
    letter-spacing: 1px;
}

.live-status-wrapper .stat-label {
    color: #b2dfdb !important;
    font-size: 9px !important;
}

.stat-info {
    display: flex;
    flex-direction: column;
    text-align: left;
    min-width: 120px;
}

.stat-value {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: var(--premium-emerald);
    line-height: 1.1;
}

.stat-label {
    font-size: 10px;
    color: #64748b;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.stat-value {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: var(--premium-emerald);
}

.stat-label {
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
}

/* Live Indicator */
.live-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pulse-dot {
    width: 10px;
    height: 10px;
    background-color: #22c55e;
    border-radius: 50%;
    margin-bottom: 8px;
    position: relative;
    box-shadow: 0 0 0 rgba(34, 197, 94, 0.4);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

/* TABLE & FILTER REFINEMENTS */
.filter-wrapper {
    background: #fff;
    padding: 30px !important;
    border-radius: 20px !important;
    border-top: 5px solid var(--premium-gold) !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05) !important;
}

.table-container {
    border-radius: 15px !important;
    border: none !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03) !important;
}

th {
    background: #f8fafc !important;
    color: var(--premium-emerald) !important;
    font-weight: 800 !important;
    border-bottom: 2px solid #e2e8f0 !important;
    padding: 18px 15px !important;
}

td {
    font-weight: 500 !important;
}

.book-btn {
    box-shadow: 0 5px 15px rgba(0, 51, 45, 0.1) !important;
}



/* ============================================================
   PREMIUM BODY OVERRIDES (Matches Header/Footer)
   ============================================================ */

/* ============================================================
   PERFORMANCE: Content Visibility (defer off-screen rendering)
   ============================================================ */
.portal-stats,
.filter-wrapper,
.sector-heading,
.table-container,
.f-seo-section,
.footer-wrapper {
    content-visibility: auto;
    contain-intrinsic-size: 200px;
}

/* ============================================================
   GLOBAL BODY & LAYOUT REFINEMENTS
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap');

html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

body {
    font-family: 'Inter', sans-serif !important;
    background-color: #f8fafc !important;
    color: #1e293b !important;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    /* Subtle geometric background pattern */
    background-image: radial-gradient(#e2e8f0 0.5px, transparent 0.5px) !important;
    background-size: 24px 24px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.stat-value,
.sector-heading {
    font-family: 'Exo 2', sans-serif !important;
}

.main-content {
    background: transparent !important;
    /* Let body pattern show through */
    padding-bottom: 60px !important;
    margin-top: 0 !important;
    position: relative;
    z-index: 5;
}

/* Entry Animations */
.hero-full-wrapper,
.portal-stats,
.filter-wrapper,
.sector-heading,
.table-container,
.seo-section {
    animation: fadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    opacity: 0;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.portal-stats {
    animation-delay: 0.2s;
}

.filter-wrapper {
    animation-delay: 0.3s;
}

.sector-heading {
    animation-delay: 0.4s;
}

.table-container {
    animation-delay: 0.5s;
}

.seo-section {
    animation-delay: 0.6s;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
    border: 3px solid #f1f5f9;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--premium-teal);
}

:root {
    --premium-emerald: #00332d;
    --premium-gold: #A6BC09;
    --premium-teal: #005148;
    --premium-light: #f1f5f9;
}

/* Filter Section Upgrades */
.filter-wrapper {
    background: #fff !important;
    padding: 16px 24px !important;
    border-radius: 20px !important;
    border-top: 4px solid var(--premium-gold) !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05) !important;
    margin: 0 auto 30px auto !important;
    width: 100% !important;
    max-width: 960px !important;
    box-sizing: border-box !important;
}

.filter-controls {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
    gap: 12px !important;
    align-items: center !important;
}

@media (max-width: 600px) {
    .filter-controls {
        grid-template-columns: 1fr !important;
    }
}

/* === ULTIMATE FILTER ICON FIX === */
.filter-wrapper .filter-group {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    /* Changed from flex to block for absolute positioning stability */
}

.filter-wrapper .filter-icon {
    position: absolute !important;
    left: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: var(--premium-emerald) !important;
    font-size: 16px !important;
    z-index: 100 !important;
    /* Ensure it stays above input */
    pointer-events: none !important;
}

.filter-wrapper .filter-group select,
.filter-wrapper .filter-group input,
.filter-wrapper .filter-group .flatpickr-input {
    padding-left: 50px !important;
    /* Force space for icon */
    padding-right: 15px !important;
    background-color: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 12px !important;
    height: 42px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    color: #1e293b !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
}

.filter-wrapper .flatpickr-wrapper {
    width: 100% !important;
    display: block !important;
}

/* Custom Arrows for Selects */
.filter-wrapper .filter-group:focus-within .filter-icon {
    color: var(--premium-gold) !important;
}

.filter-wrapper .filter-group select:focus,
.filter-wrapper .filter-group input:focus {
    border-color: var(--premium-gold) !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 4px rgba(166, 188, 9, 0.1) !important;
    outline: none !important;
}

/* Reset Button Enhancement */
.filter-wrapper .reset-filter-btn {
    background: #fff !important;
    color: #64748b !important;
    border: 1.5px solid #e2e8f0 !important;
    padding: 10px 18px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
    height: 42px !important;
    white-space: nowrap !important;
}

.filter-wrapper .reset-filter-btn:hover {
    background-color: #fef2f2 !important;
    color: #ef4444 !important;
    border-color: #fecaca !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(239, 68, 68, 0.1) !important;
}

.filter-wrapper .reset-filter-btn i {
    font-size: 14px !important;
}

/* Responsive Layout Fixes for Filter Grid */
@media (max-width: 1200px) {
    .filter-controls {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .reset-filter-btn {
        grid-column: span 2 !important;
    }
}

@media (max-width: 768px) {
    .filter-controls {
        grid-template-columns: 1fr !important;
    }
    .reset-filter-btn {
        grid-column: span 1 !important;
    }
}

@media (max-width: 600px) {
    .filter-controls {
        grid-template-columns: 1fr !important;
    }

    .reset-filter-btn {
        grid-column: span 1;
    }
}



.filter-btn {
    background-color: #fff !important;
    color: var(--premium-emerald) !important;
    border: 1.5px solid #e2e8f0 !important;
    padding: 8px 16px !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    box-shadow: none !important;
    transition: 0.3s all ease !important;
}

.filter-btn:hover,
.filter-btn.active {
    background-color: var(--premium-emerald) !important;
    color: #fff !important;
    border-color: var(--premium-emerald) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 51, 45, 0.2) !important;
}

.filter-controls select,
.filter-controls input {
    background-color: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 10px 15px !important;
    font-weight: 500 !important;
    color: var(--premium-emerald) !important;
    width: 180px !important;
    height: auto !important;
    box-shadow: none !important;
}

.filter-controls select:focus,
.filter-controls input:focus {
    border-color: var(--premium-teal) !important;
    background-color: #fff !important;
    outline: none;
}

/* Sector Heading Upgrade (Destination Banner) */
.sector-heading {
    color: var(--premium-emerald) !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 960px !important;
    margin: 0 auto 12px auto !important;
    position: relative !important;
    z-index: 1 !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

.sector-group-count {
    margin-left: auto !important;
    background: #fff !important;
    padding: 6px 14px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--premium-emerald) !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    white-space: nowrap !important;
}

.sector-group-count i {
    color: var(--premium-gold) !important;
    font-size: 16px !important;
}

.sector-group-count .count-number {
    color: var(--premium-gold) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

.sector-heading:hover .sector-group-count {
    border-color: var(--premium-gold) !important;
    transform: scale(1.05) !important;
    box-shadow: 0 8px 25px rgba(166, 188, 9, 0.15) !important;
}

.sector-heading:hover .sector-group-count {
    border-color: var(--premium-gold) !important;
    transform: translateX(-5px) !important;
    color: var(--premium-emerald) !important;
}

.sector-heading i.bxs-plane-take-off {
    font-size: 24px !important;
    color: var(--premium-gold) !important;
}

.heading-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.heading-label {
    font-weight: 500 !important;
    color: #64748b !important; /* Muted secondary color */
}

.heading-route {
    font-weight: 800 !important;
    color: var(--premium-emerald) !important;
}

.route-arrow {
    margin: 0 4px !important;
    color: var(--premium-gold) !important;
    font-weight: 900 !important;
    font-size: 1.1rem !important;
}

/* Table Upgrades */
.table-container {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    margin-bottom: 40px !important;
}

table {
    margin-bottom: 0 !important;
    border: none !important;
}

th {
    background-color: var(--premium-emerald) !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 0.05em;
    padding: 15px !important;
    font-weight: 700 !important;
    border: none !important;
}

td {
    padding: 12px 10px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    border-right: none !important;
    border-left: none !important;
    font-size: 13px !important;
    color: #334155 !important;
}

tr {
    transition: all 0.2s ease !important;
}

tr:hover td {
    background-color: #f8fafc !important;
}

tr:hover td:first-child {
    border-left: 4px solid var(--premium-gold) !important;
}

/* FARE CELL SPECIFIC STYLING */
.fare-cell {
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: #d32f2f !important;
    letter-spacing: -0.5px !important;
    white-space: nowrap !important;
    position: relative;
}

.fare-cell small {
    font-size: 0.6rem !important;
    vertical-align: baseline !important;
    margin-right: 4px !important;
    opacity: 0.4 !important;
    font-weight: 500 !important;
    color: #94a3b8 !important; /* Muted slate color */
    letter-spacing: 0.5px !important;
}

tr:hover .fare-cell {
    background: rgba(211, 47, 47, 0.05) !important;
    border-radius: 4px !important;
}

/* Book Now Button Upgrade */
.book-btn {
    background: linear-gradient(135deg, var(--premium-emerald) 0%, var(--premium-teal) 100%) !important;
    color: #fff !important;
    padding: 8px 20px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 11px !important;
    letter-spacing: 0.5px;
    border: none !important;
    box-shadow: 0 4px 12px rgba(0, 51, 45, 0.2) !important;
    transition: 0.3s all ease !important;
    cursor: pointer !important;
}

.book-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(0, 51, 45, 0.3) !important;
    filter: brightness(1.1);
}





/* Off-Hours Section Styling - Premium Redesign */
.off-hours-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    min-height: 40vh;
    background: radial-gradient(circle at center, #f0fdfa 0%, #f8fafc 100%);
}

.off-hours-card {
    background: #ffffff;
    width: 100%;
    max-width: 440px;
    padding: 35px 28px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 51, 45, 0.08);
    text-align: center;
    border: 1px solid rgba(0, 81, 72, 0.05);
    border-top: 6px solid #005148;
    animation: fadeInUp 0.8s ease backwards;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease; /* Smooth transition for hover */
}

.off-hours-card:hover {
    transform: translateY(-8px);
    border-top-color: #A6BC09; /* Project Gold on hover */
    box-shadow: 0 30px 60px rgba(166, 188, 9, 0.12); /* Gold-tinted shadow */
}

.off-hours-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 81, 72, 0.02), transparent);
    pointer-events: none;
}

.off-hours-icon {
    font-size: 44px;
    color: #ef4444; /* Modern Red */
    margin-bottom: 25px;
    display: inline-block;
    filter: drop-shadow(0 5px 15px rgba(239, 68, 68, 0.2));
}

.off-hours-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #00332d;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.off-hours-text {
    font-size: 14px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 25px;
}

.off-hours-text strong {
    color: #005148;
    font-size: 15px;
    background: rgba(166, 188, 9, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
}

.whatsapp-btn-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #25d366;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn-large:hover {
    background: #128c7e;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px rgba(18, 140, 126, 0.4);
    color: #fff;
}

.whatsapp-btn-large i {
    font-size: 18px;
}
/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* No Data Message Styling */
#no-data-message {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 20px;
}

.no-data-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    max-width: 450px;
    width: 100%;
    text-align: center;
    border: 1.5px solid #f1f5f9;
}

.no-data-icon {
    font-size: 50px;
    color: #cbd5e1;
    margin-bottom: 20px;
}

.no-data-card h3 {
    color: var(--premium-emerald) !important;
    margin-bottom: 10px !important;
    font-weight: 800 !important;
}

.no-data-card p {
    color: #64748b !important;
    font-size: 15px !important;
    margin-bottom: 25px !important;
    line-height: 1.5 !important;
}

.reset-btn-small {
    background: var(--premium-emerald) !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 25px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.reset-btn-small:hover {
    background: var(--premium-teal) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0, 51, 45, 0.2) !important;
}

/* Mobile Responsive Tweaks */
@media (max-width: 480px) {
    .off-hours-card {
        padding: 30px 20px;
    }

    .off-hours-title {
        font-size: 18px;
    }

    .off-hours-text {
        font-size: 14px;
    }

    .whatsapp-btn-large {
        font-size: 16px;
    }

    .main-content p {
        margin: 10px;
    }
}



/* ===== COMMERCIAL GRADE BOOKING MODAL STYLES ===== */
:root {
    --sg-primary: #005148;
    --sg-secondary: #00897b;
    --sg-accent: #c0392b;
    --sg-bg-light: #f8fafc;
    --sg-text-dark: #1a2533;
    --sg-text-muted: #64748b;
    --sg-border: #e2e8f0;
    --sg-radius: 16px;
    --sg-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999 !important;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    font-family: 'Inter', -apple-system, sans-serif;
    background: white;
    border-radius: var(--sg-radius);
    width: 100%;
    max-width: 1000px;
    max-height: 92vh;
    overflow: hidden;
    box-shadow: var(--sg-shadow);
    transform: scale(0.95) translateY(20px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    flex-direction: column;
}

.modal-overlay.active .modal-container {
    transform: scale(1) translateY(0);
    opacity: 1;
}

/* Header Section */
.modal-header {
    background: linear-gradient(135deg, var(--premium-emerald) 0%, var(--premium-teal) 100%);
    color: white;
    padding: 24px 32px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-bottom: 2px solid var(--premium-gold);
}

.modal-header h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: -0.02em;
}

.modal-close {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.4rem;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg) scale(1.1);
}

/* Modal Body */
.modal-body {
    padding: 0;
    flex: 1;
    overflow-y: auto;
    background: #ffffff;
    scroll-behavior: smooth;
}

.modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

/* Flight Summary Strip */
.flight-summary {
    background: #f0f7f6; /* Very light emerald tint */
    padding: 20px 32px;
    border-bottom: 1px solid var(--sg-border);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.summary-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.summary-label {
    font-size: 0.7rem;
    color: var(--sg-secondary);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.summary-value {
    font-size: 0.95rem;
    color: var(--sg-primary);
    font-weight: 700;
    line-height: 1.2;
}

#summaryFare {
    color: #d32f2f !important;
    font-weight: 900 !important;
    font-size: 1.2rem !important;
    letter-spacing: -0.5px;
}

/* Form Section */
.form-section {
    padding: 32px;
}

.section-title {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--sg-primary);
    margin: 0 0 24px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.section-title i {
    font-size: 1.2rem;
    color: var(--sg-secondary);
}

.agent-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--sg-text-dark);
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.required::after {
    content: " *";
    color: var(--sg-accent);
}

.form-input {
    padding: 12px 16px;
    border: 1.5px solid var(--sg-border);
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.25s ease;
    background: white;
    color: var(--sg-text-dark);
    width: 100%;
    box-sizing: border-box;
}

.form-input:hover {
    border-color: var(--sg-secondary);
}

.form-input:focus {
    outline: none;
    border-color: var(--premium-gold);
    box-shadow: 0 0 0 4px rgba(166, 188, 9, 0.1);
}

/* Passenger Card Styling */
.passenger-container {
    margin-top: 10px;
}

.passenger-card {
    background: #f8fafc;
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 20px;
    border: 1.5px solid var(--sg-border);
    transition: all 0.3s ease;
}

.passenger-card:hover {
    border-color: var(--sg-secondary);
    background: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}

.passenger-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--sg-border);
}

.passenger-title {
    font-size: 0.9rem;
    color: var(--sg-primary);
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

.remove-passenger {
    background: #fee2e2;
    color: #ef4444;
    border: 1px solid #fecaca;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.remove-passenger:hover {
    background: #ef4444;
    color: white;
    transform: scale(1.1);
}

.passenger-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

/* Footer & Buttons */
.modal-footer {
    padding: 20px 32px;
    background: #f8fafc;
    border-top: 1px solid var(--sg-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.action-buttons {
    display: flex;
    gap: 12px;
}

.btn {
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    text-transform: uppercase;
}

.btn-primary {
    background: linear-gradient(135deg, #005148 0%, #00897b 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 81, 72, 0.25);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 81, 72, 0.35);
}

.btn-secondary {
    background: white;
    color: var(--sg-primary);
    border: 1.5px solid var(--sg-border);
}

.btn-secondary:hover {
    background: #f1f5f9;
    border-color: var(--sg-primary);
}

.btn-add {
    background: #f1f5f9;
    color: var(--sg-primary);
    border: 1.5px solid var(--sg-border);
    font-size: 0.8rem;
    padding: 10px 20px;
}

.btn-add:hover {
    background: var(--sg-primary);
    color: white;
    transform: translateY(-2px);
}

.terms {
    font-size: 0.75rem;
    color: var(--sg-text-muted);
    max-width: 400px;
    line-height: 1.5;
}

.terms a {
    color: var(--sg-primary);
    font-weight: 700;
    text-decoration: none;
}


/* ============================================================
   RESPONSIVENESS OVERHAUL (End of File for Maximum Override)
   ============================================================ */

@media (max-width: 992px) {
    .top-bar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 40px !important;
        padding: 0 10px !important;
        z-index: 10002 !important;
        display: flex !important;
        align-items: center !important;
    }

    .top-bar .left-side {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        gap: 5px !important;
    }

    .top-bar .note-label {
        padding: 2px 6px !important;
        font-size: 10px !important;
        margin-right: 5px !important;
    }

    .top-bar .scrolling-text {
        font-size: 11px !important;
        height: 18px !important;
    }

    .menu-bar {
        top: 40px !important;
        height: 70px !important;
        padding: 0 15px !important;
        z-index: 10001 !important;
    }

    .hero-full-wrapper {
        margin-top: 110px !important;
    }

    .portal-stats {
        margin: -40px 20px 30px 20px !important;
        padding: 20px !important;
        flex-wrap: wrap !important;
        width: auto !important;
    }

    .stat-item {
        flex: 1 1 45% !important;
        border-bottom: 1px solid #f1f5f9 !important;
        padding: 15px 5px !important;
    }

    .stat-item:nth-child(odd)::after {
        display: none !important;
    }

    .menu {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 280px !important;
        height: 100vh !important;
        background: #fff !important;
        flex-direction: column !important;
        padding: 80px 30px !important;
        gap: 25px !important;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1) !important;
        transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        z-index: 9999 !important;
        display: flex !important;
    }

    .menu.show {
        right: 0 !important;
    }

    .menu a {
        font-size: 18px !important;
        border-bottom: 1px solid #f1f5f9;
        padding-bottom: 10px !important;
        width: 100%;
    }

    .hamburger {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        background: var(--premium-emerald);
        color: #fff !important;
        border-radius: 10px;
        font-size: 24px !important;
        cursor: pointer;
        z-index: 10000;
    }

    .search-box {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .hero-full-wrapper {
        margin-top: 100px !important;
    }

    .portal-hero {
        height: 320px !important;
    }

    .hero-title {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    .hero-subtitle {
        font-size: 16px !important;
        margin-bottom: 25px !important;
    }

    .hero-badges span {
        padding: 8px 15px !important;
        font-size: 12px !important;
    }

    .portal-stats {
        flex-direction: column !important;
        gap: 15px !important;
        padding: 20px !important;
        margin-top: -30px !important;
        border-radius: 15px !important;
        width: calc(100% - 40px) !important;
        box-sizing: border-box !important;
    }

    .stat-item {
        flex: 1 1 100% !important;
        border-right: none !important;
        justify-content: flex-start !important;
        padding: 5px 0 !important;
    }

    .stat-item::after {
        display: none !important;
    }

    .stat-icon {
        width: 45px !important;
        height: 45px !important;
    font-size: 16px !important;
    }

    .filter-wrapper {
        padding: 20px !important;
        margin: 0 15px 30px 15px !important;
        width: calc(100% - 30px) !important;
    }

    .filter-controls {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .filter-controls select,
    .filter-controls input {
        width: 100% !important; /* Full width on mobile */
        max-width: 100% !important;
    }

    .reset-filter-btn {
        grid-column: span 1 !important;
        width: 100% !important;
        margin-top: 5px !important;
    }

    .sector-heading {
        font-size: 0.85rem !important;
        padding: 15px !important;
        width: calc(100% - 30px) !important;
        margin: 30px auto 15px auto !important;
        display: flex !important;
        flex-direction: column !important; /* Stack for mobile */
        align-items: center !important;
        text-align: center !important;
        gap: 8px !important;
        border-radius: 12px !important;
    }

    .sector-heading .heading-text {
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
    }

    .sector-heading i {
        font-size: 24px !important;
        margin-bottom: 5px !important;
    }

    .sector-group-count {
        position: static !important;
        margin: 5px auto 0 auto !important; /* Centered */
        display: inline-flex !important;
        width: fit-content !important;
    }

    /* --- PROPER HORIZONTAL SCROLL TABLE FOR MOBILE --- */
    .table-container {
        width: calc(100% - 30px) !important;
        margin: 0 auto !important;
        overflow-x: auto !important;
        background: #fff !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
        border: 1px solid #e2e8f0 !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .table-container table {
        min-width: 800px !important; /* Forces scroll but keeps table layout */
        width: 100% !important;
        border-collapse: collapse !important;
    }

    .table-container thead {
        display: table-header-group !important; /* Restore header */
    }

    .table-container tr {
        display: table-row !important;
    }

    .table-container td, 
    .table-container th {
        display: table-cell !important;
        padding: 12px 10px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
        text-align: center !important;
        border-bottom: 1px solid #f1f5f9 !important;
    }

    .table-container th {
        background-color: var(--premium-emerald) !important; /* Match Desktop */
        color: #fff !important; /* Match Desktop */
        font-weight: 700 !important;
        text-transform: uppercase !important;
        font-size: 11px !important;
    }

    .table-container td.fare-cell {
        font-size: 1.1rem !important;
    }

    .book-btn {
        padding: 8px 15px !important;
        font-size: 11px !important;
        width: auto !important;
    }

    /* Hint for users to scroll */
    .table-container::after {
        content: 'Scroll horizontally to view more →';
        display: block;
        text-align: center;
        padding: 8px;
        font-size: 11px;
        color: #94a3b8;
        background: #f8fafc;
        border-top: 1px solid #f1f5f9;
    }

    /* Booking Modal Fixes */
    .passenger-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .modal-header {
        padding: 15px 20px !important;
    }

    .modal-header h2 {
        font-size: 1.1rem !important;
    }

    .flight-summary {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 15px !important;
        gap: 10px !important;
    }

    .form-section {
        padding: 15px !important;
    }

    .section-title {
        font-size: 0.8rem !important;
        margin-bottom: 15px !important;
    }

    .agent-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        margin-bottom: 25px !important;
    }

    .passenger-card {
        padding: 15px !important;
        border-radius: 12px !important;
    }

    .modal-footer {
        flex-direction: column !important;
        gap: 20px !important;
        padding: 20px !important;
        text-align: center !important;
    }

    .modal-footer .terms {
        font-size: 0.75rem !important;
        line-height: 1.4 !important;
    }

    .action-buttons {
        width: 100% !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .action-buttons .btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 14px !important;
    }
}




/* Scroll to Top Button */
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: var(--premium-gold);
    color: white;
    cursor: pointer;
    padding: 12px 15px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    line-height: 1;
}

#scrollTopBtn:hover {
    background-color: var(--premium-teal);
    transform: translateY(-5px);
}

.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    left: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.float-whatsapp:hover {
    background-color: #128c7e;
    transform: scale(1.1);
}

/* --- PREMIUM SWEETALERT2 OVERRIDES --- */
.swal2-container {
    z-index: 999999 !important; /* Always on top of everything */
}

.swal2-popup {
    border-radius: 20px !important;
    padding: 2rem !important;
    font-family: 'Exo 2', sans-serif !important;
    border: 1px solid rgba(0, 81, 72, 0.1) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.swal2-title {
    color: var(--premium-emerald) !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
}

.swal2-html-container {
    color: #64748b !important;
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
}

.swal2-styled.swal2-confirm {
    background: linear-gradient(135deg, var(--premium-emerald) 0%, var(--premium-teal) 100%) !important;
    border-radius: 12px !important;
    padding: 12px 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 0.9rem !important;
    box-shadow: 0 4px 15px rgba(0, 81, 72, 0.2) !important;
}

.swal2-styled.swal2-confirm:hover {
    background: var(--premium-gold) !important;
    box-shadow: 0 4px 15px rgba(166, 188, 9, 0.3) !important;
}

.swal2-styled.swal2-cancel {
    background: #f1f5f9 !important;
    color: #64748b !important;
    border-radius: 12px !important;
    padding: 12px 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.swal2-icon.swal2-info {
    border-color: var(--premium-emerald) !important;
    color: var(--premium-emerald) !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: var(--premium-emerald) !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: var(--premium-emerald) !important;
}

/* Toast Z-Index Fix */
.swal-toast-zindex-fix {
    z-index: 100001 !important;
}

/* ============================================================
   POLICY PAGES (Terms, Refund Policy)
   ============================================================ */
.policy-container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 130px 20px 40px;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.policy-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.06);
    width: 100%;
    text-align: left;
}

.policy-card.refund-policy {
    border-top: 6px solid #d32f2f;
}

.policy-card.terms-service {
    border-top: 6px solid var(--premium-gold);
}

.policy-title {
    color: var(--premium-emerald);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.policy-title i {
    color: var(--premium-teal);
}

.refund-policy .policy-title i {
    color: #d32f2f;
}

.policy-last-updated {
    color: #64748b;
    font-size: 0.85rem;
    margin-bottom: 35px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 20px;
}

.warning-box {
    background: #fff5f5;
    border: 1px solid #fed7d7;
    padding: 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #c53030;
    margin-bottom: 20px;
}

.warning-box i {
    font-size: 2rem;
    flex-shrink: 0;
}

.policy-section {
    margin-bottom: 32px;
}

.policy-section h2 {
    color: var(--premium-emerald);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 16px;
    padding-left: 12px;
    border-left: 4px solid var(--premium-gold);
}

.refund-policy .policy-section h2 {
    border-left-color: #d32f2f;
}

.policy-section p,
.policy-section li {
    color: #334155;
    line-height: 1.7;
    font-size: 0.95rem;
}

.policy-section ul {
    padding-left: 22px;
    margin-top: 12px;
}

.policy-section li {
    margin-bottom: 10px;
}

.policy-footer {
    margin-top: 50px;
    padding-top: 32px;
    border-top: 2px solid #f1f5f9;
    text-align: center;
}

.policy-footer p {
    font-size: 0.95rem;
    color: #475569;
}

.policy-contact {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 18px 0 28px 0;
    flex-wrap: wrap;
}

.policy-contact a {
    color: var(--premium-emerald);
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.policy-contact a:hover {
    color: var(--premium-gold);
}

.refund-policy .policy-contact a:hover {
    color: #d32f2f;
}

.back-btn-policy {
    display: inline-block;
    background: linear-gradient(135deg, var(--premium-emerald) 0%, var(--premium-teal) 100%);
    color: #fff !important;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    transition: 0.4s all ease;
    box-shadow: 0 8px 20px rgba(0, 81, 72, 0.2);
}

.back-btn-policy:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 81, 72, 0.3);
}

@media (max-width: 768px) {
    .policy-card {
        padding: 28px 20px;
        border-radius: 14px;
    }
    .policy-title {
        font-size: 1.5rem;
    }
    .policy-section h2 {
        font-size: 1.1rem;
    }
    .warning-box {
        flex-direction: column;
        text-align: center;
    }
    .policy-contact {
        flex-direction: column;
        align-items: center;
    }
}

