body{font-family:Poppins,sans-serif;font-family:Inter,sans-serif;background-color:#fff;color:#1a1a1a;line-height:1.6;padding:0;margin:0}h1,h2,h3,.cta-button{font-family:Poppins,sans-serif}.navbar{position:sticky;top:0;background-color:#f3e9d2;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;z-index:1000}.navbar-container{display:flex;justify-content:space-between;align-items:center}.logo{height:50px}.nav-links{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.nav-links a{text-decoration:none;color:#1a1a1a;font-weight:500;font-size:1rem;transition:color .3s ease}.nav-links a:hover{text-decoration:underline;color:#d99028}.menu-toggle{display:none;font-size:1.8rem;background:none;border:none;cursor:pointer;color:#1a1a1a;z-index:1100}@media (max-width: 768px){.menu-toggle{display:block}.nav-links{position:fixed;top:0;left:0;flex-direction:column;justify-content:center;align-items:center;background-color:#f3e9d2;width:100%;height:100vh;transform:translate(-100%);transition:transform .3s ease-in-out;z-index:1050}.nav-links.open{transform:translate(0)}.nav-links li{margin:1.5rem 0;font-size:1.3rem}body.menu-open{overflow:hidden}}.hero{background-size:cover;background-position:center;position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-overlay{background-color:#00000080;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-content{color:#fff;text-align:center;padding:1.5rem 2rem;animation:fadeInUp 1s ease-out}.hero-content h1{font-size:4rem;margin-bottom:0rem;line-height:1.1}.hero-content p{font-size:1.25rem;margin-bottom:2rem;margin-top:.2rem;line-height:1.4}.cta-button{background-color:#d99028;color:#fff;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;border-radius:5px;text-decoration:none;transition:background-color .3s ease}.cta-button:hover{background-color:#b77420}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about{background-color:#fff;padding:4rem 2rem}.about-container{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto;opacity:0;transform:translateY(30px);animation:fadeIn 1s ease-out forwards;animation-delay:.2s}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.about-text{flex:1 1 500px}.about-text h2{font-size:2rem;margin-bottom:1rem;color:#1a1a1a}.about-text p{font-size:1rem;color:#333;margin-bottom:1rem;line-height:1.6}.about-features{display:flex;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.feature{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#1a1a1a}.feature-icon{font-size:1.5rem;color:#d99028}.about-visual{flex:1 1 400px;display:flex;justify-content:center;align-items:center}.about-image{width:100%;max-width:400px;height:auto;border-radius:10px;object-fit:cover;box-shadow:0 4px 10px #0000000d}.services{background-color:#f3e9d2;padding:6rem 2rem}.services-container{max-width:1200px;margin:0 auto}.services h2{text-align:center;font-size:2.5rem;margin-bottom:4rem;color:#1a1a1a}.service-item{display:flex;align-items:center;gap:2rem;margin-bottom:4rem;flex-wrap:wrap}.service-item.reverse{flex-direction:row-reverse}.service-image{flex:1 1 45%;max-width:500px;height:auto;border-radius:10px;overflow:hidden}.service-image img{width:100%;max-height:250px;object-fit:cover;display:block;border-radius:10px}.service-text{flex:1 1 50%}.service-text h3{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a}.service-text p{font-size:1rem;line-height:1.6;color:#333}.whyus{background-color:#fff;padding:6rem 2rem}.whyus-container{max-width:1200px;margin:0 auto;text-align:center}.whyus h2{font-size:2rem;margin-bottom:3rem;color:#1a1a1a}.whyus-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.whyus-card{background-color:#f3e9d2;padding:2rem;border-radius:10px;box-shadow:0 4px 10px #0000000d;flex:1 1 250px;max-width:300px;text-align:left;transition:transform .3s ease}.whyus-card:hover{transform:translateY(-5px)}.whyus-icon{font-size:2rem;color:#d99028;margin-bottom:1rem}.whyus-card h3{font-size:1.25rem;margin-bottom:.75rem;color:#1a1a1a}.whyus-card p{font-size:.95rem;color:#333;line-height:1.6}.contact{background-color:#f3e9d2;padding:4rem 2rem}.contact-container{max-width:800px;margin:0 auto;text-align:center}.contact-container h2{font-size:2rem;color:#1a1a1a;margin-bottom:1rem}.contact-container p{color:#333;margin-bottom:2rem;font-size:1rem}.form-wrapper{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 8px 20px #0000000d;text-align:left}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form label{font-weight:700;color:#1a1a1a;display:flex;flex-direction:column}.contact-form input,.contact-form textarea{display:block;margin-top:.5rem;padding:.75rem;border:1px solid #ccc;border-radius:6px;font-family:inherit;font-size:1rem;transition:all .3s ease;background-color:#fff;width:100%;box-sizing:border-box}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form textarea:focus{border-color:#d99028;outline:none;box-shadow:0 0 0 3px #d9902833}.contact-form button{background-color:#d99028;color:#fff;padding:.75rem;font-size:1rem;border:none;border-radius:6px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.contact-form button:hover{background-color:#b77420}.form-success{background-color:#e6f5e6;border:1px solid #b2dfb2;padding:1.5rem;border-radius:6px;font-size:1.1rem;color:#2e7d32;text-align:center;margin-top:1rem}.footer{background-color:#1a1a1a;color:#fff;padding:2rem 1rem;text-align:center}.footer-container{max-width:1200px;margin:0 auto}.footer-links a{color:#d99028;margin:0 1rem;text-decoration:none}.footer-links a:hover{text-decoration:underline}
