/* --- Premium Global Styles (V3) --- */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

:root {
    --primary-navy: #0f172a;
    --secondary-navy: #1e293b;
    --accent-gold: #eab308; /* Gold */
    --accent-gold-hover: #ca8a04;
    --text-light: #f8fafc;
    --text-muted: #94a3b8;
    --white: #ffffff;
}

body {
    font-family: 'Inter', sans-serif !important;
    color: var(--primary-navy);
    background-color: #f8fafc;
    overflow-x: hidden;
}

/* --- Premium Navigation --- */
.header {
    position: absolute; /* Overlay on hero */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header.scrolled {
    position: fixed;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-bottom: none;
    padding: 0;
}

.main-navbar {
    padding: 0; /* Remove default padding */
}

.navbar {
    padding: 0 20px;
    height: 70px; /* Thinner navbar */
    display: flex;
    align-items: center;
}

.navbar-brand .brand-logo {
    height: 40px; /* Smaller logo */
    width: auto !important;
    transition: transform 0.3s ease;
}

.header.scrolled .navbar-brand .brand-logo {
    height: 35px;
}

.nav.navbar-nav li a {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 25px 15px !important; /* Vertically centered in 70px height */
    transition: color 0.3s ease;
}

.nav.navbar-nav li.active a,
.nav.navbar-nav li a:hover {
    color: var(--accent-gold) !important;
}

.action-nav .btn {
    padding: 8px 24px;
    font-size: 0.85rem;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-phone {
    color: var(--white) !important;
    font-weight: 500;
    font-size: 0.9rem;
}

.header-phone i {
    color: var(--accent-gold) !important;
}

/* --- Hero Slideshow (Premium) --- */
.hero-slideshow {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background: var(--primary-navy);
}

.hero-slideshow .swiper-slide {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.1);
    transition: transform 8s ease-out;
}

.swiper-slide-active .hero-bg {
    transform: scale(1);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.6));
    z-index: 1;
}

.hero-content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 20px;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease 0.5s;
}

.swiper-slide-active .hero-content {
    opacity: 1;
    transform: translateY(0);
}

.hero-subtitle {
    display: inline-block;
    color: var(--accent-gold);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    border: 1px solid rgba(234, 179, 8, 0.3);
    padding: 8px 16px;
    border-radius: 30px;
    background: rgba(234, 179, 8, 0.1);
    backdrop-filter: blur(5px);
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 30px;
}

.hero-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    font-weight: 300;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-premium {
    background: var(--accent-gold);
    color: var(--primary-navy);
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid var(--accent-gold);
}

.btn-premium:hover {
    background: transparent;
    color: var(--accent-gold);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.btn-premium-outline {
    background: transparent;
    color: var(--white);
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid rgba(255,255,255,0.3);
}

.btn-premium-outline:hover {
    border-color: var(--white);
    background: rgba(255,255,255,0.1);
    transform: translateY(-3px);
}

/* --- Events Carousel Refinements --- */
.events-carousel {
    padding: 100px 0;
    background: #fff;
}

.heading-bx .title-head {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: var(--primary-navy);
}

.heading-bx p {
    color: var(--text-muted);
    font-size: 1.1rem;
}

/* --- Loader Refinement --- */
#global-loader {
    background: var(--primary-navy);
}

.loader-logo {
    font-family: 'Playfair Display', serif;
    letter-spacing: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .navbar {
        height: 60px;
    }
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-description {
        font-size: 1rem;
    }
    .hero-btns {
        flex-direction: column;
        gap: 15px;
    }
}