/* Presentation-only interaction and footer refinements for Option 3. */
@media (min-width: 992px) and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
    scroll-padding-top: 78px;
  }

  body > .slider-home-classic,
  #body-content > section,
  body > .ac-footer {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}

.ac-x-icon {
  background: currentColor;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 1227' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714 519 1160 0H1054L667 450 357 0H0l468 681L0 1227h106l409-476 327 476h357L714 519Zm-145 169-47-68L145 80h161l305 436 47 68 396 566H893L569 688Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 1227' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714 519 1160 0H1054L667 450 357 0H0l468 681L0 1227h106l409-476 327 476h357L714 519Zm-145 169-47-68L145 80h161l305 436 47 68 396 566H893L569 688Z'/%3E%3C/svg%3E") center / contain no-repeat;
  vertical-align: middle;
}

.top-bar-right .social-icons a,
.ac-footer .social-icons-square a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.top-bar-right .social-icons .ac-x-icon {
  width: 16px;
  height: 16px;
}

.ac-footer .social-icons-square .ac-x-icon {
  width: 18px;
  height: 18px;
  transform: none;
}

.ac-footer .social-icons-square a:has(.ac-x-icon) {
  position: relative;
  top: 3px;
  transform: translateY(0);
}

.ac-footer {
  position: relative;
  overflow: hidden;
  padding: 56px 0 0 !important;
  background: #302f2f !important;
  color: #fff !important;
}

.ac-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #95ff00;
}

.ac-footer .row {
  align-items: flex-start;
}

.ac-footer .logo-footer {
  width: 230px;
  overflow: visible;
  margin-bottom: 20px;
}

.ac-footer .logo-footer img {
  display: block;
  width: 310px;
  max-width: none;
  max-height: 78px;
  object-fit: contain;
  object-position: left center;
  
}

@media (min-width: 992px) {
  .ac-footer .logo-footer {
    margin-top: 0;
  }
}

.ac-footer p,
.ac-footer .contact-address p {
  color: #d7d5d1  ;
  line-height: 1.7;
}

.ac-footer .txt-blue,
.ac-footer .footer-heading,
.ac-footer .emergency-number {
  color: #95ff00 !important;
}

.ac-footer .footer-heading {
  margin: 12px 0 25px;
  font-size: 20px;
}

.ac-footer .footer-heading::after {
  background: #95ff00 !important;
}

.ac-footer .footer-widget-menu li {
  margin-bottom: 7px;
}

.ac-footer .footer-widget-menu a,
.ac-footer .contact-text a {
  color: #f4f3ef !important;
}

.ac-footer .footer-widget-menu a:hover,
.ac-footer .contact-text a:hover {
  color: #95ff00 !important;
}

.ac-footer .contact-text > div {
  color: #95ff00;
}

.ac-footer .contact-address {
  border-bottom-color: rgba(255, 255, 255, 0.16) !important;
}

.ac-footer .social-icons-square {
  margin-top: 22px;
}

.ac-footer .social-icons-square a {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 8px 7px 0 0;
  border: 1px solid rgba(149, 255, 0, 0.55);
  border-radius: 0;
  background: rgba(149, 255, 0, 0.08) !important;
  color: #fff !important;
}

.ac-footer .social-icons-square a:hover {
  border-color: #95ff00;
  background: #95ff00 !important;
  color: #302f2f !important;
}

.ac-footer .copyright-wrap {
  margin-top: 58px;
  padding: 22px 0 !important;
  background: #95ff00 !important;
}

.ac-footer .copyright-wrap::before,
.ac-footer .copyright-wrap::after {
  display: none !important;
}

.ac-footer .copyright-text,
.ac-footer .copyright-text .txt-blue {
  color: #302f2f !important;
}

@media (max-width: 991px) {
  .ac-footer {
    padding-top: 52px !important;
  }

  .ac-footer .footer-heading {
    margin-top: 34px;
  }

  .ac-footer .logo-footer {
    margin-top: 0;
  }

  .ac-footer .copyright-wrap {
    margin-top: 40px;
  }
}
