@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
    --primary: #BD945A;
    --primary-dark: #A67C45;
    --gold-red: #C83D4C;
    --gold-red-gradient: linear-gradient(to bottom, #C83D4C 70%, #BD945A 100%);
    --secondary: #1a1a1a;
    --accent: #fdfbf7;
    --text-dark: #333333;
    --text-light: #ffffff;
}

body {
    font-family: 'Manrope', sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.serif {
    font-family: 'Manrope', sans-serif !important;
}

.italic {
    font-style: italic !important;
}

/* Main Heading Standard: H1 and H2 match the Home Hero size (Slightly Reduced) */
h1,
h2 {
    font-size: 2.75rem !important;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 !important;
    margin-bottom: 2rem !important;
    /* Spacing below main section headings */
    transition: color 0.4s ease;
}

h1:hover,
h2:hover {
    color: var(--gold-red);
}

/* Section Sub-headings: H3 for Cards and Feature Items */
h3 {
    font-size: 1.5rem !important;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 !important;
    margin-bottom: 1rem !important;
}

@media (max-width: 768px) {

    h1,
    h2 {
        font-size: 2rem !important;
    }

    h3 {
        font-size: 1.25rem !important;
    }
}

h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
}

h1,
h2,
h3,
p.eyebrow,
h5,
h6,
p,
a,
div {
    font-family: 'Manrope', sans-serif;
}

p.eyebrow {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    margin-bottom: 1rem;
    font-family: 'Manrope', sans-serif;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem !important;
    }

    h2 {
        font-size: 2rem !important;
    }

    h3 {
        font-size: 1.5rem !important;
    }
}

h1,
h2,
h3,
p.eyebrow,
h5,
h6,
p {
    font-family: 'Manrope', sans-serif !important;
    margin-top: 0.5rem;
}

span,
a,
div {
    font-family: 'Manrope', sans-serif !important;
}

/* Rule: Every banner text colour white (Excluding p.eyebrow) */
.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content p,
.hero-content span,
.hero-content a:not(.bg-primary),
.hero-swiper h1,
.hero-swiper h2,
.hero-swiper h3,
.hero-swiper p,
.hero-swiper span {
    color: #ffffff;
    background-image: none !important;
    -webkit-text-fill-color: #ffffff;
}

.hero-content p.eyebrow {
    color: var(--gold-red);
    -webkit-text-fill-color: var(--gold-red);
}

#stats h2,
#stats h2 span,
#stats h2+span {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

/* Exception: maintain button visibility if needed, but user said EVERY text */
.hero-content a.bg-primary,
.avenue-content a.bg-primary {
    color: #ffffff;
    /* Text white inside button too */
    background: var(--gold-red) !important;
    /* But keep button background */
}

/* Fix for primary text utility */
.text-primary {
    color: var(--gold-red);
}

/* Global Icons */
i[class*="fa-"] {
    color: inherit;
}

footer i[class*="fa-"],
.hero-section i[class*="fa-"],
.hero-swiper i[class*="fa-"],
.avenue-slide i[class*="fa-"] {
    color: #ffffff;
}

/* Force icons to stay black in main content cards even on hover */
.premium-card-3d:hover i,
.group:hover i,
.feature-item-3d:hover i {
    color: #000000;
}

/* Feature Headings & Section Title in Why Choose Us (Override Red/Gold) */
.section-padding.bg-gray-50 p.eyebrow,
.feature-item-3d p.eyebrow {
    background: none !important;
    -webkit-text-fill-color: initial;
    color: #000000;
}

p.eyebrow.red-title {
    color: var(--gold-red);
    background: none !important;
    -webkit-text-fill-color: var(--gold-red);
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 700;
}

.bg-primary {
    background-color: var(--gold-red);
}

.text-primary {
    color: var(--gold-red);
}

.border-primary {
    border-color: var(--gold-red);
}

/* Swiper Customization */
.hero-swiper .swiper-slide {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-swiper .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Rule: 0.3 to 0.5 opacity for text visibility */
    z-index: 2;
}

.hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 45vh;
    /* Further reduced for a compact look */
    width: 100%;
    padding: 40px 0 !important;
    /* Further reduced padding */
    overflow: hidden;
    text-align: center;
}

