/* Wedding Farm & Resort - Custom Luxury Design System */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color-maroon: #d7ac29;
    /* Primary */
    /* Vibrant Magenta */
    --color-maroon-dark: #d7ac29;
    /* Darker Magenta */
    --color-maroon-light: #d7ac29;
    /* Vibrant Magenta */
    --color-blush-pink: #F8EDEB;
    /* Secondary */
    /* Vibrant Magenta */
    --color-blush-light: #FDFDFD;
    /* Background */
    /* Ivory */
    --color-gold: #9d7b14;
    /* Accent */
    /* Warm Gold */
    --color-gold-dark: #9d7b14;
    /* Dark Gold */
    --color-gold-light: #9d7b14;
    /* Light Gold */
    --color-cream: #FDFDFD;
    /* Background */
    /* Ivory */
    --color-royal-blue: #d7ac29;
    /* Vibrant Magenta */
    --color-royal-blue-light: #FFFFFF;
    /* Card */
    /* White for cards */
    --color-forest-green: #d7ac29;
    /* Vibrant Magenta */
    --color-forest-green-light: #d7ac29;
    /* Darker Magenta hover */
    --color-text-main: #4B5563;
    /* Body */
    /* Charcoal */
    --color-text-secondary: #4B5563;
    /* Gray */
    --color-text-muted: #9CA3AF;
    /* Muted */
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Poppins', Helvetica, Arial, sans-serif;
    --shadow-premium: 0 10px 30px rgba(0, 0, 0, 0.05);
    --shadow-luxury: 0 15px 40px rgba(197, 4, 91, 0.15);
    --shadow-gold: 0 8px 25px rgba(212, 175, 55, 0.25);
    --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Base Styles */
html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: var(--color-cream);
    color: var(--color-text-main);
    overflow-x: hidden;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-font {
    font-family: var(--font-heading);
    color: #1F2937;
    font-weight: 700;
}

a {
    color: #9d7b14;
    transition: var(--transition-smooth);
    text-decoration: none;
}

a:hover {
    color: var(--color-gold-light);
}

/* Luxurious Header & Typography Components */
.section-title-container {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
}

.section-subtitle {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #d7ac29;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-title {
    font-size: 2.7rem;
    position: relative;
    display: inline-block;
    padding-bottom: 1.2rem;
    color: #d7ac29;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-color: #9d7b14;
}

.section-title::before {
    content: "❦";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    color: #9d7b14;
    font-size: 1.2rem;
    background-color: var(--color-cream);
    padding: 0 8px;
    z-index: 1;
}

/* Sticky Luxury Navigation */
.navbar-custom {
    background-color: rgba(248, 246, 240, 0.95);
    border-bottom: 2px solid #9d7b14;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: var(--transition-smooth);
    padding: 0.8rem 1.5rem;
    z-index: 1030;
}

.navbar-custom .navbar-brand {
    font-family: var(--font-heading);
    font-weight: 700;
    color: #d7ac29 !important;

    letter-spacing: 1px;
}

.navbar-custom .navbar-brand span {
    color: #9d7b14;
}

.navbar-custom .nav-link {
    color: var(--color-text-main) !important;
    font-weight: 500;
    font-size: 0.95rem;

    letter-spacing: 1px;

    position: relative;
    transition: var(--transition-smooth);
}

.navbar-custom .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #9d7b14;
    transition: var(--transition-smooth);
    transform: translateX(-50%);
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
    color: #d7ac29 !important;
}

.navbar-custom .nav-link:hover::after,
.navbar-custom .nav-link.active::after {
    width: 70%;
}

.navbar-custom .btn-inquiry {
    background-color: var(--color-maroon-light);
    /* Vibrant Magenta */
    color: #FFFFFF !important;
    border: 1px solid var(--color-maroon-light);
    border-radius: 0;
    font-size: 0.85rem;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0.6rem 1.4rem !important;
    transition: var(--transition-smooth);
}

