  /**
 * Theme Name:     Divi-Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */
  * {
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
  }

  @font-face {
    font-family: 'Inter 18pt';
    src: url('Inter18pt-Medium.eot');
    src: url('fonts/Inter18pt-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/Inter18pt-Medium.woff2') format('woff2'),
      url('fonts/Inter18pt-Medium.woff') format('woff'),
      url('fonts/Inter18pt-Medium.ttf') format('truetype'),
      url('fonts/Inter18pt-Medium.svg#Inter18pt-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Inter 24pt';
    src: url('Inter24pt-Medium.eot');
    src: url('fonts/Inter24pt-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/Inter24pt-Medium.woff2') format('woff2'),
      url('fonts/Inter24pt-Medium.woff') format('woff'),
      url('fonts/Inter24pt-Medium.ttf') format('truetype'),
      url('fonts/Inter24pt-Medium.svg#Inter24pt-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Inter 24pt';
    src: url('Inter24pt-Regular.eot');
    src: url('fonts/Inter24pt-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Inter24pt-Regular.woff2') format('woff2'),
      url('fonts/Inter24pt-Regular.woff') format('woff'),
      url('fonts/Inter24pt-Regular.ttf') format('truetype'),
      url('fonts/Inter24pt-Regular.svg#Inter24pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  html body h1,
  html body h2,
  html body h3,
  html body h4,
  html body h5,
  html body h6 {
    font-weight: 600 !important;
    font-family: 'Inter 24pt';
    text-transform: uppercase;
    line-height: normal;
	  letter-spacing:1.5px !important;
  }

  html body h1,
html body h2{
	letter-spacing:1.5px !important;
}

  html body,
  html body p {
    font-size: 16px;
    color: #3C5D39;
    font-family: 'Inter 24pt';
    font-weight: normal;
  }

  html body p {
    padding-bottom: 15px;
    line-height: normal;
  }

  html body ul,
  html body .entry-content ul {
    padding: 0px;
  }

  html body li {
    list-style: none;
  }

  html body button {
    cursor: pointer;
  }

  html body p:empty {
    display: none;
    padding: 0px;
  }

  body a.theme-btn {
    border-radius: 10px;
    color: #F2F6EF;
    font-size: 16px;
    line-height: normal;
    padding: 9px 30px;
    min-width: 193px;
    display: inline-block;
    transition: 0.5s;
    cursor: pointer;
    border: 1px solid #314F2D;
    background-color: #314F2D;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
  }

  body a.theme-btn:hover {
    border: 1px solid #314F2D;
    color: #314F2D !important;
    background-color: #F2F6EF;
    transition: 0.5s;
  }

  body a.theme-btn-two,
  body li.mobile-btnn a {
    border: 1px solid #314F2D;
    color: #314F2D !important;
    padding: 10px 30px !important;
    background-color: #fff;
    transition: 0.5s;
    border-radius: 10px;
    color: #314F2D !important;
    font-size: 16px !important;
    line-height: normal;
    display: inline-block !important;
    transition: 0.5s;
    cursor: pointer;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-weight: 400;
  }

  body a.theme-btn-two:hover,
  html body li.mobile-btnn a:hover {
    border: 1px solid #314F2D;
    background-color: #314F2D;
    color: #F2F6EF !important;
  }

  .et_pb_image_wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }

  .et_pb_image_wrap img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* âœ¨ Shine effect */
  .et_pb_image_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
  }

  .et_pb_image_wrap:hover::after {
    animation: shine 0.9s forwards;
  }

  @keyframes shine {
    0% {
      left: -75%;
    }

    100% {
      left: 125%;
    }
  }

  body a {
    opacity: 1 !important;
  }

  body h1 {
    font-size: 45px;
    color: #fff;
    padding-bottom: 15px;
    text-transform: capitalize !important;
  }

  body h2 {
    font-size: 30px !important;
    color: #314F2D !important;
    padding-bottom: 15px !important;
    text-transform: uppercase;
  }

  body h3 {
    font-size: 22px;
    color: #314F2D;
    padding-bottom: 10px;
  }

  body h4 {
    font-size: 18px;
    color: #314F2D;
    padding-bottom: 15px;
  }

  body h6 {
    font-size: 16px;
    color: #819229;
    padding-bottom: 0px;
  }

  body .et_pb_section,
  body .et_pb_row .et_pb_column {
    padding: 0px;
    margin: 0px;
  }

  body .et_pb_row {
    padding: 0px;
  }

  body .et_pb_section .et_pb_row .et_pb_column {
    padding: 0px !important;
    margin: 0px !important;
  }

  body .et_pb_section .et_pb_row .et_pb_module {
    margin: 0px !important;
  }

  body .et_pb_section {
    padding: 80px 0px;
  }

  body .et_pb_section .et_pb_row {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .et-db #et-boc .et-l .et_pb_row {
    padding: 00px 0;
  }

  .et_pb_widget_area_left {
    border-right: none;
    padding-right: 0;
  }

  html body #et-boc .et_pb_widget {
    margin-bottom: 0px;
  }

  /* .et_pb_blurb .et_pb_image_wrap,
.et_pb_ajax_pagination_container article a,
.detaile-first-section .et_pb_image_wrap {
    overflow: hidden;
}
.et_pb_blurb .et_pb_image_wrap img,
.et_pb_ajax_pagination_container article a img,
.detaile-first-section .et_pb_image_wrap img {
    object-fit: cover;
    transition: 0.7s;
    width: 100%;
    cursor: pointer;
}
.et_pb_blurb .et_pb_image_wrap img:hover,
.et_pb_ajax_pagination_container article a img:hover,
.detaile-first-section .et_pb_image_wrap img:hover {
    transform: scale(1.1);
} */

  .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 0px;
    align-items: center;
  }

  .header-section .header-row .et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-end;
  }

  .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 0px;
  }

  header .et_dropdown_animation_fade,
  header .et_pb_column_1_tb_header,
  header .et_pb_menu_inner_container {
    position: unset;
  }

