:root{--primary-bg:#f9f6f0;--secondary-bg:#fff;--text-main:#2c3531;--text-muted:#5c6761;--accent-green:#294c3b;--accent-gold:#c29b57;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--shadow-subtle:0 4px 20px #0000000d;--shadow-hover:0 10px 30px #0000001a;--transition-fast:.2s ease;--transition-normal:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--primary-bg);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}.text-center{text-align:center}.font-bold{font-weight:700}.text-gold{color:var(--accent-gold)}.text-green{color:var(--accent-green)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-8{gap:2rem}.section-title{color:var(--accent-green);margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--text-muted);max-width:800px;margin:0 auto 3rem;font-size:1.125rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:.8s forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.btn{cursor:pointer;transition:all var(--transition-normal);font-weight:500;font-family:var(--font-body);border:none;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;display:inline-flex}.btn-primary{background-color:var(--accent-green);color:#fff}.btn-primary:hover{background-color:#1a3327;transform:translateY(-2px);box-shadow:0 10px 20px #294c3b33}.btn-secondary{color:var(--accent-green);border:1px solid var(--accent-green);background-color:#0000}.btn-secondary:hover{background-color:var(--accent-green);color:#fff}.hero{color:#fff;flex-direction:column;justify-content:center;height:100vh;font-family:Anek Telugu,Inter,sans-serif;display:flex;position:relative;overflow:hidden}@media (width>=769px){.hero{height:56.25vw;min-height:600px;max-height:95vh}}.hero-bg-container{z-index:1;position:absolute;inset:0;overflow:hidden}.hero-video-main{object-fit:cover;z-index:2;width:100%;height:100%;position:absolute;inset:0}.hero-overlay-darken{z-index:3;background:#0006;position:absolute;inset:0}.hero-top-border{z-index:4;width:100%;position:absolute;top:-5px;left:0}.hero-border-image{width:100%;display:block}.hero-content-wrapper{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.hero-logo-container{width:180px;height:180px;margin-bottom:24px}.hero-logo{width:100%;height:100%}.hero-text-container{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-subtitle{letter-spacing:-.352px;margin-bottom:8px;font-family:Nexa,Inter,sans-serif;font-size:32px;line-height:1.5}.hero-title{max-width:900px;margin-bottom:40px;font-family:Anek Telugu,sans-serif;font-size:56px;font-weight:700;line-height:1.5}.btn-book-now{color:#fff;cursor:pointer;text-align:center;background-color:#115020;border:none;border-radius:200px;padding:20px 48px 14px;font-family:Anek Telugu,sans-serif;font-size:32px;line-height:1;transition:all .3s;display:inline-block}.btn-book-now:hover{background-color:#0d3d18;transform:scale(1.05)}.hero-bottom-actions{flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:auto;padding-bottom:40px;display:flex;position:absolute;bottom:0}.scroll-down-container{flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-bottom:20px;display:flex}.scroll-text{font-family:Anek Telugu,sans-serif;font-size:16px;font-weight:500;line-height:1.5}.scroll-arrow{justify-content:center;align-items:center;width:24px;height:24px;animation:2s infinite bounce;display:flex;transform:rotate(180deg)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)rotate(180deg)}40%{transform:translateY(-10px)rotate(180deg)}60%{transform:translateY(-5px)rotate(180deg)}}.whatsapp-icon-container{cursor:pointer;width:60px;height:60px;transition:transform .3s;position:absolute;bottom:40px;right:40px}.whatsapp-icon-container:hover{transform:scale(1.1)}.whatsapp-icon{object-fit:contain;width:100%;height:100%}@media (width<=768px){.hero-logo-container{width:120px;height:120px;margin-bottom:16px}.hero-title{margin-bottom:24px;padding:0 16px;font-size:32px;line-height:1.3}.hero-subtitle{margin-bottom:12px;padding:0 16px;font-size:16px}.btn-book-now{white-space:nowrap;padding:12px 32px;font-size:20px}.hero-bottom-actions{height:auto;padding-bottom:24px}.whatsapp-icon-container{width:50px;height:50px;bottom:20px;right:20px}}.features-section{background:linear-gradient(90deg,#f8ffec 0%,#fff 100%);padding:80px 0;overflow:hidden}.features-container{flex-direction:column;align-items:center;gap:40px;display:flex}.features-header{flex-direction:column;gap:20px;display:flex}.why-title{color:#984000;margin:0;font-family:Anek Telugu,sans-serif;font-size:40px;font-weight:700}.why-subtitle{color:#984000;max-width:800px;margin:0 auto;font-family:Nexa,sans-serif;font-size:24px;line-height:1.5}.features-pill-container{background:0 0;border:2px solid #111;border-radius:900px;flex-direction:row;justify-content:center;align-items:center;gap:20px;width:100%;max-width:1200px;margin:0 auto;padding:20px 40px;display:flex;box-shadow:0 2.5px 12px #00000017}.feature-pill-item{flex:1;justify-content:center;align-items:center;gap:15px;display:flex}.feature-pill-title{color:#00350d;text-align:right;white-space:pre-line;margin:0;font-family:Anek Telugu,sans-serif;font-size:18px;font-weight:600;line-height:1.2}.feature-pill-icon{justify-content:center;align-items:center;width:60px;height:60px;display:flex}.feature-pill-divider{background-color:#00350d;border-radius:90px;flex-shrink:0;width:2px;height:56px}.why-manduva-images{justify-content:center;align-items:center;width:100%;max-width:1200px;height:500px;margin-top:60px;margin-left:auto;margin-right:auto;display:flex;position:relative}.manduva-img-wrapper{border-radius:40px;width:280px;height:280px;transition:transform .3s;position:absolute;overflow:hidden;box-shadow:0 10px 30px #00000026}.manduva-img-wrapper img{object-fit:cover;width:100%;height:100%}.manduva-img-wrapper.left-img{z-index:1;opacity:.7;left:15%;transform:translate(-50%)scale(.8)}.manduva-img-wrapper.center-img{z-index:2;border-radius:50px;width:460px;height:460px;left:50%;transform:translate(-50%);box-shadow:0 20px 50px #0000004d}.manduva-img-wrapper.right-img{z-index:1;opacity:.7;left:85%;transform:translate(-50%)scale(.8)}@media (width<=1024px){.features-pill-container{border-radius:40px;flex-direction:column;padding:30px}.feature-pill-divider{width:60%;height:2px;margin:15px 0}.feature-pill-item{flex-direction:row;justify-content:space-between;width:100%}.feature-pill-title{text-align:left}.why-manduva-images{flex-direction:column;gap:30px;height:auto;position:relative}.manduva-img-wrapper{width:90%;max-width:400px;height:300px;position:relative;left:auto!important;right:auto!important;transform:none!important}.manduva-img-wrapper.center-img{width:90%;height:300px}}@media (width<=768px){.features-section{padding:40px 0}.why-title{font-size:28px}.why-subtitle{padding:0 20px;font-size:16px}.features-pill-container{border-width:2px;border-radius:20px;padding:20px 15px}.feature-pill-title{font-size:14px}.feature-pill-icon{width:40px;height:40px}.feature-pill-icon svg{width:32px;height:32px}}.experience-section{color:#f8ffec;background-color:#1a4325;margin-top:-2px;padding:0;position:relative;overflow:hidden}.experience-container{flex-direction:column;align-items:center;gap:60px;padding:80px 20px;display:flex}.experience-header{flex-direction:column;gap:15px;display:flex}.experience-subtitle-top{color:#e5f0d8;margin:0;font-family:Nexa,sans-serif;font-size:22px}.experience-title{color:#fff;margin:0;font-family:Anek Telugu,sans-serif;font-size:42px;font-weight:700}.experience-grid{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;max-width:1200px;display:flex}.experience-item{text-align:center;flex-direction:column;flex:1;align-items:center;gap:20px;display:flex}.experience-icon{justify-content:center;align-items:center;width:64px;height:64px;display:flex}.experience-text{color:#e5f0d8;white-space:pre-line;margin:0;font-family:Nexa,sans-serif;font-size:16px;line-height:1.5}.experience-divider{background-color:#f8ffec66;flex-shrink:0;width:1px;height:80px;margin-top:10px}.experience-footer{max-width:1000px;margin-top:20px}.experience-footer-text{color:#fff;margin:0;font-family:Nexa,sans-serif;font-size:22px;line-height:1.6}.pattern-border{background-color:#163c20;background-image:linear-gradient(45deg,#f8ffec0d 25%,#0000 25% 75%,#f8ffec0d 75%,#f8ffec0d),linear-gradient(45deg,#f8ffec0d 25%,#0000 25% 75%,#f8ffec0d 75%,#f8ffec0d);background-position:0 0,20px 20px;background-size:40px 40px;width:100%;height:60px}@media (width<=1024px){.experience-container{gap:40px;padding:60px 20px}.experience-grid{flex-wrap:wrap;justify-content:center;gap:40px}.experience-item{min-width:200px}.experience-divider{display:none}.experience-title{font-size:32px}.experience-footer-text{font-size:18px}}@media (width<=768px){.experience-container{gap:30px;padding:40px 15px}.experience-subtitle-top{font-size:18px}.experience-title{font-size:28px}.experience-grid{flex-direction:column;align-items:center;gap:30px}.experience-item{width:100%;max-width:300px}.experience-text{font-size:15px}.experience-icon{width:48px;height:48px}.experience-icon svg{width:36px;height:36px}}.celebrate-section{background-color:#fff;flex-direction:column;padding-top:80px;display:flex;position:relative;overflow:hidden}.celebrate-container{max-width:1440px;margin:0 auto;padding:0 40px}.celebrate-content{flex-direction:row;justify-content:center;align-items:center;gap:40px;width:100%;display:flex}.celebrate-text-content{text-align:center;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:700px;display:flex}.celebrate-subtitle{color:#984000;text-transform:uppercase;letter-spacing:-.26px;margin:0;font-family:Nexa,sans-serif;font-size:24px}.celebrate-title{color:#115020;margin:0;font-family:Anek Telugu,sans-serif;font-size:40px;font-weight:700;line-height:1.25}.celebrate-description{margin:0}.celebration-list{text-align:left;flex-direction:column;gap:15px;margin:0;padding:0;list-style:none;display:flex}.celebration-list li{color:#984000;letter-spacing:-.3px;align-items:center;gap:10px;font-family:Nexa,sans-serif;font-size:24px;line-height:1.5;display:flex}.celebrate-image-wrapper{border-radius:40px;flex-shrink:0;width:100%;max-width:700px;height:400px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.celebrate-carousel-container{background-color:#f0f0f0;width:100%;height:100%;position:relative}.celebrate-img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.carousel-control{cursor:pointer;color:#115020;z-index:10;background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.carousel-control:hover{background:#fff;transform:translateY(-50%)scale(1.1)}.carousel-control.prev{left:16px}.carousel-control.next{right:16px}.carousel-indicators{z-index:10;gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.carousel-dot.active{background:#fff;transform:scale(1.2);box-shadow:0 2px 4px #0003}.celebrate-divider{width:100%;height:310px;margin-top:60px;position:relative;overflow:hidden}.celebrate-divider-inner{width:1700px;height:310px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.divider-img{object-fit:cover;width:853px;height:310px;position:absolute;top:0}.divider-img:first-child{left:0}.divider-img:nth-child(2){left:847px}@media (width<=1024px){.celebrate-content{flex-direction:column;gap:40px}.celebrate-title{font-size:32px}.celebrate-description{font-size:22px}.celebrate-image-wrapper{height:350px}.celebrate-divider{height:200px}.celebrate-divider-inner{width:1096px;height:200px}.divider-img{width:550px;height:200px}.divider-img:nth-child(2){left:546px}}@media (width<=768px){.celebrate-container{padding:0 20px}.celebrate-section{padding-top:60px}.celebrate-subtitle{font-size:18px}.celebrate-title{font-size:28px}.celebrate-description{font-size:18px}.celebrate-image-wrapper{border-radius:20px;height:250px}.celebrate-divider{height:120px;margin-top:40px}.celebrate-divider-inner{width:658px;height:120px}.divider-img{width:330px;height:120px}.divider-img:nth-child(2){left:328px}}.gallery-section{background-color:#fff;flex-direction:column;gap:40px;padding:60px 0 100px;display:flex;position:relative;overflow:hidden}.gallery-header{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}.gallery-title{color:#115020;text-align:center;margin:0;padding:0 20px;font-family:Anek Telugu,sans-serif;font-size:40px;font-weight:700}.gallery-view-all-btn{color:#115020;background-color:#0000;border:1px solid #115020;border-radius:30px;margin-top:-10px;padding:10px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s}.gallery-view-all-btn:hover{color:#fff;background-color:#115020}.gallery-border{justify-content:center;width:100%;display:flex;overflow:hidden}.gallery-border-inner{flex-direction:row;min-width:200%;display:flex}.border-pattern-img{object-fit:contain;flex-shrink:0;height:auto;max-height:90px}.gallery-marquee-container{-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);width:100%;margin-top:20px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.gallery-marquee{gap:30px;width:max-content;animation:30s linear infinite scroll;display:flex}.gallery-marquee:hover{animation-play-state:paused}.gallery-card{border-radius:40px;flex-shrink:0;width:300px;height:450px;transition:transform .3s;overflow:hidden;box-shadow:0 10px 20px #0000001a}.gallery-card:hover{transform:translateY(-10px)}.gallery-img{object-fit:cover;width:100%;height:100%;display:block}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 15px))}}@media (width<=768px){.gallery-section{gap:30px;padding:40px 0 60px}.gallery-title{font-size:28px}.border-pattern-img{max-height:60px}.gallery-card{border-radius:24px;width:220px;height:330px}.gallery-marquee{gap:15px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 7.5px))}}}.testimonials-section{background-color:#fff;padding:80px 0}.testimonials-container{flex-direction:column;align-items:center;gap:40px;display:flex}.testimonials-title{color:#115020;text-align:center;text-transform:uppercase;margin:0;font-family:Anek Telugu,sans-serif;font-size:36px;font-weight:700}.testimonials-grid{flex-direction:row;justify-content:center;gap:30px;width:100%;max-width:1200px;padding:0 20px;display:flex}.testimonial-card{background-color:#fcffea;border-radius:20px;flex-direction:column;flex:1;gap:20px;padding:30px;display:flex;box-shadow:0 4px 15px #0000000d}.testimonial-header{flex-direction:column;align-items:center;gap:15px;display:flex}.testimonial-profile{flex-direction:column;align-items:center;gap:10px;display:flex}.testimonial-avatar{object-fit:cover;border-radius:50%;width:50px;height:50px}.testimonial-info{flex-direction:column;align-items:center;display:flex}.testimonial-name{color:#111;text-align:center;margin:0;font-family:Anek Telugu,sans-serif;font-size:20px;font-weight:700}.testimonial-location{color:#888;text-align:center;margin:0;font-family:Nexa,sans-serif;font-size:14px}.testimonial-stars{gap:2px;display:flex}.testimonial-text{color:#444;text-align:center;margin:0;font-family:Nexa,sans-serif;font-size:16px;line-height:1.6}.testimonials-controls{gap:30px;margin-top:20px;display:flex}.control-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:10px;transition:transform .2s;display:flex}.control-btn:hover{transform:scale(1.1)}@media (width<=1024px){.testimonials-grid{flex-wrap:wrap}.testimonial-card{min-width:300px}}@media (width<=768px){.testimonials-section{padding:50px 0}.testimonials-title{font-size:28px}.testimonials-grid{flex-direction:column;align-items:center}.testimonial-card{width:100%;max-width:400px}}.gallery-page-container{background-color:#f8ffec;min-height:100vh;padding-top:100px}.gallery-page-header{text-align:center;padding:40px 20px}.gallery-page-title{color:#115020;margin:0 0 10px;font-family:Anek Telugu,sans-serif;font-size:48px}.gallery-page-subtitle{color:#1a7531;font-size:18px}.gallery-page-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;max-width:1400px;margin:0 auto;padding:0 40px 80px;display:grid}.gallery-page-card{aspect-ratio:3/4;border-radius:16px;overflow:hidden;box-shadow:0 10px 20px #0000001a}.gallery-page-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-page-card:hover .gallery-page-img{transform:scale(1.05)}@media (width<=768px){.gallery-page-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;padding:0 15px 40px}.gallery-page-title{font-size:36px}}.directions-card{color:#1f1f1f;background:#fff;border-radius:20px;width:100%;max-width:400px;font-family:Inter,-apple-system,sans-serif;overflow:hidden;box-shadow:0 10px 30px #0000001a}.directions-map-wrapper{background:#f0f0f0;width:100%;height:140px}.directions-info{padding:15px}.directions-title{color:#202124;margin:0 0 6px;font-size:20px;font-weight:600}.directions-address{color:#5f6368;margin:0 0 15px;font-size:14px;line-height:1.4}.directions-distance{color:#3c4043;align-items:center;margin:0 0 15px;font-size:14px;display:flex}.directions-actions{gap:10px;display:flex}.directions-btn{color:#1a73e8;background-color:#f1f3f4;border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:10px;font-size:13px;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.directions-btn.btn-nav{background-color:#e8f0fe}.directions-btn:hover{background-color:#e4e6e9}.directions-btn.btn-nav:hover{background-color:#d2e3fc}.directions-footer{border-top:1px solid #f1f3f4;justify-content:space-between;align-items:center;padding:12px 15px;display:flex}.share-icon{color:#1a73e8;background:#f1f3f4;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .2s;display:flex}.share-icon:hover{background:#e4e6e9}.open-maps-link{color:#1a73e8;align-items:center;font-size:14px;font-weight:500;text-decoration:none;display:flex}.open-maps-link:hover{text-decoration:underline}.footer-section{color:#fff;background-color:#1a4325;flex-direction:column;padding-top:80px;display:flex;position:relative}.footer-container{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:60px;padding:0 40px;display:flex}.footer-left{flex-direction:column;gap:40px;max-width:300px;display:flex}.footer-middle{flex:1;justify-content:center;padding:0 40px;display:flex}.footer-logo-container{flex-direction:column;align-items:flex-start;gap:15px;display:flex}.footer-logo{width:150px;height:auto}.footer-brand{margin:0;font-family:Anek Telugu,sans-serif;font-size:48px;font-weight:600;line-height:1.2}.footer-contact{flex-direction:column;gap:10px;display:flex}.footer-contact p{color:#e5f0d8;margin:0;font-family:Nexa,sans-serif;font-size:16px}.footer-location{text-transform:uppercase;margin-top:10px!important;font-size:18px!important}.footer-copyright{color:#a0c29a;margin-top:20px;font-family:Nexa,sans-serif;font-size:14px}.footer-right{flex-direction:column;align-items:flex-end;gap:60px;display:flex}.footer-nav{flex-direction:column;gap:15px;width:300px;display:flex}.footer-nav-pill{color:#fff;background-color:#ffffff1a;border-radius:30px;justify-content:space-between;align-items:center;padding:15px 25px;font-family:Nexa,sans-serif;font-size:18px;text-decoration:none;transition:background-color .3s;display:flex}.footer-nav-pill:hover{background-color:#fff3}.footer-legal{gap:30px;display:flex}.footer-legal a{color:#fff;font-family:Nexa,sans-serif;font-size:14px;font-weight:600;text-decoration:none}.footer-legal a:hover{text-decoration:underline}.footer-bottom-pattern{width:100%;display:flex;overflow:hidden}.footer-pattern-inner{flex-direction:row;min-width:200%;display:flex}.footer-pattern-inner img{object-fit:contain;flex-shrink:0;max-width:100%;height:auto}@media (width<=1024px){.footer-container{flex-direction:column;gap:60px}.footer-middle{width:100%;padding:0}.footer-right{align-items:flex-start;width:100%}.footer-nav{width:100%;max-width:400px}}@media (width<=768px){.footer-container{padding:0 20px}.footer-brand{font-size:36px}.footer-nav-pill{padding:12px 20px;font-size:16px}.footer-legal{flex-wrap:wrap;gap:15px}}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;background-color:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{background-color:#f8ffec;border-radius:20px;width:90%;max-width:500px;max-height:90vh;padding:40px;animation:.3s slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0003}.modal-close{color:#115020;cursor:pointer;background:0 0;border:none;font-size:30px;transition:transform .2s;position:absolute;top:15px;right:20px}.modal-close:hover{transform:scale(1.1)}.modal-title{color:#115020;margin:0 0 10px;font-family:Anek Telugu,sans-serif;font-size:32px}.modal-subtitle{color:#1a7531;margin-bottom:25px;font-size:14px}.booking-form .form-group{flex-direction:column;margin-bottom:20px;display:flex}.booking-form .form-row{gap:15px;display:flex}.booking-form .half{flex:1}.booking-form label{color:#115020;margin-bottom:8px;font-size:14px;font-weight:600}.booking-form input,.booking-form textarea{color:#333;background-color:#fff;border:1px solid #11502033;border-radius:10px;padding:12px 15px;font-family:inherit;font-size:16px}.booking-form input:focus,.booking-form textarea:focus{border-color:#115020;outline:none;box-shadow:0 0 0 2px #1150201a}.btn-submit{color:#fff;cursor:pointer;background-color:#115020;border:none;border-radius:30px;justify-content:center;align-items:center;width:100%;margin-top:10px;padding:15px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.btn-submit:hover:not(:disabled){background-color:#1a7531;transform:translateY(-2px);box-shadow:0 5px 15px #1150204d}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.success-message{text-align:center;color:#115020;padding:40px 20px}.success-message h3{margin:15px 0 10px;font-family:Anek Telugu,sans-serif;font-size:24px}.error-message{color:#ef4444;text-align:center;background-color:#fee2e2;border-radius:8px;margin-bottom:15px;padding:10px 15px;font-size:14px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.modal-overlay{box-sizing:border-box;padding:15px}.modal-content{max-height:80svh;padding:25px 20px}.modal-title{font-size:26px}.modal-subtitle{margin-bottom:20px;font-size:13px}.booking-form .form-row{flex-direction:column;gap:0}}.app-container{flex-direction:column;min-height:100vh;display:flex}.header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#115020f2;width:100%;padding:15px 0;transition:transform .4s ease-in-out;position:fixed;top:0;left:0;transform:translateY(-100%)}.header.header-visible{transform:translateY(0)}.header-inner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 40px;display:flex}.header-logo{object-fit:contain;width:auto;height:60px}.header-nav{align-items:center;gap:30px;display:flex}.nav-link{color:#fff;cursor:pointer;font-family:Anek Telugu,sans-serif;font-size:18px;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-link:hover,.nav-link.active{color:#f1ebd8}.nav-link:after{content:"";background-color:#f1ebd8;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.header-book-btn{color:#fff;cursor:pointer;background-color:#0000;border:1px solid #fff;border-radius:30px;padding:8px 24px;font-family:Anek Telugu,sans-serif;font-size:16px;transition:all .3s}.header-book-btn:hover{color:#115020;background-color:#fff}.floating-whatsapp{z-index:9999;cursor:pointer;width:50px;height:50px;transition:transform .3s;position:fixed;bottom:30px;right:30px}.floating-whatsapp:hover{transform:scale(1.1)}.floating-whatsapp img{object-fit:contain;width:100%;height:100%}@media (width<=768px){.header-inner{padding:0 20px}.header-logo{height:40px}.header-nav{gap:15px}.nav-link{font-size:14px}.header-book-btn{padding:6px 16px;font-size:14px}.floating-whatsapp{width:42px;height:42px;bottom:20px;right:20px}}
