/* =====================================================
   MAXIMUS FACILITIES GROUP – Brand Overrides
   Colors: EXACTLY as defined in style-liberty.css
     --primary-color: #2B4876
     --primary-dark:  #021048
     --font-color:    #707070
     --heading-color: #060606
     --footer-bg:     #060500
     --footer-bglight:#0e0e0e
   Font: 'Nunito Sans', sans-serif
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,600;6..12,700;6..12,800;6..12,900&display=swap');

.section-pad    { padding: 90px 0; }
.section-pad-sm { padding: 60px 0; }

/* ── HERO BANNER ─────────────────────────────────── */
.banner-19 .banner-layer {
  position: relative;
  min-height: 95vh;
  background: url('../images/cleaning.jpg') no-repeat center center;
  background-size: cover;
}

.banner-19 .main-content-top {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  background: var(--banner-layer);
}

.banner-19 .main-content {
  max-width: 620px;
  margin-top: 70px;
}

.banner-19 .main-content h4 {
  font-size: 52px;
  line-height: 64px;
  color: #fff;
  font-weight: 700;
}

.banner-19 .main-content p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255,255,255,.88);
}

.hero-stats-row {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.hero-stat {
  background: rgba(255,255,255,.1);
  border-radius: var(--border-radius);
  padding: 14px 20px;
  text-align: center;
  min-width: 100px;
}

.hero-stat .num {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.hero-stat .lbl {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,.75);
  font-weight: 600;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .banner-19 .main-content h4 { font-size: 44px; line-height: 54px; }
  .banner-19 .banner-layer    { min-height: 680px; }
}
@media (max-width: 568px) {
  .banner-19 .main-content h4 { font-size: 36px; line-height: 46px; }
  .banner-19 .banner-layer    { min-height: 580px; }
}

/* ── SERVICE ICON CARDS ──────────────────────────── */
.service-icon-card {
  background: var(--bg-color);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color-light);
  box-shadow: var(--box-shadow);
  padding: 36px 28px;
  transition: .3s;
  height: 100%;
}

.service-icon-card:hover {
  box-shadow: 0 25px 98px 0 rgba(0,0,0,.10);
  transform: translateY(-4px);
}

.service-icon-card i {
  font-size: 44px;
  color: var(--primary-color);
  margin-bottom: 20px;
  display: block;
}

.service-icon-card h4 a {
  font-size: 22px;
  font-weight: 700;
  color: var(--heading-color);
  display: block;
  margin-bottom: 12px;
}

.service-icon-card h4 a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.service-icon-card ul { margin: 10px 0 0; padding: 0; }

.service-icon-card ul li {
  font-size: 15px;
  color: var(--font-color);
  padding: 3px 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-icon-card ul li::before {
  content: "";
  width: 7px; height: 7px;
  background: var(--primary-color);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── CHECKLIST ───────────────────────────────────── */
ul.check-list { margin: 0; padding: 0; }

ul.check-list li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 17px;
  color: var(--font-color);
  line-height: 28px;
}

ul.check-list li i {
  color: var(--primary-color);
  font-size: 18px;
  margin-top: 4px;
  flex-shrink: 0;
}

ul.check-list li strong {
  color: var(--heading-color);
  display: block;
  font-size: 17px;
  margin-bottom: 1px;
}

/* ── ABOUT BADGE ─────────────────────────────────── */
.about-img-relative {
  position: relative;
  display: inline-block;
}

.about-experience-badge {
  position: absolute;
  bottom: -18px; right: -18px;
  background: var(--primary-color);
  color: #fff;
  border-radius: var(--border-radius);
  padding: 18px 22px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(43,72,118,.30);
  z-index: 10;
}

.about-experience-badge .big {
  display: block;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.about-experience-badge .small {
  display: block;
  font-size: 11px;
  font-weight: 700;
  opacity: .85;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

/* ── TESTIMONIAL CARD ────────────────────────────── */
.testi-card-w3l {
  background: var(--bg-color);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color-light);
  box-shadow: var(--box-shadow);
  padding: 30px;
  height: 100%;
  transition: .3s;
}

.testi-card-w3l:hover { box-shadow: 0 25px 98px 0 rgba(0,0,0,.10); }

.testi-card-w3l .stars { color: #f59e0b; font-size: 15px; margin-bottom: 14px; }

.testi-card-w3l blockquote {
  font-size: 17px;
  line-height: 28px;
  color: var(--font-color);
  font-style: italic;
  border: none;
  margin: 0 0 18px;
  padding: 0;
}

.testi-card-w3l .testi-client { display: flex; align-items: center; gap: 14px; }

.testi-card-w3l .testi-client img {
  width: 52px; height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary-color);
}

.testi-card-w3l .testi-client .cli-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--heading-color);
  display: block;
}

