/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --accent: #b28173;      /* JOLI App Dusty Rose */
    --accent-dark: #8c6255; /* Darker rose for hover */
    --dark: #111111;
    --light-cream: #FAF7F2;
    --text-muted: #888;
}


html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
    background-color: var(--light-cream);
    color: var(--dark);
    overflow-x: hidden;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

section {
    position: relative;
    width: 100%;
    will-change: transform; /* GPU Acceleration for smoother scrolling */
}

/* ... elsewhere ... */

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    will-change: transform; /* Smoother hover scaling */
}

/* Header and Logo */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 60px 80px; /* More generous padding for editorial feel */
}

.logo {
    font-family: 'Cinzel', serif;
    font-size: clamp(32px, 4vw, 64px); /* Scales down for smaller screens */
    font-weight: 400;
    letter-spacing: 0.125em;
    color: #fff;
    text-transform: uppercase;
}

/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Set to full viewport height to eliminate black bottom section */
    overflow: hidden;
    background-color: var(--light-cream);
}

.hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center; /* Adjusted to prioritize the building's top section */
}

/* Skew Text */
.hero-content {
    position: absolute;
    bottom: 25%; /* Moved down to 25% for requested placement */
    width: 100%;
    text-align: right;
    padding-right: 80px; /* Aligned with header padding for editorial balance */
    z-index: 5;
    pointer-events: none;
}

.skew-text {
    font-family: 'Lemon Tuesday', cursive;
    font-size: clamp(60px, 8vw, 125px); /* Scales down while keeping the flair */
    font-weight: normal;
    color: #fff;
    transform: rotate(-10deg);
    display: inline-block;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.4));
    line-height: 1.1;
}

/* Memories Section */
.memories-section {
    width: 100%;
    min-height: 60vh; /* Reduced from 100vh to fit content better and move sections up */
    padding: 100px 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    box-sizing: border-box;
}

.memories-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0; /* Tight grouping like the image */
}

.memories-main {
    display: flex;
    align-items: center; /* Centered vertically with MAKING */
    gap: 15px;
}

.text-making {
    font-family: 'Vidaloka', serif;
    font-size: 116px;
    color: #000;
    line-height: 0.8; /* Tighter line height for better vertical centering */
}

.memories-sub {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centered relative to each other */
}

.text-memories {
    font-family: 'Inter', sans-serif;
    font-size: 35.7px;
    font-weight: 400;
    color: #000;
    line-height: 1;
}

.text-since {
    font-family: 'Inter', sans-serif;
    font-size: 18.7px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    letter-spacing: 1px;
}

.text-hashtag {
    font-family: 'Lemon Tuesday', cursive;
    font-size: 66.1px;
    color: #989898;
    margin-top: 20px; /* Added spacing to prevent touching and improve balance */
    line-height: 1;
    text-align: center;
}

/* Hero Banner 2 */
.hero-2 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: var(--light-cream);
}

.hero-2 .hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; /* Removed flex to prevent any potential image stretching */
}

.hero-2 .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This preserves aspect ratio and prevents distortion */
    object-position: center 15%; /* Precisely positioned to show the top architectural peaks */
}

.hero-2 .hero-content {
    bottom: 25%; /* Lowered slightly to match carpet level in reference */
    text-align: center;
    padding-right: 0;
}

