:root {
    --color-primary: #2563eb;
    --color-primary-hover: #1d4ed8;
    --color-secondary: #0f172a;
    --color-accent: #60a5fa;

    --color-bg-primary: #ffffff;
    --color-bg-secondary: #f8fafc;
    --color-bg-dark: #020617;

    --color-text-primary: #0f172a;
    --color-text-secondary: #475569;
    --color-text-light: #f8fafc;

    --color-border: rgba(255,255,255,0.12);

    --button-primary-bg: var(--color-primary);
    --button-primary-hover: var(--color-primary-hover);
    --button-primary-text: #ffffff;
}

html {
    scroll-behavior: smooth;
}

.section-primary {
    background: var(--color-bg-primary);
}

.section-secondary {
    background: var(--color-bg-secondary);
}

.hero-overlay-primary {
    background: linear-gradient(to right,
    rgba(2,6,23,.88),
    rgba(15,23,42,.72),
    rgba(30,41,59,.65));
}

.hero-overlay-secondary {
    background:
        radial-gradient(circle at top right, rgba(59,130,246,.22), transparent 35%),
        radial-gradient(circle at bottom left, rgba(96,165,250,.18), transparent 30%);
}

/* Enhanced hero styles */
.hero-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    --hero-gradient: linear-gradient(90deg, rgba(2,6,23,0.78) 0%, rgba(15,23,42,0.5) 50%, rgba(2,6,23,0.6) 100%);
}

.hero-image {
    transform-origin: center;
    will-change: transform, opacity;
    transition: transform 0.9s cubic-bezier(.2,.9,.2,1), opacity 0.6s ease;
    filter: saturate(.98) contrast(1.02) brightness(.95);
}

.hero-content {
    transition: transform 0.9s cubic-bezier(.2,.9,.2,1), opacity 0.6s ease;
}

/* Typography polish */
.hero-section h1 {
    letter-spacing: -0.02em;
    text-wrap: balance;
    text-shadow: 0 6px 18px rgba(2,6,23,0.45);
}

.hero-section p {
    color: rgba(248,250,255,0.92);
    font-size: 1.125rem;
    line-height: 1.8;
}

/* Buttons — modern, premium look */
.btn-primary {
    background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 100%);
    color: #fff;
    padding: .9rem 1.25rem;
    box-shadow: 0 12px 40px rgba(37,99,235,0.18), inset 0 -2px 8px rgba(0,0,0,0.06);
    border: none;
    transition: transform .28s cubic-bezier(.2,.9,.2,1), box-shadow .28s ease, filter .28s ease;
}

.btn-primary:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 22px 60px rgba(37,99,235,0.22), 0 4px 18px rgba(14,165,233,0.06);
}

.btn-outline {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: #e6f2ff;
    padding: .85rem 1.15rem;
    transition: transform .28s cubic-bezier(.2,.9,.2,1), background .22s ease, box-shadow .22s ease;
}

.btn-outline:hover {
    transform: translateY(-4px);
    background: rgba(37,99,235,0.08);
    box-shadow: 0 8px 30px rgba(2,6,23,0.18);
}

/* Soft glow accent for important spans */
.hero-highlight {
    background: linear-gradient(90deg, rgba(14,165,233,0.14), rgba(59,130,246,0.12));
    border: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(6px);
}


/* Animations */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slowFloat { from { transform: translateY(0); } 50% { transform: translateY(-6px);} to { transform: translateY(0);} }

.animate-fade-up {
    animation: fadeUp .9s cubic-bezier(.2,.9,.2,1) both;
}

.animate-float { animation: slowFloat 6s ease-in-out infinite; }

/* Subtle glass card glow on hover */
.hero-section .card-glow {
    transition: box-shadow .3s ease, transform .3s ease;
}
.hero-section .card-glow:hover { box-shadow: 0 20px 60px rgba(14,165,233,0.10); transform: translateY(-6px); }

