/* ====================================
   Footer — Modern Premium Design
   ==================================== */
.main-footer--magazine {
  position: relative;
  background: var(--gradient);
}

.main-footer--magazine .main-footer__bg {
  background: var(--gradient);
}

.main-footer--magazine .main-footer__top {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}

.main-footer--magazine .main-footer__bg__inner {
  position: absolute;
  inset: 0;
  background: var(--gradient);
  display: block;
}

.main-footer--magazine .main-footer__bg__inner::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(22,144,243,0.1) 0%, transparent 70%);
  pointer-events: none;
}

.main-footer--magazine .main-footer__bg__inner::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(36,179,60,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.main-footer--magazine .footer-widget__logo {
  margin-bottom: 20px;
  display: block;
}

.main-footer--magazine .footer-widget__logo img {
  transition: all 400ms ease;
}

.main-footer--magazine .footer-widget__logo:hover img {
  transform: scale(1.02);
}

.main-footer--magazine .footer-widget__about {
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.65);
}

/* Widget Title */
.main-footer--magazine .footer-widget__title {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 14px;
  color: #ffffff;
  font-weight: 700;
}

.main-footer--magazine .footer-widget__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--cherito-primary);
  border-radius: 2px;
}

.main-footer--magazine .footer-widget__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 34px;
  width: 8px;
  height: 2px;
  background: var(--cherito-base);
  border-radius: 2px;
}

/* Social Links */
.main-footer--magazine .social-links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.main-footer--magazine .social-links a {
  display: block;
}

.main-footer--magazine .social-links .social-links__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  transition: all 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.main-footer--magazine .social-links a:hover .social-links__icon {
  background: var(--cherito-primary);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(36,179,60,0.25);
}

/* Newsletter */
.main-footer--magazine .footer-widget--newsletter {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.main-footer--magazine .footer-widget__newsletter-form {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 4px;
  transition: all 400ms ease;
}

.main-footer--magazine .footer-widget__newsletter-form:focus-within {
  background: rgba(255,255,255,0.1);
  box-shadow: 0 0 0 2px rgba(22,144,243,0.2);
}

.main-footer--magazine .footer-widget__newsletter-form input[type=email] {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  padding: 10px 14px;
  min-width: 0;
}

.main-footer--magazine .footer-widget__newsletter-form input[type=email]::placeholder {
  color: rgba(255,255,255,0.35);
}

.main-footer--magazine .footer-widget__newsletter-form button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--cherito-base);
  color: #ffffff;
  font-size: 13px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 400ms ease;
  flex-shrink: 0;
}

.main-footer--magazine .footer-widget__newsletter-form button:hover {
  background: var(--cherito-primary);
  transform: translateX(2px);
}

.main-footer--magazine .footer-widget__newsletter-text {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  margin-top: 10px;
  letter-spacing: 0.3px;
}

/* Quick Links with arrows */
.main-footer--magazine .footer-widget__links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.main-footer--magazine .footer-widget__links li {
  position: relative;
  padding-left: 18px;
  transition: all 400ms ease;
}

.main-footer--magazine .footer-widget__links li::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 8px;
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--cherito-base);
  transition: all 400ms ease;
  opacity: 0.6;
}

.main-footer--magazine .footer-widget__links li a {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  transition: all 400ms ease;
  background: none;
  text-decoration: none;
}

.main-footer--magazine .footer-widget__links li:hover {
  padding-left: 22px;
}

.main-footer--magazine .footer-widget__links li:hover::before {
  color: var(--cherito-primary);
  opacity: 1;
}

.main-footer--magazine .footer-widget__links li a:hover {
  color: #ffffff;
}

/* Tags */
.main-footer--magazine .footer-widget--tags {
  margin-top: 28px;
}

.main-footer--magazine .footer-widget__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer--magazine .footer-widget__tags li a {
  display: inline-block;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 6px;
  text-transform: capitalize;
  transition: all 400ms ease;
  text-decoration: none;
  letter-spacing: 0.3px;
}