.navbar-custom .btn-inquiry:hover {
    background-color: var(--color-forest-green-light);
    /* Darker Magenta hover */
    color: #FFFFFF !important;
    border-color: var(--color-forest-green-light);
}

/* Ken Burns Animated Carousel & Video Hero Section */
/*.hero-slider-container {
    position: relative;
    height: 85vh;
    min-height: 550px;
    overflow: hidden;
    background-color: #000;
}

.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.carousel-item-custom {
    height: 85vh;
    min-height: 550px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.carousel-item-custom::before, .hero-slider-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}*/

/* Ken Burns zoom animation */
.kb-zoom-in {
    animation: kbZoomEffect 20s infinite alternate;
}

@keyframes kbZoomEffect {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

.hero-overlay-content {
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    max-width: 900px;
    color: #ffffff;
}

.hero-tagline {
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--color-gold-light);
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease forwards;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1.2;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1.2s ease forwards;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-tagline {
        font-size: 1rem;
        letter-spacing: 2px;
    }
}

.hero-buttons {
    animation: fadeInUp 1.5s ease forwards;
}

.btn-luxury-primary {
    background-color: #5e3d08 !important;
    /* Vibrant Magenta */
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0.8rem 2rem;
    border: 2px solid var#9d7b14;
    transition: var(--transition-smooth);
    box-shadow: 0 8px 25px #9d7b14;
}

.btn-luxury-primary:hover {
    background-color: var(--color-forest-green-light);
    /* Darker Magenta */
    color: #FFFFFF;
    border-color: var(--color-forest-green-light);
    box-shadow: none;
}

.btn-luxury-outline {
    background-color: transparent;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0.8rem 2rem;
    border: 2px solid #ffffff;
    transition: var(--transition-smooth);
    margin-left: 1rem;
}

.btn-luxury-outline:hover {
    background-color: #d7ac29;
    border-color: #d7ac29;
    color: #ffffff;
}

/* Interactive Package Helper Panel */
.package-helper-section {
    background: #e5c45f;
    color: #4B5563;
    padding: 5rem 0;
    position: relative;
}

.package-helper-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 2.5rem;
    border-radius: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.package-helper-title {
    font-family: var(--font-heading);
    color: #1F2937;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.helper-select {
    background-color: rgba(255, 255, 255, 0.7);
    color: #1F2937;
    border: 1px solid #1F2937;
    border-radius: 4px;
    padding: 0.75rem;
    font-weight: 500;
}

.helper-select option {
    background-color: #FFFFFF;
    color: #1F2937;
}

.helper-select:focus {
    background-color: #FFFFFF;
    color: #1F2937;
    border-color: #1F2937;
    box-shadow: 0 0 0 0.25rem rgba(31, 41, 55, 0.25);
}

/* Venue Card Designs */
.venue-card {
    background-color: var(--color-royal-blue-light);
    border: none;
    border-radius: 0;
    overflow: hidden;
    box-shadow: var(--shadow-premium);
    transition: var(--transition-smooth);
    margin-bottom: 2rem;
    position: relative;
}

.venue-card-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.venue-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.venue-card:hover .venue-card-img-wrapper img {
    transform: scale(1.1);
}

.venue-card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #d7ac29;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 5;
}

.venue-card-badge.badge-villa {
    background-color: var(--color-royal-blue);
}

.venue-card-badge.badge-outdoor {
    background-color: var(--color-forest-green);
}

.venue-card-body {
    padding: 2rem;
    border-left: 1px solid var(--color-blush-pink);
    border-right: 1px solid var(--color-blush-pink);
    border-bottom: 4px solid var(--color-blush-pink);
    transition: var(--transition-smooth);
}

.venue-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-luxury);
}

.venue-card:hover .venue-card-body {
    border-bottom-color: #9d7b14;
}

.venue-card-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #d7ac29;
}