/* Accessibility: focus-visible for CTA */
.btn-primary:focus-visible, .btn-outline:focus-visible {
    outline: 3px solid rgba(14,165,233,0.18);
    outline-offset: 3px;
}

/* Responsive hero tweaks */
@media (max-width: 768px) {
    .hero-section h1 { font-size: 2.25rem; line-height: 1.05; }
    .hero-section p { font-size: 1rem; }
}

/* Reduce motion preference respect */
@media (prefers-reduced-motion: reduce) {
    .animate-fade-up, .animate-float, .hero-image { animation: none !important; transition: none !important; }
}

.section-dark-overlay {
    background: rgba(2,6,23,.82);
}

.section-dark-gradient {
    background: linear-gradient(to bottom,
    rgba(30,64,175,.25),
    rgba(2,6,23,.7),
    rgba(2,6,23,.92));
}

/* Legacy button theme removed to allow enhanced CTA styles to take precedence */

.text-primary-theme {
    color: var(--color-text-primary);
}

.text-secondary-theme {
    color: var(--color-text-secondary);
}

.bg-primary-theme {
    background: var(--color-primary);
}

.border-theme {
    border-color: var(--color-border);
}






::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}



















.light-background{background-color: rgb(56 189 248 / 20%);}

.text-heading-color{color: rgb(15 23 42);}

.button-background{background-color: rgb(15 23 42);}

.button-background:hover{background-color: rgb(15 23 42 / 80%);}






/*{*/
/*fd*/
/*    #f1181f*/

/*    #013882*/

/*    #e32b0c*/
/*}*/



/* ============================================
   PREMIUM HEADER STYLING - MODERN & GLASSMORPHIC
   ============================================ */
/*@media (max-width: 768px) {*/
/*    main {*/
/*        padding-top: 70px !important;*/
/*    }*/
/*}*/
/* Base header container with glassmorphism */
.site-header {
    background: rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: blur(12px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(12px) saturate(1.08) !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 4px 20px rgba(2, 6, 23, 0.04) !important;
    transition: all 0.32s cubic-bezier(0.2, 0.9, 0.2, 1);
    height: auto;
    padding: 0.75rem 0 !important;
}

/* Scrolled state: more compact and elevated */
.site-header.scrolled {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(16px) saturate(1.1) !important;
    -webkit-backdrop-filter: blur(16px) saturate(1.1) !important;
    box-shadow: 0 12px 40px rgba(2, 6, 23, 0.12) !important;
    padding: 0.5rem 0 !important;
}

/* Logo smooth transitions */
.site-logo {
    transition: all 0.32s cubic-bezier(0.2, 0.9, 0.2, 1);
    filter: brightness(0.98);
}

.site-header.scrolled .site-logo {
    height: 35px !important;
    width: auto !important;
}

/* Navigation bar spacing and layout */
.site-header nav > .max-w-7xl {
    padding: 0 1rem !important;
}

.site-header nav > .max-w-7xl > .h-16 {
    height: auto !important;
    gap: 1.5rem;
    padding: 0.5rem 0 !important;
}
/*.nav-link.active {*/
/*    color: #2563eb;*/
/*    border-bottom: 2px solid #2563eb !important;*/
/*}*/
/* Desktop nav links with premium styling */
.nav-link {
    display: inline-block;
    /*padding: 0.5rem 0.85rem;*/
    /*border-radius: 0.625rem;*/
    font-weight: 600;
    font-size: 0.95rem;
    color: #475569;
    transition: all 0.22s ease;
    position: relative;
    letter-spacing: -0.01em;
    white-space: nowrap;
    flex-shrink: 0;
}
.nav-link:hover {
    color: #2563eb;
}

/*.nav-link.active {*/
/*    color: #2563eb;*/
/*}*/


/* Active state indicator with smooth animated underline */
.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #2563eb;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover and active states for nav links */
.nav-link:hover::after,
.nav-link.active::after,
.nav-link[aria-current="page"]::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Ensure active nav link has prominent styling */
.nav-link.text-blue-600 {
    color: #2563eb !important;
    font-weight: 700;
}

.nav-link.text-blue-600::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Desktop menu container - intelligent flex for single row */
.site-header .hidden.lg\:flex.absolute {
    gap: 0.5rem;
    position: static !important;
    transform: none !important;
    left: auto !important;
    width: auto;
    z-index: 50;
    flex-wrap: nowrap;
    overflow: visible;
}

/* Book Now CTA Button - Premium Styling */
.cta-book {
    background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 100%);
    color: #ffffff !important;
    padding: 0.65rem 1.35rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 700;
    border: none;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.18), 0 2px 8px rgba(14, 165, 233, 0.08);
    transition: all 0.28s cubic-bezier(0.2, 0.9, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 60;
    flex-shrink: 0;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

.cta-book::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
}