.main-footer--magazine .footer-widget__tags li a:hover {
  background: var(--cherito-primary);
  border-color: var(--cherito-primary);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(36,179,60,0.2);
}

/* Get In Touch Info */
.main-footer--magazine .footer-widget__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main-footer--magazine .footer-widget__info li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.main-footer--magazine .footer-widget__info__icon-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  transition: all 400ms ease;
}

.main-footer--magazine .footer-widget__info li:hover .footer-widget__info__icon-box {
  background: var(--cherito-base);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(22,144,243,0.2);
}

.main-footer--magazine .footer-widget__info__icon {
  font-size: 16px;
  color: var(--cherito-base);
  transition: all 400ms ease;
}

.main-footer--magazine .footer-widget__info li:hover .footer-widget__info__icon {
  color: #ffffff;
}

.main-footer--magazine .footer-widget__info__text-box {
  padding-top: 6px;
}

.main-footer--magazine .footer-widget__info__text {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
  color: rgba(255,255,255,0.7);
}

.main-footer--magazine .footer-widget__info__text a {
  color: inherit;
  text-decoration: none;
  transition: all 400ms ease;
}

.main-footer--magazine .footer-widget__info__text a:hover {
  color: var(--cherito-primary);
}

/* Bottom bar */
.main-footer--magazine .main-footer__bottom {
  background: rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.04);
}

.main-footer--magazine .main-footer__bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 22px 0;
}

.main-footer--magazine .main-footer__copyright {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.3px;
}

.main-footer--magazine .main-footer__copyright a {
  color: var(--cherito-base);
  text-decoration: none;
  transition: color 400ms ease;
}

.main-footer--magazine .main-footer__copyright a:hover {
  color: var(--cherito-primary);
}

