/* ==========================================================================
   Hayet Ambulance — Feuille de style principale (style.css)
   ========================================================================== */

:root {
    --royal-blue: #0B4F9C;
    --primary-blue: #0B4F9C;
    --dark-navy: #082B59;
    --hayet-red: #E31B23;
    --hayet-green: #25D366;
    --light-blue: #E8F1F9;
    --gray-bg: #F8FAFC;
    --border-color: #E2E8F0;
    --text-dark: #1E293B;
}

html {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--text-dark);
    background-color: #FFFFFF;
    overflow-x: hidden;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .font-title {
    font-family: 'Montserrat', sans-serif;
    color: var(--dark-navy);
}

/* ==========================================================================
   1. Top Banner Emergency
   ========================================================================== */
.top-emergency-bar {
    background-color: var(--dark-navy);
    color: #FFFFFF;
    font-size: 0.85rem;
    padding: 7px 0;
    border-bottom: 2px solid var(--hayet-red);
    position: relative;
    z-index: 1040 !important;
    overflow: visible !important;
}

.top-emergency-bar .dropdown {
    position: relative;
    z-index: 1045 !important;
}

.top-emergency-bar .dropdown-menu {
    z-index: 1050 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
    background: #FFFFFF !important;
}

/* Fix Dropdown Item Text Visibility */
.top-emergency-bar .dropdown-menu a.dropdown-item {
    color: #1E293B !important;
}

.top-emergency-bar .dropdown-menu a.dropdown-item:hover {
    background-color: #F1F5F9 !important;
    color: #0B4F9C !important;
}

.top-emergency-bar .dropdown-menu a.dropdown-item.active {
    background-color: #0B4F9C !important;
    color: #FFFFFF !important;
}

.top-emergency-bar a {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-call-emergency {
    background-color: var(--hayet-red);
    color: #FFFFFF !important;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s, background-color 0.2s;
    animation: pulse-red 2s infinite;
    text-decoration: none !important;
}

.btn-call-emergency *, .btn-whatsapp * {
    text-decoration: none !important;
}

@keyframes pulse-red {
    0% { box-shadow: 0 0 0 0 rgba(227, 27, 35, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(227, 27, 35, 0); }
    100% { box-shadow: 0 0 0 0 rgba(227, 27, 35, 0); }
}

.btn-call-emergency:hover {
    transform: translateY(-1px);
    background-color: #C7151C;
    text-decoration: none !important;
}

.btn-whatsapp {
    background-color: var(--hayet-green);
    color: #FFFFFF !important;
    font-weight: 600;
    padding: 5px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: transform 0.2s;
    text-decoration: none !important;
}

.btn-whatsapp:hover {
    transform: translateY(-1px);
    background-color: #1EBE5D;
    text-decoration: none !important;
}

/* ==========================================================================
   2. Navbar Header
   ========================================================================== */
.navbar {
    background: #FFFFFF;
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.logo-img {
    max-height: 75px;
    width: auto;
    object-fit: contain;
    transition: transform 0.2s;
}

.logo-img:hover {
    transform: scale(1.02);
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--dark-navy);
    padding: 8px 12px !important;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: color 0.2s;
}

.nav-link:hover, .nav-link.active {
    color: var(--royal-blue);
}

.btn-reservation-cta {
    background-color: var(--royal-blue);
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 0.88rem;
    border: none;
    box-shadow: 0 4px 12px rgba(11, 79, 156, 0.25);
    transition: all 0.2s;
}

.btn-reservation-cta:hover {
    background-color: var(--dark-navy);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(11, 79, 156, 0.25);
}

@media (max-width: 1199px) {
    #navbarContent .navbar-nav {
        text-align: center;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
        align-items: center !important;
    }
    #navbarContent .btn-reservation-cta {
        margin: 12px auto 6px !important;
        display: inline-flex !important;
        justify-content: center;
        align-self: center;
    }
}

/* ==========================================================================
   3. Hero Section - Modern Typography & Glassmorphism
   ========================================================================== */
