.sr-only {
  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;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 1.5em;
  margin-bottom: 1rem;
  font-weight: 600;
}

.form-status.is-success { color: #1c6b3c; }
.form-status.is-error { color: #9b2c2c; }

.form-configuration-note {
  margin-bottom: 1.5rem;
  color: #5d666f;
  line-height: 1.6;
}

.why-bsa-title {
  margin: 1.5rem 0 1rem;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

address {
  margin: 0;
  color: inherit;
  font-style: normal;
}

.onepage.one #about-us .rts-title-area::before,
.onepage.one #about-us .rts-title-area::after,
.onepage.one #services .rts-title-area::before,
.onepage.one #services .rts-title-area::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.static-slider-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  transition: background-color 180ms ease, transform 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

.static-slider-dot.is-active { background: #fff; }
.static-slider-dot:active { transform: scale(0.88); }

.mySwiper.banner-one > .swiper-wrapper {
  display: grid;
  transform: none !important;
}

.mySwiper.banner-one > .swiper-wrapper > .swiper-slide {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.015);
  transition:
    opacity 1200ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 1700ms cubic-bezier(0.23, 1, 0.32, 1),
    visibility 0s linear 1200ms;
}

.mySwiper.banner-one > .swiper-wrapper > .swiper-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  transition-delay: 0s;
}

.mySwiper.banner-one .banner-one-inner {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 850ms cubic-bezier(0.23, 1, 0.32, 1) 260ms,
    transform 1050ms cubic-bezier(0.23, 1, 0.32, 1) 260ms;
}

.mySwiper.banner-one .swiper-slide.is-active .banner-one-inner {
  opacity: 1;
  transform: translateY(0);
}

.mygallery.mySwipers {
  position: relative;
  overflow: visible;
  touch-action: pan-y;
}

.mygallery.mySwipers > .swiper-wrapper.gallery {
  display: grid;
  padding-left: 0;
  transform: none !important;
}

.mygallery.mySwipers > .swiper-wrapper.gallery > .swiper-slide {
  grid-area: 1 / 1;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(12px);
  transition:
    opacity 480ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 520ms cubic-bezier(0.23, 1, 0.32, 1),
    visibility 0s linear 520ms;
}

.mygallery.mySwipers > .swiper-wrapper.gallery > .swiper-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition-delay: 0s;
}

.mygallery.mySwipers.is-instant > .swiper-wrapper.gallery > .swiper-slide {
  transition-duration: 0.01ms !important;
}

.mygallery.mySwipers .swiper-button-next,
.mygallery.mySwipers .swiper-button-prev {
  position: absolute;
  top: -66px !important;
  z-index: 12;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mygallery.mySwipers .swiper-button-next {
  right: 0 !important;
  left: auto !important;
}

.mygallery.mySwipers .swiper-button-prev {
  right: 132px !important;
  left: auto !important;
}

.mygallery.mySwipers .swiper-pagination {
  position: absolute;
  top: -57px !important;
  right: 65px !important;
  left: auto !important;
  z-index: 11;
  width: max-content;
  height: auto;
}

.mygallery.mySwipers .swiper-button-next:active,
.mygallery.mySwipers .swiper-button-prev:active {
  transform: scale(0.94);
}

.mygallery.mySwipers .thumbnail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-intro {
  max-width: 760px;
  margin-top: 0.75rem;
}

.bg-right-gallery .gallery-caption-title {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1.9rem, 2.25vw, 2.8rem);
  font-weight: 700;
  line-height: 1.25;
}

.bg-right-gallery .gallery-caption-copy {
  position: relative;
  z-index: 1;
  max-width: 34rem;
  margin: 0;
  color: #b3b7c1;
  font-size: clamp(1.5rem, 1.2vw, 1.7rem);
  line-height: 1.65;
}

.footer-three-single-wized.right .footer-gallery-inner .footer-gallery-item {
  display: block;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin: 0 10px 10px 0;
  border-radius: 10px;
}

.footer-three-single-wized.right .footer-gallery-inner .footer-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575px) {
  .mygallery.mySwipers .swiper-button-next,
  .mygallery.mySwipers .swiper-button-prev {
    top: -56px !important;
  }

  .mygallery.mySwipers .swiper-pagination {
    top: -47px !important;
  }
}