html body #et-boc .et_pb_menu .et_mobile_menu {
    top: calc(100% + 15px);
    padding: 20px 30px !important;
    height: 100vh !important;
    transition: all 0.5s ease-in-out;
	background-color: #fff !important;
}

  html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-flex;
    padding: 0px;
    font-family: 'Inter 24pt';
    font-weight: 500;
	  letter-spacing: 1px;
  }

  /* html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li.mobile-btnn a:hover:after {
    width: 0px;
} */
  /* html body .et_pb_menu_0_tb_header.et_pb_menu ul li.mobile-btnn a:hover{
	color: #fff !important;
} */
  html body #et-boc .et_mobile_menu,
  html body #et-boc .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    border-color: #355931;
    color: #355931;
  }

  /* span {
    display: flex;
    align-items: center;
    gap: 10px;
} */

  .three-col,
  .products-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .four-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  /* ================================================ My Style ================================================ */
  html body #et-boc header {
    backdrop-filter: blur(20px);
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 9999;
  }

  .header-section .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  html body #et-boc header .header-row .headre-first-col {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 22px;
  }

  html body #et-boc header .header-row .headre-first-col .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
    color: #3c5d39 !important;
    position: relative;
  }

  html body #et-boc header .header-row .headre-first-col .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a::before,
  html body #et-boc header .header-row .headre-first-col .et_pb_menu_0_tb_header.et_pb_menu ul li a:hover::before {
    background-image: url(images/active-img.svg);
    width: 12px;
    height: 12px;
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
  }

  html body #et-boc .footer-section ul li a {
    color: #80967F;
  }

  html body #et-boc .footer-section ul li {
    margin-bottom: 0px;
    padding-bottom: 10px;
    line-height: normal;
  }

  html body #et-boc .footer-section ul li:last-child {
    padding-bottom: 0px;
  }

  html body #et-boc .footer-section .footer-social .et_pb_text_inner p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 0px;
  }

  html body #et-boc .footer-section .footer-social .et_pb_text_inner p img {
    height: 25px;
    width: 25px;
    filter: brightness(15);
  }