.vision-text {
    font-family: 'Lemon Tuesday', cursive;
    font-size: 70.4px;
    color: #fff;
    opacity: 0.38;
    transform: rotate(-15deg);
    display: inline-block;
    margin-bottom: -40px; /* Increased overlap */
    margin-left: -350px; /* Shifted significantly left to start over the left chair area */
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.vision-logo {
    font-family: 'Cinzel', serif;
    font-size: 121px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 15px;
    line-height: 1;
    text-shadow: 0 5px 20px rgba(0,0,0,0.4);
}

/* Services Section */
.services-section {
    width: 100%;
    min-height: 60vh; /* Reduced from 100vh for cleaner vertical rhythm */
    padding: 100px 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    box-sizing: border-box;
}

.services-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.text-our {
    font-family: 'Vidaloka', serif;
    font-size: 101px;
    color: #000;
    line-height: 0.8;
}

.text-services {
    font-family: 'Inter', sans-serif;
    font-size: 36.1px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
}

.text-dream-hashtag {
    font-family: 'Lemon Tuesday', cursive;
    font-size: 66.9px;
    color: #989898;
    margin-top: 10px;
    line-height: 1;
}

/* Horizontal Scroll Section (Pinned) */
.horizontal-container {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.horizontal-wrapper {
    display: flex;
    width: 500%; /* Updated for 5 services */
    height: 100vh;
}

/* Service Row Layout */
.service-row {
    width: 100vw; 
    height: 100vh;
    display: flex;
    background-color: #fff;
    overflow: hidden;
    padding: 0 80px; 
    box-sizing: border-box;
    flex-shrink: 0;
}

.service-image-side {
    width: 40%; /* Reduced from 50% to match Floral Designs */
    height: 95%; /* Reduced from 100% to match Floral Designs */
    align-self: center; /* Center vertically */
    padding: 0;
}

.service-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-text-side {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: flex-start; /* Matches A-Z Planning base */
    align-items: center; /* Centered vertically by default */
    padding-left: 80px; 
    background-color: #fff;
}

/* All slides now use the same base layout */

/* Planning, Stationery, etc. now all use the base layout */

.service-text-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Matches A-Z Planning base */
}

/* Book Now Section */
.book-now-section {
    width: 100%;
    min-height: 60vh; /* Reduced from 100vh to tighten empty space */
    padding: 100px 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    box-sizing: border-box;
}

.book-now-content {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    padding: 20px;
}

.book-top-row {
    display: flex;
    align-items: center; /* Center MY DREAM vertically against BOOK */
    gap: 8px; /* Brought closer together */
}

.book-text-main {
    font-family: 'Vidaloka', serif;
    font-size: clamp(60px, 10vw, 130px);
    line-height: 1;
    font-weight: 400;
    margin: 0;
}

.book-text-dream {
    font-family: 'Inter', sans-serif;
    font-size: clamp(10px, 1.5vw, 18px);
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0.5em;
}

.book-bottom-row {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
    position: relative;
    padding-left: 5vw;
}

.book-text-wedding {
    font-family: 'Inter', sans-serif;
    font-size: clamp(18px, 3vw, 38px);
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.book-text-now {
    font-family: 'Lemon Tuesday', cursive;
    font-size: clamp(50px, 8vw, 110px);
    color: #cecece;
    position: absolute;
    left: 20vw;
    top: -0.2em;
    z-index: 5;
    white-space: nowrap;
}

.service-title-main {
    font-family: 'Vidaloka', serif;
    font-size: 48px; /* Standardized to A-Z Planning size */
    color: #000;
    letter-spacing: 3px;
    line-height: 1;
    position: relative;
    z-index: 10;
}

.service-title-script {
    font-family: 'Lemon Tuesday', cursive;
    font-size: 110px; /* Standardized to A-Z Planning size */
    color: #cecece;
    line-height: 0.3;
    margin-top: -20px;
    margin-left: 30px;
    white-space: nowrap;
    z-index: 5;
}

/* Be Inspired Section */
.inspired-section {
    width: 100%;
    min-height: 90vh; /* Changed from height: 100vh to min-height to allow breathing room */
    background-color: #fff;
    padding: 80px 80px 160px; /* Increased top and bottom padding for negative space */
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.inspired-container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    gap: 60px;
}

.inspired-text-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inspired-vertical-text {
    font-family: 'Lemon Tuesday', cursive;
    font-size: clamp(50px, 8vw, 120px); /* Slightly reduced size for better elegance and space */
    color: #cecece;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    line-height: 1;
    white-space: nowrap;
}

.inspired-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-rows: 38vh; /* Use vh to ensure 2 rows fit within 100vh */
    gap: 0;
    flex-grow: 1;
}

.inspired-tile {
    overflow: hidden;
    position: relative;
}

.inspired-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.inspired-tile:hover img {
    transform: scale(1.05);
}

.tile-large {
    grid-row: span 2;
}

.tile-view-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.view-more-small {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.view-more-large {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
    header {
        padding: 30px 40px;
    }
    
    .hero-content {
        padding-right: 40px;
    }
    
    .inspired-section {
        padding: 60px 40px 120px;
    }
    
    .gallery-section {
        padding: 40px 40px 80px;
    }
}

@media (max-width: 768px) {
    .horizontal-wrapper {
        width: 500%; /* Keep horizontal layout as requested */
    }
    
    .service-row {
        padding: 0 20px;
        position: relative; /* Needed for absolute positioning of text */
    }
    
    .service-image-side {
        width: 75%; /* Image is much larger now */
        height: 80%;
    }
    
    .service-text-side {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding-left: 40% !important; /* Text overlaps the right side of the image */
        justify-content: flex-start !important;
        background-color: transparent !important;
        pointer-events: none; /* Prevents text from blocking touch scrolling */
    }
    
    .service-title-main, .service-title-script {
        /* Add a subtle white glow so black text is always readable over dark images */
        text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
    }
    
    .inspired-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .inspired-vertical-text {
        writing-mode: horizontal-tb; /* Switch to horizontal for mobile legibility */
        transform: none;
        text-align: center;
        font-size: clamp(40px, 15vw, 60px) !important;
    }
    
    .load-more-btn {
        writing-mode: horizontal-tb; /* Switch to horizontal for mobile */
        transform: none;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 columns on mobile for better visibility */
    }

    .inspired-grid {
        grid-template-columns: 1fr 1fr; /* Change from 3 columns to 2 columns on mobile so VIEW MORE fits */
        grid-auto-rows: 25vh; /* Keep rows a bit shorter so the whole grid fits nicely */
    }
}

@media (max-width: 480px) {
    /* Reduce massive white gaps on mobile */
    .memories-section, .services-section, .book-now-section {
        min-height: auto !important; /* Fully remove height restrictions on mobile */
        height: auto !important;
        padding: 60px 20px !important; /* Tighter padding for mobile screens */
    }

    header {
        padding: 20px;
    }
    
    .logo {
        letter-spacing: 4px;
        font-size: 24px;
    }
    
    .hero-content {
        padding-right: 20px;
        bottom: 35%;
    }

    .skew-text {
        font-size: clamp(35px, 10vw, 50px);
    }
    
    .text-making {
        font-size: 15vw;
    }
    
    .text-memories {
        font-size: 5vw;
    }
    
    .text-hashtag, .text-dream-hashtag {
        font-size: 8vw;
    }
    
    .vision-logo {
        font-size: 18vw;
        letter-spacing: 5px;
    }
    
    .vision-text {
        font-size: 12vw;
        margin-left: -50px; /* Reduced offset for small screen */
    }
    
    .text-our {
        font-size: 18vw;
    }
    
    .text-services {
        font-size: 6vw;
    }

    .service-title-main {
        font-size: 10vw;
    }

    .service-title-script {
        font-size: 15vw;
        margin-left: 10px;
    }

    .book-text-now {
        left: 35vw; /* Push 'Now' to the right to overlap 'WEDDING' exactly like the PC view */
        top: -10px; /* Fine-tune the vertical overlap */
    }
    
    .inspired-section {
        padding: 40px 20px 80px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on very small screens */
    }
    
    .load-more-btn {
        padding: 10px 25px;
    }
    
    .footer-section {
    width: 100%;
    background-color: #fff;
    color: var(--dark);
    padding: 100px 80px 40px;
    border-top: 1px solid #eaeaea;
}
}

/* Footer Section */
.footer-section {
    width: 100%;
    background-color: #fff;
    color: #111;
    padding: 100px 80px 40px;
    box-sizing: border-box;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    gap: 60px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-brand {
    flex: 2;
}

.footer-logo {
    font-family: 'Cinzel', serif;
    font-size: 48px;
    letter-spacing: 6px;
    margin-bottom: 10px;
}

.footer-script {
    font-family: 'Lemon Tuesday', cursive;
    font-size: 38px;
    color: var(--accent) !important;
    margin-top: -10px;
}

.footer-col h3 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #888;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #111111 !important;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #cecece;
}

.footer-bottom {
    margin-top: 100px;
    border-top: 1px solid #222;
    padding-top: 40px;
    text-align: center;
}

.footer-bottom p {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #666;
    letter-spacing: 1px;
}

/* Footer Responsiveness */
@media (max-width: 768px) {
    .footer-section {
        padding: 60px 40px 40px;
    }
    
    .footer-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .footer-col {
        text-align: center;
    }
    
    .footer-script {
        margin-top: 0;
    }
    
    .footer-bottom {
        margin-top: 60px;
    }
}

/* Ensure background of main content is clean */
main {
    background-color: var(--light-cream);
}

/* Portfolio Gallery Expansion */
.gallery-section {
    padding: 50px 80px 100px;
    background-color: #fff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.gallery-item {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #f5f5f5;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

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

.load-more-container {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.load-more-btn {
    background: none;
    border: 1px solid #cecece; /* Lighter border */
    padding: 12px 35px; /* Smaller padding */
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    color: #000;
}

.load-more-btn:hover {
    background-color: #f9f9f9;
    border-color: #000;
}

.load-more-btn .view-more-small {
    font-size: 14px; /* Smaller sub-text */
    letter-spacing: 3px;
    margin-bottom: 2px;
}

.load-more-btn .view-more-large {
    font-size: 24px; /* Smaller main text */
    font-weight: 400; /* Thinner weight */
    text-transform: lowercase; /* Matches "more" style */
}

/* Modal CSS */
#book-btn {
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
}

#book-btn:hover {
    color: #000;
    transform: scale(1.05);
}

.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal.show {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background-color: #fff;
    padding: 60px 80px;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    position: relative;
    transform: translateY(50px);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.modal.show .modal-content {
    transform: translateY(0);
}

.close-modal {
    color: #000;
    font-size: 40px;
    font-family: 'Inter', sans-serif;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    line-height: 1;
    transition: transform 0.3s ease;
}

.close-modal:hover {
    transform: rotate(90deg);
}

.modal-title {
    font-family: 'Lemon Tuesday', cursive;
    font-size: clamp(50px, 6vw, 80px);
    color: #000;
    text-align: center;
    margin-bottom: 50px;
    font-weight: normal;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-row {
    display: flex;
    gap: 30px;
}

.form-group {
    flex: 1;
}

.form-group input {
    width: 100%;
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #cecece;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #000;
    background: transparent;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-group input::placeholder {
    color: #989898;
}

.form-group input:focus {
    border-bottom-color: #000;
}

/* Date and Time input styling fix for placeholder behavior */
.form-group input[type="date"], .form-group input[type="time"] {
    color: #989898;
}

.form-group input[type="date"]:focus, .form-group input[type="date"]:valid,
.form-group input[type="time"]:focus, .form-group input[type="time"]:valid {
    color: #000;
}

.form-submit-row {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.submit-btn {
    background-color: #fff;
    color: #111;
    border: 1px solid #000;
    padding: 15px 50px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #fff;
    color: #000;
}

/* Modal Responsiveness */
@media (max-width: 768px) {
    .modal-content {
        padding: 40px 30px;
        width: 95%;
    }
    
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .booking-form {
        gap: 20px;
    }
    
    .close-modal {
        top: 10px;
        right: 20px;
    }
}

/* Deals Pop-Up Specific Styles */
.deals-modal-content {
    text-align: center;
    padding: 80px 60px;
    background-color: var(--light-cream);
    color: var(--dark);
    max-width: 700px;
}

#close-deals-modal {
    color: var(--dark);
}

.deals-popup-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.deals-title-main {
    font-family: 'Vidaloka', serif;
    font-size: clamp(40px, 8vw, 80px);
    letter-spacing: 5px;
    line-height: 1;
    z-index: 2;
    color: var(--dark);
}

.deals-title-script {
    font-family: 'Lemon Tuesday', cursive;
    font-size: clamp(50px, 10vw, 100px);
    color: var(--accent);
    margin-top: -30px;
    margin-left: 50px;
    z-index: 1;
}

.deals-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #444;
    max-width: 80%;
    margin: 30px auto;
    line-height: 1.6;
}

.deals-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    padding: 15px 40px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.deals-btn:hover {
    background-color: transparent;
    color: #fff;
}

/* UI/UX Improvements */
.menu-btn {
    position: absolute;
    top: 60px;
    right: 80px;
    z-index: 1001;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    color: #fff;
}

.menu-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hamburger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--light-cream);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.nav-close {
    position: absolute;
    top: 40px;
    right: 80px;
    font-size: 50px;
    color: var(--dark);
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: transform 0.3s ease;
}

.nav-close:hover {
    transform: rotate(90deg);
}

.nav-links {
    list-style: none;
    text-align: center;
    padding: 0;
}

.nav-links li {
    margin: 30px 0;
    overflow: hidden;
}

.nav-link {
    font-family: 'Inter', sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 300;
    color: var(--dark);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    transition: color 0.3s ease;
    display: block;
}

.nav-link:hover {
    color: #989898;
}

/* =============================================
   BRANDED FLOATING CTA — Champagne Gold Pill
   ============================================= */
.floating-cta {
    position: fixed;
    bottom: 36px;
    right: 36px;
    background: linear-gradient(135deg, var(--accent) 0%, #9b6a5d 100%);
    color: #fff;
    padding: 0 28px;
    height: 54px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    z-index: 999;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 8px 28px rgba(178,129,115,0.45);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
}

.floating-cta::before {
    content: '✦';
    font-size: 9px;
    opacity: 0.8;
}

.floating-cta:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 36px rgba(178,129,115,0.6);
}

/* =============================================
   WHATSAPP FLOATING BUTTON
   ============================================= */
.whatsapp-cta {
    position: fixed;
    bottom: 104px;
    right: 36px;
    background: #25D366;
    color: #fff;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 999;
    box-shadow: 0 8px 24px rgba(37,211,102,0.45);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-cta:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 14px 32px rgba(37,211,102,0.6);
}

.whatsapp-cta svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}

@media (max-width: 768px) {
    .floating-cta {
        bottom: 20px;
        right: 16px;
        height: 46px;
        padding: 0 20px;
        font-size: 10px;
    }
    .whatsapp-cta {
        bottom: 80px;
        right: 16px;
        width: 46px;
        height: 46px;
    }
}

/* Venue Deals Section */
.venue-deals-section {
    padding: 100px 80px;
    background-color: #fff;
    color: #000;
}

.venue-deals-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.venue-title-main {
    font-family: 'Vidaloka', serif;
    font-size: clamp(50px, 8vw, 80px);
    letter-spacing: 5px;
}

.venue-title-script {
    font-family: 'Lemon Tuesday', cursive;
    font-size: clamp(60px, 10vw, 100px);
    color: #cecece;
    position: absolute;
    left: 50%;
    transform: translateX(-30%);
    top: 40px;
    z-index: 5;
    white-space: nowrap;
}

.venue-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.venue-card {
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
    cursor: pointer;
}

.venue-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

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

.venue-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.venue-card:hover .venue-overlay {
    opacity: 1;
}

.venue-name {
    font-family: 'Vidaloka', serif;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 2px;
}

.venue-location {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #cecece;
    margin-bottom: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.venue-btn {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 25px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.venue-btn:hover {
    background-color: #fff;
    color: #000;
}

.venue-all-deals {
    text-align: center;
}

.deals-btn-alt {
    display: inline-block;
    background-color: #fff;
    color: #111;
    border: 1px solid #000;
    padding: 15px 40px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.deals-btn-alt:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

/* Gradient Overlay for Heros */
.hero-image-container::after, .hero-2 .hero-image-container::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 1024px) {
    .venue-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .menu-btn {
        top: 30px;
        right: 40px;
    }
    .nav-close {
        top: 20px;
        right: 40px;
    }
    .venue-deals-section {
        padding: 60px 40px;
    }
    .venue-grid {
        grid-template-columns: 1fr;
    }
    .venue-card .venue-overlay {
        opacity: 1; /* Always show text on mobile */
    }
}

@media (max-width: 480px) {
    .menu-btn {
        top: 20px;
        right: 20px;
    }
    .menu-text {
        display: none; /* Hide text on very small screens, keep hamburger */
    }
    .venue-deals-section {
        padding: 40px 20px;
    }
    .venue-title-script {
        top: 20px;
        transform: translateX(-10%);
    }
}

/* Glassmorphism Navigation and Effects */
.glass-effect {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.glass-modal {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Bento Grid Services Section */
.services-bento-section {
    padding: 100px 80px;
    background-color: var(--light-cream);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 350px;
    gap: 20px;
    width: 100%;
    max-width: 1400px;
}

.bento-item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.bento-item:hover {
    transform: translateY(-5px);
}

.bento-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.bento-item:hover img {
    transform: scale(1.05);
}

.bento-large {
    grid-column: span 2;
    grid-row: span 2;
}

.bento-wide {
    grid-column: span 2;
    grid-row: span 1;
}

.bento-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.bento-content .service-title-main {
    font-family: 'Vidaloka', serif;
    font-size: 32px;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 2px;
    z-index: 2;
}

.bento-content .service-title-script {
    font-family: 'Lemon Tuesday', cursive;
    font-size: 45px;
    color: #cecece;
    margin-left: 10px;
    margin-top: -10px;
    z-index: 1;
}

/* Wizard Form Styles */
.wizard-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.progress-step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    color: #fff;
    transition: all 0.3s ease;
}

.progress-step.active {
    background-color: #fff;
    color: #000;
}

.progress-line {
    height: 1px;
    width: 50px;
    background-color: #555;
    margin: 0 10px;
}

.step-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #cecece;
}

.wizard-step {
    animation: fadeIn 0.4s ease-in-out;
}

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

@media (max-width: 1024px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bento-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px;
    }
    .bento-large, .bento-wide {
        grid-column: span 1;
        grid-row: span 1;
    }
    .services-bento-section {
        padding: 60px 20px;
    }
}

/* Masonry Gallery Grid */
.gallery-grid {
    column-count: 4;
    column-gap: 20px;
    padding: 20px;
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUpImage 0.6s ease forwards;
}

@keyframes fadeUpImage {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-item img {
    width: 100%;
    display: block;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

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

@media (max-width: 1024px) {
    .gallery-grid {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        column-count: 2;
    }
}

/* =============================================
   HERO CTA BUTTON (inside hero section)
   ============================================= */
.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.7);
    padding: 16px 36px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.4s ease;
    backdrop-filter: blur(4px);
    cursor: pointer;
    pointer-events: all;
    margin-top: 30px;
}

.hero-cta-btn:hover {
    background: var(--accent);
    border-color: var(--accent);
    box-shadow: 0 8px 28px rgba(178,129,115,0.45);
    transform: translateY(-2px);
}

.hero-cta-wrapper {
    pointer-events: all;
    display: flex;
    justify-content: flex-end;
    padding-right: 80px;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .hero-cta-wrapper {
        justify-content: center;
        padding-right: 0;
    }
}

/* =============================================
   STATS STRIP (Making Memories section)
   ============================================= */
.stats-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 50px;
    padding: 30px 0 0;
    border-top: 1px solid #e8e8e8;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 0 40px;
    border-right: 1px solid #e8e8e8;
}

.stat-item:last-child {
    border-right: none;
}

.stat-number {
    font-family: 'Vidaloka', serif;
    font-size: clamp(28px, 4vw, 42px);
    color: #000;
    line-height: 1;
}

.stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    color: #888;
    text-transform: uppercase;
    text-align: center;
}

.stat-icon {
    font-size: 20px;
    color: var(--accent);
    margin-bottom: 2px;
}

@media (max-width: 600px) {
    .stats-strip {
        gap: 0;
    }
    .stat-item {
        padding: 16px 20px;
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
        width: 50%;
    }
    .stat-item:last-child {
        border-bottom: none;
    }
}

/* =============================================
   BENTO CONTENT - Clean Labels
   ============================================= */
.bento-content-clean {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 16px 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bento-item:hover .bento-content-clean {
    background: rgba(255, 255, 255, 0.9);
    transform: none;
    box-shadow: none;
}

.bento-service-name {
    font-family: 'Vidaloka', serif;
    font-size: 22px;
    color: var(--dark);
    letter-spacing: 2px;
    line-height: 1;
}

.bento-service-tag {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: var(--accent);
    letter-spacing: 3px;
    text-transform: uppercase;
}

.bento-learn-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 8px;
    transition: color 0.3s ease, gap 0.3s ease;
}

.bento-learn-link:hover {
    color: var(--accent);
    gap: 12px;
}

/* =============================================
   TESTIMONIALS SECTION
   ============================================= */
.testimonials-section {
    width: 100%;
    padding: 100px 80px;
    background-color: var(--light-cream);
    color: #000;
    box-sizing: border-box;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 60px;
}

.testimonials-title-main {
    font-family: 'Vidaloka', serif;
    font-size: clamp(40px, 6vw, 70px);
    letter-spacing: 3px;
    color: #000;
    line-height: 1;
}

.testimonials-title-script {
    font-family: 'Lemon Tuesday', cursive;
    font-size: clamp(40px, 6vw, 70px);
    color: var(--accent);
    display: block;
    margin-top: -10px;
    line-height: 1;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1300px;
    margin: 0 auto 50px;
}

.testimonial-card {
    background: #fff;
    padding: 40px 36px;
    border-radius: 4px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 3px solid var(--accent);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.testimonial-stars {
    color: var(--accent);
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.testimonial-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 28px;
    font-style: italic;
}

.testimonial-couple {
    font-family: 'Vidaloka', serif;
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
}

.testimonial-date {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: var(--text-muted);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 4px;
}

.google-rating-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
    padding: 22px 32px;
    background: #fff;
    border-radius: 4px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.google-rating-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #555;
    letter-spacing: 1px;
}

.google-rating-score {
    font-family: 'Vidaloka', serif;
    font-size: 28px;
    color: #000;
}

.google-rating-stars {
    color: #f4a61d;
    font-size: 18px;
    letter-spacing: 2px;
}

@media (max-width: 1024px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 30px;
    }
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   NAV — BOOK NOW Highlight
   ============================================= */
.nav-link-book {
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(14px, 2vw, 18px) !important;
    letter-spacing: 4px !important;
    color: var(--accent) !important;
    background: rgba(178, 129, 115, 0.12);
    padding: 14px 36px !important;
    border: 1.5px solid var(--accent);
    border-radius: 8px;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    margin-top: 10px;
}

.nav-link-book:hover {
    background: var(--accent) !important;
    color: #fff !important;
}

/* =============================================
   BOOK-NOW SECTION — Add CTA Button
   ============================================= */
.book-now-cta-wrap {
    text-align: center;
    margin-top: 40px;
}

.book-now-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--accent), #9b6a5d);
    color: #fff;
    padding: 18px 48px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: none;
    box-shadow: 0 8px 28px rgba(178,129,115,0.4);
    transition: all 0.3s ease;
}

