/*
Generated time: December 9, 2025 16:20
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.hero-section{position:relative;width:100%;height:700px;overflow:hidden}.hero-section img{width:100%;height:100%;object-fit:cover}.hero-text{position:absolute;top:30%;left:10%;color:#bfa46f;text-shadow:0 2px 6px rgba(0,0,0,.2);animation:fadeIn 1.5s ease-in-out}.hero-text h1{font-family:'Playfair Display',serif;font-size:3rem}.hero-text p{font-size:1.25rem;font-family:'Helvetica Neue',sans-serif}.hero-cta{display:inline-block;margin-top:1rem;padding:1rem 2rem;background:linear-gradient(90deg,#bfa46f,#7a5c3a);color:#fff;border-radius:8px;transition:transform .3s}.hero-cta:hover{transform:scale(1.05)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}