body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f6fa;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.navbar{align-items:center;background:#222;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar .logo{color:#fff;font-size:1.6rem;font-weight:700}.navbar .nav-links{display:flex;gap:1rem;list-style:none}.navbar .nav-links li a{color:#fff;text-decoration:none;transition:color .3s}.navbar .nav-links li a:hover{color:#f39c12}.hero{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;gap:2rem;justify-content:center;min-height:90vh;padding:2rem;position:relative;text-align:center}.hero:before{background:#00000080;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-content{max-width:800px;position:relative;z-index:2}.hero-content h1{font-size:2.5rem;margin-bottom:.5rem}.hero-content h2{color:#f39c12;font-size:1.8rem;margin-bottom:1rem}.hero-content p{font-size:1.1rem;margin-bottom:1.5rem}.hero-content .btn{background:#f39c12;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.9rem 2rem;transition:background .3s}.hero-content .btn:hover{background:#d9820f}@media (max-width:1024px){.hero-content h1{font-size:2rem}.hero-content h2{font-size:1.5rem}.hero-content p{font-size:1rem}}@media (max-width:768px){.hero{padding:1.5rem}.hero-content h1{font-size:1.8rem}.hero-content h2{font-size:1.3rem}.hero-content p{font-size:.95rem}}@media (max-width:480px){.hero-content h1{font-size:1.5rem}.hero-content h2{font-size:1.1rem}.hero-content p{font-size:.9rem}.hero-content .btn{font-size:.9rem;padding:.7rem 1.5rem}}.about{align-items:center;background:#fff;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;padding:4rem 2rem}.about-text{flex:1 1;min-width:280px}.about-text h1{color:#222;font-size:2rem;margin-bottom:20px;text-align:center}.about-text h2{color:#222;font-size:1.7rem;margin-bottom:1rem}.about-text h3{color:#f39c12;font-size:1.3rem;margin-bottom:1rem}.about-text p{color:#555;font-size:1.1rem;line-height:1.6;max-width:600px}.about-image{flex:1 1;min-width:280px}.about-image img{border-radius:10px;box-shadow:0 4px 12px #0003;max-width:500px;object-fit:cover;width:100%}@media (max-width:768px){.about{flex-direction:column;text-align:center}.about-image,.about-text{max-width:100%}.about-text h1{font-size:1.8rem}.about-text h2{font-size:1.5rem}.about-text h3{font-size:1.2rem}.about-text p{font-size:1rem}}.services{background:#fff;padding:4rem 2rem;text-align:center}.services h2{color:#222;font-size:2rem;margin-bottom:2rem}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-card{background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:transform .3s}.service-card:hover{transform:translateY(-5px)}.service-card img{height:200px;object-fit:cover;width:100%}.service-card h3{margin:1rem 0}.service-card p{padding:0 1rem 1rem}.gallery{background:#f9f9f9;padding:4rem 2rem;text-align:center}.gallery h2{color:#222;font-size:2rem;margin-bottom:2rem}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.gallery-grid img{border-radius:10px;box-shadow:0 4px 12px #00000026;height:220px;object-fit:cover;transition:transform .3s,box-shadow .3s;width:100%}.gallery-grid img:hover{box-shadow:0 6px 16px #00000040;transform:scale(1.05)}.contact{background:#f9f9f9;padding:4rem 2rem;text-align:center}.contact h2{color:#222;font-size:2rem;margin-bottom:2rem}.contact form{background:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;margin:0 auto;max-width:600px;padding:2rem}.contact form label{display:block;font-weight:700;margin-bottom:.5rem;text-align:left}.contact form input,.contact form textarea{border:1px solid #ccc;border-radius:6px;font-size:1rem;margin-bottom:1.5rem;padding:.8rem;width:100%}.contact form input:focus,.contact form textarea:focus{border-color:#f39c12;outline:none}.contact form button{background:#f39c12;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.9rem 1.5rem;width:100%}.contact form button:hover{background:#d9820f}.booking-page{background:#fff;border-radius:10px;box-shadow:0 6px 20px #00000026;margin:2rem auto;max-width:600px;padding:2rem}.booking-page h1{color:#222;margin-bottom:1.5rem;text-align:center}.booking-page form{display:flex;flex-direction:column;gap:1rem}.booking-page input,.booking-page textarea{border:1px solid #ccc;border-radius:6px;font-size:1rem;padding:.8rem;width:100%}.booking-page input:focus,.booking-page textarea:focus{border-color:#f39c12;outline:none}.booking-page textarea{min-height:100px;resize:vertical}.submit-btn{background:#f39c12;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.9rem;transition:background .3s}.submit-btn:hover{background:#d9820f}.footer{background:#222;color:#fff;margin-top:2rem;padding:1rem;text-align:center}.chatbot-toggle{align-items:center;background:#f39c12;border:none;border-radius:50%;bottom:20px;box-shadow:0 4px 12px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:60px;justify-content:center;position:fixed;right:20px;width:60px;z-index:9999}.chatbot-toggle:hover{background:#d9820f}.chatbot-window{background:#fff;border-radius:10px;bottom:90px;box-shadow:0 4px 12px #0000004d;display:flex;flex-direction:column;max-height:400px;position:fixed;right:20px;width:320px;z-index:9999}.chatbot-header{align-items:center;background:#f39c12;border-radius:10px 10px 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;padding:10px}.chatbot-header .close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem}.chatbot-body{flex:1 1;overflow-y:auto;padding:10px}.message{margin-bottom:10px}.message.user .message-text{background:#ddd;color:#000;text-align:right}.message.bot .message-text{background:#f39c12;color:#fff;text-align:left}.message-text{border-radius:10px;display:inline-block;max-width:80%;padding:8px 12px}.chatbot-footer{border-top:1px solid #ccc;display:flex;padding:10px}.chatbot-footer input{border:1px solid #ccc;border-radius:5px;flex:1 1;padding:8px}.chatbot-footer button{background:#f39c12;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-left:10px;padding:8px 12px}.chatbot-footer button:hover{background:#d9820f}@media (max-width:1024px){.hero{flex-direction:column;text-align:center}.hero-image{margin-top:2rem}}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-content h2{font-size:1.5rem}.hero-content p{font-size:1rem}.booking-page{margin:1rem;padding:1.5rem}}@media (max-width:480px){.hero-content h1{font-size:1.6rem}.hero-content h2{font-size:1.2rem}.hero-content p{font-size:.9rem}.hero-content .btn{font-size:.9rem;padding:.6rem 1.2rem}.gallery-grid img,.services-grid .service-card img{height:150px}.chatbot-window{bottom:80px;right:5%;width:90%}.booking-page input,.booking-page textarea,.submit-btn{font-size:.95rem;padding:.7rem}}.testimonials{background:#f9f9f9;padding:4rem 2rem;text-align:center}.testimonials h2{color:#222;font-size:2rem;margin-bottom:2rem}.testimonials-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.testimonials-list blockquote{background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;color:#555;font-style:italic;padding:1.5rem;position:relative;transition:transform .3s}.testimonials-list blockquote:hover{transform:translateY(-5px)}.testimonials-list blockquote p{font-size:1.1rem;margin-bottom:1rem}.testimonials-list blockquote footer{color:#222;font-size:.95rem;font-weight:700;text-align:right}@media (max-width:768px){.testimonials h2{font-size:1.8rem}.testimonials-list blockquote p{font-size:1rem}.testimonials-list blockquote footer{font-size:.9rem}}@media (max-width:480px){.testimonials{padding:3rem 1rem}.testimonials h2{font-size:1.5rem}.testimonials-list blockquote{padding:1rem}}
/*# sourceMappingURL=main.8da8039a.css.map*/