html body #et-boc .footer-section .et_pb_column_1_4.et_pb_column_1_tb_footer{
	width: 30%;
}
html body #et-boc .footer-section .et_pb_column_1_4.et_pb_column_2_tb_footer{
	width: 20%;
}
  html body #et-boc .footer-section .third-col {
    width: 20%;
  }

  html body #et-boc .footer-section .fourth-col {
    width: 30%;
    MARGIN-RIGHT: 0px !important;
  }

  html body #et-boc .hero-section {
    height: calc(100vh - 100px) !important;
  }

  @media (min-width: 980px) and (max-width: 1400px) {
    html body .faq-section h5 {
      font-size: 16px;
      text-align: center;
    }

    html body #et-boc ul.et_pb_tabs_controls {
      justify-content: center;
    }
  }

  @media (min-width: 1260px) and (max-width: 1565px) {
    /*     html body #et-boc header .header-row .headre-first-col {
        justify-content: space-evenly !important;
        width: 70% !important;
    } */
  }

  @media (min-width: 980px) and (max-width: 1565px) {
    html body #et-boc .header-section .header-row {
      justify-content: center;
      max-width: 100%;
      width: 100%;
      padding: 0px 30px !important;
    }

    .header-section .header-row {
      justify-content: center;
    }

    body .process-grid .et_pb_blurb {
      width: calc(25% - 50px);
    }

    body .fRHn .et_pb_column:after {
      border: none;
    }

    html body #et-boc header .header-row .et_pb_menu--style-centered .et_pb_menu__menu>nav>ul {
      justify-content: flex-end;
    }

  }

  @media only screen and (max-width: 1080px) {
    body .et_pb_section .et_pb_row {
      max-width: 100%;
      width: 100%;
      padding: 0px 30px !important;
    }
  }

  @media only screen and (max-width: 980px) {
	  html body #et-boc .products-main-page .et_pb_module.et_pb_image.et_pb_image_0{
		  margin-bottom: 30px;
		  margin-right: 0px;
	  }
	  html body #et-boc .footer-section .footer-social .et_pb_text_inner p {
		justify-content: center;
	}
    body .et_pb_section {
      padding: 60px 0px;
    }

    html body #et-boc header .header-row .headre-first-col .et_pb_menu_0_tb_header.et_pb_menu ul li {
      padding-top: 10px;
      padding-bottom: 0;
    }

    html body #et-boc header .header-row .headre-first-col .et_pb_menu_0_tb_header.et_pb_menu ul li a {
      margin-bottom: 0px;
    }

    html body #et-boc header .header-row .headre-first-col .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a::before {
      position: unset;
      background-image: unset;
      height: 0px;
      width: 0px;
      content: unset;
    }

    html body .header-section .header-row .et_pb_column_2_5.et_pb_column_1_tb_header {
      display: none;
    }

    body .et_pb_section.faq-section .et_pb_row .et_pb_column.faq-border-sec-col {
      margin-top: 50px !important;
    }

    html body .et_pb_section {
      padding: 60px 0px;
    }

    html body .et_pb_section .et_pb_row {
      max-width: 100%;
      width: 100%;
    }

    html body h2 {
      font-size: 22px !important;
    }

    html body h3,
    html body .custom-product-list .product-title a {
      font-size: 20px !important;
    }

    html body .custom-product-list .product-title {
      padding: 20px;
    }

    html body h4 {
      font-size: 16px !important;
    }

    html body h6 {
      font-size: 16px !important;
    }

    body .products-col .et_pb_blurb_container h3.et_pb_module_header {
      padding: 20px;
    }

    body .faq-section .et_pb_text_inner p br {
      display: none;
    }

    html body .video-section .et_pb_module.video-text {
      height: 100%;
      max-width: 100%;
    }

    html body #et-boc .footer-section .et_pb_column {
      width: 100% !important;
      margin: 0px !important;
      padding: 0px 0px 30px 0px !important;
    }

    html body #et-boc .footer-section .et_pb_column.et_pb_column_1_5.et_pb_column_5_tb_footer,
    html body #et-boc .footer-section .et_pb_column.et_pb_column_4_4.et_pb_column_0_tb_footer,
    html body #et-boc .footer-section .et_pb_column.et_pb_column_1_2 {
      padding: 0px 0px 0px 0px !important;
    }

    html body .et_pb_section.ab-nutra-sec .et_pb_row .et_pb_module.first_left {
      margin-left: 0px !important;
      width: 100%;
    }

    html body .et_pb_section.ab-nutra-sec .et_pb_row .et_pb_module.first_right {
      margin-left: 0px !important;
      width: 100%;
    }

    html body .ab-nutra-sec .et_pb_row .et_pb_blurb_4.aling-center,
    html body .ab-nutra-sec .et_pb_row .et_pb_blurb_7.aling-center {
      margin: 30px 0px !important;
    }

    html body .ab-nutra-sec .et_pb_row {
      flex-wrap: wrap;
      gap: 30px;
    }

    html body #et-boc .et_pb_section.journeysec .milestone-first-col .et_pb_blurb,
    html body #et-boc .et_pb_section.journeysec .milestone-second-col .et_pb_blurb {
      margin-bottom: 30px !important;
    }

    body .journeysec .milestone-first-col {
      border-right: none;
    }

    html body #et-boc .custom-product-list {
      margin: 30px 0 0 0;
    }

    html body #et-boc ul.et_pb_tabs_controls {
      justify-content: center;
    }

    html body .et_pb_section .et_pb_text_inner p br {
      display: none;
    }

    html body .et_pb_row.alignment-row .et_pb_column:first-child {
      padding: 30px 0px !important;
    }

    body .process-grid .et_pb_blurb {
      width: calc(33.33% - 50px);
    }

    body .fRHn .et_pb_column:after {
      border: none;
    }

    .catalogue-collll img {
      height: 400px;
      width: 100%;
      min-width: 300px;
      object-fit: cover;
      margin-bottom: 20px;
    }

    html body #et-boc .three-col,
    body #et-boc .products-col {
      grid-template-columns: repeat(2, 1fr);
    }
	  html body .catalogue-collll {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px;
}
	  html body .journeysec h4 {
    font-size: 18px;
}
  }

  @media only screen and (max-width: 667px) {
    html body .et_pb_section.faq-section .et_pb_row .et_pb_column.faq-border-sec-col .title-module-faq {
      position: absolute;
      content: '';
      top: 7px;
    }

    body .faq-section h5 {
      font-size: 18px;
    }

    body .process-grid .et_pb_blurb {
      width: calc(50% - 50px);
    }
  }

  @media only screen and (max-width: 767px) {
	  html body .brochure-popup-overlay .popup-box {
		width: 100%;
		max-width: 100%;
		padding: 40px 15px 10px 15px;
		margin: 0px 20px;
	}
    body h1 {
      font-size: 28px;
    }

    html body .banner-text {
      background: #314F2DB5;
      padding: 30px;
      border-radius: 10px;
      max-width: 100% !important;
    }

    .process-timeline::before {
      content: '';
      position: unset;
      top: 50%;
      transform: unset;
      left: 10%;
      right: 10%;
      height: 4px;
      background-color: transparent;
      z-index: 1;
    }

    body .catalogue-col,
    .grid-three,
    .three-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    body #et-boc .hero-section {
      height: calc(70vh - 100px) !important;
    }

    html body .et_pb_section {
      padding: 50px 0px;
    }

    body #et-boc .three-col,
    body #et-boc .products-col {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
    }

    body #et-boc .two-col {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    body #et-boc .four-col {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    html body .product-tab-row .et_pb_tabs .et_pb_tabs_controls li a {
      padding: 6px 20px;
    }

    html body .et_pb_section.faq-section .et_pb_row .et_pb_column.faq-border-sec-col {
      padding: 60px 20px 35px 20px !important;
    }

    html body .et_pb_section.faq-section .et_pb_row .et_pb_column.faq-border-sec-col {
      margin-top: 30px !important;
    }

    html body .faq-section h5 {
      background: transparent;
    }

    html body .et_pb_section.faq-section .et_pb_row .et_pb_column.faq-border-sec-col .title-module-faq {
      position: absolute;
      content: '';
      top: 12px;
    }

    html body .testimonial-col button.slick-next {
      right: 20%;
      transform: translateX(-20%);
    }

    html body .testimonial-col button.slick-prev {
      left: 20%;
      transform: translateX(-20%);
    }

    html body .et_pb_section .et_pb_row .wellness-slider-col .et_pb_module.et_pb_blurb {
      margin-right: 0px !important;
      margin: 0px 20px !important;
    }

    .products-col .et_pb_blurb_content .et_pb_image_wrap img,
    .products-col .et_pb_main_blurb_image {
      width: 100%;
    }

    body p br,
    body p span br {
      display: none;
    }

    html body .pad_spa {
      padding-left: 0px !important;
    }

    .catalogue-collll {
      display: grid;
      grid-template-columns: repeat(1, 1fr) !important;
      gap: 30px;
    }

    body .et_pb_section.map-section .et_pb_row iframe {
      height: 300px;
    }

    html body #et-boc .three-col,
    body #et-boc .products-col {
      grid-template-columns: repeat(3, 1fr);
    }

    body #et-boc .two-col {
      grid-template-columns: repeat(2, 1fr);
    }
	  .about_marq span.et_pb_image_wrap img {
    padding: 10px 20px;
}
	  	  html body .catalogue-collll {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 30px;
}
	  
  }

  @media only screen and (max-width: 600px) {

    html body #et-boc .three-col,
    html body #et-boc .products-col {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 10px;
    }

    html body #et-boc .two-col {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
    }

    html body #et-boc .four-col {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
    }

    .et_pb_gallery .et_pb_gallery_item.et_pb_grid_item img {
      height: 300px;
      object-fit: contain;
    }

    html body .product-tab-row .et_pb_tabs .et_pb_tabs_controls li {
      border: none;
      width: 100%;
    }

    html .product-tab-row .et_pb_tabs .et_pb_tabs_controls li a {
      width: 100%;
      display: block;
      text-align: center;
    }

    html .product-tab-row .et_pb_tabs .et_pb_tabs_controls li a {
      width: 100%;
      display: block;
      text-align: center;
    }

    html body #et-boc ul.et_pb_tabs_controls {
      justify-content: center;
      max-width: 300px;
      margin: 0 auto;
      gap: 15px;
    }
  }

  @media only screen and (max-width: 500px) {
    body .process-grid .et_pb_blurb {
      width: calc(100% - 50px);
    }

    body .catalogue-col,
    .grid-three,
    .three-grid {
      grid-template-columns: repeat(1, 1fr);
    }
  }

  .hero-section {
    height: calc(100vh - 100px);
  }

  .hm-ab .et_pb_main_blurb_image {
    margin-bottom: 5px;
  }

  .hm-ab h2 {
    padding-top: 0px;
  }

  .hm-ab a.theme-btn {
    margin-top: 15px;
  }

  .hm-ab h6 {
    position: relative;
    border-bottom: 2px solid #819229;
    padding-bottom: 15px;
    max-width: 110px;
    margin: 0 auto;
  }

  .hm-ab h6::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -4px;
    height: 7px;
    width: 7px;
    border-radius: 50px;
    background-color: #819229;
  }

  .hm-ab h6::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -4px;
    height: 7px;
    width: 7px;
    border-radius: 50px;
    background-color: #819229;
  }

  .home-abouts-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .home-abouts-row .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 30px;
  }

  html body .products-col {
    gap: 30px !important;
  }

  .products-col .et_pb_blurb h3.et_pb_module_header img {
    transition: all 0.5s ease-in-out;
  }

  .products-col .et_pb_blurb:hover h3.et_pb_module_header img {
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
  }

  .products-col .et_pb_image_wrap {
    border-radius: 15px 15px 0 0;
  }

  .products-col .et_pb_blurb_container h3.et_pb_module_header {
    padding: 30px 25px;
    position: relative;
  }

  .products-col .et_pb_blurb_container h3.et_pb_module_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .et_pb_main_blurb_image {
    margin-bottom: 0px;
  }

  body .et_pb_row .et_pb_column.grid-three .et_pb_module {
    width: 20%;
    padding: 20px 20px;
    border-bottom: 3px dashed #fff !important;
    border-right: 3px dashed #fff !important;
  }

  body .et_pb_row .et_pb_column.grid-three {
    padding: 0 !important;
    display: flex;
    flex-flow: wrap;
    gap: 0;
  }




  .label_solutions_section h3 {
    font-size: 25px;
    font-family: 'Inter 24pt';
    font-weight: 500;
    color: #3C5D39;
  }

  .full_row h3 {
    color: #fff;
    font-family: 'Inter 24pt';
    font-weight: 500;
    padding: 17px 0px;
  }

  .wellness-section h2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .wellness-section h6 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Inter 24pt';
    font-weight: 500;
  }

  body .et_pb_section .et_pb_row .wellness-slider-col .et_pb_module.et_pb_blurb {
    margin-right: 30px !important;
    padding: 0px 0px 30px 0px !important;
  }

  body .et_pb_section .et_pb_row .wellness-slider-col .et_pb_module.et_pb_blurb .et_pb_image_wrap {
    height: 420px;
  }

  body .et_pb_section .et_pb_row .wellness-slider-col .et_pb_module.et_pb_blurb .et_pb_image_wrap img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  body .et_pb_section .et_pb_row .wellness-slider-col .et_pb_module.et_pb_blurb:last-child {
    margin-right: 0px !important;
  }

  body .et_pb_section .et_pb_row .wellness-slider-col .et_pb_module.et_pb_blurb .et_pb_module_header {
    padding: 20px 10px 0 10px;
  }

  /* Progress bar container */
  .slider-progress {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #FFFFFF;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 3px;
  }

  /* Fill bar */
  .slider-progress .progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #587D53;
    transition: width 0.3s ease;
  }

  .testimonial-col .et_pb_blurb_description p {
    color: #819229 !important;
  }

  .testimonial-col h2 {
    padding: 38px 0px 15px 0px;
    font-weight: 400;
  }

  .testimonial-col h2 span {
    color: #314F2D !important;
  }

  .testimonial-col .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  }

  .testimonial-col .slick-dots button {
    background-color: #F2F6EF;
    border: 2px solid #899F87;
    outline: none;
    text-indent: -99999px;
    margin: 0px 5px;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    cursor: pointer;
  }

  .testimonial-col li.slick-active button {
    background: #314F2D !important;
    border-color: #314F2D;
  }

  .testimonial-col button.slick-next {
    background-image: url(https://magenta-camel-183638.hostingersite.com/wp-content/uploads/2025/11/new-right-arrow.png);
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    outline: none;
    text-indent: -99999px;
    bottom: 0px;
    /* right: 0px; */
    right: 30%;
    position: absolute;
    transform: translateX(-30%);
  }

  .testimonial-col button.slick-prev {
    background-image: url(https://magenta-camel-183638.hostingersite.com/wp-content/uploads/2025/11/new-left-arrow.png);
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    outline: none;
    text-indent: -99999px;
    bottom: 0px;
    left: 30%;
    position: absolute;
    transform: translateX(-30%);
  }

  body .video-section .et_pb_module.video-text {
    height: 100%;
    max-width: 499px;
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body .video-section .et_pb_module.video-text span {
    color: #fff;
  }

  .contact_us_section {
    background-attachment: fixed;
  }

  .contact_us_section p {
    color: #fff;
  }

  .entry-content table:not(.variations) {
    margin: 0px;
    border: none;
  }

  html body table tbody {
    border: none !important;
  }

  table tr td {
    padding: 0px !important;
    border: none !important;
  }

  table tr td br {
    display: none;
  }

  /* .entry-content table:not(.variations).strat_from_here {
    margin: 0px;
    border: none;
}
html body table.strat_from_here tbody {
    border: none !important;
}
.strat_from_here tr td {
    padding: 0px !important;
    border: none !important;
}
html body table.strat_from_here tbody tr td input{
    backdrop-filter: blur(30px);
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
} */

  /* ðŸŒ¿ Glass Effect Table Form */
  .glass-form {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    backdrop-filter: unset;
    background: transparent;
    border: none;
    border-radius: 15px;
    color: #fff;
  }

  .form-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: start;
    color: #fff;
  }

  .glass-form-table .wpcf7-spinner {
    position: absolute;
  }

  .glass-form-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px;
  }

  .glass-form-table td {
    vertical-align: top;
  }

  .glass-form-table input,
  .glass-form-table textarea {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    font-size: 16px;
    outline: none;
    backdrop-filter: blur(5px);
    box-sizing: border-box;
  }

  .glass-form-table textarea {
    height: 113px;
  }

  .glass-form-table input::placeholder,
  .glass-form-table textarea::placeholder {
    color: #eee;
  }

  .glass-form-table input:focus,
  .glass-form-table textarea:focus {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
  }

  .submit-cell {
    text-align: center;
    padding-top: 10px;
  }

  .glass-submit {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s ease;
  }

  .glass-submit:hover {
    background: #fff;
    color: #333;
  }

  .wpcf7 form .wpcf7-response-output {
    color: #fff;
    margin: 10px;
  }

  /* ðŸ“± Responsive for Mobile */
  @media (max-width: 768px) {
    .glass-form-table td {
      display: block;
      width: 100%;
    }

    .glass-form-table td:first-child {
      margin-bottom: 15px;
    }
  }

  .hm-contact-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .glass-form-table input[type="submit"] {
    max-width: 115px;
    cursor: pointer;
  }

  .submit-cell {
    text-align: start;
  }

  /* Load Font Awesome for icons (agar pehle se load nahi hai to) */
  @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

  /* Input wrapper with icon */
  .input-with-icon {
    position: relative;
  }

  .input-with-icon input,
  .input-with-icon textarea {
    padding-right: 40px;
    /* icon ke liye space */
    box-sizing: border-box;
  }

  .input-with-icon .icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    pointer-events: none;
  }

  .textarea-icon .icon {
    top: 20px;
    transform: none;
  }

  .faq-section .et_pb_image_wrap img {
    display: inline-block;
  }

  .faq-section h4 span {
    font-size: 14px;
    font-family: 'Inter 24pt';
    font-weight: 500;
    padding-bottom: 0px;
  }

  .faq-section h5 {
    font-size: 20px;
    font-family: 'Inter 24pt';
    font-weight: 500;
    background: #f2f6ef;
    padding: 0px 20px;
    color: #7B9E43;
  }

  .faq-section .et_pb_blurb .et_pb_blurb_content {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .faq-section .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    width: 100%;
  }

  .faq-section .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4.et_pb_module_header {
    padding: 10px;
    background: linear-gradient(90deg, #7C9F43 0%, #597A3E 100%);
    color: #fff;
    font-size: 14px;
    width: 100%;
    display: block;
    border-radius: 4px;
  }

  .faq-section .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4.et_pb_module_header span {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  body .et_pb_section.faq-section .et_pb_row .et_pb_column.faq-border-sec-col {
    padding: 35px 40px !important;
    border: 2px solid #7B9E43;
    border-radius: 30px;
    position: relative;
  }

  body .et_pb_section.faq-section .et_pb_row .et_pb_column.faq-border-sec-col .title-module-faq {
    position: absolute;
    content: '';
    top: -12px;
  }

  .et_mobile_menu li a {
    border: none;
  }

  html body .aboutus_banner a.active {
    color: #314F2D !important;
  }

  /* aboutus_row */
  html body .aboutus_banner {
    display: flex;
    align-items: flex-end;
  }

  html body .aboutus_banner .aboutus_row {
    margin: 0 auto;
  }


  .about-benefits h2 {
    padding: 25px 0px 20px 0px;
  }

  .et_pb_gallery .et_pb_gallery_pagination {
    width: 100%;
    border-top: none;
  }

  .et_pb_gallery .et_pb_gallery_pagination ul {
    text-align: center;
  }

  .certifecate-gakllery .et_pb_gallery_grid .et_pb_gallery_item {
    margin-bottom: 0px !important;
    padding: 5px;
  }

  .aling-center .et_pb_blurb_content {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .ab-nutra-sec .et_pb_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ab-nutra-sec .et_pb_row .et_pb_blurb_4.aling-center,
  .ab-nutra-sec .et_pb_row .et_pb_blurb_7.aling-center {
    margin: 50px 0px !important;
  }

  .ab-nutra-sec .et_pb_row .et_pb_image_wrap img {
    margin: auto;
  }

  .ab-nutra-sec h2,
  .ab-nutra-sec h4 {
    font-family: 'Outfit' !important;
  }

  body .et_pb_section.ab-nutra-sec .et_pb_row .et_pb_module.first_left {
    margin-left: 115px !important;
    width: 100%;
  }

  body .et_pb_section.ab-nutra-sec .et_pb_row .et_pb_module.first_right {
    margin-left: -115px !important;
    width: 100%;
  }

  .move-down {
    position: relative;
    animation: moveTopToBottom 2s ease-in-out infinite;
  }

  @keyframes moveTopToBottom {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(10px);
    }

    100% {
      transform: translateY(0);
    }
  }

  .journeysec h6,
  .journeysec h2 {
    color: #fff !important;
  }

.journeysec h4 {
    padding-bottom: 0px;
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500 !important;
}

  .journeysec .milestone-first-col {
    border-right: 2px dashed #fff;
  }

  body #et-boc .et_pb_section.journeysec .milestone-first-col .et_pb_blurb,
  body #et-boc .et_pb_section.journeysec .milestone-second-col .et_pb_blurb {
    margin-bottom: 53px !important;
  }

  html body #et-boc .et_pb_section.journeysec .milestone-second-col .et_pb_blurb h4 {
    text-align: right;
  }

  html body #et-boc .et_pb_section.journeysec .milestone-second-col .et_pb_blurb h4 span {
    justify-content: flex-end;
  }

  html body #et-boc .et_pb_section.journeysec .milestone-first-col .et_pb_blurb:last-child,
  html body #et-boc .et_pb_section.journeysec .milestone-second-col .et_pb_blurb:last-child {
    margin-bottom: 0px !important;
  }

  body #et-boc .et_pb_section.journeysec .milestone-second-col .et_pb_blurb:first-child {
    margin-top: 98px !important;
  }

  /* ======================== PRODUCTS STYLE ======================== */
  body .product-tab-row .et_pb_tabs .et_pb_tabs_controls li {
    border: none;
  }

  .product-tab-row .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active {
    border-radius: 50px;
    background-color: transparent;
  }

  .product-tab-row .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a,
  .product-tab-row .et_pb_tabs .et_pb_tabs_controls li a:hover {
    background: linear-gradient(90deg, #7A9D43 0%, #5A7B3E 100%);
    color: #fff !important;
    transition: all 0.3s ease-in-out;
  }

  .product-tab-row .et_pb_tabs .et_pb_tabs_controls li a {
    padding: 6px 49px;
    border-radius: 50px;
    border: 1px solid #3C5D39;
    background: #fff;
    color: #3C5D39;
    font-size: 18px;
    font-family: 'Inter 24pt';
    font-weight: 500;
	letter-spacing: 1px;
  }

  ul.et_pb_tabs_controls {
    background-color: #f4f4f400;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  ul.et_pb_tabs_controls:after {
    border-top: none;
  }

  /* âœ… Custom Product Grid - Responsive 3 Column */
  .custom-product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 50px 0 0 0;
  }

  .custom-product-list .product-item {
    background: #ffffff;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 0px 10px 0px #0000000D;
  }

  .custom-product-list .product-thumb img {
    width: 100%;
    height: 410px;
    display: block;
    object-fit: cover;
  }

  .custom-product-list .product-title {
    font-size: 16px;
    margin: 0;
    padding: 32px 15px;
    background: #ffff;
    border-top: 2px solid #355931;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 92px;
    line-height: normal;
  }

  .custom-product-list .product-title a {
    text-decoration: none;
    color: #314F2D;
    transition: color 0.3s;
    font-size: 18px;
    line-height: normal;
  }

  .custom-product-list .product-title a:hover {
    color: #0073aa;
  }

  /* ðŸ“± Tablet - 2 Columns */
  @media (max-width: 991px) {
    .custom-product-list {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* ðŸ“± Mobile - 1 Column */
  @media (max-width: 600px) {
    .custom-product-list {
      grid-template-columns: 1fr;
    }
  }

  body:not(.et-tb) #main-content .container {
    padding-top: 0px;
    max-width: 100%;
    width: 100%;
  }

  .et_post_meta_wrapper {
    display: none;
  }

  .footer-logo .et_pb_image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer h4 {
    color: #fff;
  }

  /* .et-db #et-boc .et-l */
  .product-detailes {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center
  }

  .products-main-page .et_pb_image_wrap img {
    width: 100% !important;
    height: 530px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 10px;
  }

  .product-detailes h5 {
    padding-top: 30px;
    font-family: 'Outfit' !important;
    font-weight: 500;
    display: inline-block;
    padding: 15px;
    background: #3C5D3914;
    margin: 20px 0px 15px 0px;
    font-size: 18px !important;
  }

  .product-detailes ul li {
    font-size: 16px;
    padding: 7px 4px;
    position: relative;
  }

  .product-detailes ul li::before {
    border: 4px solid #a5b6a3;
    background-color: #3C5D39;
    height: 13px;
    width: 13px;
    border-radius: 15px;
    position: absolute;
    content: '';
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
  }

  .product-detailes ul {
    padding: 0 0 0px 25px !important;
  }

  .product-detailes a.theme-btn {
    margin-top: 32px;
  }

  .htwo-span h2 {
    display: flex;
    align-items: center;
    padding-bottom: 0px;
    gap: 15px;
  }

  .htwo-span h2 img {
    height: 30px;
    width: 30px;
    object-fit: cover;
  }

  .boderright {
    border-radius: 1px solid #3C5D39;
  }

  html body .pad_spa {
    padding-left: 60px !important;
  }

  .similar-products.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .similar-products .product-item {
    text-align: center;
  }

  .similar-products .product-thumb img {
    width: 100%;
    height: auto;
    display: block;
  }

  .similar-products .product-title {
    font-size: 16px;
    margin-top: 8px;
  }

  table.product_table tr td {
    border: 1px solid #355931 !important;
    padding: 10px !important;
    text-align: center;
  }

  .contact-four-grid h4.et_pb_module_header span {
    background-color: #F2F6EF;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 20px;
    font-family: 'Inter 24pt';
    font-weight: 600;
  }

  .contact-four-grid .et_pb_blurb_description p:first-child {
    /* font-family: 'Ivy Mode'; */
    font-family: 'Inter 24pt';
    font-weight: 600;
  }

  .contact-four-grid .et_pb_blurb_description p {
    font-size: 20px;
  }

  body.page-id-38 footer .et_pb_section_0_tb_footer,
  body.page-id-34 footer .et_pb_section_0_tb_footer,
  body.page-id-36 footer .et_pb_section_0_tb_footer,
  body.page-id-1464 footer .et_pb_section_0_tb_footer,
  body.page-id-100654 footer .et_pb_section_0_tb_footer {
    background-color: #F2F6EF;
  }

  body.page-id-38 .glass-form-table input,
  body.page-id-38 .glass-form-table textarea,
  body.page-id-100654 .glass-form-table input,
  body.page-id-100654 .glass-form-table textarea {
    background-color: #F2F6EF;
    color: #314F2D;
    font-size: 16px;
  }

  body.page-id-38 .glass-form-table input::placeholder,
  body.page-id-38 .glass-form-table textarea::placeholder,
  body.page-id-100654 .glass-form-table input::placeholder,
  body.page-id-100654 .glass-form-table textarea::placeholder {
    color: #314F2D;
  }

  body.page-id-38 .glass-form-table input[type="submit"],
  body.page-id-100654 .glass-form-table input[type="submit"] {
    border: 1px solid #314F2D;
    color: #314F2D;
    font-size: 16px;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
  }

  body.page-id-38 .glass-form-table input[type="submit"]:hover,
  body.page-id-100654 .glass-form-table input[type="submit"]:hover {
    border: 1px solid #314F2D;
    color: #fff;
    background-color: #314F2D;
    transition: all 0.5s ease-in-out;
  }

  body.page-id-38 .glass-form-table .form-title,
  body.page-id-100654 .glass-form-table .form-title {
    color: #314F2D;
  }

  .contactform-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .alignment-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* gap: 50px; */
  }

  .alignment-row .et_pb_image_wrap {
    width: 100%;
  }


  .process-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    position: relative;
  }

  .process-grid .et_pb_blurb {
    width: calc(20% - 50px);
  }

  /* .process-grid::after{
    contain: '';
    position: absolute;
    left: 0px;
    top: auto;
    width: 100px;
    height: 100px;
    background-image: url(images/Crafted\ Path.png);
} */

  .fRHn {
    position: relative;
  }

  /* .fRHn::before{
    content: '';
    position: absolute;
    left: 0;
    top: 37px;
    background-color: #82A544;
    height: 10px;
    width: 10px;
    border-radius: 50%;
} */
  /* .fRHn::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #82A544;
    height: 10px;
    width: 10px;
    border-radius: 50%;
} */
  .fRHn .et_pb_column {
    position: relative;
  }

  .fRHn .et_pb_column:after {
    content: "";
    position: absolute;
    top: -30px;
    bottom: 0;
    width: 100%;
    left: 0px;
    height: 60%;
    margin: auto;
    border: 1px solid #82A544;
    border-radius: 0px 20px 20px 0px;
    border-left: none;
  }

  .fRHn .et_pb_column>* {
    position: relative;
    z-index: 1;
  }

  .page-numbers {
    display: flex;
    justify-content: center;
    GAP: 20PX;
    margin-top: 30PX;
    color: #92ae2c;
    align-items: center;
    font-weight: bold;
  }

  .page-numbers li span {
    color: #000;
  }

  .hero-section {
    position: relative;
    display: flex;
    align-items: flex-start;
  }

  .hero-section:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background: #00000040;
    height: 100%;
    width: 100%;
    z-index: 99;
  }

  .hero-section .et_pb_row {
    height: auto;
    margin: 0 auto;
    z-index: 9999;
  }

  .banner-text h1,
  .banner-text p {
    color: #fff !important;
  }