.main-footer--magazine .main-footer__bottom-links {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-footer--magazine .main-footer__bottom-links li a {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 400ms ease;
}

.main-footer--magazine .main-footer__bottom-links li a:hover {
  color: var(--cherito-primary);
}

/* Responsive */
@media (max-width: 991px) {
  .main-footer--magazine .main-footer__top {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .main-footer--magazine .main-footer__bottom__inner {
    flex-direction: column;
    text-align: center;
  }
  .main-footer--magazine .footer-widget--links {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .main-footer--magazine .main-footer__top {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .main-footer--magazine .main-footer__bottom-links {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Modern Contact Cards */
.contact-info--modern {
  padding: 80px 0;
  background: linear-gradient(135deg, #020A82 0%, #1690F3 50%, #24B33C 100%);
}

.contact-info--modern .contact-info__wrapper {
  padding: 0;
}

.contact-info--modern .contact-info__card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  backdrop-filter: blur(10px);
  transition: all 400ms ease;
}

.contact-info--modern .contact-info__card:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.3);
}

.contact-info--modern .contact-info__card__icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 30px;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transition: all 400ms ease;
}

.contact-info--modern .contact-info__card:hover .contact-info__card__icon {
  background: var(--cherito-primary, #24B33C);
  transform: scale(1.1);
}

.contact-info--modern .contact-info__card__title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.contact-info--modern .contact-info__card__text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}

.contact-info--modern .contact-info__card__link {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  transition: all 400ms ease;
}

.contact-info--modern .contact-info__card__link:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .contact-info--modern {
    padding: 60px 0;
  }
  .contact-info--modern .contact-info__card {
    margin-bottom: 20px;
  }
}

/* Modern Contact Form */
.contact-form__side {
  background: linear-gradient(135deg, #020A82 0%, #1690F3 50%, #24B33C 100%);
  border-radius: 16px;
  padding: 50px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form__side__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.contact-form__side__text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 30px;
}

.contact-form__side__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form__side__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-form__side__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

.contact-form__side__item div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 8px;
}

.contact-form__side__item a,
.contact-form__side__item span {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  transition: all 400ms ease;
}

.contact-form__side__item a:hover {
  color: #fff;
}

.contact-form__card {
  background: #fff;
  border-radius: 16px;
  padding: 50px 45px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.contact-form__input {
  position: relative;
}

.contact-form__input__icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  z-index: 2;
  pointer-events: none;
}

.contact-form__input__icon--top {
  top: 22px;
  transform: none;
}

.contact-form__input input[type=text],
.contact-form__input input[type=email] {
  width: 100%;
  height: 56px;
  padding: 0 18px 0 46px;
  border: 2px solid #eaedf0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a2e;
  background: #fff;
  outline: none;
  transition: all 300ms ease;
}

.contact-form__input textarea {
  width: 100%;
  height: 140px;
  padding: 18px 18px 0 46px;
  border: 2px solid #eaedf0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a2e;
  background: #fff;
  outline: none;
  resize: none;
  transition: all 300ms ease;
}

.contact-form__input input:focus,
.contact-form__input textarea:focus {
  border-color: #1690F3;
  box-shadow: 0 0 0 3px rgba(22, 144, 243, 0.08);
}

.contact-form__input input::placeholder,
.contact-form__input textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contact-form__card .cherito-btn {
  background: linear-gradient(135deg, #020A82 0%, #1690F3 50%, #24B33C 100%);
  border: none;
  width: 100%;
  padding: 16px 40px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: all 400ms ease;
}

.contact-form__card .cherito-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(2, 10, 130, 0.25);
}

@media (max-width: 991px) {
  .contact-form__side {
    padding: 35px 30px;
  }
  .contact-form__card {
    padding: 35px 25px;
  }
}

/* Award-Winning Service Cards - Editorial Edge Design */
.card-edge {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  transition: all 500ms cubic-bezier(0.22, 1, 0.36, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
  border: 1px solid #f0f0f0;
}

.card-edge:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -15px rgba(2, 10, 130, 0.12);
  border-color: transparent;
}

.card-edge__head {
  background: linear-gradient(135deg, #020A82 0%, #1690F3 50%, #24B33C 100%);
  padding: 24px 28px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  min-height: 90px;
}

.card-edge__head::after {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 120px;
  height: 120px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
}

.card-edge__head::before {
  content: '';
  position: absolute;
  bottom: -20%;
  left: 20%;
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.03);
  border-radius: 50%;
}

.card-edge__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  background: rgba(255,255,255,0.12);
  border-radius: 12px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}

.card-edge:hover .card-edge__icon {
  background: rgba(255,255,255,0.25);
  transform: scale(1.05);
}

.card-edge__num {
  font-size: 36px;
  font-weight: 800;
  color: rgba(255,255,255,0.15);
  line-height: 1;
  letter-spacing: -1px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}

.card-edge:hover .card-edge__num {
  color: rgba(255,255,255,0.35);
}

.card-edge__body {
  padding: 22px 28px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-edge__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
}

.card-edge__title a {
  color: #1a1a2e;
  transition: color 400ms ease;
}

.card-edge__title a:hover {
  color: #1690F3;
}

.card-edge__text {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 18px;
  flex: 1;
}

.card-edge__link {
  font-size: 13px;
  font-weight: 700;
  color: #020A82;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 400ms ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card-edge__link i {
  font-size: 11px;
  transition: transform 400ms ease;
}

.card-edge__link:hover {
  color: #24B33C;
}

.card-edge__link:hover i {
  transform: translateX(6px);
}

@media (max-width: 767px) {
  .card-edge__head {
    padding: 20px 22px 16px;
    min-height: 75px;
  }
  .card-edge__num {
    font-size: 28px;
  }
  .card-edge__body {
    padding: 18px 22px 24px;
  }
}

/* Stack Cards */
.stack-card {
  background: #fff;
  border: 1px solid #eaedf0;
  border-radius: 16px;
  padding: 24px 26px;
  transition: all 400ms cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
}

.stack-card:hover {
  border-color: transparent;
  box-shadow: 0 20px 40px -8px rgba(2, 10, 130, 0.1);
  transform: translateY(-3px);
}

.stack-card--blue {
  background: linear-gradient(135deg, #020A82, #0f2080);
  border-color: transparent;
}

.stack-card--blue:hover {
  box-shadow: 0 20px 40px -8px rgba(2, 10, 130, 0.25);
}

.stack-card--green {
  background: linear-gradient(135deg, #1690F3, #24B33C);
  border-color: transparent;
}

.stack-card--green:hover {
  box-shadow: 0 20px 40px -8px rgba(22, 144, 243, 0.25);
}

.stack-card__offset {
  margin-top: 30px;
}

.stack-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #020A82;
  background: #eaedf0;
  border-radius: 10px;
  margin-bottom: 14px;
  transition: all 400ms ease;
}

.stack-card--blue .stack-card__icon,
.stack-card--green .stack-card__icon {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

.stack-card:hover .stack-card__icon {
  background: rgba(255,255,255,0.25);
  transform: scale(1.05);
}

.stack-card__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1a1a2e;
  line-height: 1.4;
}

.stack-card--blue .stack-card__title,
.stack-card--green .stack-card__title {
  color: #fff;
}

.stack-card__text {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 0;
}

.stack-card--blue .stack-card__text,
.stack-card--green .stack-card__text {
  color: rgba(255,255,255,0.8);
}

.stack-card__link {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #020A82;
  background: #eaedf0;
  border-radius: 8px;
  transition: all 400ms ease;
  opacity: 0;
  transform: translateX(-5px);
}

.stack-card:hover .stack-card__link {
  opacity: 1;
  transform: translateX(0);
}

.stack-card--blue .stack-card__link,
.stack-card--green .stack-card__link {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

.stack-card__link:hover {
  background: #020A82;
  color: #fff;
}

@media (max-width: 991px) {
  .stack-card__offset {
    margin-top: 0;
  }
}

/* Full-screen page header above 1024px */
@media (min-width: 1025px) {
  .page-header {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  .page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* === About Page Premium Styles === */

/* Hero overlay & typography */
.page-header {
  position: relative;
  overflow: hidden;
}

.page-header__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(2, 10, 130, 0.85) 0%, rgba(22, 144, 243, 0.5) 50%, rgba(36, 179, 60, 0.35) 100%);
  z-index: 1;
  pointer-events: none;
}

.page-header__content {
  position: relative;
  z-index: 2;
}

.page-header__tagline {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 12px;
  position: relative;
  padding-left: 44px;
}

.page-header__tagline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 2px;
  background: var(--cherito-primary, #24B33C);
  transform: translateY(-50%);
}

.page-header__text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 480px;
  line-height: 1.7;
  margin-top: 10px;
}

/* About Story Section */
.about-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-story__text {
  font-size: 15px;
  line-height: 1.85;
  color: #6b7280;
  margin-bottom: 16px;
}

.about-story__quote {
  border-left: 3px solid #24B33C;
  padding: 14px 0 14px 26px;
  margin: 24px 0;
  background: #f8fafc;
  border-radius: 0 10px 10px 0;
}

.about-story__quote p {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
}

.about-story__image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px -12px rgba(2, 10, 130, 0.15);
}

.about-story__image img {
  width: 100%;
  display: block;
}

.about-story__badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  padding: 14px 22px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.about-story__badge__num {
  font-size: 26px;
  font-weight: 800;
  color: #020A82;
  line-height: 1;
}

.about-story__badge__label {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 3px;
}

/* Vision & Mission Cards */
.about-vm__card {
  padding: 46px 38px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 500ms cubic-bezier(0.22, 1, 0.36, 1);
  height: 100%;
}

.about-vm__card--vision {
  background: linear-gradient(135deg, #020A82 0%, #0f2080 50%, #1a3a8a 100%);
  color: #fff;
}

.about-vm__card--mission {
  background: linear-gradient(135deg, #1690F3 0%, #1fa8a0 50%, #24B33C 100%);
  color: #fff;
}

.about-vm__card::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: 240px;
  height: 240px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  pointer-events: none;
}

.about-vm__card::before {
  content: '';
  position: absolute;
  bottom: -25%;
  left: -10%;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  pointer-events: none;
}

.about-vm__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -15px rgba(2, 10, 130, 0.25);
}

.about-vm__icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}