.book-now-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(178,129,115,0.6);
}

/* =============================================
   FOOTER — Social Icons & WhatsApp
   ============================================= */
.footer-social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111111 !important;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.footer-social-link:hover {
    color: var(--accent);
}

.footer-social-icon-svg {
    width: 16px;
    height: 16px;
    opacity: 0.7;
    flex-shrink: 0;
}

.footer-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #25D366;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-whatsapp-btn:hover {
    opacity: 0.8;
}

/* =============================================
   DEALS PAGE — Package Improvements
   ============================================= */
.deal-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--accent), #9b6a5d);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-weight: 700;
}

.book-deal-btn-gold {
    background: linear-gradient(135deg, var(--accent), #9b6a5d);
    color: #fff;
    border: none;
    padding: 18px 40px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(178,129,115,0.35);
}

.book-deal-btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(178,129,115,0.55);
}

.deals-compare-strip {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 28px 40px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.deals-compare-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.deals-compare-item strong {
    font-family: 'Vidaloka', serif;
    font-size: 22px;
    color: var(--accent);
}

.deals-compare-item span {
    font-size: 10px;
    color: #888;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.deals-compare-divider {
    width: 1px;
    height: 40px;
    background: #333;
}

/* =============================================
   BOOKING FORM — Select & Service Checkboxes
   ============================================= */
.form-group select {
    width: 100%;
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #cecece;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #989898;
    background: transparent;
    outline: none;
    cursor: pointer;
    transition: border-color 0.3s ease;
    -webkit-appearance: none;
    appearance: none;
}

.form-group select:focus {
    border-bottom-color: #000;
    color: #000;
}

.form-group select option {
    color: #000;
    background: #fff;
}

.services-checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    margin-top: 10px;
}