.venue-card-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #777777;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 0.6rem 0;
    margin: 1.2rem 0;
}

.venue-card-meta i {
    color: var(--color-gold-dark);
    margin-right: 5px;
}

.venue-card-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-maroon-light);
}

.btn-venue-detail {
    color: var(--color-gold-dark);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: var(--transition-smooth);
}

.btn-venue-detail i {
    margin-left: 5px;
    font-size: 0.8rem;
    transition: var(--transition-smooth);
}

.btn-venue-detail:hover {
    color: #d7ac29;
}

.btn-venue-detail:hover i {
    transform: translateX(5px);
}

/* Package Color Cards */
.package-card {
    border-radius: 0;
    border: none;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-premium);
    transition: var(--transition-smooth);
}

.package-card:hover {
    transform: translateY(-8px);
}

.package-header {
    padding: 2.5rem 1.5rem;
    text-align: center;
    color: #ffffff;
}

.package-header-gold {
    background: linear-gradient(135deg, #9d7b14 0%, var(--color-gold-dark) 100%);
    color: #ffffff;
}

.package-header-maroon {
    background: linear-gradient(135deg, #d7ac29 0%, var(--color-maroon-dark) 100%);
    color: #ffffff;
}

.package-header-pink {
    background: linear-gradient(135deg, #FFC0CB 0%, #F3A6B7 100%);
    color: #333333;
}

.package-header-pink h3,
.package-header-pink .price-val {
    color: var(--color-maroon-dark);
}

.package-header-blue {
    background: linear-gradient(135deg, var(--color-royal-blue) 0%, #152b66 100%);
    color: #ffffff;
}

.package-header-green {
    background: linear-gradient(135deg, var(--color-forest-green) 0%, #122c14 100%);
    color: #ffffff;
}

.package-title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.package-price {
    font-size: 2.2rem;
    font-weight: 800;
    margin-top: 1rem;
}

.package-price span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-text-muted);
}

.package-body {
    background-color: var(--color-royal-blue-light);
    padding: 2rem;
}

.package-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.package-features-list li {
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.95rem;
}

.package-features-list li i {
    margin-right: 8px;
}

.package-features-list li.inc-item i {
    color: #28a745;
}

.package-features-list li.exc-item i {
    color: var(--color-text-muted);
}

/* Beautiful Testimonials (Anantum Reviews Layout with Glassmorphic Cards) */
.testimonial-section {
    position: relative;
    background: url('/images/lawn_wedding.jpg') center/cover no-repeat fixed !important;
    padding: 7rem 0;
    z-index: 1;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.69);
    /* Soft bright overlay */
    z-index: -1;
}

.reviews-top-banner {
    background-color: #9d7b14;
    background: linear-gradient(135deg, #9d7b14 0%, #9d7b14 100%);
    color: var(--color-maroon-dark);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.8rem 3rem;
    margin-bottom: 2rem;
    position: relative;
    clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    /* premium ribbon ends */
}

.review-glass-card {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(12px) saturate(120%);
    -webkit-backdrop-filter: blur(12px) saturate(120%);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem 2rem 2rem;
    position: relative;
    border-radius: 0;
    transition: var(--transition-smooth);
}

.review-glass-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.65);
}

.review-avatar-wrapper {
    position: absolute;
    top: -35px;
    right: 25px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.review-avatar-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-client-name {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.15rem;
    color: #1F2937;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.review-client-meta {
    font-size: 0.8rem;
    color: #4B5563;
    display: block;
    margin-top: 2px;
}

.review-client-rating {
    color: #9d7b14;
    font-size: 0.95rem;
    margin: 0.6rem 0 0.2rem 0;
}

.review-client-rating-text {
    font-size: 0.75rem;
    color: #4B5563;
    display: block;
    margin-bottom: 1.5rem;
}

.review-card-text {
    font-family: var(--font-body);
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4B5563;
    margin: 0;
    position: relative;
    z-index: 2;
}

.review-card-quote-icon {
    font-family: Georgia, serif;
    font-size: 4.5rem;
    color: rgba(128, 0, 32, 0.1);
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 20px;
    pointer-events: none;
    z-index: 1;
}

.review-card-watermark {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 3.5rem;
    color: rgba(212, 175, 55, 0.08);
    /* faint gold leaf icon */
    pointer-events: none;
    z-index: 1;
}

/* Stunning Inquiry / Booking Form */
.booking-form-card {
    background-color: var(--color-royal-blue-light);
    border: none;
    border-radius: 0;
    box-shadow: var(--shadow-luxury);
    padding: 3rem;
    border-top: 5px solid #d7ac29;
}

.form-label-custom {
    font-weight: 500;
    color: #d7ac29;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}

.form-control-custom {
      border-radius: 0;
      border: 1px solid #9d7b14;
      background-color: var(--color-cream);
      color: var(--color-text-main);
      padding: 0.75rem 1rem;
      font-size: 0.95rem;
      transition: var(--transition-smooth);
  }

.form-control-custom:focus {
    border-color: #9d7b14;
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.15);
}

/* Admin Dashboard Elements */
.admin-sidebar {
    background-color: var(--color-maroon-dark);
    color: #ffffff;
    min-height: 100vh;
    padding: 2rem 1rem;
}

.admin-nav-link {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    text-decoration: none;
    transition: var(--transition-smooth);
    margin-bottom: 0.5rem;
}

.admin-nav-link:hover,
.admin-nav-link.active {
    background-color: #9d7b14;
    color: var(--color-maroon-dark);
    font-weight: 600;
}

.inquiry-row-pending {
    border-left: 4px solid #9d7b14;
}

.inquiry-row-confirmed {
    border-left: 4px solid #28a745;
}

.inquiry-row-cancelled {
    border-left: 4px solid #dc3545;
}

/* Footer Section */
.footer-custom {
    background-color: #0e0c04;
    color: rgba(255, 255, 255, 0.8);
    padding: 5rem 0 2rem 0;
    border-top: 4px solid #9d7b14;
}

    .footer-custom h5 {
        color: #ffc822;
        margin-bottom: 1.5rem;
        font-size: 1.3rem;
        letter-spacing: 1px;
    }

.footer-link {
    color: rgb(243 230 196 / 80%);
    text-decoration: none;
    transition: var(--transition-smooth);
    display: block;
    margin-bottom: 0.8rem;
}

.footer-link:hover {
    color: #9d7b14;
    padding-left: 5px;
}

.footer-social-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #9d7b14;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 1.1rem;
    transition: var(--transition-smooth);
    text-decoration: none;
}

.footer-social-icon:hover {
    background-color: #9d7b14;
    color: var(--color-maroon-dark);
}

/* SCROLL REVEAL ANIMATIONS */
.reveal-on-scroll {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.reveal-fade-up {
    transform: translateY(40px);
}

.reveal-fade-left {
    transform: translateX(-40px);
}

.reveal-fade-right {
    transform: translateX(40px);
}

.reveal-zoom-in {
    transform: scale(0.9);
}

.reveal-active {
    opacity: 1;
    transform: translate(0) scale(1);
}

/* Custom Keyframe utility classes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Venue Custom Horizontal Slider (Taj Hotels Style with Dynamic Blurred Background) */
#venues-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff !important;
    /* light backdrop for blurred contrast */
}

/* Background elements for blurred reflection shadow */
.venues-bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(2px) brightness(1.08);
    /* light theme bright blur */
    transform: scale(1.15);
    /* prevent edge artifacts */
    z-index: -2;
    transition: background-image 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.venues-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*  background-color: rgba(255, 255, 255, 0.85);*/
    /* white translucent overlay */
    z-index: -1;
}

