.home-container{align-items:center;background:#fff;display:flex;flex-direction:column;width:100%}.parallax-section{background:hsla(0,0%,96%,.95);padding:80px 20px;text-align:center;width:100%}.parallax-content{margin:auto;max-width:1200px;padding:40px}.parallax-content h2{color:#008b8b;font-size:2.2rem;font-weight:700;margin-bottom:60px;text-shadow:3px 3px 5px rgba(0,0,0,.1);text-shadow:2px 2px 5px rgba(0,0,0,.2)}.features{display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-content:center}.feature{background:#fff;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.1);display:flex;flex-direction:column;max-width:280px;min-height:200px;padding:25px;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s}.feature:hover{box-shadow:0 8px 20px rgba(0,0,0,.15);transform:translateY(-5px)}.feature i{color:#e53935;font-size:2rem;margin-bottom:15px}.feature h3{color:#222;font-size:1.3rem;font-weight:700;margin-bottom:10px}.feature p{color:#666;font-size:1rem;line-height:1.6}.services-overview{background:url(/build/images/parallax.03f9de92.jpg) fixed 50%/cover;color:#fff;padding:150px 20px;text-align:center;width:100%}.section-title{background:rgba(0,0,0,.3);border-radius:8px;font-size:2.5rem;font-weight:700;margin:50px auto;max-width:550px;text-shadow:3px 3px 5px hsla(0,0%,100%,.5)}.services-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-left:auto;margin-right:auto;margin-top:30px;max-width:1200px}.service-card{background:hsla(0,0%,100%,.9);border-radius:12px;box-shadow:0 6px 15px rgba(0,0,0,.15);display:flex;flex-direction:column;height:400px;justify-content:space-between;padding:40px;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s}.service-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.2);transform:translateY(-5px)}.service-card h3{color:#222;font-size:1.6rem;font-weight:700;margin-bottom:15px}.service-card p{color:#555;flex-grow:1;font-size:1.1rem;line-height:1.8}.service-btn{background:#008b8b;border-radius:8px;color:#fff;display:inline-block;font-size:1.2rem;margin-top:auto;padding:12px 24px;text-decoration:none;transition:background .3s,transform .3s}.service-btn:hover{background:#daa520;transform:translateY(-2px)}.testimonials{background:hsla(0,0%,100%,.95);overflow:hidden;padding:100px 20px;position:relative;text-align:center;width:100%}.testimonials h2{color:#008b8b;font-size:2.5rem;font-weight:700;margin-bottom:30px;text-shadow:3px 3px 5px rgba(0,0,0,.1);text-shadow:2px 2px 5px rgba(0,0,0,.2)}.testimonial{align-items:center;background:#fff;border-radius:12px;box-shadow:0 6px 15px rgba(0,0,0,.15);display:flex;flex-direction:column;margin:auto;max-height:400px;max-width:800px;min-height:400px;padding:40px;text-align:center;transition:transform .5s ease-in-out,opacity .5s ease-in-out}.slide-in-right{animation:slide-in .5s forwards;opacity:0;transform:translateX(100%)}.slide-out-left{animation:slide-out .5s forwards;opacity:1;transform:translateX(0)}.testimonial-content{color:#333;font-size:1.2rem;line-height:1.6;margin-top:15px;max-width:600px}.testimonial-content p{font-style:italic}.testimonial-logo img{border-radius:50%;box-shadow:0 3px 10px rgba(0,0,0,.1);height:80px;margin-bottom:15px;max-width:100px;object-fit:contain;width:80px}.testimonial-rating{color:gold;font-size:1.5rem;margin-top:10px}.testimonial span{color:#555;font-size:1.1rem;font-weight:700;margin-top:15px}.faq-section{background:#f7f7f7;box-shadow:0 5px 15px rgba(0,0,0,.1);padding:100px 20px;position:relative;text-align:center;width:100%}.faq-section h2{color:#008b8b;font-size:2.5rem;font-weight:700;margin-bottom:30px;text-shadow:3px 3px 5px rgba(0,0,0,.1)}.faq-container{margin:auto;max-width:800px}.faq-item{background:#fff;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1);cursor:pointer;margin-bottom:15px;padding:15px;transition:background .3s,box-shadow .3s,color .3s}.faq-item:hover{background:#008b8b;color:#fff}.faq-question{font-size:1.2rem;font-style:italic;font-weight:700}.faq-answer{color:#444;display:none;font-size:1rem;margin-top:10px;transition:color .3s ease-in-out}.faq-item.active{background:#008b8b;box-shadow:0 6px 15px rgba(0,0,0,.2);color:#fff}.faq-item.active .faq-answer{color:#fff;display:block}.faq-icon{font-weight:700;margin-right:10px}.contact-section{background:linear-gradient(hsla(0,0%,100%,.8),hsla(0,0%,100%,.8)),url(/build/images/contact.4c575880.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:0 -5px 15px rgba(0,0,0,.2);color:#333;padding:120px 20px 100px;position:relative;text-align:center;width:100%}.contact-section h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 5px rgba(0,0,0,.3)}.contact-section p{display:block;font-size:1.2rem;margin-bottom:15px}.contact-btn{background:#008b8b;border-radius:8px;box-shadow:0 0 12px rgba(0,139,139,.5);color:#fff;display:inline-block;font-size:1.2rem;font-weight:700;padding:15px 30px;text-transform:uppercase;transition:background .3s ease-in-out,color .3s ease-in-out,transform .2s}.contact-section a{text-decoration:none}.contact-btn:hover{background-color:#005f5f;box-shadow:0 0 18px rgba(0,95,95,.8);color:#fff;transform:scale(1.05)}.contact-btn,.contact-section h2,.contact-section p{animation:fadeInUp .8s ease-in-out}.seo-text-wrapper{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background:hsla(0,0%,100%,.75);border-left:4px solid #00b894;border-radius:8px;box-shadow:0 3px 8px rgba(0,0,0,.06);color:#333;font-size:1.05rem;font-weight:400;line-height:1.7;margin:30px auto 40px;max-width:880px;padding:20px 30px;text-align:justify;transition:all .3s ease}.seo-text-wrapper p{color:#222;font-size:1.05rem;line-height:1.7;margin:0}@media (max-width:768px){.parallax-section{padding:0}.features{align-items:center;display:flex;flex-direction:column}.feature{margin-bottom:20px;width:90%}.services-overview{background-attachment:scroll;background-size:cover}.services-grid{grid-template-columns:1fr}.testimonial{max-height:500px;padding:30px}.testimonial-content{font-size:1rem}.faq-section{padding:80px 15px}.faq-item{padding:12px}.contact-section{padding:80px 15px}.contact-btn{font-size:1.1rem;padding:12px 25px}}@keyframes slide-in{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slide-out{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}