.hero-enquiry-form input{padding:10px;border-radius:6px;border:none;width:100%}.hero-enquiry-form .honeypot-field{display:none}.hero-enquiry-form textarea{padding:10px;border-radius:6px;border:none;width:100%;height:100px}.hero-enquiry-form .submit-button{padding:20px;border-radius:6px;border:none;width:100%;background-color:#457900;color:#fff}.hero-enquiry-form .enquiry-form{padding-left:0}.form-title{font-size:22px!important;padding-bottom:20px}.hero-enquiry-form{position:absolute;top:50%;right:4rem;transform:translateY(-50%);z-index:30;display:flex;align-items:center}.hero-enquiry-form .form-wrapper{width:420px;max-width:calc(100% - 2rem);background:#ffffff60;padding:18px;border-radius:8px;box-shadow:0 8px 24px #00000026}@media(max-width:1100px){.hero-enquiry-form{right:50%;transform:translate(50%,-50%)}.hero-enquiry-form .form-wrapper{width:min(420px,90vw)}}.mobile-hidden{display:none}@media(max-width:1270px){.hero-enquiry-form{display:none!important}}@media(max-width:1100px){.hero-section h1,.hero-section .text-7xl,.hero-section .text-5xl{font-size:3rem!important;line-height:1.05!important}.hero-section p,.hero-section .text-xl,.hero-section .text-2xl{font-size:1.25rem!important}}@media(max-width:820px){.hero-section h1,.hero-section .text-7xl,.hero-section .text-5xl{font-size:2.4rem!important}.hero-section p,.hero-section .text-xl,.hero-section .text-2xl{font-size:1.05rem!important}}@media(max-width:480px){.hero-section h1,.hero-section .text-7xl,.hero-section .text-5xl{font-size:1.8rem!important}.hero-section p,.hero-section .text-xl,.hero-section .text-2xl{font-size:.95rem!important}.hero-section .text-center.text-white{padding:0 12px!important}}.about{padding:5rem 0;background-color:#fff!important;position:relative}.about__container{max-width:1200px;margin:-80px auto -60px;padding:0 2rem;position:relative;background-color:#fff!important}.about__header{text-align:center;margin-bottom:2rem;padding:10px 1rem}.about__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:700;color:#000;margin-bottom:1rem;line-height:1.2;letter-spacing:-.025em}.about__subtitle{font-size:1.125rem;color:var(--color-text-secondary);max-width:600px;margin:0 auto;line-height:1.6;font-weight:400}.about__content{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start;margin-top:0}.about__card{background-color:var(--color-background-light);border-radius:12px;padding:2.5rem;height:100%;box-sizing:border-box;border:1px solid var(--color-border-light);transition:transform .3s ease,box-shadow .3s ease}.about__card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000014}.about__card-title{font-size:1.5rem;font-weight:600;color:#457900;margin-bottom:1.5rem;line-height:1.3}.about__left{display:flex;flex-direction:column;gap:2rem}.about__features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.about__feature{display:flex;gap:1rem;align-items:flex-start;transition:opacity .3s ease}.about__feature:hover{opacity:.9}.about__feature-icon{width:2.5rem;height:2.5rem;min-width:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:transparent;border:1px solid var(--color-primary);color:#457900;font-size:1rem;transition:all .3s ease}.about__feature:hover .about__feature-icon{background-color:#457900;color:var(--color-white);transform:scale(1.05)}.about__feature-content{flex:1}.about__feature-title{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.25rem;line-height:1.4}.about__feature-description{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5;margin:0}.about__certifications{display:none}.about__certification{background-color:var(--color-primary-dark);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--color-white);min-height:7.5rem;transition:all .3s ease;border:1px solid transparent}.about__certification:hover{background-color:var(--color-primary);transform:translateY(-1px);box-shadow:0 4px 20px #1a472a26}.about__certification i{font-size:1.5rem;margin-bottom:.75rem;color:var(--color-white);transition:transform .3s ease}.about__certification:hover i{transform:scale(1.1)}.about__certification-content{display:flex;flex-direction:column;gap:.25rem}.about__certification-title{font-size:1rem;font-weight:600;line-height:1.2;letter-spacing:.02em}.about__certification-subtitle{font-size:.875rem;opacity:.9;line-height:1.2;font-weight:400}.about__right{display:none}.about__divider{height:1px;background-color:var(--color-border);margin-bottom:2rem;width:100%}.about__description{display:flex;flex-direction:column;gap:1.5rem}.about__description p{font-size:1.0625rem;color:var(--color-text-primary);line-height:1.7;margin:0}.about__description strong{color:var(--color-primary-dark);font-weight:600}.about:not(.visible) .about__title,.about:not(.visible) .about__subtitle,.about:not(.visible) .about__feature,.about:not(.visible) .about__card-title,.about:not(.visible) .about__description p,.about:not(.visible) .about__certification{opacity:0;transform:translateY(20px)}.about.visible .about__title{animation:fadeInUp .6s ease forwards}.about.visible .about__subtitle{animation:fadeInUp .6s ease .1s forwards}.about.visible .about__feature{animation:fadeInUp .5s ease forwards}.about.visible .about__feature:nth-child(1){animation-delay:.2s}.about.visible .about__feature:nth-child(2){animation-delay:.25s}.about.visible .about__feature:nth-child(3){animation-delay:.3s}.about.visible .about__feature:nth-child(4){animation-delay:.35s}.about.visible .about__feature:nth-child(5){animation-delay:.4s}.about.visible .about__feature:nth-child(6){animation-delay:.45s}.about.visible .about__feature:nth-child(7){animation-delay:.5s}.about.visible .about__feature:nth-child(8){animation-delay:.55s}.about.visible .about__card-title{animation:fadeInUp .6s ease .3s forwards}.about.visible .about__description p{animation:fadeInUp .5s ease forwards}.about.visible .about__description p:nth-child(1){animation-delay:.4s}.about.visible .about__description p:nth-child(2){animation-delay:.45s}.about.visible .about__description p:nth-child(3){animation-delay:.5s}.about.visible .about__description p:nth-child(4){animation-delay:.55s}.about.visible .about__certification:nth-child(1){animation:fadeInUp .6s ease .6s forwards}.about.visible .about__certification:nth-child(2){animation:fadeInUp .6s ease .65s forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}:root{--color-primary: #1a472a;--color-primary-dark: #668b6a;--color-white: #ffffff;--color-background-light: #f8f9fa;--color-text-primary: #333333;--color-text-secondary: #666666;--color-border: #e0e0e0;--color-border-light: #eaeaea}@media(max-width:1024px){.about{padding:4rem 0}.about__container{padding:0 1.5rem;margin-top:10px!important;margin-bottom:10px!important}.about__content{gap:2rem;margin-top:-15px}.about__card{padding:2rem}.about__features{gap:1.25rem}}@media(max-width:768px){.about{padding:3.5rem 0}.about__title{font-size:2rem}.about__subtitle{font-size:1rem}.about__content{grid-template-columns:1fr;gap:2rem}.about__left{order:2}.about__right{order:1}.about__features{grid-template-columns:repeat(2,1fr)}.about__feature{gap:.75rem}.about__feature-icon{width:2.25rem;height:2.25rem;min-width:2.25rem;font-size:.875rem}.about__card-title{font-size:1.375rem}.about__certifications{grid-template-columns:repeat(2,1fr);gap:.75rem}.about__certification{padding:1.25rem;min-height:6.5rem}.about__certification i{font-size:1.25rem;margin-bottom:.5rem}.about__certification-title{font-size:.9375rem}.about__certification-subtitle{font-size:.8125rem}}@media(max-width:576px){.about{padding:3rem 0}.about__container{padding:0 1.25rem}.about__title{font-size:1.75rem}.about__subtitle{font-size:.9375rem}.about__card{padding:1.5rem;border-radius:10px}.about__features{grid-template-columns:1fr;gap:1rem}.about__card-title{font-size:1.05rem;margin-bottom:1.25rem}.about__feature{gap:1rem}.about__feature-icon{width:2.5rem;height:2.5rem;min-width:2.5rem}.about__feature-title{font-size:.9375rem}.about__feature-description{font-size:.8125rem}.about__description p{font-size:1rem;line-height:1.6}.about__certifications{grid-template-columns:1fr;gap:.75rem}.about__certification{min-height:5.5rem;padding:1.5rem}.about__certification i{font-size:1.5rem}}@media(max-width:360px){.about__container{padding:0 1rem}.about__card{padding:1.25rem}.about__title{font-size:1.5rem}.about__card-title{font-size:1.125rem}.about__description p{font-size:.9375rem}}@media print{.about{padding:2rem 0;break-inside:avoid}.about__card{border:1px solid #ddd;box-shadow:none}.about__feature-icon{border-color:#000;color:#000}.about__certification{border:1px solid #000;color:#000;background:none}.about__certification i{color:#000}}.open-air-party{padding:5px 0;background:linear-gradient(135deg,#f8f9fa,#fff);position:relative;overflow:hidden}.section-header{text-align:center;margin-bottom:50px;position:relative}.section-title{font-size:3.2rem;color:#000;margin-bottom:15px;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:3px;display:none}.section-subtitle{font-size:1.3rem;color:#666;max-width:800px;margin:0 auto;line-height:1.6}.party-description{background:#fff;padding:40px;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin-bottom:35px}.description-text{font-size:1.1rem;line-height:1.8;color:#333}.description-text p{margin-bottom:25px;text-align:justify}.description-text p:last-child{margin-bottom:0}.highlight-text{background:linear-gradient(90deg,#f8f9fa,#fff);padding:25px;border-radius:10px;border-left:4px solid #d4af37;font-style:italic;color:#2c3e50;font-size:1.15rem;margin-top:30px!important}.party-gallery{padding-top:30px;margin-bottom:10px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.gallery-item{border-radius:12px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:all .3s ease;height:220px;position:relative}.gallery-item:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0003}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.media-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0;color:#666}.contact-info-box{background:linear-gradient(135deg,#457900 0% 100%);padding:30px;border-radius:12px;color:#fff;margin-top:30px;text-align:center}.contact-info-box h4{font-size:1.4rem;margin-bottom:20px;color:#fff;text-align:center}.contact-details1{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;gap:20px;text-align:center}.contact-details1 p{display:flex;align-items:center;gap:10px;font-size:1.1rem;margin:0}.contact-details1 i{font-size:1.2rem;color:#d4af37}@media(max-width:1200px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.section-title{font-size:2.5rem}.party-description{padding:30px}}@media(max-width:768px){.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem;padding:0 15px}.description-text{font-size:1rem}.highlight-text{padding:20px;font-size:1.1rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:15px}.gallery-item{height:180px}.contact-details1{flex-direction:column;align-items:center;gap:15px}.contact-details1 p{justify-content:center}}@media(max-width:576px){.section-title{font-size:1.8rem}.party-description{padding:20px 15px}.gallery-grid{grid-template-columns:1fr;gap:15px}.gallery-item{height:200px}.contact-info-box{padding:20px 15px}.contact-details1 p{font-size:1rem}}.contact-details1 a{text-decoration:none!important;color:#fff!important}.about-host{padding:0;background:linear-gradient(135deg,#fff,#f8f9fa);position:relative;overflow:hidden}.about-host:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:none}.section-header{text-align:center;margin-bottom:80px}.section-title{font-size:3.2rem;color:#2c5530;margin-bottom:20px;font-weight:700;letter-spacing:1px;margin-top:20px}.title-decoration{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:20px}.decoration-line{width:100px;height:2px;background:linear-gradient(90deg,transparent,#d4af37,transparent)}.title-decoration i{color:#d4af37;font-size:1.5rem}.section-subtitle{font-size:1.3rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6;font-weight:300}.hosts-container{max-width:1200px;margin:0 auto 80px}.director-card{margin-bottom:80px;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}.director-card:nth-child(1){animation-delay:.2s}.director-card:nth-child(2){animation-delay:.4s}.director-content-desktop{display:flex;align-items:center;gap:60px;margin-bottom:-60px}.director-content-mobile{display:none}.director-card.reverse .director-content-desktop{flex-direction:row-reverse}.director-image{flex:0 0 40%}.image-frame{position:relative;border-radius:0;overflow:hidden;box-shadow:none;aspect-ratio:1/1;max-width:400px;margin:0 auto}.image-frame img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.director-image:hover img{transform:scale(1.05)}.image-overlay{position:absolute;inset:0;background:linear-gradient(transparent 60%,#2c5530cc);display:flex;align-items:flex-end;justify-content:center;padding:30px;opacity:0;transition:opacity .3s ease}.director-image:hover .image-overlay{opacity:1}.overlay-content{text-align:center;color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}.overlay-content i{font-size:2rem;color:#d4af37;margin:0}.overlay-content span{font-size:.9rem;letter-spacing:1px;text-transform:uppercase;margin-left:10px}.director-info{flex:1}.director-header{margin-bottom:30px}.director-header h3{font-size:2.2rem;color:#2c5530;margin-bottom:10px;font-weight:700}.title-with-icon{display:flex;align-items:center;gap:12px;margin-bottom:15px}.director-title{font-size:1.2rem;color:#d4af37;font-weight:600;letter-spacing:1px;margin:0;display:inline-block}.email-icon-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#457900;color:#fff;border-radius:50%;text-decoration:none;font-size:1.1rem;transition:all .3s ease;border:none}.email-icon-link:hover{background:#2c5530;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #668b6a4d}.email-icon{font-size:1.1rem}.title-divider{width:60px;height:3px;background:#668b6a;border-radius:2px}.justify-text{text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto}.director-bio p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:10px}.social-links-section{margin-top:30px}.social-links-row{display:flex;align-items:center;justify-content:flex-start;gap:20px;flex-wrap:wrap}.host-section{display:flex;flex-direction:column;gap:8px;min-width:200px}.host-name{font-size:1.2rem;color:#2c5530;font-weight:600;white-space:nowrap}.host-social-links{display:flex;gap:12px;align-items:center;justify-content:flex-start}.host-separator{width:1px;height:40px;background:#ddd;margin:0 10px}.social-link{display:flex;align-items:center;justify-content:center;width:25px!important;height:25px!important;background:#457900!important;color:#fff;border-radius:50%;text-decoration:none;font-size:.7rem!important;transition:all .3s ease;border:2px solid transparent}.social-link:hover{background:#2c5530!important;color:#fff;transform:translateY(-5px);box-shadow:0 10px 20px #2c553033;border-color:#d4af37}@media(max-width:1200px){.section-title{font-size:2.8rem;margin-top:10px}.director-content-desktop{gap:40px}.image-frame{max-width:350px}}@media(max-width:992px){.about-host{padding:45px 0}.section-title{font-size:2.5rem;margin-top:10px}.hosts-container{margin-bottom:30px}.director-card{margin-bottom:60px}.director-header h3{font-size:2rem}.social-links-row{gap:15px}.host-section{min-width:180px}.host-separator{height:35px}}@media(max-width:768px){.about-host{padding:5px 0}.section-header{margin-bottom:60px}.section-title{font-size:2.2rem;margin-top:25px}.section-subtitle{font-size:1.1rem;padding:0 20px}.director-content-desktop{display:none}.director-content-mobile{display:block}.director-card{margin-bottom:0}.director-image{margin-bottom:30px}.image-frame{max-width:300px}.director-header h3{font-size:1.8rem;text-align:center}.title-with-icon{justify-content:center}.director-title{text-align:center}.title-divider{margin:0 auto}.justify-text{text-align:justify}.director-bio p{font-size:1rem}.social-links-row{flex-direction:row;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap;width:100%}.host-section{min-width:auto;width:auto;display:flex;flex-direction:column;gap:8px}.host-separator{display:block;width:1px;height:40px;background:#ddd;margin:0 5px}.host-name{margin-bottom:0;font-size:1.1rem;text-align:center}.host-social-links{justify-content:center}.social-link{width:25px!important;height:25px!important;font-size:.7rem!important}}@media(max-width:576px){.about-host{padding:5px 0}.section-title{font-size:2rem;margin-top:25px!important}.section-subtitle{font-size:1rem}.image-frame{max-width:250px}.director-header h3{font-size:1.6rem}.director-title{font-size:1.1rem}.email-icon-link{width:26px;height:26px;font-size:.8rem}.social-links-row{gap:10px}.host-section{min-width:150px}.host-name{font-size:1rem}.social-link{width:25px!important;height:25px!important;font-size:.7rem!important}.host-separator{height:35px;margin:0 3px}}@media(max-width:400px){.social-links-row{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:10px}.host-section{min-width:140px}.host-name{font-size:.95rem}.host-separator{height:30px}.social-link{width:25px!important;height:25px!important;font-size:.7rem!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-section{background:#fff!important;padding:0;width:100%}.contact-section .container{max-width:1200px;margin:0 auto;padding:20px}.contact-section h2{text-align:center;font-size:2.4rem;font-weight:700;color:#111;margin-bottom:10px}.contact-section>.container>p{text-align:center;color:#666;font-size:1.05rem}.contact-container{display:flex;gap:40px;align-items:stretch;justify-content:center;min-height:460px;flex-wrap:wrap}.contact-info{flex:1 1 0;width:0;min-width:300px;background:#fff;border-radius:22px;padding:30px;box-shadow:0 12px 40px #00000014;display:flex;flex-direction:column;justify-content:space-between}.contact-info h3{text-align:center;font-size:2.1rem;font-weight:700;color:#111;margin-bottom:30px}.contact-details{flex:1;display:flex;flex-direction:column;gap:25px;margin-bottom:20px}.contact-item{display:flex;text-align:left;align-items:flex-start;gap:15px}.contact-item i{font-size:1.1rem;color:#1a472a;width:24px;text-align:center;margin-top:4px;flex-shrink:0}.contact-item-content{flex:1}.contact-item-content h4{font-size:1.1rem;font-weight:700;color:#000;margin-bottom:5px;text-transform:none}.contact-item-content p{font-size:1rem;color:#444;line-height:1.5;margin:0}.contact-item-content sub{font-size:.7em;line-height:0;vertical-align:baseline;position:relative;bottom:-.3em}.social-links{display:flex;justify-content:center;margin-bottom:0;gap:15px}.social-link{width:48px;height:48px;background:#457900;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.15rem;transition:all .25s ease;text-decoration:none;flex-shrink:0}.social-link:hover{background:#366000;transform:translateY(-3px)}.map-link{flex:1 1 0;width:0;min-width:300px;text-decoration:none;display:flex;flex-direction:column}.map-container{width:100%;flex:1;display:flex;flex-direction:column}.map-frame{width:100%;flex:1;min-height:460px;border-radius:22px;overflow:hidden;box-shadow:0 12px 40px #00000014}.map-frame iframe{width:100%;height:100%;border:none;display:block}.mobile-enquiry-form{display:none;margin-bottom:40px;width:100%}.form-card{background:#fff;border-radius:22px;padding:40px 35px;box-shadow:0 12px 40px #00000014}.form-card h3{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:30px;color:#111}.enquiry-form{display:flex;flex-direction:column;gap:20px}.form-group{margin-bottom:0}.form-group label{display:block;font-size:.95rem;font-weight:600;color:#333;margin-bottom:8px}.form-input{width:100%;padding:16px 18px;border-radius:12px;border:1px solid #ddd;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#f9f9f9}.form-input:focus{outline:none;border-color:#457900;background:#fff;box-shadow:0 0 0 3px #1a472a1a}.form-input.error{border-color:#dc3545}.form-input.error:focus{box-shadow:0 0 0 3px #dc35451a}textarea.form-input{min-height:120px;resize:vertical}.submit-btn{background:#457900;color:#fff;border:none;padding:18px;border-radius:12px;font-weight:600;font-size:1.05rem;cursor:pointer;transition:all .3s ease;margin-top:10px}.submit-btn:hover:not(:disabled){background:#366000;transform:translateY(-2px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.message-area{padding:15px 20px;border-radius:12px;margin-bottom:25px;font-size:.95rem;text-align:center}.message-area.success{background-color:#d4edda;color:#457900;border:1px solid #c3e6cb}.message-area.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.error-message{color:#dc3545;font-size:.85rem;margin-top:6px;display:flex;align-items:center;gap:5px}.error-message:before{content:"⚠";font-size:.9rem}.honeypot-field{position:absolute;left:-9999px;opacity:0;height:0;width:0}.message-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.char-counter{font-size:.85rem;color:#666}.char-counter .warning{color:#ff9800;font-weight:600}.char-counter .exceeded{color:#dc3545;font-weight:700}@media(max-width:1270px){.mobile-enquiry-form{display:block!important}}@media(max-width:992px){.contact-section{padding:50px 0}.contact-section h2{font-size:2.2rem}.contact-section>.container>p{font-size:1rem;margin-bottom:30px}.contact-container{flex-direction:column;align-items:center;gap:40px;height:auto}.contact-info,.map-link,.mobile-enquiry-form{width:100%;max-width:700px;flex:none;min-width:auto}.contact-info{min-height:auto;padding:30px 25px}.map-frame{min-height:450px}.mobile-enquiry-form{display:block}.contact-details{align-items:flex-start;text-align:left}.contact-item-content h4,.contact-item-content p{text-align:left}.contact-info h3{font-size:1.8rem;margin-bottom:30px}.form-card h3{font-size:1.6rem}}@media(max-width:480px){.contact-section{padding:40px 0}.contact-section h2{font-size:1.8rem}.contact-info{padding:25px 20px}.contact-info h3{font-size:1.6rem;margin-bottom:25px}.contact-item{gap:12px}.contact-item i,.contact-item-content h4{font-size:1rem}.contact-item-content p{font-size:.95rem}.map-frame{min-height:300px}.form-card{padding:25px 20px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#fff;color:#1a1a1a;line-height:1.5;overflow-x:hidden}.container{max-width:1280px;margin:0 auto}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.text-primary,.text-foreground{color:#1a1a1a}.bg-background{background-color:#fff}.border-b{border-bottom-width:1px}.border-border{border-color:#e5e5e5}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.demo-content{max-width:800px;margin:0 auto;text-align:center;padding:50px 20px}.demo-content h1{color:#333;margin-bottom:20px}.demo-content p{color:#666;line-height:1.6;margin-bottom:30px}.call-now{position:fixed;bottom:30px;right:30px;background:#457900;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 5px 15px #0003;z-index:999;animation:pulse 2s infinite;text-decoration:none;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.call-now:hover{background:#0a5d44;color:#fff;transform:scale(1.1)}.whatsapp-now{position:fixed;bottom:105px;right:30px;background:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:0 5px 15px #0003;z-index:999;animation:pulse-whatsapp 2s infinite;text-decoration:none;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.whatsapp-now:hover{background:#128c7e;transform:scale(1.1)}.call-now{bottom:50px!important}.whatsapp-now{bottom:120px!important}.message-now{bottom:190px!important}.message-now{position:fixed;bottom:180px;right:30px;background:#3498db;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 5px 15px #0003;z-index:999;animation:pulse-message 2s infinite;text-decoration:none;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.message-now:hover{background:#2980b9;color:#fff;transform:scale(1.1)}@keyframes pulse{0%{box-shadow:0 0 #0a3d2eb3}70%{box-shadow:0 0 0 15px #0a3d2e00}to{box-shadow:0 0 #0a3d2e00}}@keyframes pulse-whatsapp{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@keyframes pulse-message{0%{box-shadow:0 0 #3498dbb3}70%{box-shadow:0 0 0 15px #3498db00}to{box-shadow:0 0 #3498db00}}@media(max-width:768px){.call-now,.whatsapp-now,.message-now{width:55px;height:55px;font-size:1.4rem;right:20px;z-index:9999}.call-now{bottom:50px!important}.whatsapp-now{bottom:120px!important}.message-now{bottom:190px!important}}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-8{bottom:2rem}.left-1\/2{left:50%}.z-50{z-index:50}.z-10{z-index:10}.z-20{z-index:20}.overflow-hidden{overflow:hidden}.w-full{width:100%}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.object-cover{object-fit:cover}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.mb-4{margin-bottom:1rem}.gap-3{gap:.75rem}.gap-8{gap:2rem}.text-2xl{font-size:1rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{line-height:1;margin-left:80px}.text-xl{font-size:1.25rem;line-height:1.75rem;margin-left:150px}.font-bold{font-weight:700}.font-semibold{font-weight:600}.rounded-full{border-radius:9999px}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-1000{transition-duration:1s}.opacity-0{opacity:0}.opacity-100{opacity:1}.bg-black\/30{background-color:#0000004d}.bg-white{background-color:#fff}.bg-white\/50{background-color:#ffffff80}.bg-white\/75{background-color:#ffffffbf}.text-white{color:#fff}.hover\:text-primary:hover{color:#1a1a1a}.hover\:bg-white\/75:hover{background-color:#ffffffbf}.navbar{position:fixed;top:0;left:0;width:100%;z-index:50;transition:all .3s ease;padding:1rem 0}.navbar.scrolled{background-color:#ffffff3a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a;padding:.5rem 0}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 1rem}.logo{display:flex;align-items:center;font-family:Playfair Display,serif;font-weight:700;font-size:1.8rem;color:#fff;text-decoration:none;transition:color .3s ease}.navbar.scrolled .logo{color:#668b6a}.navbar.scrolled .logo img{height:60px;width:60px}.logo-icon{margin-right:.5rem;font-size:1.8rem}.nav-menu{display:flex;list-style:none;gap:2rem;margin-top:-100px}.scrolled .nav-menu{display:flex;list-style:none;gap:2rem;margin-top:unset!important}.nav-item{position:relative}.nav-link{font-family:Poppins,sans-serif;font-weight:500;color:#fff;text-decoration:none;transition:color .3s ease;position:relative;padding:.5rem 0}.navbar.scrolled .nav-link{color:#1a1a1a;transition:background .5s cubic-bezier(.25,.46,.45,.94),transform .5s cubic-bezier(.25,.46,.45,.94)}.nav-link:hover{color:#d4af37}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#d4af37;transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.hamburger span{width:25px;height:3px;background-color:#fff;transition:all .3s ease}.navbar.scrolled .hamburger span{background-color:#1a1a1a}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@keyframes zoomIn{0%{transform:scale(1)}to{transform:scale(1.15)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-zoom{animation:zoomIn 5s ease-out forwards}.animate-slide-up{animation:slideUp .8s ease-out forwards}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .8s ease}.carousel-dot{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:all .3s ease}.carousel-dot:hover{background-color:#ffffffbf}.carousel-dot.active{width:32px;background-color:#fff;border-radius:6px}.enquiry-form-container{position:absolute;top:50%;right:8%;transform:translateY(-50%);width:380px;max-width:90%;z-index:30;animation:slideUp .8s ease-out forwards}.form-wrapper{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:30px;border-radius:20px;box-shadow:0 20px 40px #0003;border:1px solid rgba(255,255,255,.5)}.form-title{font-family:Playfair Display,serif;color:#1a1a1a;font-size:1.8rem;text-align:center;margin-bottom:10px;margin-top:10px}.input-area{margin-bottom:15px}.input-area label{display:block;margin-bottom:5px;color:#555;font-size:.9rem;font-weight:500}.form-field{width:100%;padding:10px 15px;border:1px solid #ddd;border-radius:8px;font-size:.95rem;transition:all .3s ease;background:#f9f9f9}.form-field:focus{outline:none;border-color:#077b58;background:#fff;box-shadow:0 0 0 3px #077b581a}textarea.form-field{resize:none;height:100px}.submit-btn{width:100%;padding:12px;background:#457900;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.submit-btn:hover{background:#06694b;transform:translateY(-2px);box-shadow:0 5px 15px #077b584d}.submit-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.form-note{text-align:center;font-size:.8rem;color:#888;margin-top:15px}.counter-container{display:flex;justify-content:flex-end;font-size:.75rem;color:#999;margin-top:4px}.error-msg{color:#e74c3c;font-size:.8rem;margin-top:4px}.about-section{font-family:Poppins,sans-serif;color:#333;line-height:1.6}.about-container{width:90%;max-width:1200px;margin:0 auto}.about{background:#f8f9fa;overflow:hidden;border-radius:15px}.section-title{text-align:center}.section-title h2{font-size:2rem;color:#000;margin-bottom:15px;position:relative;display:inline-block;opacity:0;transform:translateY(30px);transition:all .8s ease}.Cochin-Attraction{margin-top:0}.Attractions-Aluva{margin-top:30px}.room-t{text-align:center;margin-top:-20px!important;margin-bottom:20px}.section-title.animate h2{opacity:1;transform:translateY(0)}.section-title h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px}.section-title p{color:#666;max-width:600px;margin:0 auto;line-height:1.6;opacity:0;transform:translateY(30px);transition:all .8s ease .2s}.section-title.animate p{opacity:1;transform:translateY(0)}.about-content{display:flex;align-items:center;gap:50px}.about-image{flex:1;border-radius:10px;overflow:hidden;box-shadow:0 15px 30px #0000001a;opacity:0;transform:translate(-50px);transition:all .8s ease}.about.animate .about-image{opacity:1;transform:translate(0)}.about-image img{width:100%;height:auto;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.about-image:hover img{transform:scale(1.05)}.about-text{flex:1;opacity:0;transform:translate(50px);transition:all .8s ease .3s}.about.animate .about-text{opacity:1;transform:translate(0)}.about-text h3{font-size:2rem;color:#151515;margin-bottom:20px}.about-text p{margin-bottom:20px;line-height:1.7;color:#555}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:60px}.feature{display:flex;align-items:flex-start;opacity:0;transform:translateY(20px);transition:all .5s ease}.about.animate .feature{opacity:1;transform:translateY(0)}.about.animate .feature:nth-child(1){transition-delay:.5s}.about.animate .feature:nth-child(2){transition-delay:.6s}.about.animate .feature:nth-child(3){transition-delay:.7s}.about.animate .feature:nth-child(4){transition-delay:.8s}.feature i{color:#668b6a;font-size:1.5rem;margin-right:15px;margin-top:5px}.accreditation{background:#668b6a;color:#fff;padding:15px 25px;border-radius:8px;margin-top:30px;display:flex;align-items:center;gap:15px;opacity:0;transform:translateY(20px);transition:all .5s ease .9s;margin-bottom:30px}.about.animate .accreditation{opacity:1;transform:translateY(0)}.accreditation i{font-size:2rem;color:#d4af37}.accreditation-text h4{font-size:1.2rem;margin-bottom:5px}.accreditation-text p{color:#fffc;margin-bottom:0;font-size:.9rem}.rooms{position:relative}.room-t{text-align:center;margin-top:0;margin-bottom:15px}.room-t h2{font-size:3.2rem;color:#000}.room-t p{font-size:1.2rem;color:#000}.rooms-carousel-container{position:relative;max-width:1280px;margin:0 auto;padding:15px 0;overflow-y:hidden;scrollbar-width:none}.rooms-carousel{display:flex;transition:transform .5s ease;gap:35px;background:transparent}.room-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;flex:0 0 calc(33.333% - 20px);min-width:350px;margin:0 auto}.room-card:hover{transform:translateY(-10px)}.room-image{height:250px;overflow:hidden}.room-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.room-card:hover .room-image img{transform:scale(1.05)}.room-content{padding:25px}.room-type{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.room-type h3{font-size:1.5rem;color:#000}.price{background:#457900;color:#fff;padding:5px 15px;border-radius:20px;font-weight:600;font-size:.9rem}.breakfast-note{background:#f0fff3;padding:10px 15px;border-radius:8px;font-size:.9rem;color:#171717;margin-bottom:20px;border-left:3px solid #d4af37}.room-features ul{list-style:none;margin-bottom:15px}.room-features li{margin-bottom:10px;display:flex;align-items:flex-start}.room-features i{color:#668b6a;margin-right:10px;margin-top:3px;font-size:.9rem}.room-features p{margin-bottom:10px}.room-actions{display:flex;gap:15px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 25px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;flex:1;text-align:center}.btn-call{background:#457900;color:#fff}.btn-whatsapp{background:#25d366;color:#fff}.btn:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.btn i{margin-right:8px}.carousel-btn.prev{left:50px;right:auto}.carousel-btn{position:absolute;top:55%;right:50px;transform:translateY(-50%);background:#668b6a;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;box-shadow:0 5px 15px #0003}.carousel-btn:hover{background:#668b6a;transform:translateY(-50%) scale(1.1)}.carousel-btn:disabled{background:#ccc;cursor:not-allowed;transform:translateY(-50%)}.contact-info{margin-top:50px;padding:30px;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000000d}.contact-info h3{color:#668b6a;margin-bottom:20px;font-size:1.8rem}.contact-buttons{display:flex;justify-content:center;gap:20px;margin-top:20px}.contact-buttons .btn{flex:0 1 auto;min-width:180px}@media(max-width:1200px){.room-card{flex:0 0 calc(50% - 15px)}}@media(max-width:768px){.room-card{flex:0 0 100%}.carousel-btn{right:10px;width:40px;height:40px;font-size:1.2rem}.Attractions-Aluva{margin-top:20px}}.contact-section h2{font-size:2.8rem;color:#161617;text-align:center}.contact-section p{color:#666;max-width:600px;margin:0 auto;text-align:center;line-height:1.6}.contact-container{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;width:100%;margin:0 auto;padding:0}.contact-info{background:#fff;padding:30px;border-radius:15px;box-shadow:0 10px 30px #0000001a}.contact-info h3{color:#0f0e0f;margin-bottom:20px;font-size:1.8rem}.contact-details{margin-bottom:30px}.contact-details p{text-align:left!important}.contact-item{display:flex;align-items:flex-start;margin-bottom:20px}.contact-item i{color:#0f0e0f;font-size:1.2rem;margin-right:15px;margin-top:3px}.contact-item-content h4{color:#151515;margin-bottom:5px}.contact-item-content p{color:#666;margin:0;text-align:start!important}.social-links{display:flex;gap:15px}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#668b6a;color:#fff;border-radius:50%;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#5f9164;transform:translateY(-3px)}.contact-form{background:#fff;padding:30px;border-radius:15px;box-shadow:0 10px 30px #0000001a}.contact-form h3{color:#0a0a0a;margin-bottom:20px;font-size:1.8rem}.form-group{margin-bottom:2px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#151515}.form-control{width:100%;padding:12px 15px;border:2px solid #e1e1e1;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}.form-control:focus{border-color:#668b6a;box-shadow:0 4px 12px #6d309226;outline:none}textarea.form-control{min-height:120px;resize:vertical}.submit-btn{background:#457900!important;color:#fff;border:none;padding:15px 30px;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;width:100%;margin-top:10px}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #649369}.map-container{background:#fff;padding:0;border-radius:15px;box-shadow:0 10px 30px #0000001a;height:450px;overflow:hidden;margin-top:50px;width:100%!important}.map-link{text-decoration:none;color:inherit;position:relative;transition:transform .3s ease}.map-link:hover{transform:translateY(-5px)}.map-overlay-text{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#668b6a;color:#fff;padding:10px 20px;border-radius:30px;font-size:14px;font-weight:600;opacity:0;transition:opacity .3s ease;z-index:10;display:flex;align-items:center;gap:8px;white-space:nowrap;box-shadow:0 4px 15px #0003}.map-link:hover .map-overlay-text{opacity:1}.map-container{position:relative;cursor:pointer}.map-frame{position:relative}.map-link:hover .map-frame{box-shadow:0 10px 30px #303130}.map-frame iframe{pointer-events:none}.map-link:hover .map-frame iframe{pointer-events:auto}.map-frame{width:100%;height:100%;border-radius:10px;overflow:hidden}.map-frame iframe{width:100%;height:100%;border:none}@media(min-width:768px){.md\:text-7xl{font-size:3.5rem;line-height:1}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.Attractions-Aluva{margin-top:0}}@media(max-width:1200px){.enquiry-form-container{right:1rem;max-width:350px}}@media(max-width:992px){.about-image{order:-1}.nav-menu{position:fixed;top:95px;right:-100%;flex-direction:column;background-color:#ffffff61;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:80%;max-width:300px;text-align:center;transition:all .5s ease;box-shadow:-5px 5px 15px #0000001a;border-radius:0 0 0 10px;padding:2rem 0}.nav-menu.active{right:0}.nav-link{color:#1a1a1a;padding:1rem;display:block}.hamburger{display:flex}.enquiry-form-container{position:relative;right:auto;top:auto;transform:none;max-width:500px;margin:2rem auto;padding:25px}.rooms-grid,.contact-container{grid-template-columns:1fr}}@media(max-width:768px){.text-5xl{font-size:2.25rem;line-height:2.5rem}.text-xl{font-size:1.125rem}.gap-8{gap:1.5rem}.section-title h2{font-size:2.2rem}.features{grid-template-columns:1fr}.about{padding:50px 0}.room-actions{flex-direction:column}.contact-buttons{flex-direction:column;align-items:center}.contact-buttons .btn{width:100%;max-width:250px}.contact-section h2{font-size:2.2rem}.Attractions-Aluva{margin-top:20px}}@media(max-width:576px){.section-title h2{font-size:2rem}.about-text h3{font-size:1.7rem}.enquiry-form-container{padding:20px 15px}.date-group{flex-direction:column;gap:0}.room-type{flex-direction:column;align-items:flex-start;gap:10px}.contact-section h2{font-size:1.8rem}.Attractions-Aluva{margin-top:20px}}.logo img{height:100px;width:100px}.video-slide{width:100%;margin-left:auto;margin-right:auto}.section-header{margin-bottom:1rem}.section-title{font-size:1.875rem;font-weight:700;color:#1a202c;text-align:center;padding:0}.rndm{display:flex;overflow:hidden}.team{height:100%;width:100%}.team .container{max-width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.team .videos-wrapper{position:relative;width:100%;max-width:100%;margin:0 auto}.team .videos-container{display:flex;width:max-content;animation:scroll 25s linear infinite;gap:30px}.team.reverse .videos-container{animation:scrollReverse 25s linear infinite}.team .videos-container.paused{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.main-wrapper{max-width:1200px;margin:0 auto}.page-header{text-align:center;margin-bottom:20px}.page-title{font-size:2.5rem;color:#060606}.page-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.category-selector{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:30px}.category-btn{padding:10px 20px;background-color:#fff;border:1px solid #ddd;border-radius:30px;cursor:pointer;transition:all .3s ease;font-weight:500}.category-btn:hover,.category-btn.active-category{background-color:#457900;color:#fff;border-color:#668b6a}.media-display{display:flex;flex-direction:column;gap:30px;margin-bottom:30px}.media-row-wrapper{position:relative}.media-row{display:flex;gap:20px;overflow-x:auto;padding:0 5px;scrollbar-width:none;scroll-behavior:smooth}.media-row::-webkit-scrollbar{height:8px}.media-row::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.media-row::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.media-row::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.media-item{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease;height:250px;min-width:300px;cursor:pointer;flex-shrink:0}.media-item:hover{transform:translateY(-5px)}.media-item img,.media-item video{width:100%;height:100%;object-fit:cover;display:block}.media-item .video-indicator{position:absolute;top:15px;right:15px;width:40px;height:40px;background-color:#000000b3;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.video-indicator:after{content:"";border-style:solid;border-width:8px 0 8px 12px;border-color:transparent transparent transparent white;margin-left:3px}.row-navigation{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 10px;pointer-events:none;z-index:5}.row-nav-button{background-color:#2c5530cc;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;pointer-events:all;box-shadow:0 2px 10px #0003}.row-nav-button:hover{background-color:#2c5530;transform:scale(1.1)}.row-nav-button.hidden{opacity:0;pointer-events:none}.fullscreen-view{display:flex;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:1000;align-items:center;justify-content:center}.fullscreen-content{max-width:90%;max-height:90%}.fullscreen-content img,.fullscreen-content video{width:100%;height:auto;max-height:80vh;border-radius:5px}.close-fullscreen{position:absolute;top:20px;right:30px;color:#fff;font-size:40px;cursor:pointer;z-index:1001}.fullscreen-navigation{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;padding:0 20px;transform:translateY(-50%)}.nav-button{background-color:#fff3;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.nav-button:hover{background-color:#fff6}@media(max-width:768px){.media-item{min-width:250px;height:200px}.page-title{font-size:2rem}.category-selector{gap:5px}.category-btn{padding:8px 15px;font-size:.9rem}.row-nav-button{width:35px;height:35px;font-size:16px}}@media(max-width:480px){.media-item{min-width:200px;height:180px}.row-navigation{padding:0 5px}.row-nav-button{width:30px;height:30px;font-size:14px}}.team .video-card{border-radius:15px;overflow:hidden;transition:all .4s ease;cursor:pointer;position:relative;width:450px;height:280px;flex-shrink:0}.team .video-card:hover{transform:translateY(-10px) scale(1.05)}.team .video-container{position:relative;width:100%;height:100%;overflow:hidden}.team .video-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.team .video-card:hover .video-container img{transform:scale(1.1)}.team .video-overlay{position:absolute;bottom:0;left:0;right:0;padding:15px;background:transparent;color:#fff;text-align:left;opacity:1;transition:all .4s ease}.team .video-overlay h3{font-size:1.5rem;margin-bottom:5px;text-transform:uppercase;font-weight:700;letter-spacing:1px;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.team .video-overlay p{font-size:.9rem;text-transform:uppercase;opacity:.9;font-weight:500;letter-spacing:.5px;text-shadow:1px 1px 3px rgba(0,0,0,.8)}.team .modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;padding:20px}.team .modal-overlay.active{opacity:1;visibility:visible}.team .modal-content{background:#ffffff1a;width:70%;max-width:700px;border-radius:15px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 40px #0006;transform:scale(.9);transition:transform .4s ease;max-height:70vh;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.3)}.team .modal-overlay.active .modal-content{transform:scale(1)}.team .modal-video{flex:1;background:#000;display:flex;justify-content:center;align-items:center;min-height:250px;max-height:300px}.team .modal-video img{width:100%;height:100%;object-fit:cover}.team .modal-info{padding:20px;background:#fffffff2;text-align:center}.team .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.team .modal-header h2{color:#2c3e50;font-size:1.5rem;margin:0;flex:1;text-align:center;font-weight:700;letter-spacing:1px}.team .close-btn{background:#e74c3c;color:#fff;border:none;width:35px;height:35px;border-radius:50%;font-size:1.1rem;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .3s ease;position:absolute;top:15px;right:15px;z-index:1001;box-shadow:0 4px 12px #0000004d}.team .close-btn:hover{background:#c0392b;transform:scale(1.1)}.team .modal-info p{color:#555;line-height:1.5;margin-bottom:0;font-size:.9rem;font-weight:500}@media(max-width:1200px){.team .video-card{width:300px;height:169px}}@media(max-width:992px){.team .modal-content{width:80%;max-width:600px}.team .modal-video{min-height:200px;max-height:250px}.team .video-card{width:280px;height:157px}.team .video-overlay h3{font-size:1.3rem}}@media(max-width:768px){.team .modal-content{width:85%;max-width:500px}.team .modal-video{min-height:180px;max-height:220px}.team .modal-info{padding:15px}.team .modal-header h2{font-size:1.3rem}.team .modal-info p{font-size:.85rem}.team .video-card{width:250px;height:140px}.team .videos-container{gap:20px}.team .video-overlay h3{font-size:1.2rem}.team .video-overlay p{font-size:.8rem}}@media(max-width:576px){.team .modal-content{width:90%;max-width:400px}.team .modal-video{min-height:150px;max-height:180px}.team .modal-info{padding:12px}.team .modal-header h2{font-size:1.2rem}.team .modal-info p{font-size:.8rem}.team .close-btn{width:30px;height:30px;font-size:1rem;top:10px;right:10px}.team .video-card{width:220px;height:124px}.team .video-overlay h3{font-size:1.1rem}.team .video-overlay p{font-size:.75rem}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:42px;font-weight:700;color:#000;text-align:center;position:relative}.desc-text{color:#6b7280;max-width:600px;margin:0 auto;text-align:center;font-size:18px}@media(max-width:768px){.reviews-section .desc-text{margin-top:12px}}[class*=xxrxoxixizlb-MuiCard-root],[class*=xxrxoxixizlb-MuiPaper-root],[class*=xxrxoxixizlb-jss114]{box-sizing:border-box;padding:18px!important;min-width:360px!important;min-height:220px!important;font-size:1.05rem!important}[class*=xxrxoxixizlb-MuiCard-root]{border-radius:12px!important}@media(min-width:769px){.reviews-section .desc-text{margin-top:24px}}.widget-container{background:#f8f8f8;border-radius:20px;padding:30px;position:relative;min-height:400px;display:flex;align-items:center;justify-content:center}.loading-state{text-align:center;padding:40px 0}.spinner{width:50px;height:50px;border:5px solid #4e9a56;border-radius:50%;border-top-color:#668b6a;margin:0 auto 20px;animation:spin 1s linear infinite}.loading-text{color:#668b6a;font-size:18px;font-weight:500}.features-section{padding:60px 0;background-color:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.feature-card{background:#fff;border-radius:15px;padding:30px;text-align:center;box-shadow:0 10px 20px #6d309214;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #6d309226}.feature-icon{width:70px;height:70px;background:#668b6a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;font-size:30px}.feature-title{font-size:22px;font-weight:600;color:#668b6a;margin-bottom:15px}.feature-desc{color:#6b7280;font-size:16px}.footer{background:#2c3e50;color:#fff;padding:60px 0 20px;margin-top:100px}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.footer-col{text-align:left}.footer-logo{margin-bottom:20px}.footer-logo img{width:60%;height:60%;height:auto}.footer-col h3{color:#d4af37;margin-bottom:20px;font-size:1.5rem;position:relative;padding-bottom:10px}.footer-col h3:after{content:"";position:absolute;left:0;bottom:0;width:50px;height:2px;background:#d4af37}.footer-col p{color:#bdc3c7;line-height:1.6;margin-bottom:20px}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:12px;display:flex;align-items:flex-start}.footer-links li i{color:#d4af37;margin-right:10px;margin-top:4px}.footer-links a{color:#bdc3c7;text-decoration:none;transition:all .3s ease;display:block}.footer-links a:hover{color:#d4af37;transform:translate(5px)}.footer-social{display:flex;gap:10px;margin-top:20px;margin-bottom:20px}.footer-logo-container{margin-left:-85px;margin-bottom:10px}.footer-social a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;background:#ffffff1a;color:#fff;border-radius:50%;text-decoration:none;transition:all .3s ease}.footer-social a:hover{background:#d4af37;transform:translateY(-3px)}.payment-methods{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.payment-method{background:#fff;padding:8px 12px;border-radius:5px;font-size:.8rem;font-weight:700;color:#2c3e50}.footer-bottom{text-align:center;margin-top:0;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#bdc3c7}@media(max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center;gap:30px}.footer-col{text-align:center}.footer-col h3:after{left:50%;transform:translate(-50%)}.footer-social{justify-content:center}.footer-logo{text-align:center;margin:0 auto}.footer-links li,.payment-methods{justify-content:center}}@media(max-width:768px){.footer-logo-container{margin-left:0;margin-bottom:10px}body{font-size:14px}.container,.navbar-container{padding:0 15px}.logo img{height:100px;width:100px}.nav-menu{position:fixed;top:95px;right:-100%;flex-direction:column;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:80%;max-width:300px;text-align:center;transition:all .5s ease;box-shadow:-5px 5px 15px #0000001a;border-radius:0 0 0 10px;padding:2rem 0;z-index:1000}.nav-menu.active{right:0;margin-top:40px}.nav-link{color:#1a1a1a;padding:1rem;display:block;font-size:1.1rem}.hamburger{display:flex}.text-5xl{font-size:2rem;line-height:1.2;margin-left:0;text-align:center}.text-xl{font-size:1rem;line-height:1.4;margin-left:0;text-align:center;padding:0 10px}.enquiry-form-container{position:relative;right:auto;top:auto;transform:none;max-width:90%;margin:2rem auto;padding:20px;width:auto;margin-left:auto;margin-top:0;display:block;background:#fffffff2;border-radius:16px;box-shadow:0 10px 30px #0003;border:1px solid rgba(255,255,255,.4)}.enquiry-header h2{position:relative;margin-left:0;margin-top:0;text-align:center;font-size:1.5rem;color:#333}.about{padding:0}.section-title h2{font-size:2rem}.about-content{flex-direction:column;gap:30px}.about-image{order:-1}.features{grid-template-columns:1fr;gap:15px;margin-top:30px}.about-text h3{font-size:1.5rem}.rooms{padding-top:10px}.room-t h2{font-size:2rem}.room-t p{font-size:1rem;padding:0 10px}.rooms-carousel-container{padding:0 10px}.rooms-carousel{gap:15px;justify-content:flex-start;margin-left:-30px!important}.carousel-btn{width:35px;height:35px;font-size:.9rem}.carousel-btn.prev{left:10px}.carousel-btn:not(.prev){right:10px}.room-actions{flex-direction:column;gap:10px}.section-title{margin-top:20px;font-size:1.5rem}.team .video-card{width:280px;height:157px}.team .video-overlay h3{font-size:1.1rem}.team .video-overlay p{font-size:.8rem}.page-title{font-size:1.8rem}.page-subtitle{font-size:.9rem;padding:0 10px}.category-selector{gap:5px}.category-btn{padding:8px 15px;font-size:.9rem}.media-item{min-width:250px;height:180px}.row-nav-button{width:35px;height:35px;font-size:16px}.row-navigation{padding:0 5px}.section-title{font-size:1.35rem}.desc-text{font-size:1rem}.widget-container{min-height:300px}.contact-section h2{font-size:1.8rem}.contact-container{grid-template-columns:1fr;width:100%!important}.map-container{height:300px}.footer{padding:40px 0 20px;margin-top:50px}.footer-container{grid-template-columns:1fr;gap:30px;text-align:center}.footer-col h3:after{left:50%;transform:translate(-50%)}.footer-social,.footer-links li,.payment-methods{justify-content:center}.call-now,.whatsapp-now{width:50px;height:50px;font-size:1.2rem;bottom:20px;right:20px}.whatsapp-now{bottom:85px}.team .modal-content{width:90%;max-width:400px}.team .modal-video{min-height:150px;max-height:180px}.team .modal-info{padding:12px}.team .modal-header h2{font-size:1.2rem}.team .modal-info p{font-size:.8rem}.team .close-btn{width:30px;height:30px;font-size:1rem;top:10px;right:10px}}@media(max-width:480px){.footer-container{grid-template-columns:1fr;margin-top:-20px;text-align:center;gap:10px}.text-5xl{font-size:1.8rem}.text-xl{font-size:.9rem}.section-title h2{font-size:1.7rem}.room-card{flex:0 0 90%;min-width:260px}.media-item{min-width:220px;height:160px}.row-nav-button{width:30px;height:30px;font-size:14px}.call-now,.whatsapp-now{width:45px;height:45px;font-size:1.1rem;bottom:15px;right:15px}.whatsapp-now{bottom:75px}.enquiry-form-container{padding:15px}.form-control{padding:10px 12px}}@media(max-width:768px){.desktop-only{display:none}}.email-now{position:fixed;bottom:180px;right:30px;background:#d44638;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 5px 15px #0003;animation:pulse-email 2s infinite;text-decoration:none;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.email-now:hover{background:#b3362a;transform:scale(1.1)}@keyframes pulse-email{0%{box-shadow:0 0 #d44638b3}70%{box-shadow:0 0 0 15px #d4463800}to{box-shadow:0 0 #d4463800}}@media(max-width:768px){.whatsapp-now{bottom:85px}.call-now{bottom:20px}.email-now{bottom:150px}}@media(max-width:480px){.email-now{bottom:130px;right:15px;width:45px;height:45px;font-size:1.1rem}.whatsapp-now{bottom:75px}.call-now{bottom:15px}.email-now{bottom:130px}}.email-now,.email-popup-modal{z-index:999}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.email-popup-modal[style*="display: flex"] .email-popup-content{animation:fadeInScale .3s ease-out}.form-wrapper{position:relative;z-index:20;max-width:450px;width:70%;padding:20px;background:#ffffff63;border-radius:16px;box-shadow:0 10px 30px #0003;border:1px solid rgba(255,255,255,.4);margin-left:1000px;margin-top:70px;transform:scale(.85)}.input-area{margin-bottom:10px}.input-area label{display:block;font-weight:600;color:#333;margin-bottom:8px;font-size:14px}.form-field{width:100%;padding:12px 15px;border:2px solid #ddd;border-radius:8px;font-size:16px;transition:all .3s ease;box-sizing:border-box}.form-field:focus{border-color:#668b6a;box-shadow:0 0 0 3px #6d30921a;outline:none}textarea.form-field{min-height:120px;resize:vertical;font-family:inherit}.submit-btn{background:#457900;color:#fff;border:none;padding:14px 20px;font-size:16px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;width:100%;margin-top:10px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #54945a}.submit-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.error-msg{color:#d44638;font-size:13px;margin-top:5px;display:none}.error-msg.visible{display:block}.form-field.invalid{border-color:#d44638;background-color:#fff8f8}.form-field.valid{border-color:#4caf50}.counter-container{display:flex;justify-content:space-between;align-items:center;margin-top:5px}.counter-text{font-size:12px;color:#666;text-align:right}.counter-text.warning{color:#ff9800}.counter-text.invalid{color:#d44638}.hidden-input{opacity:0;position:absolute;top:0;left:0;height:0;width:0;z-index:-1;pointer-events:none}.message-area{padding:12px;border-radius:6px;margin-bottom:20px;display:none}.message-area.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;display:block}.message-area.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;display:block}.phone-wrapper{display:flex;gap:10px}.country-code-box{flex:0 0 120px;position:relative;height:46px}.code-display{width:100%;height:100%;padding:12px 40px 12px 15px;border:2px solid #ddd;border-radius:8px;font-size:16px;background:#fff;cursor:pointer;display:flex;align-items:center;gap:8px;box-sizing:border-box}.code-display:hover{border-color:#668b6a}.code-display:focus{border-color:#668b6a;box-shadow:0 0 0 3px #6d30921a;outline:none}.code-display .dropdown-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);pointer-events:none;color:#666;font-size:12px;transition:transform .2s}.code-display.expanded .dropdown-icon{transform:translateY(-50%) rotate(180deg)}.number-input{flex:1}.countries-menu{position:absolute;top:100%;left:0;width:280px;background:#fff;border:1px solid #ddd;border-radius:8px;max-height:350px;overflow-y:visible;z-index:1000;display:none;box-shadow:0 4px 12px #0000001a;margin-top:5px}.countries-menu.visible{display:block}.country-filter{padding:10px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:1}.country-filter-box{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.country-filter-box:focus{outline:none;border-color:#668b6a}.countries-container{max-height:290px;overflow-y:auto}.country-item{padding:12px 15px;cursor:pointer;display:flex;align-items:center;gap:12px;transition:background-color .2s;border-bottom:1px solid #f5f5f5}.country-item:hover{background-color:#f8f9fa}.country-item.active{background-color:#e8f4ff}.country-code{font-weight:700;color:#668b6a;min-width:45px}.country-label{flex-grow:1;color:#333}.hidden-select{display:none}@media(max-width:768px){.hero-image{width:100%!important;height:100vh!important;object-fit:cover!important;object-position:center!important}.carousel-slide .relative.h-full.w-full.overflow-hidden{height:100vh;position:relative}}@media(max-width:992px){.carousel-slide .absolute.inset-0.flex.items-center{justify-content:center!important;text-align:center}.carousel-slide .absolute.inset-0.flex.items-center .text-center{padding:0 20px}}.hero-image{transition:opacity .5s ease}@media(max-width:768px){.absolute.bottom-8.left-1\/2.-translate-x-1\/2.flex.gap-3.z-10{display:none!important}.carousel-dot,.absolute.bottom-8{display:none}}.about,.rooms,.video-slide,.gallery,.reviews-section{margin:10px 0!important}.reviews-section .section-title{text-align:center;margin-left:auto;margin-right:auto}.reviews-section .container>.section-title{display:block;width:100%;text-align:center!important;margin:0 auto!important}.footer{margin-top:30px!important}.contact-section{margin-top:-50px}@media(max-width:768px){.about,.rooms,.video-slide,.gallery,.reviews-section,.footer{margin:5px!important}}@media(max-width:768px){.contact-section{margin-top:-50px;min-height:100vh;display:flex;align-items:left;justify-content:left;width:100%!important}.contact-section .container{display:flex;flex-direction:column;align-items:start;justify-content:start;width:100%!important;max-width:450px;margin-left:15px;margin-right:15px}.contact-section h2{font-size:1.8rem;margin-bottom:10px;text-align:center;width:100%}.contact-section>.container>p{font-size:1rem;line-height:1.4;text-align:start;width:100%!important}.contact-container{display:flex;flex-direction:column;align-items:start;width:100%;gap:15px!important}.contact-info{width:100%;max-width:430px}.map-container{height:280px;padding:0;margin-top:0!important;border-radius:10px;width:100%;max-width:100%}.contact-info,.map-link{margin:0!important}.contact-item{margin-bottom:12px}.contact-item:last-child{margin-bottom:8px}.social-links{margin-top:12px}}@media(max-width:480px){.contact-section{padding:15px 10px;min-height:calc(100vh - 60px)}.contact-section .container{max-width:360px}.contact-section h2{font-size:1.6rem;margin-bottom:8px}.contact-section h3{font-size:1.2rem}.contact-section>.container>p{font-size:.95rem;margin-bottom:15px}.contact-container{gap:12px!important}.contact-info{padding:5px 8px;max-width:340px}.map-container{height:250px;padding:0;max-width:100%}.contact-item{margin-bottom:10px}.contact-item i{margin-right:10px;font-size:.9rem}.contact-item-content h4{font-size:.9rem}.contact-item-content p{font-size:.85rem;line-height:1.3}.social-links{margin-top:10px;gap:6px}.social-link{width:30px;height:30px;font-size:.85rem}.map-overlay-text{bottom:10px;padding:6px 12px;font-size:11px}}@media(max-width:360px){.contact-container{gap:10px!important}.contact-info{padding:10px 12px}.map-container{padding:0;height:230px}.contact-item{margin-bottom:8px}}@media(max-width:768px){.room-card{flex:0 0 100%;min-width:280px;margin:0 auto;scroll-snap-align:center}.rooms-carousel-container{scroll-snap-type:x mandatory}.contact-item-content p{text-align:start;justify-content:start}}.form-wrapper .iti,.form-wrapper .iti input{width:100%!important}.form-wrapper .phone-wrapper{flex-direction:column}.form-wrapper .country-code-box{width:100%;margin-bottom:8px}.form-wrapper .number-input{width:100%}.counter-text{display:none}.container-box{background:#fff;border-radius:16px;padding:30px;width:550px;max-height:95vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d;position:relative;scrollbar-width:none}.input-section{margin-bottom:10px}.input-section label{display:block;font-weight:600;color:#333;margin-bottom:8px;font-size:14px}.entry-field{width:100%;padding:12px 15px;border:2px solid #ddd;border-radius:8px;font-size:16px;transition:all .3s ease;box-sizing:border-box!important}.entry-field:focus{border-color:#668b6a;box-shadow:0 0 0 3px #6d30921a;outline:none}textarea.entry-field{min-height:120px;resize:vertical;font-family:inherit}.action-button{background:#668b6a;color:#fff;border:none;padding:14px 20px;font-size:16px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;width:100%;margin-top:10px}.action-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #7d9880}.action-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.validation-alert{color:#d44638;font-size:13px;margin-top:5px;display:none}.validation-alert.active{display:block}.entry-field.invalid-entry{border-color:#d44638;background-color:#fff8f8}.entry-field.valid-entry{border-color:#4caf50}.counter-area{display:flex;justify-content:space-between;align-items:center;margin-top:5px}.counter-display{font-size:12px;color:#666;text-align:right}.counter-display.caution{color:#ff9800}.counter-display.invalid-count{color:#d44638}.invisible-field{opacity:0;position:absolute;top:0;left:0;height:0;width:0;z-index:-1;pointer-events:none}.notification-box{padding:12px;border-radius:6px;margin-bottom:20px;display:none}.notification-box.success-message{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;display:block}.notification-box.error-message{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;display:block}.intl-tel-input{width:100%!important;display:block!important}.iti{width:100%!important}#contactPhone{width:100%!important;padding-left:90px!important;box-sizing:border-box!important}.input-section>*:not(label){width:100%!important;box-sizing:border-box!important}body.email-popup-open{overflow:hidden}body.email-popup-open:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:9998;pointer-events:none}.email-popup-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;align-items:center;justify-content:center}.email-popup-content{z-index:9999}@media(max-width:768px){.email-now{bottom:180px;right:20px;width:55px;height:55px;font-size:1.3rem;z-index:1000}.whatsapp-now{bottom:110px;width:55px;height:55px;font-size:1.6rem}.call-now{bottom:30px;width:55px;height:55px;font-size:1.3rem}.email-popup-modal{padding:60px 15px 15px;overflow-y:auto}.email-popup-content{width:90%;max-width:420px;padding:25px 20px;max-height:85vh;margin:0 auto;overflow-y:auto;border-radius:15px}.container-box{width:100%;max-width:100%;padding:25px 20px;max-height:calc(85vh - 100px);border-radius:12px}.email-popup-header h2{font-size:1.5rem;margin-bottom:8px;line-height:1.3}.email-popup-header p{font-size:.9rem;line-height:1.4;padding:0 5px}.input-section{margin-bottom:15px}.input-section label{font-size:.9rem;margin-bottom:6px}.entry-field{padding:14px 12px;font-size:16px;border-radius:8px}.intl-tel-input,.iti{width:100%!important}.iti__selected-flag{padding:0 10px!important}#contactPhone{padding-left:52px!important;font-size:16px!important}textarea.entry-field{min-height:100px;font-size:16px}.action-button{padding:16px 20px;font-size:17px;font-weight:600;margin-top:15px}.validation-alert{font-size:.8rem;margin-top:4px}.counter-display{font-size:.75rem}.notification-box{padding:10px;font-size:.85rem;margin-bottom:15px}body.email-popup-open{overflow:hidden;position:fixed;width:100%;height:100%}}@media(max-width:480px){.counter-display{display:none}.input-section{margin-bottom:5px}.email-now{bottom:165px;right:15px;width:50px;height:50px;font-size:1.2rem}.whatsapp-now{bottom:95px;width:50px;height:50px;font-size:1.4rem}.call-now{bottom:25px;width:50px;height:50px;font-size:1.2rem}.email-popup-modal{padding:50px 10px 10px}.email-popup-content{width:95%;padding:20px 15px;max-height:90vh}.container-box{padding:20px 15px;max-height:calc(90vh - 70px)}.email-popup-header h2{font-size:1.3rem}.email-popup-header p{font-size:.85rem}.entry-field{padding:12px 10px;font-size:16px}textarea.entry-field{min-height:50px}.action-button{padding:14px 15px;font-size:16px;margin-top:10px}.iti__selected-flag{padding:0 8px!important}.iti__arrow{margin-left:4px!important}}@media(max-width:360px){.email-popup-content,.container-box{padding:15px 12px}.email-popup-header h2{font-size:1.2rem;margin-bottom:6px}.email-popup-header p{font-size:.8rem}.input-section label{font-size:.85rem}.entry-field{padding:8px 9px}.action-button{padding:13px 12px;font-size:15px}.email-now{bottom:145px;right:12px;width:48px;height:48px}.whatsapp-now{bottom:85px;width:48px;height:48px}.call-now{bottom:20px;width:48px;height:48px}}@supports (-webkit-touch-callout: none){.email-popup-modal{-webkit-overflow-scrolling:touch}.email-popup-content{max-height:-webkit-fill-available}body.email-popup-open{position:fixed;width:100%;height:100%}}@media(max-width:768px)and (orientation:landscape){.email-popup-modal{padding-top:20px;align-items:flex-start}.email-popup-content{max-height:75vh;width:85%}.container-box{max-height:70vh;overflow-y:auto}.email-now,.whatsapp-now,.call-now{transform:scale(.9)}}@media(max-width:768px){body,html{overflow-x:hidden;max-width:100%}.email-popup-modal *{max-width:100%;box-sizing:border-box}}@media(hover:none)and (pointer:coarse){.entry-field,.action-button,.close-email-popup{min-height:44px}.input-section label{margin-bottom:8px;display:block}.iti__selected-flag{min-width:60px}}.iti__country-list{width:350px}.close-email-popup{position:absolute;top:15px;right:20px;background:none;border:none;font-size:2rem;color:#fff;cursor:pointer;transition:color .3s ease;z-index:1}.iti{z-index:10000!important}.iti__country-list{z-index:10000!important;position:absolute!important;width:350px!important;max-height:250px!important;overflow-y:auto!important}.email-popup-modal{z-index:9999}.email-popup-content{z-index:10000}.container-box{position:relative;z-index:1}@media(max-width:480px){.rooms-carousel-container{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.rooms-carousel{display:flex;gap:0}.room-card{flex:0 0 calc(100% - 5px)!important;min-width:calc(100% - 5px)!important;margin:0 20px;scroll-snap-align:center;scroll-snap-stop:always}.rooms-carousel-container::-webkit-scrollbar{display:none}.carousel-btn{display:none}.carousel-btn{width:35px;height:35px;font-size:.9rem;background:#8b6666e6}}@media(min-width:992px)and (max-width:1200px){.about-container,.container{max-width:960px;padding:0 20px}.room-t h2{font-size:2.8rem}.section-title h2{font-size:2.5rem}}@media(min-width:768px)and (max-width:992px){.text-5xl{font-size:2.5rem}.text-xl{font-size:1.1rem}.features{grid-template-columns:repeat(2,1fr)}.room-card-wrapper{min-width:300px!important}.media-item{min-width:280px;height:200px}}@media(min-width:576px)and (max-width:768px){.text-5xl{font-size:2.2rem}.about-right h3{font-size:1.6rem}.room-card-wrapper{min-width:280px!important}}@media(max-width:576px){body{overflow-x:hidden}button,a.btn,.category-btn{min-height:44px;min-width:44px}.hero-image{object-position:center}.text-center{padding:0 20px}.about-left,.about-right{width:100%}.about-right p{font-size:.95rem;line-height:1.6}.feature h4{font-size:1rem}.feature p{font-size:.9rem}.accreditation{flex-direction:column;text-align:center;padding:15px}.room-card-wrapper{min-width:90%!important;max-width:350px}.room-type h3{font-size:1.2rem!important}.breakfast-note{font-size:.85rem}.room-features li,.room-features p{font-size:.9rem}.page-header{padding:0 15px}.category-selector{flex-wrap:wrap;padding:0 10px}.category-btn{padding:10px 18px;font-size:.95rem}.media-row{gap:10px;padding:0 10px}.fullscreen-content img,.fullscreen-content video{max-width:95vw!important;max-height:80vh!important}.close-fullscreen{font-size:2.5rem;top:10px;right:15px}.contact-info{padding:20px}.contact-item{align-items:flex-start;gap:5px}.map-container{height:250px}.footer-col{margin-bottom:25px}.footer-col h3{font-size:1.2rem;margin-bottom:15px}.footer-links li{margin-bottom:8px}.footer-social a{width:40px;height:40px;font-size:1.1rem}.call-now,.whatsapp-now{width:55px;height:55px}}@media(max-width:400px){.text-5xl{font-size:1.6rem;line-height:1.3}.text-xl{font-size:.85rem}.section-title h2{font-size:1.6rem}.room-t h2{font-size:1.7rem}.room-card-wrapper{min-width:95%!important}.media-item{min-width:200px;height:140px}.category-btn{padding:8px 14px;font-size:.85rem}.logo img{height:70px;width:70px}}@media(max-height:500px)and (orientation:landscape){.text-5xl{font-size:1.8rem}.text-xl{font-size:.9rem}.nav-menu{max-height:80vh;overflow-y:auto}.footer{padding:30px 0 15px}}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6,p{word-wrap:break-word;overflow-wrap:break-word}html{scroll-behavior:smooth}@media(hover:none)and (pointer:coarse){.room-card:hover,.about-image:hover img{transform:none}.nav-link{padding:15px 10px}.category-btn{padding:12px 20px}}.videos-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;padding:20px 0;width:100%}.video-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease;cursor:pointer;display:flex;flex-direction:column}.video-card:hover{transform:translateY(-5px)}.video-container{position:relative;overflow:hidden;height:200px}.video-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.video-card:hover .video-container img{transform:scale(1.05)}.video-overlay{padding:20px;background:#fff;flex:1;display:flex;flex-direction:column}.video-overlay h3{font-size:1.2rem;margin-bottom:8px;color:#333}.video-overlay p{font-size:.9rem;color:#666;margin-top:auto}.widget-container{width:100%;margin:0 auto;min-height:200px;background:#fff!important;border-radius:15px;padding:10px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px;color:#666}.spinner{border:4px solid #f3f3f3;border-top:4px solid #2a9d8f;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(min-width:769px){.mobile-only{display:none!important}}@media(max-width:768px){.desktop-only{display:none!important}}