#venueCustomSlider {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    display: flex;
    gap: 0 !important;
    /* Remove gaps so exactly one card shows at a time */
    scroll-snap-type: x mandatory;
    width: 100%;
}

#venueCustomSlider::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.venue-slide-card {
    transition: var(--transition-smooth);
    width: 100% !important;
    /* Occupies the full viewport of the slider */
    scroll-snap-align: center;
    flex-shrink: 0;
}

.venue-slide-card img {
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.venue-slide-card:hover img {
    transform: scale(1.06);
}

/* Side-by-side flex layout for slide cards */
.venue-slide-inner-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

.card-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 350px;
    width: 100%;
}

.card-info-wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 2.5rem 1.5rem;
}

@media (min-width: 768px) {
    .venue-slide-inner-card {
        flex-direction: row !important;
        /* Left: image, Right: text details */
        align-items: stretch;
        height: 520px;
        /* Fixed height for beautiful side-by-side layout */
    }

    .card-image-wrapper {
        width: 55% !important;
        height: 100% !important;
    }

    .card-info-wrapper {
        width: 45% !important;
        height: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 3.5rem !important;
        text-align: center !important;
    }
}

.slider-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.85);
    /* Light theme background */
    border: 1px solid rgba(128, 0, 32, 0.25);
    /* Thin maroon border */
    color: #7b1744;
    /* Maroon arrow icon */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 1.1rem;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 15px rgba(128, 0, 32, 0.08);
}

