@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@300;400;500;600&display=swap";.header{z-index:1000;background-color:#fffffff2;width:100%;padding:1rem 0;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000001a}.header-container{justify-content:space-between;align-items:center;display:flex}.logo{color:#2d5a27;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.nav-list{gap:2rem;list-style:none;display:flex}.nav-list a{color:#333;font-weight:500;text-decoration:none;transition:color .3s}.nav-list a:hover{color:#2d5a27}.hero{color:#fff;text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;height:100vh;display:flex}.hero-content{max-width:800px}.hero-title{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:4rem}.hero-subtitle{margin-bottom:2rem;font-size:1.5rem;font-weight:300}.btn{border-radius:5px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background-color:#2d5a27}.btn-primary:hover{background-color:#1e3d1a;transform:translateY(-2px)}.features{background-color:#f9fdf9}.features-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.feature-card{background:#fff;border-radius:10px;padding:2rem;transition:transform .3s;box-shadow:0 5px 15px #0000000d}.feature-card:hover{transform:translateY(-5px)}.feature-icon{margin-bottom:1rem;font-size:3rem;display:block}.feature-card h3{color:#2d5a27;margin-bottom:.5rem}.feature-card p{color:#666;font-size:.9rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.gallery-item{border-radius:10px;height:250px;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.1)}.footer{color:#fff;background-color:#2d5a27;padding-bottom:2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:2rem;display:flex}.footer-info h3,.footer-links h4{margin-bottom:1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;color:#ccc;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#2d5a27;--secondary-color:#1e3d1a;--text-color:#333;--bg-color:#fff;--container-width:1200px}body{color:var(--text-color);background-color:var(--bg-color);font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.py-section{padding:5rem 0}.section-title{text-align:center;color:var(--primary-color);margin-bottom:3rem;font-family:Playfair Display,serif;font-size:2.5rem}h1,h2,h3,h4{line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}@media (width<=768px){.section-title{font-size:2rem}}
