/* Accessibility, focus, and performance helpers — no layout/content changes */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/satoshi-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/satoshi-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/satoshi-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "inter-tight";
  src: url("../fonts/inter-tight-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/inter-tight-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "inter-tight";
  src: url("../fonts/inter-tight-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/inter-tight-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 100000;
  background: #1d1b4f;
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.skip-link:focus,
.skip-link:focus-visible {
  top: 12px;
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.visually-hidden,
.sr-only-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.preloader {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

:focus-visible {
  outline: 3px solid #1d1b4f !important;
  outline-offset: 3px;
}

.theme-btn:focus-visible,
.back-to-top:focus-visible,
.nav-btn:focus-visible {
  outline: 3px solid #ffffff !important;
  outline-offset: 3px;
}

.header-top-section .social-icon a,
.offcanvas__content .social-icon a,
.footer-widget-wrapper .social-icon a {
  position: relative;
}
.header-top-section .social-icon a::after,
.offcanvas__content .social-icon a::after,
.footer-widget-wrapper .social-icon a::after {
  content: "";
  position: absolute;
  inset: -12px;
}

.sidebar__toggle,
.offcanvas__close button,
.search-close,
.array-prev,
.array-next,
.nav-btn {
  position: relative;
  min-width: 44px;
  min-height: 44px;
}
.sidebar__toggle::after,
.offcanvas__close button::after {
  content: "";
  position: absolute;
  inset: -8px;
}

.hero-content h2.hero-title {
  font-size: 68px;
  line-height: 122%;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .hero-content h2.hero-title { font-size: 60px; }
}
@media (max-width: 991px) {
  .hero-content h2.hero-title { font-size: 58px; }
}
@media (max-width: 767px) {
  .hero-content h2.hero-title { font-size: 50px; }
}
@media (max-width: 575px) {
  .hero-content h2.hero-title { font-size: 40px; }
}
@media (max-width: 470px) {
  .hero-content h2.hero-title { font-size: 32px; }
}

.offcanvas__content .offcanvas-title,
.offcanvas__content .offcanvas-heading {
  font-family: "inter-tight", sans-serif;
  font-weight: 500;
  line-height: 150%;
  color: var(--header);
}
.offcanvas__content .offcanvas-heading {
  font-size: 24px;
  margin: 0 0 10px;
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt label {
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}

.contact-search-form-box label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.yt-facade {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #000 center / cover no-repeat;
  color: inherit;
}
.yt-facade .yt-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin: -24px 0 0 -34px;
  background: #212121;
  border-radius: 10px;
  opacity: 0.9;
}
.yt-facade .yt-play::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 14px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
.yt-facade:hover .yt-play,
.yt-facade:focus .yt-play {
  background: #ff0000;
  opacity: 1;
}
.video-card iframe {
  width: 100%;
  height: 500px;
  border: 0;
}

/* Keep first hero slide only until Swiper boots — prevents stacked LCP */
.banner-active:not(.swiper-initialized) .swiper-slide {
  display: none;
}
.banner-active:not(.swiper-initialized) .swiper-slide:first-child {
  display: block;
}
.banner-active:not(.swiper-initialized) .swiper-wrapper {
  display: block;
  transform: none !important;
}

.about-wrapper-5 .about-right-item .tab-content .about-icon-item .about-icon .content .stat-count {
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 500;
  line-height: 131%;
  color: var(--header);
  font-family: "inter-tight", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
