
/* =========================================================
   ACS FOOTER - NEW FINAL DESIGN
   ========================================================= */

.acs-footer {
  width: 100%;
  background: #077fb7;
  color: #ffffff;
  border: 0;
}

.acs-footer-container {
  width: min(1464px, calc(100% - 48px));
  margin: 0 auto;
}

.acs-footer-grid {
  display: grid;
  grid-template-columns:
    minmax(280px, 1.15fr)
    minmax(240px, 1fr)
    minmax(280px, 1fr)
    minmax(280px, 1fr);

  gap: 70px;
  align-items: start;

  padding: 76px 0 68px;
}


/* ======================
   COLUMN HEADINGS
   ====================== */

.acs-footer h3,
.acs-footer h4 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

.acs-footer h4 {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.acs-footer p {
  margin: 0;
  color: #d3e2e8;
  font-family: "Roboto", Arial, sans-serif;
  Font-size: 17px;
  line-height: 1.8;
}


/* ======================
   ABOUT
   ====================== */

.acs-footer-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 206px;
  height: 90px;

  padding: 10px 20px;
  margin-bottom: 26px;

  background: #f5f5f5;
  border-radius: 13px;
}

.acs-footer-logo {
  display: block;

  width: 164px;
  height: 70px;

  object-fit: contain;

  margin: 0;
}

.acs-footer-about h3 {
  max-width: 330px;

  margin: 0 0 15px;

  font-size: 25px;
  line-height: 1.28;
  font-weight: 800;
}

.acs-footer-about p {
  max-width: 360px;
}


/* ======================
   CONTACT
   ====================== */

.acs-footer-address {
  margin-bottom: 17px;
}

.acs-footer-address strong {
  display: block;

  margin-bottom: 5px;

  color: #ffffff;

  font-family: "Roboto", Arial, sans-serif;
  Font-size: 17px;
  font-weight: 700;
}

.acs-footer-address p {
  color: #ffffff;
  line-height: 1.6;
}

.acs-footer-contact-link {
  display: block;

  width: fit-content;

  margin-top: 13px;

  color: #ffffff;

  font-family: "Roboto", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;

  text-decoration: none;

  transition:
    color .22s ease,
    transform .22s ease;
}

.acs-footer-contact-link:hover {
  color: #11ade2;
  transform: translateX(2px);
}


/* ======================
   NEWSLETTER
   ====================== */

.acs-footer-newsletter p {
  max-width: 330px;
  margin-bottom: 23px;
}

.acs-newsletter-form {
  display: flex;

  width: 100%;
  max-width: 315px;
  height: 58px;

  margin: 0;

  overflow: hidden;

  background: #19323c;

  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
}

.acs-newsletter-form input {
  flex: 1;

  min-width: 0;
  height: 100%;

  border: 0;
  outline: 0;

  padding: 0 18px;

  background: transparent;
  color: #ffffff;

  font-family: "Roboto", Arial, sans-serif;
  font-size: 17px;
}

.acs-newsletter-form input::placeholder {
  color: #dbe4e8;
  opacity: 1;
}

.acs-newsletter-form input:focus {
  box-shadow: inset 0 0 0 1px rgba(17, 173, 226, .7);
}

.acs-newsletter-form button {
  flex: 0 0 62px;

  width: 62px;
  height: 100%;

  display: grid;
  place-items: center;

  border: 0;

  background: #149fd2;
  color: #ffffff;

  cursor: pointer;

  transition: background .22s ease;
}

.acs-newsletter-form button span {
  display: block;

  font-size: 28px;
  line-height: 1;

  transform: translateY(-1px);
}

.acs-newsletter-form button:hover {
  background: #11ade2;
}


/* ======================
   SOCIAL
   ====================== */

.acs-footer-social p {
  max-width: 325px;
  margin-bottom: 25px;
}

.acs-social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 17px;
}

.acs-social-icon {
  flex: 0 0 70px;

  width: 70px;
  height: 70px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;

  background: rgba(255, 255, 255, .06);
  color: #ffffff;

  text-decoration: none;

  transition:
    transform .22s ease,
    background .22s ease,
    color .22s ease,
    border-color .22s ease;
}

.acs-social-icon svg {
  display: block;

  width: 27px;
  height: 27px;

  fill: currentColor;
}

.acs-social-icon:hover {
  transform: translateY(-4px);

  background: #11ade2;
  border-color: #11ade2;

  color: #ffffff;
}


/* ======================
   FOOTER BOTTOM
   ====================== */

.acs-footer-bottom {
  width: 100%;

  border-top: 1px solid rgba(255, 255, 255, .10);

  background: #9aca38;
}

.acs-footer-bottom-inner {
  width: min(1464px, calc(100% - 48px));
  margin: 0 auto;

  padding: 19px 0;

  color: #ffffff;

  font-family: "Roboto", Arial, sans-serif;
  Font-size: 17px;
  line-height: 1.5;

  text-align: center;
}

.acs-footer-bottom-inner strong {
  color: #ffffff;
  font-weight: 800;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1200px) {

  .acs-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 70px;
  }

  .acs-footer-about p,
  .acs-footer-newsletter p,
  .acs-footer-social p {
    max-width: 100%;
  }

}


@media (max-width: 700px) {

  .acs-footer-container {
    width: calc(100% - 32px);
  }

  .acs-footer-grid {
    grid-template-columns: 1fr;

    gap: 42px;

    padding: 55px 0 48px;
  }

  .acs-footer-logo-wrap {
    width: 190px;
    height: 84px;

    margin-bottom: 22px;
  }

  .acs-footer-logo {
    width: 152px;
    height: 64px;
  }

  .acs-footer-about h3 {
    max-width: 100%;

    font-size: 22px;
  }

  .acs-footer h4 {
    margin-bottom: 18px;

    font-size: 19px;
  }

  .acs-footer p {
    Font-size: 17px;
    line-height: 1.75;
  }

  .acs-footer-contact-link {
    font-size: 15px;
  }

  .acs-newsletter-form {
    max-width: 100%;
    height: 54px;
  }

  .acs-newsletter-form input {
    font-size: 15px;
  }

  .acs-newsletter-form button {
    flex-basis: 58px;
    width: 58px;
  }

  .acs-social-icons {
    gap: 12px;
  }

  .acs-social-icon {
    flex-basis: 60px;

    width: 60px;
    height: 60px;
  }

  .acs-social-icon svg {
    width: 23px;
    height: 23px;
  }

  .acs-footer-bottom-inner {
    width: calc(100% - 32px);

    padding: 16px 0;

    font-size: 15px;
  }

}






.acs-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.acs-footer-contact-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 3px;
}

.acs-footer-contact-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #ffffff;
}

.acs-footer-contact-link {
  color: #ffffff;
  text-decoration: none;
}

.acs-footer-contact-link:hover {
  color: #ffffff;
  opacity: 0.8;
}

.acs-footer-address strong {
  display: block;
  color: #ffffff;
  margin-bottom: 4px;
}

.acs-footer-address p {
  margin: 0;
  color: #ffffff;
}
















