/*#region P1*/
.banner-top {
  padding: 104px 0 115px 0;
  position: relative;
}
.banner-top .bg {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  overflow: hidden;
}
.banner-top .bg .img {
  width: 100%;
  height: 100%;
  background: center no-repeat;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
  background-size: cover;
}
.banner-top .banner-nav {
  display: flex;
  gap: 10px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  z-index: 1;
}
.banner-top .banner-nav li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #777;
  transition: all 0.3s ease-in-out;
}
.banner-top .banner-nav li.active {
  background: #777;
}
.banner-top .detail {
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 46px 60px;
  background: rgba(255, 255, 255, 0.8);
  width: 85%;
  max-width: 1408px;
  margin: 0 auto;
}
.banner-top .detail .text {
  font-size: 55px;
  font-weight: bold;
  color: #387826;
  margin-bottom: 90px;
}
.banner-top .detail .btns {
  display: flex;
  align-items: center;
  gap: 287px;
  justify-content: center;
}
.banner-top .detail .btns .btn-custom {
  height: 50px;
  color: #fff;
  background: #236726;
  line-height: 50px;
}
@media (max-width: 1650px) {
  .banner-top {
    padding: 0;
  }
  .banner-top .detail {
    width: 1140px;
    padding: 10px;
  }
  .banner-top .detail .text {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .banner-top .detail {
    width: 100%;
  }
}
/*#endregion P1*/

/*#region banner-top-static*/
.banner-top-static {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 46.84%;
  overflow: hidden;
  margin: 0;
  clear: both;
}

.banner-top-static .banner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-top-static .banner-slide {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: top left;
  background-repeat: no-repeat;
}

.banner-top-static .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 72px;
  color: #FFFFFF;
  text-shadow: 0px 7px 0px rgba(0,0,0,0.57);
}
/*#endregion banner-top-static*/

/*#region our-story-module*/
.our-story-module {
  position: relative;
  width: 100%;
  background: #FFFFFF;
}

.our-story-module .story-banner-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 38%;
  overflow: visible;
}

.our-story-module .story-banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.our-story-module .story-banner-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

.our-story-module .story-title {
  font-weight: bold;
  font-size: 56px;
  color: #FFFFFF;
  text-shadow: 0px 4px 8px rgba(0,0,0,0.4);
  margin-bottom: 8px;
  line-height: 1.2;
}

.our-story-module .story-subtitle {
  font-weight: 600;
  font-size: 42px;
  color: #FFFFFF;
  text-shadow: 0px 4px 8px rgba(0,0,0,0.4);
  line-height: 1.2;
  white-space: nowrap;
}

.our-story-module .story-features {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  padding: 80px 120px 100px;
  background: #FFFFFF;
  max-width: 1400px;
  margin: 0 auto;
}

.our-story-module .story-feature-item {
  flex: 1;
  max-width: 320px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-story-module .story-feature-item img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  margin-bottom: 20px;
}

.our-story-module .story-feature-title {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.our-story-module .story-feature-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
  margin: 0;
  text-align: center;
}

@media (max-width: 1200px) {
  .our-story-module .story-features {
    gap: 60px;
    padding: 60px 60px 80px;
  }

  .our-story-module .story-feature-item img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 768px) {
  .our-story-module .story-banner-container {
    padding-bottom: 50%;
  }

  .our-story-module .story-title {
    font-size: 36px;
  }

  .our-story-module .story-subtitle {
    font-size: 28px;
  }

  .our-story-module .story-features {
    flex-direction: column;
    gap: 40px;
    padding: 40px 30px 60px;
  }

  .our-story-module .story-feature-item {
    max-width: 100%;
  }
}
/*#endregion our-story-module*/

/* Contact hero form */
.contact-hero {
  position: relative;
  margin-top: -128px;
  padding: 0 24px 120px;
  /* background-color: #f4efe4; */
}

.contact-hero-panel {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  background-color: #ffffff;
  border-radius: 32px;
  box-shadow: 0 24px 50px rgba(15, 32, 56, 0.18);
  padding: 64px 72px;
}

.contact-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: flex-start;
}

.contact-hero-headline {
  font-family: 'Poppins', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #3a7a2f;
  margin: 0;
}

.contact-hero-subhead {
  font-size: 18px;
  font-weight: 600;
  color: #d97b31;
  margin: 0;
}

.contact-hero-body {
  font-size: 18px;
  line-height: 1.6;
  color: #1f1f1f;
  margin: 0;
}

.contact-hero-body a {
  color: #6ca63a;
  text-decoration: underline;
}

.contact-hero-divider {
  width: 48px;
  height: 12px;
  background-color: #d97b31;
  border-radius: 6px;
}

.contact-hero-form-title {
  font-size: 28px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0;
}

.contact-hero-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}

.contact-hero-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
}

.contact-hero-field {
  display: block;
}

.contact-hero-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.72);
  margin-bottom: 8px;
}

.contact-hero-field input,
.contact-hero-field textarea {
  width: 100%;
  border: none;
  border-radius: 18px;
  background-color: #f2f5fb;
  padding: 16px 20px;
  font-size: 16px;
  color: #1a1a1a;
  font-family: 'Poppins', 'Arial', sans-serif;
  box-shadow: inset 0 2px 4px rgba(15, 32, 56, 0.08);
}

.contact-hero-field input::placeholder,
.contact-hero-field textarea::placeholder {
  color: rgba(26, 26, 26, 0.6);
}

.contact-hero-field input:focus,
.contact-hero-field textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px #4480c7;
}

