.header{position:sticky;top:0;z-index:1000;background-color:#fff;transition:box-shadow .3s ease,background-color .3s ease}.header.scrolled{box-shadow:0 2px 10px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;font-family:Inter,sans-serif}.logo-container{display:flex;align-items:center;gap:1rem}.logo{width:auto;height:55px}.secondary-logo{height:45px}@media (min-width: 768px){.logo{height:80px}.secondary-logo{height:70px}}.nav{display:flex;flex-direction:row;gap:2rem}.nav-list{display:flex;gap:2rem}.nav-item{list-style:none}.nav-link{text-decoration:none;color:#333;font-weight:600;font-size:1rem;transition:color .3s ease}.nav-link:hover{color:#28a745}.menu-toggle{display:flex;font-size:1.5rem;color:#333;background:none;border:none;cursor:pointer}.mobile-menu{position:absolute;top:75px;left:0;width:100%;background-color:#fff;box-shadow:0 4px 8px #0003;animation:slideDown .3s ease-in-out;z-index:999}.mobile-menu-list{display:flex;flex-direction:column;gap:1rem;padding:1rem;font-family:Inter,sans-serif;font-weight:600;color:#333}.mobile-menu-item{list-style:none}.mobile-menu-link{text-decoration:none;color:#333;font-size:1.1rem;font-weight:500;padding:.5rem 1rem;border-radius:5px;transition:background-color .3s ease,color .3s ease}.mobile-menu-link:hover{color:#28a745;background-color:#f1f1f1}@media (min-width: 768px){.menu-toggle,.mobile-menu{display:none}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}body{margin:0;padding:0;font-family:Inter,sans-serif;background:linear-gradient(322deg,#e3f2fd 50%,#fff);min-height:100vh;background-attachment:fixed;background-size:cover}.hero{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;background:linear-gradient(322deg,#e3f2fd 50%,#fff)}.hero-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1200px;width:100%;margin:2rem auto;gap:2rem}.hero-left h1{font-size:2.1rem;color:#333;margin-bottom:1rem}.hero-left p{font-size:1.2rem;color:#555}.hero-right .hero-image{width:100%;max-width:500px;border-radius:8px}.services-container{margin-top:3rem;padding:2rem 1rem;width:100%}.services-container h2{font-size:2rem;color:#333;text-align:center;margin-bottom:2rem}.service-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.service-card{background:#f8f9fa;box-shadow:0 4px 10px #0000001a;border-radius:8px;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.service-card:hover{transform:translateY(-5px);box-shadow:0 6px 15px #0003}.service-card-header{font-size:.8rem;color:#28a745;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.service-card h3{font-size:1.4rem;color:#333;margin-bottom:1rem}.service-card p{font-size:1rem;color:#555;margin-bottom:1.5rem}.learn-more-btn{padding:.5rem 1rem;background-color:#28a745;color:#fff;border:none;border-radius:5px;font-size:.9rem;cursor:pointer;transition:background-color .3s ease}.learn-more-btn:hover{background-color:#218838}@media (max-width: 768px){.hero-container{flex-direction:column;text-align:center}.hero-left h1{font-size:2rem}.hero-left p{font-size:1rem}.hero-right .hero-image{max-width:100%}}.floating-whatsapp{position:fixed;bottom:20px;right:20px;z-index:1000;cursor:pointer;transition:transform .3s ease,bottom .3s ease,right .3s ease;color:#29a74b}.floating-whatsapp img{width:50px;height:50px}@media (max-width: 768px){.floating-whatsapp img{width:40px;height:40px}.floating-whatsapp{bottom:55px;right:55px}}@media (max-width: 480px){.floating-whatsapp img{width:50px;height:55px}.floating-whatsapp{bottom:20px;right:10px}}.about-us-section{padding:3rem 1rem;text-align:center}.about-us-section h2{font-size:2rem;color:#333;margin-bottom:2rem}.about-us-content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;gap:2rem}.about-us-left{flex:1;min-width:300px;text-align:left;font-size:1rem;color:#555}.about-us-left h3{font-size:1.5rem;color:#28a745;margin-bottom:1rem}.about-us-left p{line-height:1.6}.about-us-right{flex:1;min-width:300px}.about-us-image-frame{border:2px solid #28a745;padding:10px;border-radius:8px;display:inline-block}.about-us-image{width:100%;max-width:250px;border-radius:5px}.about-us-highlight{margin-top:3rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;box-shadow:0 4px 10px #0000001a}.about-us-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}.benefit-item{background:#f9f9f9;padding:1.5rem;border-radius:8px;box-shadow:0 4px 10px #0000001a;text-align:left}.benefit-item h4{font-size:1.2rem;color:#28a745;margin-bottom:1rem}.benefit-item p{font-size:1rem;color:#555}@media (max-width: 768px){.about-us-content{flex-direction:column;text-align:center}.about-us-left,.about-us-right{min-width:100%}.about-us-benefits{grid-template-columns:1fr}}.about-us-highlight{margin-top:3rem;padding:1.5rem;background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 10px #0000001a;text-align:center}.about-us-highlight h3{font-size:1.5rem;color:#333;margin-bottom:1rem}.about-us-highlight p{font-size:1.2rem;color:#555;line-height:1.6}.about-us-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.benefit-item{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 10px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.benefit-item:hover{transform:translateY(-5px);box-shadow:0 6px 15px #0003}.benefit-item p{font-size:1rem;color:#555;line-height:1.6}@media (max-width: 768px){.about-us-highlight{padding:1rem}.about-us-benefits{grid-template-columns:1fr}}h3{text-align:center;margin:0 auto}.about-us-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;padding:1rem;box-sizing:border-box}.benefit-item{background-color:#fff;border:1px solid #dddddd;border-radius:8px;padding:1rem;text-align:center;box-shadow:0 2px 4px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.benefit-item:hover{transform:scale(1.05);box-shadow:0 4px 8px #0003}.benefit-item h4{font-size:1.2rem;color:#28a745;margin-bottom:.5rem}.benefit-item p{font-size:1rem;color:#555;line-height:1.5}.contact-us-section{display:flex;flex-direction:column;align-items:center}.contact-us-section h2{font-size:2.5rem;color:#333;margin-bottom:1rem;text-align:center;animation:fadeInDown 1s ease}.contact-form-container{background:#fff;border:1px solid #dddddd;border-radius:10px;padding:2rem 4rem;width:206%;max-width:1000px;box-sizing:border-box;animation:fadeIn 1.5s ease}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;text-align:left}.form-group label{font-size:1rem;color:#555;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.75rem;font-size:1rem;border:1px solid #cccccc;border-radius:5px;width:100%;box-sizing:border-box;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#28a745;box-shadow:0 0 10px #28a7454d;outline:none}.error-message{color:#d9534f;font-size:.85rem;margin-top:.25rem}.submit-button{background-color:#28a745;color:#fff;border:none;border-radius:5px;padding:.75rem 1.5rem;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.submit-button:hover{background-color:#218838;transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.contact-form-container{width:100%;padding:1.5rem 2rem}.contact-us-section h2{font-size:2rem}.form-group input,.form-group textarea{font-size:.9rem}}.footer{padding:1rem 0;font-size:.85rem;color:#555;text-align:center;width:100%;border-top:1px solid #dddddd}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-contact{text-align:center;font-size:.9rem;line-height:1.4}.footer-contact .footer-name{font-weight:700}.footer-icons{display:flex;justify-content:center;gap:1rem}.footer-icons span{display:flex;align-items:center;gap:.3rem}.footer-icons .icon{color:#28a745;vertical-align:middle}.footer-icons a{text-decoration:none;color:#007bff;font-weight:500;transition:color .3s ease}.footer-icons a:hover{color:#0056b3}.footer-links{display:flex;gap:.5rem;justify-content:center}.footer-links a{text-decoration:none;color:#007bff;font-weight:500;transition:color .3s ease}.footer-links a:hover{color:#0056b3}.footer-copyright{font-size:.8rem;color:#555}
