/** Shopify CDN: Minification failed

Line 299:8 Expected identifier but found whitespace
Line 299:10 Unexpected "{"
Line 299:19 Expected ":"
Line 299:43 Expected ":"
Line 300:9 Expected identifier but found whitespace
Line 300:11 Unexpected "{"
Line 300:20 Expected ":"
Line 300:44 Expected ":"
Line 301:19 Expected identifier but found whitespace
Line 301:21 Unexpected "{"
... and 1 more hidden warnings

**/


/* CSS from section stylesheet tags */
.bestlife-section-wrapper {
  padding: 60px 150px;
  margin-left: auto;
  margin-right: auto;
 max-width: var(--max-width);
}

.bestlife-article-grid {
  height: 80%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .bestlife-article-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.bestlife-card {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.bestlife-card__image-wrapper {
  position: relative;
}

.bestlife-card__image-wrapper img {
  align-items: center;
  border-radius: 5px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4/3;
  display: block;
}

.bestlife-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* instead of space-between */
  height: auto; /* remove the fixed 80% height */
  text-align: left;
}

.bestlife-card__title {
  line-height: 1.4;
  font-size: 21px;
  font-weight: 700 !important;
  margin-bottom: 6px;
  color: #2A2A2A;
}

.bestlife-card__excerpt {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}

.bestlife-read-more-button {
  margin-top: auto;
  background: #b4975a;
  color: #2a2a2a;
  font-weight: 500 !important;
  padding: 8px 20px;
  font-size: 23px !important;
  text-decoration: none;
  width: fit-content;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.bestlife-read-more-button:hover {
  background: #2a2a2a;
  color: #b4975a;
}

.bestlife-section-header {
  text-align: center;
  margin-bottom: 28px;
}

.bestlife-section-header h2 {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 800;
  letter-spacing: 1px;
  color: #2A2A2A;
  margin: 0 auto;
  line-height: 1.4;
}

/* Scroll wrapper for mobile */
.bestlife-article-scroll-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.container, .max-w-page {
  max-width: var(--max-width) !important;
}
.container{
      padding: 0 0 !important;
}
/* On mobile, turn grid into horizontal scroll */
@media screen and (max-width: 767px) {
  .bestlife-section-header {
    margin: 0 auto;
  max-width: 355px;

}
  .bestlife-read-more-button {

  padding: 5px 15px;
  font-size: 18px !important;
 
}

  .bestlife-section-wrapper{
    padding:0 0px !important;
  }
  .bestlife-article-grid {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 20px;
  }

  .bestlife-card {
    flex: 0 0 85%;
    max-width: 85%;
  }
.bestlife-article-scroll-container {
    padding: 20px;
}
}
.blog-article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-items: center;
}

@media screen and (min-width: 768px) {
  .blog-article-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-card {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background-color: transparent;
  box-shadow: none;
}

.blog-card__image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.blog-card__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.read-more-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: white;
  color: #2A2A2A;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  transition: background 0.3s ease;
}

.read-more-button:hover {
  background: #f4f4f4;
}

.blog-card__content {
  margin-top: 12px;
  text-align: left;
}

.blog-card__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.blog-card__excerpt {
  font-size: 14px;
  color: #777;
}

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

.section-header h2 {
  font-size: 46px;
  font-weight: 800;
  letter-spacing:1px;
  color: #2A2A2A;
  margin: 0;
}

.view-all-button {
  border: 1px solid white;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: white;
  background-color:  #a5854d;
  transition: all 0.3s ease;
}

.view-all-button:hover {
  background-color: white;
  border: 1px solid #a5854d;
  color: #a5854d;
}
.icon-row-outer {
  overflow: hidden;
  padding: 40px 20px;
}

.icon-row-container {
  overflow: hidden;
  position: relative;
}

.icon-row-track {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 150px;
  width: max-content;
  animation: scrollIcons 30s linear infinite;
}
@media (max-width: 768px) {
.icon-row-track {
  gap: 95px;

}
}
.icon-item {
  text-align: center;
  max-width: 150px;
  flex: 0 0 auto;
}

.icon-circle {
  width: {{ section.settings.icon_size }}px;
  height: {{ section.settings.icon_size }}px;
  background-color: {{ section.settings.circle_background_color }};
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px auto;
}

.icon-circle img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
}

