:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333}#root{width:100%}.app{min-height:100vh}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;width:100%;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 0}@media (min-width: 769px){.nav-container{padding:1rem 2rem}}.nav-logo{display:flex;align-items:center;font-size:1.5rem}.nav-logo span{color:#0064b9;font-weight:700}.logo-img{height:40px;margin-right:.5rem}.nav-menu{display:flex;list-style:none}.nav-menu li{margin-left:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:700;transition:color .3s}.nav-menu a:hover{color:#28a745}@media (max-width: 768px){.nav-menu{display:none}.nav-container{padding:.5rem 1rem}.container{padding:2rem 1rem}}.hero{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;margin-top:70px;position:relative;overflow:hidden}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:opacity .5s ease-in-out}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#28a74599,#28a74599);z-index:2}.hero-content{position:relative;z-index:3}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:2rem}.cta-button{background-color:#fff;color:#28a745;padding:.75rem 1.5rem;text-decoration:none;border-radius:5px;font-weight:700;transition:background-color .3s}.cta-button:hover{background-color:#e9ecef}.carousel-dots{position:absolute;bottom:20px;display:flex;gap:10px;z-index:3}.dot{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:background-color .3s}.dot.active{background-color:#fff}.dot:hover{background-color:#fffc}.container{max-width:1200px;margin:0 auto;padding:4rem 0}@media (min-width: 769px){.container{padding:4rem 2rem}}.about,.services,.why-choose-us,.testimonials,.contact{background-color:#f8f9fa}.about h2,.services h2,.why-choose-us h2,.testimonials h2,.contact h2{text-align:center;margin-bottom:2rem;color:#0064b9}.about-content{display:flex;align-items:center;gap:4rem;flex-wrap:wrap}@media (max-width: 768px){.about-content,.features-grid,.testimonials-grid,.contact-content{padding:0 1rem}}.about-text{flex:1}.about-image{width:400px;height:300px;object-fit:cover;border-radius:8px;box-shadow:0 4px 8px #0000001a}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.service-image{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.service-card h3{color:#28a745;margin-bottom:1rem}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.why-choose-us{background-color:#f8f9fa}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{text-align:center;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.feature h3{color:#28a745;margin-bottom:1rem}.testimonials{background-color:#fff}.testimonials h2{text-align:center;margin-bottom:2rem;color:#28a745}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial{background-color:#f8f9fa;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.testimonial-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid #28a745}.testimonial p{font-style:italic;margin-bottom:1rem}.testimonial cite{font-weight:700;color:#28a745}.contact-content{display:flex;align-items:center;gap:4rem;flex-wrap:wrap}.contact-info{flex:1;display:flex;flex-direction:column;gap:2rem}.contact-image{width:400px;height:300px;object-fit:cover;border-radius:8px;box-shadow:0 4px 8px #0000001a}.contact-item{display:flex;align-items:center;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 8px #0000001a;animation:fadeInUp 1s ease-out;transition:transform .3s}.contact-item:hover{transform:translateY(-5px)}.contact-icon{font-size:3rem;margin-right:1rem}.phone-icon{color:#007bff}.whatsapp-icon{color:#25d366}.email-icon{color:#6c757d}.contact-item h3{color:#28a745;margin:0 0 .5rem}.contact-item p{margin:0}.contact a{color:#28a745;text-decoration:none;font-weight:700}.contact a:hover{text-decoration:underline}.whatsapp-link{background-color:#25d366;color:#fff;padding:.5rem 1rem;border-radius:5px;display:inline-block;margin-top:.5rem;transition:background-color .3s}.whatsapp-link:hover{background-color:#128c7e;color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer{background-color:#333;color:#fff;text-align:center;padding:2rem}.footer p{margin:0}.floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.floating-call,.floating-whatsapp{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:60px;text-decoration:none;background-color:transparent;box-shadow:none;transition:transform .3s}.floating-icon{width:60px;height:60px;border-radius:50%}.floating-call{color:#007bff}.floating-whatsapp{color:#fff}.floating-call:hover,.floating-whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 12px #0006}