/*   .banner-text p {
    text-transform: lowercase;
  } */

  .banner-text {
    background: #314F2DB5;
    padding: 30px 50px;
    border-radius: 10px;
  }

  /* MAIN POPUP BOX */
  .inq-popup {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
  }

  /* Background overlay */
  .inq-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
  }

  /* Popup white box */
  .inq-content {
    position: relative;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    max-width: 520px;
    width: 92%;
    z-index: 10;
    animation: popupFade .35s ease;
    border-top: 8px solid #314F2D;
  }

  /* Title Styling */
  .inq-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #314F2D;
    /* dark theme color */
    text-align: center;
  }

  /* Close Button */
  .inq-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: #899F87;
    /* light green */
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
  }

  /* Submit button inside CF7 */
  .inq-form input[type="submit"] {
    background: #314F2D !important;
    color: #fff !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    border: none !important;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
  }

  .inq-form input[type="submit"]:hover {
    background: #899F87 !important;
  }

  /* Animation */
  @keyframes popupFade {
    from {
      opacity: 0;
      transform: translateY(20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

.whatsapp-box {
    position: fixed;
    bottom: 40px;
    right: 25px;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 9999;
    transition: 0.3s ease-in-out;
}

/* Left Bubble */
.wa-text {
    background: #ffffff;
    color: #000;
    padding: 10px 16px;
    border-radius: 20px 0 0 20px;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    border: 1px solid #ddd;
    font-weight: 500;
}

/* WhatsApp Green Icon bubble */
.wa-icon {
    background: #25D366;
    padding: 10px;
    border-radius: 50%;
    margin-left: -12px; /* overlap effect (same as screenshot) */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.wa-icon img {
    width: 40px;
    height: 40px;
}

/* Hover Effect */
.whatsapp-box:hover {
    transform: translateY(-4px);
}


  /* Base menu link */
  html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  /* Underline (hidden by default) */
  html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #3c5d39;
    transition: width 0.35s ease;
  }

  /* Hover: underline grows left â†’ right */
  html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li a:hover:after {
    width: 100%;
  }

  html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li a::last-child:after,
  html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li a::last-child:hover:after {
    position: unset;
  }

  /* Active menu: underline visible & animated */
  html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item>a:after,
  html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li.current_page_item>a:after,
  html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li.current_page_parent>a:after {
    width: 100%;
  }

  .three-col .et_pb_image_wrap img:hover,
  .products-col .et_pb_image_wrap img:hover {
    transform: scale(1.1);
  }

  .three-col .et_pb_image_wrap img,
  .products-col .et_pb_image_wrap img {
    object-fit: cover;
    transition: .7s;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
  }


  .private_label_slider .et_pb_module.et_pb_blurb {
    padding: 0px 15px;
  }

  .private_label_slider .et_pb_module.et_pb_blurb h4 {
    padding-bottom: 0px;
    font-size: 16px;
    max-width: 180px;
    line-height: normal;

  }


  .wellness-slider-col button {
    border: none;
    outline: none;
    background: #ffffff;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
  }

  .wellness-slider-col ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
  }

  .wellness-slider-col li.slick-active button {
    height: 15px;
    width: 15px;
  }

  footer .et_pb_blurb_content .et_pb_main_blurb_image img {
    width: inherit;
    filter: brightness(15);
  }

  .copright-mo p {
    color: #fff !important;
  }

  table.career_form input {
    background: rgb(231 231 231) !important;
    color: #000;
  }

  table.career_form input::placeholder {
    color: #000;
  }

table.career_form input[type="submit"] {
    max-width: 115px;
    cursor: pointer;
    color: #fff;
    background: #899f87 !important;
    font-size: 16px;
}

  .wpcf7 form .wpcf7-response-output {
    color: #000;
  }

  .catalogue-collll {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px;
  }

  .catalogue-collll img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
  }

  .catalogue-collll {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px;
  }

  .catalogue-collll h4.et_pb_module_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0px;
  }

  .catalogue-collll h4.et_pb_module_header img {
    height: 25px;
    min-width: 25px;
    margin: 0px;
    filter: invert(1);
  }

  .banner-section {
    display: flex;
    align-items: center;
    justify-items: flex-start;
  }


  html body .banner-section h2 {
    padding-bottom: 0px !important;
  }

  .dashicons,
  .dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
    height: 40px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
    background: #355931;
    color: #fff !important;
    padding: 10px;
    border-radius: 50px;
  }



  /* Keyframes for Animation */
  @keyframes slideInFromLeft {
    0% {
      opacity: 0;
      transform: translateX(-50px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  /* Header */
  .process-header {
    color: #4a6538;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }

  /* Timeline Container (Horizontal Layout) */
  .process-timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 10px;
    animation: fadeIn 1.5s ease-out forwards;
  }

  /* Timeline Line (Horizontal) */
  .process-timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    right: 10%;
    height: 4px;
    background-color: #9ccc65;
    z-index: 1;
  }

  /* Individual Timeline Item */
  .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    flex: 1;
    opacity: 0;
    /* Hidden initially for animation */
    animation: slideInFromLeft 0.6s ease-out forwards;
  }

  /* Timeline Animation Delays (Ensure these are defined in your global CSS or here) */
  .delay-5 {
    animation-delay: 0.5s;
  }

  .delay-6 {
    animation-delay: 0.6s;
  }

  .delay-7 {
    animation-delay: 0.7s;
  }

  .delay-8 {
    animation-delay: 0.8s;
  }

  .delay-9 {
    animation-delay: 0.9s;
  }


  /* The icon circle */
  .icon-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 3px solid #8bc34a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* Icon Animation */
    transition: transform 0.3s ease-in-out;
  }

  /* Hover Animation: Icon pops out slightly */
  .timeline-item:hover .icon-circle {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(74, 101, 56, 0.3);
  }

  /* Timeline Dot (The point on the horizontal line) */
  .icon-circle::after {
    content: '';
    position: absolute;
    bottom: -32px;
    /* Positions it on the horizontal line */
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #689f38;
    z-index: 3;
    border: 3px solid #f7fff5;
    /* Matches section background color */
  }

  /* Icon Placeholders (inside circle - using Unicode/Emojis) */
  .icon-circle::before {
    font-size: 2.5em;
    color: #4a6538;
  }

  .microscope-icon::before {
    content: 'ðŸ”¬';
  }

  .production-icon::before {
    content: 'ðŸ› ï¸';
  }

  .quality-icon::before {
    content: 'âœ…';
  }

  .dispatch-icon::before {
    content: 'ðŸ“¦';
  }

  .customer-icon::before {
    content: 'ðŸ‘¤';
  }


  /* Step Label Text */
  .step-label {
    /* font-family: Arial, sans-serif; */
    color: #3C5D39;
    font-weight: 600;
    font-size: 16px;
    max-width: 120px;
    line-height: normal;
  }

  /* --- RESPONSIVENESS (VERTICAL LAYOUT FOR SMALL SCREENS) --- */

  @media (max-width: 768px) {
    .process-header {
      font-size: 1.5em;
    }

    /* PROCESS TIMELINE: Switch to Vertical Layout */
    .process-timeline {
      flex-direction: column;
      align-items: flex-start;
      padding: 0 0px;
      max-width: 400px;
      margin: 0 auto;
    }

    .timeline-item img {
      height: 100px;
      width: 100px;
    }

    /* Vertical Timeline Line */
    .process-timeline::before {
      width: 0;
      height: 0;
      background: transparent;
      top: 0;
      left: 48px;
      right: auto;
    }

    .timeline-item {
      flex-direction: row;
      /* Icon and text side-by-side */
      text-align: left;
      margin-bottom: 25px;
      width: 100%;
      animation: slideInFromLeft 0.6s ease-out forwards;
      gap: 30px;
    }

    .icon-circle {
      width: 70px;
      height: 70px;
      margin-right: 20px;
      margin-bottom: 0;
    }

    /* Adjust the dot position for the vertical line */
    .icon-circle::after {
      bottom: auto;
      top: 35px;
      /* Center vertically in the circle */
      left: -32px;
      /* Position to the left on the vertical line */
      border-color: #ffffff;
    }

    .step-label {
      font-size: 0.95em;
      max-width: none;
      padding-top: 5px;
    }
  }

  @media (max-width: 480px) {
    .process-header {
      font-size: 1.6em;
    }

    .icon-circle {
      width: 60px;
      height: 60px;
    }

    .icon-circle::before {
      font-size: 2em;
    }

    /* Fine-tune dot position for smaller circle */
    .icon-circle::after {
      left: -27px;
      top: 30px;
    }
  }

  /* html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li.mobile-btnn a:after{
	position: unset;
	width: 0px;
	
}
html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li.mobile-btnn a:hover:after{
	position: unset;
	width: 0px;
} */
  html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li.mobile-btnn a:hover {
    color: #ffffff !important;
  }

  html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li.mobile-btnn a:after {
    background-color: transparent;
  }

  html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li.mobile-btnn.current-menu-item a,
  html body #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li.mobile-btnn a:hover {
    color: #ffffff !important;
  }

  .et_pb_menu_0_tb_header.et_pb_menu ul li.mobile-btnn.current-menu-item a {
    background-color: #3c5d39 !important;
  }

  .map-section iframe {
    display: flex;
  }

  body .et_pb_section.map-section .et_pb_row {
    padding: 0px !important;
  }

  .certificate-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0px;
  }

  .certificate-slider ul.slick-dots button {
    background: #355931;
    border: none;
    outline: none;
    text-indent: -9999px;
    height: 15px;
    width: 15px;
    border-radius: 10px;
  }

  .certificate-slider ul.slick-dots li.slick-active button {
    background: #b8d32a;
  }
