@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");:root{--primary:#66BB6A;--dark:#1f1f1f;--light:#f9f9f9;--accent:#ff6600;--font:"Inter",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font)}body{color:var(--dark);background:var(--light)}a{text-decoration:none;color:inherit}.btn-book{background:var(--primary);color:#fff;padding:.6rem 1.2rem;border-radius:50px;font-weight:600;display:inline-block;transition:background .2s;text-align:center}.btn-book:hover{background:#559f55}header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.05);position:sticky;top:0;z-index:100}.logo-image{height:30px;width:100%}.menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:30px;height:30px;background:none;border:none;cursor:pointer;z-index:300}.menu-toggle span{display:block;width:100%;height:3px;background:var(--dark);border-radius:2px;transition:transform .3s,opacity .3s}.menu-toggle span+span{margin-top:5px}.menu-toggle.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}nav{align-items:center;transition:right .3s ease}nav,nav ul{display:flex}nav ul{list-style:none;gap:1.5rem}nav ul li a{font-weight:500;transition:color .2s}nav ul li a:hover{color:var(--primary)}.btn-book.header-action{background:var(--primary);color:#fff;padding:.6rem 1.2rem;border-radius:50px;font-weight:600;transition:background .2s}.btn-book.header-action:hover{background:#559f55}.mobile-book{display:none}.hero{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:90vh;padding:2rem;background:url(/_next/static/media/backgroundImg.66af55ba.jpg) 50%/cover no-repeat}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.hero-image,.hero-text{position:relative;z-index:2}.hero-text{color:#fff}.hero-text h1{font-size:2.5rem;line-height:1.1;margin-bottom:1rem}.hero-text p{margin-bottom:1.5rem;color:#fff}.hero-image img{width:100%;max-width:500px;border-radius:10px}.services{background:var(--light);padding:4rem 2rem}.services .container{max-width:1200px;margin:0 auto;text-align:center}.services h2{font-size:2rem;margin-bottom:.5rem;color:var(--dark)}.services-intro{color:#555;margin-bottom:2rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2.5rem}.service-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.icon-wrapper{width:60px;height:60px;margin:0 auto 1rem}.icon-wrapper img{max-width:100%;display:block}.service-card h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--dark)}.service-card p{font-size:.95rem;color:#666;line-height:1.4}.whyus{padding:4rem 2rem;background:#fff}.whyus .container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.whyus .text{text-align:left}.whyus h2{font-size:2rem;color:var(--dark);margin-bottom:.5rem}.whyus .intro{color:#333;line-height:1.5;margin-bottom:1rem}.whyus .highlight{color:var(--accent);font-weight:600;margin:1rem 0}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature{text-align:center}.feature img{max-width:80px;margin-bottom:1rem}.feature h4{font-size:1.1rem;margin-bottom:.5rem;color:var(--dark)}.feature p{color:#555;font-size:.95rem}.footer-dark{background:var(--dark);color:var(--light);padding:4rem 2rem;font-size:.9rem}.footer-container{margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.footer-logo img{height:40px;margin-bottom:1rem}.footer-desc{margin-bottom:1rem;line-height:1.5;color:var(--light)}.footer-social{display:flex;gap:1rem;margin-bottom:1.5rem}.footer-social a{font-size:1.2rem;color:var(--light);transition:color .2s}.footer-social a:hover{color:var(--primary)}.footer-links ul{list-style:none;line-height:1.8}.footer-links ul li{margin-bottom:.5rem}.footer-links ul li a{color:var(--light);transition:color .2s}.footer-links ul li a:hover{color:var(--primary)}.footer-links li i{color:var(--light);margin-right:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:2rem;padding-top:1rem}.footer-bottom a{color:var(--light);margin-right:1rem}.footer-bottom a:hover{color:var(--primary)}.footer-bottom div:last-child{color:var(--light)}.logo{width:auto}@media (max-width:768px){header{padding:1rem .5rem!important}.logo{width:50%}body{padding:0!important}.logo-image{height:22px}.menu-toggle{display:flex}.btn-book.header-action{display:none}nav{position:fixed;top:0;right:-250px;width:250px;height:100vh;background:var(--light);box-shadow:-2px 0 8px rgba(0,0,0,.1);flex-direction:column;align-items:flex-start;padding:2rem 1rem}nav.open{right:0}nav ul{flex-direction:column;gap:1rem;width:100%}nav ul li a{display:block;padding:.5rem 0;width:100%}.mobile-book{display:block;margin-top:auto;width:100%}.mobile-book .btn-book{width:100%;text-align:center}body.nav-open{overflow:hidden}.hero{grid-template-columns:1fr;text-align:center}.hero-image{order:-1;margin-bottom:2rem}.features-grid,.footer-container,.whyus .container{grid-template-columns:1fr!important}}.wt-faq{padding:4rem 1rem;max-width:800px;margin:0 auto}.wt-faq h2{text-align:center;color:#8c78c9;font-size:2rem;margin-bottom:2rem}.wt-faq-list details{border-bottom:1px solid #e0e0e0;padding:1rem 0}.wt-faq-list details:last-child{border-bottom:none}.wt-faq-list summary{cursor:pointer;font-size:1.05rem;font-weight:600;position:relative;padding-right:1.5rem;list-style:none}.wt-faq-list summary::-webkit-details-marker{display:none}.wt-faq-list summary:after{content:"\f107";font-family:Font Awesome\ 5 Free;font-weight:900;position:absolute;right:0;top:.1rem;transition:transform .2s ease}.wt-faq-list details[open] summary:after{transform:rotate(180deg)}.wt-faq-list p{margin:.75rem 0 0;color:#444;line-height:1.6;font-size:.95rem}@media (max-width:480px){body{padding:0 1rem}.footer-dark,.services,.whyus{padding:2rem 1rem}}#__nextjs{display:none!important}button{border:none;cursor:pointer}.service-card .price,nav a.active{color:var(--primary);font-weight:700}.service-card .price{margin-top:10px}.footer-dark{background:#1f1f1f;color:#ccc;padding:60px 20px 20px;font-family:var(--font)}.footer-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;max-width:1200px;margin:auto}.footer-brand{flex:1 1 250px}.footer-brand img{margin-bottom:10px}.footer-column{flex:1 1 150px}.footer-column h4{color:#fff;font-size:16px;margin-bottom:10px}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:8px}.footer-column ul li a{color:#ccc;text-decoration:none;font-size:14px}.footer-column ul li a:hover{color:var(--primary)}.newsletter input{width:100%;padding:10px;margin-top:10px;margin-bottom:10px;border:none;border-radius:4px}.subscribe-btn{padding:8px 16px;background-color:var(--primary);border:none;border-radius:4px;color:white;font-weight:700;cursor:pointer}.subscribe-btn:hover{background-color:#43a047}.footer-bottom{border-top:1px solid #333;padding-top:20px;margin-top:30px;display:flex;justify-content:space-between;flex-wrap:wrap;font-size:14px}.footer-links a{margin-left:15px;color:#aaa;text-decoration:none}.footer-links a:hover{color:var(--primary)}.how-it-works{padding:60px 20px;background-color:#f7f7f7;text-align:center}.workflow-grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:30px}.step{flex:1 1 220px;max-width:300px}.step i{font-size:40px;color:var(--primary);margin-bottom:10px}.testimonials{background-color:#fff}.review-card{border-radius:10px;font-style:italic}.review-card span{display:block;margin-top:10px;color:#555;font-weight:600}.faq-accordion{padding:40px 20px;max-width:800px;margin:auto}.faq-item{margin-bottom:20px;border-bottom:1px solid #ccc;padding-bottom:10px}.faq-item summary{font-weight:700;cursor:pointer;display:flex;align-items:center;gap:10px;font-size:1.1rem}.faq-item summary:hover{color:var(--accent)}.faq-item p{margin-top:10px;color:#444}.testimonials{background:#fff;padding:60px 20px;text-align:center}.reviews{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:30px}.review-card{background:#f4f4f4;border-radius:12px;padding:20px;max-width:320px;text-align:left;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease}.review-card:hover{transform:translateY(-5px)}.review-top{display:flex;align-items:center;margin-bottom:12px;gap:12px}.avatar-icon{font-size:40px;color:#888}.stars i{color:gold;margin-right:2px}.footer-contact{margin-top:1rem}.footer-contact h4{margin-bottom:.5rem}.footer-contact p{margin:.3rem 0}