/** Shopify CDN: Minification failed

Line 439:19 Expected identifier but found whitespace
Line 439:21 Unexpected "{"
Line 439:30 Expected ":"
Line 440:14 Expected identifier but found whitespace
Line 440:16 Unexpected "{"
Line 440:25 Expected ":"
Line 440:59 Expected ":"
Line 441:17 Expected identifier but found whitespace
Line 441:19 Unexpected "{"
Line 441:28 Expected ":"
... and 4 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:cs-faqs (INDEX:12) */
.cs-faq-section {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.cs-faq-section__header {
  text-align: left;
  margin-bottom: 2rem;
}

.cs-faq-section__heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3rem;
    color: #333;
    line-height: 1.2;
}

.cs-faq-section__subheading {
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    margin: auto;
    font-weight: 400;
    font-size: 24px;
}
 .cs-faq-section__item.open .cs-faq-section__question  #svg {
     transform: rotate(180deg);
} 
.cs-faq-section__sub-subheading {
    font-size: 24px;
    color: black;
    margin: 0;
}

.cs-faq-section__tabs {
    display: flex;
    width: max-content;
    gap: 0px;
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
}

.cs-faq-section__tab {
    background-color: #498056;
    border: none;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 19px;
    font-weight: 500;
    color: #d1c8c8;
    border-radius: 22px;
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
    margin-right: 10px;
}

.cs-faq-section__tab.active {
    background-color: #106b25;
    color: white;
    
    border-radius: 22px;
     padding: 6px 15px;
}

.cs-faq-section__accordion {
  display: none;
}

.cs-faq-section__accordion.active {
  display: block;
}

.cs-faq-section__item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.cs-faq-section__item:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.cs-faq-section__question {
    width: 100%;
    background-color: #f8f9fa;
    border: none;
    padding: 18px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.cs-faq-section__question:hover {
  background-color: #e9ecef;
}

.cs-faq-section__item.open .cs-faq-section__question {
  background-color: #e9ecef;
}

.cs-faq-section__icon {
    width: 30px !important;
    width: 20px;
    height: 27px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    background: black;
    /* padding: 1px 0px; */
    border-radius: 11px;
}



.cs-faq-section__answer {
    display: none;
    padding: 20px;
    background-color: white;
      color: #000000;
    background-color: #e9ecef;
    font-size: 14px;
    line-height: 1.6;
    /* border-top: 1px solid #e0e0e0; */
}

.cs-faq-section__item.open .cs-faq-section__answer {
  display: block;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 200px;
  }
}