.contact-hero-field--textarea textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-hero-submit {
  align-self: stretch;
  background: linear-gradient(90deg, #3074dd, #1c54c2);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 48px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-hero-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(28, 84, 194, 0.35);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 991px) {
  .contact-hero {
    margin-top: -160px;
    padding-bottom: 100px;
  }

  .contact-hero-panel {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px;
  }

  .contact-hero-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-submit {
    align-self: stretch;
  }
}

@media (max-width: 767px) {
  .contact-hero {
    margin-top: -120px;
    padding: 0 16px 80px;
  }

  .contact-hero-panel {
    padding: 40px 32px;
    border-radius: 24px;
  }

  .contact-hero-headline {
    font-size: 26px;
  }

  .contact-hero-subhead,
  .contact-hero-body {
    font-size: 16px;
  }

  .contact-hero-submit {
    padding: 16px;
  }
}

.contact-hero-image {
  background-color: #f4efe4;
  padding: 0 24px 120px;
}

.contact-hero-image-container {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(15, 32, 56, 0.16);
}

.contact-hero-image-container img {
  width: 100%;
  display: block;
}

@media (max-width: 991px) {
  .contact-hero-image {
    padding: 0 24px 100px;
  }
}

@media (max-width: 767px) {
  .contact-hero-image {
    padding: 0 16px 80px;
  }

  .contact-hero-image-container {
    border-radius: 24px;
  }
}

/*#region terracor-meaning-module*/
.terracor-meaning-module {
  padding: 80px 0;
  background: #F2EFE8;
}

.terracor-meaning-module .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 120px;
}

.terracor-meaning-module .meaning-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 40px;
}

.terracor-meaning-module .meaning-title {
  font-weight: bold;
  font-size: 48px;
  color: #000000;
  margin: 0 0 30px 0;
  line-height: 1.2;
  text-align: center;
}

.terracor-meaning-module .meaning-text {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  margin: 0;
  text-align: justify;
}

.terracor-meaning-module .meaning-image {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.terracor-meaning-module .meaning-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .terracor-meaning-module {
    padding: 60px 0;
  }

  .terracor-meaning-module .container {
    gap: 40px;
    padding: 0 60px;
  }

  .terracor-meaning-module .meaning-content {
    padding-right: 20px;
  }

  .terracor-meaning-module .meaning-title {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .terracor-meaning-module .meaning-text {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .terracor-meaning-module {
    padding: 40px 0;
  }

  .terracor-meaning-module .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 24px;
  }

  .terracor-meaning-module .meaning-content {
    padding-right: 0;
    text-align: center;
  }

  .terracor-meaning-module .meaning-title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .terracor-meaning-module .meaning-text {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }

  .terracor-meaning-module .meaning-image {
    justify-content: center;
  }

  .terracor-meaning-module .meaning-image img {
    max-width: 100%;
  }
}
/*#endregion terracor-meaning-module*/

/*#region our-products-module*/
.our-products-module {
  padding: 80px 0;
  background: #F2EFE8;
}

.our-products-module .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 120px;
}

.our-products-module .products-title {
  position: relative;
  font-weight: bold;
  font-size: 48px;
  color: #6B8E23;
  margin: 0 0 60px 0;
  line-height: 1.2;
  display: inline-block;
}

.our-products-module .products-title::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background: #D4A645;
}