.motion-enabled .site-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 560ms cubic-bezier(0.23, 1, 0.32, 1) var(--reveal-delay, 0ms),
    transform 650ms cubic-bezier(0.23, 1, 0.32, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.motion-enabled .site-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.motion-enabled .site-reveal-image {
  clip-path: inset(0 0 10% 0);
  transform: translateY(18px) scale(0.985);
  transition:
    opacity 600ms cubic-bezier(0.23, 1, 0.32, 1) var(--reveal-delay, 0ms),
    transform 760ms cubic-bezier(0.23, 1, 0.32, 1) var(--reveal-delay, 0ms),
    clip-path 760ms cubic-bezier(0.77, 0, 0.175, 1) var(--reveal-delay, 0ms);
}

.motion-enabled .site-reveal-image.is-revealed {
  clip-path: inset(0 0 0 0);
  transform: translateY(0) scale(1);
}

.side-bar {
  right: 0 !important;
  transform: translateX(100%);
  visibility: hidden;
  transition:
    transform 280ms cubic-bezier(0.32, 0.72, 0, 1),
    visibility 0s linear 280ms !important;
}

.side-bar.show {
  transform: translateX(0);
  visibility: visible;
  transition-delay: 0s !important;
}

.rts-btn,
.rts-read-more-two,
.close-icon-menu,
#menu-btn {
  transition: transform 150ms cubic-bezier(0.23, 1, 0.32, 1), color 180ms ease, background-color 180ms ease;
}

.rts-btn:active,
.rts-read-more-two:active,
.close-icon-menu:active,
#menu-btn:active {
  transform: scale(0.97);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #f1b53d;
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  body.menu-open { overflow: hidden; }
  .body-mobile .submenu:not(.active) { display: none; }
}

@media (hover: hover) and (pointer: fine) {
  .service-two-inner,
  .single-contact-one-inner,
  .service-details-card {
    transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 220ms ease;
  }

  .service-two-inner:hover,
  .single-contact-one-inner:hover,
  .service-details-card:hover {
    transform: translateY(-5px);
  }
}

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

  .site-reveal,
  .site-reveal-image,
  .site-reveal.is-revealed,
  .site-reveal-image.is-revealed {
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;
  }

  .mySwiper.banner-one > .swiper-wrapper > .swiper-slide {
    transform: none !important;
  }
}
/* Structured content for service detail pages */
.service-page-content {
  color: #5d6678;
}

.service-page-content h2,
.service-page-content h3,
.service-page-content h4 {
  color: #13213a;
}

.service-page-content h2 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.12;
}

.service-page-content h3 {
  margin: 0 0 22px;
  font-size: 28px;
}

.service-page-content p,
.service-detail-list li {
  font-size: 17px;
  line-height: 1.7;
}

.service-intro {
  max-width: 900px;
  padding-bottom: 38px;
  border-bottom: 1px solid #e5e7eb;
}

.service-kicker {
  margin: 0 0 9px !important;
  color: #e60000;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.service-content-block {
  padding: 40px 0;
  border-bottom: 1px solid #e5e7eb;
}

.service-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail-list li {
  position: relative;
  padding: 18px 20px 18px 46px;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.service-detail-list li::before {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #e60000;
  content: "\2713";
  font-weight: 800;
}

.service-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-method-grid > div {
  min-height: 220px;
  padding: 26px 24px;
  border: 1px solid #e5e7eb;
  background: #f7f7f7;
}

.service-method-grid span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #e60000;
  color: #fff;
  font-weight: 700;
  place-items: center;
}

.service-method-grid h4 {
  margin: 0 0 8px;
  font-size: 21px;
}

.service-method-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.service-note {
  margin: 22px 0 0;
  padding: 15px 18px;
  border-left: 3px solid #e60000;
  background: #f7f7f7;
  font-size: 14px !important;
}

.service-specific-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 40px;
  padding: 32px;
  background: #111827;
}

.service-specific-cta h3 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.25;
}

.service-specific-cta .rts-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .service-detail-list,
  .service-method-grid {
    grid-template-columns: 1fr;
  }

  .service-method-grid > div {
    min-height: 0;
  }

  .service-specific-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px 22px;
  }
}
