.hero__search__wrap {
  position: relative;
  background: url('/wp-content/uploads/2025/06/3d-rendering-planet-earth.jpg') center/cover no-repeat; /* або фон кольору */
  overflow: hidden;
  padding: 20px 20px;
   border-radius: 10px;
}

.hero__search__wrap::after {
  content: '';
  background-color: rgba(10, 81, 138, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}

/* щоб .hero__search була над затемненням */
.hero__search__wrap .hero__search {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  padding: 1px 1px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 991px) {
 .hero__search__wrap .hero__search {
    border-radius: 5px;
  }
}

.hero__search__wrap .search__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

@media screen and (max-width: 991px) {
 .hero__search__wrap .search__form {
    flex-direction: column;
    gap: 0;
  }
}

.hero__search__wrap .search__form .btn__primary {
  display: block;
  border-radius: 8px;
  background: #1E79CA;
  max-width: 240px;
  width: 100%;
}

@media screen and (max-width: 991px) {
 .hero__search__wrap .search__form .btn__primary {
    max-width: none;
    border-radius: 5px;
  }
}

.hero__search__wrap .search__form__input {
  flex: 1;
  color: #A0A0A0;
  font-family: Gilroy;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .hero__search__wrap .search__form__input:not(:last-child) {
    border-bottom: 1px solid #E2E2E2;
  }
}

.hero__search__wrap .search__form__input::after {
  content: '';
  background: #E2E2E2;
  width: 1px;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .hero__search__wrap .search__form__input::after {
    display: none;
  }
}

.hero__search__wrap .search__form__input:first-child::after {
  display: none;
}

.hero__search__wrap .search__form__input .text__field {
  color: #A0A0A0;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  .hero__search__wrap .search__form__input .text__field {
    font-size: 16px;
  }
}

.hero__search__wrap .search__form__input .text__field::placeholder {
  color: #A0A0A0;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 991px) {
 .hero__search__wrap  .search__form__input .text__field::placeholder {
    font-size: 16px;
  }
}

.hero__search__wrap .label {
  color: #000;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.hero__search__wrap .input__group {
  padding: 13px 18px;
}

.hero__search__wrap .text__field {
  border: 0;
  width: 100%;
}