.about-vm__card:hover .about-vm__icon {
  background: rgba(255, 255, 255, 0.22);
  transform: scale(1.05);
}

.about-vm__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.about-vm__text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* Why Sanitation Matters */
.about-why__image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px -12px rgba(2, 10, 130, 0.12);
}

.about-why__image > img {
  width: 100%;
  display: block;
}

.about-why__stat {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  padding: 18px 24px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.about-why__stat__num {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: #020A82;
  line-height: 1;
}

.about-why__stat__label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.about-why__text {
  font-size: 15px;
  line-height: 1.85;
  color: #6b7280;
  margin-bottom: 14px;
}

.about-why__list {
  margin-top: 22px;
}

.about-why__list__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid #eaedf0;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
}

.about-why__list__item:last-child {
  border-bottom: none;
}

.about-why__list__icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  color: #24B33C;
  background: rgba(36, 179, 60, 0.1);
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 991px) {
  .about-story__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .page-header__text {
    font-size: 14px;
    max-width: 100%;
  }
  .about-vm__card {
    padding: 34px 26px;
  }
  .about-story__badge {
    bottom: 14px;
    left: 14px;
    padding: 10px 16px;
  }
  .about-story__badge__num {
    font-size: 22px;
  }
  .about-why__stat {
    top: 14px;
    right: 14px;
    padding: 12px 18px;
  }
  .about-why__stat__num {
    font-size: 24px;
  }
}

