/** Shopify CDN: Minification failed

Line 14:0 Unexpected "<"
Line 117:0 Unexpected "<"
Line 1008:0 Unexpected "<"
Line 1104:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:acc (INDEX:3) */
<style>
.faq-with-image-section {
  padding: 60px 20px;
  background-color: #ffffff;
}
.faq-with-image-section .container {
  padding: 10px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.faq-left {
  flex: 1 1 50%;
}
.faq-left h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.faq-left h2 strong {
  font-weight: 600;
}
.faq-left h2 em {
  font-weight: 400;
}

.accordion-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 0;
}
.accordion-header {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  transition: color 0.3s ease;
}
.accordion-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-size: 16px;
  padding: 0;
  color: #444;
}
.accordion-item.active .accordion-body {
  max-height: 1000px;
  padding-top: 10px;
}
.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
  content: "-";
}

.faq-right {
  
    
    display: flex
;
    justify-content: center;
  flex: 1 1 40%;
  text-align: center;
}
.faq-right img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media screen and (max-width: 768px) {
  .faq-with-image-section .container {
    flex-direction: column;
  }
  .accordion-header {
    font-size:16px;
  }
  .faq-left h2 {
    font-size:28px;
    
  }
  .faq-right {
    order: -1;
  }
}
h3.h3transformation {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing:0px;
    line-height:1.3;
}
</style>
/* END_SECTION:acc */

/* START_SECTION:columns (INDEX:21) */
.multicolumn-section {
  
  padding: 3rem 1rem;
  background-color: #f9f9f7;
  text-align: center;
}
  .multicolumn-section {
    padding-bottom: 20px;
}

.multicolumn-section .main-heading {
  font-size: 40px;
  font-weight: 700;
  color: #9c9587;
  margin-bottom: 2rem;
  text-align: center;
}

.columns-wrapper {
  display: grid;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.column-block {
  padding: 1.5rem 0;

  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.column-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.08);
}

.column-block img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.column-block h3 {
 font-size: 24px;
  color: #9c9587;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.column-block p {
  color: #9c9587;
  font-size: 18px;
  line-height: 1.6;
}
  @media only screen and (max-width: 769px) {
    .multicolumn-section .main-heading {
  font-size: 32px;}
  .multicolumn-section {
    padding-bottom: 20px;
}
  .column-block {
     
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
        
       
        flex-direction: column;
    padding:0px;
  }
  .column-block p {
    width: 80%;}}
/* END_SECTION:columns */

/* START_SECTION:doctor-cta (INDEX:29) */
.doctor-cta {
  background-size: cover;
  background-position: center;
  padding: 60px 20px;
  text-align: center;
  color: #333;
  position: relative;
}

.doctor-cta .cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.doctor-cta .cta-text-block {
  width: 100%;
  max-width: 350px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 10px;
  display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  margin-bottom: 60px;
}

.doctor-cta h2 {
  width: 100%;
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}

.doctor-cta .cta-text-block h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.doctor-cta .cta-text-block p {
  font-size: 16px;
  margin-bottom: 10px;
}

.doctor-cta .cta-text-block a {
  display: inline-block;
  background-color: #4A4A4A;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.doctor-cta .cta-text-block a:hover {
  background-color: #333;
}

.doctor-cta .doctor-image {
  max-width: 100%;
  height: auto;
}
/* .doctor-cta .cta-content {
    height: 550px;} */
  .doctor-cta .cta-text-block p {
    text-align: center;}
