html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.navbar-brand img {
  max-width: 126px;
  height: auto;
}

.hero-one-1,
.hero-one-1 .container,
.hero-one-1 .row {
  min-height: 900px;
}

.navbar-area {
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.navbar-area.is-sticky {
  box-shadow: 0 8px 28px rgba(31, 83, 188, 0.08);
}

.btn,
.primary-btn,
.btn-primary {
  box-shadow: 0 16px 34px rgba(47, 74, 219, 0.22);
}

img {
  max-width: 100%;
}

.yobo-captcha-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.yobo-captcha-field label {
  margin: 0;
}

.yobo-captcha-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.yobo-captcha-img {
  width: 120px;
  height: 42px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #d8e2ff;
}

.yobo-captcha-refresh {
  height: 38px;
  border: 0;
  border-radius: 6px;
  padding: 0 10px;
  color: #2458e6;
  background: #eef3ff;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 991px) {
  html,
  body,
  .box-wrapper,
  #main-wrapper {
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero-one-1,
  .hero-one-1 .container,
  .hero-one-1 .row {
    min-height: auto;
  }

  .navbar-area .navbar-collapse {
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 18px 34px rgba(31, 83, 188, 0.12);
    padding: 12px 18px;
  }

  .navbar-brand img {
    max-width: 98px;
  }

  #navigation.navbar-main {
    max-width: 360px;
    transform: translateX(100%) !important;
  }

  .text-wrapper,
  .btn-wrapper {
    max-width: 100%;
  }

  .yobo-captcha-field {
    grid-template-columns: 1fr;
  }

  .yobo-captcha-box {
    justify-content: flex-start;
  }

  .testimonial-section,
  .client-testimonial,
  .testimonial-slider,
  .slick-list {
    overflow: hidden;
  }

  .testimonial-slider .slick-track {
    width: 100% !important;
    transform: none !important;
  }

  .testimonial-slider .slick-slide,
  .testimonial-slider .item {
    max-width: calc(100vw - 30px);
    width: calc(100vw - 30px) !important;
  }

  .testimonial-slider .slick-slide:not(.slick-current):not(.slick-active) {
    display: none !important;
  }
}