.navbar a {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: inherit;
}

.navbar.navbar-glass a:not(.dropdown-link) {
    color: #ffffff;
}

.navbar.navbar-solid a {
    color: #1a1a1a;
}

.navbar a:hover {
    color: var(--gold-red);
}

.gold-text,
.text-gold {
    color: var(--gold-red);
}

.gold-text:hover,
.text-gold:hover {
    color: var(--gold-red);
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    width: 100%;
    padding: 0 5%;
}

/* Premium 'sasasa' Hero Animations - Forward Left Entry */
.swiper-slide .hero-content p.eyebrow,
.swiper-slide .hero-content h1,
.swiper-slide .hero-content div {
    opacity: 0;
    transform: translateX(-150px) scale(1.3);
    /* Appear from front and left */
    filter: blur(20px);
    transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.swiper-slide-active .hero-content p.eyebrow,
.swiper-slide-active .hero-content h1,
.swiper-slide-active .hero-content div {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
}

.swiper-slide-active .hero-content p.eyebrow {
    transition-delay: 0.6s;
}

.swiper-slide-active .hero-content h1 {
    transition-delay: 0.9s;
}

.swiper-slide-active .hero-content div {
    transition-delay: 1.2s;
}

/* Background Zoom & Fade Effect */
.hero-swiper .swiper-slide {
    overflow: hidden;
    background-color: #000;
}

.hero-swiper .swiper-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 8s ease-out, opacity 1.5s ease-in-out;
    z-index: 1;
    opacity: 0.8;
}

.hero-swiper .swiper-slide-active::before {
    transform: scale(1.1);
    opacity: 1;
}

/* Navbar styles */
.navbar-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    top: 0;
    margin-top: -1px;
    padding-top: 1px;
}

.navbar-solid {
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Ensure Logo and icons adapt too */
.navbar-solid .logo img {
    filter: none;
}

.navbar.navbar-solid #menu-btn i {
    color: #1a1a1a;
}

.navbar.navbar-glass #menu-btn i {
    color: #ffffff;
}

/* Section styling */
.section-padding {
    padding: 80px 0;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 50px 0;
    }
}

/* Amenities 'zzzzz' 3D Layout */
.amenities-zigzag-grid {
    perspective: 2000px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}

.zzzzz-card {
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
}

/* Zigzag Rotations */
.zzzzz-card:nth-child(odd) {
    transform: rotateY(-10deg) rotateX(5deg);
}

.zzzzz-card:nth-child(even) {
    transform: rotateY(10deg) rotateX(-5deg);
}

.zzzzz-card:hover {
    transform: translateZ(50px) rotateX(0) rotateY(0) !important;
    z-index: 20;
}