html body #et-boc .top-menu .et_pb_menu ul li a{
	margin: 0px;
	padding: 0px;
}

html body #et-boc .top-menu .et_pb_menu__wrap{
	justify-content: flex-end;
}
footer .et_pb_image_wrap img{
	margin: auto;
}
footer .et_pb_image_wrap:hover::after,
.about-map .et_pb_image_wrap:hover::after{
    background: unset !important;
}
/* .dashicons.dashicons-arrow-left-alt2{
	transform: rotate(185deg);
} */


/* Popup Style */

/*
#brochurePopup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    z-index: 999999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#brochurePopup.show {
    display: flex;
}

.popup-box {
    background: #fff;
    width: 100%;
    max-width: 450px;
    padding: 25px;
    border-radius: 10px;
    position: relative;
}

.popup-close {
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
}
*/

/* Popup Background */
.brochure-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

/* Active state */
.brochure-popup-overlay.active {
  display: flex;
}

/* Box */
.brochure-popup-overlay .popup-box {
  background: #fff;
  width: 100%;
  max-width: 750px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

/* Close button */
.brochure-popup-overlay .close-popup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    cursor: pointer;
    background: #899f87;
    color: #fff;
    padding: 10px;
    border-radius: 0px 10px 0px 10px;
}

.d-image img{
    width: 30px;
    height: 30px;
    min-width: 100px !important;
    object-fit: contain;
    filter: invert(1);
}

.download-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 400px; */
}

.catalogue-collll br{
	display:none;
}

.page-id-100422 .et_builder_inner_content{
	position:unset !important;
}




.product-menu {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
}
.product-menu li a {
    display: block;
    padding: 8px 14px;
    background: #eee;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
}
.product-menu li.active a {
    background: #000;
    color: #fff !important;
    font-weight: 600;
}
.page-numbers .dashicons {
    font-size: 22px;
    line-height: 1;
    vertical-align: middle;
}

.page-numbers.next,
.page-numbers.prev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.my-special-about .et_pb_row{
	    display: flex;
    align-items: center;
    flex-wrap: wrap;
}