:root {
  --theme: #1e1f4b;
  --theme-soft: #25275c;
  --accent: #2ea0ff;
  --text: #1f2937;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: #f7f8fc;
  line-height: 1.65;
}

.section-padding {
  padding: 90px 0;
}

.section-eyebrow {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #70758c;
  margin-bottom: 8px;
}

.section-title {
  font-size: 2.35rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.custom-navbar {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 14px 0;
}

.custom-navbar .navbar-brand {
  color: var(--theme);
  font-size: 1.45rem;
}

.custom-navbar .nav-link {
  color: #0f172a;
  font-size: 0.83rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
}

.custom-navbar .nav-link:hover {
  color: var(--accent);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.small-phone {
  color: #64748b;
  font-size: 0.74rem;
  line-height: 1.25;
}

.small-phone span {
  color: #0f172a;
  font-weight: 600;
}

.btn-quote {
  background: var(--accent);
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 10px 16px;
}

.btn-quote:hover {
  background: #1b8ce8;
  color: #fff;
}

.hero-section {
  margin-top: 0;
}

.hero-slide {
  min-height: 620px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30, 31, 75, 0.85), rgba(30, 31, 75, 0.35));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  color: #fff;
  padding-top: 40px;
}

.hero-kicker {
  font-size: 2.05rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.hero-content h1 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hero-content p {
  color: #dbe2ff;
}

.btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  border-radius: 0;
  font-weight: 600;
}

.btn-primary:hover {
  background: #1788e5;
  border-color: #1788e5;
}

.about-section {
  background: #f7f8fc;
}

.about-img {
  width: 100%;
  border-radius: 4px;
  min-height: 380px;
  object-fit: cover;
}

.feature-line {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-line h5 {
  border-top: 2px solid #94a3b8;
  padding-top: 12px;
  margin-bottom: 8px;
}

.feature-line p {
  color: #6b7280;
  margin: 0;
}

.our-service-section {
  background: #ffffff;
}

.section-eyebrow-theme {
  color: var(--theme);
}

.our-service-section .section-title {
  max-width: 520px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  height: 100%;
}

.service-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme);
  font-size: 2.35rem;
  line-height: 1;
}

.service-icon i {
  font-weight: 400;
}

.service-text h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.service-text p {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.6;
}

.why-us-section {
  background: var(--theme);
}

.why-card {
  background: #24265e;
  border-radius: 10px;
  padding: 26px 20px;
  color: #d4d9ff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.why-card h5 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}

.why-card a {
  text-transform: uppercase;
  color: #6ac5ff;
  font-size: 0.8rem;
  text-decoration: none;
  font-weight: 600;
}

.why-card a:hover {
  color: #b8e4ff;
}

.stat-banner {
  min-height: 170px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.stat-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(30, 31, 75, 0.8), rgba(46, 160, 255, 0.35));
}

.stat-banner h3,
.stat-banner p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.stat-banner h3 {
  font-size: 2rem;
  font-weight: 800;
}

.stat-banner-label {
  font-size: 1.05rem;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 8px;
}

.stat-banner-desc {
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  max-width: 420px;
}

.stat-banner-one {
  background: url("https://images.unsplash.com/photo-1675716921224-e087a0cca69a?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
}

.stat-banner-two {
  background: url("https://images.unsplash.com/photo-1504868584819-f8e8b4b6d7e3?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
}

.testimonial-section {
  background: #f8f9fd;
  position: relative;
}

.client-card {
  background: var(--theme);
  border-radius: 6px;
  padding: 24px;
  color: #d6dcff;
}

.client-card h5 {
  color: #fff;
  margin-bottom: 0;
}

.client-card small {
  color: #9bb2ff;
}

.client-card hr {
  border-color: rgba(255, 255, 255, 0.2);
}

.clients-carousel {
  position: relative;
  padding-bottom: 48px;
}

.clients-carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: 0;
}

.clients-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cbd5e1;
  border: 0;
  opacity: 1;
}

.clients-carousel .carousel-indicators .active {
  background-color: var(--theme);
}

.clients-carousel .carousel-control-prev,
.clients-carousel .carousel-control-next {
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.clients-carousel .carousel-control-prev {
  left: -8px;
}

.clients-carousel .carousel-control-next {
  right: -8px;
}

.clients-carousel .carousel-control-prev-icon,
.clients-carousel .carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
  filter: invert(18%) sepia(18%) saturate(2000%) hue-rotate(210deg);
}

@media (max-width: 991px) {
  .clients-carousel .carousel-control-prev {
    left: 0;
  }

  .clients-carousel .carousel-control-next {
    right: 0;
  }
}

.footer-dark {
  background: var(--theme);
  color: #c7ceee;
  padding: 66px 0 22px;
}

.footer-brand {
  color: #5ea4ff;
  font-weight: 700;
}

.footer-item h6 {
  color: #ffffff;
  margin-bottom: 8px;
}

.footer-item p {
  margin-bottom: 0;
  color: #b9c2ea;
}

.footer-links {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 22px;
  padding: 0;
  margin: 0 0 12px;
}

.footer-links a {
  color: #e5e9ff;
  text-decoration: none;
}

.footer-links a:hover {
  color: #8dd2ff;
}

.copyright {
  color: #b9c2ea;
  font-size: 0.88rem;
  margin: 0;
}

.back-to-top {
  position: fixed;
  right: 12px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  border: none;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1000;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 991px) {
  .header-cta {
    margin-top: 14px;
    justify-content: space-between;
  }

  .hero-slide {
    min-height: 560px;
  }

  .hero-kicker {
    font-size: 1.6rem;
  }

  .section-title {
    font-size: 1.85rem;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 72px 0;
  }

  .feature-line {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 14px;
  }
}
