.home-hero {
  background-color: #f0f0f0;
  padding: 0 !important;
}

.home-hero__frame {
  min-height: 560px;
  background-color: #1A2D5A;
}

.home-hero__image {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(12, 31, 63, 0.18), rgba(12, 31, 63, 0.45));
}

.home-hero__content {
  z-index: 2;
  width: min(100%, 960px);
  padding: 0 1em 9.5em;
}

.home-hero__title {
  font-family: "Prompt", sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 0.08em 0.2em rgba(0, 0, 0, 0.55), 0 0.16em 0.5em rgba(0, 0, 0, 0.45);
}

.home-hero__subtitle {
  font-size: 1.1em;
  text-shadow: 0 0.08em 0.18em rgba(0, 0, 0, 0.5), 0 0.14em 0.4em rgba(0, 0, 0, 0.35);
}

.home-hero__filter-wrap {
  z-index: 3;
  bottom: 2em;
  width: 100%;
  max-width: none;
  padding: 0 1em;
}

.home-filter__form {
  background: rgba(255, 249, 233, 0.96);
  border: 1px solid rgba(212, 180, 65, 0.45);
  border-radius: 1em;
  box-shadow: 0 1em 2.5em rgba(12, 31, 63, 0.18);
  padding: 0.7em;
}

.home-filter__field {
  background-color: #fff;
  border-radius: 0.7em;
  overflow: hidden;
}

.home-filter__form .form-select,
.home-filter__form .btn {
  min-height: 52px;
}

.home-filter__form .btn-primary {
  background-color: #1A2D5A;
  border-color: #1A2D5A;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  width: 100%;
  border-radius: 0.7em;
}

.home-filter__form .btn-primary:hover,
.home-filter__form .btn-primary:focus,
.home-filter__form .btn-primary:active {
  background-color: #0C1F3F;
  border-color: #0C1F3F;
}

.home-filter__form .form-select {
  background-color: transparent;
  color: #334155;
  font-size: 1em;
}

.home-filter__form .form-select:focus {
  box-shadow: none;
}

.home-listings .pagination {
  justify-content: center;
}

.home-seo-card {
  background-color: #fff;
  border: 1px solid #e7dfc4;
  border-radius: 1.25em;
  box-shadow: 0 0.5em 1.5em rgba(12, 31, 63, 0.06);
}

.home-seo .accordion-item {
  border: 1px solid #e7dfc4;
}

.home-seo .accordion-button {
  font-weight: 700;
  color: #1A2D5A;
}

.home-seo .accordion-button:not(.collapsed) {
  color: #1A2D5A;
  background-color: #fff9e9;
  box-shadow: none;
}

.home-seo .accordion-button:focus {
  box-shadow: none;
  border-color: #e7dfc4;
}

.home-reviews {
  overflow: hidden;
}

.home-review-summary {
  background-color: #fff9e9;
  border: 1px solid #e7dfc4;
  border-radius: 1.25em;
}

.home-review-summary__score {
  color: #1A2D5A;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.2em;
}

.home-review-summary__item {
  background-color: #fff;
  border: 1px solid #e7dfc4;
  border-radius: 1em;
  text-align: center;
}

.home-review-summary__item strong {
  display: block;
  color: #1A2D5A;
  font-size: 1.4em;
  line-height: 1.1;
}

.home-review-summary__item span {
  display: block;
  color: #666;
  font-size: 0.92em;
  margin-top: 0.25em;
}

.home-review-card {
  background-color: #fff;
  border: 1px solid #e7dfc4;
  border-radius: 1.25em;
  box-shadow: 0 0.5em 1.5em rgba(12, 31, 63, 0.08);
}

.home-review-card__score {
  color: #1A2D5A;
  background-color: #f6ebbb;
  border-radius: 999px;
  padding: 0.25em 0.7em;
  font-size: 0.9em;
  font-weight: 700;
  white-space: nowrap;
}

.home-review-stars {
  color: #d4d4d4;
  font-size: 1em;
  letter-spacing: 0.1em;
}

.home-review-stars .is-active {
  color: #d4b441;
}

.home-reviews .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (min-width: 991.99px) {
  #main>section.home-hero {
    padding-left: unset !important;
    padding-right: unset !important;
  }
}

@media (max-width: 991.98px) {
  .home-hero__frame {
    min-height: 640px;
  }

  .home-hero__image {
    height: 640px;
  }

  .home-hero__content {
    padding-bottom: 13em;
  }

  .home-hero__filter-wrap {
    bottom: 1.5em;
  }
}

@media (max-width: 767.98px) {
  .home-hero__frame {
    min-height: 620px;
  }

  .home-hero__image {
    height: 620px;
    object-position: center top;
  }

  .home-hero__content {
    top: 24% !important;
    padding-bottom: 0;
  }

  .home-hero__filter-wrap {
    bottom: 1.25em;
    width: 100%;
    padding: 0 0.75em;
  }

  .home-filter__form {
    border-radius: 0.85em;
    padding: 0.65em;
  }

  .home-hero__title {
    font-size: 2em;
  }

  .home-hero__subtitle {
    font-size: 1em;
  }
}