.our-products-module .products-images {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.our-products-module .products-images img {
  width: calc(50% - 20px);
  max-width: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.our-products-module .products-features {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: flex-start;
}

.our-products-module .products-feature-item {
  flex: 1;
  max-width: 600px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.our-products-module .products-feature-icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}

.our-products-module .products-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.our-products-module .products-feature-content {
  flex: 1;
}

.our-products-module .products-feature-text {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 0;
  text-align: left;
}

@media (max-width: 1200px) {
  .our-products-module {
    padding: 60px 0;
  }

  .our-products-module .container {
    padding: 0 60px;
  }

  .our-products-module .products-title {
    font-size: 38px;
    margin-bottom: 40px;
  }

  .our-products-module .products-title::after {
    bottom: 6px;
  }

  .our-products-module .products-images {
    gap: 30px;
    margin-bottom: 40px;
  }

  .our-products-module .products-features {
    gap: 60px;
  }

  .our-products-module .products-feature-icon {
    width: 80px;
    height: 80px;
  }

  .our-products-module .products-feature-text {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .our-products-module {
    padding: 40px 0;
  }

  .our-products-module .container {
    padding: 0 24px;
  }

  .our-products-module .products-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .our-products-module .products-title::after {
    bottom: 5px;
    height: 3px;
  }

  .our-products-module .products-images {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .our-products-module .products-images img {
    width: 100%;
  }

  .our-products-module .products-features {
    flex-direction: column;
    gap: 30px;
  }

  .our-products-module .products-feature-item {
    max-width: 100%;
  }

  .our-products-module .products-feature-icon {
    width: 70px;
    height: 70px;
  }

  .our-products-module .products-feature-text {
    font-size: 14px;
    line-height: 20px;
  }
}
/*#endregion our-products-module*/

/*#region company-profile-module*/
.company-profile-module {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #F2EFE8;
}

.company-profile-module .company-profile-container {
  position: relative;
  width: 100%;
}

.company-profile-module .company-profile-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 120px;
  text-align: left;
}

.company-profile-module .company-profile-title {
  font-weight: bold;
  text-align: center;
  font-size: 48px;
  color: #FFFFFF;
  margin: 0 0 30px 0;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.company-profile-module .company-profile-text {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
  margin: 0;
  text-align: left;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.company-profile-module .company-profile-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.company-profile-module .company-profile-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .company-profile-module .company-profile-content {
    padding: 50px 60px;
  }

  .company-profile-module .company-profile-title {
    font-size: 38px;
    margin-bottom: 25px;
  }

  .company-profile-module .company-profile-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .company-profile-module .company-profile-content {
    padding: 40px 24px;
  }

  .company-profile-module .company-profile-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .company-profile-module .company-profile-text {
    font-size: 16px;
    line-height: 24px;
  }
}
/*#endregion company-profile-module*/

/*#region founder-message-module*/
.founder-message-module {
  background: #F2EFE8;
  padding: 80px 0;
}

.founder-message-module .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
  max-width: 1200px;
}

.founder-message-letter,
.founder-message-portrait {
  flex: 1;
  display: flex;
  justify-content: center;
}

.founder-message-letter-card {
  /* background: #FBF7EE; */
  /* border: 1px dashed #C4B89F; */
  border-radius: 18px;
  /* padding: 36px; */
  max-width: 840px;
  width: 100%;
  position: relative;
  left: 6vw;
  /* box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08); */
}

.founder-message-letter-card img {
  width: 100%;
  height: auto;
  display: block;
}

.founder-message-portrait-card {
  /* background: #FBF7EE; */
  /* border: 1px dashed #C4B89F; */
  border-radius: 24px;
  padding: 32px;
  width: 380px;
  max-width: 100%;
  /* box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08); */
}

.founder-message-portrait-card img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  display: block;
}

@media (max-width: 1200px) {
  .founder-message-module {
    padding: 72px 0;
  }
  .founder-message-module .container {
    gap: 48px;
  }
  .founder-message-letter-card {
    padding: 30px;
  }
  .founder-message-portrait-card {
    width: 340px;
    padding: 28px;
  }
}

@media (max-width: 992px) {
  .founder-message-module .container {
    flex-direction: column;
    gap: 40px;
  }
  .founder-message-letter,
  .founder-message-portrait {
    width: 100%;
  }
  .founder-message-letter-card {
    max-width: 720px;
  }
  .founder-message-portrait-card {
    width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .founder-message-module {
    padding: 56px 0;
  }
  .founder-message-letter-card {
    padding: 24px;
  }
  .founder-message-portrait-card {
    width: 260px;
    padding: 22px;
  }
}
/*#endregion founder-message-module*/

/*#region product-banner-feature*/
.product-banner-feature {
  padding: 90px 0;
  background: #F2EFE8;
}

.product-banner-feature .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 120px 0 0;
}

.product-banner-feature .feature-image {
  flex: 0 0 48%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.product-banner-feature .feature-image img {
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: cover;
}

.product-banner-feature .feature-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 560px;
}

.product-banner-feature .feature-title {
  font-weight: 400;
  font-size: 38px;
  color: #393939;
  margin: 0;
}

.product-banner-feature .feature-subtitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #393939;
  margin: 0;
}

.product-banner-feature .feature-sizes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-banner-feature .feature-sizes li {
  font-weight: 400;
  font-size: 24px;
  color: #393939;
  border: 2px solid #393939;
  border-radius: 27.5px;
  padding: 12px 40px;
  min-width: 220px;
  text-align: center;
  background: transparent;
}

.product-banner-feature .feature-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 46px;
  background: #EF7113;
  border-radius: 37.5px;
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  text-decoration: underline;
  transition: background 0.3s ease;
  align-self: center;
}

.product-banner-feature .feature-cta:hover {
  background: #d96008;
  color: #FFFFFF;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .product-banner-feature {
    padding: 70px 0;
  }

  .product-banner-feature .container {
    gap: 40px;
    padding-right: 60px;
  }

  .product-banner-feature .feature-content {
    max-width: 480px;
  }

  .product-banner-feature .feature-title {
    font-size: 32px;
  }

  .product-banner-feature .feature-subtitle {
    font-size: 24px;
    line-height: 34px;
  }

  .product-banner-feature .feature-sizes li {
    font-size: 20px;
    min-width: 200px;
    padding: 10px 28px;
  }

  .product-banner-feature .feature-cta {
    font-size: 26px;
    padding: 14px 36px;
  }
}

@media (max-width: 768px) {
  .product-banner-feature {
    padding: 50px 0;
  }

  .product-banner-feature .container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 0 24px;
  }

  .product-banner-feature .feature-content {
    max-width: 100%;
  }

  .product-banner-feature .feature-image {
    width: 100%;
    justify-content: center;
  }

  .product-banner-feature .feature-image img {
    max-width: 420px;
  }

  .product-banner-feature .feature-title {
    font-size: 28px;
  }

  .product-banner-feature .feature-subtitle {
    font-size: 22px;
    line-height: 32px;
  }

  .product-banner-feature .feature-sizes li {
    font-size: 20px;
    min-width: 170px;
    padding: 10px 22px;
  }

  .product-banner-feature .feature-cta {
    width: 100%;
    max-width: 320px;
    font-size: 24px;
    padding: 12px 28px;
  }
}
/*#endregion product-banner-feature*/

/*#region product-banner-feature-reverse*/
.product-banner-feature-reverse {
  padding: 90px 0;
  background: #FFFFFF;
}

.product-banner-feature-reverse .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 0 0 120px;
}

.product-banner-feature-reverse .feature-image {
  flex: 0 0 48%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.product-banner-feature-reverse .feature-image img {
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: cover;
}

.product-banner-feature-reverse .feature-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 560px;
}

