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}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.home-container{padding:1rem;text-align:center}.home-header{background-image:url(https://www.google.com/url?sa=i&url=https%3A%2F%2Fstock.adobe.com%2Fsearch%2Fimages%3Fk%3Devent%2Bbackground&psig=AOvVaw0bAfV0JB5akb1EbwPj6pxg&ust=1737560633055000&source=images&cd=vfe&opi=89978449&ved=0CBQQjRxqFwoTCLijpsyTh4sDFQAAAAAdAAAAABAE);background-size:cover;color:#fff;padding:4rem 2rem}.cta-buttons .btn{background-color:#007bff;border-radius:5px;color:#fff;margin:.5rem;padding:1rem 2rem;text-decoration:none}.services-grid{display:flex;justify-content:space-around;margin-top:2rem}.service-item{border:1px solid #ddd;border-radius:10px;padding:1rem;width:22%}.services-container{padding:60px;text-align:center}.services-title{color:#333;font-family:Poppins,sans-serif;font-size:3rem;margin-bottom:40px}.services-list{grid-gap:20px;display:grid;grid-template-columns:repeat(5,1fr)}.service-card{background:#fff;border-radius:15px;box-shadow:0 10px 20px #0000001a;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 15px 25px #00000026;transform:translateY(-10px)}.service-title{color:tomato;font-size:1.8rem;font-weight:700;margin-bottom:15px}.service-description{color:#666;font-family:Segoe Print,cursive;font-size:1.1rem;margin-bottom:20px}.service-button{background-color:tomato;border-radius:50px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:12px 25px;text-decoration:none;transition:background-color .3s ease}.service-button:hover{background-color:#ff4500}@media (max-width:1200px){.services-list{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.services-list{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.services-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.services-container{padding:10px}.service-card{border-radius:8px;padding:10px}.services-list{grid-template-columns:1fr}}.state-dropdown{margin-bottom:1.5rem;text-align:left}.dropdown{background-color:#fff;border:1px solid #ddd;border-radius:5px;color:#333;font-size:1rem;padding:.5rem}.dropdown:focus{border-color:#ff4500;outline:none}.locations-container{margin:0 auto;max-width:1200px;padding:2rem;text-align:center}.locations-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.locations-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.location-card{background-color:#f7f7f7;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a;cursor:pointer;padding:1.5rem;text-align:left;transition:transform .3s,box-shadow .3s}.location-image{border-radius:8px;height:100px;margin-bottom:1rem;object-fit:cover;width:100%}.location-card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-5px)}.location-name{color:#ff4500;font-size:1.8rem;margin-bottom:.5rem}.location-address{color:#666;font-size:.9rem;margin-top:.5rem}.no-locations{color:#888;font-size:1.2rem}@media (min-width:1200px){.locations-list{grid-template-columns:repeat(4,1fr)}}@media (max-width:576px){.location-card,.location-image{border-radius:8px}.location-card,.locations-container{padding:10px}.location-card{width:100%}}.contact-container{background-color:#0009;background-image:url(/static/media/Contact-form.c916817374b9ec41b077.avif);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;box-shadow:0 8px 16px #0000001a;flex-wrap:wrap;margin:2rem}.contact-container,.contact-left{color:#fff;display:flex;padding:2rem}.contact-left{background-color:#00000080;border-radius:8px 0 0 8px;border-right:1px solid #ececec;flex:1 1;flex-direction:column;justify-content:center}.contact-left h2{color:#fff;font-size:2rem;margin-bottom:1.5rem}.contact-left p{color:#ddd;font-family:Segoe Print,cursive;font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.contact-right{background-color:#00000080;border-radius:0 8px 8px 0;color:#fff;flex:1 1;padding:2rem}.contact-right h2{color:#fff;font-size:2rem;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column}.contact-form div{margin-bottom:1.5rem}.contact-form label{color:#fff;display:block;font-weight:600;margin-bottom:.5rem}.contact-form input,.contact-form textarea{background-color:#ffffff1a;border:1px solid #ccc;border-radius:4px;color:#fff;font-size:1rem;padding:.75rem;width:100%}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffffb3}.contact-form input:focus,.contact-form textarea:focus{background-color:#fff3;border-color:#007bff;outline:none}.contact-form textarea{min-height:150px;resize:vertical}.contact-form button{background-color:tomato;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem}.contact-form button:hover{background-color:#ff4500}.success-message{color:green}@media (max-width:768px){.contact-container{flex-direction:column}.contact-left,.contact-right{border-radius:8px;border-right:none}}@media (max-width:576px){.contact-container{margin:0;padding:10px}.contact-left,.contact-right{margin-bottom:10px;padding:1rem}.contact-left h2,.contact-right h2{font-size:1.5rem}}.testimonial-slider{background-color:#f4f4f400;overflow:hidden;padding:2rem;width:100%}.testimonial-title{color:#333;font-size:2rem;margin-bottom:1.5rem;text-align:center}.testimonial-container{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:2rem;scroll-behavior:smooth;scroll-snap-type:x mandatory}.testimonial-slide{background:#fff;border:1px solid #e0dede;border-radius:15px;box-shadow:0 4px 8px #0000001a;flex:0 0 300px;padding:1.5rem;scroll-snap-align:center;text-align:center;transition:transform .3s ease}.testimonial-slide:hover{transform:scale(1.05)}.testimonial-image{border:3px solid #ccc;border-radius:50%;height:100px;margin-bottom:1rem;object-fit:cover;width:100px}h3{color:#ff4500;font-size:1.2rem;margin-bottom:.5rem}.testimonial-feedback{color:#666;font-family:Segoe Print,cursive;font-size:.9rem;line-height:1.5;margin-bottom:.75rem}.testimonial-rating{color:#f39c12}.view-images-button{background-color:tomato;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem}.view-images-button:hover{background-color:#ff4500}.image-modal{align-items:center;background-color:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background-color:#fff;border-radius:10px;max-height:80%;max-width:80%;overflow-y:auto;padding:2rem;position:relative}.close-button{color:#333;cursor:pointer;font-size:2rem;position:absolute;right:10px;top:10px}.image-gallery{display:flex;flex-wrap:wrap;gap:1rem}.modal-image{border-radius:10px;height:150px;object-fit:cover;width:150px}@media (max-width:576px){.testimonial-slide{flex:0 0 200px}}.feedback-container{background-color:#0009;background-image:url(/static/media/feedback-form.c9866b17f75a51cc2203.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;box-shadow:0 8px 16px #0000001a;display:flex;flex-wrap:wrap;margin:2rem;padding:2rem}.feedback-left{background-color:#00000080;border-radius:8px 0 0 8px;color:#fff;flex:1 1;padding:2rem}.feedback-title{color:#fff;font-size:2rem;margin-bottom:1.5rem}.feedback-right{background-color:#00000080;border-radius:0 8px 8px 0;color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem}.feedback-right h2{color:#fff;font-size:2rem;margin-bottom:1.5rem}.feedback-right p{color:#ddd;font-family:Segoe Print,cursive;font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.feedback-form{display:flex;flex-direction:column}.feedback-form div{margin-bottom:1.5rem}.feedback-form label{color:#fff;display:block;font-weight:600;margin-bottom:.5rem}.feedback-form input,.feedback-form textarea{background-color:#ffffff1a;border:1px solid #ccc;border-radius:4px;color:#fff;font-size:1rem;padding:.75rem;width:100%}.feedback-form input::placeholder,.feedback-form textarea::placeholder{color:#ffffffb3}.feedback-form input:focus,.feedback-form textarea:focus{background-color:#fff3;border-color:#007bff;outline:none}.feedback-form textarea{min-height:150px;resize:vertical}.feedback-form input[type=file]{padding:.5rem}.feedback-form button{background-color:tomato;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem}.feedback-form button:hover{background-color:#ff4500}.success-message{color:#6af16a;margin-top:1rem}.error-message{color:red;font-size:.9rem;margin-top:.5rem}.star-rating{display:flex}.star-rating input{display:none}.star{cursor:pointer;transition:color .2s}.star:hover{color:#ffc107}@media (max-width:768px){.feedback-container{flex-direction:column}.feedback-left,.feedback-right{border-radius:8px}}@media (max-width:576px){.feedback-container{margin:0;padding:10px}.feedback-left,.feedback-right{margin-bottom:10px;padding:1rem}.feedback-left h2,.feedback-right h2{font-size:1.5rem}}.loading-container{align-items:center;background-color:#f4f4f4;display:flex;flex-direction:column;height:100vh;justify-content:center}.spinner{border:8px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:80px;width:80px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}h2{font-family:Arial,sans-serif;margin-top:20px}.header{background-color:#1e222c;color:#fff;font-family:Segoe Print,cursive;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo img,.logo span{display:inline;height:100px;width:100px}.logo h1{font-size:1.8rem;font-weight:700}.logo h1,.logo h3{letter-spacing:2px}.logo h3{color:#fff;font-size:1rem}.nav,.nav-list{display:flex}.nav-list{gap:2rem;list-style:none}.nav-item{text-align:center}.nav-link{color:#fff;font-family:Segoe Print,cursive;font-size:1.5rem;text-decoration:none;transition:color .3s}.nav-link:hover{color:#ffdd40}.menu-toggle{cursor:pointer;display:none;flex-direction:column;gap:5px}.menu-bar{background-color:#fff;height:3px;transition:all .3s ease-in-out;width:25px}.menu-bar.open:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-bar.open:nth-child(2){opacity:0}.menu-bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:768px){.nav{align-items:center;background-color:#333;display:none;flex-direction:column;position:absolute;right:0;top:100%;width:100%;z-index:999}.nav.open{display:flex}.nav-list{flex-direction:column;gap:1.5rem;margin:15px}.menu-toggle{display:flex}}@media (min-width:769px) and (max-width:1024px){.logo h1{font-size:1.5rem}.nav-link{font-size:1rem}.container{padding:0 1rem}}@media (min-width:1025px){.nav-list{gap:2rem}.nav-link{font-size:1.2rem}}.logo h1{font-weight:bolder;margin-bottom:0;padding-bottom:0}.logo h1,.logo h3{animation:gradientAnimation 8s ease-in-out infinite;background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#5970e4,#803cc9,#ff00e6);-webkit-background-clip:text;background-clip:text;background-size:400%;color:#0000}.logo h3{margin-top:0;padding-top:0}@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.footer{background-color:#1e222c;color:#fff;padding:1rem;text-align:center}.footer-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-content p,.social-media a{font-size:1rem;margin:0 1rem}.social-media a{color:#fff;font-family:Segoe Print,cursive;text-decoration:none}.social-media a:hover{color:#f7ca18}@media (max-width:768px){.footer-content{flex-direction:column;text-align:center}.social-media{margin-top:1rem}.social-media a{font-size:1.2rem;margin:0 .5rem}}@media (max-width:480px){.footer-content{text-align:center}.social-media{margin-top:1rem}.social-media a{display:block;font-size:1.1rem;margin:.5rem 0}}@media (min-width:768px){.footer{bottom:0;position:fixed;width:100%}}*{box-sizing:border-box;font-family:Roboto,sans-serif;margin:0;padding:0}.not-found-container{align-items:center;background-color:#f0f0f0;display:flex;flex-direction:column;justify-content:center;min-height:70vh;padding:20px;text-align:center}.not-found-logo{border-radius:50%;height:auto;margin-bottom:20px;width:150px}h1{color:tomato;font-size:80px;font-weight:700}h2{color:#333;font-size:28px;margin-bottom:10px}p{color:#555;font-size:18px;margin-bottom:20px}.back-home-btn{background-color:tomato;border-radius:5px;color:#fff;display:inline-block;font-size:16px;padding:12px 25px;text-decoration:none;transition:background-color .3s ease}.back-home-btn:hover{background-color:#ff4500}@media (max-width:600px){h1{font-size:60px}h2{font-size:24px}p{font-size:16px}.back-home-btn{font-size:14px;padding:10px 20px}}
/*# sourceMappingURL=main.57274150.css.map*/