*{margin:0;padding:0;box-sizing:border-box}.mt-4{margin-top:2rem!important}.mt-6{margin-top:4rem!important}.app-container{min-height:100vh;font-family:Helvetica Neue,Arial,sans-serif;color:#333;background-color:#f9f9f9}.navbar{background-color:#ffffff;color:#000000;padding:1rem;position:fixed;width:100%;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:background-color .3s ease}.container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo-animation{transition:transform .3s ease}.logo-animation:hover{transform:scale(1.05) rotate(5deg)}.nav-links{display:flex;gap:1.5rem}.nav-link{background:none;border:none;color:#000000;cursor:pointer;font-size:1rem;transition:color .3s ease,transform .3s ease}.nav-link:hover{color:#8a9a5b;transform:translateY(-2px) scale(1.1)}.menu-toggle{display:none;flex-direction:column;cursor:pointer}.hamburger{width:25px;height:3px;background-color:#000000;margin:2px 0;transition:all .3s ease}.hamburger.open{background-color:#8a9a5b}.hamburger:first-child.open{transform:rotate(45deg) translate(5px,5px)}.hamburger:nth-child(2).open{opacity:0}.hamburger:nth-child(3).open{transform:rotate(-45deg) translate(7px,-7px)}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:60px;left:0;width:100%;background-color:#ffffff;padding:1rem;box-shadow:0 2px 4px rgba(0,0,0,.1);animation:slideDown .3s ease}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media (max-width:768px){.container{flex-direction:row;justify-content:space-between;align-items:center;padding:0 1rem}.menu-toggle{display:flex}.nav-links{display:none}.nav-links.open{display:flex}.logo-animation{width:100px;height:auto}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-image{width:260px;margin-top:1rem}.contact-wrapper,.services-container{flex-direction:column}.section-title{font-size:1.5rem}.callback-form{width:100%}.banner-carousel{height:200px}.testimonial-carousel{max-width:100%}.testimonial-card{height:400px}.social-options{bottom:80px;right:-10px}.social-option{font-size:.8rem;padding:8px 12px}.social-option img{width:20px;height:20px}.popup-content{width:95%;padding:1.5rem}.popup-title{font-size:1.3rem}.popup-text{font-size:.9rem}.highlight-help{font-size:1.1rem;padding:.8rem;margin-top:1rem}.highlight-help strong{font-size:1.2rem}}.banner-carousel{position:relative;width:100%;height:470px;top:60px;overflow:hidden}.banner-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;opacity:0}.banner-slide.active{opacity:1}.banner-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;text-shadow:2px 2px 4px rgba(0,0,0,.5);animation:pulse 2s infinite}.banner-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.banner-subtitle{font-size:1.2rem;font-weight:400}.hero-section{padding:6rem 1rem 2rem;background:linear-gradient(135deg,#277670,#1f5e58);color:white;text-align:center;position:relative;top:60px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.hero-content{max-width:800px}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.2rem;margin-bottom:1.5rem}.hero-buttons{margin-bottom:2rem}.btn{padding:.75rem 1.5rem;border-radius:.375rem;font-size:1rem;cursor:pointer;margin:0 .5rem;border:none;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease}.btn:hover{transform:scale(1.05);box-shadow:0 4px 8px rgba(0,0,0,.2)}.primary{background-color:#8a9a5b;color:#ffffff;font-weight:600}.primary:hover{background-color:#6f8050}.secondary{background:none;border:2px solid #8a9a5b;color:#8a9a5b}.secondary:hover{background-color:#f1f5f9}.rounded-image{border-radius:.5rem;max-width:100%;height:auto;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .5s ease}.rounded-image:hover{transform:scale(1.03)}.hero-image{width:340px;margin-top:2rem}.section{padding:4rem 1rem;text-align:center}.section-title{font-size:2rem;font-weight:700;color:#277670;margin-bottom:1.5rem}.section-text{max-width:800px;margin:0 auto 1.5rem;font-size:1.1rem;line-height:1.6}.highlight-help{background-color:#e6f0e9;padding:1rem;border-radius:.5rem;font-size:1.3rem;font-weight:700;color:#277670;box-shadow:0 2px 6px rgba(0,0,0,.1)}.highlight-help strong{font-size:1.4rem}.about-section{background-color:#ffffff}.about-subsections{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.subsection{max-width:400px;text-align:left}.subsection-title{font-size:1.5rem;font-weight:600;color:#277670;margin-bottom:.5rem}.subsection-text{font-size:1rem;line-height:1.5}.services-section{background-color:#ffffff}.services-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-item{background-color:#f1f5f9;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);text-align:left;transition:transform .3s ease,box-shadow .3s ease}.service-item:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,.2)}.service-title{font-size:1.5rem;font-weight:600;color:#277670;margin-bottom:.5rem}.service-subtitle{font-size:1.1rem;color:#666;margin-bottom:.5rem}.service-text{font-size:1rem;line-height:1.5;margin-bottom:1rem}.service-list{list-style:none;padding-left:1rem}.service-list li{position:relative;font-size:1rem;margin-bottom:.5rem}.service-list li:before{content:"•";color:#277670;font-weight:700;display:inline-block;width:1em;margin-left:-1em}.testimonials-section{background-color:#f1f5f9}.testimonial-carousel{position:relative;max-width:900px;margin:0 auto;overflow:hidden}.testimonial-card{position:relative;height:350px}.testimonial-content{position:absolute;top:0;left:0;width:100%;padding:2rem;background:linear-gradient(135deg,#ffffff,#f1f5f9);border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.1);text-align:left;display:none;transition:transform .5s ease,opacity .5s ease}.testimonial-content.active{display:block}.testimonial-quote{font-size:1.3rem;font-weight:700;color:#277670;margin-bottom:1rem;position:relative}.testimonial-quote:before{content:"“";font-size:2rem;color:#8a9a5b;position:absolute;left:-1.5rem;top:-.5rem}.testimonial-text{font-size:1.1rem;line-height:1.7;color:#444;margin-bottom:1.5rem}.testimonial-author{font-size:1rem;font-style:italic;color:#666;text-align:right}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.dot{width:10px;height:10px;background-color:#ccc;border-radius:50%;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.dot.active{background-color:#8a9a5b;transform:scale(1.2)}.dot:hover{transform:scale(1.4)}.contact-section{background-color:#ffffff}.contact-wrapper{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2rem}.contact-form-card,.contact-info-card{flex:1;min-width:300px;background-color:#f1f5f9;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);text-align:left;transition:transform .3s ease,box-shadow .3s ease}.contact-form-card:hover,.contact-info-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,.2)}.contact-subtitle{font-size:1.5rem;font-weight:600;color:#277670}.contact-subtitle,.location-details{margin-bottom:1rem}.contact-link{color:#8a9a5b;text-decoration:none;font-weight:600;transition:color .3s ease}.contact-link:hover{color:#277670;text-decoration:underline}.callback-form{display:flex;flex-direction:column;gap:1rem}.form-input{padding:.75rem;border:1px solid #ccc;border-radius:.375rem;font-size:1rem;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease}.form-input:focus{border-color:#8a9a5b;transform:scale(1.02);box-shadow:0 0 5px rgba(138,154,91,.5)}.form-input textarea{resize:vertical;min-height:100px}.link-btn{background:none;border:none;color:#8a9a5b;text-decoration:underline;cursor:pointer;font-weight:600;margin:0 .5rem;transition:color .3s ease,transform .3s ease}.link-btn:hover{color:#277670;transform:translateY(-2px)}.footer{background-color:#277670;color:white;padding:1rem;text-align:center;font-size:.9rem;transition:background-color .3s ease}.footer:hover{background-color:#1f5e58}.social-float{position:fixed;bottom:20px;right:20px;z-index:9999;width:60px;height:60px;border-radius:50%;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.social-float:hover{transform:scale(1.1);box-shadow:0 6px 12px rgba(0,0,0,.3)}.social-icon{box-shadow:0 4px 10px rgba(0,0,0,.2)}.social-icon,.social-icon img{width:100%;height:100%;border-radius:50%}.social-icon img{object-fit:contain}.social-options{position:absolute;bottom:70px;right:0;display:flex;flex-direction:column;gap:10px;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease}.social-options.open{opacity:1;visibility:visible;transform:translateY(0)}.social-option{display:flex;align-items:center;gap:10px;background-color:#ffffff;padding:10px 15px;border-radius:25px;box-shadow:0 2px 8px rgba(0,0,0,.2);text-decoration:none;color:#277670;font-weight:600;font-size:.9rem;opacity:0;transform:translateX(20px);transition:opacity .3s ease,transform .3s ease}.social-options.open .social-option{opacity:1;transform:translateX(0)}.social-options.open .social-option:first-child{transition-delay:.1s}.social-options.open .social-option:nth-child(2){transition-delay:.2s}.social-option:hover{transform:scale(1.05) translateX(0);background-color:#f1f5f9}.social-option img{width:24px;height:24px}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:10000}.popup-content{background:#ffffff;padding:2rem;border-radius:.5rem;max-width:500px;width:90%;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.2)}.popup-close{position:absolute;top:10px;right:10px;background:none;border:none;font-size:1.2rem;cursor:pointer;color:#333;transition:color .3s ease}.popup-close:hover{color:#8a9a5b}.popup-title{font-size:1.5rem;font-weight:600;color:#277670;margin-bottom:1rem}.popup-text{font-size:1rem;margin-bottom:1.5rem;color:#444}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes bounceIn{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.05)}to{transform:translate(-50%,-50%) scale(1)}}.about-section.animate .animate-fadeInUp,.about-section.animate .animate-scaleIn,.about-section.animate .animate-slideInLeft,.about-section.animate .animate-slideInRight,.contact-section.animate .animate-fadeInUp,.contact-section.animate .animate-scaleIn,.contact-section.animate .animate-slideInLeft,.contact-section.animate .animate-slideInRight,.hero-section.animate .animate-slideUp,.services-section.animate .animate-fadeInUp,.services-section.animate .animate-scaleIn,.services-section.animate .animate-slideInUp,.testimonials-section.animate .animate-bounceIn,.testimonials-section.animate .animate-fadeInUp,.testimonials-section.animate .animate-scaleIn{animation:none}.hero-section.animate .animate-slideUp{animation:slideInUp .8s ease}.about-section.animate .animate-scaleIn{animation:scaleIn .8s ease}.about-section.animate .animate-fadeInUp{animation:fadeInUp .8s ease}.about-section.animate .animate-slideInLeft{animation:slideInLeft .8s ease}.about-section.animate .animate-slideInRight{animation:slideInRight .8s ease}.services-section.animate .animate-scaleIn{animation:scaleIn .8s ease}.services-section.animate .animate-fadeInUp{animation:fadeInUp .8s ease}.services-section.animate .animate-slideInUp{animation:slideInUp .8s ease}.testimonials-section.animate .animate-scaleIn{animation:scaleIn .8s ease}.testimonials-section.animate .animate-fadeInUp{animation:fadeInUp .8s ease}.testimonials-section.animate .animate-bounceIn{animation:bounceIn .8s ease}.contact-section.animate .animate-scaleIn{animation:scaleIn .8s ease}.contact-section.animate .animate-fadeInUp{animation:fadeInUp .8s ease}.contact-section.animate .animate-slideInLeft{animation:slideInLeft .8s ease}.contact-section.animate .animate-slideInRight{animation:slideInRight .8s ease}.footer.animate{animation:fadeIn 1s ease}@media (max-width:768px){.container{flex-direction:row;justify-content:space-between;align-items:center;padding:0 1rem}.menu-toggle{display:flex}.nav-links{display:none}.nav-links.open{display:flex}.logo-animation{width:100px;height:auto}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-image{width:260px;margin-top:1rem}.contact-wrapper,.services-container{flex-direction:column}.section-title{font-size:1.5rem}.callback-form{width:100%}.banner-carousel{height:608px}.testimonial-carousel{max-width:100%}.testimonial-card{height:400px}.social-options{bottom:80px;right:-10px}.social-option{font-size:.8rem;padding:8px 12px}.social-option img{width:20px;height:20px}.popup-content{width:95%;padding:1.5rem}.popup-title{font-size:1.3rem}.popup-text{font-size:.9rem}.highlight-help{font-size:1.1rem;padding:.8rem;margin-top:1rem}.highlight-help strong{font-size:1.2rem}}.desktop-banner{display:block}.mobile-banner{display:none}@media (max-width:768px){.desktop-banner{display:none}.mobile-banner{display:block}}.desktop-banner,.mobile-banner{width:100%;height:100%;background-size:cover;background-position:50%}