.hero-search-section {
  min-height: 960px;
  padding-top: 200px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}

.hero-search-section .hero-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://api.builder.io/api/v1/image/assets/15161154b48645df88fb0490ee5cc09b/1030443a8dbfebf6c495d833ccd9978297d61355?placeholderIfAbsent=true");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.hero-search-section .container {
  z-index: 1;
}

.hero-search-section .hero-main-heading {
  font-family: "Clash Display", "Montserrat", sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #dd630f 0%, #ffa245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}

.hero-search-section .heading-dark {
  background: #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-search-section .hero-description {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #000000;
  max-width: 700px;
  margin: 0 auto;
}

.search-wrapper {
  max-width: 1098px;
  background: #ffffff;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid #000000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 36px auto 0;
}

.search-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-input {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  border: none;
  outline: none;
  background: transparent;
  padding: 12px 20px;
  width: 100%;
}

.search-input::placeholder {
  color: #000000;
  opacity: 0.3;
}

.search-btn {
  background: #f96805;
  border: none;
  border-radius: 8px;
  width: 68px;
  min-height: 55px;
  padding: 16px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(249, 104, 5, 0.3);
}

.search-btn:hover {
  background: #dd630f;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(249, 104, 5, 0.4);
}

.search-icon {
  width: 23px;
  height: 23px;
}

@media (max-width: 1200px) {
  .hero-main-heading {
    font-size: 60px;
  }
  .hero-search-section .hero-description {
    font-size: 18px;
  }
  .search-wrapper {
    max-width: 90%;
  }
}

@media (max-width: 991px) {
  .hero-search-section {
    min-height: 750px;
    padding-top: 120px;
  }

  .hero-main-heading {
    font-size: 50px;
    line-height: 1.2;
  }

  .hero-description {
    font-size: 17px;
  }
}

@media (max-width: 835px) {
  .hero-search-section {
    min-height: auto;
    padding: 100px 20px 60px;
  }

  .hero-search-section .hero-main-heading {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .hero-search-section .hero-description {
    font-size: 15.5px;
    line-height: 1.5;
    max-width: 100%;
  }

  .hero-search-section .search-wrapper {
    width: 100%;
    padding: 4px;
    margin-top: 24px;
  }

  .search-form {
    flex-direction: row;
    align-items: stretch;
  }

  .search-input {
    font-size: 16px;
    padding: 10px 15px;
  }

  .search-btn {
    width: 55px;
    min-height: 50px;
    padding: 12px 14px;
  }

  .search-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 400px) {
  .hero-search-section .hero-main-heading {
    font-size: 25px;
  }

  .hero-search-section .hero-description {
    font-size: 14px;
  }

  .hero-search-section .search-input {
    font-size: 14px;
    padding: 8px 10px;
  }

  .search-btn {
    width: 50px;
    min-height: 46px;
  }
}