.icon-label {
  font-size: 15px;
  line-height: 1.2;
  text-wrap: balance;
  font-weight: 500;
  color: #2a2a2a;
}

@keyframes scrollIcons {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-25%);
  }
}
.heading-image-section {
  max-width: 1200px;
  margin: auto;
}

.heading-image-section .section-heading {
  margin-bottom: 10px;
}

.heading-image-section img {
  display: block;
  margin: auto;
}

/* Mobile: make image scrollable and bigger */
@media screen and (max-width: 768px) {
  .image-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .image-scroll-wrapper img {
    display: inline-block;
    max-width: none;
    width: 200%; /* bigger than screen */
    min-width: 200%;
  }

  .heading-image-section .section-heading {
    font-size: var(--mobile-heading-size);
  }
}
.right-accordion-container {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0;
  
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

.right-accordion {
    width: 48%;
    padding-right: 82px;
}

.accordion-item {
  border-bottom: 1px dashed #ccc;
  border-bottom-style: dashed;
  border-bottom-width: 2px;
}


.accordion-toggle {
  width: 100%;
  padding: 1rem 0;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-title {
  
  font-weight: 500;
  color: #2A2A2A;
  font-size: 18px;
}

.accordion-icon {
  font-size: 25px;
  font-weight: 400;
  color: #2A2A2A;
  transition: transform 0.2s ease;
}

.accordion-content {
  display: none;
  padding: 0 0 1rem 0;
  font-size: 18px;
}

.accordion-item.active .accordion-content {
  display: block;
}
  /* ✅ Mobile-specific adjustments */
@media (max-width: 768px) {
  .right-accordion {
    width: 100%;
    padding-right: 10px;
      padding-left: 10px;

  }

  .right-accordion-container {
    justify-content: center;
    padding: 1rem;
  }
}
.blog-article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 32px;
  justify-items: left;
}

@media screen and (min-width: 768px) {
  .blog-article-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-card {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background-color: transparent;
  box-shadow: none;
}

.blog-card__image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.blog-card__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.read-more-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: white;
  color: #2A2A2A;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  transition: background 0.3s ease;
}

.read-more-button:hover {
  background: #f4f4f4;
}

.blog-card__content {
  margin-top: 12px;
  text-align: left;
}

.blog-card__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.blog-card__excerpt {
  font-size: 14px;
  color: #777;
}

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

.section-header h2 {
  font-size: 46px;
  font-weight: 800;
  letter-spacing:1px;
  color: #2A2A2A;
  margin: 0;
}

.view-all-button {
  border: 1px solid white;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: white;
  background-color:  #a5854d;
  transition: all 0.3s ease;
}

.view-all-button:hover {
  background-color: white;
  border: 1px solid #a5854d;
  color: #a5854d;
}
@media screen and (max-width: 767px) {
  .blog-article-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .blog-card {
    flex: 0 0 80%;
    scroll-snap-align: start;
    max-width: 80%;
    border-radius: 16px;
  }

  .blog-card__image-wrapper img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }

  .read-more-button {
    font-size: 13px;
    padding: 8px 16px;
    bottom: 12px;
    right: 12px;
  }

  .blog-card__content {
    padding-inline: 10px;
  }

  .blog-card__title {
    font-size: 15px;
  }

  .blog-card__excerpt {
    font-size: 13px;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .view-all-button {
    font-size: 13px;
    padding: 6px 14px;
  }

  /* Hide scrollbar for all browsers */
  .blog-article-grid::-webkit-scrollbar {
    display: none;
  }
  .blog-article-grid {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.accordion-faq--bottom-cta {
       display: flex;
       justify-content: flex-start;
       align-items: flex-end;
       gap: 20px;
     }
     .accordion-faq--bottom-cta p {
       color: #2A2A2A;
       font-size: 16px !important;
       margin-bottom: 10px;
     }

     .section--accordion-faq .accordion {
       width: 100%;
       margin: 0 auto;
       color: #fff;
     }
  .section--accordion-faq .accordion-item {
      cursor: pointer;
      user-select: none;
  }
  .section--accordion-faq .accordion-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 15px;
      padding-block: 15px;
  }
     .section--accordion-faq .accordion-question h3 {
       color: #2A2A2A;
       font-size: 22px;
         font-family: "Fira Sans";
       /*font-weight: 500; */
       margin: 0;
     }
  .section--accordion-faq .accordion-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height .4s ease;
      max-width: 100%;
      font-size: 18px;
      color: #2A2A2A;
  }
    .section--accordion-faq .accordion-question .accordion-icon {
      height: 30px;
      width: 30px;
      min-width: 28px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #2A2A2A;
      transition: .3s;
  }
    .gt-faq-sub-heading h6{
      font-size: 20px;
         font-family: "Fira Sans"
    }

     .section--accordion-faq .accordion-item.active .accordion-icon {
       background-color: #2A2A2A;
       transition: 300ms;
     }
     .section--accordion-faq .accordion-item.active .accordion-answer {
       margin-top: 12px;
      font-family: "Fira Sans";

     }

     .section--accordion-faq .accordion-icon svg {
       width: 14px;
       height: 14px;
       transition: opacity 0.3s ease;
     }
     .section--accordion-faq .accordion-icon svg.minus {
       display: none;
     }
     .section--accordion-faq .accordion-item.active .accordion-icon svg.plus {
       display: none;
     }
     .section--accordion-faq .accordion-item.active .accordion-icon svg.minus {
       display: inline;
     }

     .section--accordion-faq {
       display: flex;
       justify-content: center;
       align-items: center;
     }

     .accordion-faq--content {
       display: flex;
       align-items: stretch;
       gap: 30px;
         font-family: "Fira Sans";
     }

     .accordion-faq--column.content-details {
       align-items: stretch;
       display: flex;
       flex-wrap: wrap;
      font-family: "Fira Sans";

     }

    .accordion-faq--content  .pre-button-desc {
       color: #F5F5F5;
      opacity: 0.8;
      font-family: "Fira Sans";

     }

     @media only screen and (min-width: 1281px) {
       .accordion-faq--content.accordion-left {
         flex-direction: row-reverse;
       }
       .accordion-faq--content.accordion-right {
       max-width: 1300PX;
         flex-direction: row;
       }

       .accordion-faq--content.accordion-left .content-details {
         padding-left: 82px;
       }
       .accordion-faq--content.accordion-right .content-details {
         padding-right: 82px;
       }
       .accordion-faq--column {
         width: 50%;
       }
     }

     @media only screen and (min-width: 981px) and (max-width: 1280px) {
       .accordion-faq--content.accordion-left {
         flex-direction: row-reverse;
       }
       .accordion-faq--content.accordion-right {
         flex-direction: row;
       }

       .accordion-faq--content.accordion-left .content-details {
         padding-left: 50px;
       }
       .accordion-faq--content.accordion-right .content-details {
         padding-right: 50px;
       }
       .accordion-faq--column {
         width: 50%;
       }
     }

     @media only screen and (max-width: 980px) {
           .section--accordion-faq .accordion-item.active .accordion-answer {
            text-align: left;
          }
       .accordion-faq--content.accordion-left {
         flex-direction: column-reverse !important;
       }
  
       .accordion-faq--content.accordion-left .content-details {
         padding-left: 0px;
       }
       .accordion-faq--content.accordion-right .content-details {
         padding-right: 0px;
       }
       .accordion-faq--column {
         width: 100%;
       }

     }


     @media only screen and (max-width: 980px) {
       .accordion-faq--content {
        text-align: center;
         display: flex;
         flex-wrap: wrap;
         flex-direction: column-reverse;
         gap: 30px;
       }
       .gt-faq-image-wrapper {
      width: 100%;
      height: 100%;
  }
     .gt-faq-box  .gt-faq-image-wrapper {
      width: 100%;
      height: 100%;
      aspect-ratio: 1/1;
  }
       .gt-faq-box  .gt-faq-content {
        
      flex-direction: column;
      align-items: start;
      gap: 10px;
      left: -8px;
  }
       a.gt-faq-button {
      font-size: 12px;
  }
       .gt-faq-title h4 {
      font-size: 22px !important;
  }
       .section--accordion-faq .accordion-question h3 {
        text-align: left;
      font-size: 20px;
  }
     }
.why-choose {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding:60px 80px;
  box-sizing: content-box;
}

.why-choose h2 {
  text-align: center;
  font-size: clamp(28px, 5vw, 50px) !important;
  font-weight: bold;
  margin-bottom: 20px;
  color: #b4975a;
  text-transform: uppercase;
}

/* Table container for mobile scroll */
.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table.compare-table {
  border-radius: 30px;
  border-collapse: collapse;
  width: 100%;
  min-width: 700px; /* Helps for scroll on mobile */
}

.abc1 {
  font-size: 18px !important;
  text-align: left;
}

.abc2 {
  font-size: 18px !important;
  text-align: right;
}

table.compare-table {
  border-collapse: collapse;
}

table.compare-table td,
table.compare-table th {
  border: 1px solid #b4975a; /* Inner borders */
  padding: 15px;
  vertical-align: middle;
  line-height: 1.2;
}

@media (min-width: 767px){
  tr:has(.no-border) > td:not(.no-border) {
    min-width: 420px;
  }
}

@media (max-width: 767px){
  tr:has(.no-border) > td {
    min-width: 350px;
  }
}


table.compare-table tr:first-child th {
  border-top: none; /* Remove top border */
}

table.compare-table tr:last-child td:first-child {
  border-bottom: 20px solid pink;
}

/* Right bottom cell border in grey */
table.compare-table tr:last-child td:last-child {
  border-bottom: 20px solid grey;
}
table.compare-table tr td:first-child,
table.compare-table tr th:first-child {
  border-left: none; /* Remove left border */
}

table.compare-table tr td:last-child,
table.compare-table tr th:last-child {
  border-right: none; /* Remove right border */
}

table.compare-table th {
  font-weight: bold;
  font-size: 30px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
}

/* Remove border between middle images */
table.compare-table td.no-border {
  border-left: none;
  border-right: none;
  padding: 0 !important;
}

.compare-table td.no-border img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 0 !important;
  max-height: calc(50px * 3.2);

}

/* Header styling */
.left-header {
  background-color: #eebdb6;
  border-top-left-radius: 10px;
}
.right-header {
  background-color: #bfb4ab;
  border-top-right-radius: 10px;
}

/* Ensure images in rowspan match height */
.compare-table tr td.no-border {
  height: 100%;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .why-choose{
        padding: 20px 20px;
  }
  .abc1, .abc2 {
    font-size: 16px !important;
  }
    /* Target td and th elements within your table */
  .table-wrapper table.compare-table td,
  .table-wrapper table.compare-table th {
    padding: 10px; /* Adjust this value as needed */
    /* You might also want to adjust font-size or line-height for better readability */
    /* font-size: 14px; */
    /* line-height: 1.4; */
  }
  /* Ensure the table and wrapper don't have fixed heights on mobile */
  .table-wrapper,
  .table-wrapper table.compare-table {
    height: auto !important; /* Use !important if necessary to override existing fixed heights */
    max-height: none !important; /* Ensure no max-height is limiting the size */
  }
}