:root{
  --primary:#1e6fff;
  --muted:#6c757d;
}

/* basic resets */
body{font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;}
.footer .text-muted{
	color:#fff!important;
}
/* logo mark */
.logo-mark{width:42px;height:42px;background:linear-gradient(135deg,#1e6fff,#5a9bff);color:white}
.logo-mark i{transform:scale(0.95)}

/* hero */
.hero .hero-slide{min-height:420px;display:flex;align-items:center;justify-content:center}
.hero .carousel-indicators{position:relative;bottom:0}
.hero .display-4{font-weight:800}

/* service cards */
.service-card{border:0;box-shadow:0 6px 18px rgba(20,20,40,0.06);border-radius:12px}
.service-card .icon{font-size:22px;color:var(--primary)}

/* testimonial */
.testimonial-img{object-fit:cover}

/* cta */
.cta-section{background:linear-gradient(90deg,#1e6fff,#4aa3ff)}
.cta-section .btn-warning{background:#ffb400;border:0}

/* footer */
.footer{background:#0f1724}

/* cards rounding */
.card{border-radius:12px}

/* small responsive tweaks */
@media (max-width:768px){
  .hero .hero-slide{min-height:280px;padding:2rem 1rem}
  .logo-mark{width:36px;height:36px}
}
