.section-footer {
  text-align: center; }
  .section-footer .view-more-btn {
    background: transparent;
    border: 1px solid #ccc;
    color: #ccc;
    padding: 17px 40px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase; }
    .section-footer .view-more-btn:hover {
      background: #bed62f;
      border-color: #bed62f;
      color: white;
      transform: translateY(-2px);
      box-shadow: 0 5px 17px rgba(139, 195, 74, 0.3); }
    @media (max-width: 768px) {
      .section-footer .view-more-btn {
        padding: 12px 30px;
        font-size: 0.9rem; } }

.product-card {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 0px;
  transition: transform 0.3s ease , box-shadow 0.3s ease;
  flex: 1 1 100%;
  max-width: 100%;
  overflow: hidden; }
  @media (min-width: 576px) {
    .product-card {
      flex: 1 1 calc(50% - 20px);
      max-width: calc(50% - 20px); } }
  @media (min-width: 992px) {
    .product-card {
      flex: 1 1 calc(50% - 20px);
      max-width: calc(50% - 20px); } }
  .product-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain; }
  @media (min-width: 1024px) {
    .product-card:hover {
      border: 1px solid #bed62f; }
      .product-card:hover .price-card {
        display: flex !important;
        opacity: 1;
        visibility: visible;
        background: rgba(255, 255, 255, 0.9); } }
  .product-card .price-card {
    display: none;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid #BED630;
    min-width: 250px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .product-card .price-card .price-info {
      width: 100%; }
    .product-card .price-card .product-name {
      color: #666;
      font-size: 16px;
      margin-bottom: 8px;
      letter-spacing: 0.5px; }
    .product-card .price-card .product-title {
      color: #000000;
      font-size: 20px;
      line-height: normal;
      font-weight: bold;
      margin-bottom: 17px;
      height: 81px;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    .product-card .price-card .price {
      color: #bed62f;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px; }
      .product-card .price-card .price a {
        color: #bed62f; }
    .product-card .price-card .buy-button {
      background: linear-gradient(135deg, #bed62f 0%, #bed62f 100%);
      color: white;
      border: none;
      outline: 0;
      padding: 15px 40px;
      border-radius: 50px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: all 0.3s ease;
      width: 100%; }
      .product-card .price-card .buy-button:hover {
        background: linear-gradient(135deg, #bed62f 0%, #bed62f 100%);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(139, 195, 74, 0.3); }
    .product-card .price-card .btn-buy-now {
      background: #bed62f;
      color: #fff;
      border: none;
      padding: 12px 30px;
      border-radius: 25px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      width: 100%;
      max-width: 200px; }
      @media (max-width: 767px) {
        .product-card .price-card .btn-buy-now {
          font-size: 14px;
          padding: 7px 10px; } }
      .product-card .price-card .btn-buy-now:hover {
        background: #bed62f;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(124, 179, 66, 0.4); }
      .product-card .price-card .btn-buy-now:active {
        transform: translateY(0); }
    @media (max-width: 1024px) {
      .product-card .price-card {
        min-width: auto;
        width: 100%;
        opacity: 1;
        visibility: visible;
        position: static;
        border: 0;
        height: auto;
        padding: 10px;
        box-shadow: none; }
        .product-card .price-card .product-name {
          font-size: 14px;
          margin-bottom: 8px; }
        .product-card .price-card .product-title {
          font-size: 16px;
          margin-bottom: 5px;
          height: auto;
          -webkit-line-clamp: 3; }
        .product-card .price-card .price {
          font-size: 16px;
          margin-bottom: 5px; }
        .product-card .price-card .buy-button {
          padding: 7px 10px;
          font-size: 14px; } }
  @media (max-width: 480px) {
    .product-card {
      padding: 0; } }

/****/
.ecolarer-thinking-container {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  background-color: #ffffff; }
  .ecolarer-thinking-container .main-title {
    color: #BED62F;
    letter-spacing: 0.439px;
    text-align: center;
    margin-bottom: 60px;
    padding-top: 50px;
    font: 700 32px / 32px 'Nunito Sans', sans-serif; }
    @media (max-width: 767px) {
      .ecolarer-thinking-container .main-title {
        font-size: 18px;
        margin-bottom: 30px;
        padding: 0; } }
    .ecolarer-thinking-container .main-title .title-text {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0;
      font-weight: inherit;
      font-size: inherit;
      line-height: inherit; }
      .ecolarer-thinking-container .main-title .title-text .title-word {
        color: #000000; }
      .ecolarer-thinking-container .main-title .title-text .title-eco {
        color: #BED62F;
        padding-left: 7px; }
  .ecolarer-thinking-container .content-sections .philosophy-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px; }
    @media (max-width: 767px) {
      .ecolarer-thinking-container .content-sections .philosophy-section {
        gap: 20px; } }
    .ecolarer-thinking-container .content-sections .philosophy-section .quote-card {
      flex: 1 1 calc(50% - 10px);
      max-width: calc(50% - 10px); }
      @media (min-width: 576px) {
        .ecolarer-thinking-container .content-sections .philosophy-section .quote-card {
          flex: 1 1 calc(50% - 50px);
          max-width: calc(50% - 50px); } }
      @media (min-width: 992px) {
        .ecolarer-thinking-container .content-sections .philosophy-section .quote-card {
          flex: 1 1 calc(100% / 3 - 50px);
          max-width: calc(100% / 3 - 50px); } }
  .ecolarer-thinking-container .content-sections .image-gallery,
  .ecolarer-thinking-container .content-sections .final-section {
    justify-content: center;
    align-items: flex-start; }
  .ecolarer-thinking-container .content-sections .image-gallery {
    gap: 200px; }
  .ecolarer-thinking-container .content-sections .values-section {
    align-items: flex-start; }
  .ecolarer-thinking-container .content-sections .quote-card,
  .ecolarer-thinking-container .content-sections .gallery-item,
  .ecolarer-thinking-container .content-sections .gallery-item-with-icon,
  .ecolarer-thinking-container .content-sections .value-card,
  .ecolarer-thinking-container .content-sections .value-card-standalone,
  .ecolarer-thinking-container .content-sections .final-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
  .ecolarer-thinking-container .content-sections .quote-card .quote-image {
    width: auto;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .ecolarer-thinking-container .content-sections .quote-card .quote-image {
        height: 50px;
        object-fit: contain; } }
  .ecolarer-thinking-container .content-sections .quote-card .quote-content {
    color: #000;
    text-align: justify;
    width: 100%; }
    @media (max-width: 767px) {
      .ecolarer-thinking-container .content-sections .quote-card .quote-content {
        font-size: 16px; } }
    .ecolarer-thinking-container .content-sections .quote-card .quote-content .quote-text {
      font-weight: 400;
      margin: 0; }
    .ecolarer-thinking-container .content-sections .quote-card .quote-content .brand-highlight {
      margin: 0.5em 0; }
      .ecolarer-thinking-container .content-sections .quote-card .quote-content .brand-highlight .eco-text {
        font-weight: 700;
        color: #BED62F; }
      .ecolarer-thinking-container .content-sections .quote-card .quote-content .brand-highlight .larer-text {
        font-weight: 700;
        color: #000000; }
    .ecolarer-thinking-container .content-sections .quote-card .quote-content .description {
      font-weight: 400;
      margin: 0.5em 0 0; }
  @media (max-width: 991px) {
    .ecolarer-thinking-container .content-sections .quote-card .quote-image {
      margin-bottom: 17px; } }
  @media (max-width: 991px) {
    .ecolarer-thinking-container .content-sections {
      gap: 80px; } }
  @media (max-width: 640px) {
    .ecolarer-thinking-container .content-sections {
      gap: 60px; } }

.section-eco-consumer .main-title {
  color: #BED62F;
  letter-spacing: 0.439px;
  text-align: center;
  margin-bottom: 300px;
  padding-top: 50px;
  font: 700 32px / 32px 'Nunito Sans' , sans-serif; }
  .section-eco-consumer .main-title .title-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit; }
    .section-eco-consumer .main-title .title-text .title-word {
      color: #000000;
      font: 700 32px 'Nunito Sans' , sans-serif; }
      @media (max-width: 767px) {
        .section-eco-consumer .main-title .title-text .title-word {
          font-size: 18px; } }
    .section-eco-consumer .main-title .title-text .title-eco {
      color: #BED62F;
      font: 700 32px 'Nunito Sans' , sans-serif;
      padding-left: 7px; }
      @media (max-width: 767px) {
        .section-eco-consumer .main-title .title-text .title-eco {
          font-size: 18px; } }
  @media (max-width: 767px) {
    .section-eco-consumer .main-title {
      margin-bottom: 50px; } }
  @media (max-width: 640px) {
    .section-eco-consumer .main-title {
      margin-bottom: 30px; } }
  .section-eco-consumer .main-title .text-container {
    margin-top: 20px;
    color: black;
    font: 400 24px / 1 Nunito Sans , -apple-system , Roboto , Helvetica , sans-serif; }
    @media (max-width: 767px) {
      .section-eco-consumer .main-title .text-container {
        font-size: 16px; } }
    .section-eco-consumer .main-title .text-container .ecolar-description {
      margin: 0;
      padding: 0; }
    .section-eco-consumer .main-title .text-container .eco-highlight {
      font-weight: 700;
      color: #bed62f; }
    .section-eco-consumer .main-title .text-container .larer-highlight {
      font-weight: 700; }
    @media (max-width: 991px) {
      .section-eco-consumer .main-title .text-container .ecolar-description {
        max-width: 100%; } }

.section-eco-consumer .eco-consumer-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  align-items: center;
  background: #bed62f;
  padding: 50px 0;
  margin-top: 0; }
  @media (max-width: 767px) {
    .section-eco-consumer .eco-consumer-container {
      margin-top: 0;
      padding: 0px 0 50px 0; } }
  .section-eco-consumer .eco-consumer-container .background-image {
    position: absolute;
    inset: 0;
    top: -250px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1024px; }
    @media (max-width: 767px) {
      .section-eco-consumer .eco-consumer-container .background-image {
        position: static;
        transform: none;
        width: 100%;
        background: #ffffff; } }
  .section-eco-consumer .eco-consumer-container .content-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch; }
    .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section {
      margin-top: 250px; }
      @media (max-width: 1024px) {
        .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section {
          margin-top: 120px; } }
      @media (max-width: 767px) {
        .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section {
          margin-top: 0px; } }
      .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section .content-grid {
        gap: 80px 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section .content-grid .content-column {
          display: flex;
          flex-direction: column;
          align-items: stretch;
          line-height: normal;
          flex: 1 1 100%;
          max-width: 100%; }
          @media (min-width: 576px) {
            .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section .content-grid .content-column {
              flex: 1 1 calc(50% - 50px);
              max-width: calc(50% - 50px); } }
          @media (min-width: 992px) {
            .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section .content-grid .content-column {
              flex: 1 1 calc(50% - 50px);
              max-width: calc(50% - 50px); } }
          .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section .content-grid .content-column .section-title {
            color: #010101;
            text-transform: uppercase;
            font: 700 20px / 20px Nunito Sans , -apple-system , Roboto , Helvetica , sans-serif;
            margin: 0 0 30px;
            text-align: center; }
            .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section .content-grid .content-column .section-title.rotated {
              transform: rotate(-0.00715rad); }
            @media (max-width: 767px) {
              .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section .content-grid .content-column .section-title {
                max-width: 100%;
                margin-top: 40px;
                font-size: 17px; } }
          .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section .content-grid .content-column .content-text {
            color: #010101;
            margin: 0 0 17px; }
            @media (max-width: 991px) {
              .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section .content-grid .content-column .content-text {
                font-size: 16px; } }
            .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section .content-grid .content-column .content-text .eco-text {
              font-size: 25px;
              line-height: 25px;
              color: white; }
            .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section .content-grid .content-column .content-text .lar-text {
              font-size: 25px;
              line-height: 25px;
              color: black; }
          @media (max-width: 991px) {
            .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section .content-grid .content-column {
              width: 100%; } }
        @media (max-width: 1024px) {
          .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section .content-grid {
            gap: 30px 30px; } }
        @media (max-width: 767px) {
          .section-eco-consumer .eco-consumer-container .content-wrapper .first-content-section .content-grid {
            gap: 0px; } }
    @media (max-width: 991px) {
      .section-eco-consumer .eco-consumer-container .content-wrapper {
        max-width: 100%;
        margin-bottom: 10px; } }
  @media (max-width: 991px) {
    .section-eco-consumer .eco-consumer-container {
      max-width: 100%; } }

.emotions-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 50px 0; }
  @media (max-width: 991px) {
    .emotions-container {
      padding: 50px 0 0 0; } }
  .emotions-container .background-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .emotions-container .content-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    align-items: center; }
    .emotions-container .content-wrapper .main-content {
      position: relative;
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: stretch; }
      .emotions-container .content-wrapper .main-content .section-title {
        color: black;
        letter-spacing: 0.4px;
        align-self: center;
        font: 700 32px / 1 Nunito Sans , -apple-system , Roboto , Helvetica , sans-serif;
        margin: 0; }
        .emotions-container .content-wrapper .main-content .section-title .brand-highlight {
          padding-left: 7px;
          color: #bed62f; }
        @media (max-width: 991px) {
          .emotions-container .content-wrapper .main-content .section-title {
            max-width: 100%;
            font-size: 18px;
            margin-bottom: 30px; } }
      .emotions-container .content-wrapper .main-content .emotions-grid {
        margin-top: 50px; }
        .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row {
          display: flex;
          flex-wrap: wrap;
          gap: 40px;
          justify-content: center; }
          @media (max-width: 767px) {
            .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row {
              justify-content: space-between;
              gap: 10px; } }
          .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row .emotion-card {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            line-height: normal;
            margin: 0;
            flex: 1 1 calc(50% - 10px);
            max-width: calc(50% - 10px); }
            @media (min-width: 576px) {
              .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row .emotion-card {
                flex: 1 1 calc(50% - 40px);
                max-width: calc(50% - 40px); } }
            @media (min-width: 992px) {
              .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row .emotion-card {
                flex: 1 1 calc(100% / 3 - 40px);
                max-width: calc(100% / 3 - 40px); } }
            .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row .emotion-card .emotion-title {
              color: black;
              text-transform: uppercase;
              font: 700 20px / 20px Nunito Sans , -apple-system , Roboto , Helvetica , sans-serif;
              margin: 0 0 20px;
              text-align: center; }
              @media (max-width: 767px) {
                .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row .emotion-card .emotion-title {
                  max-width: 100%;
                  margin: 20px 0 20px;
                  font-size: 17px; } }
            .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row .emotion-card .emotion-description {
              color: black;
              text-align: justify; }
              @media (max-width: 767px) {
                .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row .emotion-card .emotion-description {
                  font-size: 16px; } }
              .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row .emotion-card .emotion-description .brand-highlight {
                color: #bed62f; }
                .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row .emotion-card .emotion-description .brand-highlight.brand-text {
                  font-size: 16px;
                  line-height: 18px;
                  font-weight: 700; }
                  @media (max-width: 991px) {
                    .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row .emotion-card .emotion-description .brand-highlight.brand-text {
                      font-size: 1px; } }
              .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row .emotion-card .emotion-description .brand-text {
                font-size: 18px;
                font-weight: 700; }
                @media (max-width: 991px) {
                  .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row .emotion-card .emotion-description .brand-text {
                    font-size: 16px; } }
              .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row .emotion-card .emotion-description .description-text {
                font-weight: 400;
                line-height: 18px; }
                @media (max-width: 767px) {
                  .emotions-container .content-wrapper .main-content .emotions-grid .emotions-row .emotion-card .emotion-description .description-text {
                    font-size: 16px; } }
        @media (max-width: 991px) {
          .emotions-container .content-wrapper .main-content .emotions-grid {
            max-width: 100%;
            margin-top: 40px; } }
      @media (max-width: 991px) {
        .emotions-container .content-wrapper .main-content {
          max-width: 100%;
          margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .emotions-container .content-wrapper {
        max-width: 100%; } }
  @media (max-width: 991px) {
    .emotions-container {
      max-width: 100%; } }

.home-ecolarer-why {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  align-items: center;
  padding: 80px 0; }
  @media (max-width: 767px) {
    .home-ecolarer-why {
      padding: 40px 0; } }
  .home-ecolarer-why .content-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center; }
    .home-ecolarer-why .content-wrapper .hero-section {
      text-align: center;
      margin: 0 auto 56px;
      max-width: 675px; }
      .home-ecolarer-why .content-wrapper .hero-section .main-title {
        color: black;
        letter-spacing: -0.09px;
        text-align: center;
        font: 700 32px / 32px 'Nunito Sans' , -apple-system , Roboto , Helvetica , sans-serif;
        margin-bottom: 46px; }
        @media (max-width: 767px) {
          .home-ecolarer-why .content-wrapper .hero-section .main-title {
            font-size: 18px;
            line-height: normal;
            margin-bottom: 10px !important; } }
      .home-ecolarer-why .content-wrapper .hero-section .brand-name {
        color: black;
        letter-spacing: 25.91px;
        font: 400 83px / 1 Inter , -apple-system , Roboto , Helvetica , sans-serif;
        margin-bottom: 70px; }
        .home-ecolarer-why .content-wrapper .hero-section .brand-name img {
          max-width: 250px; }
          @media (max-width: 768px) {
            .home-ecolarer-why .content-wrapper .hero-section .brand-name img {
              max-width: 150px; } }
        @media (max-width: 991px) {
          .home-ecolarer-why .content-wrapper .hero-section .brand-name {
            max-width: 100%;
            margin-bottom: 40px;
            font-size: 40px; } }
      .home-ecolarer-why .content-wrapper .hero-section .hero-description {
        color: black;
        text-align: center;
        font: 400 20px / 20px 'Nunito Sans' , -apple-system , Roboto , Helvetica , sans-serif;
        line-height: normal; }
        .home-ecolarer-why .content-wrapper .hero-section .hero-description .eco-highlight {
          font-weight: 700;
          color: #bed62f; }
        .home-ecolarer-why .content-wrapper .hero-section .hero-description .larer-highlight {
          font-weight: 700; }
        @media (max-width: 767px) {
          .home-ecolarer-why .content-wrapper .hero-section .hero-description {
            max-width: 100%;
            font-size: 16px; } }
    .home-ecolarer-why .content-wrapper .personal-benefits-section .section-title,
    .home-ecolarer-why .content-wrapper .community-benefits-section .section-title,
    .home-ecolarer-why .content-wrapper .final-benefits-section .section-title {
      color: black;
      letter-spacing: 0.4px;
      text-align: center;
      font: 700 32px / 38px 'Nunito Sans' , -apple-system , Roboto , Helvetica , sans-serif;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .home-ecolarer-why .content-wrapper .personal-benefits-section .section-title,
        .home-ecolarer-why .content-wrapper .community-benefits-section .section-title,
        .home-ecolarer-why .content-wrapper .final-benefits-section .section-title {
          font-size: 18px;
          line-height: normal; } }
    .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-image,
    .home-ecolarer-why .content-wrapper .community-benefits-section .benefits-image,
    .home-ecolarer-why .content-wrapper .final-benefits-section .benefits-image {
      padding: 50px 0; }
      @media (max-width: 991px) {
        .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-image,
        .home-ecolarer-why .content-wrapper .community-benefits-section .benefits-image,
        .home-ecolarer-why .content-wrapper .final-benefits-section .benefits-image {
          padding: 20px 0; } }
      @media (max-width: 767px) {
        .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-image,
        .home-ecolarer-why .content-wrapper .community-benefits-section .benefits-image,
        .home-ecolarer-why .content-wrapper .final-benefits-section .benefits-image {
          padding: 0; } }
    .home-ecolarer-why .content-wrapper .benefits-grid,
    .home-ecolarer-why .content-wrapper .community-benefits-grid,
    .home-ecolarer-why .content-wrapper .final-benefits-grid {
      gap: 50px;
      display: flex; }
    .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid {
      align-self: stretch;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px; }
      .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column {
        flex: 1 1 100%;
        max-width: 100%; }
        @media (min-width: 576px) {
          .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column {
            flex: 1 1 calc(100% / 3 - 40px);
            max-width: calc(100% / 3 - 40px); } }
        @media (min-width: 992px) {
          .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column {
            flex: 1 1 calc(100% / 3 - 40px);
            max-width: calc(100% / 3 - 40px); } }
        .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column .benefit-title {
          color: black;
          text-transform: uppercase;
          font: 700 19px / 28px 'Nunito Sans' , -apple-system , Roboto , Helvetica , sans-serif;
          margin-bottom: 20px;
          text-align: center; }
          @media (max-width: 767px) {
            .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column .benefit-title {
              font-size: 17px; } }
        .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column .benefit-content {
          text-align: justify; }
          .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column .benefit-content p {
            margin-bottom: 20px; }
          .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column .benefit-content .product-highlight,
          .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column .benefit-content .additional-info {
            font-weight: 400;
            font-size: 16px;
            line-height: normal; }
            @media (max-width: 767px) {
              .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column .benefit-content .product-highlight,
              .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column .benefit-content .additional-info {
                font-size: 16px; } }
          .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column .benefit-content .product-name {
            font-weight: 700;
            font-size: 16px;
            line-height: 18px; }
            @media (max-width: 767px) {
              .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column .benefit-content .product-name {
                font-size: 16px; } }
          @media (max-width: 767px) {
            .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column .benefit-content {
              font-size: 16px; } }
        @media (max-width: 767px) {
          .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid .benefit-column {
            width: 100%;
            margin-top: 0px; } }
      @media (max-width: 991px) {
        .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-grid {
          max-width: 100%;
          margin: 0;
          gap: 20px; } }
    .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-image {
      width: 100%;
      max-width: 650px;
      margin: 0 auto; }
      @media (max-width: 991px) {
        .home-ecolarer-why .content-wrapper .personal-benefits-section .benefits-image {
          max-width: 100%;
          padding-bottom: 30px; } }
    .home-ecolarer-why .content-wrapper .community-benefits-section {
      background-color: #BFD62F;
      margin-top: 100px;
      padding: 100px 0;
      width: 100%; }
      @media (max-width: 767px) {
        .home-ecolarer-why .content-wrapper .community-benefits-section {
          padding: 50px 0; } }
      .home-ecolarer-why .content-wrapper .community-benefits-section .section-title {
        letter-spacing: 0.62px;
        margin-bottom: 60px; }
        @media (max-width: 767px) {
          .home-ecolarer-why .content-wrapper .community-benefits-section .section-title {
            margin-bottom: 0; } }
      .home-ecolarer-why .content-wrapper .community-benefits-section .community-images {
        display: flex;
        margin-bottom: 54px;
        max-width: 1240px;
        width: 100%;
        align-items: stretch;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: space-between; }
        .home-ecolarer-why .content-wrapper .community-benefits-section .community-images .community-image {
          aspect-ratio: 1.39;
          object-fit: contain;
          object-position: center;
          width: 100%; }
          .home-ecolarer-why .content-wrapper .community-benefits-section .community-images .community-image:last-child {
            aspect-ratio: 1.41;
            align-self: end;
            margin-top: 37px; }
        @media (max-width: 991px) {
          .home-ecolarer-why .content-wrapper .community-benefits-section .community-images {
            margin-bottom: 40px; } }
      .home-ecolarer-why .content-wrapper .community-benefits-section .community-benefits-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: center; }
        @media (max-width: 991px) {
          .home-ecolarer-why .content-wrapper .community-benefits-section .community-benefits-grid {
            gap: 30px; } }
        @media (max-width: 767px) {
          .home-ecolarer-why .content-wrapper .community-benefits-section .community-benefits-grid {
            gap: 0px; } }
        .home-ecolarer-why .content-wrapper .community-benefits-section .community-benefits-grid .community-benefit-column {
          flex: 1 1 100%;
          max-width: 100%; }
          @media (min-width: 576px) {
            .home-ecolarer-why .content-wrapper .community-benefits-section .community-benefits-grid .community-benefit-column {
              flex: 1 1 calc(50% - 50px);
              max-width: calc(50% - 50px); } }
          @media (min-width: 992px) {
            .home-ecolarer-why .content-wrapper .community-benefits-section .community-benefits-grid .community-benefit-column {
              flex: 1 1 calc(50% - 50px);
              max-width: calc(50% - 50px); } }
          .home-ecolarer-why .content-wrapper .community-benefits-section .community-benefits-grid .community-benefit-column .community-image {
            width: auto;
            height: 180px; }
            @media (max-width: 991px) {
              .home-ecolarer-why .content-wrapper .community-benefits-section .community-benefits-grid .community-benefit-column .community-image {
                width: 120px !important;
                height: auto !important; } }
            @media (max-width: 767px) {
              .home-ecolarer-why .content-wrapper .community-benefits-section .community-benefits-grid .community-benefit-column .community-image {
                width: 120px !important;
                height: auto !important; } }
          .home-ecolarer-why .content-wrapper .community-benefits-section .community-benefits-grid .community-benefit-column .benefit-title {
            text-align: center;
            color: black;
            text-transform: uppercase;
            font: 700 20px / 28px 'Nunito Sans' , -apple-system , Roboto , Helvetica , sans-serif;
            margin-bottom: 20px;
            text-align: center; }
            @media (max-width: 767px) {
              .home-ecolarer-why .content-wrapper .community-benefits-section .community-benefits-grid .community-benefit-column .benefit-title {
                font-size: 17px; } }
          .home-ecolarer-why .content-wrapper .community-benefits-section .community-benefits-grid .community-benefit-column .benefit-content {
            text-align: justify; }
            @media (max-width: 767px) {
              .home-ecolarer-why .content-wrapper .community-benefits-section .community-benefits-grid .community-benefit-column .benefit-content {
                font-size: 16px; } }
          @media (max-width: 991px) {
            .home-ecolarer-why .content-wrapper .community-benefits-section .community-benefits-grid .community-benefit-column {
              width: 100%;
              margin-top: 0px; } }
      @media (max-width: 991px) {
        .home-ecolarer-why .content-wrapper .community-benefits-section {
          margin-top: 40px; } }
    .home-ecolarer-why .content-wrapper .conclusion-section {
      display: flex;
      flex-direction: column;
      align-self: stretch;
      position: relative;
      margin-top: 60px;
      width: 100%;
      align-items: stretch;
      justify-content: center;
      padding: 52px 30px;
      background-color: #ffffff;
      border-radius: 10px; }
      .home-ecolarer-why .content-wrapper .conclusion-section .conclusion-content {
        position: relative;
        font-weight: bold;
        text-align: justify;
        /*
      font: 700 18px / 18px 'Nunito Sans'
      , -apple-system
      , Roboto
      , Helvetica
      , sans-serif;
    */ }
        @media (max-width: 767px) {
          .home-ecolarer-why .content-wrapper .conclusion-section .conclusion-content {
            font-size: 16px; } }
        .home-ecolarer-why .content-wrapper .conclusion-section .conclusion-content p {
          margin-bottom: 20px; }
          .home-ecolarer-why .content-wrapper .conclusion-section .conclusion-content p:last-child {
            margin-bottom: 0; }
        @media (max-width: 991px) {
          .home-ecolarer-why .content-wrapper .conclusion-section .conclusion-content {
            max-width: 100%; } }
      @media (max-width: 991px) {
        .home-ecolarer-why .content-wrapper .conclusion-section {
          max-width: 100%;
          margin-top: 40px;
          padding: 20px; } }
    @media (max-width: 991px) {
      .home-ecolarer-why .content-wrapper {
        max-width: 100%;
        margin-bottom: 10px; } }

.brand-story-container {
  position: relative;
  width: 100%; }
  .brand-story-container .highlight-text {
    font-weight: 700; }
  .brand-story-container .brand-highlight {
    font-weight: 700;
    color: #BED62F; }
  .brand-story-container .brand-highlight-suffix {
    font-weight: 700; }
  .brand-story-container .lifestyle-highlight {
    font-weight: 700;
    color: #BED630; }
  .brand-story-container .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1; }
    @media (max-width: 991px) {
      .brand-story-container .background-image {
        position: fixed;
        height: 100vh;
        object-fit: cover; } }
  .brand-story-container .hero-section {
    position: relative;
    z-index: 10;
    text-align: center; }
    .brand-story-container .hero-section .brand-name {
      color: #000;
      letter-spacing: 27.054px;
      z-index: 10;
      font: 400 83px / 83px 'Inter' , -apple-system , Roboto , Helvetica , sans-serif; }
      @media (max-width: 768px) {
        .brand-story-container .hero-section .brand-name {
          margin-bottom: 10px !important; } }
      .brand-story-container .hero-section .brand-name img {
        max-width: 250px; }
        @media (max-width: 768px) {
          .brand-story-container .hero-section .brand-name img {
            max-width: 150px; } }
    .brand-story-container .hero-section .hero-subtitle {
      color: #000;
      letter-spacing: 0.11px;
      text-transform: uppercase;
      z-index: 10;
      font: 700 32px / 38px 'Nunito Sans' , -apple-system , Roboto , Helvetica , sans-serif; }
      @media (max-width: 991px) {
        .brand-story-container .hero-section .hero-subtitle {
          font-size: 18px;
          line-height: normal; } }
  .brand-story-container .intro-section {
    position: relative;
    z-index: 10; }
    .brand-story-container .intro-section .intro-image {
      z-index: 5; }
    .brand-story-container .intro-section .main-title {
      color: #000;
      text-align: center;
      z-index: 10;
      font: 700 32px / 38px 'Nunito Sans' , -apple-system , Roboto , Helvetica , sans-serif; }
      @media (max-width: 991px) {
        .brand-story-container .intro-section .main-title {
          font-size: 18px;
          line-height: normal;
          margin-top: 20px; } }
  .brand-story-container .story-content {
    position: relative;
    z-index: 10; }
    .brand-story-container .story-content .story-section {
      position: relative;
      margin-bottom: 50px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 50px;
      text-align: justify; }
      @media (max-width: 767px) {
        .brand-story-container .story-content .story-section.column-reverse {
          flex-direction: column-reverse; } }
      @media (max-width: 767px) {
        .brand-story-container .story-content .story-section {
          gap: 20px;
          margin-bottom: 30px; } }
      .brand-story-container .story-content .story-section .story-paragraph {
        color: #000;
        text-align: justify;
        z-index: 10;
        margin: 0;
        flex: 1 1 100%;
        max-width: 100%; }
        @media (min-width: 576px) {
          .brand-story-container .story-content .story-section .story-paragraph {
            flex: 1 1 calc(50% - 50px);
            max-width: calc(50% - 50px); } }
        @media (min-width: 992px) {
          .brand-story-container .story-content .story-section .story-paragraph {
            flex: 1 1 calc(50% - 50px);
            max-width: calc(50% - 50px); } }
      .brand-story-container .story-content .story-section .city-image,
      .brand-story-container .story-content .story-section .agriculture-image {
        width: 100%;
        height: auto !important;
        object-fit: cover; }
        @media (min-width: 576px) {
          .brand-story-container .story-content .story-section .city-image,
          .brand-story-container .story-content .story-section .agriculture-image {
            flex: 1 1 calc(50% - 50px);
            max-width: calc(50% - 50px); } }
        @media (min-width: 992px) {
          .brand-story-container .story-content .story-section .city-image,
          .brand-story-container .story-content .story-section .agriculture-image {
            flex: 1 1 calc(50% - 50px);
            max-width: calc(50% - 50px); } }
      .brand-story-container .story-content .story-section .city-image {
        z-index: 5; }
      .brand-story-container .story-content .story-section .agriculture-image {
        z-index: 5; }
      .brand-story-container .story-content .story-section .small-icon {
        width: 73px;
        height: 63px;
        z-index: 10; }
      .brand-story-container .story-content .story-section .logo-small {
        z-index: 10; }
    .brand-story-container .story-content .highlighted-section {
      position: relative;
      margin: 50px 0; }
      .brand-story-container .story-content .highlighted-section .highlighted-text {
        color: #000;
        text-align: justify;
        z-index: 10;
        background: #F2F8D6;
        border: 1px solid #BED62F;
        border-radius: 50px;
        padding: 50px 100px; }
        @media (max-width: 767px) {
          .brand-story-container .story-content .highlighted-section .highlighted-text {
            padding: 20px; } }
    .brand-story-container .story-content .process-image {
      margin: 0px auto;
      display: block;
      z-index: 5; }
      @media (max-width: 991px) {
        .brand-story-container .story-content .process-image {
          margin: 0px auto; } }
    .brand-story-container .story-content .two-column-section {
      display: flex;
      position: relative;
      flex-wrap: wrap;
      margin-top: 100px;
      justify-content: center;
      gap: 50px; }
      @media (max-width: 767px) {
        .brand-story-container .story-content .two-column-section {
          margin-top: 30px; } }
      .brand-story-container .story-content .two-column-section .column-left .story-paragraph,
      .brand-story-container .story-content .two-column-section .column-right .story-paragraph {
        text-align: justify; }
      .brand-story-container .story-content .two-column-section .column-left,
      .brand-story-container .story-content .two-column-section .column-right {
        flex: 1 1 100%;
        max-width: 100%; }
        @media (min-width: 576px) {
          .brand-story-container .story-content .two-column-section .column-left,
          .brand-story-container .story-content .two-column-section .column-right {
            flex: 1 1 calc(50% - 50px);
            max-width: calc(50% - 50px); } }
        @media (min-width: 992px) {
          .brand-story-container .story-content .two-column-section .column-left,
          .brand-story-container .story-content .two-column-section .column-right {
            flex: 1 1 calc(50% - 50px);
            max-width: calc(50% - 50px); } }
      @media (max-width: 767px) {
        .brand-story-container .story-content .two-column-section {
          flex-direction: column;
          gap: 0; } }
    .brand-story-container .story-content .mission-section {
      position: relative;
      text-align: center;
      margin-top: 100px; }
      @media (max-width: 991px) {
        .brand-story-container .story-content .mission-section {
          margin-top: 10px; } }
      .brand-story-container .story-content .mission-section .main-logo {
        z-index: 10;
        max-width: 300px; }
        @media (max-width: 767px) {
          .brand-story-container .story-content .mission-section .main-logo {
            max-width: 150px; } }
      .brand-story-container .story-content .mission-section .mission-title {
        padding-top: 30px;
        text-align: center;
        z-index: 10;
        font: 700 32px / 32px 'Nunito Sans' , -apple-system , Roboto , Helvetica , sans-serif; }
        @media (max-width: 991px) {
          .brand-story-container .story-content .mission-section .mission-title {
            font-size: 18px;
            line-height: normal; } }
  @media (max-width: 991px) {
    .brand-story-container {
      position: relative;
      z-index: 2;
      padding: 20px 0;
      background-color: rgba(255, 255, 255, 0.9); } }
  @media (max-width: 640px) {
    .brand-story-container {
      padding: 10px 0; } }

.bsfly-section {
  padding: 100px 0; }
  .bsfly-section .section-header {
    text-align: center;
    margin-bottom: 60px; }
    .bsfly-section .section-header img {
      max-width: 250px; }
      @media (max-width: 991px) {
        .bsfly-section .section-header img {
          max-width: 200px; } }
      @media (max-width: 767px) {
        .bsfly-section .section-header img {
          max-width: 150px; } }
    @media (max-width: 767px) {
      .bsfly-section .section-header {
        margin-bottom: 40px; } }
  .bsfly-section .content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .bsfly-section .content-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 30px; } }
    @media (max-width: 767px) {
      .bsfly-section .content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px; } }
  @media (max-width: 768px) {
    .bsfly-section {
      padding: 60px 0; } }

.banner-mid-section {
  padding: 0px 0; }
  .banner-mid-section img {
    width: 50%; }
    @media (max-width: 767px) {
      .banner-mid-section img {
        width: 100%; } }

.ecolar-solutions {
  padding: 80px 0 0 0; }
  .ecolar-solutions .section-header {
    text-align: center;
    margin-bottom: 60px; }
    .ecolar-solutions .section-header .section-title {
      font: 700 32px / 32px 'Nunito Sans' , -apple-system , Roboto , Helvetica , sans-serif;
      color: #000000;
      margin-bottom: 35px; }
      @media (max-width: 767px) {
        .ecolar-solutions .section-header .section-title {
          font-size: 18px;
          margin-bottom: 0px; } }
    .ecolar-solutions .section-header .brand-name {
      font-size: 38px;
      font-weight: 400;
      color: #000000;
      margin: 0;
      padding-top: 30px; }
      @media (max-width: 768px) {
        .ecolar-solutions .section-header .brand-name {
          font-size: 18px;
          padding-top: 10px !important; } }
      .ecolar-solutions .section-header .brand-name img {
        max-width: 250px; }
        @media (max-width: 768px) {
          .ecolar-solutions .section-header .brand-name img {
            max-width: 150px; } }
  .ecolar-solutions .solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-bottom: 60px; }
    .ecolar-solutions .solutions-grid .solution-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      transition: transform 0.3s ease , box-shadow 0.3s ease; }
      .ecolar-solutions .solutions-grid .solution-card .solution-image {
        width: 100%;
        overflow: hidden; }
        .ecolar-solutions .solutions-grid .solution-card .solution-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.3s ease; }
      .ecolar-solutions .solutions-grid .solution-card .solution-content {
        padding: 30px 0; }
        .ecolar-solutions .solutions-grid .solution-card .solution-content .solution-title {
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 17px;
          line-height: 1.4; }
          @media (max-width: 768px) {
            .ecolar-solutions .solutions-grid .solution-card .solution-content .solution-title {
              font-size: 18px; } }
          .ecolar-solutions .solutions-grid .solution-card .solution-content .solution-title:hover {
            color: #8bc34a; }
        .ecolar-solutions .solutions-grid .solution-card .solution-content .solution-description {
          font-size: 18px;
          line-height: 1.6;
          margin: 0; }
    @media (max-width: 991px) {
      .ecolar-solutions .solutions-grid {
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }
    @media (max-width: 767px) {
      .ecolar-solutions .solutions-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 0; } }
  @media (max-width: 768px) {
    .ecolar-solutions {
      padding: 60px 0 0px; } }

.ecolar-intro {
  padding: 80px 0 0 0;
  text-align: center; }
  @media (max-width: 480px) {
    .ecolar-intro {
      padding: 0 0 40px 0; } }
  .ecolar-intro .brand-header {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .ecolar-intro .brand-header {
        margin-bottom: 30px; } }
    .ecolar-intro .brand-header .brand-name {
      padding-bottom: 30px; }
      @media (max-width: 767px) {
        .ecolar-intro .brand-header .brand-name {
          padding-bottom: 10px; } }
      .ecolar-intro .brand-header .brand-name img {
        max-width: 250px; }
        @media (max-width: 768px) {
          .ecolar-intro .brand-header .brand-name img {
            max-width: 150px; } }
    .ecolar-intro .brand-header .brand-subtitle {
      font: 700 32px / 32px 'Nunito Sans' , -apple-system , Roboto , Helvetica , sans-serif;
      color: #000000; }
      @media (max-width: 768px) {
        .ecolar-intro .brand-header .brand-subtitle {
          font-size: 18px; } }
  .ecolar-intro .shop-illustration {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .ecolar-intro .shop-illustration {
        margin-bottom: 30px; } }
    .ecolar-intro .shop-illustration img {
      max-width: 600px;
      width: 100%;
      height: auto;
      filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1)); }
      @media (max-width: 768px) {
        .ecolar-intro .shop-illustration img {
          max-width: 400px; } }
  .ecolar-intro .description {
    margin-bottom: 40px; }
    .ecolar-intro .description .intro-text,
    .ecolar-intro .description .highlight-text {
      line-height: 1.8;
      color: #000000;
      margin-bottom: 0;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
      .ecolar-intro .description .intro-text strong,
      .ecolar-intro .description .highlight-text strong {
        font-weight: 700;
        color: #000000; }
  .ecolar-intro .statistics {
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url("https://cdn.hstatic.net/files/200001053072/file/frame_1.jpg");
    background-position: center;
    background-size: contain; }
    @media (max-width: 767px) {
      .ecolar-intro .statistics {
        background-size: 100% 180px; } }
    .ecolar-intro .statistics .stat-item {
      display: flex;
      align-items: center;
      gap: 30px;
      justify-content: center; }
      .ecolar-intro .statistics .stat-item .stat-content {
        font-weight: bold; }
        .ecolar-intro .statistics .stat-item .stat-content .stat-label {
          color: #000000;
          margin: 0 0 10px; }
        .ecolar-intro .statistics .stat-item .stat-content .stat-number {
          font-size: 3.5rem;
          font-weight: 700;
          color: #BED630;
          margin: 10px 0;
          line-height: 1; }
          @media (max-width: 768px) {
            .ecolar-intro .statistics .stat-item .stat-content .stat-number {
              font-size: 1.5rem; } }
        .ecolar-intro .statistics .stat-item .stat-content .stat-description {
          color: #000000;
          margin: 0; }
          @media (max-width: 480px) {
            .ecolar-intro .statistics .stat-item .stat-content .stat-description br {
              display: none; } }
      @media (max-width: 768px) {
        .ecolar-intro .statistics .stat-item {
          flex-direction: column;
          text-align: center;
          gap: 20px; } }
    @media (max-width: 768px) {
      .ecolar-intro .statistics {
        padding: 30px 20px; } }

.fertilizer-section {
  padding: 80px 0 0 0; }
  .fertilizer-section .section-title {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .fertilizer-section .section-title .eco {
      color: #BED630;
      font-weight: bold; }
    .fertilizer-section .section-title .lar {
      color: #000000;
      font-weight: bold;
      padding-right: 17px; }
    @media (max-width: 768px) {
      .fertilizer-section .section-title {
        font-size: 18px; } }
  .fertilizer-section .brand-name {
    font-size: 38px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    padding-bottom: 40px;
    text-align: center; }
    @media (max-width: 1024px) {
      .fertilizer-section .brand-name {
        font-size: 18px;
        padding-bottom: 20px !important; } }
    .fertilizer-section .brand-name img {
      max-width: 250px; }
      @media (max-width: 1024px) {
        .fertilizer-section .brand-name img {
          max-width: 150px; } }
  .fertilizer-section .product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    margin-bottom: 70px; }
    @media (max-width: 1024px) {
      .fertilizer-section .product-grid {
        margin-bottom: 20px; } }
    .fertilizer-section .product-grid .left-products .product-row {
      display: flex;
      flex-wrap: wrap;
      gap: 21px 20px; }
      @media (max-width: 1024px) {
        .fertilizer-section .product-grid .left-products .product-row .product-card {
          flex: 1 1 calc(50% - 10px);
          max-width: calc(50% - 10px); } }
    .fertilizer-section .product-grid .hero-image {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 17px 40px rgba(0, 0, 0, 0.15);
      margin-right: 20px; }
      .fertilizer-section .product-grid .hero-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block; }
        @media (max-width: 1024px) {
          .fertilizer-section .product-grid .hero-image img {
            height: 250px; } }
      @media (max-width: 1024px) {
        .fertilizer-section .product-grid .hero-image {
          display: none; } }
    @media (max-width: 1024px) {
      .fertilizer-section .product-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        flex-direction: column-reverse;
        display: flex;
        flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .fertilizer-section {
      padding: 40px 0px; } }

.fruits-section {
  padding: 80px 0 0 0; }
  .fruits-section .section-title {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .fruits-section .section-title .eco {
      color: #BED630;
      font-weight: bold; }
    .fruits-section .section-title .lar {
      color: #000000;
      font-weight: bold;
      padding-right: 17px; }
    @media (max-width: 1024px) {
      .fruits-section .section-title {
        font-size: 18px; } }
  .fruits-section .brand-name {
    font-size: 38px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    padding-bottom: 40px;
    text-align: center; }
    @media (max-width: 1024px) {
      .fruits-section .brand-name {
        font-size: 18px;
        padding-bottom: 20px !important; } }
    .fruits-section .brand-name img {
      max-width: 250px; }
      @media (max-width: 1024px) {
        .fruits-section .brand-name img {
          max-width: 150px; } }
  .fruits-section .product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    margin-bottom: 70px; }
    @media (max-width: 1024px) {
      .fruits-section .product-grid {
        margin-bottom: 20px; } }
    .fruits-section .product-grid .left-products .product-row {
      display: flex;
      flex-wrap: wrap;
      gap: 21px 20px; }
      @media (max-width: 1024px) {
        .fruits-section .product-grid .left-products .product-row .product-card {
          flex: 1 1 calc(50% - 10px);
          max-width: calc(50% - 10px); } }
    .fruits-section .product-grid .hero-image {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 17px 40px rgba(0, 0, 0, 0.15);
      margin-right: 20px; }
      @media (max-width: 1024px) {
        .fruits-section .product-grid .hero-image {
          display: none; } }
      .fruits-section .product-grid .hero-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block; }
    @media (max-width: 1024px) {
      .fruits-section .product-grid {
        grid-template-columns: 1fr;
        gap: 20px; } }
  @media (max-width: 767px) {
    .fruits-section {
      padding: 40px 0px; } }

.news-section {
  padding: 80px 0 0 0; }
  @media (max-width: 768px) {
    .news-section {
      padding: 60px 0 60px; } }
  .news-section .section-header {
    text-align: center;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .news-section .section-header {
        margin-bottom: 30px; } }
    .news-section .section-header .section-title {
      font: 700 32px / 32px 'Nunito Sans' , -apple-system , Roboto , Helvetica , sans-serif;
      color: #000000;
      margin-top: 30px; }
      @media (max-width: 767px) {
        .news-section .section-header .section-title {
          font-size: 18px;
          margin-top: 10px;
          margin-bottom: 0; } }
    .news-section .section-header .brand-name {
      font-size: 38px;
      font-weight: 400;
      color: #000000;
      margin: 0; }
      @media (max-width: 768px) {
        .news-section .section-header .brand-name {
          font-size: 36px; } }
      .news-section .section-header .brand-name img {
        max-width: 250px; }
        @media (max-width: 768px) {
          .news-section .section-header .brand-name img {
            max-width: 150px; } }
  .news-section .solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 60px; }
    @media (max-width: 1024px) {
      .news-section .solutions-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        margin-bottom: 0px; } }
    @media (max-width: 767px) {
      .news-section .solutions-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 0px; } }
    .news-section .solutions-grid .solution-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      transition: transform 0.3s ease , box-shadow 0.3s ease; }
      .news-section .solutions-grid .solution-card .solution-image {
        width: 100%;
        overflow: hidden; }
        .news-section .solutions-grid .solution-card .solution-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.3s ease; }
      .news-section .solutions-grid .solution-card .solution-content {
        padding: 30px 0; }
        .news-section .solutions-grid .solution-card .solution-content .solution-title {
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 17px;
          line-height: 1.4; }
          @media (max-width: 768px) {
            .news-section .solutions-grid .solution-card .solution-content .solution-title {
              font-size: 18px; } }
          .news-section .solutions-grid .solution-card .solution-content .solution-title:hover {
            color: #8bc34a; }
        .news-section .solutions-grid .solution-card .solution-content .solution-description {
          font-size: 18px;
          line-height: 1.6;
          margin: 0; }