/* ====================================
   What We Do — Award-Winning Editorial Grid
   ==================================== */
.services-award {
  position: relative;
  padding: 110px 0 90px;
  background: #f8fafc;
  overflow: hidden;
}

.services-award__bg-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(2, 10, 130, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(22, 144, 243, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 50% 80%, rgba(36, 179, 60, 0.03) 0%, transparent 50%);
}

.services-award__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 50px;
}

.services-award__grid .services-award__card:nth-child(1) { --card-h: 1; }
.services-award__grid .services-award__card:nth-child(4) { --card-h: 1; }
.services-award__grid .services-award__card:nth-child(5) { --card-h: 1; }

/* Feature cards (2, 3, 6) span 1 col but get accent treatment */
.services-award__grid .services-award__card:nth-child(2) { --accent: #020A82; }
.services-award__grid .services-award__card:nth-child(3) { --accent: #1690F3; }
.services-award__grid .services-award__card:nth-child(6) { --accent: #24B33C; }

.services-award__card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: visible;
  transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.04);
}

.services-award__card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 40px 80px -20px rgba(2, 10, 130, 0.12),
    0 8px 24px -6px rgba(2, 10, 130, 0.06);
  border-color: transparent;
}

.services-award__card__stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #020A82, #1690F3, #24B33C);
  border-radius: 20px 20px 0 0;
  z-index: 2;
  transform-origin: left;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.services-award__card:nth-child(2) .services-award__card__stripe {
  background: linear-gradient(90deg, #020A82, #0f2080);
}

.services-award__card:nth-child(3) .services-award__card__stripe {
  background: linear-gradient(90deg, #1690F3, #1fa8a0);
}

.services-award__card:nth-child(4) .services-award__card__stripe {
  background: linear-gradient(90deg, #24B33C, #1690F3);
}

.services-award__card:nth-child(5) .services-award__card__stripe {
  background: linear-gradient(90deg, #020A82, #24B33C);
}

.services-award__card:nth-child(6) .services-award__card__stripe {
  background: linear-gradient(90deg, #1690F3, #24B33C);
}

.services-award__card:hover .services-award__card__stripe {
  transform: scaleX(1.05);
}

/* Decorative dot pattern on card top right */
.services-award__card__dots {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  grid-template-columns: repeat(3, 4px);
  gap: 4px;
  opacity: 0.2;
  transition: opacity 500ms ease;
  pointer-events: none;
}

.services-award__card__dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #020A82;
}

.services-award__card:hover .services-award__card__dots {
  opacity: 0.4;
}

.services-award__card__head {
  padding: 32px 30px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.services-award__card__number {
  font-size: 52px;
  font-weight: 800;
  color: rgba(2, 10, 130, 0.06);
  line-height: 1;
  letter-spacing: -3px;
  transition: all 500ms ease;
  font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
  user-select: none;
}

.services-award__card:hover .services-award__card__number {
  color: rgba(2, 10, 130, 0.1);
  transform: scale(1.05);
}

.services-award__card__icon-wrap {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(2, 10, 130, 0.04);
  font-size: 24px;
  color: #020A82;
  flex-shrink: 0;
  transition: all 500ms cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  z-index: 1;
}

.services-award__card:nth-child(2) .services-award__card__icon-wrap {
  background: rgba(2, 10, 130, 0.06);
  color: #020A82;
}

.services-award__card:nth-child(3) .services-award__card__icon-wrap {
  background: rgba(22, 144, 243, 0.08);
  color: #1690F3;
}

.services-award__card:nth-child(4) .services-award__card__icon-wrap {
  background: rgba(36, 179, 60, 0.08);
  color: #24B33C;
}

.services-award__card:nth-child(5) .services-award__card__icon-wrap {
  background: rgba(2, 10, 130, 0.06);
  color: #020A82;
}

.services-award__card:nth-child(6) .services-award__card__icon-wrap {
  background: rgba(22, 144, 243, 0.08);
  color: #1690F3;
}

.services-award__card:hover .services-award__card__icon-wrap {
  border-radius: 12px;
  transform: scale(1.1) rotate(-3deg);
}

.services-award__card:nth-child(2):hover .services-award__card__icon-wrap,
.services-award__card:nth-child(5):hover .services-award__card__icon-wrap {
  background: #020A82;
  color: #fff;
}

.services-award__card:nth-child(3):hover .services-award__card__icon-wrap,
.services-award__card:nth-child(6):hover .services-award__card__icon-wrap {
  background: #1690F3;
  color: #fff;
}

.services-award__card:nth-child(4):hover .services-award__card__icon-wrap {
  background: #24B33C;
  color: #fff;
}

.services-award__card__body {
  padding: 16px 30px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.services-award__card__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
  color: #0b0e1a;
  transition: color 400ms ease;
}

.services-award__card__title a {
  color: inherit;
  background: linear-gradient(to right, #020A82, #020A82) 0px 100% / 0px 2px no-repeat;
  transition: all 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.services-award__card__title a:hover {
  background-size: 100% 2px;
}

.services-award__card__text {
  font-size: 14px;
  line-height: 1.75;
  color: #6b7280;
  margin-bottom: 0;
  flex: 1;
}

.services-award__card__action {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #020A82;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 400ms ease;
  text-decoration: none;
}

.services-award__card__action i {
  font-size: 10px;
  transition: transform 400ms ease;
}

.services-award__card__action:hover {
  color: #24B33C;
  gap: 12px;
}

.services-award__card__action:hover i {
  transform: translateX(4px);
}

/* Card hover glow ring */
.services-award__card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 21px;
  background: linear-gradient(135deg, rgba(2, 10, 130, 0.08), rgba(22, 144, 243, 0.08), rgba(36, 179, 60, 0.08));
  opacity: 0;
  transition: opacity 600ms ease;
  z-index: -1;
  pointer-events: none;
}

.services-award__card:hover::before {
  opacity: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .services-award {
    padding: 80px 0 60px;
  }
  .services-award__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .services-award {
    padding: 60px 0 40px;
  }
  .services-award__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .services-award__card__head {
    padding: 24px 22px 0;
  }
  .services-award__card__body {
    padding: 12px 22px 24px;
  }
  .services-award__card__number {
    font-size: 40px;
  }
  .services-award__card__title {
    font-size: 17px;
  }
}

/* Slider full viewport height on mobile */
@media (max-width: 767px) {
  .main-slider-two__item {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  .main-slider-two__content {
    margin-top: 0;
  }
  .main-slider-two__text {
    font-size: 14px;
  }
  .main-slider-two__tagline {
    font-size: 20px;
  }
  .main-slider-two__title {
    font-size: 42px;
  }
  .main-slider-two__button {
    padding: 25px 0;
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .main-slider-two__text {
    font-size: 13px;
  }
  .main-slider-two__tagline {
    font-size: 18px;
  }
  .main-slider-two__title {
    font-size: 34px;
  }
  .main-slider-two__button {
    padding: 20px 0;
    gap: 15px;
  }
}

@media (max-width: 430px) {
  .main-slider-two__tagline {
    font-size: 16px;
  }
  .main-slider-two__title {
    font-size: 28px;
  }
  .main-slider-two__text {
    font-size: 12px;
  }
  .main-slider-two__button {
    padding: 15px 0;
    gap: 12px;
  }
}

/* Page header height on mobile */
@media (max-width: 767px) {
  .page-header {
    padding-top: 114px;
    padding-bottom: 130px;
  }
}

/* Mobile logo & header sizing */
@media (max-width: 1199px) {
  .main-header--two .main-header__logo img {
    width: 140px;
  }
  .main-header__inner {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .main-header--two .main-header__logo img {
    width: 120px;
  }
  .main-header__inner {
    padding: 10px 0;
  }
}

@media (max-width: 575px) {
  .main-header--two .main-header__logo img {
    width: 105px;
  }
  .main-header__inner {
    padding: 8px 0;
  }
}

/* Leaders Section */
.leaders {
  position: relative;
  background: #0b0e1a;
  overflow: hidden;
}
.leaders::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at 30% 50%, rgba(2, 10, 130, 0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(36, 179, 60, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.leaders .sec-title__tagline {
  color: rgba(255, 255, 255, 0.5);
}
.leaders .sec-title__title {
  color: #fff;
}

.leader-card {
  height: 100%;
  position: relative;
  text-align: center;
  padding: 40px 28px 36px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  backdrop-filter: blur(10px);
  transition: all 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.leader-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.leader-card__image {
  width: 160px;
  height: 160px;
  margin: 0 auto 24px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: all 500ms ease;
}
.leader-card__image::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, #020A82, #1690F3, #24B33C, #1690F3, #020A82);
  background-size: 300% 300%;
  animation: gradientRotate 4s ease infinite;
  z-index: -1;
  opacity: 0;
  transition: opacity 500ms ease;
}
.leader-card:hover .leader-card__image::before {
  opacity: 1;
}
@keyframes gradientRotate {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.leader-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 700ms ease;
  position: relative;
  z-index: 1;
}
.leader-card:hover .leader-card__image img {
  transform: scale(1.05);
}

.leader-card__image__ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 500ms ease;
  pointer-events: none;
}
.leader-card:hover .leader-card__image__ring {
  inset: -12px;
  border-color: rgba(255, 255, 255, 0.15);
}

.leader-card__badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding: 5px 14px 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  transition: all 400ms ease;
}
.leader-card:hover .leader-card__badge {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.leader-card__name {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  line-height: 1.25;
  font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
}

.leader-card__divider {
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, #1690F3, #24B33C);
  margin: 16px auto;
  border-radius: 2px;
  transition: width 500ms ease;
}
.leader-card:hover .leader-card__divider {
  width: 56px;
}

.leader-card__text {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0;
  font-weight: 400;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .leader-card {
    padding: 32px 20px 28px;
  }
  .leader-card__image {
    width: 140px;
    height: 140px;
  }
  .leader-card__name {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .leader-card {
    padding: 28px 18px 24px;
  }
  .leader-card__image {
    width: 130px;
    height: 130px;
  }
  .leader-card__name {
    font-size: 19px;
  }
  .leader-card__text {
        font-size: 13px;
  }
}

/* About Hero */
.ab-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ab-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.ab-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(2, 10, 30, 0.88) 0%, rgba(2, 10, 30, 0.7) 50%, rgba(2, 10, 30, 0.85) 100%);
}
.ab-hero .container {
  position: relative;
  z-index: 2;
}
.ab-hero__content {
  max-width: 680px;
  padding: 40px 0;
}
.ab-hero__tagline {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
  display: block;
}
.ab-hero__title {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.ab-hero__title span {
  color: #24B33C;
}
.ab-hero__text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .ab-hero {
    min-height: 70vh;
  }
  .ab-hero__title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .ab-hero__title {
    font-size: 30px;
  }
  .ab-hero__text {
    font-size: 15px;
  }
}

/* About Story */
.ab-story {
  padding: 100px 0;
  background: #fff;
}
.ab-story__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}
.ab-story__label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #1690F3;
  margin-bottom: 14px;
  display: block;
}
.ab-story__title {
  font-size: 34px;
  font-weight: 700;
  color: #0b0e1a;
  line-height: 1.25;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}
.ab-story__text {
  font-size: 15px;
  line-height: 1.85;
  color: #6b7280;
  margin-bottom: 14px;
}
.ab-story__numbers {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eaedf0;
}
.ab-story__number__value {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #020A82;
  line-height: 1.1;
  letter-spacing: -1px;
}
.ab-story__number__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}
.ab-story__image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(2, 10, 130, 0.1);
}
@media (max-width: 991px) {
  .ab-story {
    padding: 70px 0;
  }
  .ab-story__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ab-story__title {
    font-size: 28px;
  }
  .ab-story__numbers {
    gap: 24px;
  }
  .ab-story__number__value {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ab-story {
    padding: 50px 0;
  }
  .ab-story__title {
    font-size: 24px;
  }
  .ab-story__numbers {
    flex-direction: column;
    gap: 16px;
  }
}

/* Vision & Mission */
.ab-vm {
  padding: 100px 0;
  background: #f4f6f9;
}
.ab-vm__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.ab-vm__card {
  padding: 48px 40px 44px;
  border-radius: 16px;
  transition: all 500ms ease;
}
.ab-vm__card--vision {
  background: linear-gradient(135deg, #020A82, #0f2080);
}
.ab-vm__card--mission {
  background: linear-gradient(135deg, #1690F3, #0b6bcb);
}
.ab-vm__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(2, 10, 130, 0.15);
}
.ab-vm__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 22px;
  color: #fff;
  margin-bottom: 22px;
}
.ab-vm__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.ab-vm__text {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .ab-vm {
    padding: 70px 0;
  }
  .ab-vm__card {
    padding: 36px 30px 32px;
  }
}
@media (max-width: 767px) {
  .ab-vm {
    padding: 50px 0;
  }
  .ab-vm__grid {
    grid-template-columns: 1fr;
  }
  .ab-vm__title {
    font-size: 20px;
  }
}

/* Why Sanitation */
.ab-why {
  padding: 100px 0;
  background: #fff;
}
.ab-why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.ab-why__label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #24B33C;
  margin-bottom: 14px;
  display: block;
}
.ab-why__title {
  font-size: 34px;
  font-weight: 700;
  color: #0b0e1a;
  line-height: 1.25;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}
.ab-why__text {
  font-size: 15px;
  line-height: 1.85;
  color: #6b7280;
  margin-bottom: 14px;
}
.ab-why__stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.ab-why__stat {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
  background: #f4f6f9;
  border-radius: 10px;
  transition: all 400ms ease;
}
.ab-why__stat:hover {
  background: #eaedf0;
  transform: translateX(6px);
}
.ab-why__stat__num {
  font-size: 26px;
  font-weight: 800;
  color: #020A82;
  min-width: 72px;
  letter-spacing: -1px;
}
.ab-why__stat__desc {
  font-size: 14px;
  font-weight: 500;
  color: #4b5563;
  line-height: 1.4;
}
.ab-why__image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(2, 10, 130, 0.08);
}
@media (max-width: 991px) {
  .ab-why {
    padding: 70px 0;
  }
  .ab-why__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ab-why__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .ab-why {
    padding: 50px 0;
  }
  .ab-why__title {
    font-size: 24px;
  }
  .ab-why__stat {
    padding: 14px 18px;
  }
  .ab-why__stat__num {
    font-size: 22px;
    min-width: 60px;
  }
}

/* Join Volunteer spacing fix */
.join-volunteer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.join-volunteer::after {
  display: none;
}
@media (max-width: 767px) {
  .join-volunteer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .join-volunteer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
