html{overflow-x:hidden;width:100%;max-width:100%}body{font-family:sans-serif;margin:0;padding:0;color:#333;background-color:#fff}a{color:#00f;text-decoration:none}a:hover{text-decoration:underline}img.inside-text{width:50%;padding:20px;float:left}img{max-width:100%;height:auto;display:block;margin:0 auto}table{width:100%;border-collapse:collapse;margin:1em 0}th,td{padding:8px;text-align:left;border-bottom:1px solid #ddd}@media(max-width:768px){table{display:block;overflow-x:auto;white-space:nowrap}}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=search],input[type=url],input[type=date],textarea,select{width:100%;padding:10px;margin-bottom:15px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}textarea{min-height:100px;resize:vertical}button,input[type=submit],input[type=button]{display:inline-block;padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}button:hover,input[type=submit]:hover,input[type=button]:hover{background-color:#0056b3}@media(max-width:576px){button,input[type=submit],input[type=button]{width:100%;padding:12px}}header .top-bar{background-color:#f8f9fa;padding:5px 20px;font-size:.9em;display:flex;justify-content:space-between;flex-wrap:wrap}header .top-bar .contact-info span,header .top-bar .phone-numbers span{margin-right:15px}header .main-nav{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background-color:#fff;border-bottom:1px solid #eee}header .main-nav .logo img{max-height:60px}header .main-nav ul{list-style:none;padding:0;margin:0;display:flex}header .main-nav ul li{margin-left:20px}header .main-nav ul li a{text-transform:uppercase;font-weight:700;color:#555}header .main-nav ul li a:hover{color:#0056b3;text-decoration:none}.blog-list{max-width:1200px;margin:0 auto;padding:20px}.blog-list .page-title{margin-bottom:20px;color:#333;font-size:2.5em}.blog-description{margin-bottom:40px;line-height:1.6}.blog-posts{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px}.blog-post{border:1px solid #eee;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-post:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.post-container{display:flex;flex-direction:column;height:100%}.post-image img{width:100%;height:200px;object-fit:cover}.post-content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.post-title{margin-top:0;margin-bottom:10px;font-size:1.5em}.post-title a{color:#333;text-decoration:none}.post-title a:hover{color:#007bff}.post-meta{font-size:.9em;color:#666;margin-bottom:15px}.post-date,.post-author{display:inline-block;margin-right:10px}.post-summary{margin-bottom:15px;line-height:1.6;flex-grow:1}.read-more{display:inline-block;color:#0056b3;font-weight:700;text-decoration:none;margin-top:auto}.read-more:hover{text-decoration:underline}.blog-post-single{max-width:800px;margin:0 auto;padding:20px}.post-header{margin-bottom:30px}.post-header .post-title{font-size:2.5em;margin-bottom:10px;color:#333}.post-featured-image{margin-bottom:30px}.post-featured-image img{width:100%;max-height:400px;object-fit:cover;border-radius:8px}.post-content{line-height:1.8;margin-bottom:40px}.post-content h2,.post-content h3{margin-top:30px;color:#333}.post-content p{margin-bottom:20px}.post-footer{border-top:1px solid #eee;padding-top:30px}.post-categories,.post-tags{margin-top:5px}.post-share{margin-bottom:30px}.post-share span{margin-right:10px;font-weight:700}.post-share a{display:inline-block;margin-right:15px;color:#007bff}.related-posts{margin-top:40px}.related-posts h3{margin-bottom:15px;color:#333}.related-posts ul{list-style:none;padding:0}.related-posts li{margin-bottom:10px}.related-posts a{color:#007bff;text-decoration:none}.related-posts a:hover{text-decoration:underline}.taxonomy-list,.taxonomy-terms-list{max-width:1200px;margin:0 auto;padding:20px}.taxonomy-list .page-title,.taxonomy-terms-list .page-title{margin-bottom:30px;color:#333;font-size:2.5em}.terms-list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:15px}.term-item{background-color:#f8f9fa;border-radius:5px;padding:0;transition:transform .2s ease}.term-item:hover{transform:translateY(-3px)}.term-link{display:block;padding:10px 15px;color:#333;text-decoration:none;font-weight:500}.term-link:hover{text-decoration:none;color:#007bff}.term-count{color:#666;font-size:.9em;margin-left:5px}@media(max-width:768px){.blog-posts{grid-template-columns:1fr}.blog-post-single{padding:15px}.post-header .post-title{font-size:2em}}footer{background-color:#f1f1f1;color:#555;padding:40px 20px 20px;margin-top:40px}footer .footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;margin-bottom:30px}footer .footer-content>div{flex-basis:calc(33% - 20px);min-width:250px}footer h4{color:#333;margin-bottom:15px}footer ul{list-style:none;padding:0}footer ul li{margin-bottom:8px}footer .footer-contact p{display:flex;align-items:flex-start;margin-bottom:12px;line-height:1.4}footer .footer-contact i{width:20px;font-size:16px;margin-right:10px;color:#007bff;margin-top:3px}footer .footer-contact a{color:#555}footer .trabalhe-conosco{display:flex;align-items:flex-start;margin-top:25px;background-color:#f9f9f9;padding:12px;border-radius:5px}footer .trabalhe-conosco i{font-size:24px;color:#007bff;margin-right:10px;margin-top:2px}footer .trabalhe-conosco div{display:flex;flex-direction:column}footer .trabalhe-conosco span{display:block;font-size:.9em;line-height:1.4}footer .trabalhe-conosco span:first-child{font-weight:700;color:#555;margin-bottom:3px}footer .footer-bottom{text-align:center;border-top:1px solid #ddd;padding-top:20px;font-size:.9em}main{min-height:60vh;width:100%;box-sizing:border-box}@media(max-width:768px){main{padding:30px 0}header .top-bar{justify-content:flex-start;text-align:left;flex-direction:column;padding:10px 15px;font-size:.85rem}header .top-bar .contact-info,header .top-bar .phone-numbers{width:100%;margin-bottom:5px}header .top-bar .contact-info span,header .top-bar .phone-numbers span{display:block;margin:5px 0;font-size:.85rem;text-align:left}header .main-nav{flex-direction:column}header .main-nav ul{margin-top:15px;flex-wrap:wrap;justify-content:center}header .main-nav ul li{margin:5px 10px}footer{padding:40px 0 20px}footer .footer-columns{gap:30px}footer .footer-column{flex-basis:calc(50% - 15px);min-width:200px}footer .footer-social{flex-basis:100%;text-align:left}footer .social-icons{justify-content:center}footer h4{font-size:18px;margin-bottom:15px;padding-bottom:10px}footer p,footer li{font-size:14px}}@media(max-width:480px){footer .footer-column{flex-basis:100%}footer .social-icons{justify-content:center}footer .trabalhe-conosco{flex-direction:column;align-items:center;text-align:center}footer .trabalhe-conosco i{margin-right:0;margin-bottom:10px}footer .trabalhe-conosco div{align-items:center}}:root{--font-size-base:16px;--font-size-h1:2rem;--font-size-h2:1.75rem;--font-size-h3:1.5rem;--font-size-h4:1.25rem;--font-size-h5:1rem;--font-size-h6:0.875rem;--font-size-small:0.875rem;--font-size-xs:0.75rem;--line-height-base:1.6}@media(max-width:1200px){:root{--font-size-base:15px;--font-size-h1:1.85rem;--font-size-h2:1.65rem;--font-size-h3:1.4rem;--font-size-h4:1.25rem;--font-size-h5:1rem}}@media(max-width:992px){:root{--font-size-base:15px;--font-size-h1:1.75rem;--font-size-h2:1.5rem;--font-size-h3:1.3rem;--font-size-h4:1.1rem;--font-size-h5:1rem}}@media(max-width:768px){:root{--font-size-base:14px;--font-size-h1:1.65rem;--font-size-h2:1.4rem;--font-size-h3:1.25rem;--font-size-h4:1rem;--font-size-h5:0.9rem}}@media(max-width:576px){main{padding:20px 0}main .container{padding:0 10px}:root{--font-size-base:12px;--font-size-h1:1.3rem;--font-size-h2:1.1rem;--font-size-h3:1rem;--font-size-h4:0.9rem;--font-size-h5:0.8rem;--font-size-small:0.8rem;--font-size-xs:0.5rem}header .top-bar{font-size:.5rem}header .top-bar .contact-info span,header .top-bar .phone-numbers span{font-size:.5rem;text-align:left}}body{font-family:open sans,sans-serif;color:#666;line-height:var(--line-height-base);font-size:var(--font-size-base);overflow-x:hidden;width:100%;max-width:100%}.container{max-width:1170px;margin:0 auto;padding:0 15px;width:100%;box-sizing:border-box}@media(max-width:1200px){.container{max-width:960px}}@media(max-width:992px){.container{max-width:720px}}@media(max-width:768px){.container{padding:0 20px}}@media(max-width:576px){.container{max-width:100%;padding:0 15px}}header .top-bar{background-color:#f8f9fa;color:#666;padding:8px 0;font-size:13px;border-bottom:1px solid #eee}header .top-bar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}header .top-bar .contact-info{float:left;padding-top:20px;padding-left:20px;display:flex;flex-wrap:wrap}header .top-bar .contact-info span{margin-right:20px;align-items:center}header .top-bar .phone-numbers{max-width:203px;margin-left:auto}header .top-bar .phone-numbers span{display:flex}header .top-bar i{color:#007bff;margin-right:5px;font-size:14px}header .top-bar a{color:#666;text-decoration:none}header .top-bar a:hover{color:#007bff}@media(max-width:992px){header .top-bar .container{flex-direction:column;align-items:flex-start}header .top-bar .contact-info{margin-bottom:5px;width:100%}header .top-bar .phone-numbers{width:100%;text-align:right;display:flex;justify-content:flex-end}header .top-bar .phone-numbers span{margin-left:0;margin-right:20px}}@media(max-width:768px){header .top-bar{padding:10px 0}header .top-bar .contact-info{flex-direction:column}header .top-bar .phone-numbers{flex-direction:column;align-items:flex-end}header .top-bar .contact-info span{margin:5px 0;font-size:12px}header .top-bar .phone-numbers span{margin:5px 0;font-size:12px;text-align:right}}@media(max-width:576px){header .top-bar{padding:8px 0}header .top-bar .contact-info span{font-size:11px}header .top-bar .phone-numbers span{font-size:11px;text-align:right}header .top-bar .phone-numbers p a{padding:10px}}header .logo img{max-height:80px;min-width:100px;width:auto}main{padding:40px 0;overflow-x:hidden}h1,.h1{font-size:var(--font-size-h1);margin-bottom:1rem;font-weight:700;line-height:1.2;color:#333}h2,.h2{font-size:var(--font-size-h2);margin-bottom:.9rem;font-weight:700;line-height:1.3;color:#333}h3,.h3{font-size:var(--font-size-h3);margin-bottom:.8rem;font-weight:600;line-height:1.4;color:#333}h4,.h4{font-size:var(--font-size-h4);margin-bottom:.7rem;font-weight:600;line-height:1.4;color:#333}h5,.h5{font-size:var(--font-size-h5);margin-bottom:.6rem;font-weight:600;line-height:1.5;color:#333}h6,.h6{font-size:var(--font-size-h6);margin-bottom:.5rem;font-weight:600;line-height:1.5;color:#333}p{margin-bottom:1rem}.text-small{font-size:var(--font-size-small)}.text-xs{font-size:var(--font-size-xs)}footer{background-color:#f8f9fa;color:#666;padding:60px 0 30px;font-size:var(--font-size-small);border-top:1px solid #e9ecef;box-shadow:0 -5px 15px rgba(0,0,0,3%)}footer a{color:#555;text-decoration:none;transition:color .2s ease}footer a:hover{color:#007bff}footer .footer-columns{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:40px;gap:15px}footer .footer-column{flex-basis:21%;margin-bottom:20px}footer h4{font-family:lato,sans-serif;color:#333;margin-bottom:20px;font-size:var(--font-size-h5);font-weight:700;position:relative;padding-bottom:12px}footer h4::after{content:'';position:absolute;left:0;bottom:0;width:40px;height:3px;background-color:#007bff}footer ul{list-style:none;padding:0}footer ul li{margin-bottom:10px}footer .social-icons{display:flex;gap:15px;margin-top:10px}footer .social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#f1f1f1;border-radius:50%;color:#555;transition:all .3s ease}footer .social-icons a:hover{background-color:#007bff;color:#fff;transform:translateY(-3px)}footer .social-icons i{font-size:18px}footer .copyright{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #e9ecef;font-size:var(--font-size-xs);color:#555;letter-spacing:.5px}footer .copyright p{margin:0;padding:0}@media(max-width:768px){footer .copyright{margin-top:20px;padding-top:15px}}.whatsapp-button{position:fixed;bottom:25px;right:25px;z-index:1000}.whatsapp-button img{width:55px;height:auto;border-radius:50%;box-shadow:2px 2px 10px rgba(0,0,0,.2);transition:transform .3s ease}.whatsapp-button img:hover{transform:scale(1.1)}@media(max-width:768px){.whatsapp-button{bottom:20px;right:20px}.whatsapp-button img{width:50px}}@media(max-width:576px){.whatsapp-button{bottom:15px;right:15px}.whatsapp-button img{width:45px}}.homepage-carousel{margin-bottom:40px;width:100%;max-width:100%;overflow-x:hidden;position:relative}.carousel-container img{width:100%;height:auto;max-height:600px;object-fit:cover}.carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;text-align:center;color:#1e2a35;z-index:1}.carousel-overlay h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #fff;color:#dedede}.carousel-overlay p{color:#dedede;font-size:1.3rem;margin-bottom:2rem;text-shadow:1px 1px 3px rgba(0,0,0,.5);max-width:1000px;margin-left:auto;margin-right:auto}.carousel-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.carousel-overlay .btn{padding:12px 30px;font-size:1.1rem;font-weight:600;border-radius:30px;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease}.carousel-overlay .btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.slick-prev,.slick-next{z-index:1;height:50px;width:50px}.slick-prev{left:25px}.slick-next{right:25px}.slick-prev:before,.slick-next:before{font-size:30px;color:rgba(255,255,255,.7)}.slick-prev:hover:before,.slick-next:hover:before{color:#fff}.slick-dots{bottom:15px}.slick-dots li button:before{font-size:12px;color:rgba(255,255,255,.5);opacity:1}.slick-dots li.slick-active button:before{color:#fff;opacity:1}@media(max-width:992px){.carousel-container img{max-height:400px}.carousel-overlay .btn{display:none}.slick-prev,.slick-next{height:40px;width:40px}.slick-prev{left:15px}.slick-next{right:15px}.slick-prev:before,.slick-next:before{font-size:24px}}@media(max-width:768px){.homepage-carousel{margin-bottom:30px}.carousel-container img{max-height:350px}.slick-dots{bottom:10px}.slick-dots li button:before{font-size:10px}}@media(max-width:576px){.homepage-carousel{margin-bottom:20px}.carousel-container img{max-height:250px}.slick-prev,.slick-next{height:30px;width:30px}.slick-prev{left:10px}.slick-next{right:10px}.slick-prev:before,.slick-next:before{font-size:20px}.slick-dots{bottom:5px}.slick-dots li{margin:0 3px}.slick-dots li button:before{font-size:8px}}.welcome-section{padding:80px 0;background-color:#f9f9f9}.welcome-section .container{max-width:1200px;margin:0 auto}.welcome-section h2{font-family:lato,sans-serif;font-size:36px;color:#333;margin-bottom:40px;position:relative;padding-bottom:15px;text-align:center}.welcome-section h2:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background-color:#007bff}.welcome-content{display:flex;flex-wrap:wrap;align-items:center;gap:40px;margin-top:30px}.welcome-image{flex:1;min-width:300px}.welcome-image img{width:100%;height:auto;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.welcome-image img:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.welcome-text{flex:1;min-width:300px;text-align:left}.welcome-text p{font-size:17px;line-height:1.7;margin-bottom:20px;color:#555}.welcome-text .btn{margin-top:10px}@media(max-width:768px){.welcome-section{padding:60px 0}.welcome-content{flex-direction:column;gap:30px}.welcome-image,.welcome-text{flex:100%}.welcome-text{text-align:center}}.btn{display:inline-block;padding:12px 24px;border-radius:0;text-decoration:none;font-weight:700;transition:all .3s ease;margin-top:15px;border:none}.btn-primary{background-color:#bbdefb;color:#0d47a1}.btn-primary:hover{background-color:#90caf9;text-decoration:none}.btn-whatsapp{background-color:#c8e6c9;color:#2e7d32}.btn-whatsapp:hover{background-color:#a5d6a7;text-decoration:none}.services-section{padding:80px 0;background-color:#fff}.services-section h2{text-align:center;font-size:36px;color:#333;margin-bottom:15px;position:relative;padding-bottom:15px}.services-section h2:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background-color:#007bff}.section-subtitle{text-align:center;font-size:18px;color:#666;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.service-card{background-color:#e3f2fd;padding:30px;text-align:center;transition:all .3s ease;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,5%);height:100%;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.service-icon{font-size:48px;color:#1976d2;margin-bottom:20px}.service-card h3{font-size:22px;color:#333;margin-bottom:15px;font-weight:600}.service-card p{font-size:16px;color:#666;margin-bottom:20px;line-height:1.6;flex-grow:1}.service-link{color:#1976d2;font-weight:700;text-decoration:none;padding:8px 16px;background-color:#bbdefb;transition:all .3s ease;border-radius:20px;display:inline-block;margin-top:auto}.service-link:hover{background-color:#90caf9;transform:translateY(-2px)}.services-cta{text-align:center;margin-top:50px}@media(max-width:768px){.services-section{padding:60px 0}.services-grid{gap:20px}.service-card{padding:25px}.service-icon{font-size:40px}.service-card h3{font-size:20px}.service-card p{font-size:15px}}.testimonials-section{padding:60px 0;background-color:#f0f7ff}.testimonials-section h2{text-align:center;font-size:32px;color:#333;margin-bottom:40px;position:relative;padding-bottom:15px}.testimonials-section h2:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background-color:#007bff}.testimonials-container{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:30px}.testimonial{background-color:#fff;border-radius:8px;padding:25px;box-shadow:0 5px 15px rgba(0,0,0,5%);width:100%;max-width:350px;position:relative}.testimonial:before{content:'\201C';font-size:80px;position:absolute;top:-20px;left:10px;color:rgba(0,123,255,.1);font-family:Georgia,serif}.testimonial-content p{font-size:16px;line-height:1.6;color:#555;margin-bottom:20px;position:relative;z-index:1}.testimonial-author{text-align:right;font-weight:700;color:#333}.locations-section{padding:80px 0;background-color:#f5f9ff}.locations-section h2{text-align:center;font-size:36px;color:#333;margin-bottom:15px;position:relative;padding-bottom:15px}.locations-section h2:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background-color:#007bff}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:40px}.location-card{background-color:#fff;border-radius:10px;padding:0;box-shadow:0 10px 30px rgba(0,0,0,8%);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.location-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.location-header{background-color:#007bff;color:#fff;padding:20px;display:flex;align-items:center}.location-icon{font-size:28px;margin-right:15px;background-color:rgba(255,255,255,.2);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center}.location-header h3{font-size:22px;margin:0;font-weight:600}.location-info{padding:25px}.location-info p{font-size:16px;color:#666;margin-bottom:15px;line-height:1.6}.location-phones a{color:#007bff;text-decoration:none;font-weight:500;transition:color .3s ease}.location-phones a:hover{color:#0056b3;text-decoration:underline}.location-hours{background-color:#f8f9fa;padding:10px 15px;border-radius:5px;font-size:14px}.location-card i{color:#007bff;margin-right:8px}.map-container{margin-top:20px;overflow:hidden;height:250px}.map-container iframe{width:100%;height:100%;border:none}.location-directions{display:block;text-align:center;background-color:#f8f9fa;color:#007bff;padding:15px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.location-directions:hover{background-color:#e9ecef;text-decoration:none}@media(max-width:768px){.locations-section{padding:60px 0}.locations-grid{gap:30px}.location-header{padding:15px}.location-icon{font-size:22px;width:40px;height:40px}.location-header h3{font-size:18px}.location-info{padding:20px}.map-container{height:200px}}.cta-section{padding:60px 0;background-color:#007bff;color:#fff;text-align:center}.cta-content h2{font-size:32px;margin-bottom:20px}.cta-content p{font-size:18px;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.cta-section .btn-primary{background-color:#fff;color:#007bff;border-color:#fff}.cta-section .btn-primary:hover{background-color:#f0f0f0;color:#0056b3}.cta-section .btn-whatsapp{background-color:#25d366;color:#015824;border-color:#25d366}.cta-section .btn-whatsapp:hover{background-color:#128c7e;border-color:#128c7e}.service-card,.testimonial{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.service-card.animated,.testimonial.animated{opacity:1;transform:translateY(0)}.service-card:nth-child(1){transition-delay:.1s}.service-card:nth-child(2){transition-delay:.2s}.service-card:nth-child(3){transition-delay:.3s}.service-card:nth-child(4){transition-delay:.4s}.testimonial:nth-child(1){transition-delay:.1s}.testimonial:nth-child(2){transition-delay:.2s}.testimonial:nth-child(3){transition-delay:.3s}@media(max-width:768px){.welcome-section,.services-section,.testimonials-section,.locations-section,.cta-section{padding:40px 0}.welcome-section h2,.services-section h2,.testimonials-section h2,.locations-section h2{font-size:26px;margin-bottom:25px}.services-grid{grid-template-columns:1fr;gap:20px}.service-card{padding:25px 20px}.testimonials-container{display:block}.testimonial{max-width:100%;margin-bottom:20px}.locations-grid{grid-template-columns:1fr}.location-card{padding:20px}.map-container iframe{height:200px}.cta-content h2{font-size:26px}.cta-content p{font-size:16px;margin-bottom:25px}.cta-buttons{flex-direction:column;gap:15px}.cta-buttons .btn{width:100%;padding:14px 20px}}@media(max-width:576px){.welcome-section,.services-section,.testimonials-section,.locations-section,.cta-section{padding:30px 0}.welcome-section h2,.services-section h2,.testimonials-section h2,.locations-section h2{font-size:22px;margin-bottom:20px}.service-card{padding:20px 15px}.service-icon{font-size:32px}.service-card h3{font-size:18px}.location-card h3{font-size:18px}.location-card p{font-size:14px}.cta-content h2{font-size:22px}.cta-content p{font-size:15px}}.hide-on-mobile{display:block}.show-on-mobile{display:none}@media(max-width:768px){.hide-on-mobile{display:none}.show-on-mobile{display:block}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@media(max-width:768px){.text-center-mobile{text-align:center}.text-left-mobile{text-align:left}.text-right-mobile{text-align:right}}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mt-3{margin-top:1rem}.mb-3{margin-bottom:1rem}.ml-3{margin-left:1rem}.mr-3{margin-right:1rem}.mt-4{margin-top:1.5rem}.mb-4{margin-bottom:1.5rem}.ml-4{margin-left:1.5rem}.mr-4{margin-right:1.5rem}.mt-5{margin-top:3rem}.mb-5{margin-bottom:3rem}.ml-5{margin-left:3rem}.mr-5{margin-right:3rem}.row{display:flex;flex-wrap:wrap;margin-right:15px;margin-left:15px;box-sizing:border-box;width:100%;max-width:100%;overflow-x:hidden}.col{position:relative;width:100%;padding-right:15px;padding-left:15px;box-sizing:border-box}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}@media(max-width:992px){.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}}@media(max-width:768px){.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media(max-width:576px){.col-xs-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xs-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xs-3{flex:0 0 25%;max-width:25%}.col-xs-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xs-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xs-6{flex:0 0 50%;max-width:50%}.col-xs-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xs-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xs-9{flex:0 0 75%;max-width:75%}.col-xs-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xs-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xs-12{flex:0 0 100%;max-width:100%}}.map-responsive{position:relative;padding-bottom:75%;height:0;overflow:hidden;margin-bottom:30px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.map-responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px}@media(max-width:768px){.map-responsive{padding-bottom:85%}}