.service-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #555;
    letter-spacing: 1px;
    cursor: pointer;
}

.service-checkbox-label input[type='checkbox'] {
    width: 16px;
    height: 16px;
    accent-color: var(--accent);
    cursor: pointer;
    flex-shrink: 0;
}

.form-step-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
}

/* Success / Thank You Step */
.form-success-step {
    text-align: center;
    padding: 20px 0;
}

.form-success-icon {
    font-size: 48px;
    color: var(--accent);
    margin-bottom: 20px;
    display: block;
}

.form-success-title {
    font-family: 'Lemon Tuesday', cursive;
    font-size: clamp(36px, 5vw, 60px);
    color: #000;
    margin-bottom: 16px;
    font-weight: normal;
}

.form-success-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    max-width: 500px;
    margin: 0 auto 30px;
}

.form-success-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid var(--accent);
    padding-bottom: 2px;
    transition: gap 0.3s ease;
}

.form-success-link:hover {
    gap: 14px;
}

/* =============================================
   PROGRESS STEP — Champagne Gold Active
   ============================================= */
.progress-step.active {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.progress-step.completed {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

/* =============================================
   WHATSAPP FLOATING BUTTON (mobile responsive)
   ============================================= */
@media (max-width: 480px) {
    .whatsapp-cta {
        bottom: 76px;
        right: 16px;
        width: 44px;
        height: 44px;
    }
    .floating-cta {
        font-size: 10px;
        padding: 0 16px;
        height: 42px;
    }
}


/* =============================================
   WEBSITE BUILDER SECTION
   ============================================= */
.builder-feature-section {
    padding: 120px 80px;
    background-color: #fff;
    color: var(--dark);
}

.builder-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.builder-text-side {
    flex: 1;
}

.builder-image-side {
    flex: 1;
    display: flex;
    justify-content: center;
}

.builder-badge {
    display: inline-block;
    background: rgba(178,129,115,0.1);
    color: var(--accent);
    padding: 6px 16px;
    border-radius: 100px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 24px;
}

.builder-title-main {
    font-family: 'Vidaloka', serif;
    font-size: clamp(36px, 5vw, 54px);
    letter-spacing: 3px;
    color: var(--dark);
    line-height: 1;
}

.builder-title-script {
    font-family: 'Lemon Tuesday', cursive;
    font-size: clamp(48px, 6vw, 70px);
    color: var(--accent);
    margin-top: -15px;
    margin-bottom: 30px;
    font-weight: normal;
}

.builder-description {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
    max-width: 90%;
}

.builder-features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.builder-features-list li {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.builder-features-list span {
    color: var(--accent);
    font-weight: bold;
}

.builder-cta-btn {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 16px 36px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(178,129,115,0.25);
}

.builder-cta-btn:hover {
    background: var(--accent-dark);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(178,129,115,0.4);
}

.builder-mockup-img {
    max-width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.builder-mockup-img:hover {
    transform: translateY(-10px);
}

@media (max-width: 900px) {
    .builder-container {
        flex-direction: column;
        text-align: center;
    }
    .builder-description {
        margin: 0 auto 30px;
    }
    .builder-features-list {
        display: inline-block;
        text-align: left;
    }
}


/* Modern Grid & Cards */
.modern-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.modern-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 20px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 250px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    cursor: default;
}

.modern-card img {
    display: none; /* Hide background images for modern cards */
}

.modern-icon {
    color: var(--accent); /* Dusty Rose */
    margin-bottom: 20px;
}

.modern-card .bento-content-clean {
    position: relative;
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
}

.modern-card .bento-service-name {
    color: var(--dark);
    font-size: 20px;
}

.modern-card .bento-service-tag {
    color: #666;
    margin-top: 5px;
}


/* Pricing Cards */
.pricing-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 60px auto;
}

.pricing-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(0,0,0,0.03);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(184, 150, 142, 0.15); /* Dusty rose shadow */
}

.pricing-card.popular {
    border: 2px solid var(--accent); /* Dusty rose border */
    transform: scale(1.03);
    box-shadow: 0 20px 40px rgba(184, 150, 142, 0.1);
}

.pricing-card.popular:hover {
    transform: scale(1.03) translateY(-10px);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.card-header {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.plan-price-tag {
    display: block;
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.price-amount {
    font-family: 'Vidaloka', serif;
    font-size: 48px;
    color: var(--dark);
    margin-bottom: 15px;
}

.plan-desc-italic {
    font-style: italic;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.features-list li {
    padding: 12px 0;
    border-bottom: 1px dashed #f0f0f0;
    color: #444;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
}

.features-list li:last-child {
    border-bottom: none;
}

.features-list li span {
    color: var(--accent);
    margin-right: 12px;
    font-weight: bold;
}

.card-footer {
    margin-top: 30px;
    text-align: center;
}

.book-package-btn {
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    border: 1px solid var(--accent);
    background: transparent;
    color: var(--accent);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.book-package-btn:hover {
    background: var(--accent);
    color: #fff;
}

.book-package-btn.primary {
    background: var(--accent);
    color: #fff;
}

.book-package-btn.primary:hover {
    background: #a18077;
}

/* Booking Section & Form */
.booking-section {
    padding: 80px 20px;
    background: linear-gradient(to bottom, #FAF7F2, #fff);
}

.booking-container {
    max-width: 800px;
    margin: 0 auto;
}

.booking-header {
    text-align: center;
    margin-bottom: 40px;
}

.booking-header h2 {
    font-family: 'Vidaloka', serif;
    font-size: 40px;
    color: var(--dark);
    margin-bottom: 15px;
}

.booking-header p {
    color: #666;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

.glass-form {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.form-row {
    margin-bottom: 25px;
}

.split-row {
    display: flex;
    gap: 25px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    width: 100%;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group input,
.form-group select {
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #333;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(184, 150, 142, 0.2);
}

.submit-btn {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background: var(--dark);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
}

.submit-btn:hover {
    background: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(184, 150, 142, 0.3);
}

@media (max-width: 768px) {
    .split-row {
        flex-direction: column;
        gap: 25px;
    }
    .pricing-cards-container {
        grid-template-columns: 1fr;
    }
    .pricing-card.popular {
        transform: none;
    }
    .pricing-card.popular:hover {
        transform: translateY(-10px);
    }
    .glass-form {
        padding: 30px 20px;
    }
}