.product-banner-feature-reverse .feature-title {
  font-weight: 400;
  font-size: 38px;
  color: #393939;
  margin: 0;
}

.product-banner-feature-reverse .feature-subtitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #393939;
  margin: 0;
}

.product-banner-feature-reverse .feature-sizes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-banner-feature-reverse .feature-sizes li {
  font-weight: 400;
  font-size: 24px;
  color: #393939;
  border: 2px solid #393939;
  border-radius: 27.5px;
  padding: 12px 40px;
  min-width: 220px;
  text-align: center;
  background: transparent;
}

.product-banner-feature-reverse .feature-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 46px;
  background: #EF7113;
  border-radius: 37.5px;
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  text-decoration: underline;
  transition: background 0.3s ease;
  align-self: center;
}

.product-banner-feature-reverse .feature-cta:hover {
  background: #d96008;
  color: #FFFFFF;
  text-decoration: underline;
}

.product-banner-feature-reverse .feature-icons {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  align-items: flex-start;
  justify-content: center;
}

.product-banner-feature-reverse .feature-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
  max-width: 150px;
}

.product-banner-feature-reverse .feature-icon-item img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.product-banner-feature-reverse .feature-icon-title {
  font-weight: 400;
  font-size: 16px;
  color: #393939;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .product-banner-feature-reverse {
    padding: 70px 0;
  }

  .product-banner-feature-reverse .container {
    gap: 40px;
    padding-left: 60px;
  }

  .product-banner-feature-reverse .feature-content {
    max-width: 480px;
  }

  .product-banner-feature-reverse .feature-title {
    font-size: 32px;
  }

  .product-banner-feature-reverse .feature-subtitle {
    font-size: 24px;
    line-height: 34px;
  }

  .product-banner-feature-reverse .feature-sizes li {
    font-size: 20px;
    min-width: 200px;
    padding: 10px 28px;
  }

  .product-banner-feature-reverse .feature-cta {
    font-size: 26px;
    padding: 14px 36px;
  }

  .product-banner-feature-reverse .feature-icons {
    gap: 20px;
  }

  .product-banner-feature-reverse .feature-icon-item {
    max-width: 130px;
  }

  .product-banner-feature-reverse .feature-icon-item img {
    width: 130px;
    height: 130px;
  }

  .product-banner-feature-reverse .feature-icon-title {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .product-banner-feature-reverse {
    padding: 50px 0;
  }

  .product-banner-feature-reverse .container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 0 24px;
  }

  .product-banner-feature-reverse .feature-content {
    max-width: 100%;
  }

  .product-banner-feature-reverse .feature-image {
    width: 100%;
    justify-content: center;
  }

  .product-banner-feature-reverse .feature-image img {
    max-width: 420px;
  }

  .product-banner-feature-reverse .feature-title {
    font-size: 28px;
  }

  .product-banner-feature-reverse .feature-subtitle {
    font-size: 22px;
    line-height: 32px;
  }

  .product-banner-feature-reverse .feature-sizes li {
    font-size: 20px;
    min-width: 170px;
    padding: 10px 22px;
  }

  .product-banner-feature-reverse .feature-cta {
    width: 100%;
    max-width: 320px;
    font-size: 24px;
    padding: 12px 28px;
  }

  .product-banner-feature-reverse .feature-icons {
    gap: 15px;
    flex-wrap: wrap;
  }

  .product-banner-feature-reverse .feature-icon-item {
    max-width: 100px;
  }

  .product-banner-feature-reverse .feature-icon-item img {
    width: 100px;
    height: 100px;
  }

  .product-banner-feature-reverse .feature-icon-title {
    font-size: 12px;
  }
}
/*#endregion product-banner-feature-reverse*/

/*#region banner-top-new*/
.banner-top-new {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 46.84%; /* 890/1900 = 0.4684 娣囨繃瀵?900*890濮ｆ柧绶?*/
  overflow: hidden;
  margin: 0;
  clear: both;
}

.banner-top-new .banner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-top-new .banner-slides-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.banner-top-new .banner-slide {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: top left;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.banner-top-new .banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.banner-top-new .banner-arrow:hover {
  opacity: 1;
}

.banner-top-new .banner-arrow img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.banner-top-new .banner-arrow-left {
  left: 30px;
}

.banner-top-new .banner-arrow-right {
  right: 30px;
}

.banner-top-new .banner-text,
.banner-top-static .banner-text {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 72px;
  color: #FFFFFF;
  text-shadow: 0px 7px 0px rgba(0,0,0,0.57);
  z-index: 1;
  text-align: center;
  white-space: nowrap;
}

.banner-top-new .banner-indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  gap: 15px;
  z-index: 2;

}

.banner-top-new .banner-indicators span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.banner-top-new .banner-indicators span.active {
  background: #FFFFFF;
  transform: scale(1.2);
}

@media (max-width: 1650px) {
  .banner-top-new .banner-text,
  .banner-top-static .banner-text {
    font-size: 60px;
  }
  
  .banner-top-new .banner-arrow img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1200px) {
  .banner-top-new .banner-text,
  .banner-top-static .banner-text {
    font-size: 48px;
  }
  
  .banner-top-new .banner-arrow img {
    width: 40px;
    height: 40px;
  }
  
  .banner-top-new .banner-arrow-left {
    left: 20px;
  }
  
  .banner-top-new .banner-arrow-right {
    right: 20px;
  }
}

