/** Shopify CDN: Minification failed

Line 1123:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:accordion-product-info (INDEX:1) */
/* Accordion Section */
  .accordion-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
  }

  .accordion-wrapper {
    display: flex;
    gap: 30px;
  }

  /* Left Side Image */
  .accordion-image {
    flex: 1;
  }

  .accordion-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
  }

  /* Right Side Accordion */
  .accordion-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .accordion-item {
    border-bottom: 1px solid #ddd;
  }

  .accordion-header {
    font-size: 2rem;
    font-weight: 500;
    line-height: 36px;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
  }
  .accordion-header:hover {
    color: #0F7A3C;
  }

  .accordion-header::after {
    content: "\f107"; /* Font Awesome caret icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 2rem;
    transition: transform 0.3s ease;
  }

  .accordion-item.active .accordion-header::after {
    transform: rotate(180deg);
    color: #0F7A3C;
  }

  .accordion-item.active .accordion-header {
    color: #0F7A3C;
  }

  .accordion-content {
    display: none;
    padding: 10px;
    font-size: 1.875rem;
    line-height: 1.6;
    color: #555;
  }
  .accordion-content p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    font-family: "jost";
    color: #000;

  }

  .accordion-content img {
    width: 100%;
  }

  .accordion-item.active .accordion-content {
    display: block;
  }

  .accordion-body {
    padding: 1rem 1.25rem;
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }

  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }

  .who-should-image-text {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #e8e8e824;
    margin: 5px 0;
    border-radius: 10px;
    border: 1px solid black;
  }

  .who-should-image-text img {
    width: 100px;
    margin-right: 40px;
    height: 54px;
  }

  .col-12 {
    flex: 0 0 auto;
    width: 100%;
    font-family: "jost";
    font-size: 1.125rem;
    line-height: 30px;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .ingradiant-image-text {
    display: flex;
    align-items: center;
    background: #e8e8e824;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
    border: 1px solid black;
    height: 15rem;
  }

  .text-in-hp h6 {
    margin: 0 ;
    font-size: 2rem;
    font-weight: 700;
    
  }

  .ingradiant-image-text img {
    width: 40%;
    box-shadow: 2px 2px 10px #8080802b;
    border-radius: 10px;
    background: #fff;
    object-fit: cover;
    height: auto;
    overflow:hidden;
  }

  ul.benefits-point {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0rem;
  }

  ul.benefits-point li {
    padding: 5px 0;
    border-bottom: 1px solid #80808030;
    color: #000;
    display: flex;
    gap: 0.5rem;
    font-size: 1.125rem;
  }

  ul.benefits-point img {
    width: 30px;
    height: 20.587px;
  }

  .height-ayu {
    height: 100%;
  }

  ul {
    padding-left: 1.5rem;
    color: #000;
    font-family: "jost";
  }
  @media (max-width:768px){
      .accordion-wrapper {
    flex-direction: column;
  }

  .accordion-image {
    display: flex;
    justify-content: center;
  }

  .accordion-image img {
    width: 80%;
  }
  .icons-wrapper {
    flex-wrap: wrap;
  }
  .feature-item {
    padding: 5px;
    font-size: 13px;
  }
  }
  .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(.86,0,.07,1);
  padding: 0 10px;
  opacity: 0;
  pointer-events: none;
}
  .accordion-content p {
    margin:5px 3px;
}
  .text-in-hp h6{
    font-size:1.75rem;
  }

.accordion-item.active .accordion-content {
  max-height: 100%;
  opacity: 1;
  padding: 10px;
  pointer-events: auto;
}
  .dose-steps-row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.dose-step {
  padding: 1.5rem;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 8px #0001;
  text-align: center;
}
.dose-step-title {
  font-size: 2rem;
  font-weight: 700;
  color: #23843c;
  margin-bottom: 0.5rem;
}
.dose-step-image img {
  width: 130px;
  margin-bottom: 1rem;
  border-radius: 8px;
}
.dose-step-desc {
  font-size: 1.75rem;
  color: #333;
}
/* END_SECTION:accordion-product-info */

/* START_SECTION:ashwaveda-hero-banner (INDEX:5) */
.ashwaveda-hero-banner {
  min-height: 400px;
  background: linear-gradient(105deg, #f5f9f7 50%, #dbeee3 100%);
  
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 50px 0;
  position: relative;
  z-index: 1;
  font-family: 'Jost', Arial, sans-serif;
}
.ashwaveda-hero-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.6);
  z-index: 2;
}
.ahero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
.ahero-title {
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
  color: #000;
  line-height: 1.13;
}
.ahero-desc {
  font-size: 2rem;
  color: #000;
  margin-bottom: 33px;
  font-weight: 500;
}
.ahero-btn {
  display: inline-block;
  background: #1d7846;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 27px;
  padding: 14px 44px;
  text-decoration: none;
  box-shadow: 0 4px 18px #1c6e4e24;
  border: none;
  transition: background 0.16s;
  letter-spacing: .3px;
}
.ahero-btn:hover {
  background: #144d2c;
  color: #fff;
}