@media (max-width: 768px) {
  .doctor-cta .cta-content {
    flex-direction: column;
    align-items: center;
  }
  .doctor-cta h2 {
    width: 100%;
    font-size: 28px;
  margin-bottom:0px;}
  .doctor-cta .cta-text-block {margin-bottom:0px;
                              background: transparent;}
  .doctor-cta {
        height: 100vh;
  justify-content: flex-start !important;
  padding:15px!Important;}
  .doctor-cta .cta-text-block{
    padding:0px!Important;
  }
}
  .doctor-cta {
  background-image: url("your-default-image.jpg"); /* optional fallback */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: scroll; /* consider 'fixed' only if needed */
  padding: 60px 20px;
  text-align: center;
  color: #333;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
  @media (min-width: 1025px) {
 .doctor-cta .cta-content {
  margin-right: 60px;
    margin-left: 50px;}
}
/* END_SECTION:doctor-cta */

/* START_SECTION:leftimage (INDEX:53) */
.text-image-slider {
  display: flex;
  flex-wrap: wrap;

}
.text-image-slider__left,
.text-image-slider__right {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 2.5rem;
}
.text-image-slider__left {
  flex-direction: column;
  text-align: center;
}
.text-image-slider__right img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
}
.slider-navigation {
   
    width: 100%;
    justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.slider-navigation button {
  color: #80A48A;
  background: none;
  border: 2px solid #80A48A;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  cursor: pointer;
}
.text-image-slide {
  display: none;
}
.text-image-slide.is-active {
  display: block;
}


/* Responsive */
@media (max-width: 768px) {
  .text-image-slider {
    flex-direction: column;
    height: auto;
  }
}
/* END_SECTION:leftimage */

/* START_SECTION:owneer (INDEX:68) */
.custom-text-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.custom-text-image-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.custom-text-image {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

.custom-text-image__left,
.custom-text-image__right {
  flex: 1;
}

.custom-text-image__left {
  text-align: left;
}

.custom-text-image__right {
  text-align: center;
}

.custom-text-image__right img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.custom-text-image__caption {
  margin-top: 1rem;
  font-size: 1rem;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.custom-text-image__caption a {
  color: #0A66C2;
  text-decoration: none;
}

.custom-text-image__caption svg {
  width: 20px;
  height: 20px;
  fill: #0A66C2;
}
  .custom-text-image__right {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex
;}
  svg:not(:root) {
    margin-bottom: 2px;
  }

  .custom-text-image-wrapper {
    align-items: center;
    flex-direction: column;
    display: flex
;}
  .custom-text-image-heading {
    width: 50%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;}
  
@media screen and (max-width: 768px) {
  .custom-text-image {
    flex-direction: column;
    text-align: center;
  }
  .custom-text-image-heading {
    width:100%;
  }

  .custom-text-image__left {
    text-align: center;
  }
  .desktop{
  display:block !important;
    margin-bottom: 30px;
}
  .mobile{
  display:none !important;
}
  .custom-text-image__caption h5 {
 
  font-size: 1.1rem !important;}
}
  .custom-text-image__caption {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
 .mobile{
  display:block;
}
.custom-text-image__caption h5 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
}

.custom-text-image__caption svg {
  vertical-align: middle;
  transition: transform 0.2s ease;
}
.desktop{
  display:none;
}
.custom-text-image__caption a:hover svg {
  transform: scale(1.1);
}

  @media (min-width: 1800px) {
   .custom-text-image-heading {
     font-size:3.2rem !important;}
   .custom-text-image__left {
    font-size: 1.4rem !important;}
   .custom-text-image__caption h5 {
    
    font-size: 1.5rem !important;
    
}}
/* END_SECTION:owneer */

/* START_SECTION:phylogo (INDEX:70) */
.icon-section {
  padding: 40px 0;
  background: #fff;
  text-align: center;
}

.icon-section-heading {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  color:#9C9587;
}

.icon-wrapper {
  overflow: hidden;
}

.icon-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;
  width: 100%;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 15%;
}

.icon-item img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  margin-bottom: 12px;
}

.icon-item-text {
  font-size: 16px;
  color: #333;
}

/* Mobile marquee behavior */
@media screen and (max-width: 768px) {
  .icon-grid {
    animation: marquee-scroll 10s linear infinite;
    width: max-content;
  }

  @keyframes marquee-scroll {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
  }

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

  .icon-item-text {
    font-size: 14px;
  }

  .icon-section-heading {
    font-size: 28px;
    padding-left: 10px;
        padding-right: 10px;
  }
}
/* END_SECTION:phylogo */

/* START_SECTION:physcience (INDEX:71) */
.responsive-image-section {
  width: 100%;
}

/* DESKTOP */
@media (min-width: 750px) {
  .desktop-stack {
    display: block;
  }
  .desktop-stack picture {
    width: 100%;
  }
  .desktop-stack img {
    width: 100%;
    height: auto;
    display: block;
  }
  .mobile-carousel-container {
    display: none;
}
}

/* MOBILE CAROUSEL */
@media (max-width: 749px) {
  .mobile-carousel-container {
    position: relative;
  }

  .mobile-carousel-wrapper {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    display: flex;
    -webkit-overflow-scrolling: auto;
    scroll-behavior: smooth;
    scroll-snap-stop: always;
  }

  .carousel-slide {
    flex: 0 0 100vw;
    scroll-snap-align: start;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .desktop-stack {
    display: none;
  }

  .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background:transparent;
    border: 2px solid #80A48A;
    border-radius:50%;
    font-size: 1rem;
   height:30px;
    width:30px;
    z-index: 10;
    cursor: pointer;
  }

  .carousel-nav.prev {
    left: 10px;
  }

  .carousel-nav.next {
    right: 10px;
  }
}
/* END_SECTION:physcience */

/* START_SECTION:physplit (INDEX:72) */
.physlider-wrapper {
  position: relative;
  overflow: hidden;
}

.physlider-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px;
  gap: 40px;
}

.physlider-image {
  flex: 1 1 45%;
  padding: 0 20px;
}
.physlider-image img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: 12px;
  display: none;
  transition: opacity 0.4s ease;
}
.physlider-image img.active {
  display: block;
  opacity: 1;
}

.physlider-content {
  flex: 1 1 50%;
  position: relative;
  padding: 0 60px; /* Extra space for arrows */

}

