.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.hero-bg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.hero-bg-img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:-1}.hero-content h1{font-size:4rem;color:var(--color-white);margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-content p{font-size:1.5rem;margin-bottom:2rem;font-weight:300;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-booking-wrapper{width:100%;max-width:900px;margin:0 auto}.hero-booking-wrapper .booking-widget-container{background:#fffffffa;padding:2rem;border-radius:12px;box-shadow:0 20px 60px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-booking-wrapper #lodgify-search-bar{max-width:100%}.about-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-img img{border-radius:var(--border-radius);box-shadow:0 10px 30px #0000001a}.about-text span,.section-title span{color:var(--color-secondary);text-transform:uppercase;letter-spacing:2px;font-weight:700;font-size:.9rem;display:block;margin-bottom:.5rem}.about-text h2,.section-title h2{font-size:2.5rem;margin-bottom:1.5rem}.bg-light{background-color:#f9f9f9}.section-title{text-align:center;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-item{background:var(--color-white);padding:2rem;text-align:center;border-radius:var(--border-radius);transition:var(--transition);box-shadow:0 5px 15px #0000000d}.service-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.service-icon{color:var(--color-secondary);margin-bottom:1rem}.service-icon svg{width:48px;height:48px}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.room-card{background:var(--color-white);border-radius:var(--border-radius);overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:var(--transition)}.room-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.room-img img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.room-info{padding:2rem}.room-info h3{font-size:1.5rem;margin-bottom:.5rem}.room-info span{color:var(--color-secondary);font-size:.9rem;text-transform:uppercase;display:block;margin-bottom:1rem}.btn-link{color:var(--color-primary);font-weight:700;text-transform:uppercase;font-size:.9rem;margin-top:1rem;display:inline-block}.btn-link:hover{color:var(--color-secondary)}@media(max-width:992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-content h1{font-size:2.5rem}.about-container,.services-grid{grid-template-columns:1fr}}
