html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

.header-logo img {
  max-width: 190px;
}

.banner-image img {
  width: 100%;
  height: clamp(280px, 52vw, 680px);
  object-fit: cover;
}

.hero-slider,
.heroslider-area,
.heroslider-area .slick-list,
.heroslider-area .slick-track,
.heroslider {
  height: clamp(420px, 52vw, 680px);
}

.heroslider {
  position: relative;
}

.banner-image {
  position: relative;
  overflow: hidden;
  background: #1d2d3a;
}

.banner-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 27, 40, 0.78), rgba(11, 27, 40, 0.18) 70%);
  content: '';
}

.hero-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(24px, 8vw, 120px);
  max-width: 570px;
  color: #fff;
  transform: translateY(-50%);
}

.hero-kicker {
  display: block;
  margin-bottom: 14px;
  color: #f2c14e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-copy h1,
.hero-copy h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(32px, 4.8vw, 68px);
  line-height: 1.05;
}

.hero-copy p {
  max-width: 500px;
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.6;
}

.hero-copy .in-button {
  background: #f2c14e;
  color: #172532;
}

.service-card-box,
.in-blog {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.service-content-box {
  min-height: 190px;
}

.inquiry-services,
.in-button,
.submit-btn {
  min-height: 44px;
}

.contact-form-warp input,
.contact-form-warp textarea,
.contact-form-warp select {
  width: 100%;
  max-width: 100%;
}

.map-area iframe {
  display: block;
}

@media (max-width: 991px) {
  .header-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-right-wrap {
    display: none;
  }

  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    padding-top: 0;
  }

  .hero-slider,
  .heroslider-area,
  .heroslider-area .slick-list,
  .heroslider-area .slick-track,
  .heroslider {
    height: 300px;
  }

  .banner-image img {
    height: 300px;
  }

  .banner-image::after {
    background: linear-gradient(90deg, rgba(11, 27, 40, 0.82), rgba(11, 27, 40, 0.28));
  }

  .hero-copy {
    top: auto;
    right: 20px;
    bottom: 28px;
    left: 20px;
    max-width: none;
    transform: none;
  }

  .hero-kicker {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .hero-copy h1,
  .hero-copy h2 {
    margin-bottom: 10px;
    font-size: 29px;
  }

  .hero-copy p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.4;
  }

  .header-logo img {
    max-width: 155px;
  }

  .section-padding-lg {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-title h2 {
    font-size: 27px;
    line-height: 1.2;
  }

  .about-content,
  .contact-form-warp,
  .contact-item-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-card-box,
  .in-blog {
    height: auto;
    margin-bottom: 24px;
  }

  .service-content-box {
    min-height: 0;
  }

  .gallry-card-box img,
  .magnific-img img {
    height: auto;
    max-height: 320px;
    object-fit: cover;
  }

  .contact-form-warp textarea {
    min-height: 140px;
  }

  .map-area iframe {
    height: 320px;
  }
}