/* Mobile Responsive */
@media (max-width: 1440px) {
  .cs-faq-section {
    max-width: 1350px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
}

@media (max-width: 768px) {
   .cs-faq-section {
    max-width: 1350px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
 .cs-faq-section__heading {
    font-size: 44px;
    margin: 0;
    font-weight: 500;
}
  .cs-faq-section__subheading {
   font-size: 34px;
  }
  
  .cs-faq-section__sub-subheading {
   font-size: 34px;
  }
  
  .cs-faq-section__tabs {
   
    gap: 1px;
  }
  
  .cs-faq-section__tab {
    height: 37px;
    width: 127px;
     background-color: #498056;
       color: #d1c8c8;
    border-radius: 22px;
    font-size: 17px;
    border-radius: 22px 22px 22px 22px  !important;
    padding: 0px 15px;
  }
  
 .cs-faq-section__tab.active {
    height: 37px;
    width: 127px;
    background-color: #106b25;
    color: white;
    border-radius: 22px;
    font-size: 17px;
    border-radius: 22px 22px 22px 22px  !important;
    padding: 0px 15px;
}
  
  .cs-faq-section__question {
    padding: 16px;
    font-size: 1rem;
  }
  
  .cs-faq-section__answer {
    padding: 16px;
  }
}
@media (max-width: 390px){
  .cs-faq-section__tab.active {
    height: 36px;
    width: 100%;
    background-color: #106b25;
    color: white;
    border-radius: 22px;
    font-size: 12px;
    border-radius: 22px 22px 22px 22px  !important;
    padding: 0px 16px;
}
  .cs-faq-section__tab{
    height: 36px;
    width: 100%;
     background-color: #498056;
      color: #d1c8c8;
    border-radius: 22px;
    font-size: 12px;
    border-radius: 22px 22px 22px 22px  !important;
    padding: 0px 16px;
  }
}
/* END_SECTION:cs-faqs */

/* START_SECTION:cs-video-slider (INDEX:17) */
span.excelent {
    color: black;
}
span#verified {
    color: white;
    font-size: 12px;
    background: black;
    border-radius: 10px;
    padding: 0px 8px;
}
h3 {
    margin-top: 6px;
    margin-bottom: 6px;
}
.cs-video-slider {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 100px;   /* 100px sides at desktop */
  padding-right: 100px;
}

@media (max-width: 1024px) {
  .cs-video-slider {
    padding-left: 40px;  /* tighter on tablet */
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .cs-video-slider {
    padding-left: 16px;  /* mobile */
    padding-right: 16px;
  }
}

.cs-video-slider__header {
  text-align: center;
  margin-bottom: 2rem;
}

.cs-video-slider__pretext {
    font-size: 14px;
    color: black;
    margin-bottom: -0.75rem;
}

.cs-video-slider__heading {
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 1rem;
}

/* Stars */
.cs-video-slider__stars {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.cs-video-slider__stars-icons,
.cs-video-slider__review-icons {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Horizontal track (we’ll scroll it, but hide scrollbar) */
.cs-video-slider__wrapper {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;                 /* Firefox */
}
.cs-video-slider__wrapper::-webkit-scrollbar { /* WebKit */
  display: none;
}

/* Slides per breakpoint */
.cs-video-slider__slide {
  flex: 0 0 calc(33.333% - 20px);  /* 3-up default (desktop, 1440+ and bigger) */
  margin: 0 10px;
  background: #f5f5f5;
  border-radius: 12px;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
}

/* 2-up (tablet) */
@media (max-width: 1024px) and (min-width: 768px) {
  .cs-video-slider__slide {
    flex: 0 0 calc(50% - 20px);
  }
}

/* 1-up (mobile) */
@media (max-width: 767px) {
  .cs-video-slider__slide {
    flex: 0 0 100%;
    margin: 0 5px;
  }
}

/* Video frame */
.cs-video-slider__video {
    width: 100%;
    height: 400px;
    position: relative;
}

/* Actual <video> element (keep it visible + clickable) */
.cs-video-slider__video video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
    opacity: 1!important;
    visibility: visible!important;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
    position: relative;
    z-index: 2;
    pointer-events: auto;
}
/* Text area */
.cs-video-slider__body {
    padding: 16px;
}
.cs-video-slider__text {
    font-size: 15px;
    margin: 0 0 .5rem;
    color: black;
}
.cs-video-slider__review {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .85rem;
    margin-top: 12px;
}

/* Arrows */
.cs-video-slider__arrows {
    text-align: center;
    margin-top: 4rem;
    display: flex;
    gap: 40px;
    justify-content: center;
}
.cs-video-slider__arrow {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 32px;
    margin: 0 5px;
}
/* END_SECTION:cs-video-slider */

/* START_SECTION:cs-vwt (INDEX:18) */
.cs-vwt-main-container {
  background-color: {{ section.settings.bg_color }};
  padding-top: {{ section.settings.padding_top_desktop }}px;
  padding-bottom: {{ section.settings.padding_bottom_desktop }}px;
}

li {
    font-size: 15px;
}

.cs-vwt-inner-wrapper {
  display: flex;
  gap: 7.5px;
  align-items: stretch;
}

ol {
    padding-left: 24px;
}

.cs-vwt-left-side {
  width: 50%;
}

.cs-vwt-right-side {
  width: 50%;
  padding: 24px;
  display: flex;
  align-items: center;
}

.cs-vwt-video-container {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 300px;
}

.cs-vwt-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cs-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: {{ section.settings.video_opacity }};
  pointer-events: none;
}

.cs-vwt__heading {
    font-size: 40px;
    color: #161919;
    font-weight: bold;
    margin-bottom: 16px;
}

.cs-vwt__rich-text {
  font-size: 16px;
  color: #444;
  margin-bottom: 16px;
}

.cs-vwt__simple-text {
    font-size: 16px;
    color: #666;
    font-style: italic;
    margin: 0;
}

.cs-vwt__content {
    width: 100%;
}

/* Desktop 1440px+ */
@media screen and (min-width: 1440px) {
  .cs-vwt-inner-wrapper {
    gap: 40px;
  }
  
  .cs-vwt-right-side {
    padding: 40px;
  }
  
  .cs-vwt__heading {
    font-size: 48px;
    margin-bottom: 24px;
  }
  
  .cs-vwt__rich-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .cs-vwt__simple-text {
    font-size: 18px;
  }
  
  li {
    font-size: 17px;
  }
  
  .cs-vwt-video-container {
    min-height: 400px;
  }
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .cs-vwt-inner-wrapper {
    gap: 15px;
  }
  
  .cs-vwt-right-side {
    padding: 20px;
  }
  
  .cs-vwt__heading {
    font-size: 32px;
    margin-bottom: 12px;
  }
  
  .cs-vwt__rich-text {
    font-size: 15px;
    margin-bottom: 12px;
  }
  
  .cs-vwt__simple-text {
    font-size: 15px;
  }
  
  li {
    font-size: 14px;
  }
  
  .cs-vwt-video-container {
    min-height: 250px;
  }
}

@media screen and (max-width: 989px) {

  .cs-vwt-inner-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .cs-vwt-left-side {
    width: 100%;
    order: 1;
  }
  
  .cs-vwt-right-side {
    width: 100%;
    padding: 20px;
    order: 2;
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .cs-vwt-main-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .cs-vwt-inner-wrapper {
    gap: 15px;
  }
  
  .cs-vwt-right-side {
    padding: 15px;
  }
  
  .cs-vwt__heading {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  
  .cs-vwt__rich-text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  
  .cs-vwt__simple-text {
    font-size: 14px;
    line-height: 1.4;
  }
  
  li {
    font-size: 13px;
    line-height: 1.4;
  }
  
  ol {
    padding-left: 20px;
  }
  
  .cs-vwt-video-container {
    min-height: 200px;
  }
}

/* Small mobile */
@media screen and (max-width: 480px) {
  .cs-vwt-main-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .cs-vwt-right-side {
    padding: 12px;
  }
  
  .cs-vwt__heading {
    font-size: 20px;
    margin-bottom: 8px;
  }
  
  .cs-vwt__rich-text {
    font-size: 13px;
    margin-bottom: 8px;
  }
  
  .cs-vwt__simple-text {
    font-size: 13px;
  }
  
  li {
    font-size: 12px;
  }
  
  ol {
    padding-left: 18px;
  }
  
  .cs-vwt-video-container {
    min-height: 180px;
  }
}
/* END_SECTION:cs-vwt */

/* START_SECTION:nh-iwt-accordian (INDEX:69) */
.cs-iwt-accordion {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 100px; /* Padding for desktop */
  padding-right: 100px;
}

/* Desktop 1440px+ */
@media (min-width: 1440px) {
  .cs-iwt-accordion {
    padding-left: 120px;
    padding-right: 120px;
  }
  
  .cs-iwt-accordion__heading {
    font-size: 40px;
  }
  
  .cs-iwt-accordion__subheading {
    font-size: 18px;
  }
  
  .cs-iwt-accordion__question {
    font-size: 26px;
  }
  
  .cs-iwt-accordion__answer {
    font-size: 16px;
  }
  
  .cs-iwt-accordion__number {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
  
  .cs-iwt-accordion__wrapper {
    gap: 3rem;
    margin-top: 40px;
  }
  
  .cs-iwt-accordion__image {
    width: 520px;
    height: 520px;
  }
  
  .cs-iwt-accordion__image-text {
    font-size: 1.1rem;
    margin-top: 18px;
  }
}

@media (max-width: 1024px) {
  .cs-iwt-accordion {
    padding-left: 40px;  /* Tighter padding on tablet */
    padding-right: 40px;
  }
  
  .cs-iwt-accordion__heading {
    font-size: 28px;
  }
  
  .cs-iwt-accordion__subheading {
    font-size: 15px;
  }
  
  .cs-iwt-accordion__question {
    font-size: 20px;
  }
  
  .cs-iwt-accordion__answer {
    font-size: 13px;
  }
  
  .cs-iwt-accordion__number {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }
  
  .cs-iwt-accordion__wrapper {
    gap: 1.5rem;
    margin-top: 25px;
  }
  
  .cs-iwt-accordion__image {
    width: 400px;
    height: 400px;
  }
  
  .cs-iwt-accordion__image-text {
    font-size: 0.95rem;
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .cs-iwt-accordion {
    padding-left: 16px;  /* Mobile */
    padding-right: 16px;
  }
  
  .cs-iwt-accordion__wrapper {
    flex-direction: column !important;
    align-items: center;
    gap: 2rem;
    margin-top: 20px;
  }
  
  .cs-iwt-accordion__left,
  .cs-iwt-accordion__image {
    width: 100% !important;
  }
  
  .cs-iwt-accordion__heading {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }
  
  .cs-iwt-accordion__subheading {
    font-size: 14px;
    margin-bottom: 1.2rem;
  }
  
  .cs-iwt-accordion__question {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  
  .cs-iwt-accordion__answer {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 8px;
  }
  
  .cs-iwt-accordion__number {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  
  .cs-iwt-accordion__accordion {
    gap: 12px;
    margin-bottom: 0.8rem;
  }
  
  .cs-iwt-accordion__image {
    width: 100%;
    height: 300px;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .cs-iwt-accordion__image-text {
    font-size: 0.9rem;
    margin-top: 10px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .cs-iwt-accordion {
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .cs-iwt-accordion__heading {
    font-size: 20px;
    margin-bottom: 0.6rem;
  }
  
  .cs-iwt-accordion__subheading {
    font-size: 13px;
    margin-bottom: 1rem;
  }
  
  .cs-iwt-accordion__question {
    font-size: 16px;
    margin-bottom: 6px;
  }
  
  .cs-iwt-accordion__answer {
    font-size: 12px;
    margin-top: 6px;
  }
  
  .cs-iwt-accordion__number {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
  
  .cs-iwt-accordion__accordion {
    gap: 10px;
    margin-bottom: 0.6rem;
  }
  
  .cs-iwt-accordion__wrapper {
    gap: 1.5rem;
    margin-top: 15px;
  }
  
  .cs-iwt-accordion__image {
    height: 250px;
  }
  
  .cs-iwt-accordion__image-text {
    font-size: 0.85rem;
    margin-top: 8px;
  }
}

.cs-iwt-accordion__header {
  text-align: center;
  margin-bottom: 2rem;
}

.cs-iwt-accordion__heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cs-iwt-accordion__subheading {
    font-size: 16px;
    margin-bottom: 1.5rem;
    color: #000000;
    margin: 0;
}

.cs-iwt-accordion__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
}

.cs-iwt-accordion__left {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-right: 0px;
    margin-left: 0px;
}

.cs-iwt-accordion__accordion {
    width: 100%;
    padding: 0px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .3s ease;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.cs-iwt-accordion__number {
  background-color: #ffffff;
  border: 2px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.cs-iwt-accordion__accordion.open .cs-iwt-accordion__number {
    background-color: #0b6921;
    color: #fff;
    border-color: #0f501e;
}

.cs-iwt-accordion__content {
  flex: 1;
}

.cs-iwt-accordion__question {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
    padding-top: 0;
    font-weight: 500;
}

.cs-iwt-accordion__answer {
    display: none;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-top: 10px;
}

.cs-iwt-accordion__accordion.open .cs-iwt-accordion__answer {
  display: block;
}

.cs-iwt-accordion__image {
    width: 471px;
    max-width: 100%;
    height: 471px;
}

.cs-iwt-accordion__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px #0000001a;
}

.cs-iwt-accordion__image-text {
  font-size: 1rem;
  margin-top: 15px;
  color: #666;
  text-align: center;
  font-style: italic;
}
/* END_SECTION:nh-iwt-accordian */