@media (max-width: 768px) {
  .banner-top-new .banner-text,
  .banner-top-static .banner-text {
    font-size: 36px;
  }
  
  .banner-top-new .banner-arrow img {
    width: 30px;
    height: 30px;
  }
  
  .banner-top-new .banner-arrow-left {
    left: 15px;
  }
  
  .banner-top-new .banner-arrow-right {
    right: 15px;
  }
}
/*#endregion banner-top-new*/

/*#region index-content-block*/
.index-content-block {
  position: relative;
  background: #F2EFE8;
  box-shadow: 0px -15px 32px 0px rgba(4,0,0,0.69);
  border-radius: 57px 57px 0px 0px ;
  margin-top: -50px;
  z-index: 1;
  padding: 60px 0 80px 0;
}

.index-content-block .content-text {
  text-align: center;
  margin-bottom: 60px;
}

.index-content-block .content-line {
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  line-height: 35px;
  margin-bottom: 8px;
}

.index-content-block .content-line:last-child {
  margin-bottom: 0;
}

.index-content-block .content-slider {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
}

.index-content-block .content-slides-container {
  overflow: hidden;
  border-radius: 20px;
}

.index-content-block .content-slides-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.index-content-block .content-slide {
  width: calc(33.333% - 20px);
  margin: 0 10px;
  flex-shrink: 0;
}

.index-content-block .content-slide img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 56px 0px 56px 0px ;
}

.index-content-block .content-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.index-content-block .content-arrow:hover {
  opacity: 1;
}

.index-content-block .content-arrow img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.index-content-block .content-arrow-left {
  left: 30px;
}

.index-content-block .content-arrow-right {
  right: 30px;
}

@media (max-width: 1650px) {
  .index-content-block .content-line {
    font-size: 22px;
    line-height: 32px;
  }
  
  .index-content-block .content-arrow img {
    width: 45px;
    height: 45px;
  }
  
  .index-content-block .content-slide img {
    height: 400px;
    border-radius: 48px 0px 48px 0px;
  }
}

@media (max-width: 1200px) {
  .index-content-block {
    padding: 40px 20px 60px 20px;
  }
  
  .index-content-block .content-text {
    margin-bottom: 40px;
  }
  
  .index-content-block .content-line {
    font-size: 20px;
    line-height: 28px;
  }
  
  .index-content-block .content-slider {
    padding: 0 80px;
  }
  
  .index-content-block .content-arrow img {
    width: 40px;
    height: 40px;
  }
  
  .index-content-block .content-slide img {
    height: 350px;
    border-radius: 40px 0px 40px 0px;
  }
}

@media (max-width: 768px) {
  .index-content-block {
    margin-top: -30px;
    border-radius: 40px 40px 0px 0px;
    padding: 30px 15px 40px 15px;
  }
  
  .index-content-block .content-text {
    margin-bottom: 30px;
  }
  
  .index-content-block .content-line {
    font-size: 16px;
    line-height: 24px;
  }
  
  .index-content-block .content-slider {
    padding: 0 60px;
  }
  
  .index-content-block .content-arrow img {
    width: 35px;
    height: 35px;
  }
  
  .index-content-block .content-arrow-left {
    left: 15px;
  }
  
  .index-content-block .content-arrow-right {
    right: 15px;
  }
  
  .index-content-block .content-slide img {
    height: 280px;
    border-radius: 30px 0px 30px 0px;
  }
}
/*#endregion index-content-block*/

/*#region index-image-block*/
.index-image-block {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  background: #F2EFE8;
}

.index-image-block img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

@media (max-width: 1650px) {
  .index-image-block {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .index-image-block {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .index-image-block {
    padding: 0;
  }
}
/*#endregion index-image-block*/

/*#region index-text-switch*/
.index-text-switch {
  background: #F2EFE8;
  padding: 40px 20px;
}

.index-text-switch .text-switch-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
  border: 4px solid #4CAF50;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
}

.index-text-switch .text-switch-content {
  flex: 1;
  text-align: center;
}

.index-text-switch .text-switch-stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.index-text-switch .text-switch-stars img {
  width: 74px;
  height: 68px;
}

.index-text-switch .text-switch-text {
  font-family: Figtree;
  font-weight: bold;
  font-size: 35px;
  color: #387826;
  line-height: 50px;
  max-width: 800px;
  margin: 0 auto;
}

.index-text-switch .text-switch-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}

.index-text-switch .text-switch-arrow:hover {
  opacity: 1;
}

.index-text-switch .text-switch-arrow img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

