@import url(https://fonts.googleapis.com/css2?family=Goblin+One&family=Rubik+Dirt&family=Rubik+Mono+One&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home{display:grid;font-family:Arial,sans-serif;grid-template-areas:"background";height:100vh;overflow:hidden;position:relative}.background{background:url(/static/media/home-bg.cb8bfd452f4e7fd057ad.png) 50%/cover no-repeat;inset:0;position:absolute;z-index:0}.company-name{color:#fff;left:50%;position:absolute;text-align:center;top:0;transform:translateX(-50%);z-index:1}.company-name h1{font-size:3rem;font-weight:700;text-shadow:2px 2px 4px #000000b3}.company-name p{font-size:1.2rem;text-shadow:1px 1px 3px #0009}.hero{background:#ffffff1a;border-radius:10px;box-shadow:0 4px 10px #0003;padding:20px;position:absolute;width:45%;z-index:1}.hero-top-right{right:2%;top:2%;width:200px}.hero-bottom-left{bottom:20%;left:2%;width:200px}.hero-title{color:#333;font-size:1.8rem;margin-bottom:10px}.locations-list{display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin:20px 0;padding:0}.location-item{background-color:#f8f8f8;border:1px solid #ddd;border-radius:5px;color:#444;font-size:1rem;padding:8px 15px;transition:all .3s ease}.location-item:hover{background-color:#4caf50;color:#fff;cursor:pointer;transform:scale(1.1)}.cta{background-color:#0207af;border-radius:5px;color:#fff;display:inline-block;font-size:1rem;font-weight:700;padding:12px 20px;text-decoration:none;transition:all .3s ease-in-out}.cta:hover{background-color:#aaf105}.animated-btn{animation:pulse 2s infinite}@media (max-width:768px){.company-name h1{font-size:2.5rem}.company-name p{font-size:1rem}.hero{width:80%}.hero-top-right{top:5%}.hero-bottom-left,.hero-top-right{left:50%;transform:translateX(-50%)}.hero-bottom-left{bottom:5%}}@media (max-width:480px){.company-name h1{font-size:1rem;padding:0}.company-name p{font-size:.9rem}.hero{padding:15px;width:90%}.hero-title{font-size:1.5rem}.cta{font-size:.9rem;padding:10px 15px}.hero-top-right{left:18%;top:30%;width:100px}.hero-bottom-left{display:none}}.about-section{background-color:#f8f9fa;padding:2rem}.section-title{color:#036;font-size:2rem;margin-bottom:1.5rem;text-align:center}.subtitle{color:#dc3545;font-size:1.5rem}.about-description,.subtitle{margin-bottom:2rem;text-align:center}.about-description{color:#343a40;font-size:1.1rem}.choose-grid,.goodness-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.choose-item,.goodness-item{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem;text-align:center;transition:transform .3s ease}.choose-item:hover,.goodness-item:hover{background-color:#bbdf59;color:#fff;transform:translateY(-5px)}.icon{color:#ffc107;font-size:2.5rem;margin-bottom:1rem}.choose-item h4,.goodness-item h4{color:#036;font-size:1.25rem;margin-bottom:.5rem}.choose-item p,.goodness-item p{color:#343a40;font-size:1rem}@media (max-width:768px){.section-title{font-size:1.75rem}.subtitle{font-size:1.25rem}.choose-item,.goodness-item{padding:1rem}.icon{font-size:2rem}}@media (max-width:480px){.section-title{font-size:1.5rem}.subtitle{font-size:1rem}.choose-item,.goodness-item{padding:.75rem}.icon{font-size:1.5rem}}.services{background-color:#f8f9fa;padding:3rem 1rem}.services-title{color:#036;font-size:2rem;margin-bottom:2rem;text-align:center}.services-list{display:flex;flex-direction:column;gap:2rem}.service-item{align-items:center;animation:fadeIn 1.5s ease-in-out;display:flex;flex-wrap:wrap;gap:1rem}.text-left .service-text{order:1}.text-left .service-image,.text-right .service-text{order:2}.text-right .service-image{order:1}.service-text{flex:1 1;padding:1rem}.service-text h3{color:#036;font-size:1.5rem;margin-bottom:.5rem}.service-text p{color:#555;font-size:1rem}.service-image{flex:1 1;text-align:center}.service-image img{border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:500px;width:100%}@media (max-width:768px){.service-item{flex-direction:column}.text-left .service-image,.text-left .service-text,.text-right .service-image,.text-right .service-text{order:0}}.services-container{flex-wrap:wrap;gap:20px;padding:20px}.service-card,.services-container{display:flex;justify-content:center}.service-card{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;cursor:pointer;flex-direction:column;height:160px;transition:transform .3s ease-in-out,background .3s;width:160px}.service-card:hover{background:#f7f7f7;transform:translateY(-5px)}.service-icon{color:#007bff;font-size:40px}.service-title{color:#333;font-size:16px;font-weight:700;margin-top:10px;text-align:center}@media (max-width:768px){.services-container{align-items:center;flex-direction:column}.service-card{flex-direction:row;height:120px;padding:10px;width:90%}.service-icon{font-size:30px;margin-right:10px}.service-title{font-size:14px;text-align:left}}.gallery{background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin:0 auto;max-width:1200px;padding:20px;text-align:center}.gallery-title{animation:fadeInDown 1s ease-in-out;color:#1e90ff;font-size:2rem;margin-bottom:20px}.gallery-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.gallery-item{animation:zoomIn 1s ease-in-out;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow:hidden;position:relative}.gallery-image{height:100%;object-fit:cover;transition:transform .3s ease,opacity .3s ease;width:100%}.gallery-item:hover .gallery-image{opacity:.8;transform:scale(1.1)}@media (max-width:768px){.gallery-title{font-size:1.5rem}.gallery-grid{gap:10px}}@media (max-width:480px){.gallery-title{font-size:1.2rem}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.service-locations{background-color:#f9f9f9;padding:40px 20px;text-align:center}.service-locations h2{color:#1e90ff;font-size:2rem;margin-bottom:20px}.search-bar{border:1px solid #ddd;border-radius:5px;font-size:1rem;margin-bottom:30px;max-width:400px;padding:10px;width:80%}.locations-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.state-section h3{color:#333;font-size:1.5rem}.city-list{list-style:none;margin:0;padding:0}.city-list li{color:#555;font-size:1rem;padding:5px 0;transition:color .3s}.city-list li:hover{color:#1e90ff}.no-result{color:#999;font-size:1rem;margin-top:20px}.contact{animation:fadeInUp 1s ease-in-out;background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 8px #0000001a;margin:0 auto;max-width:800px;padding:20px;text-align:center}.contact-title{animation:fadeInDown 1s ease-in-out;color:#1e90ff;font-size:2rem;margin-bottom:20px}.contact-info{display:flex;flex-direction:column;gap:15px}.contact-item{align-items:center;animation:fadeIn 1s ease-in-out;color:#333;display:flex;font-size:1.2rem;gap:10px;justify-content:center}.contact-item a{color:#1e90ff;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#ff4500}.contact-item i{animation:pulse 1.5s infinite;color:#ff4500;font-size:1.5rem}@media (max-width:768px){.contact-title{font-size:1.5rem}.contact-item{flex-direction:column;font-size:1rem;text-align:center}.contact-item i{margin-bottom:5px}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.quote{background:#f9f9f9;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:600px;padding:20px}.quote h2{color:#1e90ff;margin-bottom:20px;text-align:center}.quote form{display:flex;flex-direction:column;gap:15px}.quote input,.quote textarea{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:10px;width:100%}.quote textarea{min-height:80px;resize:none}.row{display:flex;gap:10px}.row input{flex:1 1}.whatsapp-button{align-items:center;background-color:#25d366;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:10px 20px;transition:.3s ease-in-out}.whatsapp-button:hover{background-color:#1ebd57}.whatsapp-icon{font-size:24px;margin-right:8px}.footer{background-color:#3d09c0;color:#fff;font-family:Arial,sans-serif;padding:0}.footer-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:auto;max-width:1200px}.footer-section h3{border-bottom:2px solid #f39c12;color:#df0;display:inline-block;font-size:1.5rem;margin-bottom:10px;padding-bottom:5px;text-transform:uppercase}.footer-section p{font-size:1rem;line-height:1.6}.owner{display:flex;margin:0}.about-image{flex:1 1 45%;text-align:center}.about-image img{border-radius:10px;box-shadow:0 4px 10px #0003;height:200px;width:100%;width:200px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#ffedcc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#ff4500}.footer-section .social-icons{margin-top:15px}.footer-section .social-icons a{color:#1e90ff;font-size:1.5rem;margin-right:15px;transition:color .3s ease}.footer-section .social-icons a:hover{color:#ff4500}.footer-bottom{border-top:1px solid #444;color:#aaa;font-size:.9rem;margin-top:20px;padding-top:10px;text-align:center}.footer-bottom p{margin:0}.footer-bottom p a{color:#fff}@media (max-width:768px){.footer-container{align-items:center;flex-direction:column;padding:10px;text-align:center}.owner{display:flex;flex-direction:column;margin:0}.footer-section{margin-bottom:20px}iframe{width:100%}}.navbar{background-color:#5707d1;box-shadow:0 4px 6px #0000001a;color:#fff;padding:3rem 0;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1200px}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{text-decoration:none}.logo-image{position:fixed;width:150px}.navbar-links{display:flex;font-weight:700;gap:1.5rem;list-style:none;margin:0;padding:0}.navbar-link{color:#fff;font-size:1rem;text-decoration:none;transition:color .3s ease}.navbar-link:hover{border-bottom:2px solid #e4e428;color:#fc0}.mobile-menu-icon{background:none;border:none;cursor:pointer;display:none;height:24px;position:relative;width:30px;z-index:1001}.mobile-menu-icon span{background-color:#fff;display:block;height:4px;margin:4px 0;transition:all .3s ease-in-out;width:100%}.mobile-menu-icon.open span:first-child{transform:translateY(10px) rotate(45deg)}.mobile-menu-icon.open span:nth-child(2){opacity:0}.mobile-menu-icon.open span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}@media (max-width:768px){.mobile-menu-icon{display:block;margin-right:20px;width:50px}.navbar-links{background:linear-gradient(180deg,rgba(1,82,169,.837) 50%,rgba(157,14,229,.549));display:flex;flex-direction:column;left:0;max-height:0;overflow:hidden;position:absolute;right:0;top:100%;transition:max-height .3s ease-in-out}.navbar-link{font-size:25px}.navbar-links.mobile-menu-open{max-height:500px;padding:20px}.navbar-item{text-align:center}.navbar{padding:1.5rem 0}.logo-image{position:fixed;width:90px}}
/*# sourceMappingURL=main.4b2679b0.css.map*/