:root {
  --navy: #11ade2;
  --navy-2: #11ade2;
  --navy-3: #11ade2;
  --blue: #1768c4;
  --blue-2: #2f7bd5;
  --sky: #dceafd;
  --text: #1c2b3b;
  --muted: #66758a;
  --line: #dfe6ef;
  --soft: #eef3fb;
  --white: #ffffff;
  --shadow: 0 20px 55px rgba(16, 43, 80, .12);
  --shadow-sm: 0 10px 28px rgba(16, 43, 80, .10);
  --radius: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 90px 0; }
.section-soft { background: var(--soft); }

h1, h2, h3, h4 { font-family: "Roboto", sans-serif; margin-top: 0; color: var(--navy); }
h1 { font-size: clamp(42px, 5.1vw, 72px); line-height: .99; letter-spacing: -2.6px; }
h2 { font-size: clamp(32px, 3.6vw, 50px); line-height: 1.06; letter-spacing: -1.6px; }
h3 { font-size: 22px; line-height: 1.25; }
p { line-height: 1.75; color: var(--muted); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d8e9ff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; border-radius: 2px; opacity: .75; }
.eyebrow.dark { color: var(--blue); }
.eyebrow.light { color: #077fb7; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 9px;
  border: 1px solid transparent;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .3px;
  transition: .25s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy); color: var(--white); box-shadow: 0 10px 24px rgba(7, 27, 49, .22); }
.btn-primary:hover { background: var(--blue); }
.btn-small { min-height: 42px; padding-inline: 18px; font-size: 17px; }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); backdrop-filter: blur(5px); }
.btn-ghost:hover { background: rgba(255,255,255,.18); }
.btn-outline { color: var(--navy); border-color: #9db2cc; background: transparent; }
.btn-outline:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-light { background: var(--white); color: var(--navy); }

/* Loader */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(36,102,184,.22), transparent 30%),
    linear-gradient(135deg, #071b31, #102b50 58%, #173b68);
  transition: opacity .65s ease, visibility .65s ease;
}
.page-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 34px 34px;
}
.page-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-card { position: relative; z-index: 2; text-align: center; width: min(360px, calc(100% - 44px)); }
.loader-logo { width: 122px; height: 96px; object-fit: contain; margin: 0 auto 26px; filter: drop-shadow(0 8px 20px rgba(0,0,0,.25)); animation: pulseLogo 1.65s ease-in-out infinite; }
.loader-line { height: 3px; background: rgba(255,255,255,.16); border-radius: 99px; overflow: hidden; }
.loader-line span { display: block; width: 42%; height: 100%; border-radius: inherit; background: #fff; animation: loadingLine 1.05s ease-in-out infinite; }
.loader-card p { margin: 14px 0 0; color: rgba(255,255,255,.72); font-size: 15px; letter-spacing: .6px; }
@keyframes loadingLine { from { transform: translateX(-115%); } to { transform: translateX(340%); } }
@keyframes pulseLogo { 50% { transform: scale(1.035); opacity: .86; } }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(21,47,79,.08);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.brand { width: 92px; height: 56px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 82px; height: 54px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 45px; margin-left: 10px; }
.main-nav a { font-family: "Roboto", sans-serif; font-size: 17px; font-weight: 700; color: #26394f; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; height: 2px; width: 0; background: var(--blue); transition: width .25s ease; }
.main-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.phone-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 800; font-size: 17px; }
.phone-icon { Font-size: 17px; }
.nav-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--navy); margin: 4px 0; transition: .25s ease; }