.cta-book:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.28), 0 8px 16px rgba(14, 165, 233, 0.12);
    filter: brightness(1.1);
}

.cta-book:hover::before {
    opacity: 1;
}

.cta-book:active {
    transform: translateY(-1px) scale(0.98);
}

.cta-book:focus-visible {
    outline: 3px solid rgba(14, 165, 233, 0.4);
    outline-offset: 2px;
}

/* Mobile spacing optimization */
@media (max-width: 1024px) {
    .site-header nav > .max-w-7xl > .h-16 {
        gap: 1rem;
    }

    .nav-link {
        padding: 0.45rem 0.7rem;
        font-size: 0.9rem;
    }

    .cta-book {
        padding: 0.6rem 1.2rem;
        font-size: 0.8125rem;
    }
}

/* Tablet optimizations - keep single row nav */
@media (max-width: 1280px) {
    .site-header nav > .max-w-7xl {
        padding: 0 0.75rem !important;
    }

    .nav-link {
        padding: 0.45rem 0.65rem;
        font-size: 0.9rem;
    }

    .site-header .hidden.lg\:flex.absolute {
        gap: 0.25rem;
    }
}

/* Mobile menu button animation */
#menuBtn {
    transition: all 0.22s ease;
    background-color: rgba(37, 99, 235, 0.08) !important;
}

#menuBtn:hover {
    background-color: rgba(37, 99, 235, 0.08) !important;
    transform: rotate(90deg);
}

#menuBtn:active {
    transform: rotate(90deg) scale(0.95);
}

/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
    .site-header,
    .site-logo,
    .nav-link,
    .nav-link::after,
    .cta-book,
    .cta-book::before,
    #menuBtn {
        transition: none !important;
        animation: none !important;
    }
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Barlow', sans-serif;
    background: #f8fbff;
}

h1, h2, h3, .font-display {
    font-family: 'Barlow Condensed', sans-serif;
}

.hero-bg {
    background:
        linear-gradient(135deg, rgba(8, 15, 32, 0.88) 0%, rgba(30, 64, 175, 0.72) 55%, rgba(14, 165, 233, 0.55) 100%),
        url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1600&q=80') center/cover no-repeat;
}

/* Older nav-link styles removed — modern .nav-link rules added earlier provide the premium underline and hover states. */

.callout {
    background: linear-gradient(90deg, #1e3a8a 0%, #2563eb 55%, #0ea5e9 100%);
}

.feat-icon {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(14, 165, 233, 0.12));
    border: 1px solid rgba(37, 99, 235, 0.18);
}

#mobile-nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

#mobile-nav.open {
    max-height: 600px;
}

.form-input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .14);
}

/* Back to Top Button */
#back-to-top {
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.2), 0 4px 6px -2px rgba(37, 99, 235, 0.1);
}

#back-to-top:hover {
    box-shadow: 0 20px 25px -5px rgba(37, 99, 235, 0.3), 0 10px 10px -5px rgba(37, 99, 235, 0.2);
}

@media (max-width: 640px) {
    #back-to-top {
        bottom: 1.5rem;
        right: 1.5rem;
        height: 2.75rem;
        width: 2.75rem;
    }
}
