* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.reviews-hero-section {
  display: flex;
  background-color: #0F0F12;
  background-image: url("/wp-content/uploads/2025/09/left_bg.webp"), url("/wp-content/uploads/2025/09/right_bg.webp");
  background-repeat: no-repeat;
  background-position: left 0, right 0;
  height: 688px;
  overflow: hidden;
  position: relative;
}
.reviews-hero-section .bg_people {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.reviews-hero-section .bg_people .reviews-container {
  position: relative;
  background-image: url("/wp-content/uploads/2025/09/hard_bg-1.webp");
  background-repeat: no-repeat;
  background-position: center 60%;
  width: 1440px;
  height: 100%;
  flex-shrink: 0;
}
.reviews-hero-section .bg_people .reviews-container .people {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.reviews-hero-section .bg_people .reviews-container .people img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews-hero-section .bg_people .reviews-container .people:nth-child(1) {
  left: 44px;
  top: 84px;
}
.reviews-hero-section .bg_people .reviews-container .people:nth-child(2) {
  left: 343px;
  top: 111px;
}
.reviews-hero-section .bg_people .reviews-container .people:nth-child(3) {
  left: 1053px;
  top: 348px;
}
.reviews-hero-section .bg_people .reviews-container .people:nth-child(4) {
  left: 1270px;
  top: 402px;
}
.reviews-hero-section .bg_people .reviews-container .people:nth-child(5) {
  left: 497px;
  top: 580px;
}
.reviews-hero-section .bg_people .reviews-container .people:nth-child(6) {
  left: 168px;
  top: 652px;
}
.reviews-hero-section .bg_people .reviews-container .accent_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  background-color: #F8C12D;
  border-radius: 100%;
  font-size: 32px;
}
.reviews-hero-section .bg_people .reviews-container .accent_circle .outer_rings div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.reviews-hero-section .bg_people .reviews-container .accent_circle .outer_rings div:nth-child(1) {
  width: 112px;
  height: 112px;
  background-color: rgba(248, 193, 45, 0.03);
  border: 1px solid rgba(248, 193, 45, 0.5);
  border-radius: 100%;
  z-index: 3;
}
.reviews-hero-section .bg_people .reviews-container .accent_circle .outer_rings div:nth-child(2) {
  width: 160px;
  height: 160px;
  background-color: rgba(248, 193, 45, 0.02);
  border: 1px solid rgba(248, 193, 45, 0.12);
  border-radius: 100%;
  z-index: 2;
}
.reviews-hero-section .bg_people .reviews-container .accent_circle .outer_rings div:nth-child(3) {
  width: 224px;
  height: 224px;
  background-color: rgba(248, 193, 45, 0.01);
  border: 1px solid rgba(248, 193, 45, 0.12);
  border-radius: 100%;
  z-index: 1;
}
.reviews-hero-section .bg_people .reviews-container .accent_circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews-hero-section .bg_people .reviews-container .accent_circle:nth-child(7) {
  left: 200px;
  top: 366px;
}
.reviews-hero-section .bg_people .reviews-container .accent_circle:nth-child(8) {
  left: 1138px;
  top: 71px;
}
.reviews-hero-section .bg_people .reviews-container .accent_circle:nth-child(9) {
  left: 1049px;
  top: 616px;
}
.reviews-hero-section .main_content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 660px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reviews-hero-section .main_content .title {
  text-align: center;
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Unbounded", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.reviews-hero-section .main_content .title span {
  color: #F8C12D;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Unbounded", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
}
.reviews-hero-section .main_content .subtitle {
  max-width: 540px;
  text-align: center;
  color: #D7D7D7;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin-bottom: 40px;
}
.reviews-hero-section .main_content .leave_review {
  display: flex;
  padding: 4px 4px 4px 28px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 66.292px;
  background: linear-gradient(78deg, #EE7B16 25.1%, #F8C12D 72.18%, #D75408 108.65%);
  cursor: pointer;
  border: none;
  outline: none;
}
.reviews-hero-section .main_content .leave_review span {
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.reviews-hero-section .main_content .leave_review .icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: #FFF;
}
.reviews-hero-section .main_content .leave_review .icon svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.reviews-hero-section .bg_people .reviews-container .accent_circle .accent_badge {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

@media (max-width: 790px) {
  .reviews-hero-section .bg_people .reviews-container {
    transform-origin: top;
    transform: scale(0.8);
    background-position: center 80%;
    height: 140%;
  }
  .reviews-hero-section .bg_people .reviews-container .people:nth-child(2) {
    left: 343px;
    top: 210px;
  }
  .reviews-hero-section .bg_people .reviews-container .people:nth-child(3) {
    left: 1045px;
    top: 460px;
  }
  .reviews-hero-section .bg_people .reviews-container .people:nth-child(4) {
    display: none;
  }
  .reviews-hero-section .bg_people .reviews-container .people:nth-child(5) {
    left: 497px;
    top: 680px;
  }
  .reviews-hero-section .bg_people .reviews-container .people:nth-child(6) {
    display: none;
  }
  .reviews-hero-section .bg_people .reviews-container .accent_circle:nth-child(7) {
    left: 200px;
    top: 450px;
  }
  .reviews-hero-section .bg_people .reviews-container .accent_circle:nth-child(8) {
    left: 1090px;
    top: 71px;
  }
  .reviews-hero-section .bg_people .reviews-container .accent_circle:nth-child(9) {
    left: 1060px;
    top: 665px;
  }
  .reviews-hero-section .main_content .title {
    font-size: 28px;
  }
  .reviews-hero-section .main_content .title span {
    font-size: 28px;
  }
  .reviews-hero-section .main_content .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.32px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reviews-hero-section .main_content .leave_review {
    padding: 4px 4px 4px 24px;
    gap: 8px;
  }
  .reviews-hero-section .main_content .leave_review span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .reviews-hero-section .main_content .leave_review .icon {
    width: 36px;
    height: 36px;
    padding: 8px;
    gap: 5.333px;
  }
  .reviews-hero-section .main_content .leave_review .icon svg {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
  }
}
@media (max-width: 640px) {
  .reviews-hero-section {
    background-image: url("/wp-content/uploads/2025/09/left_bg.webp"), url("/wp-content/uploads/2025/09/right_bg.webp");
    background-size: 45%, 45%;
    background-position: left 90%, right 0;
  }
  .reviews-hero-section .bg_people .reviews-container {
    transform-origin: top;
    transform: scale(0.45);
    background-position: center 80%;
    height: 205%;
  }
  .reviews-hero-section .bg_people .reviews-container .people:nth-child(1) {
    left: 343px;
    top: 310px;
  }
  .reviews-hero-section .bg_people .reviews-container .people:nth-child(2) {
    left: 335px;
    top: 590px;
  }
  .reviews-hero-section .bg_people .reviews-container .people:nth-child(3) {
    left: 1040px;
    top: 830px;
  }
  .reviews-hero-section .bg_people .reviews-container .people:nth-child(5) {
    left: 497px;
    top: 1040px;
  }
  .reviews-hero-section .bg_people .reviews-container .accent_circle:nth-child(7) {
    left: 200px;
    top: 830px;
  }
  .reviews-hero-section .bg_people .reviews-container .accent_circle:nth-child(8) {
    left: 1000px;
    top: 320px;
  }
  .reviews-hero-section .bg_people .reviews-container .accent_circle:nth-child(9) {
    left: 1020px;
    top: 1080px;
  }
  .reviews-hero-section .main_content {
    width: 360px;
  }
  .reviews-hero-section .main_content .title {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.52px;
  }
  .reviews-hero-section .main_content .title span {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.52px;
  }
  .reviews-hero-section .main_content .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.32px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 32px;
  }
}