:root {
            --light-yellow: #F9D342;
            --gold: #E6B325;
            --cream: #FFF8E1;
            --light-cream: #FFFDF5;
            --dark-text: #333;
            --medium-text: #666;
            --light-text: #444;
            --card-bg: #FFFFFF;
            --card-alt-bg: #FFFBF0;
            --section-padding: 100px 0;
            --border-radius: 12px;
            --transition: all 0.4s ease;
            --shadow: 0 10px 30px rgba(249, 211, 66, 0.15);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Montserrat', sans-serif;
            background: linear-gradient(135deg, #FFFDF5, #FFF8E1);
            color: var(--dark-text);
            line-height: 1.6;
            overflow-x: hidden;
            position: relative;
        }

        body::before {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                radial-gradient(circle at 10% 20%, rgba(249, 211, 66, 0.08) 0%, transparent 20%),
                radial-gradient(circle at 90% 80%, rgba(249, 211, 66, 0.08) 0%, transparent 20%),
                url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M20,50 Q40,30 50,50 T80,50" fill="none" stroke="rgba(249,211,66,0.08)" stroke-width="1"/></svg>');
            z-index: -1;
            opacity: 0.6;
        }

        /* Header & Navigation */
        header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding: 20px 5%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 1000;
            transition: var(--transition);
            background:radial-gradient(circle at 13% 10%, rgb(141 94 54) 0%, #ffffff7a 30%);
            backdrop-filter: blur(10px);
        }

        header.scrolled {
            padding: 15px 5%;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        }

        .logo {
            display: flex;
            align-items: center;
            font-family: 'Playfair Display', serif;
            font-size: 28px;
            font-weight: 700;
            color: var(--gold);
            text-decoration: none;
        }

        .logo i {
            margin-right: 10px;
            font-size: 32px;
            color: var(--gold);
        }

        .logo-img{
            height: 3rem;
        }
        nav ul {
            display: flex;
            list-style: none;
        }

        nav ul li {
            margin: 0 15px;
        }

        nav ul li a {
            color: var(--dark-text);
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: var(--transition);
            position: relative;
            padding: 5px 0;
        }

        nav ul li a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--gold);
            transition: var(--transition);
        }

        nav ul li a:hover::after,
        nav ul li a.active::after {
            width: 100%;
        }

        .nav-btn {
            background: var(--light-yellow);
            color: var(--dark-text);
            border: none;
            padding: 12px 25px;
            border-radius: 30px;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            font-size: 15px;
            box-shadow: var(--shadow);
        }

        .nav-btn:hover {
            background: var(--gold);
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(249, 211, 66, 0.3);
        }

        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            color: var(--dark-text);
            font-size: 24px;
            cursor: pointer;
        }

        /* Hero Section */
        .hero {
            position: relative;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            overflow: hidden;
            padding: 0 20px;
            /* background: linear-gradient(135deg, rgba(255, 253, 245, 0.9), rgba(255, 248, 225, 0.9)); */
        }

        .hero::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 150px;
            background: 
                url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path fill="%23FFFDF5" d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path><path fill="%23FFFDF5" d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path><path fill="%23FFFDF5" d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path></svg>');
            background-size: cover;
            transform: rotate(180deg);
            background-repeat: no-repeat;
            background-position: bottom;
            z-index: 1;
        }

        .hero-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.8;
            z-index: -1;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 900px;
            padding: 20px;
        }

        .hero h1 {
            font-family: 'Playfair Display', serif;
            font-size: 5rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #FFF8E1;
            text-shadow: 0 2px 10px rgb(0 0 0 / 54%);
            line-height: 1.1;
        }

        .hero h1 span {
            color: var(--gold);
            display: block;
        }

        .hero p {
            font-size: 1.5rem;
            margin-bottom: 40px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            color: #FFF8E1;
        }

        .hero-btn {
            background: var(--light-yellow);
            color: var(--dark-text);
            border: none;
            padding: 18px 45px;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            display: inline-flex;
            align-items: center;
            box-shadow: var(--shadow);
        }

        .hero-btn:hover {
            background: var(--gold);
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(249, 211, 66, 0.3);
        }

        .hero-btn i {
            margin-left: 10px;
            font-size: 1.2rem;
        }


        /* About Hero Section */
        .about-hero {
            position: relative;
            height: 70vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            overflow: hidden;
            padding: 0 20px;
            margin-top: 80px;
            background: linear-gradient(rgba(255, 253, 245, 0.8), rgba(255, 248, 225, 0.8)), 
                        url('https://images.unsplash.com/photo-1601880348117-25c1127a95df?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
        }

        .about-hero::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 150px;
            background: 
                url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path fill="%23FFFDF5" d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path><path fill="%23FFFDF5" d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path><path fill="%23FFFDF5" d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path></svg>');
            background-size: cover;
            transform: rotate(180deg);
            background-repeat: no-repeat;
            background-position: bottom;
            z-index: 1;
        }

        .about-hero-content {
            position: relative;
            z-index: 2;
            max-width: 900px;
            padding: 20px;
        }

        .about-hero h1 {
            font-family: 'Playfair Display', serif;
            font-size: 4.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--dark-text);
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            line-height: 1.1;
        }

        .about-hero p {
            font-size: 1.3rem;
            max-width: 700px;
            margin: 0 auto 30px;
            color: var(--medium-text);
        }


        /* Our Story Section */
        .our-story {
            background: var(--light-cream);
        }

        .story-content {
            display: flex;
            align-items: center;
            gap: 50px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .story-text {
            flex: 1;
        }

        .story-text h3 {
            font-size: 2rem;
            margin-bottom: 20px;
            color: var(--dark-text);
        }

        .story-text p {
            margin-bottom: 20px;
            color: var(--medium-text);
            line-height: 1.8;
        }

        .signature {
            margin-top: 30px;
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            color: var(--gold);
        }

        .story-image {
            flex: 1;
            border-radius: var(--border-radius);
            overflow: hidden;
            box-shadow: var(--shadow);
        }

        .story-image img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s ease;
        }

        .story-image:hover img {
            transform: scale(1.05);
        }

        /* Our Values Section */
        .our-values {
            background: linear-gradient(rgba(255, 253, 245, 0.9), rgba(255, 248, 225, 0.9));
        }

        .values-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .value-card {
            background: var(--card-bg);
            border-radius: var(--border-radius);
            padding: 40px 30px;
            text-align: center;
            box-shadow: var(--shadow);
            transition: var(--transition);
            border: 1px solid rgba(249, 211, 66, 0.2);
        }

        .value-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(249, 211, 66, 0.2);
            border-color: var(--gold);
        }

        .value-icon {
            width: 80px;
            height: 80px;
            background: var(--light-yellow);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 2.5rem;
            color: var(--dark-text);
        }

        .value-card h3 {
            font-size: 1.8rem;
            margin-bottom: 15px;
            color: var(--dark-text);
        }

        .value-card p {
            color: var(--medium-text);
        }

        /* Team Section */
        .our-team {
            background: var(--light-cream);
        }

        .team-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .team-member {
            text-align: center;
        }

        .member-photo {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto 25px;
            border: 5px solid var(--light-yellow);
            box-shadow: var(--shadow);
        }

        .member-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .member-photo:hover img {
            transform: scale(1.1);
        }

        .team-member h3 {
            font-size: 1.5rem;
            margin-bottom: 10px;
            color: var(--dark-text);
        }

        .team-member .position {
            color: var(--gold);
            font-weight: 600;
            margin-bottom: 15px;
            display: block;
        }

        .team-member p {
            color: var(--medium-text);
            margin-bottom: 20px;
        }

        .scroll-down {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            animation: bounce 2s infinite;
            color: var(--gold);
            font-size: 2.5rem;
            z-index: 10;
        }

        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {transform: translateX(-50%) translateY(0);}
            40% {transform: translateX(-50%) translateY(-20px);}
            60% {transform: translateX(-50%) translateY(-10px);}
        }

        /* Services Section with Oil Bottle Decoration */
        .services {
            padding: var(--section-padding);
            position: relative;
            background: var(--light-cream);
        }

        .services::before {
            content: '';
            position: absolute;
            top: -1px;
            left: 0;
            width: 100%;
            height: 150px;
            background: 
                url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path fill="%23FFFDF5" d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path><path fill="%23FFFDF5" d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path><path fill="%23FFFDF5" d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path></svg>');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top;
            z-index: 1;
        }

        .oil-bottle {
            position: absolute;
            bottom: -30px;
            left: 50px;
            width: 120px;
            height: 150px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 150"><path d="M50,10 C60,10 70,15 75,25 L75,125 C75,135 65,145 50,145 C35,145 25,135 25,125 L25,25 C30,15 40,10 50,10 Z" fill="%23F9D342" stroke="%23E6B325" stroke-width="2"/><path d="M45,20 L55,20 L55,40 L45,40 Z" fill="%23E6B325"/></svg>');
            background-repeat: no-repeat;
            z-index: 2;
            opacity: 0.8;
            transform: rotate(10deg);
        }

        .section-header {
            text-align: center;
            margin-bottom: 70px;
            position: relative;
            z-index: 2;
        }

        .section-header h2 {
            font-family: 'Playfair Display', serif;
            font-size: 3.5rem;
            color: var(--dark-text);
            margin-bottom: 20px;
        }

        .section-header h2 span {
            color: var(--gold);
        }

        .section-header p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto;
            color: var(--medium-text);
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .service-card {
            background: var(--card-bg);
            border-radius: var(--border-radius);
            overflow: hidden;
            transition: var(--transition);
            position: relative;
            box-shadow: var(--shadow);
            border: 1px solid rgba(249, 211, 66, 0.1);
        }

        .service-card:nth-child(4n+2),
        .service-card:nth-child(4n+3) {
            background: var(--card-alt-bg);
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(249, 211, 66, 0.2);
        }

        .service-img {
            height: 250px;
            background-size: cover;
            background-position: center;
        }

        .service-content {
            padding: 30px;
        }

        .service-content h3 {
            font-size: 1.8rem;
            margin-bottom: 15px;
            color: var(--dark-text);
        }

        .service-content h3 i {
            color: var(--gold);
            margin-right: 10px;
        }

        .service-content p {
            color: var(--medium-text);
            margin-bottom: 20px;
        }

        .service-link {
            color: var(--gold);
            text-decoration: none;
            font-weight: 600;
            display: flex;
            align-items: center;
            transition: var(--transition);
        }

        .service-link i {
            margin-left: 8px;
            transition: var(--transition);
        }

        .service-link:hover {
            color: var(--dark-text);
        }

        .service-link:hover i {
            transform: translateX(5px);
        }

        /* Book Section with Towel Decoration */
        .book {
            padding: 120px 0 100px;
            background: linear-gradient(135deg, var(--light-yellow), var(--gold));
            text-align: center;
            position: relative;
        }

        .towel-decoration {
            position: absolute;
            top: -40px;
            left: 50px;
            width: 150px;
            height: 100px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 100"><rect x="10" y="10" width="130" height="80" rx="10" ry="10" fill="%23FFF8E1" stroke="%23E6B325" stroke-width="2"/><path d="M20,20 L130,20 M20,40 L130,40 M20,60 L130,60 M20,80 L130,80" stroke="%23F9D342" stroke-width="2"/></svg>');
            background-repeat: no-repeat;
            z-index: 2;
            opacity: 0.9;
            transform: rotate(-15deg);
        }

        .candle-decoration {
            position: absolute;
            top: -40px;
            left: 50px;
            width: 195px;
            height: 195px;
            background-image: url('https://images.vexels.com/media/users/3/137116/isolated/preview/0473124cd94e75b59d7582d449c9f7bd-white-flower-spa.png?w=150');
            background-repeat: no-repeat;
            z-index: 2;
            opacity: 0.9;
            transform: rotate(-15deg);
        }

        .item1-decoration {
            position: absolute;
            top: -40px;
            left: 50px;
            width: 150px;
            height: 150px;
            background-image: url('https://png.pngtree.com/png-clipart/20250223/original/pngtree-home-decoration-items-png-image_20502389.png?auto=format,compress&w=150');
            background-repeat: no-repeat;
            z-index: 2;
            opacity: 0.9;
            transform: rotate(-15deg);
        }
        .item2-decoration {
            position: absolute;
            right: 50px;
            width: 370px;
            height: 204px;
            background-image: url(https://static.vecteezy.com/system/resources/thumbnails/036/460/760/small/ai-generated-day-spa-set-file-of-isolated-cutout-object-with-shadow-on-transparent-background-png.png);
            background-repeat: no-repeat;
            z-index: 2;
            opacity: 1;
            /* transform: rotate(-15deg); */
        }
        
        .book::before {
            content: '';
            position: absolute;
            top: -1px;
            left: 0;
            width: 100%;
            height: 150px;
            background: 
                url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path fill="%23fffdf5d1" d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path><path fill="%23FFF8E1" d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path><path fill="%23FFF8E1" d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path></svg>');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top;
        }

        .book::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 150px;
            background: 
                url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path fill="%23FFF8E1" d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path><path fill="%23FFF8E1" d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path><path fill="%23FFF8E1" d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path></svg>');
            background-size: cover;
            transform: rotate(180deg);
            background-repeat: no-repeat;
            background-position: bottom;
        }
       .contact-info a {
            color:rgb(209, 162, 32);
            text-decoration: none;
        }
        .book-content {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
        }

        .book h2 {
            font-family: 'Playfair Display', serif;
            font-size: 3rem;
            color: white;
            margin-bottom: 30px;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }

        .book p {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 40px;
        }

        .book-btn {
            background: white;
            color: var(--dark-text);
            border: none;
            padding: 18px 50px;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .book-btn:hover {
            background: var(--cream);
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
        }

        /* Booking Modal */
        .booking-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2000;
            opacity: 0;
            pointer-events: none;
            transition: var(--transition);
        }

        .booking-modal.active {
            opacity: 1;
            pointer-events: all;
        }

        .modal-content {
            background: white;
            width: 90%;
            max-width: 600px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
            transform: translateY(50px);
            transition: transform 0.4s ease;
        }

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

        .modal-header {
            background: var(--light-yellow);
            padding: 25px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .modal-header h3 {
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem;
            color: var(--dark-text);
            margin: 0;
        }

        .close-modal {
            background: none;
            border: none;
            color: var(--dark-text);
            font-size: 1.8rem;
            cursor: pointer;
            transition: var(--transition);
        }

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

        .modal-body {
            padding: 30px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: var(--dark-text);
        }

        .form-control {
            width: 100%;
            padding: 15px;
            border: 2px solid var(--cream);
            border-radius: 10px;
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            transition: var(--transition);
            background: rgba(249, 211, 66, 0.1);
        }

        .form-control:focus {
            border-color: var(--gold);
            outline: none;
            box-shadow: 0 0 0 3px rgba(249, 211, 66, 0.3);
        }

        .form-row {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }

        .form-row .form-group {
            flex: 1;
            margin-bottom: 0;
        }

        .submit-btn {
            background: var(--light-yellow);
            color: var(--dark-text);
            border: none;
            padding: 16px;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            width: 100%;
            margin-top: 10px;
            box-shadow: var(--shadow);
        }

        .submit-btn:hover {
            background: var(--gold);
            transform: translateY(-3px);
        }

        .form-icon {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--gold);
        }

        .input-wrapper {
            position: relative;
        }

        /* Benefits Section */
        .benefits {
            padding: var(--section-padding);
            background: var(--light-cream);
            position: relative;
        }

        .benefits::before {
            content: '';
            position: absolute;
            top: -1px;
            left: 0;
            width: 100%;
            height: 150px;
            background: 
                url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path fill="%23FFFDF5" d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path><path fill="%23FFFDF5" d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path><path fill="%23FFFDF5" d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path></svg>');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top;
        }

        .benefits-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
        }

        .swiper {
            width: 100%;
            height: 400px;
            padding: 30px 0;
        }

        .benefit-card {
            background: var(--card-bg);
            border-radius: var(--border-radius);
            padding: 40px;
            height: 350px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            box-shadow: var(--shadow);
            transition: var(--transition);
            border: 1px solid rgba(249, 211, 66, 0.2);
        }

        .benefit-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(249, 211, 66, 0.2);
            border-color: var(--gold);
        }

        .benefit-card i {
            font-size: 3.5rem;
            color: var(--gold);
            margin-bottom: 25px;
        }

        .benefit-card h3 {
            font-size: 1.8rem;
            margin-bottom: 20px;
            color: var(--dark-text);
        }

        .benefit-card p {
            color: var(--medium-text);
        }

        .swiper-pagination-bullet {
            background: var(--medium-text);
            opacity: 0.5;
            width: 12px;
            height: 12px;
            margin: 0 8px !important;
        }

        .swiper-pagination-bullet-active {
            background: var(--gold);
            opacity: 1;
        }

        /* Interior Section */
        .interior {
            padding: var(--section-padding);
            position: relative;
            background: var(--light-cream);
        }

        .interior::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 150px;
            background: 
                url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path fill="%23FFF8E1" d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path><path fill="%23FFF8E1" d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path><path fill="%23FFF8E1" d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path></svg>');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: bottom;
        }

        .interior-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
        }

        .gallery {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 50px;
        }

        .gallery-item {
            height: 300px;
            border-radius: var(--border-radius);
            overflow: hidden;
            position: relative;
            box-shadow: var(--shadow);
            cursor: pointer;
            transition: var(--transition);
        }

        .gallery-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(249, 211, 66, 0.3);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition);
        }

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

        .gallery-item::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            opacity: 0;
            transition: var(--transition);
        }

        .gallery-item:hover::after {
            opacity: 1;
        }

        .zoom-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 3rem;
            opacity: 0;
            z-index: 2;
            transition: var(--transition);
        }

        .gallery-item:hover .zoom-icon {
            opacity: 1;
        }

        /* Lightbox */
        .lightbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10000;
            opacity: 0;
            pointer-events: none;
            transition: var(--transition);
        }

        .lightbox.active {
            opacity: 1;
            pointer-events: all;
        }

        .lightbox-content {
            max-width: 90%;
            max-height: 90%;
        }

        .lightbox-content img {
            max-width: 100%;
            max-height: 90vh;
            border-radius: 10px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
        }

        .close-lightbox {
            position: absolute;
            top: 30px;
            right: 30px;
            color: white;
            font-size: 2.5rem;
            cursor: pointer;
            transition: var(--transition);
        }

        .close-lightbox:hover {
            color: var(--gold);
        }

        /* Footer */
        footer {
            background: linear-gradient(135deg, #1a1a1a, #000);
            padding: 80px 0 30px;
            position: relative;
            color: white;
        }

        .footer-content {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 50px;
            padding: 0 20px;
        }

        .footer-col h3 {
            font-size: 1.8rem;
            margin-bottom: 25px;
            color: var(--light-yellow);
            position: relative;
            padding-bottom: 15px;
        }

        .footer-col h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background: var(--light-yellow);
        }

        .footer-col p {
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 20px;
        }

        .contact-info {
            list-style: none;
        }

        .contact-info li {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

        .contact-info li i {
            color: var(--light-yellow);
            margin-right: 15px;
            font-size: 1.2rem;
            min-width: 25px;
        }

        .social-links {
            display: flex;
            margin-top: 30px;
        }

        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.1);
            color: var(--light-yellow);
            border-radius: 50%;
            margin-right: 15px;
            text-decoration: none;
            transition: var(--transition);
            font-size: 1.2rem;
        }

        .social-links a:hover {
            background: var(--light-yellow);
            color: var(--dark-text);
            transform: translateY(-5px);
        }

        .copyright {
            text-align: center;
            padding-top: 50px;
            margin-top: 50px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.9rem;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .hero h1 {
                font-size: 4rem;
            }
            
            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 992px) {
            .hero h1 {
                font-size: 3.5rem;
            }
            
            .hero p {
                font-size: 1.3rem;
            }
            
            .section-header h2 {
                font-size: 3rem;
            }
            
            .mobile-menu-btn {
                display: block;
            }
            
            nav ul {
                position: fixed;
                top: 0;
                right: -100%;
                width: 300px;
                height: 100vh;
                background: var(--light-cream);
                flex-direction: column;
                padding: 100px 30px;
                transition: var(--transition);
                box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
            }
            
            nav ul.active {
                right: 0;
            }
            
            nav ul li {
                margin: 15px 0;
            }
            
            .oil-bottle {
                right: 20px;
                width: 80px;
                height: 100px;
            }
            
            .towel-decoration {
                left: 20px;
                width: 100px;
                height: 70px;
            }
        }

        @media (max-width: 768px) {
            .hero {
                height: 80vh;
            }
            
            .hero h1 {
                font-size: 2.8rem;
            }
            
            .hero p {
                font-size: 1.1rem;
            }
            
            .section-header h2 {
                font-size: 2.5rem;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
            }
            
            .swiper {
                height: 350px;
            }
            
            .benefit-card {
                height: 320px;
                padding: 30px;
            }
            
            .footer-content {
                gap: 30px;
            }
            
            .form-row {
                flex-direction: column;
                gap: 0;
            }
        }

        @media (max-width: 576px) {
            .hero h1 {
                font-size: 2.2rem;
            }
            
            .hero-btn {
                padding: 15px 35px;
            }
            
            .section-header h2 {
                font-size: 2rem;
            }
            
            .book h2 {
                font-size: 2.2rem;
            }
            
            .book-btn {
                padding: 15px 35px;
            }
            
            .oil-bottle, .towel-decoration {
                display: none;
            }
        }


        /* Responsive Design */
        @media (max-width: 1200px) {
            .about-hero h1 {
                font-size: 3.5rem;
            }
        }

        @media (max-width: 992px) {
            .mobile-menu-btn {
                display: block;
            }
            
            nav ul {
                position: fixed;
                top: 0;
                right: -100%;
                width: 300px;
                height: 100vh;
                background: var(--light-cream);
                flex-direction: column;
                padding: 100px 30px;
                transition: var(--transition);
                box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
            }
            
            nav ul.active {
                right: 0;
            }
            
            nav ul li {
                margin: 15px 0;
            }
            
            .story-content {
                flex-direction: column;
            }
        }

        @media (max-width: 768px) {
            .about-hero {
                height: 60vh;
            }
            
            .about-hero h1 {
                font-size: 2.8rem;
            }
            
            .section-header h2 {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 576px) {
            .about-hero h1 {
                font-size: 2.2rem;
            }
            
            .section-header h2 {
                font-size: 2rem;
            }
            
            .cta-section h2 {
                font-size: 2.2rem;
            }
        }
        /* Success Message */
        .success-message {
            position: fixed;
            top: 20px;
            right: 20px;
            background: #4CAF50;
            color: white;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            z-index: 3000;
            transform: translateX(120%);
            transition: transform 0.5s ease;
        }
        
        .success-message.show {
            transform: translateX(0);
        }
        
        .success-message i {
            margin-right: 10px;
        }

        /* Terms Hero Section */
        .terms-hero {
            position: relative;
            height: 50vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            overflow: hidden;
            padding: 0 20px;
            margin-top: 80px;
            background: linear-gradient(rgba(255, 253, 245, 0.8), rgba(255, 248, 225, 0.8)), 
                        url('https://images.unsplash.com/photo-1601880348117-25c1127a95df?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
        }

        .terms-hero::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 150px;
            background: 
                url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path fill="%23FFFDF5" d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path><path fill="%23FFFDF5" d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path><path fill="%23FFFDF5" d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path></svg>');
            background-size: cover;
            transform: rotate(180deg);
            background-repeat: no-repeat;
            background-position: bottom;
            z-index: 1;
        }

        .terms-hero-content {
            position: relative;
            z-index: 2;
            max-width: 900px;
            padding: 20px;
        }

        .terms-hero h1 {
            font-family: 'Playfair Display', serif;
            font-size: 4rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--dark-text);
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            line-height: 1.1;
        }

        .terms-hero p {
            font-size: 1.3rem;
            max-width: 700px;
            margin: 0 auto;
            color: var(--medium-text);
        }

        /* Terms Content Section */
        .terms-content {
            max-width: 1000px;
            margin: 80px auto;
            padding: 0 30px;
            position: relative;
            z-index: 2;
        }

        .terms-card {
            background: var(--card-bg);
            border-radius: var(--border-radius);
            padding: 50px;
            margin-bottom: 40px;
            box-shadow: var(--shadow);
            border: 1px solid rgba(249, 211, 66, 0.1);
        }

        .terms-section {
            margin-bottom: 40px;
            position: relative;
            padding-left: 40px;
        }

        .terms-section:before {
            content: '';
            position: absolute;
            left: 0;
            top: 12px;
            width: 25px;
            height: 25px;
            background: var(--light-yellow);
            border-radius: 50%;
        }

        .terms-section h2 {
            font-family: 'Playfair Display', serif;
            font-size: 2.2rem;
            color: var(--dark-text);
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 2px solid var(--light-yellow);
        }

        .terms-section h3 {
            font-size: 1.5rem;
            color: var(--gold);
            margin: 25px 0 15px;
        }

        .terms-section p {
            margin-bottom: 15px;
            color: var(--medium-text);
            line-height: 1.8;
        }

        .terms-section ul {
            margin: 20px 0 20px 40px;
        }

        .terms-section ul li {
            margin-bottom: 12px;
            color: var(--medium-text);
            position: relative;
            padding-left: 25px;
        }

        .terms-section ul li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 12px;
            height: 12px;
            background: var(--light-yellow);
            border-radius: 50%;
        }

        .important-note {
            background: var(--light-cream);
            border-left: 4px solid var(--gold);
            padding: 20px;
            margin: 30px 0;
            border-radius: 0 8px 8px 0;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .terms-hero h1 {
                font-size: 3.5rem;
            }
        }

        @media (max-width: 992px) {
            .mobile-menu-btn {
                display: block;
            }
            
            nav ul {
                position: fixed;
                top: 0;
                right: -100%;
                width: 300px;
                height: 100vh;
                background: var(--light-cream);
                flex-direction: column;
                padding: 100px 30px;
                transition: var(--transition);
                box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
            }
            
            nav ul.active {
                right: 0;
            }
            
            nav ul li {
                margin: 15px 0;
            }
            
            .terms-card {
                padding: 30px;
            }
        }

        @media (max-width: 768px) {
            .terms-hero {
                height: 40vh;
            }
            
            .terms-hero h1 {
                font-size: 2.8rem;
            }
            
            .terms-section h2 {
                font-size: 1.8rem;
            }
            
            .terms-section h3 {
                font-size: 1.3rem;
            }
        }

        @media (max-width: 576px) {
            .terms-hero h1 {
                font-size: 2.2rem;
            }
            
            .terms-content {
                padding: 0 15px;
            }
            
            .terms-card {
                padding: 20px;
            }
            
            .terms-section {
                padding-left: 25px;
            }
            
            .terms-section:before {
                width: 18px;
                height: 18px;
                top: 8px;
            }
        }