.navbar{background-color:#181818;box-shadow:0 1px 2px #ffffff1a;color:#fff;position:fixed;top:0;width:100%;z-index:100}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:auto;max-height:82px;max-width:1440px;padding:1rem 2rem}.nav-logo{font-size:1.3rem;font-weight:700}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links li a{color:#eaeaea;font-weight:500;text-decoration:none;transition:.3s}.nav-links li a:hover{color:red}.nav-btn .contact-btn{background-color:red;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.2rem;transition:.3s}.nav-btn .contact-btn:hover{background-color:#c00}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.bar{background-color:#fff;border-radius:3px;height:3px;width:25px}@media (max-width:850px){.nav-links{background:#0b0b0b;border-left:1px solid #222;display:none;flex-direction:column;padding:2rem;position:absolute;right:0;top:70px;width:60%}.hamburger,.nav-links.open{display:flex}.nav-btn{display:none}}.hero{align-items:center;background-color:#0b0b0b;color:#fff;display:flex;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.hero-content h1{font-size:2.8rem;font-weight:700;margin-bottom:1rem}.highlight{color:red}.hero-content p{color:#ccc;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-primary{background-color:red;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 1.6rem;transition:.3s}.btn-primary:hover{background-color:#c00}.btn-outline{background-color:#fff;border:none;border-radius:8px;color:#000;cursor:pointer;font-weight:600;padding:.8rem 1.6rem;transition:.3s}.btn-outline:hover{background-color:#f0f0f0}.core-services{background-color:#1e1e1e;color:#fff;min-height:100vh;padding:5rem 1rem;text-align:center}.container{margin:auto}.section-title{font-size:2rem;font-weight:700;margin-bottom:.8rem}.section-subtitle{color:#bcbcbc;font-size:1.05rem;margin-bottom:3rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:3rem}.service-card{background-color:#252525;border:1px solid #555;border-radius:10px;padding:2rem;text-align:left;transition:.3s}.service-card:hover{border-color:red;transform:translateY(-5px)}.icon-wrapper{color:red;font-size:1.8rem;margin-bottom:1.2rem}.service-icon{height:36px;width:36px}.service-card h3{font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.service-card p{color:#bcbcbc;font-size:.95rem;line-height:1.5}.view-btn{background:#fff;border:none;border-radius:8px;color:#000;cursor:pointer;font-weight:600;padding:.9rem 1.8rem;transition:all .3s ease}.view-btn:hover{background-color:#f3f3f3}.arrow{margin-left:8px;transition:transform .3s ease}.view-btn:hover .arrow{transform:translateX(5px)}@media (max-width:768px){.section-title{font-size:1.6rem}.services-grid{gap:1.5rem}.service-card{text-align:center}}.why-section{background-color:#121212;color:#fff;padding:5rem 1rem;text-align:center}.why-title{font-size:2rem;font-weight:700;margin-bottom:.8rem}.why-subtitle{color:#bcbcbc;font-size:1.05rem;margin-bottom:3.5rem}.why-grid{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.why-card{flex:1 1 280px;max-width:320px;text-align:center}.why-icon-bg{align-items:center;background-color:red;border-radius:50%;display:flex;height:70px;justify-content:center;margin:0 auto 1.2rem;width:70px}.why-icon{color:#fff;height:34px;width:34px}.why-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.6rem}.why-card p{color:#bcbcbc;font-size:.95rem;line-height:1.5}.why-card:hover .why-icon-bg{transform:scale(1.1);transition:.3s}@media (max-width:768px){.why-grid{gap:2rem}.why-icon-bg{height:60px;width:60px}.why-icon{height:28px;width:28px}.why-title{font-size:1.6rem}}.testimonials-section{background-color:#1e1e1e;color:#fff;padding:5rem 1rem;text-align:center}.container{margin:0 auto;max-width:1200px}.testimonial-title{font-size:2rem;font-weight:700;margin-bottom:.8rem}.testimonial-subtitle{color:#bcbcbc;font-size:1.05rem;margin-bottom:3rem}.testimonial-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-content:center}.testimonial-card{background:#252525;border:1px solid #ffffff1a;border-radius:10px;box-shadow:0 0 8px #ffffff0d;padding:2rem;text-align:left;transition:.3s}.testimonial-card:hover{border-color:red;box-shadow:0 0 10px #f003;transform:translateY(-5px)}.testimonial-text{color:#e0e0e0;font-size:1rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.testimonial-name{font-weight:700;margin-bottom:.3rem}.testimonial-role{color:#bcbcbc;font-size:.9rem;margin-bottom:1rem}.stars{display:flex;gap:.3rem}.star{color:#555;height:20px;width:20px}.star.filled{color:red}@media (max-width:768px){.testimonial-title{font-size:1.6rem}.testimonial-text{font-size:.95rem}}.footer-section{background-color:#121212;color:#fff;padding-top:5rem;text-align:center}.cta-section{margin-bottom:4rem}.cta-section h2{font-size:2rem;font-weight:700;margin-bottom:.8rem}.cta-section p{color:#bcbcbc;font-size:1.05rem;margin-bottom:2rem}.cta-btn{background:red;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.9rem 1.8rem;transition:all .3s ease}.cta-btn:hover{background:#c00}.cta-btn .arrow{margin-left:8px;transition:transform .3s}.cta-btn:hover .arrow{transform:translateX(5px)}.divider{border-color:#333;margin:2rem auto;width:90%}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:auto;max-width:1200px;padding:0 2rem 3rem;text-align:left}.footer-logo{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-logo span{color:red}.footer-col h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:.6rem}.footer-col ul li a{color:#bcbcbc;font-size:.95rem;text-decoration:none;transition:.3s}.footer-col ul li a:hover{color:red}.about p{color:#bcbcbc;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.social-icons{display:flex;gap:.8rem;margin-bottom:1rem}.social-icons a{background:#2c2c2c;border-radius:6px;color:#fff;padding:.4rem;transition:.3s}.social-icons a:hover{background:red}.policy{color:#7a7a7a;font-size:.8rem;margin-top:1rem}.map-box{border-radius:8px;height:200px;overflow:hidden;width:100%}.view-all{color:red!important;font-weight:600}.copyright{border-top:1px solid #333;color:#8a8a8a;font-size:.85rem;margin-top:2rem;padding:1rem;text-align:center}@media (max-width:768px){.cta-section h2{font-size:1.6rem}.footer-container{text-align:center}.social-icons{justify-content:center}.map-box{height:200px;margin-top:1rem}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0b0b0b;color:#fff;font-family:Poppins,sans-serif;scroll-behavior:smooth}button{font-family:inherit}
/*# sourceMappingURL=main.78fe8fea.css.map*/