.Honest_Feeding_Hc-wrapper {
  background-color: rgba(240, 234, 220, 1);
  padding: 100px 0;
  font-family: "Inter", sans-serif;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Honest_Feeding_Hc-header {
  text-align: center;
  margin-bottom: 60px;
}
.Honest_Feeding_Hc-title {
  color: rgba(45, 45, 45, 1);
  margin-bottom: 30px !important;
  font-family: Clash Display;
  font-weight: 500;
  font-size: clamp(2.5rem, 1.9429rem + 2.2857vw, 4rem);
  line-height: 100%;
  letter-spacing: 0%;
}
.Honest_Feeding_Hc-subtitle {
  color: rgba(0, 0, 0, 1);
  font-family: Clash Display;
  font-weight: 300;
  font-size: clamp(0.875rem, 0.7357rem + 0.5714vw, 1.25rem);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.Honest_Feeding_Hc-card {
  background: #ffffff;
  border-radius: 40px;
  padding: 0px 50px;
  display: flex;
  flex-direction: row;
  gap: 60px;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;

  align-items: center;
}
.Honest_Feeding_Hc-left-col {
  flex: 0 0 320px;
  position: relative;
  overflow: hidden;
}
.Honest_Feeding_Hc-right-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  gap: 20px;
}
.Honest_Feeding_Hc-img-swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.Honest_Feeding_Hc-img-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transform: scale(1);
  transition:
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.6s ease;
}
.Honest_Feeding_Hc-img-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.Honest_Feeding_Hc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.Honest_Feeding_Hc-quote-swiper {
  width: 100%;
  overflow: hidden;
}
.Honest_Feeding_Hc-quote-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.Honest_Feeding_Hc-meta-swiper {
  width: 100%;
  overflow: hidden;
}
.Honest_Feeding_Hc-meta-swiper .swiper-slide {
  display: flex;
  align-items: flex-end;
}
.Honest_Feeding_Hc-quote {
  line-height: 1.6;
  color: rgba(45, 45, 45, 1);
  margin: 0;
  font-family: Clash Display;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.6429rem + 0.9524vw, 1.5rem);
  letter-spacing: 0%;
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.Honest_Feeding_Hc-quote::-webkit-scrollbar {
  width: 5px;
}

.Honest_Feeding_Hc-quote::-webkit-scrollbar-track {
  background: transparent;
}

.Honest_Feeding_Hc-quote::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.Honest_Feeding_Hc-quote::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
.Honest_Feeding_Hc-meta {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.Honest_Feeding_Hc-author {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.Honest_Feeding_Hc-name {
  font-family: "Clash Display", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #2f2f2f;
  margin: 0 0 5px 0;
}
.Honest_Feeding_Hc-role {
  font-size: 0.95rem;
  color: #4a4a4a;
  margin: 0;
}
.Honest_Feeding_Hc-dashed {
  flex: 1;
  border-bottom: 2px dashed #d9d9d9;
  margin: 0 20px 8px 20px;
}
.Honest_Feeding_Hc-stars {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
  padding-bottom: 6px;
}
.Honest_Feeding_Hc-stars svg {
  width: 22px;
  height: 22px;
  fill: #ffc107;
}

@media (min-width: 992px) {
  .Honest_Feeding_Hc-left-col {
    height: 500px;
    /*       -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%);
      mask-image: linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%); */
  }
  .Honest_Feeding_Hc-right-col {
    height: 440px;
    justify-content: space-between;
  }
  .Honest_Feeding_Hc-quote-swiper {
    flex: 1 1 auto;
    min-height: 0;
    height: 330px;
  }
  .Honest_Feeding_Hc-img-swiper .swiper-slide {
    height: 320px !important;
    width: 100% !important;
  }
  .Honest_Feeding_Hc-meta-swiper {
    height: 70px;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .Honest_Feeding_Hc-title {
    font-size: 56px;
  }
}

@media (max-width: 991px) {
  .Honest_Feeding_Hc-right-col {
    flex-direction: column-reverse;
  }
  .Honest_Feeding_Hc-stars svg {
    margin-bottom: 10px;
  }
  .Honest_Feeding_Hc-wrapper {
    padding: 60px 0 80px 0;
    background: linear-gradient(
      to bottom,
      #f1efe9 0%,
      #f1efe9 65%,
      rgba(120, 113, 99, 1) 65%,
      rgba(120, 113, 99, 1) 100%
    );
  }
  .Honest_Feeding_Hc-subtitle {
    text-align: left;
  }

  .Honest_Feeding_Hc-header {
    text-align: left;
    padding: 0 25px;
    margin-bottom: 40px;
  }
  .Honest_Feeding_Hc-title {
    line-height: 1.1;
    margin-bottom: 15px;
  }

  .Honest_Feeding_Hc-card {
    flex-direction: column;
    padding: 25px 0;
    gap: 30px;
    border-radius: 25px;
    width: calc(100% - 40px);
    max-height: 550px;
  }
  .Honest_Feeding_Hc-left-col {
    flex: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .Honest_Feeding_Hc-right-col {
    width: 100%;
    height: auto;
    gap: 30px;
    padding: 0 15px;
  }
  .Honest_Feeding_Hc-img-swiper {
    height: auto;
  }
  .Honest_Feeding_Hc-img-swiper .swiper-slide {
    opacity: 1;
    transform: scale(1);
    height: 240px !important;
  }
  .Honest_Feeding_Hc-quote-swiper,
  .Honest_Feeding_Hc-meta-swiper {
    height: auto;
  }
  .Honest_Feeding_Hc-quote-swiper .swiper-slide,
  .Honest_Feeding_Hc-meta-swiper .swiper-slide {
    align-items: center;
    justify-content: center;
  }
  .Honest_Feeding_Hc-quote {
    text-align: center;
    max-height: 180px;
    padding-right: 5px;
  }
  .Honest_Feeding_Hc-meta {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .Honest_Feeding_Hc-author {
    align-items: center;
  }
  .Honest_Feeding_Hc-dashed {
    display: none;
  }
  .Honest_Feeding_Hc-stars {
    padding-bottom: 0;
  }
  .Honest_Feeding_Hc-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    position: relative;
    z-index: 10;
  }
  .Honest_Feeding_Hc-btn {
    width: 46px;
    height: 46px;
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
    transition: background-color 0.3s ease;
  }
  .Honest_Feeding_Hc-btn svg {
    width: 20px;
    height: 20px;
  }
}

.Honest_Feeding_Hc-card {
  position: relative !important;
}

.Honest_Feeding_Hc-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  position: absolute;
  top: 50% !important;
  right: -3% !important;
  z-index: 999;
  transform: rotate(90deg) !important;
}
@media (max-width: 991px) {
  .Honest_Feeding_Hc-pagination {
    top: auto !important;
    bottom: 20px;
    transform: none !important;
  }
}
.Honest_Feeding_Hc-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: #d9d9d9;
  opacity: 1;
  transition: all 0.3s ease;
}

.Honest_Feeding_Hc-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 10px;
  background: #2f2f2f;
}