@media (max-width: 700px) {
  .ashwaveda-hero-banner {
    min-height: 280px;
    padding: 40px 0 44px 0;
  }

}
/* END_SECTION:ashwaveda-hero-banner */

/* START_SECTION:ashwaveda-mission (INDEX:6) */
.ashwaveda-mission-section {
  background: linear-gradient(110deg, #f7fdfb 70%, #e7f3e3 100%);
  padding: 65px 0;
  font-family: 'Jost', Arial, sans-serif;
}
.amission-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 48px;
  padding: 0 32px;
}
.amission-text {
  flex: 1 1 330px;
  color: #000;
}
.amission-text h2 {
  font-size: 32px;
  margin-bottom: 14px;
  font-weight: 700;
  color: #000;
}
.amission-text p {
  font-size: 1.75rem;
  margin-bottom: 13px;
  line-height: 1.7;
}
.amission-text ul {
  list-style: none;
  margin: 24px 0 0 0;
  padding: 0;
}
.amission-text ul li {
  font-size: 1.75rem;
  margin: 6px 0;
  color: #000;
  font-weight: 600;
}
.amission-video {
  flex: 1 1 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* This will style both the iframe and the image */
.amission-video > * {
  max-width: 100%;
  border-radius: 13px;
  box-shadow: 0 6px 32px #13462615;
  display: block;
}
.amission-video iframe {
  height: 33.85rem;
}
.amission-video img {
  height: auto; /* Maintain aspect ratio */
  object-fit: cover;
}
@media (max-width: 900px) {
  .amission-container {
    flex-direction: column;
    gap: 24px;
    padding: 0 10px;
  }
  .amission-video iframe,
  .amission-video img {
    width: 100%;
  }
  .amission-video iframe {
    height: 33.85rem;
  }
  .ashwaveda-mission-section {
    padding: 35px 0 28px 0;
  }
}
@media (max-width: 420px) {
    .amission-video iframe {
        height: 208px;
    }
}

@media (max-width: 767px) {
  .amission-text h2 {
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: 700;
  color: #000;
 }
}
/* END_SECTION:ashwaveda-mission */

/* START_SECTION:ashwaveda-quality-timeline (INDEX:7) */
.ashwaveda-timeline-section {
    background: #f6fbf7;
    padding: 58px 0 48px 0;
    font-family: 'Jost', Arial, sans-serif;
  }
  .timeline-heading {
    text-align: center;
    color: #18432c;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
  }
  .timeline-intro {
    text-align: center;
    font-size: 1.75rem;
    color: #337052;
    max-width: 620px;
    margin: 0 auto 40px auto;
    font-weight: 500;
  }
  .timeline-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 38px;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    padding: 0 26px;
  }
  .timeline-step {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 18px #145f2d14;
    padding: 30px 20px 20px 20px;
    flex: 1 1 175px;
    min-width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .timeline-step:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 5px;
    background: linear-gradient(90deg, #e1f3e5 60%, #c6e8d5 100%);
    border-radius: 3px;
    z-index: 0;
  }
  .timeline-icon {
    width: 54px; height: 54px; margin-bottom: 14px; border-radius: 7px; background: #e4f3e8;
    display: flex; align-items: center; justify-content: center; object-fit: contain;
  }
  .timeline-title {
    font-size: 1.85rem;
    color: #1c6532;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 2px;
    text-align: center;
  }
  .timeline-desc {
    color: #467868;
    font-size: 1.75rem;
    font-weight: 500;
    text-align: center;
    margin-top: 2px;
  }

  @media (max-width: 900px) {
    .timeline-row {
      gap: 16px;
      padding: 0 8px;
    }
    .timeline-step {
      min-width: 140px;
      padding: 22px 10px 15px 10px;
    }
  }
  @media (max-width: 600px) {
    .timeline-row {
      flex-direction: column;
      gap: 18px;
      max-width: 97vw;
      padding: 0 0px;
    }
    .timeline-step {
      width: 100%;
      min-width: unset;
      padding: 18px 8px 14px 8px;
      margin-bottom: 0;
    }
    .timeline-step:not(:last-child):after {
      content: '';
      display: block;
      position: absolute;
      right: 50%;
      left: 50%;
      top: unset;
      bottom: -18px;
      width: 5px;
      height: 28px;
      background: linear-gradient(180deg, #e1f3e5 60%, #c6e8d5 100%);
      border-radius: 3px;
      z-index: 0;
      transform: translateX(-50%);
    }
  }
/* END_SECTION:ashwaveda-quality-timeline */

/* START_SECTION:ashwaveda-story (INDEX:9) */
.ashwaveda-story-section {
  background: linear-gradient(100deg, #f9fdfb 60%, #f1ece6 100%);
  padding: 66px 0 44px 0;
  font-family: 'Jost', Arial, sans-serif;
}
.story-flex {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 52px;
  padding: 0 24px;
}
.story-quote-block {
  flex: 2 1 340px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 20px #c3b7a24e;
  padding: 42px 36px 30px 36px;
  position: relative;
}
.story-quote {
  font-size: 1.28rem;
  line-height: 1.7;
  color: #215145;
  margin-bottom: 22px;
  font-style: italic;
  font-weight: 500;
}
.story-author {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1a2f2b;
  margin-bottom: 3px;
}
.story-title {
  font-size: 0.97rem;
  color: #56826c;
  font-weight: 600;
}
.story-author-image {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 100px;
  border: 4px solid #e6efe9;
  box-shadow: 0 2px 8px #13462617;
  margin-bottom: 12px;
}
.story-founder-col {
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 160px;
  margin-top: 32px;
}
@media (max-width: 900px) {
  .story-flex {
    flex-direction: column-reverse;
    gap: 18px;
    padding: 0 8px;
  }
  .story-quote-block {
    padding: 28px 13px 18px 13px;
  }
  .story-founder-col {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
/* END_SECTION:ashwaveda-story */

/* START_SECTION:ashwaveda-testimonials (INDEX:10) */
.ashwaveda-testimonials-section {
  background: #f9f6f2;
  padding: 62px 0 50px 0;
  font-family: 'Jost', Arial, sans-serif;
}
.testimonials-title {
  text-align: center;
  color: #1b372c;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.testimonials-desc {
  text-align: center;
  font-size: 1.75rem;
  color: #3c6651;
  margin-bottom: 36px;
  font-weight: 500;
}
.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
}
.testimonial-card {
  background: #fff;
  border-radius: 17px;
  box-shadow: 0 3px 18px #78542816;
  padding: 36px 28px 28px 28px;
  max-width: 350px;
  min-width: 250px;
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.18s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 28px #b6994a1a;
}
.testimonial-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 100px;
  border: 2.5px solid #e2e2db;
  margin-bottom: 16px;
  background: #fcfbfa;
}
.testimonial-quote {
  font-size: 1.75rem;
  color: #394942;
  margin-bottom: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
}
.testimonial-name {
  font-size: 1.85rem;
  color: #18523c;
  font-weight: 700;
}
.testimonial-title {
  font-size: 1.75rem;
  color: #749676;
  margin-top: 2px;
  font-weight: 500;
}
@media (max-width: 800px) {
  .testimonials-grid {
    gap: 14px;
  }
  .testimonial-card {
    max-width: 92vw;
    min-width: 0;
    padding: 28px 12px 18px 12px;
  }
  .testimonials-title { font-size: 1.35rem; }
}
@media (max-width: 600px) {
  .testimonials-grid {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
/* END_SECTION:ashwaveda-testimonials */

/* START_SECTION:ashwaveda-values (INDEX:11) */
.ashwaveda-values-section {
  background: #f9fdfb;
  padding: 56px 0 44px 0;
  font-family: 'Jost', Arial, sans-serif;
  text-align: center;
}
.values-title {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -1px;
}
.values-desc {
  font-size: 1.75rem;
  color: #000;
  margin-bottom: 38px;
  font-weight: 500;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.values-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.value-card {
  flex: 1 1 200px;
  max-width: 265px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 18px #17553a12;
  padding: 34px 22px 26px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.22s;
  margin: 0 8px;
  min-width: 200px;
}
.value-card:hover {
  box-shadow: 0 8px 28px #19695019;
}
.value-icon {
  width: 62px; height: 62px; margin-bottom: 18px; border-radius: 9px; object-fit: contain;
  background: #e6f5eb;
  display: flex; align-items: center; justify-content: center;
}
.value-title {
  font-size: 1.85rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 7px;
}
.value-desc {
  color: #000;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
}

/* Tablet */
@media (max-width: 900px) {
  .values-cards {
    gap: 16px;
  }
  .value-card {
    max-width: 45vw;
    min-width: 180px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .values-cards {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .value-card {
    max-width: 95vw;
    width: 100%;
    padding: 26px 14px 18px 14px;
  }
  .values-title { font-size: 22px;}
  .values-desc { font-size: 12px; }
}
/* END_SECTION:ashwaveda-values */

/* START_SECTION:category-tabs (INDEX:21) */
.Section-title-custom{
     /* max-width:90%; */
     text-align:center;
         font-size: 3.4rem;
    font-weight: 600;
   }
.custom-tabs-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin:0 auto;
  margin-bottom: 40px;
  flex-wrap: wrap;
  max-width:90%;
}
.custom-tabs-wrap button {
display: inline-block;
    background: none;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 0 5px;
    text-decoration: none;
    border: 1px solid #ccc;
    transition: 0.4s;
    min-width: 225px;
  font-weight: 600;
    font-size: 1.5rem;
  font-family: 'jost';
}
.custom-tabs-wrap button.active,
.custom-tabs-wrap button:focus {
  border-color: #4cbb4c;
  background: #f2fef2;
  color: #1a7121;
}

.custom-block {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  margin-bottom: 72px;
  scroll-margin-top: 110px;
  overflow:hidden
}
@media(max-width: 900px) {
  .custom-block { flex-direction: column; align-items: stretch; }
}

.custom-block .promo-image {
  flex: 0 0 25%;
  /* max-width: 320px; */
  margin-right: 20px;
}
.custom-block .promo-image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,.08);
  object-fit: fill;
  aspect-ratio: 3/4.5;
}

.custom-block-content {
  flex: 1 1 0%;
  display: flex;
    margin: 0 1rem;
    max-width: 100%;
}
.custom-block-content .block-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.custom-products-row {
  display: flex;
  gap: 18px;
  margin-top: 0;
}

.custom-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 24px 0 rgba(0,0,0,0.07);
  overflow: hidden;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  min-width: 210px;
  /* max-width: 290px; */
  align-items:center;
  justify-content: center;
  max-height:fit-content;
}
.custom-card .custom-img-wrap {
  position: relative;
  width: 100%;
  /* padding-top: 120%; */
  margin-bottom: 18px;
  background: #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
}
.custom-card img {
  /* position: absolute; */
  inset: 0; margin: auto;
  width: 100%; height: 100%; object-fit: fill;
}
.discount-badge {
  position: absolute;
  top: 12px; left: 0px;
  background: #b6ffc2;
  color: #18701a;
  font-weight: 700;
  font-size: 0.92em;
  border-radius: 8px;
  padding: 3px 10px;
  z-index: 2;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.custom-card .product-title {
  font-size: 1.75rem;
  font-weight: 500;
  margin: 0 0 6px 0;
  min-height: 36px;
  line-height: 1.22;
  color: #242b2f;
  overflow: hidden;
  display: -webkit-box;
  padding: 0 15px;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.custom-card .product-meta {
  color: #9099a2; font-size: 0.97em;
  margin-bottom: 7px;
  display: none; align-items: center; gap: 8px;
}
.custom-card .product-rating {
  color: #f7ad2b; font-weight: bold;
  font-size: 1em; display: flex; align-items: center;
  display: none;
}

.custom-card .product-category {
  color: #378b4b; font-size: 1em; font-weight: 500;
}
.custom-card .price-wrap {
  margin-bottom: 8px; font-size: 1.19em; display: flex; gap: 8px; display: flex; align-items:center;
}
.custom-card .compare-at-price {
  color: #9ba5af;
  text-decoration: line-through;
  font-size: 0.65em;
}
.custom-card .buy-btn {
  background: #4d4d4d;
  color: #fff;
  font-weight: 700;
  padding: 12px 0 11px 0;
  border: none;
  border-radius: 9px;
  margin-top: auto;
  font-size: 1.1em;
  font-family: 'jost';
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width:100%;
  cursor: pointer;
  transition: background .19s;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.custom-card .buy-btn:hover { background: #318d3a; }
    .custom-card .product-meta{
    display:none;
  }
  .blocks{
    max-width:90%;
    margin: auto;
  }
  .block-title{
    font-size: 2.6rem;
    font-weight: 600;
    margin: 2rem 0 2rem;
  }
@media(max-width: 768px) {
  .custom-products-row { flex-direction: column; gap: 22px;}
  .custom-tabs-wrap button{
    min-width:35%;
  }
  .promo-image{
    display:none;
  }
  .custom-card{
    overflow:visible;
  }
    .custom-products-row {
    flex-direction: row !important;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  .custom-card {
    min-width: 50vw;
    max-width: 80vw;
    scroll-snap-align: start;
  }  
  .slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    transform: translateY(-50%);
    cursor: pointer;
    transition: background 0.2s;
  }
  .slider-arrow-left {
    left: 6px;
  }
  .slider-arrow-right {
    right: 6px;
  }
  .blocks {
    position: relative; /* to position arrows inside the block */
  }
    .custom-products-row::-webkit-scrollbar {
    display: none;               /* Chrome, Safari, Opera */
  }
}
  @media (min-width: 769px) {
  .slider-arrow { display: none !important; }
}
/* END_SECTION:category-tabs */

/* START_SECTION:certifications-logos (INDEX:23) */
.certs-section {
  background: #fff;
  padding: 60px 0 38px 0;
}
.certs-container {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.certs-title {
  font-size: 3.5rem;
  font-weight: 700;
  /* color: #f99c19; */
  margin-bottom: 12px;
}
.certs-desc {
  font-size: 1.8rem;
  color: #29362a;
  margin-bottom: 38px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.certs-logos-row {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 60px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.certs-logo {
  flex: 0 1 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certs-logo img {
  width: 100%;
  max-width: 150px;
  max-height: 120px;
  object-fit: contain;
  filter: none;
}

/* @media (max-width: 900px) {
  .certs-title { font-size: 2.8rem; }
  .certs-desc { font-size: 1.5rem; }
  .certs-logos-row { gap: 30px 20px; }
  .certs-logo { flex-basis: 120px; } */
}
@media (max-width: 600px) {
  .certs-section { padding: 28px 0 16px 0; }
  .certs-title { font-size: 2.25rem; }
  .certs-logos-row { gap: 16px 6px; }
  .certs-logo img { max-width: 78px; max-height: 60px; }
}
/* END_SECTION:certifications-logos */

/* START_SECTION:commitment (INDEX:27) */
.exact-strip{
  width:100%;
  background:#fff;
  font-family:Jost, Arial, sans-serif;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  padding-top: 23px;
  padding-bottom: 23px;
}

.exact-wrap{
  max-width:1500px;
  margin:0 auto;
  padding:14px 18px 0;
}

/* heading */
.exact-head{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-bottom:14px;
}

.exact-line{
  width:90px;
  height:1px;
  background:#2f5a34;
}



/* layout */
.exact-main{
  display:grid;
  grid-template-columns:1fr 290px;
}

.exact-items{
  display:grid;
  grid-template-columns:repeat(6,1fr);
}

.exact-item{
  min-height:94px;
  padding:8px 12px;
  display:flex;
  align-items:center;
  gap:10px;
  border-right:1px solid #dcd5ca;
}

.exact-item:last-child{
  border-right:none;
}

.exact-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
}

.exact-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.exact-text{
  font-size:14px;
  line-height:1.28;
  color:#1f1f1f;
  font-weight:500;
}

/* right side */
.exact-side{
  background:#eef0e1;
  clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 20px 20px;
  padding-left: 31px;
}

.exact-side-inner{
  text-align:center;
}

.exact-side-text{
  color:#2f5a34;
  font-size:19px;
  line-height:1.3;
  font-weight:600;
}

/* tablet */
@media(max-width:1024px){

.exact-main{
grid-template-columns:1fr;
}

.exact-items{
grid-template-columns:repeat(3,1fr);
}

.exact-side{
clip-path:none;
padding:18px;
}

}

/* mobile */
@media(max-width:768px){

.exact-wrap{
padding:12px 10px 0;
}

.exact-line{
width:40px;
}



.exact-items{
grid-template-columns:1fr;
}

.exact-item{
min-height:auto;
padding:12px 6px;
border-right:none;
border-bottom:1px solid #ddd6ca;
}

.exact-icon{
width:36px;
height:36px;
flex-basis:36px;
}

.exact-text{
font-size:13px;
}

.exact-side-text{
font-size:18px;
}

}
/* END_SECTION:commitment */

/* START_SECTION:contact-details (INDEX:32) */
.contact-details-section {
  background: #f5f7fa;
  padding: 30px 0 40px 0;
  margin-top: -30px;
}
.contact-details-cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
.contact-detail-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 1px 16px #0001;
  padding: 36px 32px 32px 32px;
  min-width: 320px;
  max-width: 340px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-detail-icon {
  font-size: 4.25rem;
  color: #232323;
}
.contact-detail-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.contact-detail-card p {
  font-size: 1.6rem;
  color: #232323;
}
.contact-socials {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 8px;
}
.contact-socials a {
  color: #232323;
  font-size: 1.8rem;
  border: 2px solid #232323;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  background: #fff;
  text-decoration:none;
}
.contact-socials a:hover {
  color: #e24a33;
  border-color: #e24a33;
  background: #f3f3f3;
}
@media (max-width: 768px) {
  .contact-details-cards { flex-direction: column; align-items: center; }
}
/* END_SECTION:contact-details */

/* START_SECTION:contact-form-custom (INDEX:33) */
.contact-hero-section {
  background: linear-gradient(120deg, #f4f7fa 60%, #e3f0fa 100%);
  padding: 70px 0 10px 0;
  text-align: center;
}
.contact-hero-content {
  width: 100%;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-hero-img {
  width: 20rem;
  height: auto;
  margin-bottom: 1rem;
}
.contact-hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #232323;
  font-family: 'jost', Arial, sans-serif;
  margin-top:1rem;
  text-align: center;
}
.contact-hero-desc {
  font-size: 1.8rem;
  color: #565656;
  font-family: 'jost', Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: 1rem;
  text-align: center;
}

  .contact-form input , .contact-form textarea{
    font-size:1.3rem;
    font-family: 'jost';
  }
.contact-form button{
  background-color:#0F7A3C;
  padding:1rem 3rem;
}
.contact-form-section { background: linear-gradient(120deg,#f4f7fa 60%,#e3f0fa); font-family: jost; padding: 30px 0 60px 0; }
.contact-form-title { text-align: center; font-size: 3rem; font-weight:600; margin-bottom: 32px;}
.contact-form-container { width: 90%; margin: 0 auto; background: #faf9f6; padding: 32px 24px; border-radius: 10px; box-shadow: 0 2px 16px #0001;}
.form-row { margin-bottom: 18px; text-align:center;}
input, textarea { width: 100%; padding: 12px 10px; border: 1px solid #d9d9d9; border-radius: 6px; font-size: 1rem;}
.form-row .contact-btn { padding: 1rem 3rem; background: #0F7A3C; color: #fff; font-size: 1.6rem; border-radius: 6px; border: none; cursor: pointer; font-weight: 500;}
.contact-btn:hover { background: #0F7A3C;}
.form-errors { color: #e24a33; margin-bottom: 12px; font-weight: 500;}

  /* Floating Label Styles */
.float-label {
  position: relative;
  margin-bottom: 1.8rem;
  font-family:sans-serif;
}
.float-label input,
.float-label textarea,
.float-label select {
  width: 100%;
  padding: 1.3rem 0.7rem 0.6rem 0.7rem;
  font-size: 1.15rem;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  outline: none;
  transition: border-color 0.19s;
}
  select{
    padding: 1rem 0.7rem;
  }
.float-label label {
  position: absolute;
  left: 0.8rem;
  top: 1.15rem;
  color: #999;
  font-size: 1.1rem;
  pointer-events: none;
  background: transparent;
  transition: 
    0.19s cubic-bezier(.4,0,.2,1),
    font-size 0.15s;
  padding: 0 0.2em;
  z-index: 2;
}
  input:focus-visible{
    box-shadow:none;
  }
  select:focus-visible , textarea:focus-visible{
    box-shadow:none;
  }

/* When input is focused OR not empty */
.float-label input:focus + label,
.float-label input:not(:placeholder-shown):not([value=""]) + label,
.float-label textarea:focus + label,
.float-label textarea:not(:placeholder-shown):not([value=""]) + label,
.float-label select:focus + label,
.float-label select:valid + label {
  top: 0.38rem;
  left: 0.62rem;
  font-size: 0.75rem;
  color: #0a0a0a;
}

.float-label select:invalid + label {
  /* Keeps label down if default option is selected */
  top: 1.15rem;
  font-size: 1.1rem;
  color: #999;
}

/* Hide first empty option in select when filled */
.float-label select option[disabled][hidden] {
  display: none;
}
.float-label input.filled + label,
.float-label input:focus + label,
.float-label textarea.filled + label,
.float-label textarea:focus + label {
  top: 0.38rem;
  left: 0.62rem;
  font-size: 0.85rem;
  color: #0a0a0a;
}
  .contact-form .form-row input , .contact-form .form-row textarea {
  padding:1.75rem .7rem 0.5rem;
  }
   .float-label select {
    padding: 1.1rem 0.5rem;
    color: #999;
    font-weight: 600;;
   }
  .contact-form-map-row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.contact-form-col {
  flex: 1 1 420px;
  min-width: 320px;
}
.contact-map-col {
  flex: 1 1 370px;
  min-width: 270px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contact-map-embed iframe {
  width: 100%;
  min-height: 380px;
  border-radius: 16px;
  border: 0;
  box-shadow: 0 2px 16px #0001;
}
@media (max-width: 1100px) {
  .contact-form-map-row { gap: 16px; }
  .contact-form-container { width: 100%; }
}
@media (max-width: 768px) {
  .contact-form-map-row {
    flex-direction: column;
    gap: 28px;
  }
  .contact-form-col, .contact-map-col {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
  .contact-map-embed iframe { min-height: 240px; }

    .contact-form-container{
      width:90%
    }
    .contact-hero-img{
      width: 17rem;;
    }
    .contact-hero-title{
      font-size:2.5rem;
    }
    .contact-hero-desc{
      font-size:1.6rem;
      margin-top:0;
    }
    .contact-map-col{
      flex:1;
    }
  .contact-map-embed iframe {
    min-height: 180px;
    height: 180px;
  }

  }
/* END_SECTION:contact-form-custom */

/* START_SECTION:faq-two-column (INDEX:46) */
.faq-section {
  max-width: 90%;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff; /* White background */
  border-radius: 10px;
  font-family:'jost';
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.faq-title {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.faq-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.faq-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background-color: #e0e0e0;
  border-radius: 8px;
  border: 1px solid #000;
  overflow: hidden;
}

.faq-question {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  padding: 1.25rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-toggle {
  font-size: 2.5rem;
  font-weight: 400;
  color: #333;
  margin-left: 0.5rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: #e0e0e0;
  padding: 0rem 2rem 0rem;
  font-size: 1.6rem;
  line-height: 1.6;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px; /* Adjust as needed */
  padding: 0.5rem 2rem 1rem;
}
  @media(max-width:768px){
    .faq-section{
       padding:0; 
    }
    .faq-title{
      font-size:2rem;
      font-weight:600;
    }
    .faq-container{
      gap:1rem;
      flex-direction:column;
    }
    .faq-question{
      font-size:1.8rem;
      padding:10px;
      font-weight:600;
    }
    .faq-item.active .faq-answer{
      font-size:1.6rem;
    }
  }
/* END_SECTION:faq-two-column */

/* START_SECTION:product-cat-features (INDEX:102) */
.product-cat-feature {
  padding: 56px 0 32px 0;
  background: #f8fcfa;
}
.product-cat-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 44px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.cat-image-col {
  flex: 1 1 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 290px;
}
.cat-banner-img {
  width: 100%;
  max-width: 400px;
  border-radius: 18px;
  box-shadow: 0 6px 36px #0a853214;
}
.cat-text-col {
  flex: 1 1 370px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cat-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #192b19;
  margin-bottom: 12px;
  line-height: 1.18;
}
.cat-subtitle {
  font-size: 1.85rem;
  color: #353835;
  margin-bottom: 22px;
  font-weight: 500;
}
.cat-list {
  margin: 0 0 22px 0;
  padding-left: 22px;
  color: #192b19;
  font-size: 1.75rem;
  line-height: 1.7;
}
.cat-btn {
  background: #165d3b;
  color: #fff;
  padding: 0.8em 1.8em;
  font-size: 1.75rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-top: 14px;
  transition: background 0.18s;
}
.cat-btn:hover {
  background: #1c7a4d;
}

@media (max-width: 900px) {
  .product-cat-row {
    flex-direction: column;
    gap: 34px;
  }
  .cat-image-col, .cat-text-col {
    min-width: 0;
    max-width: 100%;
  }
  .cat-title { font-size: 2.1rem; }
}
@media (max-width: 600px) {
  .product-cat-feature {
    padding: 38px 0 18px 0;
  }
  .cat-title { font-size: 1.38rem; }
  .cat-banner-img { max-width: 100%; }
  .cat-list { font-size: 1rem; }
}
/* END_SECTION:product-cat-features */

/* START_SECTION:thank-you (INDEX:117) */
.consultation-section { padding: 40px 20px; text-align: center; }
.consultation-section img { max-width: 250px; margin-bottom: 20px; }
.contact-form { max-width: 600px; margin: auto; display: grid; gap: 15px; }
.contact-form label { text-align: left; font-weight: bold; }
.contact-form input, .contact-form textarea { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 4px; }
.contact-form button { background: #4CAF50; color: white; padding: 12px; border: none; border-radius: 4px; font-size: 1.1rem; cursor: pointer; }
.contact-form button:hover { background: #45a049; }
/* END_SECTION:thank-you */

/* START_SECTION:timeline-progress (INDEX:118) */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .timeline-container {
    width: 100%;
    background-color: #fff;
    padding: 60px 20px;
  }

  .timeline-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }

  /* Main Heading */
  .timeline-heading {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2;
    color: #000000;
  }

  .timeline-heading span {
    display: inline;
  }

  .timeline-heading .gradient-col {
    background: linear-gradient(180deg, #000000, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    margin: 0 8px;
  }

  /* Timeline Wrapper with connecting line */
  .timeline-wrapper {
    position: relative;
    padding: 0px 0;
  }

  /* Horizontal connecting dotted line - FIXED */
  .timeline-wrapper::before {
    content: '';
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    height: 2px;
    border-top: 2px dotted #c0c0c0;
    z-index: 0;
  }

  /* Timeline Items Grid */
  .timeline-items-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
  }

  /* Single Timeline Item */
  .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  /* Icon Container */
  .timeline-icon-wrapper {
    width: 75px;
    height: 75px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 3px solid #f8f8f8;
    position: relative;
    z-index: 2;
  }

  .timeline-icon-wrapper img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  /* Time Badge */
  .timeline-time {
    display: inline-block;
    background-color: #000;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
    text-transform: uppercase;
  }

  /* Item Heading */
  .timeline-item-heading {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.3;
  }

  /* Description */
  .timeline-description {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  /* Testimonial Box */
  .timeline-testimonial {
    background-color: #000;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
  }

  .testimonial-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 14px;
  }

  .testimonial-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    margin-bottom: 12px;
  }

  .testimonial-author {
    color: #d0d0d0;
    font-size: 12px;
    display: flex;
    align-items: center;
  }

  .testimonial-author::before {
    content: '✓';
    display: inline-block;
    margin-right: 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
  }

  /* Bottom Disclaimer */
  .timeline-disclaimer {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 12px;
    color: #888888;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    display: none;
  }

  .timeline-disclaimer strong {
    color: #333333;
    font-weight: 600;
  }

  /* Tablet (768px - 1024px) */
  @media (max-width: 1024px) {
    .timeline-items-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
    }

    .timeline-heading {
      font-size: clamp(24px, 4vw, 40px);
      margin-bottom: 50px;
    }

    .timeline-container {
      padding: 50px 20px;
    }
  }

  /* Mobile (Below 768px) */
  @media (max-width: 767px) {
    .timeline-container {
      padding: 40px 16px;
    }

    .timeline-heading {
      font-size: clamp(20px, 6vw, 32px);
      margin-bottom: 40px;
    }

    .timeline-heading .gradient-col {
      display: block;
      margin: 8px 0;
    }

    .timeline-items-grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    .timeline-wrapper {
    position: relative;
    padding: 0px 0;
    }

    /* Vertical line for mobile */
    .timeline-wrapper::before {
      width: 2px;
      height: 100%;
      top: 0;
      left: 37px;
      border-top: none;
      border-left: 2px dotted #c0c0c0;
    }

    .timeline-item {
      position: relative;
      padding-left: 80px;
    }

    .timeline-item::before {
      content: '';
      position: absolute;
      left: 75px;
      top: 37px;
      width: 20px;
      height: 2px;
      background-color: #c0c0c0;
      border-top: 2px dotted #c0c0c0;
    }

    .timeline-icon-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      margin-bottom: 0;
    }

    .timeline-content-inner {
      padding-top: 0;
    }

    .timeline-time {
      font-size: 12px;
      padding: 5px 20px 5px 20px;
      margin-top: 20px;
    }

    .timeline-item-heading {
      font-size: 18px;
    }

    .timeline-description {
      font-size: 13px;
    }

    .testimonial-text {
      font-size: 13px;
    }

    .testimonial-author {
      font-size: 11px;
    }

    .timeline-testimonial {
      padding: 16px;
    }

    .timeline-disclaimer {
      font-size: 12px;
      margin-top: 30px;
      padding-top: 20px;
    }
  }

  /* Small phones (Below 480px) */
  @media (max-width: 479px) {
    .timeline-container {
      padding: 30px 12px;
    }

    .timeline-heading {
      font-size: 18px;
      margin-bottom: 30px;
    }

    .timeline-items-grid {
      gap: 35px;
    }

    .timeline-icon-wrapper {
      width: 65px;
      height: 65px;
    }

    .timeline-icon-wrapper img {
      width: 45px;
      height: 45px;
    }

    .timeline-item {
      padding-left: 75px;
    }

    .timeline-wrapper::before {
      left: 32px;
    }

    .timeline-item::before {
      left: 65px;
      width: 10px;
    }

    .timeline-item-heading {
      font-size: 16px;
    }

    .timeline-description {
      font-size: 12px;
    }

    .testimonial-text {
      font-size: 12px;
    }
  }

  /* Desktop Animations */
  @media (min-width: 768px) {
    .timeline-item {
      animation: fadeInUp 0.6s ease-out forwards;
      opacity: 0;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .timeline-item:nth-child(1) { animation-delay: 0.1s; }
    .timeline-item:nth-child(2) { animation-delay: 0.2s; }
    .timeline-item:nth-child(3) { animation-delay: 0.3s; }
    .timeline-item:nth-child(4) { animation-delay: 0.4s; }

    .timeline-testimonial {
      transition: all 0.3s ease;
    }

    .timeline-item:hover .timeline-testimonial {
      transform: translateY(-4px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }
  }

  /* Mobile Animations */
  @media (max-width: 767px) {
    .timeline-item {
      animation: slideInLeft 0.5s ease-out forwards;
      opacity: 0;
    }

    @keyframes slideInLeft {
      from {
        opacity: 0;
        transform: translateX(-20px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    .timeline-item:nth-child(1) { animation-delay: 0.1s; }
    .timeline-item:nth-child(2) { animation-delay: 0.2s; }
    .timeline-item:nth-child(3) { animation-delay: 0.3s; }
    .timeline-item:nth-child(4) { animation-delay: 0.4s; }
  }

  /* ===== DESKTOP SLIDER ===== */
@media (min-width: 1025px) {
  .timeline-items-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 30px;
    padding-bottom: 10px;
  }

  .timeline-items-grid::-webkit-scrollbar {
    display: none;
  }

  .timeline-item {
    min-width: 300px;
    max-width: 320px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  /* Hide dotted line for slider */
  .timeline-wrapper::before {
    display: block;
  }

  /* Slider arrows */
  .timeline-slider-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .timeline-arrow {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
  }
}

@media (max-width: 767px) {

.timeline-heading{
  font-size: 30px !important;
  line-height: 1.22 !important;
  letter-spacing: -0.4px;
  margin-bottom: 34px !important;
  text-align: center;
  max-width: 100%;
  padding: 0 10px;
}

/* keep words in better rows */
.timeline-heading .gradient-col{
  display: inline !important;
  margin: 0 4px !important;
}

}

/* Extra small phones */
@media (max-width: 480px) {

.timeline-heading{
  font-size: 22px !important;
  line-height: 1.2 !important;
}

}
/* END_SECTION:timeline-progress */