.hero-section {
    background: linear-gradient(rgba(8, 35, 66, 0.88), rgba(11, 79, 156, 0.88)), url('https://images.unsplash.com/photo-1587745416684-47953f16f02f?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    color: #FFFFFF;
    padding: 85px 0 75px 0;
    position: relative;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.hero-title-main {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
    color: #FFFFFF !important;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.hero-subtitle-box {
    display: inline-block;
    background: linear-gradient(135deg, rgba(227, 27, 35, 0.9) 0%, rgba(199, 21, 28, 0.9) 100%);
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 6px 18px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(227, 27, 35, 0.3);
}

.hero-description {
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
    max-width: 620px;
}

.hero-feature-pill {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    font-size: 0.82rem;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Glassmorphic Metric Cards */
.metric-card-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 14px 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.metric-card-glass:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
}

.metric-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 1.2;
}

.metric-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

/* ==========================================================================
   4. Formulaire de Réservation Animé & Corrigé
   ========================================================================== */
.reservation-card-animated {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15), 0 8px 16px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
    animation: cardFadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reservation-card-animated::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--royal-blue) 0%, var(--hayet-red) 100%);
}

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

/* Header Icon Box - Minimaliste */
.form-icon-header {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #EFF6FF;
    color: var(--royal-blue) !important;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border: 1px solid #BFDBFE;
}

.form-icon-header i {
    color: var(--royal-blue) !important;
}

/* Input Group Icon Alignment - Fines & Pro */
.input-group-animated {
    position: relative;
    margin-bottom: 12px;
}

.input-icon-thin {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748B;
    font-size: 0.95rem;
    z-index: 10;
    pointer-events: none;
    transition: color 0.2s ease;
}

.input-group-animated:focus-within .input-icon-thin {
    color: var(--royal-blue);
}

.form-control-modern, .form-select-modern {
    background-color: #F8FAFC !important;
    border: 1.5px solid #E2E8F0 !important;
    border-radius: 12px !important;
    padding: 10px 14px 10px 42px !important;
    font-size: 0.9rem !important;
    color: #0F172A !important;
    font-weight: 500 !important;
    width: 100%;
    transition: all 0.25s ease;
}

.form-control-modern:focus, .form-select-modern:focus {
    background-color: #FFFFFF !important;
    border-color: var(--royal-blue) !important;
    box-shadow: 0 0 0 4px rgba(11, 79, 156, 0.15) !important;
    outline: none;
}

