/*********************
START: BHHS PUBLIC
*********************/
:root {
  --bhhs-cabernet: #6f263d;
  --bhhs-bg: #f0f0f0;
  --bhhs-text: #4f4f4f;
  --bhhs-border: #e0e0e0;
  --bhhs-rose: #b05c7c;
}

/*********************
START: HEADER
*********************/
.header--bhhs {
  background-color: rgba(255, 255, 255, 0.85);
}

.header--bhhs .header--logo img {
  filter: none;
  height: 40px;
  width: auto;
}

.header--bhhs__phone {
  background-color: var(--baseLight-color);
  color: var(--baseDark-color);
  gap: 0.5rem;
  padding: 10px 20px;
  font-size: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.header--bhhs__phone img {
  height: 16px;
  width: auto;
}

@media (max-width: 575px) {
  .header--bhhs .header--logo img {
    height: 30px;
  }

  .header--bhhs__phone span {
    display: none;
  }

  .header--bhhs__phone {
    padding: 10px 12px;
  }
}
/*********************
END: HEADER
*********************/

/*********************
START: HERO
*********************/
.hero--bhhs {
  background-color: var(--bhhs-bg);
  padding: 9rem 0 8rem;
}

.hero--bhhs__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  max-width: 780px;
  margin: 0 auto;
}

.hero--bhhs__badge {
  display: inline-flex;
  align-items: center;
  background-color: var(--baseLight-color);
  border-radius: var(--border-radius-100);
  padding: 0.5rem 1.25rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--bhhs-text);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.hero--bhhs__badge strong {
  color: var(--bhhs-cabernet);
  font-weight: 600;
}

.hero--bhhs__badge--rechat {
  padding: 0.375rem 1rem;
  font-size: 14px;
}

.hero--bhhs__badge--rechat strong {
  color: var(--baseDark-color);
  font-weight: 700;
}

.hero--bhhs__title {
  margin: 0;
  font-size: 76px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: -2.5px;
  color: var(--baseDark-color);
}

.hero--bhhs__text {
  margin: 0;
  max-width: 720px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bhhs-text);
}

.hero--bhhs__btn {
  width: max-content;
  padding: 12px 24px;
  font-size: 16px;
  margin-top: 0.5rem;
}

/*********************
RESPONSIVE
*********************/
@media (max-width: 991px) {
  .hero--bhhs {
    padding: 7rem 0 5rem;
  }

  .hero--bhhs__title {
    font-size: 54px;
    letter-spacing: -1.5px;
  }

  .hero--bhhs__text {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .hero--bhhs {
    padding: 6rem 0 4rem;
  }

  .hero--bhhs__title {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .hero--bhhs__badge {
    font-size: 13px;
  }

  .hero--bhhs__text {
    font-size: 16px;
  }
}
/*********************
END: HERO
*********************/

/*********************
START: TRUSTED
*********************/
.trusted {
  padding-block: 5rem;
  background: var(--baseLight-color);
}

.trusted--title {
  margin-block-end: 62px;
  position: relative;
}

.trusted--title h2 {
  font-weight: 500;
  position: relative;
  width: max-content;
  padding-inline: 2rem;
  margin-inline: auto;
  line-height: 36px;
  text-align: center;
  color: var(--baseDark-color);
  background-color: var(--baseLight-color);
}

.trusted--title::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  z-index: 0;
  background-color: var(--bhhs-border);
}

.trusted .swiper {
  width: 100%;
  height: 100%;
}

.trusted .linearSwiper .swiper-slide img {
  max-height: 64px;
  max-width: 70%;
  width: auto;
  height: auto;
  display: inline-block;
}

.linearSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
  justify-content: space-between;
}

.linearSwiper .swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*********************
END: TRUSTED
*********************/

/*********************
START: REALITY
*********************/
.reality--bhhs {
  background: var(--baseDark-color);
  padding-block: 128px;
}

.reality--bhhs .reality--bhhs__supTitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--bhhs-rose);
}

.reality--bhhs .reality--text p {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 991px) {
  .reality--bhhs {
    padding-block: 80px;
  }

  .reality--bhhs .reality--content {
    flex-direction: column;
    gap: 3rem;
  }

  .reality--bhhs .reality--img,
  .reality--bhhs .reality--text {
    width: 100%;
  }
}
/*********************
END: REALITY
*********************/

/*********************
START: PARTNERSHIP
*********************/
.partnership--bhhs {
  background: var(--baseLight-color);
  padding-block: 128px;
}

.partnership--bhhs__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}

.partnership--bhhs__text {
  width: 42%;
  display: flex;
  flex-direction: column;
}

.partnership--bhhs__supTitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8a8a8a;
}

.partnership--bhhs__text h2 {
  line-height: 1.1;
  letter-spacing: -2.5px;
  margin-block: 0.5rem 1.5rem;
}

.partnership--bhhs__text p {
  font-size: var(--text-xl);
  font-weight: 400;
  line-height: 1.6;
  color: var(--bhhs-text);
  margin: 0;
}

.partnership--bhhs__img {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnership--bhhs__img picture,
.partnership--bhhs__img img {
  width: 100%;
}

@media (max-width: 991px) {
  .partnership--bhhs {
    padding-block: 80px;
  }

  .partnership--bhhs__content {
    flex-direction: column;
    gap: 3rem;
  }

  .partnership--bhhs__text,
  .partnership--bhhs__img {
    width: 100%;
  }
}
/*********************
END: PARTNERSHIP
*********************/

/*********************
START: BUILD
*********************/
.build--bhhs {
  background: var(--bhhs-bg);
  padding-block: 128px;
}

.build--bhhs__head {
  text-align: center;
  max-width: 820px;
  margin-inline: auto;
  margin-block-end: 72px;
}

.build--bhhs__head h2 {
  margin: 0 0 1rem;
  line-height: 1.1;
  letter-spacing: -2px;
}

.build--bhhs__head p {
  margin: 0;
  font-size: var(--text-xl);
  font-weight: 400;
  line-height: 1.5;
  color: var(--bhhs-text);
}

.build--bhhs__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  max-width: 1200px;
  margin-inline: auto;
}

.build--bhhs__card {
  background: var(--baseLight-color);
  padding: 3rem 2.5rem;
}

.build--bhhs__card h3 {
  margin: 0 0 1.25rem;
  font-size: var(--text-2xl);
  font-weight: 500;
  color: var(--baseDark-color);
}

.build--bhhs__card p {
  margin: 0;
  font-size: var(--text-lg);
  font-weight: 400;
  line-height: 1.6;
  color: var(--bhhs-text);
}

@media (max-width: 991px) {
  .build--bhhs {
    padding-block: 80px;
  }

  .build--bhhs__head {
    margin-block-end: 48px;
  }

  .build--bhhs__grid {
    grid-template-columns: 1fr;
  }

  .build--bhhs__card {
    padding: 2rem 1.5rem;
  }
}
/*********************
END: BUILD
*********************/
