body,html{padding:0;margin:0;font-family:Roboto,sans-serif;background-color:#fff;color:#333}a{color:inherit;text-decoration:none}*{box-sizing:border-box}main{flex-direction:column}.main-nav,main{display:flex;align-items:center}.main-nav{width:100%;padding:1rem 5%;background-color:#333;box-shadow:0 2px 4px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000;justify-content:space-between}.top-contacts{display:flex;gap:1.5rem}.contact-item{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.contact-item-text{padding-bottom:3px}.contact-item svg{color:#fff}.logo{position:relative;width:125px;height:60px}.hero-section{width:100%;height:80vh;position:relative;display:flex;align-items:center;justify-content:flex-start;color:#fff;background:url(/car-transporter-breakdown-lorry-working-using-locked-belt-transport-other-green-car.jpg) no-repeat 50%/cover}li,p{font-size:16px}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(234,88,12,.7);z-index:1}.hero-content{position:relative;z-index:2;padding-left:5%;text-align:left}.hero-content h1{font-size:4rem}.hero-content p{font-size:1.5rem}.stats-section{display:flex;justify-content:space-around;width:80%;margin:2rem 0;gap:1rem}.stat-box{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ea580c;color:#fff;width:200px;height:200px;padding:1rem;border-radius:8px}.stat-icon{margin-bottom:.5rem}.stat-icon,.stat-number{font-size:2.5rem;color:#fff}.stat-number{font-weight:700}.stat-label{font-size:1rem;color:#fff;text-align:center}.about-us-section,.contact-section,.gallery-section,.services-section,.why-us-section{width:100%;padding:3rem 10% 4rem;text-align:center}.section-orange{background-color:#ea580c;color:#fff}.section-orange .service-column h3,.section-orange h2,.section-orange h3{color:#fff}.orange-title{color:#ea580c}h2{font-size:1.8rem;margin-bottom:1.4rem}.section-orange .why-us-section li:before{color:#fff}.about-us-section p{max-width:800px;margin:0 auto;text-align:left;line-height:1.6}.services-section{position:relative}.services-section:before{top:20px;left:20px}.services-section:after{bottom:20px;right:20px;transform:rotate(180deg)}.services-grid{display:grid;grid-gap:2rem;gap:2rem}.services-grid.three-columns{grid-template-columns:repeat(3,1fr)}.tyre-image-corner{position:absolute;top:2rem;right:2rem;z-index:3}.service-box{background-color:#f9fafb;padding:2rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.05);text-align:left;transition:transform .3s ease,box-shadow .3s ease}.service-box:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.1)}.service-box h3{color:#ea580c;margin-top:0}.service-box ul{list-style-type:none;padding:0}.service-box li{margin-bottom:.5rem}.tyre-image-container{position:relative;width:100%;height:150px;border-radius:5px;overflow:hidden;margin-bottom:1rem}.why-us-section ul{list-style-type:none;padding:0;text-align:left;max-width:600px;margin:2rem auto 0}.why-us-section li{margin-bottom:1rem;padding-left:1.5rem;position:relative}.why-us-section li:before{content:"✔";color:#fff;position:absolute;left:0}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem;margin-top:2rem}.gallery-item{position:relative;width:100%;height:250px;border-radius:5px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.05)}.contact-section form{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:0 auto}.privacy-policy{display:flex;align-items:center;gap:.5rem;text-align:left}.contact-section input,.contact-section textarea{padding:.8rem;border:1px solid #ccc;border-radius:5px}.contact-section button{padding:1rem;background-color:#fff;color:#ea580c;border:1px solid #ea580c;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:700}footer{width:100%;padding:2rem;text-align:center;border-top:1px solid #eaeaea;background-color:#f3f4f6}.footer-content{margin-bottom:1rem}.footer-content p{margin:.5rem 0}.footer-content a{color:#ea580c;text-decoration:underline}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.main-nav{flex-direction:column;padding:1rem 2%}.top-contacts{flex-direction:column;gap:.5rem;margin-top:1rem}.hero-content{padding-left:2%;text-align:center}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.stats-section{flex-direction:column;width:90%;align-items:center}.stat-box{width:100%;margin-bottom:1rem}.services-grid.three-columns{grid-template-columns:1fr}.about-us-section,.contact-section,.gallery-section,.services-section,.why-us-section{padding:2rem 5%}}