@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Raleway:wght@400;500;600;700&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.room-container{width:80%;max-width:1200px;margin:.6em;background:#fff;border-radius:20px;box-shadow:0 15px 35px #0000001a;display:flex;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.room-container:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000026}.room-left{flex:1;padding:1em}.room-right{flex:1;padding:1em;display:flex;flex-direction:column;justify-content:space-between}.room-main-img{width:100%;height:250px;object-fit:cover;border-radius:15px;cursor:pointer;transition:transform .3s ease}.room-main-img:hover{transform:scale(1.02)}.room-thumbnails{display:flex;gap:.5rem;justify-content:center}.room-thumb:hover,.room-thumb.active{opacity:1;border-color:#a3c1ad;transform:scale(1.05)}.room-info{flex:1}.room-title{font-size:2.5rem;color:#a3c1ad;margin-bottom:.5rem;font-weight:300}.room-description{font-size:4rem;color:#333;line-height:1.7;margin-bottom:2rem;padding-bottom:1em}.room-booking{background:#f8f9fa;color:#333;padding:1.5rem;border-radius:15px}.price-section{margin-bottom:1.5rem}.total-price{font-size:2.2rem;font-weight:600;color:#a3c1ad;margin-bottom:.5rem}.booking-buttons{display:flex;gap:1rem}.details-btn{flex:1;padding:.8rem 1.5rem;background:transparent;border:2px solid #B8D8F9;color:#b8d8f9;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.details-btn:hover{background:#b8d8f9;color:#fff}.book-btn{flex:2;padding:.8rem 1.5rem;background:linear-gradient(135deg,#a3c1ad,#b8d8f9);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 5px 15px #a3c1ad4d}.book-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #a3c1ad66}.room-modal{display:none;position:fixed;z-index:2500;left:0;top:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.room-modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:20px;width:90%;max-width:800px;max-height:90%;overflow-y:auto;padding:2rem}.room-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid #eee;padding-bottom:1rem}.room-modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#a3c1ad;transition:color .3s ease}.room-modal-close:hover{color:#333}.room-modal-body{line-height:1.8;color:#333}.room-modal-body h4{color:#a3c1ad;margin:1.5rem 0 .5rem}.room-modal-body ul{margin:1rem 0;padding-left:2rem}.room-modal-body li{margin-bottom:.5rem}@media (max-width: 768px){.navbar{padding:1rem 2rem}.nav-links{display:none}.hero-content h1{font-size:2.5rem}.section-intro{padding:2rem 1rem}.section-intro h2{font-size:2.5rem}.room-container{width:95%;flex-direction:column;margin:2rem auto}.room-left,.room-right{flex:none;padding:1.5rem}.room-main-img{height:200px}.room-title{font-size:2rem}.booking-buttons{flex-direction:column}.room-modal-content{width:95%;padding:1.5rem}}.section-intro p{font-size:1rem;color:#333;opacity:.9;max-width:800px;margin:0 auto}*{margin:0;padding:0;box-sizing:border-box}:root{--color-light: #F6F8F9;--color-green: #A3C1AD;--color-blue: #B8D8F9}body{font-family:Open Sans,Arial,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Raleway,sans-serif;font-weight:600;color:#2f4f4f;margin-top:0}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;transition:all .5s ease;background:#fff0}.navbar.shrink{padding:1rem 4rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a}.menu-toggle{display:flex;flex-direction:column;cursor:pointer;gap:4px;order:1}.menu-toggle span{width:25px;height:3px;background:#fff;transition:all .3s ease}.navbar.shrink .menu-toggle span{background:var(--color-green)}.logo{position:fixed;top:50px;left:50%;transform:translate(-50%);z-index:1001;transition:all .6s cubic-bezier(.4,0,.2,1)}.logo img{height:300px;width:auto;transition:all .6s cubic-bezier(.4,0,.2,1);filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.logo.shrink{position:fixed;top:0;left:50%;transform:translate(-50%)}.logo.shrink img{height:60px;filter:none}.nav-links{display:flex;list-style:none;gap:2rem;order:3}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease}.navbar.shrink .nav-links a{color:var(--color-green)}.nav-links a:hover{opacity:.7}.mobile-menu{position:fixed;top:0;left:-100%;width:350px;height:100vh;background:var(--color-green);z-index:1500;padding:6rem 3rem 3rem;transition:left .4s ease;box-shadow:2px 0 20px #0000004d}.mobile-menu.active{left:0}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:1400;opacity:0;visibility:hidden;transition:all .4s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.2)}.mobile-menu-logo{font-size:2rem;font-weight:700;color:#fff}.mobile-menu-close{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background .3s ease}.mobile-menu-close:hover{background:#ffffff1a}.mobile-menu-links{list-style:none}.mobile-menu-links li{margin-bottom:1.5rem}.mobile-menu-links a{color:#fff;text-decoration:none;font-size:1.3rem;font-weight:500;display:block;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.mobile-menu-links a:hover{padding-left:1rem;color:var(--color-light)}.mobile-menu-info{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.mobile-menu-info h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.mobile-menu-info p{color:#fff;opacity:.8;font-size:.9rem;line-height:1.6}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.hero{height:100vh;background:linear-gradient(#0006,#0006),url(/wb_test/assets/chamo_edited-qMc-SMyo.jpg);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center}.hero-content{text-align:center;color:#fff;max-width:800px;padding:0 2rem}.hero-content h1{font-size:4rem;margin-bottom:1rem;font-weight:300;letter-spacing:2px}.hero-content p{font-size:1.3rem;opacity:.9}.first-section{position:relative;z-index:10}.section-intro{background:var(--color-green);padding:6rem 4rem;text-align:center}.section-content{height:100vh;background:var(--color-light);display:flex;align-items:center;padding:0 4rem;gap:4rem}.section-content.reverse{flex-direction:row-reverse}.content-text{flex:1;padding-right:2rem}.content-text h3{font-size:3rem;color:var(--color-green);margin-bottom:2rem;font-weight:300}.content-text p{font-size:1.2rem;line-height:1.8;color:#666;margin-bottom:2rem}.content-image{flex:1}.content-image img{width:100%;height:500px;object-fit:cover;border-radius:15px;box-shadow:0 20px 40px #00000026}.book-now-btn{display:inline-block;padding:1rem 2rem;background:var(--color-green);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease;border:none;cursor:pointer}.book-now-btn:hover{background:#8aa693;transform:translateY(-2px)}.section-bg{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(#0000004d,#0000004d),url(/wb_test/assets/bg2-CeLPRZrR.jpg);background-size:cover;background-position:center;z-index:5;opacity:0}.horizontal-section{height:100vh;overflow:hidden;position:relative;z-index:15;background:#e9d8a6}.horizontal-section p{color:#333}.horizontal-wrapper{display:flex;height:100vh;width:300vw}.horizontal-item{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem;gap:4rem}.horizontal-item:nth-child(odd) .item-image{order:1}.horizontal-item:nth-child(odd) .item-text{order:2}.horizontal-item:nth-child(2n) .item-image{order:2}.horizontal-item:nth-child(2n) .item-text{order:1}.item-image{flex:1;max-width:500px}.item-image img{width:100%;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 25px 50px #0003}.item-text{flex:1;max-width:500px}.item-text h3{font-size:2.8rem;color:#fff;margin-bottom:2rem;font-weight:300}.item-text p{font-size:1.2rem;color:#fff;opacity:.9;line-height:1.8}.gallery{padding:8rem 4rem;background:var(--color-light);position:relative;z-index:20}.gallery h2{text-align:center;font-size:3.5rem;color:var(--color-green);margin-bottom:4rem;font-weight:300}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.gallery-item{position:relative;overflow:hidden;border-radius:20px;cursor:pointer;transition:transform .3s ease}.gallery-item img{width:100%;height:300px;object-fit:cover;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.05)}.gallery-item:hover img{transform:scale(1.1)}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background:#000000e6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90%;max-height:90%}.modal-content img{width:100%;height:auto;border-radius:10px}.close{position:absolute;top:20px;right:35px;color:#fff;font-size:40px;font-weight:700;cursor:pointer}.room-subtitle{font-size:1.2rem;color:#666;margin-bottom:1.5rem;font-weight:400}.room-description{font-size:1.1rem;color:#333;line-height:1.7;margin-bottom:2rem;padding-bottom:1em}.room-booking{background:#f8f9fa;padding:1.5rem;border-radius:15px}.footer{background:var(--color-green);color:#fff;padding:6rem 4rem 3rem;position:relative;z-index:25}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem}.footer-section h3{font-size:1.8rem;margin-bottom:2rem;font-weight:300}.footer-section p,.footer-section li{opacity:.9;line-height:1.8;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-bottom{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);opacity:.7}.room-container{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin:3rem auto;max-width:1200px;overflow:hidden;display:flex;min-height:400px}.room-left{flex:1.2;padding:2rem}.room-gallery .main-image{margin-bottom:1rem}.room-main-img{width:100%;height:300px;object-fit:cover;border-radius:15px;box-shadow:0 8px 25px #00000026}.room-thumbnails{display:flex;gap:1rem;margin-top:1rem}.room-thumb{width:80px;height:60px;object-fit:cover;border-radius:8px;cursor:pointer;opacity:.7;transition:all .3s ease;border:2px solid transparent}.room-thumb.active,.room-thumb:hover{opacity:1;border-color:var(--color-green)}.room-right{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:space-between}.room-title{font-size:2.2rem;color:var(--color-green);margin-bottom:.5rem}.room-subtitle{font-size:1.1rem;color:#666;margin-bottom:1.5rem;font-weight:400}.room-description{font-size:1rem;line-height:1.6;color:#555;margin-bottom:2rem}.price-section{margin-bottom:2rem}.total-price{font-size:2.5rem;font-weight:700;color:var(--color-green);margin-bottom:.5rem}.price-details{font-size:.9rem;color:#666;line-height:1.4}.booking-buttons{display:flex;gap:1rem;flex-wrap:wrap}.details-btn,.book-btn{padding:.8rem 1.5rem;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.details-btn{background:#f5f5f5;color:#333;border:2px solid #ddd}.details-btn:hover{background:#e0e0e0;border-color:var(--color-green)}.book-btn{background:var(--color-green);color:#fff;flex:1;min-width:150px}.book-btn:hover{background:#8aa693;transform:translateY(-2px)}.room-modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.room-modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:0;border-radius:20px;max-width:600px;max-height:80vh;overflow:hidden;box-shadow:0 25px 50px #0000004d}.room-modal-header{background:var(--color-green);color:#fff;padding:2rem;display:flex;justify-content:space-between;align-items:center}.room-modal-header h3{color:#fff;margin:0;font-size:1.8rem}.room-modal-close{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background .3s ease}.room-modal-close:hover{background:#fff3}.room-modal-body{padding:2rem;max-height:60vh;overflow-y:auto}.room-modal-body h4{color:var(--color-green);font-size:1.3rem;margin:2rem 0 1rem;font-weight:600}.room-modal-body h4:first-child{margin-top:0}.room-modal-body ul{list-style:none;margin-bottom:1.5rem}.room-modal-body li{color:#555;position:relative;padding:.3rem 0 .3rem 1.5rem}.room-modal-body li:before{content:"✓";position:absolute;left:0;color:var(--color-green);font-weight:700}.gallery-section{padding:4rem;background:var(--color-light);position:relative;z-index:20}.gallery-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem 1.5rem 1.5rem;font-size:1.1rem;font-weight:500}@media (max-width: 768px){body{overflow-x:hidden;max-width:100vw}.navbar{padding:1rem 2rem}.navbar.shrink{padding:.5rem 2rem}.logo img{height:80px}.logo.shrink img{height:40px}.nav-links{display:none}.hero{height:60vh;background-attachment:scroll}.hero-content h1{font-size:2.5rem}.section-intro{padding:4rem 2rem}.section-intro h2{font-size:2.5rem}.section-content{flex-direction:column;padding:4rem 2rem;height:auto;min-height:auto}.section-content.reverse{flex-direction:column}.content-text{padding-right:0;text-align:center}.content-text h3{font-size:2.5rem}.horizontal-section{height:auto;overflow:visible}.horizontal-wrapper{display:block;width:100%;height:auto}.horizontal-item{width:100%;height:auto;min-height:80vh;flex-direction:column;padding:4rem 2rem;text-align:center}.horizontal-item:nth-child(2n) .item-image,.horizontal-item:nth-child(odd) .item-image{order:1;max-width:100%;margin-bottom:2rem}.horizontal-item:nth-child(2n) .item-text,.horizontal-item:nth-child(odd) .item-text{order:2;max-width:100%}.item-image img{height:250px;width:100%}.item-text h3{font-size:2rem;color:#333}.item-text p{color:#333;font-size:1.1rem}.gallery{padding:4rem 2rem}.gallery h2{font-size:2.5rem}.gallery-grid{grid-template-columns:1fr;gap:1.5rem}.footer{padding:4rem 2rem 2rem}.footer-content{grid-template-columns:1fr;gap:2rem}.mobile-menu{width:90vw;max-width:350px}.room-container{flex-direction:column;margin:1rem;min-height:auto}.room-left,.room-right{flex:none;padding:1.5rem}.room-main-img{height:250px}.room-thumbnails{justify-content:center}.room-title{font-size:1.8rem}.total-price{font-size:2rem}.booking-buttons{flex-direction:column}.details-btn,.book-btn{width:100%}.room-modal-content{max-width:90%;margin:2rem}.room-modal-header,.room-modal-body{padding:1.5rem}}@media (max-width: 480px){.navbar{padding:.5rem 1rem}.navbar.shrink{padding:.25rem 1rem}.logo img{height:70px}.logo.shrink img{height:35px}.hero{height:50vh}.hero-content h1{font-size:2rem}.section-intro{padding:3rem 1rem}.section-intro h2{font-size:2rem}.section-content{padding:3rem 1rem}.content-text h3{font-size:2rem}.horizontal-item{padding:3rem 1rem;min-height:70vh}.item-text h3{font-size:1.8rem}.gallery{padding:3rem 1rem}.footer{padding:3rem 1rem 2rem}}
