:root{--main-red: #ff000d;--main-black: #000000;--main-white: #ffffff;--max-width: 1200px}*{box-sizing:border-box}body{margin:0;font-family:Poppins,sans-serif;background-color:var(--main-white);color:var(--main-black);line-height:1.6}a{text-decoration:none;color:inherit}.header{background-color:#000;box-shadow:0 2px 6px #fff3;height:120px}.container{max-width:var(--max-width);margin:auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}#logo{height:60px;object-fit:contain}.nav{display:flex;gap:2rem;list-style:none;padding:0}.nav a{color:var(--main-white);font-weight:500;border-bottom:2px solid transparent;transition:.3s ease}.nav a:hover,.nav a.active{color:var(--main-red);border-bottom:2px solid var(--main-red)}.hero-section{display:grid;grid-template-columns:1fr;place-items:center;margin-top:1rem;text-align:center}.hero-img{max-width:100%;height:auto;border-radius:1rem;box-shadow:0 4px 12px #0000001a;margin-bottom:2rem}.hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--main-red);margin-bottom:1rem;display:flex;justify-content:center;gap:1rem}.hero-text{font-size:1.125rem;color:#ca0101;margin-bottom:1.5rem}.hero-button{padding:.75rem 1.5rem;background-color:var(--main-red);color:#fff;border:none;border-radius:.5rem;font-weight:700;cursor:pointer;transition:background-color .3s ease}.hero-button:hover{background-color:#8b0000}.hero{height:300px}.image-row{display:flex;gap:100px;justify-content:center}.hero-iamge{width:400px;height:300px;border-radius:20px}.section-dark,.section-light{padding:4rem 2rem}.section-dark{background:var(--main-white)}.section-light{background:#fff}.section-title{text-align:center;font-size:2rem;font-weight:700;color:var(--main-red);margin-bottom:2rem}.about{background:#fff;padding:2rem;border-radius:1rem;text-align:center}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:var(--max-width);margin:auto}.service-card{background:#e6e1e1;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 2px 8px #f003;transition:.3s ease;color:var(--main-red)}.service-card:hover{background:var(--main-red);color:#fff}.service-card h4{font-size:1.25rem;margin-bottom:.5rem;transition:color .3s ease}.service-card:hover h4{color:#fff}.service-card p{color:var(--main-black)}.footer{background:var(--main-black);color:var(--main-white);padding:2rem;text-align:center}.footer a{color:var(--main-white);margin:0 5px;transition:.3s ease}.footer a:hover{color:var(--main-red);text-decoration:underline}.heading{display:flex;justify-content:center}.heading h1{padding-left:20px;font-size:30px}@media (max-width: 768px){.nav{flex-direction:column;align-items:center;gap:1rem}.container{flex-direction:column}.hero-title{flex-direction:column;align-items:center}.service-card{padding:1.5rem}}