@media (max-width: 1650px) {
  .index-text-switch .text-switch-container {
    padding: 35px 25px;
    gap: 25px;
  }
  
  .index-text-switch .text-switch-text {
    font-family: Figtree;
    font-weight: bold;
    font-size: 30px;
    color: #387826;
    line-height: 45px;
  }
  
  .index-text-switch .text-switch-stars img {
    width: 63px;
    height: 58px;
  }
  
  .index-text-switch .text-switch-arrow img {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 1200px) {
  .index-text-switch {
    padding: 30px 15px;
  }
  
  .index-text-switch .text-switch-container {
    padding: 30px 20px;
    gap: 20px;
  }
  
  .index-text-switch .text-switch-text {
    font-family: Figtree;
    font-weight: bold;
    font-size: 25px;
    color: #387826;
    line-height: 35px;
  }
  
  .index-text-switch .text-switch-stars img {
    width: 52px;
    height: 48px;
  }
  
  .index-text-switch .text-switch-arrow img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 768px) {
  .index-text-switch {
    padding: 20px 10px;
  }
  
  .index-text-switch .text-switch-container {
    flex-direction: column;
    padding: 25px 15px;
    gap: 15px;
  }
  
  .index-text-switch .text-switch-text {
    font-family: Figtree;
    font-weight: bold;
    font-size: 18px;
    color: #387826;
    line-height: 26px;
  }
  
  .index-text-switch .text-switch-stars {
    margin-bottom: 15px;
  }
  
  .index-text-switch .text-switch-stars img {
    width: 41px;
    height: 38px;
  }
  
  .index-text-switch .text-switch-arrow {
    order: 3;
  }
  
  .index-text-switch .text-switch-arrow-left {
    order: 1;
  }
  
  .index-text-switch .text-switch-content {
    order: 2;
  }
  
  .index-text-switch .text-switch-arrow img {
    width: 28px;
    height: 28px;
  }
}
/*#endregion index-text-switch*/

/*#region P2*/
.p2 {
  margin-top: 60px;
  line-height: 40px;
  font-size: 20px;

  text-align: center;
}
/*#endregion P2*/

/*#region Products Scroll*/
.products-scroll {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-scroll .btn-nav {
  border: none;
  background: none;
  font-size: 40px;
  color: #777777;
  flex-shrink: 0;
}
.products-scroll .btn-nav:disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.products-scroll .list-pro {
  list-style-type: none;
  display: flex;
  gap: 30px;
  margin: 0;
  overflow: hidden;
}
.products-scroll .list-pro .item {
  height: 420px;
  border-radius: 25px;
  background: #387826;
  overflow: hidden;
  text-align: center;
  padding-top: 60px;
  color: #9fcfa0;
  font-size: 20px;
  width: calc((100% - 90px) / 4);
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;

  font-size: calc(0.2vw + 14px);
}
.products-scroll a {
  color: #fff;
  display: block;
  width: 100%;
}
.products-scroll a:hover {
  text-decoration: none;
}
.products-scroll .list-pro .item .cover {
  width: 100%;
  margin-bottom: 20px;
}

/*#endregion Products Scroll*/

/*#region P3*/
.p3 {
  margin: 54px auto;
  display: flex;
  gap: 55px;
}
.p3 .cover {
  flex-shrink: 0;
  /* height: 68vh; */
  width: 30%;
}
.p3 .text {
  flex-grow: 1;
  padding: 20px;
}
.p3 .link {
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 5px;
  height: 44px;
  display: block;
  margin-top: 50px;
  text-align: center;
  font-family: Poppins-Bold;
}
@media (max-width: 1200px) {
  .p3 {
    display: block;
  }
  .p3 .cover {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
/*#endregion P3*/

/*#region p4*/
.p4 {
  background: url(../imgs/home/p3.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 0 50px 0;
}

.p4 .title {
  color: #65cb66;
  margin-bottom: 30px;
}
.p4 .sub {
  color: #fff;
  margin-bottom: 107px;

  font-size: 28px;
}
.p4 .quote {
  text-align: left;
}
.p4 a {
  /* height: 75px;
  line-height: 75px;
  font-size: 35px;
   */
  background: #9fcfa0;
  color: #236726;
  font-family: Poppins-Bold;
}
.p4 a:hover {
  color: #236726;
}
@media (max-width: 1650px) {
  .p4 {
    padding: 20px 0;
  }
  .p4 .title,
  .p4 .sub {
    margin-bottom: 10px;
  }
}
/*#endregion p4*/

/*#region p5*/
.p5 {
  margin-top: 54px;
  padding: 0 5%;

  text-align: center;
}
.p5 .title {
  text-align: center;
}
/*#endregion p5 */

/*#region list-idea*/
.list-idea {
  margin-top: 54px;
  list-style-type: none;
  display: flex;
  gap: 30px 40px;
  flex-wrap: wrap;
  font-size: 16px;
}
.list-idea a {
  display: block;
  color: #000;
  width: 100%;
}
.list-idea a:hover {
  text-decoration: none;
}
.list-idea .item {
  width: calc((100% - 120px) / 4);
  text-align: center;
}
.list-idea .item .cover {
  width: 100%;
  height: 300px;
}
.list-idea .item .title {
  font-size: 25px;
  font-family: Poppins-Bold;
  margin-top: 8px;
  
  font-size: calc(0.2vw + 14px);
  line-height: calc(0.25vw + 20px);
}
.list-idea .item .sub {
  font-size: calc(0.1vw + 12px);
  line-height: calc(0.15vw + 15px);
}

@media (max-width: 1200px) {
  .list-idea .item {
    width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 992px) {
  .list-idea .item {
    width: calc((100% - 40px) / 2);
  }
}
/*#endregion list-idea*/

/*#region p6*/
.p6 {
  font-family: Poppins-Bold;
  font-size: 40px;
  line-height: 36px;
  margin-top: 60px;
  text-align: center;

  line-height: calc(1.25vw + 20px);
  font-weight: bold;
}
.certificates {
  text-align: center;
}
.certificates img {
  width: 100%;
}
/*#endregion p6*/

/*#region everyday-use-cases*/
.everyday-use-cases {
  background: #F2EFE8;
  padding: 60px 20px;
}

.everyday-use-cases .container {
  max-width: 1200px;
  margin: 0 auto;
}

.everyday-use-cases .use-cases-title {
  font-weight: 400;
  font-size: 38px;
  color: #387826;
  text-align: center;
  margin: 0 0 40px 0;
}

.everyday-use-cases .use-cases-scroll-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
}

.everyday-use-cases .use-cases-scroll-wrapper::-webkit-scrollbar {
  height: 8px;
}

.everyday-use-cases .use-cases-scroll-wrapper::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 4px;
}

.everyday-use-cases .use-cases-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.everyday-use-cases .use-cases-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.everyday-use-cases .use-cases-slide {
  flex: 0 0 calc(25% - 15px);
  min-width: calc(25% - 15px);
}

.everyday-use-cases .use-cases-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

@media (max-width: 1650px) {
  .everyday-use-cases .use-cases-title {
    font-size: 32px;
    margin-bottom: 35px;
  }
}

@media (max-width: 1200px) {
  .everyday-use-cases {
    padding: 50px 15px;
  }

  .everyday-use-cases .use-cases-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .everyday-use-cases .use-cases-slide {
    flex: 0 0 calc(33.333% - 14px);
    min-width: calc(33.333% - 14px);
  }
}

@media (max-width: 768px) {
  .everyday-use-cases {
    padding: 40px 10px;
  }

  .everyday-use-cases .use-cases-title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .everyday-use-cases .use-cases-slide {
    flex: 0 0 calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}
/*#endregion everyday-use-cases*/

/*#region index-icon-nav*/
.index-icon-nav {
  background: #F2EFE8;
  padding: 40px 20px;
}

.index-icon-nav .icon-nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.index-icon-nav .icon-nav-item {
  text-align: center;
  flex: 1;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-icon-nav .icon-nav-item img {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  object-fit: contain;
}

.index-icon-nav .icon-nav-title {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  background: #70A029;
  border-radius: 15px;
  padding: 8px 16px;
  display: inline-block;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}

@media (max-width: 1650px) {
  .index-icon-nav .icon-nav-wrapper {
    gap: 30px;
  }
  
  .index-icon-nav .icon-nav-item img {
    width: 110px;
    height: 110px;
    margin-bottom: 12px;
  }
  
  .index-icon-nav .icon-nav-title {
    font-size: 14px;
    border-radius: 12px;
    padding: 7px 14px;
    max-width: 200px;
  }
}

@media (max-width: 1200px) {
  .index-icon-nav {
    padding: 30px 15px;
  }
  
  .index-icon-nav .icon-nav-wrapper {
    gap: 25px;
  }
  
  .index-icon-nav .icon-nav-item img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  
  .index-icon-nav .icon-nav-title {
    font-size: 13px;
    border-radius: 10px;
    padding: 6px 12px;
    max-width: 170px;
  }
}

@media (max-width: 768px) {
  .index-icon-nav {
    padding: 20px 10px;
  }
  
  .index-icon-nav .icon-nav-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .index-icon-nav .icon-nav-item {
    width: calc(50% - 10px);
    max-width: none;
  }
  
  .index-icon-nav .icon-nav-item img {
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
  }
  
  .index-icon-nav .icon-nav-title {
    font-size: 11px;
    border-radius: 8px;
    padding: 4px 8px;
    max-width: 120px;
  }
}
/*#endregion index-icon-nav*/

/*#region index-compost-info*/
.index-compost-info {
  background: #F2EFE8;
  padding: 60px 20px;
}

.index-compost-info .compost-info-wrapper {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

.index-compost-info .compost-info-left {
  flex: 1;
}

.index-compost-info .compost-info-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.index-compost-info .compost-info-item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  height: 745px;
}

.index-compost-info .compost-info-right .compost-info-item {
  height: 362px;
}

.index-compost-info .compost-info-content {
  position: relative;
  z-index: 2;
  padding: 40px 100px;
  width: 100%;
}

.index-compost-info .compost-info-title {
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.2;
}

.index-compost-info .compost-info-text {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 35px;
  margin: 0;
}
/* 
@media (max-width: 1650px) {
  .index-compost-info {
    padding: 50px 15px;
  }
  
  .index-compost-info .compost-info-wrapper {
    gap: 25px;
  }
  
  .index-compost-info .compost-info-item {
    height: 420px;
  }
  
  .index-compost-info .compost-info-right .compost-info-item {
    height: 200px;
  }
  
  .index-compost-info .compost-info-content {
    padding: 35px 25px;
  }
  
  .index-compost-info .compost-info-title {
    font-size: 38px;
    margin-bottom: 15px;
  }
  
  .index-compost-info .compost-info-text {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1200px) {
  .index-compost-info {
    padding: 40px 15px;
  }
  
  .index-compost-info .compost-info-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  
  .index-compost-info .compost-info-item {
    height: 350px;
  }
  
  .index-compost-info .compost-info-right {
    gap: 15px;
  }
  
  .index-compost-info .compost-info-right .compost-info-item {
    height: 170px;
  }
  
  .index-compost-info .compost-info-content {
    padding: 30px 20px;
  }
  
  .index-compost-info .compost-info-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  
  .index-compost-info .compost-info-text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .index-compost-info {
    padding: 30px 10px;
  }
  
  .index-compost-info .compost-info-wrapper {
    gap: 15px;
  }
  
  .index-compost-info .compost-info-item {
    height: 280px;
  }
  
  .index-compost-info .compost-info-right .compost-info-item {
    height: 130px;
  }
  
  .index-compost-info .compost-info-content {
    padding: 25px 15px;
  }
  
  .index-compost-info .compost-info-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .index-compost-info .compost-info-text {
    font-size: 16px;
    line-height: 22px;
  }
} */
/*#endregion index-compost-info*/

/*#region index-what-about*/
.index-what-about {
  background: #8BC34A;
  padding: 60px 20px;
}

.index-what-about .what-about-wrapper {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.index-what-about .what-about-left {
  flex: 5;
  padding-right: 40px;
}

.index-what-about .what-about-right {
  flex: 4;
}

.index-what-about .what-about-subtitle {
  font-weight: bold;
  font-size: 35px;
  color: #F0F0F0;
  opacity: 0.5;
  margin-bottom: 20px;
  text-align: center;
}

.index-what-about .what-about-title {
  margin-bottom: 30px;
}

.index-what-about .what-about-title img {
  max-width: 100%;
  height: auto;
}

.index-what-about .what-about-text {
  font-weight: 600;
  font-size: 25px;
  color: #F0F0F0;
  line-height: 35px;
  margin: 0;
}

.index-what-about .what-about-right img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

@media (max-width: 1650px) {
  .index-what-about {
    padding: 50px 15px;
  }
  
  .index-what-about .what-about-wrapper {
    gap: 35px;
  }
  
  .index-what-about .what-about-left {
    padding-right: 30px;
  }
  
  .index-what-about .what-about-subtitle {
    font-size: 30px;
    margin-bottom: 15px;
  }
  
  .index-what-about .what-about-title {
    margin-bottom: 25px;
  }
  
  .index-what-about .what-about-text {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 1200px) {
  .index-what-about {
    padding: 40px 15px;
  }
  
  .index-what-about .what-about-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  
  .index-what-about .what-about-left {
    padding-right: 0;
    text-align: center;
  }
  
  .index-what-about .what-about-subtitle {
    font-size: 28px;
    margin-bottom: 12px;
  }
  
  .index-what-about .what-about-title {
    margin-bottom: 20px;
  }
  
  .index-what-about .what-about-text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .index-what-about {
    padding: 30px 10px;
  }
  
  .index-what-about .what-about-wrapper {
    gap: 25px;
  }
  
  .index-what-about .what-about-subtitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .index-what-about .what-about-title {
    margin-bottom: 15px;
  }
  
  .index-what-about .what-about-text {
    font-size: 16px;
    line-height: 24px;
  }
}
/*#endregion index-what-about*/

/*#region index-spacer*/
.index-spacer {
  height: 60px;
  background: #F2EFE8;
}
/*#endregion index-spacer*/

/*#region customer-reviews*/
.customer-reviews {
  background: #FFFFFF;
  padding: 60px 20px;
}

.customer-reviews .reviews-container {
  max-width: 1200px;
  margin: 0 auto;
}

.customer-reviews .reviews-title {
  font-weight: normal;
  font-size: 55px;
  color: #387826;
  line-height: 30px;
  text-align: center;
  margin: 0 0 30px 0;
}

.customer-reviews .reviews-divider {
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #387826 0,
    #387826 10px,
    transparent 10px,
    transparent 20px
  );
  margin-bottom: 40px;
}

.customer-reviews .reviews-content {
  text-align: center;
  margin-bottom: 50px;
}

.customer-reviews .reviews-user-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.customer-reviews .reviews-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.customer-reviews .reviews-username {
  font-weight: normal;
  font-size: 40px;
  color: #000100;
  line-height: 30px;
  margin: 0;
}

.customer-reviews .reviews-stars {
  width: auto;
  height: 40px;
  margin-bottom: 20px;
}

.customer-reviews .reviews-text {
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  line-height: 35px;
  max-width: 900px;
  margin: 0 auto;
}

.customer-reviews .reviews-slider {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 100%;
}

.customer-reviews .reviews-images-container {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.customer-reviews .reviews-images-wrapper {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease-in-out;
}

.customer-reviews .reviews-image-item {
  flex: 0 0 calc((100% - 60px) / 4);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.customer-reviews .reviews-image-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.customer-reviews .reviews-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}

.customer-reviews .reviews-arrow:hover {
  opacity: 1;
}

.customer-reviews .reviews-arrow img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

@media (max-width: 1650px) {
  .customer-reviews {
    padding: 50px 15px;
  }

  .customer-reviews .reviews-title {
    font-size: 48px;
  }

  .customer-reviews .reviews-username {
    font-size: 35px;
  }

  .customer-reviews .reviews-text {
    font-size: 22px;
    line-height: 32px;
  }

  .customer-reviews .reviews-arrow img {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 1200px) {
  .customer-reviews {
    padding: 40px 15px;
  }

  .customer-reviews .reviews-title {
    font-size: 42px;
  }

  .customer-reviews .reviews-username {
    font-size: 32px;
  }

  .customer-reviews .reviews-text {
    font-size: 20px;
    line-height: 30px;
  }

  .customer-reviews .reviews-slider {
    gap: 20px;
  }

  .customer-reviews .reviews-arrow img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 768px) {
  .customer-reviews {
    padding: 30px 10px;
  }

  .customer-reviews .reviews-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .customer-reviews .reviews-username {
    font-size: 26px;
  }

  .customer-reviews .reviews-text {
    font-size: 16px;
    line-height: 24px;
  }

  .customer-reviews .reviews-slider {
    gap: 15px;
  }

  .customer-reviews .reviews-image-item {
    flex: 0 0 calc((100% - 20px) / 2);
  }

  .customer-reviews .reviews-arrow img {
    width: 32px;
    height: 32px;
  }

  .customer-reviews .reviews-avatar {
    width: 60px;
    height: 60px;
  }

  .customer-reviews .reviews-stars {
    height: 30px;
  }
}
/*#endregion customer-reviews*/