.slider-arrow:hover {
    background-color: #9d7b14;
    border-color: #9d7b14;
    color: var(--color-maroon-dark);
}

.slider-arrow-left {
    left: 10px;
}

.slider-arrow-right {
    right: 10px;
}

.duration-700 {
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 768px) {
    .slider-arrow {
        width: 45px;
        height: 45px;
        font-size: 0.95rem;
    }
}

/* Coming Soon Modal Hanging Tag Animation & Interactive Dragging Styles */
.coming-soon-img {
    animation: swayTag 3.2s ease-in-out infinite;
    transform-origin: top center;
    display: inline-block;
    cursor: grab;
    will-change: transform;
    user-select: none;
    -webkit-user-drag: none;
}

.coming-soon-img:active {
    cursor: grabbing;
}

@keyframes swayTag {
    0% {
        transform: rotate(-3.5deg);
    }

    50% {
        transform: rotate(3.5deg);
    }

    100% {
        transform: rotate(-3.5deg);
    }
}

/* FLOATING CTA BUTTONS (RIGHT SCREEN) */
.floating-cta-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
    pointer-events: auto;
}

.cta-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    text-decoration: none !important;
}

.cta-btn:hover {
    transform: scale(1.12) translateY(-3px);
    color: #ffffff;
}

.cta-whatsapp {
    background-color: #25D366;
    color: #fffbef !important;
}

.cta-whatsapp:hover {
    background-color: #20ba5a;
    box-shadow: 0 10px 25px rgba(246, 248, 247, 0.35);
}

.cta-call {
    background-color: #4d4dd5;
    color: #fffbef !important;
    border: 2px solid #9d7b14;
}


.cta-insta {
    background-color: #d7294b;
    color: #fffbef !important;
    border: 2px solid #9d7b14;
}

.cta-call:hover {
    background-color: var(--color-gold-dark);
    box-shadow: var(--shadow-gold);
}

.cta-inquiry {
    background-color: #e9be3e;
    color: #fffbef !important;
    border: 2px solid #9d7b14;
}

.cta-inquiry:hover {
    background-color: var(--color-maroon-light);
    box-shadow: 0 10px 25px rgba(128, 0, 32, 0.35);
}

/* CTA Tooltips */
.cta-tooltip {
    position: absolute;
    right: 70px;
    background-color: rgba(128, 0, 32, 0.95);
    color: #ffffff;
    padding: 6px 14px;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    transform: translateX(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--color-gold-light);
    pointer-events: none;
    font-family: var(--font-body);
}

