@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto:wght@300;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto:wght@300;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css";.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fff;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.navbar.scrolled{padding:5px 0;background-color:#fffffff2;box-shadow:0 5px 15px #0000001a}.navbar .navbar-container{display:flex;align-items:center;justify-content:space-between;padding:1px 5%;max-width:1400px;margin:0 auto}.navbar .navbar-logo{flex:0 0 auto;z-index:10;padding:2px}.navbar .navbar-logo img{height:80px;transition:all .3s ease}@media (max-width: 768px){.navbar .navbar-logo img{height:60px}}.navbar .navbar-contact-info{display:flex;align-items:center}@media (max-width: 768px){.navbar .navbar-contact-info{display:none}}.navbar .navbar-contact-info .phone-link{display:flex;align-items:center;color:#ed1611;font-weight:600;font-family:Montserrat,sans-serif;text-decoration:none;padding:8px 15px;border-radius:25px;background:linear-gradient(to right,rgba(237,22,17,.1),transparent);transition:all .3s ease}.navbar .navbar-contact-info .phone-link i{margin-right:8px}.navbar .navbar-contact-info .phone-link:hover{background:linear-gradient(to right,#ed161133,#ed16110d);transform:translateY(-2px)}.navbar .navbar-menu{display:flex;align-items:center}@media (max-width: 992px){.navbar .navbar-menu{position:fixed;top:0;left:-100%;width:80%;max-width:400px;height:100vh;background:linear-gradient(135deg,#030303,#363636);flex-direction:column;justify-content:flex-start;padding:80px 30px 30px;transition:all .4s cubic-bezier(.77,.2,.05,1);overflow-y:auto}.navbar .navbar-menu.active{left:0;box-shadow:5px 0 15px #0003}}.navbar .navbar-links{display:flex;list-style:none;margin:0;padding:0}@media (max-width: 992px){.navbar .navbar-links{flex-direction:column;width:100%}}.navbar .navbar-links li{margin:0 5px;position:relative}@media (max-width: 992px){.navbar .navbar-links li{margin:0;width:100%}}.navbar .navbar-links li a{display:block;padding:10px 15px;color:#030303;text-decoration:none;font-weight:500;font-family:Montserrat,sans-serif;transition:all .3s ease;position:relative}.navbar .navbar-links li a:after{content:"";position:absolute;bottom:5px;left:50%;width:0;height:2px;background:linear-gradient(135deg,#ed1611,#a60f0c);transition:all .3s ease;transform:translate(-50%)}.navbar .navbar-links li a:hover{color:#ed1611}.navbar .navbar-links li a:hover:after{width:70%}@media (max-width: 992px){.navbar .navbar-links li a{color:#fff;padding:15px 0;font-size:18px;border-bottom:1px solid rgba(255,255,255,.1)}.navbar .navbar-links li a:after{bottom:-1px;height:1px}.navbar .navbar-links li a:hover{color:#f8a100;padding-left:10px}}.navbar .navbar-contact-mobile{display:none}@media (max-width: 992px){.navbar .navbar-contact-mobile{display:flex;flex-direction:column;margin-top:30px;width:100%;color:#fff}}.navbar .navbar-contact-mobile .contact-btn{display:flex;align-items:center;justify-content:center;padding:12px 20px;margin-bottom:15px;background:linear-gradient(135deg,#ed1611,#a60f0c);color:#fff;text-decoration:none;border-radius:5px;font-weight:600;transition:all .3s ease}.navbar .navbar-contact-mobile .contact-btn i{margin-right:10px}.navbar .navbar-contact-mobile .contact-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px #00000026}.navbar .navbar-contact-mobile .contact-btn:nth-child(2){background:linear-gradient(135deg,#f8a100,#c58000)}.navbar .navbar-contact-mobile .address,.navbar .navbar-contact-mobile .areas{margin:10px 0;font-size:14px;line-height:1.5}.navbar .navbar-contact-mobile .address i,.navbar .navbar-contact-mobile .areas i{margin-right:8px}.navbar .navbar-contact-mobile .areas{margin-top:20px}.navbar .navbar-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:10}@media (max-width: 992px){.navbar .navbar-toggle{display:flex}}.navbar .navbar-toggle .bar{height:3px;width:100%;background-color:#030303;border-radius:3px;transition:all .3s ease}.navbar .navbar-toggle .bar:nth-child(1){transform-origin:top left}.navbar .navbar-toggle .bar:nth-child(3){transform-origin:bottom left}.navbar .navbar-toggle .bar.open:nth-child(1){transform:rotate(45deg)}.navbar .navbar-toggle .bar.open:nth-child(2){opacity:0}.navbar .navbar-toggle .bar.open:nth-child(3){transform:rotate(-45deg)}.hero{position:relative;width:100%;overflow:hidden;background:linear-gradient(to bottom,#1a1a1a,#333)}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#030303cc,#03030399,#ed161166);z-index:2}.hero__parallax-layer{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .1s ease-out}.hero__parallax-layer--road{z-index:3;bottom:0;top:auto}.hero__parallax-layer--buildings{z-index:4}.hero__parallax-layer--cars{z-index:5}.hero__parallax-layer--cars .car{position:absolute;width:100px;height:50px}.hero__parallax-layer--cars .car svg{width:100%;height:100%}.hero__parallax-layer--cars .car--red{bottom:150px;left:20%;animation:carMove 15s linear infinite}.hero__parallax-layer--cars .car--black{bottom:170px;left:60%;animation:carMove 20s linear infinite;animation-delay:-5s}.hero__parallax-layer--cars .car--orange{bottom:130px;left:40%;animation:carMove 18s linear infinite;animation-delay:-10s}.hero__parallax-layer--clouds{z-index:6;opacity:.7;animation:cloudMove 60s linear infinite}.hero__content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;text-align:center;color:#fff;max-width:1200px;margin:55px auto 0}.hero__logo{width:200px;height:80px;margin-bottom:2rem;animation:fadeInDown 1s ease-out}.hero__logo svg{width:100%;height:100%}.hero__title{font-family:Montserrat,sans-serif;font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px;text-shadow:0 2px 10px rgba(0,0,0,.3);animation:fadeInUp 1s ease-out .2s both}.hero__title span{display:block;font-size:2rem;font-weight:600;color:#f8a100;text-transform:none;margin-top:.5rem}@media (max-width: 768px){.hero__title{font-size:2.5rem}.hero__title span{font-size:1.5rem}}@media (max-width: 576px){.hero__title{font-size:2rem}.hero__title span{font-size:1.2rem}}.hero__subtitle{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:400;margin-bottom:2.5rem;max-width:700px;line-height:1.6;text-shadow:0 2px 5px rgba(0,0,0,.3);animation:fadeInUp 1s ease-out .4s both}@media (max-width: 768px){.hero__subtitle{font-size:1.1rem}}@media (max-width: 576px){.hero__subtitle{font-size:1rem}}.hero__features{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem;width:100%;max-width:800px;animation:fadeInUp 1s ease-out .6s both}.hero__features .feature{display:flex;flex-direction:column;align-items:center;background:#030303b3;padding:1.2rem;border-radius:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 15px #0003;transition:all .3s ease;width:120px}.hero__features .feature:hover{transform:translateY(-5px);background:#ed1611b3}.hero__features .feature:hover .feature__icon{background:#fff;color:#ed1611}.hero__features .feature__icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#ed1611;color:#fff;margin-bottom:1rem;transition:all .3s ease}.hero__features .feature__icon i{font-size:1.5rem}.hero__features .feature__text{font-family:Montserrat,sans-serif;font-weight:500;font-size:.9rem;text-align:center}@media (max-width: 576px){.hero__features .feature{width:100px;padding:1rem}.hero__features .feature__icon{width:40px;height:40px}.hero__features .feature__icon i{font-size:1.2rem}.hero__features .feature__text{font-size:.8rem}}.hero__cta{display:flex;gap:1.5rem;margin-top:1rem;animation:fadeInUp 1s ease-out .8s both}@media (max-width: 768px){.hero__cta{flex-direction:column;gap:1rem;width:100%;max-width:400px}}.hero__cta .button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:50px;font-family:Montserrat,sans-serif;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #0003}.hero__cta .button i{margin-right:.8rem}.hero__cta .button--primary{background:linear-gradient(135deg,#ed1611,#a60f0c);color:#fff;border:none}.hero__cta .button--primary:hover{transform:translateY(-5px);box-shadow:0 8px 20px #ed161166}.hero__cta .button--secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.3)}.hero__cta .button--secondary:hover{transform:translateY(-5px);background:#ffffff40;box-shadow:0 8px 20px #0000004d}@media (max-width: 576px){.hero__cta .button{padding:.8rem 1.5rem;font-size:1rem}}.hero__scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;color:#fff;opacity:.7;transition:opacity .3s ease;animation:fadeIn 1s ease-out 1.2s both}.hero__scroll-indicator:hover{opacity:1}.hero__scroll-indicator .scroll-text{font-family:Roboto,sans-serif;font-size:.9rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:2px}.hero__scroll-indicator .scroll-icon{width:30px;height:50px;border:2px solid #ffffff;border-radius:15px;position:relative}.hero__scroll-indicator .scroll-icon:before{content:"";position:absolute;top:8px;left:50%;width:6px;height:6px;background:#fff;border-radius:50%;transform:translate(-50%);animation:scrollDown 2s infinite}@media (max-width: 576px){.hero__scroll-indicator{display:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollDown{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}@keyframes carMove{0%{transform:translate(-150px)}to{transform:translate(calc(100vw + 150px))}}@keyframes cloudMove{0%{transform:translate(-50%)}to{transform:translate(100%)}}@media (max-width: 768px){.hero__parallax-layer--cars .car{transform:scale(.8)}}@media (max-width: 576px){.hero__background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#ed16114d,#0303034d,#f8a1004d,#0303034d,#ed16114d);background-size:400% 400%;animation:gradientBG 15s ease infinite;z-index:7}.hero__parallax-layer--cars .car{transform:scale(.6)}}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.steps-section{padding:100px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.steps-section .steps-container{max-width:1200px;margin:0 auto;padding:0 20px}.steps-section .steps-header{text-align:center;margin-bottom:60px}.steps-section .steps-header h2{font-size:2.5rem;color:#333;margin-bottom:15px;font-weight:700}.steps-section .steps-header p{font-size:1.2rem;color:#666}.steps-section .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width: 992px){.steps-section .steps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.steps-section .steps-grid{grid-template-columns:1fr}}.steps-section .step-card{background:#fff;padding:40px 30px;border-radius:15px;box-shadow:0 10px 30px #0000001a;position:relative;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.steps-section .step-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.steps-section .step-card:hover .step-icon{background:#ed1611;color:#fff!important;transform:scale(1.1)}.steps-section .step-card .step-icon{width:80px;height:80px;background:#ed16111a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;transition:all .3s ease}.steps-section .step-card .step-icon i{font-size:2rem;color:#ed1611;transition:color .3s ease}.steps-section .step-card .step-icon i:hover{color:#fff!important}.steps-section .step-card h3{font-size:1.5rem;color:#333;margin-bottom:15px;font-weight:600}.steps-section .step-card p{color:#666;line-height:1.6;margin-bottom:20px}.steps-section .step-card .step-number{position:absolute;top:20px;right:20px;width:40px;height:40px;background:#f8f9fa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#ed1611}.services-section{padding:100px 0;background-color:#f5f5f5;position:relative;overflow:hidden}.services-section:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#f8a1001a,#f8a10000 70%);border-radius:50%;z-index:1}.services-section:after{content:"";position:absolute;bottom:-50px;left:-50px;width:200px;height:200px;background:radial-gradient(circle,#ed16111a,#ed161100 70%);border-radius:50%;z-index:1}.services-section .services-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.services-section .services-heading{text-align:center;margin-bottom:50px}.services-section .services-heading .section-title{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#030303;margin-bottom:15px;position:relative;display:inline-block}.services-section .services-heading .section-title span{color:#ed1611}.services-section .services-heading .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#ed1611,#a60f0c);border-radius:3px}.services-section .services-heading .section-subtitle{font-family:Roboto,sans-serif;font-size:1.2rem;color:#333;font-weight:400}.services-section .services-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin-bottom:40px}.services-section .services-tabs .service-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px 20px;background-color:#fff;border:2px solid transparent;border-radius:10px;cursor:pointer;min-width:120px;box-shadow:0 4px 6px #0000001a}.services-section .services-tabs .service-tab i{font-size:1.5rem;color:#333;margin-bottom:8px}.services-section .services-tabs .service-tab span{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;color:#333;text-align:center}.services-section .services-tabs .service-tab.active{background:#fff;border-color:#ed1611;transform:translateY(-5px);box-shadow:0 10px 15px #00000026}.services-section .services-tabs .service-tab.active i,.services-section .services-tabs .service-tab.active span{color:#ed1611}.services-section .services-tabs .service-tab.active:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #ed1611}@media (max-width: 576px){.services-section .services-tabs .service-tab{min-width:90px;padding:12px 15px}.services-section .services-tabs .service-tab i{font-size:1.2rem}.services-section .services-tabs .service-tab span{font-size:.8rem}}.services-section .services-content{margin-bottom:60px}.services-section .services-content .service-details{display:flex;flex-wrap:wrap;gap:30px;background-color:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.services-section .services-content .service-details .service-image{flex:1;min-width:300px;position:relative}.services-section .services-content .service-details .service-image img{width:100%;height:100%;object-fit:cover;display:block}.services-section .services-content .service-details .service-image .service-badge{position:absolute;top:20px;left:0;background:linear-gradient(135deg,#ed1611,#a60f0c);color:#fff;padding:8px 15px;font-family:Montserrat,sans-serif;font-weight:600;font-size:.9rem;border-top-right-radius:5px;border-bottom-right-radius:5px;box-shadow:0 2px 5px #0003}.services-section .services-content .service-details .service-info{flex:2;min-width:300px;padding:30px}.services-section .services-content .service-details .service-info .service-title{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:700;color:#030303;margin-bottom:15px;position:relative;padding-bottom:15px}.services-section .services-content .service-details .service-info .service-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(135deg,#ed1611,#a60f0c);border-radius:3px}.services-section .services-content .service-details .service-info .service-description{font-family:Roboto,sans-serif;font-size:1rem;line-height:1.6;color:#444;margin-bottom:25px}.services-section .services-content .service-details .service-info .service-features{margin-bottom:25px}.services-section .services-content .service-details .service-info .service-features h4{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;color:#030303;margin-bottom:15px}.services-section .services-content .service-details .service-info .service-features ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;list-style:none;padding:0}.services-section .services-content .service-details .service-info .service-features ul li{display:flex;align-items:center;font-family:Roboto,sans-serif;font-size:.95rem;color:#444}.services-section .services-content .service-details .service-info .service-features ul li i{color:#ed1611;margin-right:10px;font-size:1rem}.services-section .services-content .service-details .service-info .service-pricing{margin-bottom:30px}.services-section .services-content .service-details .service-info .service-pricing h4{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;color:#030303;margin-bottom:15px}.services-section .services-content .service-details .service-info .service-pricing .pricing-table{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.services-section .services-content .service-details .service-info .service-pricing .pricing-table .pricing-item{background-color:#f5f5f5;padding:15px;border-radius:8px}.services-section .services-content .service-details .service-info .service-pricing .pricing-table .pricing-item .pricing-name{font-family:Roboto,sans-serif;font-size:.9rem;color:#444;margin-bottom:5px}.services-section .services-content .service-details .service-info .service-pricing .pricing-table .pricing-item .pricing-price{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;color:#ed1611}.services-section .services-content .service-details .service-info .service-pricing .pricing-note{font-family:Roboto,sans-serif;font-size:.85rem;color:#333;font-style:italic;margin-top:15px}.services-section .services-content .service-details .service-info .service-cta{display:flex;gap:15px}.services-section .services-content .service-details .service-info .service-cta .cta-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 25px;border-radius:50px;font-family:Montserrat,sans-serif;font-weight:600;font-size:.95rem;text-decoration:none}.services-section .services-content .service-details .service-info .service-cta .cta-button i{margin-right:8px}.services-section .services-content .service-details .service-info .service-cta .cta-button.primary{background:linear-gradient(135deg,#ed1611,#a60f0c);color:#fff;border:none}.services-section .services-content .service-details .service-info .service-cta .cta-button.secondary{background:#fff;color:#030303;border:2px solid #030303}@media (max-width: 576px){.services-section .services-content .service-details .service-info .service-cta{flex-direction:column}}@media (max-width: 768px){.services-section .services-content .service-details{flex-direction:column}.services-section .services-content .service-details .service-image{max-height:300px}}.services-section .services-additional{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-bottom:60px}.services-section .services-additional .additional-info{background-color:#fff;padding:25px;border-radius:10px;text-align:center;box-shadow:0 4px 6px #0000001a}.services-section .services-additional .additional-info .info-icon{width:70px;height:70px;border-radius:50%;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.services-section .services-additional .additional-info .info-icon i{font-size:1.8rem;color:#ed1611}.services-section .services-additional .additional-info h4{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;color:#030303;margin-bottom:10px}.services-section .services-additional .additional-info p{font-family:Roboto,sans-serif;font-size:.95rem;color:#444;line-height:1.5}.services-section .services-emergency{background:linear-gradient(135deg,#030303,#363636);padding:40px;border-radius:15px;position:relative;overflow:hidden}.services-section .services-emergency:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(../assets/emergency-pattern.svg) repeat;opacity:.05;z-index:1}.services-section .services-emergency .emergency-content{position:relative;z-index:2;text-align:center;color:#fff}.services-section .services-emergency .emergency-content h3{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:15px}.services-section .services-emergency .emergency-content p{font-family:Roboto,sans-serif;font-size:1.1rem;max-width:700px;margin:0 auto 25px;line-height:1.6}.services-section .services-emergency .emergency-content .emergency-button{display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;background:linear-gradient(135deg,#ed1611,#a60f0c);color:#fff;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;box-shadow:0 5px 15px #0000004d}.services-section .services-emergency .emergency-content .emergency-button i{margin-right:10px}@media (max-width: 768px){.services-section{padding:80px 0}.services-section .services-heading{margin-bottom:40px}.services-section .services-heading .section-title{font-size:2rem}.services-section .services-heading .section-subtitle{font-size:1.1rem}.services-section .services-tabs{margin-bottom:30px}.services-section .services-tabs .service-tab{padding:12px 15px}.services-section .services-content{margin-bottom:40px}.services-section .services-content .service-details .service-info{padding:25px}.services-section .services-content .service-details .service-info .service-title{font-size:1.6rem}.services-section .services-content .service-details .service-info .service-features ul,.services-section .services-content .service-details .service-info .service-pricing .pricing-table{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.services-section .services-emergency{padding:30px}.services-section .services-emergency .emergency-content h3{font-size:1.6rem}.services-section .services-emergency .emergency-content p{font-size:1rem}.services-section .services-emergency .emergency-content .emergency-button{padding:12px 25px;font-size:1rem}}@media (max-width: 576px){.services-section{padding:60px 0}.services-section .services-heading{margin-bottom:30px}.services-section .services-heading .section-title{font-size:1.8rem}.services-section .services-heading .section-subtitle{font-size:1rem}.services-section .services-tabs{gap:10px;margin-bottom:25px}.services-section .services-tabs .service-tab{min-width:80px;padding:10px}.services-section .services-tabs .service-tab i{font-size:1.2rem;margin-bottom:5px}.services-section .services-tabs .service-tab span{font-size:.75rem}.services-section .services-content{margin-bottom:30px}.services-section .services-content .service-details .service-info{padding:20px}.services-section .services-content .service-details .service-info .service-title{font-size:1.4rem;margin-bottom:12px;padding-bottom:12px}.services-section .services-content .service-details .service-info .service-description{font-size:.95rem;margin-bottom:20px}.services-section .services-content .service-details .service-info .service-features{margin-bottom:20px}.services-section .services-content .service-details .service-info .service-features h4{font-size:1.1rem;margin-bottom:12px}.services-section .services-content .service-details .service-info .service-features ul{grid-template-columns:1fr}.services-section .services-content .service-details .service-info .service-features ul li{font-size:.9rem}.services-section .services-content .service-details .service-info .service-pricing{margin-bottom:25px}.services-section .services-content .service-details .service-info .service-pricing h4{font-size:1.1rem;margin-bottom:12px}.services-section .services-content .service-details .service-info .service-pricing .pricing-table{grid-template-columns:1fr}.services-section .services-content .service-details .service-info .service-pricing .pricing-table .pricing-item{padding:12px}.services-section .services-content .service-details .service-info .service-pricing .pricing-table .pricing-item .pricing-name{font-size:.85rem}.services-section .services-content .service-details .service-info .service-pricing .pricing-table .pricing-item .pricing-price{font-size:1rem}.services-section .services-content .service-details .service-info .service-pricing .pricing-note{font-size:.8rem}.services-section .services-content .service-details .service-info .service-cta .cta-button{width:100%;padding:10px 20px;font-size:.9rem}.services-section .services-additional{grid-template-columns:1fr;gap:15px;margin-bottom:30px}.services-section .services-additional .additional-info{padding:20px}.services-section .services-additional .additional-info .info-icon{width:60px;height:60px;margin-bottom:15px}.services-section .services-additional .additional-info .info-icon i{font-size:1.5rem}.services-section .services-additional .additional-info h4{font-size:1.1rem;margin-bottom:8px}.services-section .services-additional .additional-info p{font-size:.9rem}.services-section .services-emergency{padding:25px}.services-section .services-emergency .emergency-content h3{font-size:1.4rem;margin-bottom:12px}.services-section .services-emergency .emergency-content p{font-size:.95rem;margin-bottom:20px}.services-section .services-emergency .emergency-content .emergency-button{width:100%;padding:12px 20px;font-size:.95rem}}.about-section{padding:100px 0;background-color:#fff;position:relative;overflow:hidden}.about-section:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#ed16111a,#ed161100 70%);border-radius:50%;z-index:1}.about-section:after{content:"";position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#f8a1001a,#f8a10000 70%);border-radius:50%;z-index:1}.about-section .about-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.about-section .about-heading{text-align:center;margin-bottom:60px}.about-section .about-heading .section-title{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#030303;margin-bottom:15px;position:relative;display:inline-block}.about-section .about-heading .section-title span{color:#ed1611}.about-section .about-heading .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#ed1611,#a60f0c);border-radius:3px}.about-section .about-heading .section-subtitle{font-family:Roboto,sans-serif;font-size:1.2rem;color:#333;font-weight:400}.about-section .about-content{display:flex;flex-wrap:wrap;gap:40px;margin-bottom:60px}.about-section .about-content .about-text{flex:1;min-width:300px}.about-section .about-content .about-text .about-intro{font-family:Roboto,sans-serif;font-size:1.1rem;line-height:1.7;color:#444;margin-bottom:30px;font-weight:500}.about-section .about-content .about-text .about-mission{margin-bottom:30px}.about-section .about-content .about-text .about-mission h3{font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:600;color:#030303;margin-bottom:15px;position:relative;padding-left:15px}.about-section .about-content .about-text .about-mission h3:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:linear-gradient(135deg,#ed1611,#a60f0c);border-radius:2px}.about-section .about-content .about-text .about-mission p{font-family:Roboto,sans-serif;font-size:1rem;line-height:1.6;color:#444}.about-section .about-content .about-text .about-owner{display:flex;gap:20px;background-color:#f5f5f5;padding:25px;border-radius:10px;box-shadow:0 4px 6px #0000001a}.about-section .about-content .about-text .about-owner .owner-image{flex:0 0 100px}.about-section .about-content .about-text .about-owner .owner-image img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #ffffff;box-shadow:0 4px 6px #0000001a}.about-section .about-content .about-text .about-owner .owner-message{flex:1}.about-section .about-content .about-text .about-owner .owner-message h3{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;color:#030303;margin-bottom:10px}.about-section .about-content .about-text .about-owner .owner-message p{font-family:Roboto,sans-serif;font-size:.95rem;line-height:1.6;color:#444;font-style:italic;margin-bottom:15px}.about-section .about-content .about-text .about-owner .owner-message .owner-signature{display:flex;flex-direction:column}.about-section .about-content .about-text .about-owner .owner-message .owner-signature .owner-name{font-family:Montserrat,sans-serif;font-weight:600;font-size:1rem;color:#030303}.about-section .about-content .about-text .about-owner .owner-message .owner-signature .owner-title{font-family:Roboto,sans-serif;font-size:.85rem;color:#333}@media (max-width: 576px){.about-section .about-content .about-text .about-owner{flex-direction:column;align-items:center;text-align:center}.about-section .about-content .about-text .about-owner .owner-image{margin-bottom:15px}}.about-section .about-content .about-image{flex:1;min-width:300px}.about-section .about-content .about-image .image-container{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px #0000001a;height:100%}.about-section .about-content .about-image .image-container img{width:100%;height:100%;object-fit:cover;display:block}.about-section .about-content .about-image .image-container .image-overlay{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,#030303e6,#03030300);padding:30px 20px 20px}.about-section .about-content .about-image .image-container .image-overlay .overlay-content h3{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:10px}.about-section .about-content .about-image .image-container .image-overlay .overlay-content p{font-family:Roboto,sans-serif;font-size:.9rem;color:#ffffffe6}.about-section .about-stats{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;margin-bottom:60px}.about-section .about-stats .stat-item{flex:1;min-width:200px;background-color:#fff;padding:30px 20px;border-radius:10px;box-shadow:0 4px 6px #0000001a;text-align:center;position:relative;overflow:hidden}.about-section .about-stats .stat-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(135deg,#ed1611,#a60f0c)}.about-section .about-stats .stat-item .stat-icon{margin-bottom:15px}.about-section .about-stats .stat-item .stat-icon img{width:50px;height:50px}.about-section .about-stats .stat-item .stat-number{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#ed1611;margin-bottom:5px}.about-section .about-stats .stat-item .stat-title{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:#030303;margin-bottom:10px}.about-section .about-stats .stat-item .stat-description{font-family:Roboto,sans-serif;font-size:.9rem;color:#444}.about-section .about-values{margin-bottom:60px}.about-section .about-values h3{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:600;color:#030303;text-align:center;margin-bottom:30px;position:relative}.about-section .about-values h3:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(135deg,#ed1611,#a60f0c);border-radius:3px}.about-section .about-values .values-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.about-section .about-values .values-container .value-item{flex:1;min-width:200px;max-width:250px;background-color:#fff;padding:30px 20px;border-radius:10px;box-shadow:0 4px 6px #0000001a;text-align:center}.about-section .about-values .values-container .value-item .value-icon{width:70px;height:70px;border-radius:50%;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.about-section .about-values .values-container .value-item .value-icon i{font-size:1.8rem;color:#ed1611}.about-section .about-values .values-container .value-item h4{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;color:#030303;margin-bottom:15px}.about-section .about-values .values-container .value-item p{font-family:Roboto,sans-serif;font-size:.9rem;color:#444;line-height:1.5}.about-section .about-cta{background:linear-gradient(135deg,#030303,#363636);padding:50px 40px;border-radius:10px;text-align:center;color:#fff}.about-section .about-cta h3{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:600;margin-bottom:15px}.about-section .about-cta p{font-family:Roboto,sans-serif;font-size:1.1rem;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.about-section .about-cta .cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.about-section .about-cta .cta-buttons .cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:50px;font-family:Montserrat,sans-serif;font-weight:600;font-size:1rem;text-decoration:none}.about-section .about-cta .cta-buttons .cta-button i{margin-right:10px}.about-section .about-cta .cta-buttons .cta-button.primary{background:linear-gradient(135deg,#ed1611,#a60f0c);color:#fff;border:none}.about-section .about-cta .cta-buttons .cta-button.secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.3)}@media (max-width: 768px){.about-section{padding:80px 0}.about-section .about-heading{margin-bottom:40px}.about-section .about-heading .section-title{font-size:2rem}.about-section .about-heading .section-subtitle{font-size:1.1rem}.about-section .about-content{gap:30px;margin-bottom:40px}.about-section .about-stats,.about-section .about-values{margin-bottom:40px}.about-section .about-values h3{font-size:1.6rem}.about-section .about-cta{padding:40px 30px}.about-section .about-cta h3{font-size:1.6rem}.about-section .about-cta p{font-size:1rem}}@media (max-width: 576px){.about-section{padding:60px 0}.about-section .about-heading{margin-bottom:30px}.about-section .about-heading .section-title{font-size:1.8rem}.about-section .about-heading .section-subtitle{font-size:1rem}.about-section .about-content{flex-direction:column;gap:30px}.about-section .about-content .about-text{order:2}.about-section .about-content .about-image{order:1}.about-section .about-stats .stat-item,.about-section .about-values .values-container .value-item{min-width:100%}.about-section .about-cta{padding:30px 20px}.about-section .about-cta h3{font-size:1.4rem}.about-section .about-cta p{font-size:.95rem}.about-section .about-cta .cta-buttons{flex-direction:column}.about-section .about-cta .cta-buttons .cta-button{width:100%}}.contact-section{padding:100px 0;background-color:#fff;position:relative;overflow:hidden}.contact-section:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#f8a1001a,#f8a10000 70%);border-radius:50%;z-index:1}.contact-section:after{content:"";position:absolute;bottom:-50px;left:-50px;width:200px;height:200px;background:radial-gradient(circle,#ed16111a,#ed161100 70%);border-radius:50%;z-index:1}.contact-section .contact-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.contact-section .contact-heading{text-align:center;margin-bottom:60px}.contact-section .contact-heading .section-title{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#030303;margin-bottom:15px;position:relative;display:inline-block}.contact-section .contact-heading .section-title span{color:#ed1611}.contact-section .contact-heading .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#ed1611,#a60f0c);border-radius:3px}.contact-section .contact-heading .section-subtitle{font-family:Roboto,sans-serif;font-size:1.2rem;color:#333;font-weight:400}.contact-section .contact-content{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:60px}@media (max-width: 992px){.contact-section .contact-content{grid-template-columns:1fr}}.contact-section .contact-content .contact-form-wrapper,.contact-section .contact-content .contact-info-wrapper{background-color:#f5f5f5;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.contact-section .contact-content .form-header,.contact-section .contact-content .info-header,.contact-section .contact-content .map-header{background:linear-gradient(135deg,#030303,#363636);padding:25px;text-align:center;color:#fff}.contact-section .contact-content .form-header .form-icon,.contact-section .contact-content .form-header .info-icon,.contact-section .contact-content .form-header .map-icon,.contact-section .contact-content .info-header .form-icon,.contact-section .contact-content .info-header .info-icon,.contact-section .contact-content .info-header .map-icon,.contact-section .contact-content .map-header .form-icon,.contact-section .contact-content .map-header .info-icon,.contact-section .contact-content .map-header .map-icon{width:60px;height:60px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px}.contact-section .contact-content .form-header .form-icon i,.contact-section .contact-content .form-header .info-icon i,.contact-section .contact-content .form-header .map-icon i,.contact-section .contact-content .info-header .form-icon i,.contact-section .contact-content .info-header .info-icon i,.contact-section .contact-content .info-header .map-icon i,.contact-section .contact-content .map-header .form-icon i,.contact-section .contact-content .map-header .info-icon i,.contact-section .contact-content .map-header .map-icon i{font-size:1.8rem;color:#fff}.contact-section .contact-content .form-header h3,.contact-section .contact-content .info-header h3,.contact-section .contact-content .map-header h3{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:10px}.contact-section .contact-content .form-header p,.contact-section .contact-content .info-header p,.contact-section .contact-content .map-header p{font-family:Roboto,sans-serif;font-size:1rem;opacity:.9}.contact-section .contact-content .contact-form{padding:30px}.contact-section .contact-content .contact-form .form-group{margin-bottom:20px}.contact-section .contact-content .contact-form .form-group.checkbox .checkbox-wrapper{display:flex;align-items:flex-start}.contact-section .contact-content .contact-form .form-group.checkbox .checkbox-wrapper input[type=checkbox]{margin-top:5px;margin-right:10px;min-width:18px;height:18px}.contact-section .contact-content .contact-form .form-group.checkbox .checkbox-wrapper label{font-size:.9rem;line-height:1.5}.contact-section .contact-content .contact-form .form-group.checkbox .checkbox-wrapper label a{color:#ed1611;text-decoration:none}.contact-section .contact-content .contact-form .form-group.submit{margin-top:30px;margin-bottom:0}.contact-section .contact-content .contact-form .form-group label{display:block;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600;color:#333;margin-bottom:8px}.contact-section .contact-content .contact-form .form-group label .required{color:#ed1611}.contact-section .contact-content .contact-form .form-group .input-wrapper{display:flex;align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:5px;overflow:hidden;transition:border-color .3s ease}.contact-section .contact-content .contact-form .form-group .input-wrapper:focus-within{border-color:#ed1611}.contact-section .contact-content .contact-form .form-group .input-wrapper.textarea{align-items:flex-start}.contact-section .contact-content .contact-form .form-group .input-wrapper.textarea i{padding-top:12px}.contact-section .contact-content .contact-form .form-group .input-wrapper.textarea textarea{min-height:120px;padding-top:12px;padding-bottom:12px}.contact-section .contact-content .contact-form .form-group .input-wrapper i{padding:0 15px;color:#333;font-size:1.1rem}.contact-section .contact-content .contact-form .form-group .input-wrapper input,.contact-section .contact-content .contact-form .form-group .input-wrapper select,.contact-section .contact-content .contact-form .form-group .input-wrapper textarea{flex:1;padding:12px 15px;border:none;background:none;font-family:Roboto,sans-serif;font-size:1rem;color:#444;width:100%}.contact-section .contact-content .contact-form .form-group .input-wrapper input:focus,.contact-section .contact-content .contact-form .form-group .input-wrapper select:focus,.contact-section .contact-content .contact-form .form-group .input-wrapper textarea:focus{outline:none}.contact-section .contact-content .contact-form .form-group .input-wrapper input::placeholder,.contact-section .contact-content .contact-form .form-group .input-wrapper select::placeholder,.contact-section .contact-content .contact-form .form-group .input-wrapper textarea::placeholder{color:#919191}.contact-section .contact-content .contact-form .form-group .input-wrapper textarea{resize:vertical;line-height:1.5}.contact-section .contact-content .contact-form .form-group.has-error .input-wrapper{border-color:#e74c3c}.contact-section .contact-content .contact-form .form-group.has-error .input-wrapper i,.contact-section .contact-content .contact-form .form-group.has-error label{color:#e74c3c}.contact-section .contact-content .contact-form .form-group .form-error{color:#e74c3c;font-size:.85rem;margin-top:5px;font-family:Roboto,sans-serif;animation:fadeIn .3s ease}.contact-section .contact-content .contact-form .submit-button{width:100%;padding:14px;background:linear-gradient(135deg,#ed1611,#a60f0c);color:#fff;border:none;border-radius:5px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center}.contact-section .contact-content .contact-form .submit-button i{margin-right:10px}.contact-section .contact-content .contact-form .submit-button:disabled{opacity:.7;cursor:not-allowed}.contact-section .contact-content .form-success{padding:40px 30px;text-align:center}.contact-section .contact-content .form-success .success-icon{width:80px;height:80px;background-color:#2ecc711a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.contact-section .contact-content .form-success .success-icon i{font-size:2.5rem;color:#2ecc71}.contact-section .contact-content .form-success h3{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:600;color:#333;margin-bottom:15px}.contact-section .contact-content .form-success p{font-family:Roboto,sans-serif;font-size:1rem;color:#444;line-height:1.6}.contact-section .contact-content .info-content{padding:30px}.contact-section .contact-content .info-content .info-item{display:flex;margin-bottom:25px}.contact-section .contact-content .info-content .info-item:last-child{margin-bottom:0}.contact-section .contact-content .info-content .info-item .item-icon{width:50px;height:50px;background:#ed16111a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;flex-shrink:0}.contact-section .contact-content .info-content .info-item .item-icon i{font-size:1.2rem;color:#ed1611}.contact-section .contact-content .info-content .info-item .item-details h4{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:#333;margin-bottom:5px}.contact-section .contact-content .info-content .info-item .item-details p{font-family:Roboto,sans-serif;font-size:.95rem;color:#444;line-height:1.5}.contact-section .contact-content .info-content .info-item .item-details .phone-link,.contact-section .contact-content .info-content .info-item .item-details .email-link{display:block;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:#ed1611;text-decoration:none;margin-bottom:5px}.contact-section .contact-content .info-content .info-item .item-details .availability{font-size:.85rem;color:#f8a100;font-weight:500}.contact-section .contact-content .info-content .info-item .item-details .directions-link{display:inline-flex;align-items:center;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:500;color:#ed1611;text-decoration:none;margin-top:8px}.contact-section .contact-content .info-content .info-item .item-details .directions-link i{margin-right:5px}.contact-section .contact-content .info-content .info-item .item-details .hours-list{list-style:none;padding:0;margin:0}.contact-section .contact-content .info-content .info-item .item-details .hours-list li{display:flex;justify-content:space-between;font-family:Roboto,sans-serif;font-size:.95rem;color:#444;padding:5px 0;border-bottom:1px dashed #e0e0e0}.contact-section .contact-content .info-content .info-item .item-details .hours-list li:last-child{border-bottom:none}.contact-section .contact-content .info-content .info-item .item-details .hours-list li span{font-weight:500}.contact-section .contact-content .emergency-contact{margin-top:30px;background:linear-gradient(135deg,#ed1611,#a60f0c);border-radius:8px;padding:25px;display:flex;align-items:center}@media (max-width: 576px){.contact-section .contact-content .emergency-contact{flex-direction:column;text-align:center}}.contact-section .contact-content .emergency-contact .emergency-icon{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:20px;flex-shrink:0}@media (max-width: 576px){.contact-section .contact-content .emergency-contact .emergency-icon{margin:0 auto 15px}}.contact-section .contact-content .emergency-contact .emergency-icon i{font-size:1.5rem;color:#fff}.contact-section .contact-content .emergency-contact .emergency-details h4{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:5px}.contact-section .contact-content .emergency-contact .emergency-details p{font-family:Roboto,sans-serif;font-size:.95rem;color:#ffffffe6;margin-bottom:15px}.contact-section .contact-content .emergency-contact .emergency-details .emergency-button{display:inline-flex;align-items:center;background-color:#fff;color:#ed1611;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;padding:10px 20px;border-radius:50px;text-decoration:none}.contact-section .contact-content .emergency-contact .emergency-details .emergency-button i{margin-right:8px}.contact-section .contact-map-wrapper{background-color:#f5f5f5;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px #0000001a;margin-bottom:60px}.contact-section .contact-map-wrapper .map-container iframe{display:block;width:100%}.contact-section .contact-map-wrapper .map-container .service-areas{padding:30px;background-color:#fff}.contact-section .contact-map-wrapper .map-container .service-areas h4{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;color:#333;margin-bottom:20px;text-align:center}.contact-section .contact-map-wrapper .map-container .service-areas .areas-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}@media (max-width: 768px){.contact-section .contact-map-wrapper .map-container .service-areas .areas-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 576px){.contact-section .contact-map-wrapper .map-container .service-areas .areas-grid{grid-template-columns:repeat(2,1fr)}}.contact-section .contact-map-wrapper .map-container .service-areas .areas-grid .area-item{display:flex;align-items:center}.contact-section .contact-map-wrapper .map-container .service-areas .areas-grid .area-item i{color:#ed1611;margin-right:8px;font-size:1rem}.contact-section .contact-map-wrapper .map-container .service-areas .areas-grid .area-item span{font-family:Roboto,sans-serif;font-size:.95rem;color:#444}.contact-section .contact-cta{background:linear-gradient(135deg,#030303,#363636);border-radius:10px;padding:50px;text-align:center}@media (max-width: 576px){.contact-section .contact-cta{padding:30px 20px}}.contact-section .contact-cta .cta-content h3{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:15px}@media (max-width: 576px){.contact-section .contact-cta .cta-content h3{font-size:1.4rem}}.contact-section .contact-cta .cta-content p{font-family:Roboto,sans-serif;font-size:1.1rem;color:#ffffffe6;margin-bottom:30px}@media (max-width: 576px){.contact-section .contact-cta .cta-content p{font-size:1rem}}.contact-section .contact-cta .cta-content .cta-buttons{display:flex;justify-content:center;gap:20px}@media (max-width: 576px){.contact-section .contact-cta .cta-content .cta-buttons{flex-direction:column}}.contact-section .contact-cta .cta-content .cta-buttons .cta-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 30px;border-radius:50px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;text-decoration:none}.contact-section .contact-cta .cta-content .cta-buttons .cta-button i{margin-right:10px}.contact-section .contact-cta .cta-content .cta-buttons .cta-button.primary{background:linear-gradient(135deg,#ed1611,#a60f0c);color:#fff}.contact-section .contact-cta .cta-content .cta-buttons .cta-button.secondary{background-color:#ffffff1a;color:#fff;border:2px solid #ffffff}@media (max-width: 768px){.contact-section{padding:80px 0}.contact-section .contact-heading{margin-bottom:40px}.contact-section .contact-heading .section-title{font-size:2rem}.contact-section .contact-heading .section-subtitle{font-size:1.1rem}.contact-section .contact-content{gap:20px;margin-bottom:40px}.contact-section .contact-map-wrapper{margin-bottom:40px}}@media (max-width: 576px){.contact-section{padding:60px 0}.contact-section .contact-heading{margin-bottom:30px}.contact-section .contact-heading .section-title{font-size:1.8rem}.contact-section .contact-heading .section-subtitle{font-size:1rem}.contact-section .form-header,.contact-section .info-header,.contact-section .map-header{padding:20px!important}.contact-section .form-header .form-icon,.contact-section .form-header .info-icon,.contact-section .form-header .map-icon,.contact-section .info-header .form-icon,.contact-section .info-header .info-icon,.contact-section .info-header .map-icon,.contact-section .map-header .form-icon,.contact-section .map-header .info-icon,.contact-section .map-header .map-icon{width:50px!important;height:50px!important;margin-bottom:10px!important}.contact-section .form-header .form-icon i,.contact-section .form-header .info-icon i,.contact-section .form-header .map-icon i,.contact-section .info-header .form-icon i,.contact-section .info-header .info-icon i,.contact-section .info-header .map-icon i,.contact-section .map-header .form-icon i,.contact-section .map-header .info-icon i,.contact-section .map-header .map-icon i{font-size:1.5rem!important}.contact-section .form-header h3,.contact-section .info-header h3,.contact-section .map-header h3{font-size:1.3rem!important}.contact-section .form-header p,.contact-section .info-header p,.contact-section .map-header p{font-size:.9rem!important}.contact-section .contact-form,.contact-section .info-content,.contact-section .service-areas{padding:20px!important}.contact-section .service-areas h4{font-size:1.1rem!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.site-footer{position:relative;background-color:#1a1a1a;color:#ccc;font-family:Roboto,sans-serif}.site-footer .footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.site-footer .footer-top{padding:70px 0 50px;position:relative}.site-footer .footer-top:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(../assets/footer-pattern.svg) repeat;opacity:.05;z-index:1}.site-footer .footer-top .footer-container{position:relative;z-index:2}.site-footer .footer-top .footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media (max-width: 992px){.site-footer .footer-top .footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.site-footer .footer-top .footer-grid{grid-template-columns:1fr}}.site-footer .footer-top .footer-column.company-info .footer-logo{margin-bottom:20px}.site-footer .footer-top .footer-column.company-info .footer-logo img{max-width:180px;height:auto}.site-footer .footer-top .footer-column.company-info .company-description{font-size:.95rem;line-height:1.6;margin-bottom:25px}.site-footer .footer-top .footer-column.company-info .social-links{display:flex;gap:15px}.site-footer .footer-top .footer-column.company-info .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;color:#ccc;font-size:1rem;transition:all .3s ease}.site-footer .footer-top .footer-column.company-info .social-links a:hover{background-color:#ed1611;color:#fff;transform:translateY(-5px)}.site-footer .footer-top .footer-heading{color:#fff;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;margin-bottom:25px;position:relative;padding-bottom:12px}.site-footer .footer-top .footer-heading:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(135deg,#ed1611,#a60f0c);border-radius:2px}.site-footer .footer-top .footer-links{list-style:none;padding:0;margin:0}.site-footer .footer-top .footer-links li{margin-bottom:12px}.site-footer .footer-top .footer-links li:last-child{margin-bottom:0}.site-footer .footer-top .footer-links li a{color:#a0a0a0;text-decoration:none;font-size:.95rem;display:flex;align-items:center;transition:color .3s ease,transform .3s ease}.site-footer .footer-top .footer-links li a i{margin-right:10px;font-size:.8rem;transition:transform .3s ease}.site-footer .footer-top .footer-links li a:hover{color:#fff;transform:translate(5px)}.site-footer .footer-top .footer-links li a:hover i{color:#ed1611;transform:translate(3px)}.site-footer .footer-top .contact-details{list-style:none;padding:0;margin:0}.site-footer .footer-top .contact-details li{display:flex;margin-bottom:20px}.site-footer .footer-top .contact-details li:last-child{margin-bottom:0}.site-footer .footer-top .contact-details li i{color:#ed1611;font-size:1.1rem;margin-right:15px;margin-top:3px}.site-footer .footer-top .contact-details li div{display:flex;flex-direction:column}.site-footer .footer-top .contact-details li div span,.site-footer .footer-top .contact-details li div a{font-size:.95rem;line-height:1.5}.site-footer .footer-top .contact-details li div a{color:#a0a0a0;text-decoration:none;transition:color .3s ease}.site-footer .footer-top .contact-details li div a:hover{color:#ed1611}.site-footer .footer-top .contact-details li div .availability{font-size:.85rem;color:#ed1611;margin-top:3px}.site-footer .footer-middle{padding:30px 0;background-color:#ffffff0d;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.site-footer .footer-middle .newsletter-section{display:flex;align-items:center;justify-content:space-between;gap:30px}@media (max-width: 768px){.site-footer .footer-middle .newsletter-section{flex-direction:column;text-align:center}}.site-footer .footer-middle .newsletter-section .newsletter-content{flex:1}.site-footer .footer-middle .newsletter-section .newsletter-content h3{color:#fff;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;margin-bottom:10px;display:flex;align-items:center}.site-footer .footer-middle .newsletter-section .newsletter-content h3 i{margin-right:10px;color:#ed1611}@media (max-width: 768px){.site-footer .footer-middle .newsletter-section .newsletter-content h3{justify-content:center}}.site-footer .footer-middle .newsletter-section .newsletter-content p{font-size:.95rem;line-height:1.5}.site-footer .footer-middle .newsletter-section .newsletter-form{flex:1;max-width:500px}@media (max-width: 768px){.site-footer .footer-middle .newsletter-section .newsletter-form{width:100%;max-width:100%}}.site-footer .footer-middle .newsletter-section .newsletter-form .form-group{display:flex}@media (max-width: 576px){.site-footer .footer-middle .newsletter-section .newsletter-form .form-group{flex-direction:column;gap:10px}}.site-footer .footer-middle .newsletter-section .newsletter-form .form-group input{flex:1;height:50px;padding:0 20px;border:none;background-color:#ffffff1a;color:#fff;font-family:Roboto,sans-serif;font-size:.95rem;border-radius:4px 0 0 4px}.site-footer .footer-middle .newsletter-section .newsletter-form .form-group input::placeholder{color:#ffffff80}.site-footer .footer-middle .newsletter-section .newsletter-form .form-group input:focus{outline:none;background-color:#ffffff26}@media (max-width: 576px){.site-footer .footer-middle .newsletter-section .newsletter-form .form-group input{border-radius:4px}}.site-footer .footer-middle .newsletter-section .newsletter-form .form-group button{height:50px;padding:0 25px;background:linear-gradient(135deg,#ed1611,#a60f0c);border:none;color:#fff;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600;border-radius:0 4px 4px 0;cursor:pointer;transition:all .3s ease;display:flex;align-items:center}.site-footer .footer-middle .newsletter-section .newsletter-form .form-group button i{margin-right:8px}.site-footer .footer-middle .newsletter-section .newsletter-form .form-group button:hover{background:#bd120e}@media (max-width: 576px){.site-footer .footer-middle .newsletter-section .newsletter-form .form-group button{width:100%;justify-content:center;border-radius:4px}}.site-footer .footer-bottom{padding:25px 0}.site-footer .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}@media (max-width: 768px){.site-footer .footer-bottom .footer-bottom-content{flex-direction:column;text-align:center}}.site-footer .footer-bottom .footer-bottom-content .copyright p{font-size:.9rem;color:#a0a0a0}.site-footer .footer-bottom .footer-bottom-content .footer-bottom-links ul{display:flex;list-style:none;padding:0;margin:0;gap:20px}@media (max-width: 576px){.site-footer .footer-bottom .footer-bottom-content .footer-bottom-links ul{flex-direction:column;gap:10px}}.site-footer .footer-bottom .footer-bottom-content .footer-bottom-links ul li a{color:#a0a0a0;text-decoration:none;font-size:.9rem;transition:color .3s ease}.site-footer .footer-bottom .footer-bottom-content .footer-bottom-links ul li a:hover{color:#ed1611}.site-footer .footer-bottom .footer-bottom-content .payment-methods{display:flex;align-items:center;gap:15px}@media (max-width: 768px){.site-footer .footer-bottom .footer-bottom-content .payment-methods{flex-direction:column;gap:10px}}.site-footer .footer-bottom .footer-bottom-content .payment-methods span{font-size:.9rem;color:#a0a0a0}.site-footer .footer-bottom .footer-bottom-content .payment-methods .payment-icons{display:flex;gap:10px}.site-footer .footer-bottom .footer-bottom-content .payment-methods .payment-icons i{font-size:1.5rem;color:#a0a0a0;transition:color .3s ease}.site-footer .footer-bottom .footer-bottom-content .payment-methods .payment-icons i:hover{color:#fff}.site-footer .footer-emergency{background:linear-gradient(135deg,#ed1611,#a60f0c);padding:15px 0}.site-footer .footer-emergency .emergency-banner{display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.site-footer .footer-emergency .emergency-banner{flex-direction:column;gap:15px;text-align:center}}.site-footer .footer-emergency .emergency-banner .emergency-icon i{font-size:2rem;color:#fff;animation:pulse 2s infinite}.site-footer .footer-emergency .emergency-banner .emergency-text p{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:#fff;margin:0}.site-footer .footer-emergency .emergency-banner .emergency-phone a{display:inline-flex;align-items:center;background-color:#fff3;padding:10px 20px;border-radius:50px;color:#fff;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.site-footer .footer-emergency .emergency-banner .emergency-phone a i{margin-right:10px}.site-footer .footer-emergency .emergency-banner .emergency-phone a:hover{background-color:#fff;color:#ed1611;transform:translateY(-3px)}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,#ed1611,#a60f0c);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;cursor:pointer;box-shadow:0 4px 15px #0000004d;z-index:99;opacity:.8;transition:all .3s ease}.scroll-to-top:hover{opacity:1;transform:translateY(-5px)}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}to{transform:scale(1);opacity:1}}.webtrix{color:#ed1611}.webtrix:hover{color:#ccc}.whatsapp-button{position:fixed;left:30px;bottom:25px;z-index:1000;background-color:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 10px #0003;transition:all .3s ease}.whatsapp-button i{font-size:35px}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 15px #0000004d}.whatsapp-button:active{transform:scale(.95)}.services-container{transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out;margin:100px 20px}.services-container.loaded{opacity:1;transform:translateY(0)}.services-container .animate-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.services-container.loaded .animate-in{opacity:1;transform:translateY(0)}.services-header{text-align:center;margin-bottom:3rem;margin-top:4rem}.services-header h1{color:#ed1611;font-size:2.5rem;margin-bottom:1rem;position:relative;display:inline-block}.services-header h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#f8a100,#c58000)}.services-header p{color:#1d2238;font-size:1.2rem;font-family:Inter,sans-serif}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-category{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.service-category:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.service-category .category-header{padding:1.5rem;background:linear-gradient(135deg,#2e3856,#526398);color:#fff;display:flex;justify-content:space-between;align-items:center}.service-category .category-header h2{margin:0;font-size:1.5rem}.service-category .category-header .category-icon{font-size:2rem}.service-category .category-header .category-icon i{background:#f8a100;padding:.5rem;border-radius:50%;color:#fff}.service-category:nth-child(1) .category-header{background:linear-gradient(135deg,#ed1611,#a60f0c)}.service-category:nth-child(2) .category-header{background:linear-gradient(135deg,#2e3856,#526398)}.service-category:nth-child(3) .category-header{background:linear-gradient(135deg,#f8a100,#c58000)}.service-list{list-style-type:none;padding:1.5rem 2rem;margin:0}.service-list li{border-bottom:1px solid #f8f9fa;position:relative;padding:.8rem 0 .8rem 1.5rem}.service-list li:before{content:"✓";position:absolute;left:0;color:#ed1611;font-weight:700}.service-list li:last-child{border-bottom:none}.services-cta{margin-top:4rem;text-align:center;background-color:#f8f9fa;padding:3rem;border-radius:8px}.services-cta h3{color:#2e3856;font-size:1.8rem;margin-bottom:1rem}.services-cta p{color:#1d2238;margin-bottom:1.5rem}.services-cta .cta-button{background:linear-gradient(135deg,#ed1611,#a60f0c);color:#fff;border:none;padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.services-cta .cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.services-cta .cta-button:active{transform:translateY(0)}@media (max-width: 576px){.services-header h1{font-size:2rem}.services-header p{font-size:1rem}.service-category .category-header h2{font-size:1.2rem}.services-cta{padding:2rem 1rem}.services-cta h3{font-size:1.5rem}}.brakes-page{font-family:Montserrat,sans-serif;color:#333;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.brakes-page.loaded{opacity:1;transform:translateY(0)}.brakes-page .animate-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.brakes-page.loaded .animate-in{opacity:1;transform:translateY(0)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.brakes-hero{background-image:linear-gradient(#0009,#0009),url(https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?q=80&w=1583&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center;height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.brakes-hero .hero-content{max-width:800px;padding:0 2rem}.brakes-hero .hero-content h1{font-size:3.5rem;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 576px){.brakes-hero .hero-content h1{font-size:2.5rem}}.brakes-hero .hero-content p{font-size:1.3rem;margin-bottom:2rem;font-family:Roboto,sans-serif}@media (max-width: 576px){.brakes-hero .hero-content p{font-size:1.1rem}}.cta-button{display:inline-block;background:linear-gradient(135deg,#ed1611,#a60f0c);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:4px;cursor:pointer;text-decoration:none;transition:all .3s ease;text-align:center;box-shadow:0 4px 6px #0000001a}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 15px #00000026;background:#d5140f}.cta-button:active{transform:translateY(-1px)}@media (max-width: 768px){.cta-button{padding:.9rem 1.8rem;font-size:1rem}}@media (max-width: 576px){.cta-button{padding:.8rem 1.5rem;font-size:.95rem;width:100%;max-width:300px}}.brakes-intro{padding:5rem 0;background-color:#fff}.brakes-intro .intro-content{display:flex;flex-direction:column;align-items:center}.brakes-intro .intro-content h2{font-size:2.5rem;color:#030303;margin-bottom:2rem;text-align:center;position:relative}.brakes-intro .intro-content h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#ed1611,#a60f0c)}.brakes-intro .intro-content p{font-size:1.1rem;line-height:1.8;margin-bottom:2.5rem;max-width:800px;text-align:center}.brakes-intro .intro-content .intro-image{width:100%;max-width:800px;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.brakes-intro .intro-content .intro-image img{width:100%;height:auto;display:block}.brakes-intro .intro-content .intro-image .image-caption{background-color:#030303;color:#fff;padding:1rem;text-align:center;margin:0;font-size:.9rem}.brakes-components{padding:5rem 0;background-color:#f5f5f5}.brakes-components h2{font-size:2.5rem;color:#030303;margin-bottom:3rem;text-align:center;position:relative}.brakes-components h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#ed1611,#a60f0c)}.brakes-components .components-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media (min-width: 768px){.brakes-components .components-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.brakes-components .components-grid{grid-template-columns:repeat(4,1fr)}}.brakes-components .component-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.brakes-components .component-card:hover{transform:translateY(-10px);box-shadow:0 10px 15px #00000026}.brakes-components .component-card .component-image{height:200px;overflow:hidden}.brakes-components .component-card .component-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.brakes-components .component-card:hover .component-image img{transform:scale(1.1)}.brakes-components .component-card h3{padding:1.5rem 1.5rem .5rem;color:#ed1611;font-size:1.3rem;margin:0}.brakes-components .component-card p{padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.6;color:#333}.brakes-comparison{padding:5rem 0;background-color:#fff}.brakes-comparison h2{font-size:2.5rem;color:#030303;margin-bottom:3rem;text-align:center;position:relative}.brakes-comparison h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#ed1611,#a60f0c)}.brakes-comparison .comparison-content{display:flex;flex-direction:column}@media (min-width: 768px){.brakes-comparison .comparison-content{flex-direction:row;align-items:center;gap:3rem}}.brakes-comparison .comparison-image{flex:1;margin-bottom:2rem}@media (min-width: 768px){.brakes-comparison .comparison-image{margin-bottom:0}}.brakes-comparison .comparison-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px #0000001a}.brakes-comparison .comparison-text{flex:1;display:flex;flex-direction:column;gap:2rem}@media (min-width: 992px){.brakes-comparison .comparison-text{flex-direction:row}}.brakes-comparison .comparison-text .comparison-column{flex:1}.brakes-comparison .comparison-text .comparison-column h3{color:#030303;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #f8a100}.brakes-comparison .comparison-text .comparison-column ul{padding-left:1.5rem}.brakes-comparison .comparison-text .comparison-column ul li{margin-bottom:.8rem;position:relative}.brakes-comparison .comparison-text .comparison-column ul li:before{content:"•";color:#ed1611;font-weight:700;display:inline-block;width:1em;margin-left:-1em}.brakes-technology{padding:5rem 0;background-color:#f5f5f5}.brakes-technology h2{font-size:2.5rem;color:#030303;margin-bottom:3rem;text-align:center;position:relative}.brakes-technology h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#ed1611,#a60f0c)}.brakes-technology .technology-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media (min-width: 768px){.brakes-technology .technology-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.brakes-technology .technology-grid{grid-template-columns:repeat(4,1fr)}}.brakes-technology .technology-card{background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.brakes-technology .technology-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #00000026}.brakes-technology .technology-card .technology-icon{font-size:2.5rem;color:#ed1611;margin-bottom:1.5rem;text-align:center}.brakes-technology .technology-card .technology-icon i{background:linear-gradient(135deg,#f8a100,#c58000);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.brakes-technology .technology-card h3{color:#030303;font-size:1.3rem;margin-bottom:1rem;text-align:center}.brakes-technology .technology-card p{font-size:.95rem;line-height:1.6;color:#333}.brakes-faq{padding:5rem 0;background-color:#fff}.brakes-faq h2{font-size:2.5rem;color:#030303;margin-bottom:3rem;text-align:center;position:relative}.brakes-faq h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#ed1611,#a60f0c)}.brakes-faq .faq-accordion{max-width:800px;margin:0 auto}.brakes-faq .faq-item{margin-bottom:1rem;border:1px solid #f5f5f5;border-radius:8px;overflow:hidden}.brakes-faq .faq-item .faq-question{background-color:#f5f5f5;padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.brakes-faq .faq-item .faq-question h3{margin:0;font-size:1.2rem;color:#030303}.brakes-faq .faq-item .faq-question .toggle-icon{font-size:1.5rem;color:#ed1611;transition:transform .2s ease}.brakes-faq .faq-item .faq-question.active .toggle-icon{transform:rotate(45deg)}.brakes-faq .faq-item .faq-answer{padding:0;max-height:0;overflow:hidden;transition:max-height .5s ease,padding .5s ease}.brakes-faq .faq-item .faq-answer p{margin:0;line-height:1.6}.brakes-faq .faq-item .faq-answer.active{padding:1.5rem;max-height:500px}.brakes-cta{padding:5rem 0;background-image:linear-gradient(#000c,#000c),url(https://images.unsplash.com/photo-1503376780353-7e6692767b70?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80);background-size:cover;background-position:center;background-attachment:fixed}.brakes-cta .cta-content{text-align:center;color:#fff;max-width:800px;margin:0 auto;padding:0 1rem}.brakes-cta .cta-content h2{font-size:2.5rem;margin-bottom:1.5rem}@media (max-width: 768px){.brakes-cta .cta-content h2{font-size:2.2rem}}@media (max-width: 576px){.brakes-cta .cta-content h2{font-size:1.8rem}}.brakes-cta .cta-content p{font-size:1.2rem;margin-bottom:2rem;font-family:Roboto,sans-serif}@media (max-width: 768px){.brakes-cta .cta-content p{font-size:1.1rem}}@media (max-width: 576px){.brakes-cta .cta-content p{font-size:1rem;margin-bottom:1.5rem}}.brakes-cta .cta-content .cta-button{background:linear-gradient(135deg,#f8a100,#c58000);padding:1.2rem 2.5rem;font-size:1.2rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.brakes-cta .cta-content .cta-button:hover{transform:translateY(-3px) scale(1.02);background:#df9000}@media (max-width: 768px){.brakes-cta .cta-content .cta-button{padding:1rem 2rem;font-size:1.1rem}}@media (max-width: 576px){.brakes-cta .cta-content .cta-button{padding:.9rem 1.8rem;font-size:1rem;width:100%;max-width:280px}}.tyre-page{padding:4rem 0;background-color:#f8f9fa;margin-top:50px}.tyre-page .tyre-container{max-width:1200px;margin:0 auto;padding:0 1rem}.tyre-page .tyre-header{text-align:center;margin-bottom:3rem}.tyre-page .tyre-header h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.tyre-page .tyre-header h1 span{color:#ed1611}.tyre-page .tyre-header p{color:#666;font-size:1.1rem;max-width:800px;margin:0 auto}.tyre-page .tyre-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:50px}.tyre-page .tyre-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.tyre-page .tyre-card:hover{transform:translateY(-5px)}.tyre-page .tyre-card .tyre-image{width:100%;height:200px;object-fit:cover}.tyre-page .tyre-card .tyre-content{padding:20px}.tyre-page .tyre-card .tyre-content h3{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:600;color:#333;margin-bottom:10px}.tyre-page .tyre-card .tyre-content .tyre-specs{margin-bottom:15px}.tyre-page .tyre-card .tyre-content .tyre-specs .spec-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e0e0e0}.tyre-page .tyre-card .tyre-content .tyre-specs .spec-item:last-child{border-bottom:none}.tyre-page .tyre-card .tyre-content .tyre-specs .spec-item span{font-family:Roboto,sans-serif;font-size:.95rem;color:#444}.tyre-page .tyre-card .tyre-content .tyre-specs .spec-item span:first-child{font-weight:500}.tyre-page .tyre-card .tyre-content .tyre-price{font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:700;color:#ed1611;margin-bottom:15px}.tyre-page .tyre-card .tyre-content .tyre-actions{display:flex;gap:10px}.tyre-page .tyre-card .tyre-content .tyre-actions .action-button{flex:1;padding:10px;border:none;border-radius:5px;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;text-align:center;text-decoration:none}.tyre-page .tyre-card .tyre-content .tyre-actions .action-button.primary{background:linear-gradient(135deg,#ed1611,#a60f0c);color:#fff}.tyre-page .tyre-card .tyre-content .tyre-actions .action-button.secondary{background:#e0e0e0;color:#333}.tyre-page .tyre-filters{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 0 20px #0000001a;margin-bottom:3rem}.tyre-page .tyre-filters .filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.tyre-page .tyre-filters .filter-header h2{font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:600;color:#333}.tyre-page .tyre-filters .filter-header .reset-button{font-family:Roboto,sans-serif;font-size:.9rem;color:#ed1611;background:none;border:none;cursor:pointer;text-decoration:underline}.tyre-page .tyre-filters .filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.tyre-page .tyre-filters .filter-group label{display:block;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:500;color:#333;margin-bottom:8px}.tyre-page .tyre-filters .filter-group select{width:100%;padding:10px;border:1px solid #e0e0e0;border-radius:5px;font-family:Roboto,sans-serif;font-size:.95rem;color:#444;background-color:#fff}.tyre-page .tyre-filters .filter-group select:focus{outline:none;border-color:#ed1611}.tyre-page .tyre-filters .tyre-search-form .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.tyre-page .tyre-filters .tyre-search-form .form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.tyre-page .tyre-filters .tyre-search-form .form-group input,.tyre-page .tyre-filters .tyre-search-form .form-group textarea,.tyre-page .tyre-filters .tyre-search-form .form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s ease}.tyre-page .tyre-filters .tyre-search-form .form-group input:focus,.tyre-page .tyre-filters .tyre-search-form .form-group textarea:focus,.tyre-page .tyre-filters .tyre-search-form .form-group select:focus{outline:none;border-color:#ed1611}.tyre-page .tyre-filters .tyre-search-form .form-group textarea{resize:vertical;min-height:100px}.tyre-page .tyre-filters .tyre-search-form .form-group .select-wrapper{position:relative}.tyre-page .tyre-filters .tyre-search-form .form-group .select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:2.5rem}.tyre-page .tyre-filters .tyre-search-form .form-group .select-wrapper i{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.tyre-page .tyre-filters .tyre-search-form .form-actions{text-align:center;margin-top:2rem}.tyre-page .tyre-filters .tyre-search-form .form-actions .search-button{display:inline-block;padding:1rem 2rem;background-color:#ed1611;color:#fff;border:none;border-radius:5px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.tyre-page .tyre-filters .tyre-search-form .form-actions .search-button:hover{background-color:#f8a100}.tyre-page .tyre-filters .tyre-search-form .form-actions .search-button:disabled{background-color:#ccc;cursor:not-allowed}.tyre-page .tyre-filters .tyre-search-form .success-message,.tyre-page .tyre-filters .tyre-search-form .error-message{text-align:center;padding:1rem;margin-top:1rem;border-radius:5px}.tyre-page .tyre-filters .tyre-search-form .success-message{background-color:#d4edda;color:#155724}.tyre-page .tyre-filters .tyre-search-form .error-message{background-color:#f8d7da;color:#721c24}.tyre-page .tyre-cta{text-align:center;padding:3rem 0;background:#fff;border-radius:10px;box-shadow:0 0 20px #0000001a}.tyre-page .tyre-cta h2{font-size:2rem;color:#333;margin-bottom:1rem}.tyre-page .tyre-cta p{color:#666;font-size:1.1rem;max-width:600px;margin:0 auto 2rem}.tyre-page .tyre-cta .cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background-color:#ed1611;color:#fff;text-decoration:none;border-radius:5px;font-size:1.1rem;font-weight:500;transition:background-color .3s ease}.tyre-page .tyre-cta .cta-button:hover{background-color:#f8a100}.tyre-page .tyre-cta .cta-button i{font-size:1rem}@media (max-width: 768px){.tyre-page{padding:2rem 0}.tyre-page .tyre-container .tyre-header h1{font-size:2rem}.tyre-page .tyre-container .tyre-filters{padding:1.5rem}.tyre-page .tyre-container .tyre-filters .tyre-search-form .form-grid{grid-template-columns:1fr}.tyre-page .tyre-container .tyre-cta{padding:2rem 1rem}.tyre-page .tyre-container .tyre-cta h2{font-size:1.75rem}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-page{font-family:Inter,sans-serif;color:#4a5568;line-height:1.6;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.contact-page .contact-header{background-color:#ed1611;background-image:linear-gradient(135deg,#ed1611,#a60f0c);color:#fff;padding:100px 0 80px;text-align:center;margin-top:30px}.contact-page .contact-header h1{font-size:3rem;font-weight:700;margin-bottom:20px}@media (max-width: 576px){.contact-page .contact-header h1{font-size:2.2rem}}.contact-page .contact-header p{font-size:1.2rem;max-width:700px;margin:0 auto;opacity:.9}@media (max-width: 576px){.contact-page .contact-header p{font-size:1rem}}.contact-page .contact-content{margin-top:-50px;margin-bottom:80px}.contact-page .contact-content .contact-grid{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width: 992px){.contact-page .contact-content .contact-grid{grid-template-columns:3fr 2fr}}.contact-page .contact-content .contact-form-container{background-color:#fff;border-radius:10px;box-shadow:0 4px 20px #00000014;overflow:hidden}.contact-page .contact-content .contact-form-container .form-header{padding:30px;background-color:#2e3856;color:#fff}.contact-page .contact-content .contact-form-container .form-header h2{font-size:1.8rem;font-weight:600;margin-bottom:10px}.contact-page .contact-content .contact-form-container .form-header p{opacity:.9;margin:0}.contact-page .contact-content .contact-form-container .contact-form{padding:30px}.contact-page .contact-content .contact-form-container .contact-form .form-group{margin-bottom:25px}.contact-page .contact-content .contact-form-container .contact-form .form-group.has-error input,.contact-page .contact-content .contact-form-container .contact-form .form-group.has-error textarea{border-color:#e53e3e}.contact-page .contact-content .contact-form-container .contact-form .form-group label{display:block;font-weight:500;margin-bottom:8px;color:#2e3856}.contact-page .contact-content .contact-form-container .contact-form .form-group input,.contact-page .contact-content .contact-form-container .contact-form .form-group textarea{width:100%;padding:12px 15px;border:1px solid #e9ecef;border-radius:6px;font-family:Inter,sans-serif;font-size:1rem;color:#4a5568;background-color:#f8f9fa;transition:all .3s ease}.contact-page .contact-content .contact-form-container .contact-form .form-group input:focus,.contact-page .contact-content .contact-form-container .contact-form .form-group textarea:focus{outline:none;border-color:#ed1611;background-color:#fff;box-shadow:0 0 0 3px #ed16111a}.contact-page .contact-content .contact-form-container .contact-form .form-group input::placeholder,.contact-page .contact-content .contact-form-container .contact-form .form-group textarea::placeholder{color:#96a1b5}.contact-page .contact-content .contact-form-container .contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-page .contact-content .contact-form-container .contact-form .form-group.checkbox .checkbox-wrapper{display:flex;align-items:flex-start}.contact-page .contact-content .contact-form-container .contact-form .form-group.checkbox .checkbox-wrapper input[type=checkbox]{width:auto;margin-top:5px;margin-right:10px}.contact-page .contact-content .contact-form-container .contact-form .form-group.checkbox .checkbox-wrapper label{margin:0;font-weight:400;font-size:.9rem}.contact-page .contact-content .contact-form-container .contact-form .form-group.checkbox .checkbox-wrapper label a{color:#ed1611;text-decoration:none;font-weight:500}.contact-page .contact-content .contact-form-container .contact-form .form-group.checkbox .checkbox-wrapper label a:hover{text-decoration:underline}.contact-page .contact-content .contact-form-container .contact-form .error-message{color:#e53e3e;font-size:.85rem;margin-top:5px}.contact-page .contact-content .contact-form-container .contact-form .submit-button{width:100%;padding:14px 20px;background-color:#ed1611;color:#fff;border:none;border-radius:6px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.contact-page .contact-content .contact-form-container .contact-form .submit-button i{margin-right:10px}.contact-page .contact-content .contact-form-container .contact-form .submit-button:hover{background-color:#d5140f;transform:translateY(-2px)}.contact-page .contact-content .contact-form-container .contact-form .submit-button:disabled{opacity:.7;cursor:not-allowed}.contact-page .contact-content .contact-form-container .success-message{padding:50px 30px;text-align:center}.contact-page .contact-content .contact-form-container .success-message .success-icon{width:80px;height:80px;background-color:#f8a1001a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.contact-page .contact-content .contact-form-container .success-message .success-icon i{font-size:2.5rem;color:#f8a100}.contact-page .contact-content .contact-form-container .success-message h3{font-size:1.8rem;font-weight:600;color:#2e3856;margin-bottom:15px}.contact-page .contact-content .contact-form-container .success-message p{font-size:1.1rem;color:#4a5568;max-width:400px;margin:0 auto}.contact-page .contact-content .contact-info-container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width: 768px){.contact-page .contact-content .contact-info-container{grid-template-columns:1fr}}.contact-page .contact-content .contact-info-container .info-card{background-color:#fff;border-radius:10px;padding:25px;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.contact-page .contact-content .contact-info-container .info-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.contact-page .contact-content .contact-info-container .info-card .info-icon{width:50px;height:50px;background-color:#ed16111a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.contact-page .contact-content .contact-info-container .info-card .info-icon i{font-size:1.3rem;color:#ed1611}.contact-page .contact-content .contact-info-container .info-card h3{font-size:1.2rem;font-weight:600;color:#2e3856;margin-bottom:10px}.contact-page .contact-content .contact-info-container .info-card p{font-size:.95rem;margin-bottom:15px}.contact-page .contact-content .contact-info-container .info-card .info-link{display:inline-flex;align-items:center;color:#ed1611;font-weight:500;text-decoration:none}.contact-page .contact-content .contact-info-container .info-card .info-link i{margin-right:8px}.contact-page .contact-content .contact-info-container .info-card .info-link:hover{text-decoration:underline}.contact-page .contact-content .contact-info-container .info-card .hours-list{list-style:none;padding:0;margin:0}.contact-page .contact-content .contact-info-container .info-card .hours-list li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed #e9ecef;font-size:.9rem}.contact-page .contact-content .contact-info-container .info-card .hours-list li:last-child{border-bottom:none}.contact-page .contact-content .contact-info-container .info-card .hours-list li span{font-weight:500;color:#2e3856}.contact-page .map-section{padding:80px 0;background-color:#f8f9fa}.contact-page .map-section .map-header{text-align:center;margin-bottom:40px}.contact-page .map-section .map-header h2{font-size:2.2rem;font-weight:700;color:#2e3856;margin-bottom:10px}.contact-page .map-section .map-header p{font-size:1.1rem;color:#4a5568;max-width:600px;margin:0 auto}.contact-page .map-section .map-container{border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #00000014}.contact-page .map-section .map-container iframe{display:block}.contact-page .faq-section{padding:80px 0;background-color:#fff}.contact-page .faq-section .faq-header{text-align:center;margin-bottom:50px}.contact-page .faq-section .faq-header h2{font-size:2.2rem;font-weight:700;color:#2e3856;margin-bottom:10px}.contact-page .faq-section .faq-header p{font-size:1.1rem;color:#4a5568;max-width:600px;margin:0 auto}.contact-page .faq-section .faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}@media (max-width: 768px){.contact-page .faq-section .faq-grid{grid-template-columns:1fr}}.contact-page .faq-section .faq-grid .faq-item{background-color:#f8f9fa;border-radius:10px;padding:25px;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.contact-page .faq-section .faq-grid .faq-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.contact-page .faq-section .faq-grid .faq-item h3{font-size:1.2rem;font-weight:600;color:#2e3856;margin-bottom:15px;position:relative;padding-left:25px}.contact-page .faq-section .faq-grid .faq-item h3:before{content:"Q";position:absolute;left:0;top:0;font-weight:700;color:#ed1611}.contact-page .faq-section .faq-grid .faq-item p{font-size:.95rem;color:#4a5568;position:relative;padding-left:25px}.contact-page .faq-section .faq-grid .faq-item p:before{content:"A";position:absolute;left:0;top:0;font-weight:700;color:#f8a100}.contact-page .cta-section{padding:80px 0;background-color:#2e3856;background-image:linear-gradient(135deg,#2e3856,#1c2235);color:#fff;text-align:center}.contact-page .cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:15px}@media (max-width: 576px){.contact-page .cta-section h2{font-size:2rem}}.contact-page .cta-section p{font-size:1.2rem;max-width:700px;margin:0 auto 30px;opacity:.9}@media (max-width: 576px){.contact-page .cta-section p{font-size:1rem}}.contact-page .cta-section .cta-buttons{display:flex;justify-content:center;gap:20px}@media (max-width: 576px){.contact-page .cta-section .cta-buttons{flex-direction:column;align-items:center}}.contact-page .cta-section .cta-buttons .cta-button{display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.contact-page .cta-section .cta-buttons .cta-button i{margin-right:10px}.contact-page .cta-section .cta-buttons .cta-button.primary{background-color:#ed1611;color:#fff}.contact-page .cta-section .cta-buttons .cta-button.primary:hover{background-color:#d5140f;transform:translateY(-3px)}.contact-page .cta-section .cta-buttons .cta-button.secondary{background-color:transparent;color:#fff;border:2px solid #ffffff}.contact-page .cta-section .cta-buttons .cta-button.secondary:hover{background-color:#ffffff1a;transform:translateY(-3px)}@media (max-width: 768px){.contact-page .contact-header{padding:80px 0 60px}.contact-page .contact-content{margin-top:-40px;margin-bottom:60px}.contact-page .map-section,.contact-page .faq-section,.contact-page .cta-section{padding:60px 0}}@media (max-width: 576px){.contact-page .contact-header{padding:60px 0 40px}.contact-page .contact-content{margin-top:-30px;margin-bottom:40px}.contact-page .form-header h2,.contact-page .map-header h2,.contact-page .faq-header h2{font-size:1.8rem}.contact-page .form-header p,.contact-page .map-header p,.contact-page .faq-header p{font-size:1rem}.contact-page .map-section,.contact-page .faq-section,.contact-page .cta-section{padding:40px 0}}.contact-page.loaded{opacity:1;transform:translateY(0)}.animate-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.contact-page.loaded .animate-in{opacity:1;transform:translateY(0)}.contact-page.loaded .contact-header{transition-delay:.1s}.contact-page.loaded .contact-content{transition-delay:.2s}.contact-page.loaded .map-section{transition-delay:.3s}.contact-page.loaded .faq-section{transition-delay:.4s}.contact-page.loaded .cta-section{transition-delay:.5s}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none}
