:root {
  --primary: #123b65;
  --primary-dark: #0a2746;
  --accent: #0053a0;
  --light-blue: #eef6fb;
  --text: #203040;
  --muted: #64748b;
  --border: #dce6ee;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
}

a {
  text-decoration: none;
}

.top-bar {
  background: var(--primary-dark);
  color: #fff;
  font-size: 14px;
  padding: 9px 0;
}

.top-bar a {
  color: #fff;
}

.navbar {
  background: #fff;
  box-shadow: 0 6px 25px rgba(15, 23, 42, 0.08);
}

.navbar-brand img {
  height: 52px;
  width: auto;
}

.nav-link {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--primary-dark);
}

.btn-accent {
  background: var(--accent);
  color: #fff;
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 13px 24px;
  border-radius: 999px;
}

.btn-accent:hover {
  background: #fff;
  color: var(--primary-dark);
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary-dark);
}

.btn-outline-light-custom {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.btn-outline-light-custom:hover {
  background: #fff;
  color: var(--primary-dark);
}

.hero {
  position: relative;
  color: #fff;
  padding: 88px 0 70px;
  overflow: hidden;
}
.hero-janitorial {
  background: linear-gradient(
      120deg,
      rgba(10, 39, 70, 0.5),
      rgba(18, 59, 101, 0.82)
    ),
    url("/assets/images/hero1.webp") center/cover no-repeat;
}
.hero-commercial {
  background: linear-gradient(
      120deg,
      rgba(10, 39, 70, 0.5),
      rgba(18, 59, 101, 0.82)
    ),
    url("/assets/images/herocommercial.webp") center/cover no-repeat;
}
.hero-office {
  background: linear-gradient(
      120deg,
      rgba(10, 39, 70, 0.5),
      rgba(18, 59, 101, 0.82)
    ),
    url("/assets/images/hero-office.webp") center/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(242, 181, 68, 0.15);
}

.hero .container {
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--accent);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}

.hero h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}

.hero p.lead {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.88);
  max-width: 720px;
}

.hero-card {
  background: #fff;
  color: var(--text);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.hero-card h3 {
  color: var(--primary-dark);
  font-weight: 900;
}

.form-control,
.form-select {
  border-radius: 14px;
  padding: 13px 15px;
  border-color: var(--border);
  font-size: 15px;
}

.stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-weight: 700;
  margin: 6px 6px 0 0;
}

section {
  padding: 82px 0;
}

.section-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  color: var(--primary-dark);
  letter-spacing: -0.035em;
  margin-bottom: 18px;
}

.section-text {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.feature-card,
.service-card,
.process-card,
.industry-card,
.reason-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
  transition: 0.2s ease;
}

.feature-card:hover,
.service-card:hover,
.process-card:hover,
.industry-card:hover,
.reason-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
}

.icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--light-blue);
  color: var(--primary);
  font-size: 26px;
  margin-bottom: 18px;
}

.dark-band {
  background: var(--primary-dark);
  color: #fff;
}

.dark-band .section-title,
.dark-band h3,
.dark-band h4 {
  color: #fff;
}

.dark-band .section-text,
.dark-band p,
.dark-band li {
  color: rgba(255, 255, 255, 0.78);
}

.split-image {
  border-radius: 30px;
  min-height: 440px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.16);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 13px;
  color: var(--text);
  font-weight: 600;
}

.check-list i {
  color: var(--accent);
  font-size: 20px;
  flex: 0 0 auto;
}

.service-card h4,
.process-card h4,
.reason-card h4 {
  font-weight: 900;
  color: var(--primary-dark);
  margin-bottom: 14px;
}

.process-number {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 16px;
}

.industry-card {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  color: var(--primary-dark);
  padding: 20px;
}

.cta-panel {
  background: linear-gradient(
      120deg,
      rgba(10, 39, 70, 0.14),
      rgba(18, 59, 101, 0.82)
    ),
    url("/assets/images/hero1.webp") center/cover no-repeat;

  border-radius: 34px;
  color: #fff;
  padding: 56px;
  position: relative;
  overflow: hidden;
}

.cta-panel::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(242, 181, 68, 0.18);
  right: -70px;
  top: -70px;
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.faq-section .accordion-item {
  border: 1px solid var(--border);
  border-radius: 18px !important;
  overflow: hidden;
  margin-bottom: 14px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.accordion-button {
  font-weight: 800;
  color: var(--primary-dark);
  padding: 22px;
}

.accordion-button:not(.collapsed) {
  background: var(--light-blue);
  color: var(--primary-dark);
  box-shadow: none;
}

.areas {
  background: #f8fbfd;
  padding: 46px 0;
}

.area-links a {
  color: var(--primary);
  font-weight: 800;
  margin: 0 6px 8px;
  display: inline-block;
}

footer {
  background: #071d33;
  color: rgba(255, 255, 255, 0.78);
  padding: 70px 0 22px;
}

footer h5 {
  color: #fff;
  font-weight: 900;
  margin-bottom: 18px;
}

footer a {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  margin-bottom: 9px;
}

footer a:hover {
  color: #fff;
}

.footer-logo {
  height: 58px;
  width: auto;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .hero {
    padding-top: 58px;
  }

  .hero-card {
    margin-top: 34px;
  }

  section {
    padding: 62px 0;
  }

  .cta-panel {
    padding: 36px 26px;
  }
}
.process-image-card {
  height: 100%;
  background: #fff;
  border: 1px solid #cfd6dd;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: 0.2s ease;
}

.process-image-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.process-image-card-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.process-image-card-body {
  padding: 30px 22px 28px;
}

.process-image-card-body h4 {
  color: var(--primary-dark);
  font-size: 30px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

.process-image-card-body p {
  color: #111;
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .process-image-card-img {
    height: 220px;
  }

  .process-image-card-body h4 {
    font-size: 26px;
  }

  .process-image-card-body p {
    font-size: 19px;
  }
}

@media (max-width: 575px) {
  .process-image-card-img {
    height: 230px;
  }

  .process-image-card-body {
    padding: 24px 20px;
  }

  .process-image-card-body h4 {
    font-size: 28px;
  }

  .process-image-card-body p {
    font-size: 20px;
  }
}
.testimonial-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.testimonial-card p {
  color: var(--text);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
  margin-bottom: 0;
}

.testimonial-stars {
  color: var(--accent);
  font-size: 20px;
}