.cta-tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(128, 0, 32, 0.95);
}

.cta-btn:hover .cta-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* FLOATING CHATBOT WIDGET (LEFT SCREEN) */
.chatbot-container {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 10000;
}

.chatbot-trigger-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d72949 0%, var(--color-maroon-dark) 100%);
    border: 2px solid #9d7b14;
    color: #ffffff;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(128, 0, 32, 0.3);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    position: relative;
    outline: none;
}

.chatbot-trigger-btn::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    border: 2px solid #9d7b14;
    opacity: 0.4;
    animation: chatbotPulse 2s infinite;
    pointer-events: none;
}

@keyframes chatbotPulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.chatbot-trigger-btn:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(128, 0, 32, 0.45);
}

.chatbot-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #dc3545;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: bold;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-maroon-dark);
}

/* Chatbot Window */
.chatbot-window {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 360px;
    height: 520px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: bottom left;
    z-index: 10001;
}

.chatbot-window.d-none {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
    pointer-events: none;
    display: none !important;
}

/* Chat Header */
.chatbot-header {
    background: linear-gradient(135deg, #d7ac29 0%, var(--color-maroon-dark) 100%);
    padding: 15px 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #9d7b14;
}

.chatbot-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chatbot-avatar {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1.5px solid #9d7b14;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9d7b14;
    font-size: 1.2rem;
    position: relative;
}

.chatbot-status-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #28a745;
    border-radius: 50%;
    border: 2px solid var(--color-maroon-dark);
}

.chatbot-profile-info {
    display: flex;
    flex-direction: column;
}

.chatbot-profile-name {
    font-family: var(--font-heading);
    font-weight: bold;
    font-size: 1rem;
    color: #ffffff;
}

.chatbot-profile-status {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
}

.chatbot-close-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    cursor: pointer;
    transition: color 0.2s;
    padding: 5px;
}

.chatbot-close-btn:hover {
    color: #9d7b14;
}

/* Chat Messages Area */
.chatbot-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background-color: var(--color-cream);
    display: flex;
    flex-direction: column;
    gap: 15px;
    scroll-behavior: smooth;
}

.chatbot-messages::-webkit-scrollbar {
    width: 6px;
}

.chatbot-messages::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.02);
}

.chatbot-messages::-webkit-scrollbar-thumb {
    background: rgba(128, 0, 32, 0.15);
    border-radius: 3px;
}

.chatbot-messages::-webkit-scrollbar-thumb:hover {
    background: rgba(128, 0, 32, 0.3);
}

.chat-message {
    max-width: 80%;
    display: flex;
    flex-direction: column;
}

.chat-message.bot {
    align-self: flex-start;
}

.chat-message.user {
    align-self: flex-end;
}

.message-bubble {
    padding: 10px 15px;
    border-radius: 12px;
    font-size: 0.9rem;
    line-height: 1.4;
    font-family: var(--font-body);
}

.chat-message.bot .message-bubble {
    background-color: #ffffff;
    color: #333333;
    border-top-left-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border-left: 3px solid #9d7b14;
}

.chat-message.user .message-bubble {
    background-color: #d7ac29;
    color: #ffffff;
    border-top-right-radius: 2px;
    box-shadow: 0 2px 8px rgba(128, 0, 32, 0.15);
}

/* Quick Options Grid */
.chatbot-quick-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
    align-self: flex-start;
    width: 100%;
}