/* Hero */
.hero { min-height: 640px; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    url('assets/images/service-cleaning.png') center/cover no-repeat;
  transform: scale(1.03);
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #077fb7 0%, #077fb7 43%, rgba(7, 127, 183, .50) 75%, rgba(17, 173, 226, .20) 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .72fr; gap: 70px; align-items: center; padding-block: 90px; }
.hero-copy { max-width: 700px; }
.hero-copy h1 { color: #fff; margin-bottom: 26px; max-width: 760px; }
.hero-copy h1 span { color: #8bc1ff; position: relative; display: inline-block; }
.hero-copy h1 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 8px; border-bottom: 3px solid #8bc1ff; border-radius: 50%; transform: rotate(-2deg); opacity: .9; }
.hero-copy p { color: rgba(255,255,255,.82); font-size: 17px; max-width: 650px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.hero-copy .btn-primary { background: var(--blue); }
.hero-copy .btn-primary:hover { background: #438fe5; }
.hero-panel { justify-self: end; width: min(360px, 100%); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.75); border-radius: 14px; box-shadow: 0 28px 70px rgba(0,0,0,.32); overflow: hidden; }
.hero-panel-top { background: #eef5fd; color: var(--navy); padding: 18px 20px; font-family: "Roboto"; font-weight: 800; font-size: 20px; border-bottom: 1px solid #dbe8f5; }
.hero-panel ul { list-style: none; margin: 0; padding: 12px 18px 16px; }
.hero-panel li { display: flex; gap: 10px; align-items: center; padding: 10px 0; color: #32485e; font-weight: 700; font-size: 17px; border-bottom: 1px solid #edf1f5; }
.hero-panel li:last-child { border-bottom: 0; }
.hero-panel li span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #e9f2ff; color: var(--blue); }

/* Trusted */
.trusted-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading p { max-width: 690px; font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-family: "Roboto"; font-weight: 800; margin-top: 12px; font-size: 20px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.benefit-card { background: #fff; border: 1px solid #dfe8f2; padding: 25px; border-radius: 15px; box-shadow: 0 12px 30px rgba(16,43,80,.05); transition: .25s ease; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.benefit-icon { width: 43px; height: 43px; border-radius: 12px; display: grid; place-items: center; background: #e9f3ff; color: var(--blue); margin-bottom: 16px; font-size: 19px; font-weight: 900; }
.benefit-card h3 { font-size: 20px; margin-bottom: 8px; }
.benefit-card p { font-size: 17px; margin: 0; }

/* Media */
.media-strip { padding-top: 55px; padding-bottom: 40px; }
.media-card { position: relative; min-height: 500px; border-radius: 18px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.media-card img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.media-card-overlay { position: absolute; left: 30px; bottom: 28px; background: rgba(8,29,53,.88); color: #fff; padding: 16px 18px; border-radius: 12px; backdrop-filter: blur(8px); display: grid; gap: 4px; }
.media-card-overlay span { font-size: 15px; text-transform: uppercase; letter-spacing: 1.4px; color: #bcd9fb; }
.media-card-overlay strong { font-family: "Roboto"; font-size: 20px; }

/* Services */
.services-section { background: #f8fafc; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.split-heading h2 { max-width: 740px; margin-bottom: 0; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { background: #fff; border: 1px solid #dfe6ef; border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 26px rgba(15,46,83,.06); transition: .28s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-image { height: 280px; background-position: center; background-size: cover; position: relative; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,26,48,.2), transparent 55%); }
.service-body { padding: 27px; position: relative; }
.service-icon { position: absolute; top: -25px; right: 25px; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; border: 5px solid #fff; box-sizing: content-box; font-size: 21px; }
.service-body h3 { font-size: 23px; margin-bottom: 10px; }
.service-body p { font-size: 17px; margin-bottom: 18px; }
.service-body a { color: var(--blue); font-family: "Roboto"; font-size: 17px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }

/* Quote */
.quote-band { position: relative; background: #0e2c51; overflow: hidden; }
.quote-pattern { position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(circle at 10% 120%, #2e79cf 0 5%, transparent 5.5%), radial-gradient(circle at 40% -20%, #f59f40 0 4%, transparent 4.5%), radial-gradient(circle at 70% 120%, #3d8ad7 0 7%, transparent 7.5%), linear-gradient(125deg, transparent 0 20%, rgba(255,255,255,.1) 20.4% 21%, transparent 21.4% 42%, rgba(242,143,46,.18) 42.4% 43%, transparent 43.4%); background-size: 370px 250px, 420px 250px, 460px 270px, 100% 100%; }
.quote-inner { position: relative; z-index: 2; min-height: 165px; display: flex; align-items: center; justify-content: center; gap: 35px; text-align: center; }
.quote-inner p { color: #fff; font-family: "Roboto"; font-size: clamp(20px, 2.4vw, 30px); font-weight: 700; max-width: 760px; margin: 0; line-height: 1.25; }

/* Process */
.process-section { position: relative; background: #0b2849; overflow: hidden; }
.process-bg { position: absolute; inset: 0; background: linear-gradient(180deg, rgb(218 165 32 / 78%), rgb(218 165 32 / 94%)), url(assets/images/service-building.jpeg) center / cover; filter: saturate(.85); }
.process-section .container { position: relative; z-index: 2; }
.section-heading.center { text-align: center; margin-inline: auto; max-width: 760px; }
.section-heading.light h2, .section-heading.light p { color: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.process-card { position: relative; background: rgba(14,46,83,.72); border: 1px solid rgba(255,255,255,.17); padding: 34px 28px; min-height: 270px; border-radius: 16px; backdrop-filter: blur(8px); }
.step-number { position: absolute; top: 18px; right: 20px; font-family: "Roboto"; font-size: 38px; font-weight: 800; color: rgba(255,255,255,.08); }
.process-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; margin-bottom: 18px; }
.process-card h3 { color: #fff; font-size: 20px; }
.process-card p { color: rgba(255,255,255,.73); font-size: 17px; margin: 0; }

/* Compliance */
.compliance-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.compliance-copy p { max-width: 650px; font-size:17px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 29px; color: #34485e; font-weight: 600; Font-size: 17px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 19px; height: 19px; display: grid; place-items: center; background: var(--navy); color: #fff; border-radius: 4px; font-size: 15px; }
.compliance-photo { position: relative; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.compliance-photo img { width: 100%; min-height: 430px; object-fit: cover; }
.photo-badge { position: absolute; left: 20px; bottom: 20px; background: rgba(255,255,255,.94); border-radius: 12px; padding: 15px 18px; box-shadow: var(--shadow-sm); display: grid; }
.photo-badge strong { font-family: "Roboto"; color: var(--navy); }
.photo-badge span { color: #63758a; font-size: 15px; }

/* Testimonials */
.testimonial-section { background: var(--navy); color: #fff; }
.testimonial-grid { min-height: 540px; display: grid; grid-template-columns: 1fr 1fr; }
.testimonial-mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; min-height: 540px; }
.testimonial-mosaic > div { background-size: cover; background-position: center; position: relative; }
.testimonial-mosaic > div::after { content: ""; position: absolute; inset: 0; background: rgba(13,43,80,.24); }
.testimonial-content { padding: 80px 70px; display: flex; flex-direction: column; justify-content: center; }
.testimonial-content h2 { color: #fff; }
.testimonial-slider { position: relative; min-height: 230px; }
.testimonial { display: none; margin: 0; animation: fadeSlide .4s ease; }
.testimonial.active { display: block; }
.testimonial blockquote { margin: 0 0 30px; font-size: 18px; line-height: 1.8; color: rgba(255,255,255,.82); position: relative; }
.testimonial blockquote::before { content: "“"; display: block; font-family: Georgia, serif; color: #75aff1; font-size: 70px; height: 45px; line-height: 1; }
.testimonial figcaption { display: grid; gap: 3px; }
.testimonial figcaption strong { font-family: "Roboto"; Font-size: 17px; }
.testimonial figcaption span { color: #a9c2de; font-size: 15px; }
.slider-dots { display: flex; gap: 8px; margin-top: 22px; }
.slider-dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0; background: rgba(255,255,255,.35); cursor: pointer; }
.slider-dots button.active { width: 28px; border-radius: 8px; background: #fff; }
@keyframes fadeSlide { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }

/* Portal */
.portal-section { background: #fff; }
.portal-section .section-heading p { margin-inline: auto; }
.portal-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; align-items: center; margin-top: 45px; }
.portal-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.portal-features article { background: #f1f6fc; border: 1px solid #dce8f5; border-radius: 12px; padding: 14px; display: flex; align-items: center; gap: 13px; min-height: 105px; transition: .25s ease; }
.portal-features article:hover { background: #e6f0fc; transform: translateY(-2px); }
.portal-features img { width: 42px; height: 42px; object-fit: contain; }
.portal-features h3 { font-size: 17px; margin: 0 0 4px; }
.portal-features p { margin: 0; line-height: 1.45; font-size: 15px; }
.portal-device img { filter: drop-shadow(0 22px 30px rgba(13,43,80,.15)); }

/* Footer */
.site-footer { background: #102b50; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr .95fr; gap: 48px; padding: 70px 0 55px; }
.footer-logo { width: 105px; height: 86px; object-fit: contain; margin-bottom: 18px; }
.site-footer h3, .site-footer h4 { color: #fff; }
.site-footer h3 { font-size: 18px; }
.site-footer h4 { Font-size: 17px; margin-bottom: 18px; }
.site-footer p { color: #b8c8db; font-size: 15px; line-height: 1.65; }
.footer-contact a { display: block; color: #fff; font-weight: 700; margin: 9px 0; font-size: 15px; }
.newsletter-form { display: flex; height: 44px; margin-top: 16px; }
.newsletter-form input { flex: 1; min-width: 0; border: 0; padding: 0 14px; outline: none; border-radius: 7px 0 0 7px; }
.newsletter-form button { width: 48px; border: 0; border-radius: 0 7px 7px 0; background: #2c6fbe; color: #fff; font-size: 20px; cursor: pointer; }
.social-row { display: flex; gap: 9px; margin-top: 18px; }
.social-row a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; font-size: 15px; font-weight: 800; }
.cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.cert-grid img { aspect-ratio: 1; width: 100%; object-fit: contain; background: #fff; border-radius: 7px; padding: 5px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); background: #0b2342; color: #aac0d8; font-size: 15px; text-align: center; padding: 16px 0; }

.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 18px); background: #0b2849; color: #fff; padding: 12px 18px; border-radius: 8px; font-weight: 700; font-size: 15px; opacity: 0; pointer-events: none; transition: .25s ease; z-index: 1200; box-shadow: var(--shadow-sm); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .09s; }
.delay-2 { transition-delay: .18s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .main-nav { gap: 18px; }
  .header-actions .phone-link { display: none; }
  .hero-grid { grid-template-columns: 1fr .55fr; gap: 35px; }
  .trusted-grid, .compliance-grid, .portal-grid { gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .section { padding: 72px 0; }
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute; top: 76px; left: 20px; right: 20px;
    display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0;
    background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); overflow: hidden;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 15px 18px; border-bottom: 1px solid #edf1f5; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .header-actions { margin-left: 0; }
  .header-actions .btn { display: none; }
  .hero { min-height: 720px; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 86px; }
  .hero-panel { justify-self: start; max-width: 520px; }
  .trusted-grid, .compliance-grid, .portal-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-mosaic { min-height: 360px; }
  .testimonial-content { padding: 60px 28px; }
  .media-card, .media-card img { min-height: 360px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 58px 0; }
  .header-inner { min-height: 68px; }
  .brand { width: 78px; height: 48px; }
  .brand img { width: 72px; height: 46px; }
  .main-nav { top: 68px; left: 14px; right: 14px; }
  .hero { min-height: 760px; }
  .hero-grid { padding-block: 68px; }
  .hero-shade { background: linear-gradient(90deg, #077fb7 0%, #077fb7 43%, rgba(7, 127, 183, .50) 75%, rgba(17, 173, 226, .20) 100%); }
  .hero-copy p { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-panel { width: 100%; }
  .benefit-grid { grid-template-columns: 1fr; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .split-heading .btn { width: 100%; }
  .service-image { height: 220px; }
  .service-body { padding: 24px 20px; }
  .quote-inner { flex-direction: column; padding-block: 34px; gap: 20px; }
  .quote-inner .btn { width: 100%; }
  .portal-features { grid-template-columns: 1fr; }
  .testimonial-mosaic { min-height: 280px; }
  .compliance-photo img { min-height: 320px; }
  .media-card, .media-card img { min-height: 260px; }
  .media-card-overlay { left: 14px; right: 14px; bottom: 14px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; padding: 55px 0 40px; }
  .cert-grid { max-width: 280px; }
}

/* =========================================================
   ACS BRAND THEME
   Palette derived directly from the supplied ACS logo:
   Blue #077FB7 | Green #9ACA38 | Cyan #11ADE2 | Black
   ========================================================= */
:root {
  --navy: #11ade2;
  --navy-2: #064e6d;
  --navy-3: #020d12;
  --blue: #9aca38;
  --blue-2: #11ade2;
  --green: #9aca38;
  --sky: #e6f8fe;
  --text: #142833;
  --muted: #60727c;
  --line: #d8e8ee;
  --soft: #f3f9fb;
  --shadow: 0 20px 55px rgba(7, 127, 183, .13);
  --shadow-sm: 0 10px 28px rgba(7, 127, 183, .11);
}

/* Loader */
.page-loader {
  background:
    radial-gradient(circle at 17% 18%, rgba(17,173,226,.28), transparent 30%),
    radial-gradient(circle at 83% 78%, rgba(154,202,56,.18), transparent 28%),
    linear-gradient(135deg, #020d12, #075579 58%, #077fb7);
}
.page-loader::after {
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
}
.loader-logo {
  width: 205px;
  height: 90px;
  margin-bottom: 24px;
}
.loader-line span { background: linear-gradient(90deg, var(--green), var(--blue-2)); }
.loader-card p { color: rgba(255,255,255,.82); }

/* Header / navigation */
.site-header { border-bottom-color: rgba(7,127,183,.12); }
.header-inner { min-height: 82px; }
.brand { width: 154px; height: 62px; overflow: visible; flex: 0 0 auto; }
.brand img { width: 146px; height: 60px; object-fit: contain; }
.main-nav a::after { background: var(--green); }
.phone-link { color: var(--blue); }
.nav-toggle span { background: var(--blue); }
.btn-primary {
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(7,127,183,.22);
}
.btn-primary:hover { background: var(--blue-2); }
.btn-outline { color: var(--blue); border-color: rgba(7,127,183,.38); }
.btn-outline:hover { background: var(--blue); border-color: var(--blue); }
.btn-light { color: var(--blue); }

/* Hero */
.hero-shade {
  background: linear-gradient(90deg, #077fb7 0%, #077fb7 43%, rgba(7, 127, 183, .50) 75%, rgba(17, 173, 226, .20) 100%);
}
.hero-copy h1 span { color: var(--green); }
.hero-copy h1 span::after { border-bottom-color: var(--green); }
.hero-copy .btn-primary { background: var(--green); color: #091c26; }
.hero-copy .btn-primary:hover { background: #b3df55; }
.hero-panel { border-top: 4px solid var(--green); }
.hero-panel-top { background: linear-gradient(90deg, rgba(154,202,56,.18), rgba(17,173,226,.10)); }
.hero-panel li span { background: rgba(17,173,226,.12); color: var(--blue); }
.hero-panel li:nth-child(even) span { background: rgba(154,202,56,.15); color: #608713; }

/* Content accents */
.eyebrow.dark { color: var(--blue); }
.eyebrow.light { color: #077fb7; }
.text-link, .service-body a { color: var(--blue); }
.benefit-card { border-color: rgba(7,127,183,.16); }
.benefit-icon { background: rgba(17,173,226,.11); color: var(--blue); }
.benefit-card:nth-child(2n) .benefit-icon { background: rgba(154,202,56,.16); color: #628b12; }
.media-card-overlay { background: rgba(2,28,40,.88); border-left: 4px solid var(--green); }
.media-card-overlay span { color: #bfeeff; }
.service-card { border-color: rgba(7,127,183,.14); }
.service-icon { background: linear-gradient(135deg, var(--blue), var(--blue-2)); }
.service-card:nth-child(2n) .service-icon { background: linear-gradient(135deg, #82b927, var(--green)); color: #10220a; }

/* Quote band */
.quote-band { background: linear-gradient(110deg, #056b99 0%, #077fb7 48%, #0b9fd0 100%); }
.quote-pattern {
  opacity: .31;
  background-image:
    radial-gradient(circle at 10% 120%, rgba(154,202,56,.95) 0 5%, transparent 5.5%),
    radial-gradient(circle at 40% -20%, rgba(17,173,226,.95) 0 4%, transparent 4.5%),
    radial-gradient(circle at 70% 120%, rgba(154,202,56,.72) 0 7%, transparent 7.5%),
    linear-gradient(125deg, transparent 0 20%, rgba(255,255,255,.12) 20.4% 21%, transparent 21.4% 42%, rgba(154,202,56,.30) 42.4% 43%, transparent 43.4%);
}
.quote-inner .btn-light { color: #38610a; border: 1px solid rgba(154,202,56,.5); }

/* Process */
.process-section { background: #061821; }
.process-bg {
  background:
   linear-gradient(180deg, rgb(218 165 32 / 70%), rgb(218 165 32 / 70%)), url(assets/images/service-building.jpeg) center / cover;
}
.process-card { background: #077fb7; border-color: rgba(17,173,226,.23); }
.process-card:nth-child(2) { border-color: rgba(154,202,56,.35); }
.process-icon { border-color: rgba(17,173,226,.50); }
.process-card:nth-child(2) .process-icon { border-color: rgba(154,202,56,.66); color: var(--green); }
.step-number { color: #9aca38; }

/* Compliance */
.check-list li::before { background: var(--blue); }
.check-list li:nth-child(even)::before { background: var(--green); color: #163006; }
.photo-badge { border-left: 4px solid var(--green); }

/* Testimonials */
.testimonial-section { background: #11ade2; }
.testimonial blockquote::before { color: var(--green); }
.testimonial figcaption span { color: #a9dced; }
.slider-dots button.active { background: var(--green); }

/* Portal */
.portal-features article { background: #f1fbfe; border-color: rgba(7,127,183,.15); }
.portal-features article:nth-child(even) { background: #f7fbeF; border-color: rgba(154,202,56,.25); }
.portal-features article:hover { background: #e7f8fd; border-color: rgba(17,173,226,.34); }

/* Footer */
.site-footer { background: #11ade2; border-top: 5px solid var(--green); }
.footer-logo { width: 164px; height: 72px; object-fit: contain; margin-bottom: 20px; }
.footer-contact a { color: #d7f7ff; }
.footer-contact a:hover { color: var(--green); }
.newsletter-form button { background: linear-gradient(135deg, var(--blue), var(--blue-2)); }
.footer-bottom { background: #031117; color: #a8cbd7; border-top-color: rgba(17,173,226,.16); }
.toast { background: #066c98; border-left: 4px solid var(--green); }

/* Selection + focus details */
::selection { background: var(--green); color: #0a1a20; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(17,173,226,.45); outline-offset: 3px; }

@media (max-width: 900px) {
  .brand { width: 138px; height: 56px; }
  .brand img { width: 132px; height: 54px; }
}

@media (max-width: 640px) {
  .header-inner { min-height: 70px; }
  .brand { width: 122px; height: 50px; }
  .brand img { width: 118px; height: 48px; }
  .main-nav { top: 70px; }
  .hero-shade {
    background: linear-gradient(180deg, rgba(2,13,18,.95) 0%, rgba(4,49,68,.90) 70%, rgba(7,127,183,.70) 100%);
  }
  .loader-logo { width: 180px; height: 78px; }
  .footer-logo { width: 150px; height: 66px; }
}


/* ===== ACS INNER PAGES: ABOUT + SERVICES ===== */
.main-nav a.is-current { color: var(--blue); }
.main-nav a.is-current::after { width: 100%; }

.inner-hero {
  min-height: 455px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy-3);
}
.inner-hero-bg,
.inner-hero-shade { position: absolute; inset: 0; }
.inner-hero-bg { transform: scale(1.025); background-position: center; background-size: cover; }
.about-inner-hero .inner-hero-bg { background-image: url('assets/images/about-hero.jpeg'); }
.services-inner-hero .inner-hero-bg { background-image: url('assets/images/service-cleaning.png'); background-position: center 44%; }
.inner-hero-shade {
  background:
    linear-gradient(90deg, #077fb7 0%, #077fb7 43%, rgba(7, 127, 183, .50) 75%, rgba(17, 173, 226, .20) 100%);
}
.inner-hero-content { position: relative; z-index: 2; padding: 92px 0 86px; }
.inner-hero-content h1 { color: #fff; margin-bottom: 18px; }
.inner-hero-content p { color: rgba(255,255,255,.84); font-size: 18px; max-width: 720px; margin-bottom: 0; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.72); font: 700 15px/1.2 "Roboto", sans-serif; margin-bottom: 30px; }
.breadcrumbs a:hover { color: var(--green); }
.breadcrumbs strong { color: #fff; }

.about-story-section { background: #fff; }
.about-story-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.about-story-copy > p { max-width: 690px; }
.about-story-visual { position: relative; min-width: 0; }
.about-story-visual img { width: 100%; min-height: 510px; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.story-floating-card {
  position: absolute; left: -34px; bottom: 30px; width: min(330px, calc(100% - 30px));
  padding: 20px 22px; border-radius: 16px; background: rgba(3,26,35,.94); color: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.22); border-left: 4px solid var(--green); backdrop-filter: blur(8px);
}
.story-floating-card span { display: block; color: #bfeeff; font: 800 11px/1.2 "Roboto"; letter-spacing: 1.4px; margin-bottom: 8px; }
.story-floating-card strong { font-family: "Roboto"; font-size: 17px; line-height: 1.35; }
.about-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.about-proof { padding: 17px 14px; border-radius: 14px; background: #f2fafc; border: 1px solid rgba(7,127,183,.14); }
.about-proof:nth-child(2) { background: #f7fbeF; border-color: rgba(154,202,56,.25); }
.about-proof strong { display: block; color: var(--blue); font: 800 27px/1 "Roboto"; margin-bottom: 7px; }
.about-proof:nth-child(2) strong { color: #668f17; }
.about-proof span { display: block; color: var(--muted); font-size: 15px; font-weight: 700; line-height: 1.35; }

.mission-vision-section { background: linear-gradient(180deg, #f3f9fb, #fff); }
.mission-vision-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 42px; }
.mv-card {
  position: relative; display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 34px;
  background: #fff; border: 1px solid rgba(7,127,183,.14); border-radius: 20px; box-shadow: var(--shadow-sm); overflow: hidden;
}
.mv-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(var(--blue-2), var(--blue)); }
.mv-card:nth-child(2)::before { background: linear-gradient(#b6e45e, var(--green)); }
.mv-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: rgba(17,173,226,.12); color: var(--blue); font: 800 23px/1 "Roboto"; }
.mv-card:nth-child(2) .mv-icon { background: rgba(154,202,56,.16); color: #5f8514; }
.mv-label { display: inline-block; margin-bottom: 8px; color: var(--blue); font: 800 11px/1.2 "Roboto"; letter-spacing: 1.3px; text-transform: uppercase; }
.mv-card:nth-child(2) .mv-label { color: #638a17; }
.mv-card h3 { font-size: 24px; margin-bottom: 10px; }
.mv-card p { margin: 0; }

.about-standards-section { background: #9aca38; color: #fff; }
.about-standards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-standards-copy h2 { color: #fff; }
.about-standards-copy > p { color: rgba(255,255,255,.72); }
.about-standard-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 13px; }
.about-standard-list li { display: grid; grid-template-columns: 46px 1fr; gap: 15px; align-items: start; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.10); }
.about-standard-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid #077fb7; border-radius: 50%; color: #077fb7; font: 800 17px/1 "Roboto"; }
.about-standard-list strong { display: block; color: #fff; font-family: "Roboto"; margin-bottom: 3px; }
.about-standard-list p { color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.5; margin: 0; }
.about-standards-image { border-radius: 22px; overflow: hidden; box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.about-standards-image img { width: 100%; min-height: 575px; object-fit: cover; }

.about-cta-band { background: linear-gradient(115deg, #0678ad 0%, #0a9bcb 58%, #81ba26 130%); overflow: hidden; position: relative; }
.about-cta-band::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; border: 70px solid rgba(255,255,255,.07); }
.about-cta-inner { position: relative; z-index: 2; min-height: 215px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 38px; }
.about-cta-inner span { display: block; color: #d8f6ff; font: 800 11px/1.2 "Roboto"; letter-spacing: 1.5px; margin-bottom: 8px; }
.about-cta-inner h2 { color: #fff; font-size: clamp(28px, 3.3vw, 44px); margin: 0; max-width: 700px; }
.about-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.services-page-intro { background: #fff; }
.services-intro-copy { max-width: 430px; margin: 0 0 4px; }
.services-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 35px; }
.service-page-card { background: #fff; border: 1px solid rgba(7,127,183,.14); border-radius: 20px; overflow: hidden; box-shadow: 0 12px 34px rgba(7,127,183,.08); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.service-page-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(17,173,226,.32); }
.service-page-image { height: 225px; overflow: hidden; background: #eaf4f7; }
.service-page-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-page-card:hover .service-page-image img { transform: scale(1.045); }
.service-page-body { position: relative; padding: 29px 24px 25px; }
.service-page-icon { position: absolute; right: 22px; top: -29px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff; border: 5px solid #fff; font-size: 21px; box-sizing: content-box; box-shadow: 0 10px 24px rgba(7,127,183,.22); }
.service-page-card:nth-child(3n+2) .service-page-icon { background: linear-gradient(135deg, #78ad22, var(--green)); color: #10220a; box-shadow: 0 10px 24px rgba(102,142,24,.18); }
.service-page-body h3 { margin-bottom: 10px; font-size: 22px; padding-right: 48px; }
.service-page-body h3 small { display: block; font-size: 15px; color: var(--muted); font-family: "Roboto"; font-weight: 700; margin-top: 3px; }
.service-page-body p { font-size: 15px; line-height: 1.68; min-height: 114px; }
.service-page-body a { display: inline-flex; gap: 7px; color: var(--blue); font: 800 12px/1.2 "Roboto"; letter-spacing: .65px; text-transform: uppercase; }
.service-page-body a:hover { color: #4f7b11; }
.service-showcase-section { background: #f3f9fb; padding-top: 70px; padding-bottom: 70px; }
.service-showcase { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.service-showcase img { width: 100%; }
.services-process .process-bg { background: linear-gradient(180deg, rgb(218 165 32 / 78%), rgb(218 165 32 / 94%)), url(assets/images/service-building.jpeg) center / cover; }
.services-compliance { background: #fff; }
.services-testimonials { margin-top: 0; }

@media (max-width: 1100px) {
  .about-story-grid, .about-standards-grid { gap: 42px; }
  .services-page-grid { grid-template-columns: repeat(2, 1fr); }
  .service-page-body p { min-height: 0; }
}

@media (max-width: 900px) {
  .inner-hero { min-height: 400px; }
  .inner-hero-content { padding: 76px 0 72px; }
  .about-story-grid, .about-standards-grid { grid-template-columns: 1fr; }
  .about-story-visual { max-width: 720px; }
  .story-floating-card { left: 22px; }
  .mission-vision-grid { grid-template-columns: 1fr; }
  .about-standards-image { order: -1; }
  .about-standards-image img { min-height: 430px; }
  .about-cta-inner { flex-direction: column; align-items: flex-start; justify-content: center; }
}

@media (max-width: 640px) {
  .inner-hero { min-height: 385px; }
  .inner-hero-shade { background: linear-gradient(90deg, #077fb7 0%, #077fb7 43%, rgba(7, 127, 183, .50) 75%, rgba(17, 173, 226, .20) 100%); }
  .inner-hero-content { padding: 62px 0 58px; }
  .inner-hero-content p { font-size: 15px; }
  .breadcrumbs { margin-bottom: 24px; }
  .about-story-visual img { min-height: 360px; }
  .story-floating-card { position: relative; left: auto; bottom: auto; width: calc(100% - 22px); margin: -44px auto 0; }
  .about-proof-grid { grid-template-columns: 1fr; }
  .mv-card { grid-template-columns: 1fr; padding: 27px 23px; }
  .about-standards-image img { min-height: 340px; }
  .about-cta-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .about-cta-actions .btn { width: 100%; }
  .services-page-grid { grid-template-columns: 1fr; }
  .service-page-image { height: 220px; }
  .services-intro-copy { max-width: none; }
  .service-showcase-section { padding-top: 52px; padding-bottom: 52px; }
}


/* =========================================================
   SHARED HEADER / FOOTER + SERVICE DETAIL PAGES
   ========================================================= */
.nav-service-group { position: relative; display: flex; align-items: center; }
.nav-service-trigger { display: flex; align-items: center; gap: 3px; }
.submenu-toggle { width: 26px; height: 26px; display: grid; place-items: center; border: 0; background: transparent; color: #26394f; cursor: pointer; padding: 4px; border-radius: 50%; transition: .2s ease; }
.submenu-toggle:hover { background: rgba(7,127,183,.08); color: var(--blue); }
.submenu-toggle svg { width: 16px; height: 16px; fill: currentColor; transition: transform .2s ease; }
.nav-service-group.is-open .submenu-toggle svg { transform: rotate(180deg); }
.nav-service-group.is-current-parent > .nav-service-trigger > .nav-service-link { color: var(--blue); }
.nav-dropdown {
  position: absolute; top: calc(100% + 20px); left: -22px; width: 330px;
  background: #fff; border: 1px solid rgba(7,127,183,.15); border-radius: 16px;
  box-shadow: 0 24px 60px rgba(2,28,40,.18); padding: 10px; opacity: 0; visibility: hidden;
  transform: translateY(8px); transition: .2s ease; z-index: 1100;
}
.nav-dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -22px; height: 24px; }
.nav-service-group:hover .nav-dropdown,
.nav-service-group:focus-within .nav-dropdown,
.nav-service-group.is-open .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown a { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 14px; border-radius: 10px; font-size: 17px; border-bottom: 0 !important; }
.nav-dropdown a::after { display: none !important; }
.nav-dropdown a:hover, .nav-dropdown a.is-current { background: #f0fafc; color: var(--blue); }
.nav-dropdown .nav-dropdown-overview { color: #55707e; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; border-bottom: 1px solid #e8f0f3 !important; border-radius: 8px 8px 0 0; margin-bottom: 4px; }

.footer-links a { display: block; color: #d7f7ff; font-weight: 700; margin: 10px 0; font-size: 15px; }
.footer-links a:hover { color: var(--green); }
.social-icons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.social-icon { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.06); color: #fff; transition: .22s ease; }
.social-icon svg { width: 21px; height: 21px; fill: currentColor; }
.social-icon:hover { transform: translateY(-3px); background: var(--green); border-color: var(--green); color: #0a1d17; }

.service-detail-hero .inner-hero-bg { background-image: var(--service-hero-image); background-position: center; }
.service-detail-hero .inner-hero-shade { background: linear-gradient(90deg, #077fb7 0%, #077fb7 43%, rgba(7, 127, 183, .50) 75%, rgba(17, 173, 226, .20) 100%); }
.service-hero-actions { margin-top: 30px; }
.service-hero-actions .btn-primary { background: var(--green); color: #0a1a20; }
.service-hero-actions .btn-primary:hover { background: #b7e260; }
.service-overview-section { background: #fff; }
.service-overview-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.service-overview-copy > p { max-width: 720px; }
.service-overview-image { position: relative; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); min-height: 560px; }
.service-overview-image img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.service-image-badge { position: absolute; left: 22px; bottom: 22px; background: rgba(3,24,32,.92); color: #fff; padding: 15px 18px; border-radius: 12px; border-left: 4px solid var(--green); backdrop-filter: blur(8px); display: grid; gap: 2px; }
.service-image-badge strong { font: 800 17px/1.1 "Roboto"; color: #fff; }
.service-image-badge span { font-size: 15px; color: #c7edf8; }
.service-assurance-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
.service-assurance-grid article { display: grid; grid-template-columns: 44px 1fr; gap: 13px; padding: 18px; background: #f3fafc; border: 1px solid rgba(7,127,183,.14); border-radius: 14px; }
.service-assurance-grid article:nth-child(2) { background: #f7fbef; border-color: rgba(154,202,56,.25); }
.service-assurance-grid article > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(17,173,226,.12); color: var(--blue); font-weight: 900; }
.service-assurance-grid article:nth-child(2) > span { background: rgba(154,202,56,.16); color: #5d8513; }
.service-assurance-grid h3 { font-size: 17px; margin: 1px 0 5px; }
.service-assurance-grid p { font-size: 15px; line-height: 1.55; margin: 0; }
.service-inclusions-section { background: linear-gradient(180deg, #f3f9fb, #fff); }
.service-inclusions-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.service-highlight-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.service-highlight-item { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; min-height: 82px; padding: 15px 18px; background: #fff; border: 1px solid rgba(7,127,183,.14); border-radius: 14px; box-shadow: 0 8px 26px rgba(7,127,183,.06); }
.service-highlight-item span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #ffffff; font: 800 17px/1 "Roboto"; }
.service-highlight-item strong { font-family: "Roboto"; color: var(--navy); line-height: 1.35; }
.service-detail-process .process-bg { background: linear-gradient(180deg, rgb(218 165 32 / 78%), rgb(218 165 32 / 94%)), url(assets/images/service-building.jpeg) center / cover; }

.contact-inner-hero .inner-hero-bg { background-image: url('assets/images/about-hero.jpeg'); background-position: center 46%; }
.contact-main-section { background: #f6fafc; }
.contact-main-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 60px; align-items: start; }
.contact-details { position: sticky; top: 120px; }
.contact-info-cards { display: grid; gap: 12px; margin-top: 28px; }
.contact-info-card { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 18px; background: #fff; border: 1px solid rgba(7,127,183,.14); border-radius: 14px; box-shadow: 0 10px 28px rgba(7,127,183,.06); }
.contact-info-card:hover { border-color: rgba(154,202,56,.55); transform: translateY(-2px); }
.contact-info-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #FFD84D; /* Yellow background */
  color: #F28C28;      /* Orange icon */ font-weight: 900; }
.contact-info-card small { display: block; color: var(--muted); margin-bottom: 4px; }
.contact-info-card strong { display: block; color: var(--navy); font-family: "Roboto"; line-height: 1.35; }
.contact-form-card { background: #fff; border: 1px solid rgba(7,127,183,.14); border-radius: 20px; box-shadow: var(--shadow); padding: 34px; }
.contact-form-heading span { color: var(--blue); font: 800 11px/1.2 "Roboto"; letter-spacing: 1.3px; }
.contact-form-heading h3 { font-size: 30px; margin: 7px 0 24px; }
.contact-form { display: grid; gap: 17px; }
.form-grid { display: grid; gap: 17px; }
.form-grid.two-col { grid-template-columns: repeat(2, 1fr); }
.contact-form label { display: grid; gap: 7px; color: #344d59; font-size: 15px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d8e8ee; border-radius: 10px; background: #fbfdfe; padding: 12px 13px; color: #142833; outline: none; transition: .2s ease; font: inherit; }
.contact-form input, .contact-form select { min-height: 48px; }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-2); box-shadow: 0 0 0 3px rgba(17,173,226,.12); }
.contact-submit { justify-self: start; min-width: 190px; }
.form-note { font-size: 15px; line-height: 1.55; margin: 0; color: #78909b; }
.contact-map-section { height: 480px; background: #dbeff5; }
.contact-map-section iframe { width: 100%; height: 100%; border: 0; display: block; }

@media (max-width: 900px) {
  .nav-service-group { display: block; }
  .nav-service-trigger { width: 100%; }
  .nav-service-trigger .nav-service-link { flex: 1; }
  .submenu-toggle { width: 50px; height: 50px; border-left: 1px solid #edf1f5; border-radius: 0; }
  .nav-dropdown { position: static; width: 100%; opacity: 1; visibility: visible; transform: none; display: none; padding: 0 10px 10px 28px; border: 0; border-radius: 0; box-shadow: none; background: #f8fbfc; }
  .nav-service-group:hover .nav-dropdown, .nav-service-group:focus-within .nav-dropdown { display: none; }
  .nav-service-group.is-open .nav-dropdown { display: block; }
  .nav-dropdown a { padding: 12px 10px; }
  .service-overview-grid, .service-inclusions-grid, .contact-main-grid { grid-template-columns: 1fr; gap: 38px; }
  .service-overview-image { min-height: 430px; }
  .service-overview-image img { min-height: 430px; }
  .contact-details { position: static; }
}

@media (max-width: 640px) {
  .service-assurance-grid, .service-highlight-list, .form-grid.two-col { grid-template-columns: 1fr; }
  .service-overview-image { min-height: 320px; }
  .service-overview-image img { min-height: 320px; }
  .contact-form-card { padding: 24px 18px; }
  .contact-map-section { height: 380px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (min-width: 1101px) {

  .site-header .header-inner {
    position: relative;
  }

  .site-header .main-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }

}


/* =========================================================
   ACS GLOBAL TEXT JUSTIFY
   Add this at the VERY END of style.css
   ========================================================= */

/* Main paragraph / content text */
body p,
body li,
body blockquote {
  text-align: justify;
  text-justify: inter-word;
}


/* ======================
   FOOTER TEXT
   ====================== */

.acs-footer p,
.acs-footer-about p,
.acs-footer-address p,
.acs-footer-newsletter p,
.acs-footer-social p,
.acs-footer-contact-item,
.site-footer p,
.footer-about p,
.footer-contact p {
  text-align: justify;
  text-justify: inter-word;
}


/* ======================
   HERO TEXT
   ====================== */

.hero-copy p,
.inner-hero-content p {
  text-align: justify;
  text-justify: inter-word;
}


/* ======================
   SECTION TEXT
   ====================== */

.section-heading p,
.trusted-grid p,
.benefit-card p,
.service-body p,
.process-card p,
.compliance-copy p,
.portal-features p {
  text-align: justify;
  text-justify: inter-word;
}


/* ======================
   ABOUT PAGE
   ====================== */

.about-story-copy p,
.mv-card p,
.about-standards-copy p,
.about-standard-list p,
.story-floating-card p {
  text-align: justify;
  text-justify: inter-word;
}


/* ======================
   SERVICES PAGE
   ====================== */

.services-intro-copy,
.service-page-body p,
.service-overview-copy p,
.service-assurance-grid p,
.service-highlight-item p {
  text-align: justify;
  text-justify: inter-word;
}


/* ======================
   TESTIMONIALS
   ====================== */

.testimonial blockquote {
  text-align: justify;
  text-justify: inter-word;
}


/* ======================
   CONTACT PAGE
   ====================== */

.contact-details p,
.contact-info-card p,
.contact-form-card p,
.form-note {
  text-align: justify;
  text-justify: inter-word;
}


/* =========================================================
   IMPORTANT EXCEPTIONS
   These should NOT be justified
   ========================================================= */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
}


/* Navigation */
.main-nav,
.main-nav a,
.nav-dropdown a,
.nav-service-trigger {
  text-align: left;
}


/* Buttons / links */
.btn,
button,
.text-link,
.service-body a,
.service-page-body a,
.acs-footer-contact-link,
.footer-contact a,
.footer-links a {
  text-align: center;
}


/* Form fields */
input,
textarea,
select {
  text-align: left;
}


/* Footer copyright */
.acs-footer-bottom-inner,
.footer-bottom {
  text-align: center;
}


/* Newsletter */
.acs-newsletter-form input,
.newsletter-form input {
  text-align: left;
}


/* Labels / small text */
.eyebrow,
.breadcrumbs,
.mv-label,
.photo-badge,
.service-image-badge,
.contact-form label {
  text-align: left;
}


/* Center aligned sections remain centered */
.section-heading.center,
.section-heading.center h2 {
  text-align: center;
}


/* Quote band remains centered */
.quote-inner,
.quote-inner p {
  text-align: center;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

  body p,
  body li,
  body blockquote,
  .acs-footer p,
  .hero-copy p,
  .inner-hero-content p,
  .section-heading p,
  .benefit-card p,
  .service-body p,
  .service-page-body p,
  .process-card p,
  .about-story-copy p,
  .mv-card p,
  .service-overview-copy p,
  .testimonial blockquote {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
  }

}




/* =========================================================
   ACS CONTACT SUCCESS POPUP
   ========================================================= */

.acs-success-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 24px;

  opacity: 0;
  visibility: hidden;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}


/* SHOW MODAL */

.acs-success-modal.is-open {
  opacity: 1;
  visibility: visible;
}


/* =========================================================
   BACKDROP
   ========================================================= */

.acs-success-modal-backdrop {
  position: absolute;
  inset: 0;

  background: rgba(4, 31, 41, 0.72);

  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}


/* =========================================================
   POPUP CARD
   ========================================================= */

.acs-success-modal-card {
  position: relative;
  z-index: 2;

  width: min(440px, 100%);

  background: #ffffff;

  border-radius: 18px;

  padding: 46px 36px 34px;

  text-align: center;

  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.25);

  transform: translateY(18px) scale(0.97);

  transition:
    transform 0.25s ease;
}


/* OPEN ANIMATION */

.acs-success-modal.is-open
.acs-success-modal-card {
  transform: translateY(0) scale(1);
}


/* =========================================================
   INFORMATION ICON
   ========================================================= */

.acs-success-modal-icon {
  width: 78px;
  height: 78px;

  margin: 0 auto 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #ffd84d;

  color: #f58220;

  font-size: 36px;

  box-shadow:
    0 10px 28px rgba(245, 130, 32, 0.18);
}


.acs-success-modal-icon i {
  line-height: 1;
}


/* =========================================================
   SUCCESS MESSAGE
   ========================================================= */

.acs-success-modal-card p {
  margin: 0 auto 28px;

  max-width: 340px;

  color: #17303a;

  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;

  text-align: center;
}


/* =========================================================
   TOP RIGHT X BUTTON
   ========================================================= */

.acs-success-modal-x {
  position: absolute;

  top: 14px;
  right: 16px;

  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  border: 0;
  border-radius: 50%;

  background: transparent;

  color: #596b73;

  font-size: 20px;

  cursor: pointer;

  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}


.acs-success-modal-x:hover {
  background: #f2f4f5;

  color: #041f29;

  transform: rotate(90deg);
}


.acs-success-modal-x:focus-visible {
  outline: 3px solid rgba(245, 130, 32, 0.28);
  outline-offset: 2px;
}


/* =========================================================
   CLOSE BUTTON
   ========================================================= */

.acs-success-modal-close {
  min-width: 150px;

  padding: 13px 28px;

  border: 0;

  cursor: pointer;
}


/* =========================================================
   BODY SCROLL LOCK
   ========================================================= */

body.acs-success-modal-open {
  overflow: hidden;
}


/* =========================================================
   EXISTING CONTACT FORM ALERTS
   =========================================================
   Error messages ke liye.
   Success popup alag handle ho raha hai.
   ========================================================= */

.contact-form-alert {
  margin: 0 0 24px;

  padding: 15px 18px;

  border-radius: 8px;

  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}


.contact-form-alert-error {
  background: #fff1f0;

  border: 1px solid #ffd2cf;

  color: #a52b24;
}


.contact-form-alert-success {
  background: #eef9f2;

  border: 1px solid #ccebd7;

  color: #23693d;
}


/* =========================================================
   SUBMIT BUTTON DISABLED STATE
   ========================================================= */

.contact-submit:disabled {
  opacity: 0.7;

  cursor: not-allowed;

  pointer-events: none;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 575px) {

  .acs-success-modal {
    padding: 18px;
  }


  .acs-success-modal-card {
    width: 100%;

    padding:
      44px
      22px
      28px;

    border-radius: 14px;
  }


  .acs-success-modal-icon {
    width: 68px;
    height: 68px;

    margin-bottom: 20px;

    font-size: 31px;
  }


  .acs-success-modal-card p {
    max-width: 290px;

    margin-bottom: 24px;

    font-size: 16px;
    line-height: 1.55;
  }


  .acs-success-modal-close {
    width: 100%;
    min-width: 0;
  }


  .acs-success-modal-x {
    top: 10px;
    right: 10px;
  }

}

/* =========================================================
   ACS NEWSLETTER STATUS
   ========================================================= */

.acs-newsletter-status {
  margin: 12px 0 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.acs-newsletter-success {
  color: #b9e85b !important;
}

.acs-newsletter-error {
  color: #ffb4ad !important;
}

.acs-newsletter-form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
