*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;overflow-x:hidden;position:relative}body{font-family:Montserrat,sans-serif;color:#333;background-color:#fdfbf8}section{width:100%;max-width:100vw;overflow-x:hidden}.container{width:100%;max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}h1,h2,h3,h4{font-family:Lora,serif}.hero{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url('/api/placeholder/1200/600');background-size:cover;background-position:center;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;padding-top:80px}.service-card{transition:all .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.booking-btn{background-color:#d4af37;transition:all .3s ease}.booking-btn:hover{background-color:#c19b2b}.gallery-img{height:200px;object-fit:cover}.navbar{background-color:rgba(255,255,255,.9);backdrop-filter:blur(10px)}.testimonial{background-color:#fff}.footer{background-color:#333}.mobile-menu{position:fixed;top:0;left:0;height:100vh;width:75%;transition:all .3s ease-in-out;transform:translateX(-100%);background-color:#fff;box-shadow:2px 0 10px rgba(0,0,0,.1);z-index:9999;overflow-y:auto;display:flex;flex-direction:column}.mobile-menu.active{transform:translateX(0)}.mobile-menu-header{flex-shrink:0;position:relative;width:100%;padding:.75rem 1rem;background-color:#fff!important;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;height:62px}.mobile-menu .flex{flex:1;overflow-y:auto;background-color:#fff!important}.mobile-menu-brand{font-family:Lora,serif;font-size:1.75rem;font-weight:700;color:#1f2937;text-decoration:none}.mobile-menu-brand span{color:#d4af37}.mobile-menu a{font-size:1.1rem;padding:.75rem 1.5rem;display:block;transition:all .2s ease}.mobile-menu a:hover{background-color:#fdfbf8}.testimonial-nav{position:static;padding:1rem;background-color:rgba(255,255,255,.8);border-radius:50%;cursor:pointer;transition:all .3s ease;border:1px solid #e5e7eb;margin:0 .5rem;z-index:2}.testimonial-nav:hover{background-color:#d4af37;color:#fff}.testimonial-container{position:relative;padding:0;max-width:100%;margin:0 auto}.testimonial-slider{overflow:visible}.testimonial{margin:0 auto;max-width:90%}.testimonial-nav-container{display:flex;justify-content:center;align-items:center;margin-top:2rem}@media (max-width:640px){.testimonial{max-width:100%;margin:0}.testimonial-container{padding:0}.tns-item{padding:0 10px}}@media (max-width:640px){.testimonial-nav{padding:.75rem}}.map-container{width:100%;overflow:hidden}iframe{max-width:100%;width:100%}@media screen and (max-width:640px){.container{padding-left:.5rem;padding-right:.5rem}.grid{margin-left:0;margin-right:0}}img{max-width:100%;height:auto}.testimonial-container{position:relative;padding:0 1rem;overflow:hidden}.testimonial{background-color:#fff;width:100%}.testimonial-slider{overflow:hidden}html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}.back-to-top{position:fixed;bottom:30px;right:30px;background-color:#cea17f;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;opacity:0;pointer-events:none;transition:all .3s ease;z-index:1000;border:none;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.1)}.back-to-top.show{opacity:1;pointer-events:auto}.back-to-top:hover{background-color:#b88c6a;transform:translateY(-3px)}.back-to-top i{font-size:24px}:root{--navbar-height:80px}.pt-navbar{padding-top:var(--navbar-height)}