.quick-option-btn {
    background-color: #ffffff;
    border: 1px solid rgba(128, 0, 32, 0.2);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 0.85rem;
    color: #d7ac29;
    font-family: var(--font-body);
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    width: fit-content;
    max-width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.quick-option-btn:hover {
    background-color: var(--color-gold-light);
    border-color: #9d7b14;
    color: var(--color-maroon-dark);
    transform: translateX(4px);
}

/* Typing Indicator */
.typing-indicator {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 15px;
    background-color: #ffffff;
    border-radius: 12px;
    width: fit-content;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.typing-dot {
    width: 6px;
    height: 6px;
    background-color: var(--color-maroon-light);
    border-radius: 50%;
    animation: typingBounce 1.4s infinite ease-in-out both;
}

.typing-dot:nth-child(1) {
    animation-delay: -0.32s;
}

.typing-dot:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes typingBounce {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

/* Chat Input Container */
.chatbot-input-container {
    padding: 12px 15px;
    border-top: 1px solid #f0f0f0;
    background-color: #ffffff;
    display: flex;
    gap: 8px;
    align-items: center;
}

.chatbot-input-container input {
    flex: 1;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-family: var(--font-body);
    outline: none;
    transition: border-color 0.2s;
}

.chatbot-input-container input:focus {
    border-color: #d7ac29;
}

.chatbot-input-container button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #d7ac29;
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
    outline: none;
}

.chatbot-input-container button:hover {
    background-color: var(--color-maroon-dark);
    transform: scale(1.08);
}

/* Responsive adjustment */
@media (max-width: 480px) {
    .chatbot-window {
        width: calc(100vw - 40px);
        left: -10px;
        bottom: 80px;
        height: 480px;
    }

    .floating-cta-container {
        bottom: 20px;
        right: 20px;
    }

    .chatbot-container {
        bottom: 20px;
        left: 20px;
    }
}

/* Hero Overlay Animations */
@keyframes tracking-expand {
    0% {
        letter-spacing: -0.2em;
        opacity: 0;
        filter: blur(5px);
    }

    40% {
        opacity: 0.6;
    }

    100% {
        letter-spacing: 2px;
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes text-focus-in {
    0% {
        filter: blur(12px);
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        filter: blur(0px);
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero Overlay Animations */
@keyframes tracking-expand {
    0% {
        letter-spacing: -0.2em;
        opacity: 0;
        filter: blur(5px);
    }

    40% {
        opacity: 0.6;
    }

    100% {
        letter-spacing: 2px;
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes text-focus-in {
    0% {
        filter: blur(12px);
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        filter: blur(0px);
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes line-expand {
    0% {
        width: 0%;
    }

    100% {
        width: 60%;
    }
}

.animate-tagline,
.animate-title {
    opacity: 0;
}

.tagline-underline {
    width: 0%;
}

.start-animations .animate-tagline {
    animation: tracking-expand 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
    display: inline-block !important;
    opacity: 1 !important;
}

.start-animations .animate-title {
    animation: text-focus-in 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both !important;
    opacity: 1 !important;
}

.start-animations .tagline-underline {
    animation: line-expand 1.5s ease-out 0.4s both !important;
}

.page-fade-in {
    animation: pageFadeIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes pageFadeIn {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Beautiful Popup Animation */
#resortComingSoonModal .modal-content {
    animation: customZoomIn 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@keyframes customZoomIn {
    from {fbor
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8) translateY(-30px);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1) translateY(0);
    }
}

/* Custom Popup Overlay */
.custom-popup-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.custom-popup-overlay.show {
    opacity: 1;
    pointer-events: auto;
}
.custom-popup-content {
    background: #fff;
    width: 90%;
    max-width: 800px;
    border-radius: 12px;
    border: 4px solid var(--color-accent);
    overflow: hidden;
    transform: scale(0.8) translateY(-30px);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: flex;
}
.custom-popup-overlay.show .custom-popup-content {
    transform: scale(1) translateY(0);
}
.custom-popup-close {
    position: absolute;
    top: 15px; right: 15px;
    background: #fff;
    border: none;
    font-size: 24px;
    border-radius: 50%;
    width: 35px; height: 35px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 10;
}
@media (max-width: 768px) {
    .custom-popup-content { flex-direction: column; }
    .custom-popup-content > div { flex: none !important; width: 100% !important; }
}