.physlider-text-block {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.physlider-text-block.active {
  display: block;
  opacity: 1;
}

.physlider-content h2 {
  font-size: 28px;
  margin-bottom: 12px;
}
.physlider-content p {
  font-size: 16px;
  line-height: 1.6;
}
.physlider-points {
  margin-top: 20px;
}
.physlider-points p {
  margin: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.physlider-points p::before {
  content: "★";
  color: #80A48A;
}

.physlider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border: 2px solid #9C9587;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
.physlider-arrow:hover {
  background-color: #f9f9f9;
  transform: translateY(-50%) scale(1.05);
}
.physlider-arrow svg {
  width: 20px;
  height: 20px;
  stroke: #9C9587;
  stroke-width: 3;
  fill: none;
}
.physlider-arrow.left {
  left: 0;
  
}
.physlider-arrow.right {
  right: 0;
 
}

/* Responsive */
@media (max-width: 768px) {
  .physlider-section {
    flex-direction: column;
    padding: 30px 16px;
  }

  .physlider-content {
    
        padding-right: 20px;
        padding-left: 20px;
  }

  .physlider-content h2 {
    font-size: 22px;
  }
.physlider-arrow {
    position: absolute;
    top: -10%;}
  /* .physlider-arrow.left,
  .physlider-arrow.right {
    display: none;
  } */
}
/* END_SECTION:physplit */

/* START_SECTION:physplit2 (INDEX:73) */
.csr-wrapper {
  position: relative;
  overflow: hidden;
}

.csr-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px;
  gap: 40px;
  direction: ltr;
}

.csr-content {
  flex: 1 1 50%;
  position: relative;
  padding: 0 60px; /* For arrows */
 
}

.csr-text-block {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.csr-text-block.active {
  display: block;
  opacity: 1;
}

.csr-content h2 {
  font-size: 28px;
  margin-bottom: 12px;
}
.csr-content p {
  font-size: 16px;
  line-height: 1.6;
}
.csr-points {
  margin-top: 20px;
}
.csr-points p {
  margin: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.csr-points p::before {
  content: "★";
  color: #80A48A;
}

.csr-image {
  flex: 1 1 45%;
  padding: 0 20px;
}
.csr-image img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: 12px;
  display: none;
  transition: opacity 0.4s ease;
}
.csr-image img.active {
  display: block;
  opacity: 1;
}

.csr-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border: 2px solid #9C9587;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
.csr-arrow:hover {
  background-color: #f9f9f9;
  transform: translateY(-50%) scale(1.05);
}
.csr-arrow svg {
  width: 20px;
  height: 20px;
  stroke: #9C9587;
  stroke-width: 3;
  fill: none;
}
.csr-arrow.left {
  left: 0;
}
.csr-arrow.right {
  right: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .csr-section {
    flex-direction: column-reverse;
    padding: 30px 16px;
  }
.csr-arrow {
  position: absolute;
  top: -10%;}
  .csr-content {
   
        padding-right: 20px;
        padding-left: 20px;
  }

  .csr-content h2 {
    font-size: 22px;
  }

  /* .csr-arrow.left,
  .csr-arrow.right {
    display: none;
  } */
}
/* END_SECTION:physplit2 */

/* START_SECTION:phyticked (INDEX:74) */
.scroll-checklist-section {
  padding: 60px 20px;
  background: #fff;
  color: #9C9587;
  max-width: 1000px;
  margin: 0 auto;
}

.scroll-checklist-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #9C9587;
}

.scroll-checklist-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .scroll-checklist-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .scroll-checklist-item .tick {
  font-size: 24px !important;}
  .scroll-checklist-item {
    font-size: 20px !Important;
  }
  .scroll-checklist-heading {
  text-align: center;
  font-size: 40px !important;}
}

.scroll-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}
.scroll-checklist-item .tick svg {
  width: 42px;
  height: 42px;
  fill: #519E35;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s ease;
}
.scroll-checklist-item.tick-visible .tick svg {
  opacity: 1;
  transform: scale(1);
}
/* END_SECTION:phyticked */

/* START_SECTION:proof (INDEX:78) */
<style>
  
  .proof-slider-section{
    padding-bottom:40px;
  }
.proof-slider-section {
  text-align: center;
  padding: 0px 20px 0px;
  background-color: #ffffff;
}

.proof-slider-section h2 {
  text-align:center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.proof-slider-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.proof-slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.proof-slider-track img {
  width: 100%;
  flex-shrink: 0;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.proof-slider-dots {
  margin-top: 20px;
  text-align: center;
}
.proof-slider-dots .dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.proof-slider-dots .dot.active {
  background-color: #333;
}
  @media (max-width: 768px) {
    .proof-slider-section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
  }
  .proof-slider-section{
    margin-top:60px;
  }}
  .proof-slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.proof-slider-nav button {
  background-color: transparent;
  color: #80A48A;
  border: 2px solid #80A48A;
  font-size: 24px;
  cursor: pointer;
  height:40px;
  width:40px;
  border-radius: 50%;
  pointer-events: all;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}


/* .proof-slider-nav button:hover {
  background-color: rgba(0,0,0,0.8);
} */
  .proof-slider-track .panel {
  flex: 0 0 100%;
  width: 100%;
}


</style>
/* END_SECTION:proof */