/* 'zzzzz' Snappy Slide Animation */
.zzzzz-reveal {
    animation: zzzzz-slide 1s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes zzzzz-slide {
    0% {
        opacity: 0;
        transform: translateX(-50px) translateZ(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateZ(0);
    }
}

.amenity-card {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.amenity-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gold-red);
    /* Restored the site's Satin Bronze Gold */
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    border-radius: 0;
}

.premium-card:hover {
    transform: translateY(-20px) scale(1.02);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
}

.amenity-card:hover::before {
    transform: scaleY(1);
}

.amenity-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.amenity-card:hover::before {
    transform: scaleY(1);
}

.amenity-card:hover h3,
.amenity-card:hover p {
    color: white;
}

.amenity-card:hover i {
    color: var(--gold-red);
    /* Gold-Red icon on Satin Gold background */
    transform: rotateY(360deg) scale(1.3);
}

.amenity-card i {
    transition: all 0.5s ease;
}

.amenity-card:hover i {
    transform: rotateY(360deg) scale(1.2);
}

/* Premium 3D Frame 'rrggghh' Animation */
.premium-3d-frame {
    perspective: 1000px;
    position: relative;
    transition: all 0.5s ease;
}

.premium-3d-frame img {
    transform: rotateY(-10deg) rotateX(5deg);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
}

.premium-3d-frame:hover img {
    transform: rotateY(0deg) rotateX(0deg) scale(1.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.experience-badge {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: var(--gold-red);
    color: white;
    padding: 2rem;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 10px 10px 30px rgba(189, 148, 90, 0.4);
    animation: float-3d 4s ease-in-out infinite;
    z-index: 20;
}

@keyframes float-3d {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

/* Avenue Selection Sticky Stacking */
.avenue-selection {
    position: relative;
    background: #000;
    height: 500vh;
    /* Optimized for faster entry/exit */
}

.avenue-snap-point {
    height: 100vh;
    scroll-snap-align: start;
    pointer-events: none;
}

.avenue-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.avenue-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: transform 1.2s cubic-bezier(0.85, 0, 0.15, 1);
    z-index: 1;
    overflow: hidden;
}

/* jrrr Mechanical Snap Animation */
@keyframes jrrr {
    0% {
        transform: translateY(100%) scale(0.9) rotateX(-10deg);
        filter: blur(15px);
        opacity: 0;
    }

    60% {
        transform: translateY(-5%) scale(1.02) rotateX(2deg);
        filter: blur(5px);
        opacity: 1;
    }

    100% {
        transform: translateY(0) scale(1) rotateX(0deg);
        filter: blur(0);
        opacity: 1;
    }
}

.avenue-slide.active {
    transform: translateY(0);
    z-index: 10;
    animation: jrrr 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.avenue-slide.prev {
    transform: translateY(-20px) scale(0.95);
    opacity: 0.5;
    filter: grayscale(0.5);
    z-index: 5;
    transition: all 1s ease;
}

.avenue-bg-blur {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-size: cover;
    background-position: center;
    filter: blur(60px) brightness(0.4);
    z-index: 1;
    transform: scale(1.1);
}

.avenue-slide img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Desktop screen size feel */
    z-index: 5;
    filter: brightness(0.9);
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Minimalist Right Dots */
.avenue-dots {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.avenue-dots.visible {
    opacity: 1;
    pointer-events: auto;
}

.avenue-dot {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.4s ease;
    cursor: pointer;
}

.avenue-dot.active {
    background: var(--gold-red);
    width: 25px;
    border-radius: 5px;
    box-shadow: 0 0 15px var(--gold-red);
}

.avenue-content {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    z-index: 20;
    max-width: 600px;
}

.avenue-content p.eyebrow {
    color: #C83D4C;
    /* Crimson Red Title */
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
    opacity: 0;
    transform: translateY(40px);
    filter: blur(10px);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.avenue-content h2 {
    color: #ffffff;
    /* Restore white for visibility on dark events */
    font-size: 5.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(40px);
    filter: blur(10px);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (max-width: 768px) {
    .avenue-content h2 {
        font-size: 3rem;
    }
}

.avenue-content p {
    color: #ffffff;
    /* Restore white for visibility on dark events */
    font-size: 1.1rem;
    max-width: 500px;
    opacity: 0;
    transform: translateY(40px);
    filter: blur(10px);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.avenue-slide.active .avenue-content p.eyebrow {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 0.5s;
}

.avenue-slide.active .avenue-content h2 {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 0.7s;
}

.avenue-slide.active .avenue-content p {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 0.9s;
}

.btn-read-more {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.3em;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
    filter: blur(10px);
}

.btn-read-more:hover {
    background: #C83D4C;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(200, 61, 76, 0.3);
    border-color: transparent;
}

.avenue-slide.active .btn-read-more {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 1.1s;
}

.avenue-counter {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.counter-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.counter-dot.active {
    background: var(--gold-red);
    transform: scale(1.5);
}

/* Gallery 'surursurusuru' 3D Animation */
.premium-gallery-grid {
    perspective: 1500px;
}

.gallery-item-3d {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}

/* 'mrmrngh' Shimmer Effect */
.gallery-item-3d::after {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: linear-gradient(45deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
    transition: all 0.8s ease;
    pointer-events: none;
    z-index: 5;
    transform: rotate(35deg);
}

.gallery-item-3d:hover::after {
    top: 100%;
    left: 100%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.gallery-item-3d img {
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.8s ease;
}

.gallery-item-3d:hover {
    transform: rotateX(8deg) rotateY(12deg) scale(1.05);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
}

.gallery-item-3d:hover img {
    transform: scale(1.15) translateZ(30px);
    filter: brightness(1.1) contrast(1.1);
}

.gallery-item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 2rem;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateZ(20px);
}

.gallery-item-3d:hover .gallery-item-overlay {
    opacity: 1;
}

/* 'surursurusuru' Flowing Reveal & Filtering */
.sururu-reveal {
    opacity: 0;
    transform: translateY(30px) scale(0.9) rotateX(10deg);
    filter: blur(10px);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.sururu-reveal.visible {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0);
    filter: blur(0);
}

.zrrr-reveal,
.zzzzz-reveal,
.ssss-anim {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    filter: blur(5px);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.zrrr-reveal.visible,
.zzzzz-reveal.visible,
.ssss-anim.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.gallery-item-3d.filtering-out {
    opacity: 0;
    transform: scale(0.8) rotateY(-10deg);
    filter: blur(10px);
    pointer-events: none;
}

.gallery-item-3d.filtering-in {
    opacity: 1;
    transform: scale(1) rotateY(0);
    filter: blur(0);
    pointer-events: auto;
}

/* Amenity Icon Animations */
.amenity-card {
    transition: all 0.5s ease;
}

.amenity-card:hover {
    transform: translateY(-10px);
}

.amenity-card:hover .w-16 {
    background: var(--gold-red) !important;
    color: white;
    transform: rotateY(360deg) scale(1.1);
    box-shadow: 0 10px 20px rgba(212, 77, 92, 0.3);
}

/* Testimonial Quote Animation */
.testimonial-swiper .swiper-slide:hover .fa-quote-right {
    opacity: 0.6;
    transform: scale(1.2) rotate(10deg);
    color: var(--primary);
}

.testimonial-swiper .fa-quote-right {
    transition: all 0.5s ease;
}

.gallery-item-3d {
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.6s ease,
        filter 0.6s ease;
}

/* Why Choose Us 'zrrr' Snappy Animations */
.feature-item-3d {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    padding: 1.5rem;
    border-radius: 0;
    background: transparent;
}

.feature-item-3d:hover {
    background: white;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transform: translateX(15px);
}

.feature-item-3d:hover .feature-icon {
    transform: rotate(360deg) scale(1.2);
    background: var(--gold-red);
    color: #000000;
}

.feature-icon {
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feature-icon i {
    color: #000000;
}

/* 3D Image Stack 'zrrr' */
.image-stack-3d {
    position: relative;
    height: 500px;
}

.stack-img {
    position: absolute;
    border-radius: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.stack-img-1 {
    width: 80%;
    z-index: 3;
    top: 0;
    left: 0;
}

.stack-img-2 {
    width: 60%;
    z-index: 2;
    top: 15%;
    right: 0;
    filter: brightness(0.8);
}

.stack-img-3 {
    width: 50%;
    z-index: 1;
    bottom: 0;
    left: 15%;
    filter: brightness(0.6);
}

.image-stack-3d:hover .stack-img-1 {
    transform: translate(-20px, -20px) rotate(-2deg);
}

.image-stack-3d:hover .stack-img-2 {
    transform: translate(40px, -40px) rotate(5deg);
    filter: brightness(1);
}

.image-stack-3d:hover .stack-img-3 {
    transform: translate(20px, 40px) rotate(-5deg);
    filter: brightness(1);
}

/* 'zrrr' Snappy Entrance */
.zrrr-reveal {
    animation: zrrr 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes zrrr {
    0% {
        transform: scale(0.5) rotate(-5deg);
        opacity: 0;
    }

    100% {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: var(--gold-red);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.timeline-item {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    background-color: white;
    border: 4px solid var(--primary);
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.left {
    left: 0;
}

.right {
    left: 50%;
}

.right::after {
    left: -10px;
}

.timeline-content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 600px) {
    .timeline::after {
        left: 31px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .timeline-item::after {
        left: 21px;
    }

    .right {
        left: 0%;
    }
}

/* Team Card Styles */
.team-card {
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
}

/* Capacity Chart Table */
.capacity-table th {
    background-color: var(--secondary);
    color: white;
    font-family: 'Manrope', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.capacity-table td {
    border-bottom: 1px solid #eee;
}

/* FAQ Accordion */
.faq-item {
    border-bottom: 1px solid #eee;
}

.faq-question {
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: var(--primary);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* Gallery Filter Buttons */
.filter-btn {
    transition: all 0.3s ease;
    border: 1px solid #ddd;
}

.filter-btn.active {
    background-color: var(--gold-red);
    border-color: var(--gold-red);
    color: white;
}

/* Lightbox Modal */
#lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.animate-zoom {
    animation: zoom 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

#lightbox.fade-in {
    animation: lightbox-fade 0.4s ease forwards;
}

@keyframes lightbox-fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.close-lightbox {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

/* Contact Form Styles */
.form-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    transition: all 0.3s ease;
}

.form-input:focus {
    border-color: var(--gold-red);
    box-shadow: 0 0 0 4px rgba(212, 77, 92, 0.1);
}

.contact-info-card i {
    font-size: 24px;
    color: var(--primary);
    background: rgba(212, 77, 92, 0.1);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border: 0;
    border-radius: 0;
}

/* Testimonial Pagination Bullets */
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #ccc;
    opacity: 0.6;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    position: relative;
    margin: 0 10px !important;
    /* Increase touch target area */
}

.swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
}

.swiper-pagination-bullet-active {
    background: var(--gold-red) !important;
    width: 40px !important;
    border-radius: 6px !important;
    opacity: 1;
}

/* Light background context for bullets (like Testimonials) */
.bg-white .swiper-pagination-bullet,
.section-padding:not(.bg-gray-900) .swiper-pagination-bullet {
    background: #ccc;
}

.bg-white .swiper-pagination-bullet-active,
.section-padding:not(.bg-gray-900) .swiper-pagination-bullet-active {
    background: var(--gold-red) !important;
}

/* Hero Section Text Overrides */
.hero-swiper p.eyebrow {
    background: none !important;
    -webkit-text-fill-color: #C83D4C;
    color: #ffffff;
}

/* Footer Logo Visibility */
.footer-logo-bright {
    filter: brightness(0) invert(1);
}

/* Premium Dropdown Menu (Mega Menu Style) */
.dropdown-menu {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateX(-50%) translateY(10px);
    top: 100%;
    left: 50%;
    pointer-events: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    min-width: 450px;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
    background: white; /* Ensure background is explicit */
}

/* Hover support for desktop */
.group:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.dropdown-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 20px;
}

.dropdown-menu.active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

/* Dropdown Arrow */
.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: white;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-link {
    transition: all 0.3s ease;
    border-left: 0 solid var(--gold-red);
    display: block;
    padding: 0.8rem 1rem !important;
    color: #000000 !important;
}

.dropdown-link:hover {
    padding-left: 2rem !important;
    border-left-width: 4px;
    background: #FDFBF7;
    color: var(--gold-red) !important;
}

/* -------------------------------------------------------------------------- */
/* Premium 3D Effects & Animations */
/* -------------------------------------------------------------------------- */

/* Perspective Container for 3D Cards */
.perspective-container {
    perspective: 2000px;
}

.premium-card-3d {
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
    position: relative;
    cursor: pointer;
}

.premium-card-3d:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-1deg);
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.1);
}

.premium-card-3d {
    position: relative;
    overflow: hidden;
}

.premium-card-3d::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(200, 61, 76, 0.1),
            transparent);
    transition: all 0.8s ease;
    z-index: 1;
}

.premium-card-3d:hover::before {
    left: 150%;
}

.premium-card-3d:hover {
    transform: translateY(-25px) rotateY(15deg) rotateX(10deg) scale(1.05);
    border-color: rgba(200, 61, 76, 0.8);
    /* 3D Depth Shadow Stack */
    box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.05),
        1px 2px 2px rgba(0, 0, 0, 0.05),
        2px 4px 4px rgba(0, 0, 0, 0.05),
        4px 8px 8px rgba(0, 0, 0, 0.05),
        8px 16px 16px rgba(0, 0, 0, 0.05),
        16px 32px 32px rgba(200, 61, 76, 0.1);
}

.premium-card-3d::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: inherit;
    pointer-events: none;
}

.premium-card-3d:hover::after {
    opacity: 1;
}

/* Floating Animation for Icons */
@keyframes float-icon {

    0%,
    100% {
        transform: translateZ(50px) translateY(0);
    }

    50% {
        transform: translateZ(70px) translateY(-10px);
    }
}

.premium-card-3d:hover .icon-3d {
    animation: float-icon 3s ease-in-out infinite;
}

/* 3D Depth for Text Elements */
.premium-card-3d h3,
.premium-card-3d p {
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.premium-card-3d:hover h3 {
    transform: translateZ(40px);
}

.premium-card-3d:hover p {
    transform: translateZ(30px);
}

/* Glassmorphism Shine Pass */
.shine-pass {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: none;
    pointer-events: none;
}

.premium-card-3d:hover .shine-pass {
    left: 200%;
    transition: all 1s ease-in-out;
}

/* 3D Icon Floating Effect */
.icon-3d {
    transform: translateZ(50px);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
    transition: all 0.5s ease;
}

.premium-card-3d:hover .icon-3d {
    transform: translateZ(80px) scale(1.1);
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));
}

/* Suuuui Animation (Premium Staggered Reveal) */
.suuuui-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.suuuui-reveal.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

/* Boom Animation (Explosive scale entrance) */
.suuuui-boom {
    opacity: 0;
    transform: scale(0.3) translateY(40px);
    transition: all 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.suuuui-boom.visible {
    opacity: 1;
    transform: scale(1) translateY(0);
}

/* Staggered Delay for Gallery Grid */
.stagger-1 {
    transition-delay: 0.1s;
}

.stagger-2 {
    transition-delay: 0.2s;
}

.stagger-3 {
    transition-delay: 0.3s;
}

.stagger-4 {
    transition-delay: 0.4s;
}

.stagger-5 {
    transition-delay: 0.5s;
}

.stagger-6 {
    transition-delay: 0.6s;
}

.stagger-7 {
    transition-delay: 0.7s;
}

.stagger-8 {
    transition-delay: 0.8s;
}

/* 3D Image Hover for Gallery */
.gallery-item-3d {
    overflow: hidden;
    position: relative;
    border-radius: 0;
    transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-item-3d img {
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-item-3d:hover {
    transform: scale(0.98);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.gallery-item-3d:hover img {
    transform: scale(1.1);
}

.gallery-item-3d::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.gallery-item-3d:hover::before {
    opacity: 1;
}

/* Hero Slide-in Animation (Unified with Home Page) */
.hero-slide-in {
    text-align: left !important;
}

.hero-slide-in p.eyebrow,
.hero-slide-in h1,
.hero-slide-in p {
    text-align: left !important;
    opacity: 0 !important;
    transform: translateX(-150px) scale(1.1) !important;
    filter: blur(20px);
    transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.hero-slide-in.active p.eyebrow,
.hero-slide-in.active h1,
.hero-slide-in.active p {
    opacity: 1 !important;
    transform: translateX(0) scale(1) !important;
    filter: blur(0);
}

/* Staggered Delays */
.hero-slide-in p.eyebrow {
    transition-delay: 0.2s !important;
}

.hero-slide-in h1 {
    transition-delay: 0.4s !important;
}

.hero-slide-in p {
    transition-delay: 0.6s !important;
}

/* Navbar Alignment Fix */
.navbar * {
    margin-top: 0 !important;
}

.navbar a i {
    color: inherit;
}

.navbar .dropdown-trigger {
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
}

.navbar .lg\:flex>a,
.navbar .dropdown-trigger {
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    height: 100%;
}

/* Ensure the relative container doesn't add extra height/offset */
.navbar .relative.group {
    display: flex;
    align-items: center;
    height: 100%;
}

/* Premium Dropdown Styles */
.dropdown-menu {
    display: none;
    min-width: 450px;
    top: 100%;
    transform: translateX(-50%) translateY(10px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    pointer-events: none;
    background: #ffffff !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

.group:hover .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.dropdown-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.dropdown-link {
    display: block;
    padding: 0.75rem 1.25rem;
    color: #000000 !important;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.dropdown-link:hover {
    background: #fdfbf7;
    color: var(--gold-red) !important;
    padding-left: 1.5rem;
}

/* Fix for mobile menu dropdown visibility if needed */
#mobile-menu a:hover {
    color: var(--gold-red) !important;
}