.testi-card-w3l .testi-client .cli-role {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;
  display: block;
}

/* ── BLOG CARD ───────────────────────────────────── */
.blog-card-w3l {
  background: var(--bg-color);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color-light);
  overflow: hidden;
  transition: .3s;
  height: 100%;
}

.blog-card-w3l:hover {
  box-shadow: 0 25px 98px 0 rgba(0,0,0,.10);
  transform: translateY(-4px);
}

.blog-card-w3l .blog-img { overflow: hidden; }

.blog-card-w3l .blog-img img {
  width: 100%; height: 210px;
  object-fit: cover;
  display: block;
  transition: .3s;
}

.blog-card-w3l:hover .blog-img img { transform: scale(1.06); }

.blog-card-w3l .blog-body { padding: 24px 22px; }

.blog-card-w3l .blog-tag {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: .07em;
  margin-bottom: 8px;
}

.blog-card-w3l h4 a {
  font-size: 20px;
  line-height: 28px;
  color: var(--heading-color);
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.blog-card-w3l h4 a:hover { color: var(--primary-color); text-decoration: none; }

.blog-card-w3l .blog-meta {
  font-size: 13px;
  color: var(--font-color);
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.blog-card-w3l .blog-meta i { color: var(--primary-color); margin-right: 4px; }

/* ── CONTACT INFO BLOCK ──────────────────────────── */
.contact-info-block {
  background: var(--primary-color);
  border-radius: var(--border-radius);
  padding: 36px 32px;
  height: 100%;
}

.contact-info-block h3 { color: #fff; font-size: 26px; font-weight: 700; margin-bottom: 28px; }

.contact-info-item-w3l {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.contact-info-item-w3l .ci-icon {
  flex-shrink: 0;
  width: 42px; height: 42px;
  background: rgba(255,255,255,.12);
  border-radius: var(--border-radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  color: #fff;
}

.contact-info-item-w3l .ci-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.55);
  display: block;
  margin-bottom: 3px;
}

.contact-info-item-w3l p,
.contact-info-item-w3l a {
  color: #fff; font-size: 16px; font-weight: 500; margin: 0;
}

.contact-info-item-w3l a:hover { color: rgba(255,255,255,.75); text-decoration: none; }

/* ── PROCESS NUMBER BADGE ────────────────────────── */
.process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px; height: 64px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 16px;
}

/* ── INDUSTRY CHIP ───────────────────────────────── */
.industry-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--bg-color);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color-light);
  box-shadow: var(--box-shadow);
  padding: 24px 12px;
  text-align: center;
  transition: .3s;
}

.industry-chip:hover {
  box-shadow: 0 25px 98px 0 rgba(0,0,0,.10);
  transform: translateY(-3px);
}

.industry-chip i { font-size: 32px; color: var(--primary-color); margin-bottom: 10px; }
.industry-chip span { font-size: 14px; font-weight: 600; color: var(--heading-color); }

/* ── MAP IFRAME ──────────────────────────────────── */
.map-frame {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: var(--border-radius);
  display: block;
  filter: var(--iframe-filter);
}

/* ── INNER BANNER ────────────────────────────────── */
.inner-banner {
  background: url('../images/inner-banner.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.inner-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: var(--layer);
  z-index: -1;
}

/* ── 404 PAGE ────────────────────────────────────── */
.error-page-wrap {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
}

.error-ghost-num {
  position: absolute;
  font-size: clamp(12rem, 28vw, 22rem);
  font-weight: 800;
  color: var(--primary-color);
  opacity: .05;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 991px) {
  .about-experience-badge { bottom: 10px; right: 10px; }
  .section-pad { padding: 65px 0; }
}
@media (max-width: 768px) {
  .section-pad { padding: 50px 0; }
  .contact-info-block { padding: 28px 20px; }
}
@media (max-width: 480px) {
  .about-experience-badge { bottom: 0; right: 0; position: static; margin-top: 12px; }
}
