/** Shopify CDN: Minification failed

Line 10:26 Unexpected "/"

**/
/* Ayurvedagram Section Styles */
.bg2_sec {
    background: #fffaf5;
}
* Button Animation Class */
.ayurvedagram-section__container .button-animation {
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.ayurvedagram-section__container .button-animation:hover {
  background-color:inherit;
  /* transform: translateY(-1px);
  animation: buttonShake 0.4s ease-in-out; */
  color: #000;
}

.ayurvedagram-section__container .button-animation img {
  transition: transform 0.3s ease;
  width:18px;
  height:18px;
  object-fit:contain;
}

.ayurvedagram-section__container .button-animation:hover img {
  transform: rotate(-180deg);
}

@keyframes buttonShake {
  0%, 100% {
    transform: translateY(-1px) translateX(0);
  }
  25% {
    transform: translateY(-1px) translateX(-1px);
  }
  75% {
    transform: translateY(-1px) translateX(1px);
  }
}


:root {
  --ayurvedagram-bg-color: transparent;
  --ayurvedagram-text-dark: #2a1f3d;
  --ayurvedagram-orange: #E39E5E;
  --ayurvedagram-button-border: #d4a574;
  --ayurvedagram-popup-bg: #350010;
  --ayurvedagram-popup-text: #ffffff;
}
@media (min-width: 768px) {
  .ayurvedagram-section {
    padding-right: 156px;
    padding-left: 156px;
  }
}

.ayurvedagram-section {
  /* background-color: var(--ayurvedagram-bg-color); */
  padding-top: var(--section-padding-top, 4rem);
  padding-bottom: var(--section-padding-bottom, 4rem);
  width: 100%;
  max-width: 1440px;
    margin: 0 auto;
}

.ayurvedagram-section__container {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* Header */
.ayurvedagram-section__header {
  margin-bottom: 0;
  text-align: center;
}

.ayurvedagram-section__header-text {
  color: var(--Brand-Biege, #E39E5E);
text-align: center;
font-family: Avenir;
font-size: 14px;
font-style: normal;
font-weight: 800;
line-height: 130%;
letter-spacing: 2.8px;
text-transform: uppercase;
font-family: 'avenir_heavy' !important;
}

/* Main Heading */
.ayurvedagram-section__main-heading {
color: var(--Neutrals-Black, #000);
text-align: center;
font-family: Amster;
font-size: 48px;
font-style: normal;
font-weight: 300;
line-height: 120%;
letter-spacing: 0.96px;
margin-top: 10px;
margin-bottom: 60px;
}

/* Content Grid */
.ayurvedagram-section__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 768px) {
  .ayurvedagram-section__content {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

/* Left Section */
.ayurvedagram-section__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: var(--left-section-padding-top, 0);
  padding-bottom: var(--left-section-padding-bottom, 0);
  max-width: 553px;
  width: 100%;
}

.ayurvedagram-section__left-image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.ayurvedagram-section__left-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.ayurvedagram-section__left-image-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.ayurvedagram-section__left-image-placeholder svg {
  width: 100%;
  height: 100%;
}

.ayurvedagram-section__left-text {
color: var(--Neutrals-Grey-4, #5A5A5A);
font-family: 'avenir_book' !important;
font-size: 16px;
font-style: normal;
font-weight: 350;
line-height: 150%; 
max-width:455px;
}

.ayurvedagram-section__left-text p {
  margin: 0;
}
.hero__content-wrapper book-call-form-component.book-call-form {
    margin-top: 5px;
}

/* Gallery Button */
.ayurvedagram-section__gallery-button {
  display: flex;
  width: fit-content;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 200px;
  border: 1px solid #9E1D45;
  background-color: transparent;
  cursor: pointer;
}

.ayurvedagram-section__gallery-button:hover {
  background-color: var(--ayurvedagram-button-border);
  color: var(--ayurvedagram-popup-text);
}

.ayurvedagram-section__gallery-button:focus {
  outline: 2px solid var(--ayurvedagram-button-border);
  outline-offset: 2px;
}

.ayurvedagram-section__button-icon {
  font-size: 0.75rem;
  color: var(--ayurvedagram-button-border);
  transition: color 0.3s ease;
}

.ayurvedagram-section__gallery-button:hover .ayurvedagram-section__button-icon {
  color: var(--ayurvedagram-popup-text);
}

.ayurvedagram-section__button-text {
  letter-spacing: 0;
  cursor: pointer;
  font-size:16px;
}

/* Right Section */
.ayurvedagram-section__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: var(--right-section-padding-top, 0);
  padding-bottom: var(--right-section-padding-bottom, 0);
  max-width: 455px;
    width: 100%;
  margin-left: 56px;
}

.ayurvedagram-section__right-text {
  color: #5A5A5A;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 150%;
  max-width: 361px;
}

.ayurvedagram-section__right-text p {
  margin: 0;
}

.ayurvedagram-section__right-text strong {
  font-weight: 600;
}

.ayurvedagram-section__right-image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.ayurvedagram-section__right-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.ayurvedagram-section__right-image-placeholder {
  width: 100%;
  aspect-ratio: 3 / 2;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.ayurvedagram-section__right-image-placeholder svg {
  width: 100%;
  height: 100%;
}

/* Gallery Popup */
.ayurvedagram-section__gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.ayurvedagram-section__gallery-popup[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.ayurvedagram-section__gallery-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.ayurvedagram-section__gallery-popup-content {
  position: relative;
  width: 100%;
  max-width: 140rem;
  max-height: 100vh;
  margin: 2rem;
  background-color: var(--ayurvedagram-popup-bg);
  border-radius: 0.5rem;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap:1rem 2rem;
  overflow-y: auto;
  z-index: 1;
}

@media (min-width: 768px) {
  .ayurvedagram-section__gallery-popup-content {
    padding: 4rem;
  }
  .desktop-none{
    display: none;
  }
}

/* Close Button */
.ayurvedagram-section__gallery-popup-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--ayurvedagram-popup-text);
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.ayurvedagram-section__gallery-popup-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.ayurvedagram-section__gallery-popup-close:focus {
  outline: 2px solid var(--ayurvedagram-popup-text);
  outline-offset: 2px;
}

.ayurvedagram-section__gallery-popup-close svg {
  width: 1rem;
  height: 1rem;
}

/* Gallery Header */
.ayurvedagram-section__gallery-header {
  text-align: center;
  margin-bottom: 1rem;
}

.ayurvedagram-section__gallery-heading {
  color:#E39E5E;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  line-height: 0;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.ayurvedagram-section__gallery-subheading {
  color:#FFF;
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 300;
line-height: 0.9; 
letter-spacing: -0.96px;
}

/* Gallery Slider */
.ayurvedagram-section__gallery-slider {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ayurvedagram-section__gallery-slider-track {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

/* Mobile Layout - Arrows below image */
@media (max-width: 767px) {
  .ayurvedagram-section__gallery-slider {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    display: block;
    position: relative;
  }
  .ayurvedagram-section__left-text,.ayurvedagram-section__right-text{
    font-size: 14px;
    text-align: center;
  }
  .ayurvedagram-section__right-text b{
    font-weight:100;
  }
    .ayurvedagram-section__gallery-slider-track {
      order: 1;
      width: 100%;
    }

    .ayurvedagram-section__gallery-slider-prev,
    .ayurvedagram-section__gallery-slider-next {
      position: static;
      order: 2;
      width: 2rem;
      height: 2rem;
      background: transparent;
      border: 1px solid #FFFFFF;
      margin: 0 0.5rem;
      flex-shrink: 0;
    }

    .ayurvedagram-section__gallery-slider-prev svg,
    .ayurvedagram-section__gallery-slider-next svg {
      width: 1.5rem;
      height: 1.5rem;
      color: rgba(255, 255, 255, 1);
    }

    .ayurvedagram-section__gallery-slider-prev:hover,
    .ayurvedagram-section__gallery-slider-next:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(255, 255, 255, 1);
    }
    .ayurvedagram-section__gallery-heading{
      font-size: 12px;
      font-style: normal;
      font-weight: 800;
      line-height: 130%; /* 15.6px */
      letter-spacing: 2.4px;
      text-transform: uppercase;
      margin-bottom:0;
    }
    .ayurvedagram-section__gallery-subheading {
      padding: 10px 20px;
      margin-top: 0;
      font-size: 34px;
      font-style: normal;
      font-weight: 300;
      line-height: 130%; /* 44.2px */
      letter-spacing:0.68px;
    } 
    .ayurvedagram-section__gallery-popup-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 90px 30px;
    margin: 0 2px;
    width:93%;
    border-radius:0;
    height:868px;
    max-height:100%;
    }
 .ayurvedagram-section__left img {
    height: 210px;
}   
}

.ayurvedagram-section__gallery-slide {
  display: none;
  width: 100%;
}

.ayurvedagram-section__gallery-slide--active {
  display: block;
}

.ayurvedagram-section__gallery-slide-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: .5rem;
  margin: 0 auto;
  aspect-ratio:1.8;
}

.ayurvedagram-section__gallery-slide-placeholder {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.ayurvedagram-section__gallery-slide-placeholder svg {
  width: 100%;
  height: 100%;
}

/* Navigation Arrows */
.ayurvedagram-section__gallery-slider-prev,
.ayurvedagram-section__gallery-slider-next {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  color: var(--ayurvedagram-popup-text);
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.ayurvedagram-section__gallery-slider-prev:hover,
.ayurvedagram-section__gallery-slider-next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.ayurvedagram-section__gallery-slider-prev:focus,
.ayurvedagram-section__gallery-slider-next:focus {
  outline: 2px solid var(--ayurvedagram-popup-text);
  outline-offset: 2px;
}

.ayurvedagram-section__gallery-slider-prev svg,
.ayurvedagram-section__gallery-slider-next svg {
  width: 1.25rem;
  height: 1.25rem;
}


/* Gallery Decorative Divider */
.ayurvedagram-section__gallery-divider {
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ayurvedagram-section__gallery-divider-line {
  width: 100%;
  max-width: 100%;
  height: 1px;
  background-color: rgba(227, 158, 94, 0.3);
}

.ayurvedagram-section__gallery-divider-icon {
  position: absolute;
  background-color: var(--ayurvedagram-popup-bg);
  padding: 0 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ayurvedagram-section__gallery-divider-icon svg {
  width: 39px;
  height: 39px;
}

/* Gallery Thumbnails Wrapper */
.ayurvedagram-section__gallery-thumbnails-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  width: 100%;
}

/* Gallery Thumbnails */
.ayurvedagram-section__gallery-thumbnails {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 0;
  padding-top: 0;
  overflow-x: auto;
  overflow-y: hidden;
  flex: 1;
  position: relative;
  scrollbar-width: none; /* Firefox - hide scrollbar */
  -ms-overflow-style: none; /* IE and Edge - hide scrollbar */
}

.ayurvedagram-section__gallery-thumbnails::-webkit-scrollbar {
  display: none; /* WebKit - hide scrollbar */
}

/* Thumbnail Navigation Buttons */
.ayurvedagram-section__gallery-thumbnails-prev,
.ayurvedagram-section__gallery-thumbnails-next {
  /* Match main slider arrow design */
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  color: var(--ayurvedagram-popup-text);
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  z-index: 2;
}

.ayurvedagram-section__gallery-thumbnails-prev:hover,
.ayurvedagram-section__gallery-thumbnails-next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.ayurvedagram-section__gallery-thumbnails-prev:disabled,
.ayurvedagram-section__gallery-thumbnails-next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.ayurvedagram-section__gallery-thumbnails-prev svg,
.ayurvedagram-section__gallery-thumbnails-next svg {
  width: 1.25rem;
  height: 1.25rem;
}
button.ayurvedagram-section__gallery-button svg {
   transition: color .2s ease, transform .2s ease;
}
button.ayurvedagram-section__gallery-button:hover svg {
    transform: translate(2px);
}

/* Hide thumbnails on mobile */
@media (max-width: 767px) {
  .ayurvedagram-section__gallery-thumbnails-wrapper {
    display: none;
  }

  .ayurvedagram-section__gallery-divider {
    display: none;
  }
.ayurvedagram-section__gallery-slide {
    height: 410px;
}
.ayurvedagram-section__gallery-slide-image{
  height:100%;
}
}
@media(max-width:749px){
  .ayurvedagram-section{
        padding-top: 100px;
    padding-bottom: 100px;
  }
}
.ayurvedagram-section__gallery-thumbnail {
  width: 120px;
  height: 120px;
  padding: 0;
  border: none;
  border-radius: 0.5rem;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
}

.ayurvedagram-section__gallery-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  z-index: 1;
  border-radius: 0.5rem;
}

.ayurvedagram-section__gallery-thumbnail:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.ayurvedagram-section__gallery-thumbnail:hover {
  transform: translateY(-2px);
}

.ayurvedagram-section__gallery-thumbnail--active::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.ayurvedagram-section__gallery-thumbnail--active {
  border: 2px solid var(--ayurvedagram-orange);
  box-shadow: 0 4px 12px rgba(227, 158, 94, 0.3);
}

.ayurvedagram-section__gallery-thumbnail:focus {
  outline: 2px solid var(--ayurvedagram-popup-text);
  outline-offset: 2px;
}

.ayurvedagram-section__gallery-thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0.5rem;
}

.ayurvedagram-section__gallery-thumbnail-placeholder {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.ayurvedagram-section__gallery-thumbnail-placeholder svg {
  width: 100%;
  height: 100%;
}


/* Mobile Responsive */
@media (max-width: 767px) {
  .ayurvedagram-section__container {
    padding: 0 30px;
  }

  .ayurvedagram-section__content {
    gap: 20px;
  }

  .ayurvedagram-section__left,
  .ayurvedagram-section__right {
    gap: 1.5rem;
  }

  /* .ayurvedagram-section__gallery-popup-content {
    margin: 1rem;
    padding: 2rem 1.5rem 15rem 1rem;
  } */

  .ayurvedagram-section__gallery-popup-close {
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .ayurvedagram-section__header-text {
    font-size: 12px;
    letter-spacing: 2.4px;
}
.ayurvedagram-section__main-heading {
  font-size: 34px;
  font-weight:  300 !important;
  line-height: 130%;
  letter-spacing: 0.68px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.ayurvedagram-section__right {
  flex-direction: column-reverse;
  margin-left: 0;
  padding-top: 0;
}
.mobile-none {
  display: none;
}
.ayurvedagram-section__gallery-button{
  margin: 0 auto;
}
button.ayurvedagram-section__gallery-slider-prev {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 40%;
    top: 120%;
}
button.ayurvedagram-section__gallery-slider-next {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 58%;
    top: 120%;
}
}

@media screen and (min-width:1440px){
  .ayurvedagram-section__left-image {
    min-width: 553px;
  }
}