/* Custom Checkbox Pills - Modern & High Contrast */
.checkbox-pill-animated {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    background: #F8FAFC;
    border: 1.5px solid #E2E8F0;
    border-radius: 14px;
    cursor: pointer;
    user-select: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    color: #0F172A !important;
    font-weight: 700 !important;
    font-size: 0.88rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.checkbox-pill-animated:hover {
    background: #F1F5F9;
    border-color: #CBD5E1;
}

.checkbox-pill-animated input[type="checkbox"] {
    width: 19px;
    height: 19px;
    border-radius: 5px;
    accent-color: var(--royal-blue);
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-pill-animated span {
    color: #0F172A !important;
    font-weight: 700 !important;
    font-size: 0.88rem !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

.checkbox-pill-animated:has(input:checked) {
    background: #EFF6FF !important;
    border-color: var(--royal-blue) !important;
    box-shadow: 0 4px 12px rgba(11, 79, 156, 0.12);
}

.checkbox-pill-animated:has(input:checked) span {
    color: var(--royal-blue) !important;
}

/* Fix Animated Submit Button */
.btn-submit-animated {
    background: linear-gradient(135deg, var(--hayet-red) 0%, #C7151C 100%) !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
    padding: 14px 24px !important;
    border-radius: 30px !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(227, 27, 35, 0.4) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    cursor: pointer;
}

.btn-submit-animated:hover {
    background: linear-gradient(135deg, #FF2E36 0%, var(--hayet-red) 100%) !important;
    box-shadow: 0 12px 28px rgba(227, 27, 35, 0.55) !important;
    transform: translateY(-2px);
    color: #FFFFFF !important;
}

.btn-submit-animated .submit-icon {
    transition: transform 0.3s ease;
    color: #FFFFFF !important;
}

.btn-submit-animated:hover .submit-icon {
    transform: translateX(4px) rotate(-10deg);
}

/* ==========================================================================
   5. Services & Cards
   ========================================================================== */
.section-padding {
    padding: 70px 0;
}

.section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 45px auto;
}

.section-subtitle {
    color: var(--hayet-red);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 8px;
}

.section-title {
    color: var(--dark-navy);
    font-weight: 800;
    font-size: 2.2rem;
}

.service-card {
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(11, 79, 156, 0.15);
    border-color: rgba(11, 79, 156, 0.3);
}

.service-icon-box {
    width: 65px;
    height: 65px;
    background: var(--light-blue);
    color: var(--royal-blue);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon-box {
    background: var(--royal-blue) !important;
    color: #FFFFFF !important;
    transform: scale(1.08) rotate(-3deg);
    box-shadow: 0 8px 20px rgba(11, 79, 156, 0.3);
}

.feature-tag {
    background: #F1F5F9;
    color: #334155;
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
    margin: 3px 2px;
    font-weight: 600;
}

/* Ultra-Modern Service CTA Button */
.btn-modern-srv {
    background: linear-gradient(135deg, #0B4F9C 0%, #073873 100%) !important;
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    box-shadow: 0 6px 18px rgba(11, 79, 156, 0.25);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.btn-modern-srv .srv-icon-badge {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    transition: transform 0.3s ease, background 0.3s ease;
}

.btn-modern-srv:hover {
    background: linear-gradient(135deg, #E30613 0%, #B91C1C 100%) !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(227, 6, 19, 0.35);
}

.btn-modern-srv:hover .srv-icon-badge {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(4px);
}

/* Ultra-Modern Gallery & Certification CTA Button */
.btn-modern-gal {
    background: linear-gradient(135deg, #0B4F9C 0%, #073873 100%) !important;
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 8px 18px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    box-shadow: 0 5px 15px rgba(11, 79, 156, 0.22);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.btn-modern-gal .gal-icon-badge {
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    transition: transform 0.3s ease, background 0.3s ease;
}

.btn-modern-gal:hover {
    background: linear-gradient(135deg, #E30613 0%, #B91C1C 100%) !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(227, 6, 19, 0.32);
}

/* Ultra-Modern Load More Button */
.btn-modern-loadmore {
    background: linear-gradient(135deg, #0B4F9C 0%, #082B59 100%) !important;
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 32px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 8px 25px rgba(11, 79, 156, 0.28);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-modern-loadmore:hover {
    background: linear-gradient(135deg, #E30613 0%, #B91C1C 100%) !important;
    color: #FFFFFF !important;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 30px rgba(227, 6, 19, 0.35);
}

.btn-modern-gal:hover .gal-icon-badge {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.15);
}

/* ==========================================================================
   6. Certifications & Galerie Photo Interactive
   ========================================================================== */
.cert-img-card, .gallery-img-card {
    max-height: 100%;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s;
}

.gallery-card-wrapper {
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.gallery-card-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(11, 79, 156, 0.12);
}

.gallery-card-wrapper:hover .gallery-img-card {
    transform: scale(1.05);
}

.gallery-filter-btn {
    background: #F1F5F9;
    border: 1.5px solid #E2E8F0;
    color: #475569;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.88rem;
    transition: all 0.25s ease;
    cursor: pointer;
}

.gallery-filter-btn:hover, .gallery-filter-btn.active {
    background: var(--royal-blue);
    border-color: var(--royal-blue);
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(11, 79, 156, 0.25);
}

/* Lightbox Modal Navigation Arrows */
.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    cursor: pointer;
    z-index: 100;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.lightbox-arrow:hover {
    background: var(--royal-blue);
    border-color: var(--royal-blue);
    color: #FFFFFF;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(11, 79, 156, 0.5);
}

.lightbox-arrow-left {
    left: 20px;
}

.lightbox-arrow-right {
    right: 20px;
}

@media (max-width: 576px) {
    .lightbox-arrow {
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }
    .lightbox-arrow-left { left: 8px; }
    .lightbox-arrow-right { right: 8px; }
}

.iso-badge {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* ==========================================================================
   7. Floating Emergency Button (Mobile)
   ========================================================================== */
.floating-emergency-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    background: var(--hayet-red);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 8px 25px rgba(227, 27, 35, 0.4);
    text-decoration: none;
    animation: pulse-red 2s infinite;
}

.floating-emergency-btn:hover {
    color: #fff;
    transform: scale(1.08);
}

/* ==========================================================================
   8. Footer
   ========================================================================== */
footer {
    background-color: var(--dark-navy);
    color: #CBD5E1;
}

footer h5 {
    color: #fff;
    border-bottom: 2px solid var(--hayet-red);
    padding-bottom: 8px;
    display: inline-block;
    margin-bottom: 20px;
}

footer a {
    color: #CBD5E1;
    text-decoration: none;
    transition: color 0.3s;
}

footer a:hover {
    color: #fff;
}

/* Fix contrast for dark section titles */
#sahara-4x4 h6, #sahara-4x4 h5, #sahara-4x4 h4, #sahara-4x4 h3, #sahara-4x4 h2 {
    color: #FFFFFF !important;
}

/* Sahara 4x4 Feature Cards & Dividers */
.sahara-feature-card {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 18px;
    transition: all 0.3s ease;
    height: 100%;
}

.sahara-feature-card:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 193, 7, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.sahara-icon-box {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(255, 193, 7, 0.18);
    border: 1px solid rgba(255, 193, 7, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Ultra-Modern 2026 CTA Button Styles */
.btn-modern-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: linear-gradient(135deg, #0B4F9C 0%, #062B56 100%);
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 10px 14px 10px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 24px rgba(11, 79, 156, 0.25);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.btn-modern-cta:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 32px rgba(11, 79, 156, 0.4);
    background: linear-gradient(135deg, #0E5EBA 0%, #0B4F9C 100%);
    color: #FFFFFF !important;
}

.btn-modern-cta .cta-icon-badge {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: transform 0.3s ease, background 0.3s ease;
}

.btn-modern-cta:hover .cta-icon-badge {
    transform: translateX(4px);
    background: rgba(255, 255, 255, 0.35);
}

.btn-modern-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: linear-gradient(135deg, #FFC107 0%, #FF9800 100%);
    color: #0F172A !important;
    font-weight: 700;
    font-size: 0.98rem;
    padding: 12px 16px 12px 28px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 8px 24px rgba(255, 193, 7, 0.35);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.btn-modern-gold:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 32px rgba(255, 193, 7, 0.55);
    background: linear-gradient(135deg, #FFCA28 0%, #FFB300 100%);
    color: #0F172A !important;
}

.btn-modern-gold .cta-icon-badge {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.15);
    color: #0F172A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: transform 0.3s ease, background 0.3s ease;
}

.btn-modern-gold:hover .cta-icon-badge {
    transform: translateX(4px);
    background: rgba(15, 23, 42, 0.25);
}

/* Ultra-Modern 2026 Contact Hub Card */
.contact-hub-card {
    background: linear-gradient(135deg, #0A2540 0%, #06182B 100%);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 40px rgba(10, 37, 64, 0.25);
    padding: 32px 26px;
    color: #FFFFFF;
}

.contact-hub-card h3,
.contact-hub-card h4,
.contact-hub-card h5,
.contact-hub-card h6 {
    color: #FFFFFF !important;
}

.contact-pill-item {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 16px;
    transition: all 0.3s ease;
}

.contact-pill-item:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateX(4px);
}

.contact-badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

/* Ultra-Modern 2026 Form Styling */
.modern-form-card {
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 20px 45px rgba(11, 79, 156, 0.08);
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
}

.modern-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0B4F9C 0%, #E30613 100%);
}

.input-group-modern {
    position: relative;
    display: flex;
    align-items: center;
}

.input-group-modern .input-icon {
    position: absolute;
    left: 16px;
    color: #94A3B8;
    font-size: 1rem;
    z-index: 5;
    pointer-events: none;
    transition: color 0.25s ease;
}

.input-group-modern .input-icon-top {
    position: absolute;
    left: 16px;
    top: 14px;
    color: #94A3B8;
    font-size: 1rem;
    z-index: 5;
    pointer-events: none;
    transition: color 0.25s ease;
}

.form-control-modern {
    width: 100%;
    padding: 12px 16px 12px 46px;
    background: #F8FAFC;
    border: 1.5px solid #E2E8F0;
    border-radius: 12px;
    font-size: 0.93rem;
    color: #0F172A;
    transition: all 0.25s ease;
}

textarea.form-control-modern {
    padding-left: 46px;
}

.form-control-modern:focus {
    background: #FFFFFF;
    border-color: #0B4F9C;
    box-shadow: 0 0 0 4px rgba(11, 79, 156, 0.12);
    outline: none;
}

.input-group-modern:focus-within .input-icon,
.input-group-modern:focus-within .input-icon-top {
    color: #0B4F9C;
}

/* Language Switcher Pills Side-by-Side */
.lang-switch-pills {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang-pill-btn {
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
}

.lang-pill-btn:hover {
    color: #FFFFFF !important;
    border-color: #FFFFFF;
    background: rgba(255, 255, 255, 0.15);
}

.lang-pill-btn.active {
    background: #FFFFFF !important;
    color: #0B4F9C !important;
    border-color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* Floating Emergency Action Buttons Stack (Phone Top, WhatsApp Middle) */
.floating-contact-buttons {
    position: fixed !important;
    bottom: 100px !important;
    right: 20px !important;
    right: max(20px, env(safe-area-inset-right, 20px)) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    z-index: 9998 !important;
    width: 60px !important;
    pointer-events: all !important;
}

.floating-contact-buttons a {
    position: static !important;
    float: none !important;
    margin: 0 !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    text-decoration: none !important;
}

.floating-emergency-btn,
.floating-whatsapp-btn {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #FFFFFF !important;
    font-size: 1.5rem !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
}

.floating-emergency-btn i,
.floating-whatsapp-btn i {
    color: #FFFFFF !important;
    font-size: 1.6rem !important;
}

.floating-emergency-btn {
    background: linear-gradient(135deg, #E30613 0%, #B91C1C 100%) !important;
    animation: pulse-red 2s infinite;
}

/* ==========================================================================
   Ultra-Modern Light Theme Smartphone Reel Showcase Section (Portrait 9:16)
   ========================================================================== */
.video-showcase-section-light {
    background: #F8FAFC;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}

.smartphone-frame-wrapper-light {
    position: relative;
    max-width: 320px;
    padding: 10px;
    background: linear-gradient(145deg, #0F172A 0%, #1E293B 100%);
    border-radius: 44px;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25), 0 0 30px rgba(37, 99, 235, 0.15);
    border: 4px solid #CBD5E1;
}

.smartphone-screen {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    background: #000000;
    aspect-ratio: 9 / 16;
    min-height: 480px;
}

.smartphone-screen video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.live-status-pill {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #FFFFFF;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.5px;
    z-index: 10;
}

.live-dot {
    width: 8px;
    height: 8px;
    background: #EF4444;
    border-radius: 50%;
    animation: live-blink 1.5s infinite;
}

@keyframes live-blink {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.85); }
}

.video-feature-card-light {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.video-feature-card-light:hover {
    background: #FFFFFF;
    transform: translateY(-4px);
    border-color: #3B82F6;
    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.12);
}

.video-icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
}

.floating-whatsapp-btn {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
    animation: pulse-green 2s infinite;
}

.floating-emergency-btn:hover,
.floating-whatsapp-btn:hover {
    transform: scale(1.12) !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45) !important;
    color: #FFFFFF !important;
}

@keyframes pulse-red {
    0% { box-shadow: 0 0 0 0 rgba(227, 6, 19, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(227, 6, 19, 0); }
    100% { box-shadow: 0 0 0 0 rgba(227, 6, 19, 0); }
}

@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
