@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body,
html {
  font-family: "Nunito Sans", sans-serif;
  color: #2E2E2E;
  line-height: 1.6;
  scroll-behavior: smooth;
}

@media (max-width: 991px) {
  .desk-display {
    display: none;
  }
}
@media (min-width: 991px) {
  .mobile-display {
    display: none;
  }
}
button {
  font-family: "Nunito Sans", sans-serif;
}

.list.bottom-spacing {
  margin-bottom: 15px;
}
.list li {
  position: relative;
  z-index: 1;
  padding-left: 35px;
  margin-bottom: 10px;
  font-weight: 500;
}
.list li:last-child {
  margin: 0;
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: url(../img/icons/divider.svg) no-repeat;
  background-size: 24px;
  background-position: left center;
}
.list.white li,
.list.white span {
  color: #fff;
  border-color: #ffdf4f;
}

p,
span,
li,
strong,
b,
a,
ul,
ol {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #494040;
  font-size: clamp(14px, 1.5vw, 16px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}

.full-height {
  height: 100%;
}

.spacing {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .spacing {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .spacing {
    padding: 30px 0;
  }
}

.top-margin {
  margin-top: clamp(10px, 1.8vw, 22px) !important;
}

.multi-btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.multi-btns.center {
  justify-content: center;
}
.multi-btns .theme-btn {
  justify-content: center;
}
@media (max-width: 575px) {
  .multi-btns .theme-btn {
    flex-grow: 1;
  }
}

button {
  border: none;
  box-shadow: none;
  background: transparent;
}

.theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  color: #fff;
  background: #027a38;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}
.theme-btn:hover {
  background: #3a6548;
  /* Darker green on hover */
  transform: translateY(-1px);
}
.theme-btn::after {
  content: "→";
  font-size: 16px;
  transition: transform 0.3s ease;
}
.theme-btn:hover::after {
  transform: translateX(2px);
}
.theme-btn {
  /* Alternative styles */
}
.theme-btn.alt {
  background: #ffdf4f;
  /* Earth tone */
  color: #2E2E2E;
}
.theme-btn.alt:hover {
  background: #f8b302;
  color: #fff;
}
.theme-btn.white {
  background: #fff;
  color: #027a38;
  border: 1px solid #e0e0e0;
}
.theme-btn.white:hover {
  background: #f5f5f5;
}
.theme-btn.pay-btn::after {
  display: none;
}
@media (max-width: 991px) {
  .theme-btn {
    padding: 8px 13px;
    font-size: 13px;
    gap: 6px;
  }
}

.divider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50px;
  border: none;
  max-width: 900px;
  margin: 40px auto;
  overflow: visible;
  background: url("../img/icons/divider.svg") no-repeat;
  background-position: center;
  background-size: 50px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.divider::before, .divider::after {
  content: "";
  position: relative;
  height: 2px;
  width: calc(50% - 30px);
  border-radius: 50%;
}
.divider::before {
  background: linear-gradient(to left, #027a38, #ffdf4f);
}
.divider::after {
  background: linear-gradient(to left, #ffdf4f, #027a38);
}
.divider.empty {
  margin: 0 auto;
}

.heading-wrap {
  margin-bottom: clamp(20px, 2.5vw, 30px);
  display: flex;
  flex-flow: column;
  gap: 8px;
  padding-left: 15px;
  border-left: 8px solid #2E2E2E;
}
.heading-wrap.center {
  align-items: center;
  border: none;
  padding-left: 0;
}
.heading-wrap.center h1,
.heading-wrap.center h2,
.heading-wrap.center h3,
.heading-wrap.center h4,
.heading-wrap.center h5,
.heading-wrap.center h6,
.heading-wrap.center p,
.heading-wrap.center span {
  text-align: center;
}
.heading-wrap.center .common-heading {
  align-items: center;
}
.heading-wrap.center::before {
  background-position: center;
  display: block;
}
.heading-wrap .title {
  font-weight: 600;
  color: #2E2E2E;
}
.heading-wrap::before {
  display: none;
  content: "";
  position: relative;
  background: url(../img/icons/underline-mini.webp) no-repeat;
  background-position: center;
  background-size: contain;
  height: 30px;
  width: 200px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(15%) hue-rotate(319deg) brightness(93%) contrast(93%);
}
.heading-wrap.white .title,
.heading-wrap.white .common-heading,
.heading-wrap.white .sub-heading {
  color: #fff;
}
.heading-wrap.white::after {
  filter: invert(1) brightness(100);
}
.heading-wrap.no-deco::before {
  display: none;
}

/* Soft reveal animation */
@keyframes fadeInBrush {
  from {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
}
.common-heading {
  font-size: clamp(20px, 2.3vw, 28px);
  display: flex;
  flex-flow: column;
  position: relative;
  font-family: "Marcellus", serif;
  font-weight: 600;
  color: #2E2E2E;
  line-height: 1.3;
}

.sub-heading {
  font-size: clamp(18px, 2vw, 25px);
  display: block;
  font-weight: 600;
  font-family: "Marcellus", serif;
}
.sub-heading.margin {
  margin-bottom: 10px;
}

.heading {
  font-size: clamp(16px, 1.8vw, 20px);
  display: block;
  color: #2E2E2E;
  font-weight: 700 !important;
  margin-bottom: 10px;
  font-family: "Marcellus", serif;
}

.small-heading {
  font-family: "Marcellus", serif;
  font-size: clamp(15px, 1.7vw, 18px);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.common-content-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

p {
  line-height: 1.6;
}

.para {
  margin-bottom: 10px;
}
.para.justify {
  text-align: justify;
}
.para strong,
.para a {
  font-weight: 600;
}

.img-wrap {
  height: 100%;
  width: 100%;
}
.img-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .img-wrap {
    max-width: 900;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .img-wrap {
    width: 100%;
    height: 260px;
  }
}
@media (max-width: 450px) {
  .img-wrap {
    height: 200px;
  }
}

.deco-img-wrap {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.deco-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #f8b302;
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 30px;
  -o-object-position: top;
     object-position: top;
}
.deco-img-wrap {
  /* tilted bg layer */
}
.deco-img-wrap::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #ffdf4f;
  transform: rotate(-1deg);
  z-index: -2;
  border-radius: 30px;
  pointer-events: none;
  transition: transform 0.3s ease;
}
.deco-img-wrap {
  /* reverse angle */
}
.deco-img-wrap.reverse::before {
  transform: rotate(1deg);
}
.deco-img-wrap.reverse:hover::before {
  transform: rotate(-1deg);
}
.deco-img-wrap:hover::before {
  transform: rotate(1deg);
}
@media (max-width: 575px) {
  .deco-img-wrap img {
    width: 100%;
  }
}

.deco {
  box-shadow: 0 0 5px 0 #ddd;
  border-radius: 10px;
}

.contain {
  height: 100%;
  width: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boxed-text {
  margin: 0 auto 20px;
}
.boxed-text.no-space {
  margin: 0 auto;
  background: transparent;
  padding: 0;
}
.boxed-text p {
  text-align: center;
}

.deco-bg {
  position: relative;
  z-index: 1;
  background: url("../img/footer-bg.webp") no-repeat, linear-gradient(#f5ede5);
  background-size: contain;
  background-position: top right;
  padding: 100px 0;
}
.deco-bg::after, .deco-bg::before {
  content: "";
  position: absolute;
  height: 70px;
  width: 100%;
  background: url(../img/shapes/cta-divider.webp) repeat-x;
  background-size: 200px;
  z-index: -1;
  left: 0;
}
.deco-bg::after {
  top: 0;
}
.deco-bg::before {
  bottom: 0;
  transform: rotate(-180deg);
}
.deco-bg {
  position: relative;
}
.deco-bg > .spacing {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .deco-bg {
    padding: 60px 0;
  }
}

.color-bg {
  position: relative;
  z-index: 1;
}
.color-bg::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: linear-gradient(-118deg, rgba(255, 248, 235, 0.3764705882) 0%, #FAFBF7 0%, #ffe69c 0%, #f5ede5 10%, rgba(255, 248, 235, 0.6705882353) 100%), url(../img/retreat/colorbg.webp) no-repeat;
  background-position: center;
  background-size: cover;
}

.dark-bg {
  background: #027a38;
}
.dark-bg .heading-wrap::after {
  filter: invert(1) brightness(100);
}
.dark-bg .heading-wrap h1,
.dark-bg .heading-wrap h2,
.dark-bg .heading-wrap h3,
.dark-bg .heading-wrap h4,
.dark-bg .heading-wrap h5,
.dark-bg .heading-wrap h6,
.dark-bg .heading-wrap p,
.dark-bg .heading-wrap a,
.dark-bg .heading-wrap strong,
.dark-bg .heading-wrap span {
  color: #fff;
}

.old-bg {
  position: relative;
  z-index: 1;
}
.old-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, rgba(255, 223, 79, 0.25) 0%, rgba(245, 237, 229, 0.4) 40%, #FAFBF7 100%);
  background-size: cover;
  opacity: 0.2;
}

header {
  width: 100%;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: linear-gradient(to bottom, #fff, #fff, #ffffff);
  z-index: 1000;
}
header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  animation: faded 0.3s linear;
  background: rgba(255, 255, 255, 0.7215686275);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid #ffdf4f;
}
@media (min-width: 1200px) {
  header.sticky nav {
    padding: 0.3rem 2rem !important;
    justify-content: space-around;
  }
  header.sticky .primary-links {
    text-transform: uppercase;
    font-weight: 600;
  }
  header.sticky .logo {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  header.sticky nav {
    padding: 0.3rem 20px !important;
  }
}
header.sticky .top-header {
  display: none !important;
}
@media (max-width: 575px) {
  header.sticky nav {
    padding: 0.3rem 10px !important;
  }
}

@keyframes faded {
  0% {
    transform: translateY(-20px);
    opacity: 0.4;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem;
  background: #027a38;
  color: white;
  font-size: 0.85rem;
  flex-wrap: wrap;
}
.top-header .right-aside-top {
  display: flex;
  flex-grow: 1;
  justify-content: end;
  gap: 0px;
}
@media (min-width: 1024px) {
  .top-header {
    padding: 0 2rem 0 0;
  }
}
@media (max-width: 1024px) {
  .top-header {
    gap: 0.8rem;
    justify-content: center;
  }
  .top-header .right-aside-top {
    display: none;
  }
  .top-header .top-offer {
    order: 3;
    text-align: center;
  }
}

.top-contact {
  display: flex;
  margin-right: 10px;
}
.top-contact a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  text-decoration: none;
  transition: 0.4s all ease-in-out;
  padding: 0 10px;
  border-right: 2px solid #ffdf4f;
  font-family: "Marcellus", serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.top-contact a span {
  color: #fff;
  font-size: clamp(10px, 1.2vw, 14px);
}
.top-contact a:hover {
  color: #ffdf4f;
}
.top-contact a img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
@media (max-width: 1200px) {
  .top-contact a span {
    display: none;
  }
}

.top-offer {
  font-size: clamp(12px, 1.3vw, 14px);
  text-transform: capitalize;
  padding: 4px 20px;
  background: #f8b302;
  position: relative;
  z-index: 1;
  color: #2E2E2E;
  font-family: "Marcellus", serif;
  font-weight: 600;
}
.top-offer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: skew(30deg, 0deg);
  left: 10px;
  top: 0;
  z-index: -1;
  background: #f8b302;
}
@media (max-width: 1024px) {
  .top-offer {
    width: 100%;
  }
  .top-offer::after {
    display: none;
  }
}
.top-offer strong {
  color: #2E2E2E;
  font-family: "Marcellus", serif;
}

.top-social {
  display: flex;
  gap: 0.8rem;
  list-style: none;
}
.top-social a {
  display: flex;
  transition: 0.4s all ease-in-out;
  height: 100%;
  align-items: center;
}
.top-social a:hover {
  transform: translateY(-2px);
}
.top-social a img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 2rem;
  position: relative;
}
@media (max-width: 1400px) {
  nav {
    padding: 0.5rem 20px;
  }
}
@media (max-width: 575px) {
  nav {
    padding: 0.5rem 10px;
  }
}

@media (min-width: 1200px) {
  .logo {
    flex-grow: 1;
  }
}
.logo img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .logo img {
    height: 50px;
  }
}

.nav-list {
  display: flex;
  gap: clamp(14px, 1.4vw, 40px);
  list-style: none;
}
.nav-list .mobile-menu-logo {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.nav-list .mobile-menu-logo img {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1200px) {
  .nav-list .mobile-menu-logo {
    display: none;
  }
}
@media (max-width: 1200px) {
  .nav-list {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    background: white;
    flex-direction: column;
    gap: 0;
    padding: 7rem 1.5rem 2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.7s all ease-in-out;
    z-index: 999;
    overflow-y: auto;
  }
  .nav-list.active {
    left: 0;
  }
}
@media (max-width: 1200px) and (max-width: 575px) {
  .nav-list.active {
    width: 88%;
  }
}

.main-link {
  position: relative;
}
@media (max-width: 1200px) {
  .main-link {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}

.primary-links {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: 0.4s all ease-in-out;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: #2E2E2E;
  font-size: 14px;
}
.primary-links:hover {
  color: #027a38;
}
.primary-links img {
  width: 20px;
  height: 20px;
  transition: 0.4s all ease-in-out;
}
@media (max-width: 1200px) {
  .primary-links {
    padding: 1rem 0;
  }
}

.drop-link {
  font-weight: 600;
}
.drop-link:hover .primary-links img {
  transform: rotate(180deg);
}
.drop-link:hover .drop-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.drop-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  width: -moz-max-content;
  width: max-content;
  min-width: 220px;
  padding: 1rem 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.4s all ease-in-out;
  z-index: 100;
  list-style: none;
}
@media (max-width: 1200px) {
  .drop-list {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .drop-list.active {
    max-height: 500px;
  }
}

.secondary-links {
  display: block;
  text-transform: capitalize;
  padding: 0.6rem 1.5rem;
  color: #555;
  text-decoration: none;
  transition: 0.4s all ease-in-out;
  font-size: 14px;
}
.secondary-links:hover {
  background: #FAFBF7;
  color: #027a38;
}
@media (max-width: 1200px) {
  .secondary-links {
    padding: 0.8rem 0 0.8rem 1rem;
  }
}

.header-btn {
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1320px) {
  .header-btn .theme-btn:nth-child(1) {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header-btn {
    margin: 0;
    flex-grow: 2;
    justify-content: center;
  }
}

.mobile-menu-icon {
  display: none;
  cursor: pointer;
  z-index: 1000;
}
.mobile-menu-icon img {
  width: 28px;
  height: 28px;
}
@media (max-width: 1200px) {
  .mobile-menu-icon {
    display: flex;
  }
}

.hero-banner {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 600px;
  max-height: 1200px;
  isolation: isolate;
  z-index: 1;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .hero-banner {
    height: 50vh;
    min-height: 400px;
  }
}
.hero-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-banner .early-bird {
  position: absolute;
  bottom: -100px;
  max-width: 1550px;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}

.expect-wrap .heading {
  font-size: clamp(16px, 1.7vw, 18px);
  padding-left: 20px;
  margin: 20px 0 10px;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
.expect-wrap .heading::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: #2E2E2E;
  transform: rotate(45deg);
  z-index: -1;
  top: 10px;
  left: 0;
}
.expect-wrap .common-content-wrap p {
  text-align: justify;
}
.expect-wrap .img-wrap.fix {
  max-height: 650px;
}

.alliance-wrap .alliance-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(10px, 2vw, 1.5rem);
}
.alliance-wrap .alliance-list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.alliance-wrap .alliance-list li img {
  height: clamp(52px, 10vw, 120px);
  width: clamp(52px, 10vw, 120px);
  -o-object-fit: contain;
     object-fit: contain;
}
.alliance-wrap .boxed-text {
  max-width: 1200px;
}

.alliance-detail-wrap {
  margin-top: 0px;
}
.alliance-detail-wrap .sub-heading {
  margin-bottom: 10px;
}
.alliance-detail-wrap .yoga-alliance-review {
  display: flex;
  align-items: center;
  background: #f5ede5;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}
.alliance-detail-wrap .yoga-alliance-review .alliance-logo {
  flex-shrink: 0;
  height: 90px;
  width: clamp(100px, 11vw, 150px);
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 15px;
  flex-shrink: 0;
}
.alliance-detail-wrap .yoga-alliance-review .heading {
  margin: 0;
}
.alliance-detail-wrap .yoga-alliance-review .body {
  padding-left: 15px;
  border-left: 2px solid #ffdf4f;
}
.alliance-detail-wrap .yoga-alliance-review .rating {
  margin: 0 0 10px;
}
.alliance-detail-wrap .yoga-alliance-review .rating img {
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px;
  position: relative;
  top: 2px;
}
.alliance-detail-wrap .yoga-alliance-review .rating span {
  color: #027a38;
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(12px, 1.4vw, 14px);
}
.alliance-detail-wrap .theme-btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .alliance-detail-wrap .sub-heading {
    text-align: center;
  }
  .alliance-detail-wrap .para {
    text-align: center;
  }
}

.teacher-wrap .founder-card {
  padding: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  height: calc(100% - 50px);
}
.teacher-wrap .teach-img {
  height: 16rem;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teacher-wrap .teach-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .teacher-wrap .teach-img img {
    -o-object-position: top;
       object-position: top;
  }
}
.teacher-wrap .teacher-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 0px 10px;
  padding: 20px;
  justify-content: start;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .teacher-wrap .teacher-item {
    margin: 0;
  }
}
.teacher-wrap .teacher-item .content span {
  font-size: clamp(14px, 1.6vw, 18px);
  display: block;
  text-align: center;
  font-family: "Marcellus", serif;
  text-transform: capitalize;
  font-weight: 600;
}
.teacher-wrap .teacher-item .content p {
  font-size: clamp(12px, 1.2vw, 13px);
  text-align: center;
  color: #383434;
}
.teacher-wrap .theme-btn {
  margin-top: 20px;
}

.glider-content {
  position: relative;
}
.glider-content .glider-prev,
.glider-content .glider-next,
.glider-content .workshop-prev,
.glider-content .workshop-next,
.glider-content .teacher-prev,
.glider-content .teacher-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: white;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
  z-index: 10;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.glider-content .glider-prev:hover,
.glider-content .glider-next:hover,
.glider-content .workshop-prev:hover,
.glider-content .workshop-next:hover,
.glider-content .teacher-prev:hover,
.glider-content .teacher-next:hover {
  background: linear-gradient(135deg, rgb(2.6580645161, 162.1419354839, 74.4258064516) 0%, rgb(1.1774193548, 71.8225806452, 32.9677419355) 100%);
  color: white;
  transform: translateY(-50%) scale(1.1);
}
.glider-content .glider-prev,
.glider-content .workshop-prev,
.glider-content .teacher-prev {
  left: -3px;
}
.glider-content .glider-next,
.glider-content .workshop-next,
.glider-content .teacher-next {
  right: -3px;
}

.yt-shorts .shorts-review {
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 2px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff 0%, #fff 25%, #ff6b6b 50%, #f71a1a 75%, #FF0000 100%);
  background-size: 200% 200%;
  animation: gradientShift 3s ease-in-out infinite;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.yt-shorts .shorts-review .shorts-content {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1);
  }
  50% {
    background-position: 100% 50%;
    box-shadow: 0 8px 25px rgba(255, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 0, 0, 0.1);
  }
  100% {
    background-position: 0% 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1);
  }
}
.yt-shorts .shorts-review::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #ff0000, #ff6b6b, #ff0000, #ff6b6b);
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  animation: pulseGlow 4s ease-in-out infinite;
}
@keyframes pulseGlow {
  0%, 100% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.02);
  }
}
.yt-shorts .shorts-review img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  max-height: 25rem;
  opacity: 1;
  border-radius: 10px;
  filter: brightness(0.95);
}
@media (max-width: 991px) {
  .yt-shorts .shorts-review img {
    max-height: 20rem;
  }
}
@media (max-width: 575px) {
  .yt-shorts .shorts-review img {
    max-height: 16rem;
  }
}
@media (max-width: 450px) {
  .yt-shorts .shorts-review img {
    max-height: 14rem;
  }
}
.yt-shorts .shorts-review::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: clamp(40px, 12vw, 90px);
  width: clamp(40px, 12vw, 90px);
  background: url(../img/icons/yt-short-icon.webp) no-repeat center/contain;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.yt-shorts .shorts-review:hover {
  transform: translateY(-5px) scale(1.02);
}
.yt-shorts .shorts-review:hover img {
  opacity: 0.7;
  transform: scale(1.05);
  filter: brightness(0.8) blur(1px);
}
.yt-shorts .shorts-review:hover::after {
  transform: scale(0.85) rotate(5deg);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}
.yt-shorts .shorts-review:hover::before {
  opacity: 0.8;
}
.yt-shorts .shorts-review:active {
  transform: translateY(-2px) scale(1.01);
  transition: all 0.2s ease;
}
.yt-shorts .shorts-review:focus-visible {
  outline: 3px solid #ff0000;
  outline-offset: 2px;
}

.yt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FF0000, #CC0000, #FF0000);
  background-size: 200% 200%;
  color: white;
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.yt-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.yt-btn::after {
  content: none;
}
.yt-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  color: white;
  background-position: 100% 50%;
}
.yt-btn:hover::before {
  left: 100%;
}
.yt-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(255, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.yt-btn:focus-visible {
  outline: 3px solid #ff0000;
  outline-offset: 2px;
}
.yt-btn img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
.yt-btn:hover img {
  transform: scale(1.1) rotate(5deg);
}
.yt-btn.loading {
  pointer-events: none;
  opacity: 0.7;
}
.yt-btn.loading::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid transparent;
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .yt-shorts .shorts-review,
  .yt-shorts .yt-btn {
    animation: none;
    transition: none;
  }
  .yt-shorts .shorts-review:hover {
    transform: none;
  }
  .yt-shorts .yt-btn:hover {
    transform: none;
  }
}
@media (prefers-color-scheme: dark) {
  .yt-shorts .shorts-review {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
  }
}
.why-choose-main .why-choose-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 40px 20px;
  display: flex;
  flex-flow: column;
  align-items: end;
  height: 100%;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.4s all ease-in-out;
}
.why-choose-main .why-choose-card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.why-choose-main .why-choose-card:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .why-choose-main .why-choose-card {
    padding: 20px;
  }
}
.why-choose-main .why-choose-card img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s all ease-in-out;
}
.why-choose-main .why-choose-card:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to left, #fff, #fff, rgba(255, 255, 255, 0));
  z-index: 2;
}
.why-choose-main .content {
  position: relative;
  z-index: 10;
  width: 60%;
}
@media (max-width: 767px) {
  .why-choose-main .content {
    width: 70%;
  }
}
.why-choose-main .content .heading {
  margin-bottom: 15px;
  font-family: "Marcellus", serif;
}

.about-program .common-content-wrap p a,
.about-program .common-content-wrap p strong {
  color: #027a38;
}

.workshop-wrap .glider {
  overflow: hidden;
}
.workshop-wrap .workshop-next,
.workshop-wrap .workshop-prev {
  background-color: #ffdf4f;
  line-height: 1;
}
.workshop-wrap .workshop-slide-item {
  padding: 10px;
  box-sizing: border-box;
  margin: 7px 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  transform: perspective(1500px) rotateY(0deg) scale(1) translateZ(0);
  transform-origin: 0 0;
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.workshop-wrap .workshop-slide-item.left-1 {
  -webkit-transform: perspective(1200px) rotateY(-23deg) scale(0.9) translateZ(0);
  -webkit-transform-origin: 100% 50% 0;
  transform: perspective(1200px) rotateY(-23deg) scale(0.9) translateZ(0);
  transform-origin: 100% 50% 0;
}
.workshop-wrap .workshop-slide-item.right-1 {
  -webkit-transform: perspective(1200px) rotateY(23deg) scale(0.9) translateZ(0);
  -webkit-transform-origin: 0 50% 0;
  transform: perspective(1200px) rotateY(23deg) scale(0.9) translateZ(0);
  transform-origin: 0 50% 0;
}
@media (max-width: 575px) {
  .workshop-wrap .workshop-slide-item {
    transform: none !important;
  }
}
.workshop-wrap .workshop-slide-item .work-shop-card {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-family: "Nunito Sans", sans-serif;
  transition: 0.4s all ease-in-out;
  color: #2E2E2E;
  text-decoration: none;
  position: relative;
  height: 25rem;
  z-index: 3;
}
@media (max-width: 991px) {
  .workshop-wrap .workshop-slide-item .work-shop-card {
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .workshop-wrap .workshop-slide-item .work-shop-card {
    height: 16rem;
  }
}
.workshop-wrap .workshop-slide-item .work-shop-card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.workshop-wrap .workshop-slide-item .work-shop-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4509803922), #000);
  z-index: 2;
}
.workshop-wrap .workshop-slide-item .work-shop-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.4s all ease-in-out;
  margin: auto;
  position: relative;
  z-index: 1;
}
.workshop-wrap .workshop-slide-item .work-shop-card .content {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.workshop-wrap .workshop-slide-item .work-shop-card .content span:last-child {
  font-size: clamp(16px, 2.1vw, 25px);
  font-weight: 600;
  color: #fff;
  font-family: "Marcellus", serif;
}

.faq-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: url(../img/home/faq-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.faq-wrap.three-hundred-bg::after {
  background: url(../img/courses/300-hour-yttc/300-hour-yttc-in-rishikesh-04.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.faq-wrap.five-hundred-bg::after {
  background: url(../img/courses/500-hour-yttc/500-yttc-rishikul-rishikesh-02.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.faq-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, transparent, #f5ede5, #f5ede5);
  left: auto;
  right: 0;
}
@media (max-width: 768px) {
  .faq-wrap:after {
    width: 100%;
    background-attachment: fixed;
  }
  .faq-wrap::before {
    background: linear-gradient(to right, transparent, #f5ede5, #f5ede5);
  }
}
.faq-wrap .faq-card {
  margin-bottom: 15px;
  padding: 20px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6156862745), rgba(255, 255, 255, 0));
  border-radius: 10px;
}
.faq-wrap .faq-card:last-child {
  margin-bottom: 0;
}
.faq-wrap .faq-card .faq-heading {
  color: #2E2E2E;
  margin-bottom: 10px;
}
.faq-wrap .faq-card .faq-heading span {
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffdf4f;
  color: #2E2E2E;
  border-radius: 50%;
  margin-right: 10px;
}
.faq-wrap .faq-card p strong,
.faq-wrap .faq-card p a {
  color: #027a38;
}
@media (max-width: 767px) {
  .faq-wrap .heading-wrap {
    background: rgba(255, 255, 255, 0.7215686275);
    border: none;
    padding: 10px;
    border-radius: 10px;
  }
  .faq-wrap .heading-wrap .title,
  .faq-wrap .heading-wrap .common-heading {
    text-align: center;
  }
}

form input,
form select {
  font-family: "Nunito Sans", sans-serif !important;
}

.form-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  font-family: "Nunito Sans", sans-serif;
  transition: 0.4s all ease-in-out;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.form-wrapper form .form-control,
.form-wrapper form .form-select,
.form-wrapper form textarea {
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  padding: 12px 14px;
  border: 1px solid #d0f1f7;
  border-radius: 10px;
  color: #6d6a6a;
  background: #fff;
  transition: 0.4s all ease-in-out;
}
.form-wrapper form .form-control:focus,
.form-wrapper form .form-select:focus,
.form-wrapper form textarea:focus {
  border-color: #027a38;
  outline: none;
  box-shadow: 0 0 0 3px rgba(2, 122, 56, 0.15);
}
.form-wrapper form .form-control::-moz-placeholder, .form-wrapper form .form-select::-moz-placeholder, .form-wrapper form textarea::-moz-placeholder {
  color: #6d6a6a;
  font-size: 14px;
}
.form-wrapper form .form-control::placeholder,
.form-wrapper form .form-select::placeholder,
.form-wrapper form textarea::placeholder {
  color: #6d6a6a;
  font-size: 14px;
}
.form-wrapper form textarea {
  resize: none;
  min-height: 80px;
}
.form-wrapper form .theme-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .form-wrapper form .form-control,
  .form-wrapper form .form-select,
  .form-wrapper form textarea {
    padding: 10px 12px;
  }
}

.contact-main::before {
  display: none;
}
.contact-main .contact-info {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1176470588);
}
.contact-main .contact-info .content {
  padding: 15px 0;
}
.contact-main .contact-info .content:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1843137255);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1843137255);
  margin: 15px 0;
}
.contact-main .contact-info .content:last-child {
  margin: 0;
}
.contact-main .contact-info .content .heading {
  display: block;
  font-family: "Marcellus", serif;
  font-weight: 600;
  font-size: clamp(16px, 1.7vw, 18px);
  margin-bottom: 1rem;
  position: relative;
}
.contact-main .contact-info .content .heading::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  margin-top: 6px;
  background: #ffdf4f;
}
.contact-main .contact-info .content a {
  display: inline-flex;
  gap: 5px;
  margin-right: 10px;
}
.contact-main .contact-info .content p.para,
.contact-main .contact-info .content a {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.6;
  transition: 0.4s all ease-in-out;
  text-decoration: none;
}
.contact-main .contact-info .content p.para:hover,
.contact-main .contact-info .content a:hover {
  color: #ffdf4f;
}
.contact-main .contact-info .content:nth-child(2) p.para img,
.contact-main .contact-info .content:nth-child(2) a img, .contact-main .contact-info .content:last-of-type p.para img,
.contact-main .contact-info .content:last-of-type a img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(788%) hue-rotate(105deg) brightness(95%) contrast(102%);
  position: relative;
  top: 3px;
  width: -moz-fit-content;
  width: fit-content;
}

footer {
  font-family: "Nunito Sans", sans-serif;
  background: #f5ede5;
  color: #2E2E2E;
  position: relative;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
}
footer .footer-heading {
  display: block;
  font-weight: 600;
  font-size: clamp(16px, 1.7vw, 20px);
  margin-bottom: 1rem;
  color: #027a38;
  font-family: "Marcellus", serif;
  position: relative;
  text-transform: capitalize;
}
footer .footer-heading::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(135deg, rgb(2.6580645161, 162.1419354839, 74.4258064516) 0%, rgb(1.1774193548, 71.8225806452, 32.9677419355) 100%);
  margin-top: 0.5rem;
}
footer .footer-main {
  padding: 30px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  z-index: 1;
}
footer .footer-main::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: url(../img/shapes/shiny-mandala.webp) repeat;
  background-size: 100px;
  top: 0;
  bottom: 0;
  opacity: 0.07;
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(15%) hue-rotate(319deg) brightness(93%) contrast(93%);
}
footer .footer-main::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(-118deg, rgba(255, 248, 235, 0.3764705882) 0%, #FAFBF7 0%, #ffe69c 0%, #f5ede5 10%, rgba(255, 248, 235, 0.6705882353) 100%);
  right: 0;
  bottom: 0;
}
footer .footer-main .foot-logo img {
  max-width: 180px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(788%) hue-rotate(105deg) brightness(95%) contrast(102%);
}
footer .footer-main ul li a {
  color: #2E2E2E !important;
}
footer .footer-main .contact-links li {
  display: flex;
  align-items: baseline;
}
footer .footer-main .contact-links li img {
  filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(788%) hue-rotate(105deg) brightness(95%) contrast(102%);
  transform: translateY(4px);
}
footer .footer-main .footer-review {
  text-align: center;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(2, 122, 56, 0.15);
}
footer .footer-main .footer-review .footer-heading {
  display: block;
  margin-bottom: 1.2rem;
}
footer .footer-main .footer-review .footer-heading::after {
  margin: 8px auto 0 !important;
}
footer .footer-main .footer-review .review-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .footer-main .footer-review .review-badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 10px 20px;
  background: rgba(2, 122, 56, 0.08);
  border: 1px solid rgba(2, 122, 56, 0.2);
  border-radius: 50px;
  text-decoration: none;
  font-size: clamp(13px, 1.4vw, 15px);
  transition: all 0.3s ease;
}
footer .footer-main .footer-review .review-badge:hover {
  background: rgba(2, 122, 56, 0.15);
  border-color: #027a38;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(2, 122, 56, 0.15);
  color: #027a38;
}
footer .footer-main .footer-review .review-badge.iso {
  background: rgba(2, 122, 56, 0.12);
  border-color: #027a38;
  color: #027a38;
  font-weight: 600;
}
footer .footer-main .footer-review .review-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
footer .footer-main .footer-review .review-badge-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .foot-social-outer {
  padding: 20px 0;
}

.social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.social li {
  list-style: none;
  white-space: nowrap;
  margin: 0;
}
.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-size: clamp(12px, 1.3vw, 14px);
  text-decoration: none !important;
  transition: 0.3s ease;
  text-transform: capitalize;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-family: "Marcellus", serif;
  font-weight: 600;
}
.social li a.facebook {
  border-color: #3b5999;
  box-shadow: 0 1px 3px rgba(59, 89, 153, 0.3764705882);
}
.social li a.facebook span {
  color: #3b5999;
}
.social li a.insta {
  border-color: rgba(199, 75, 77, 0.4117647059);
  box-shadow: 0 1px 3px rgba(199, 75, 77, 0.863);
}
.social li a.insta span {
  color: #c74b4d;
}
.social li a.twitt-x {
  border-color: rgba(22, 22, 22, 0.3411764706);
  box-shadow: 0 1px 3px rgba(22, 22, 22, 0.507);
}
.social li a.twitt-x span {
  color: #161616;
}
.social li a.linkd {
  border-color: rgba(0, 122, 170, 0.3568627451);
  box-shadow: 0 1px 3px rgba(0, 122, 170, 0.555);
}
.social li a.linkd span {
  color: #007aaa;
}
.social li a.youtube {
  border-color: rgba(255, 0, 0, 0.3568627451);
  box-shadow: 0 1px 3px rgba(255, 0, 0, 0.582);
}
.social li a.youtube span {
  color: #ff0000;
}
.social li a.pinterest {
  border-color: rgba(189, 33, 38, 0.3568627451);
  box-shadow: 0 1px 3px rgba(189, 33, 38, 0.658);
}
.social li a.pinterest span {
  color: #bd2125;
}
.social li a.tumblr {
  border-color: rgba(51, 81, 108, 0.3568627451);
  box-shadow: 0 1px 3px rgba(51, 81, 108, 0.507);
}
.social li a.tumblr span {
  color: #33506c;
}
.social li a img {
  width: 20px;
  height: 20px;
  transition: 0.4s all ease-in-out;
  flex-shrink: 0;
}
.social li a:hover img {
  transform: scale(0.9);
}
@media (max-width: 991px) {
  .social li a {
    height: 30px;
    width: 30px;
  }
  .social li a img {
    height: 16px;
    width: 16px;
  }
  .social li a span {
    display: none;
  }
}
.social.round {
  justify-content: start;
  gap: 8px;
}
.social.round a {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .social.round a {
    height: 40px;
    width: 40px;
  }
}

.quick-link-outer {
  overflow: hidden;
  padding-bottom: 30px;
}
.quick-link-outer .quick-links-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.quick-link-outer .quick-links-wrap a {
  background: #027a38;
  color: #fff;
  padding: 3px 5px;
  display: inline-block;
  text-align: center;
  font-size: clamp(11px, 1.2vw, 13px);
  transition: 0.4s all ease-in-out;
}
.quick-link-outer .quick-links-wrap a:hover {
  background: #ffdf4f;
  color: #2E2E2E;
}
.quick-link-outer .small-heading {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

.copyright {
  padding: 3px 20px;
  background: #027a38;
  gap: 70px;
}
.copyright a,
.copyright span,
.copyright p {
  font-size: clamp(12px, 1.2vw, 14px);
  color: #fff;
}
.copyright p {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.copyright ul li {
  color: #fff;
}

@keyframes scroll-marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.whatsapp-btn {
  position: fixed;
  left: 30px;
  bottom: 30px;
  height: 70px;
  width: 70px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right bottom, #28ff78, #0acd53, #01752c);
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.4s all ease-in-out;
}
.whatsapp-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #027a38;
}
.whatsapp-btn img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}

.mobile-contact {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  margin: 0;
  padding: 8px;
  list-style: none;
  border-radius: 0px;
  width: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2px;
}
.mobile-contact li {
  margin: 0;
  flex: 1;
  min-width: 0;
}
.mobile-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 10px 15px;
  background: #027a38;
  color: white;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.4s all ease-in-out;
  text-align: center;
  white-space: nowrap;
  height: 100%;
}
.mobile-contact a:hover {
  background: #027a38;
  transform: translateY(-2px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mobile-contact a img {
  height: 18px;
  width: 18px;
  margin-bottom: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.mobile-contact li:nth-child(1) a {
  background: #ffdf4f;
  color: #2E2E2E;
  border-radius: 40px 0 0 40px;
}
.mobile-contact li:nth-child(1) a:hover {
  background: rgb(255, 213.7272727273, 28);
}
.mobile-contact li:nth-child(1) a img {
  filter: none;
}
.mobile-contact li:nth-child(2) a {
  border-radius: 0;
}
.mobile-contact li:nth-child(3) a {
  background: #027a38;
  border-radius: 0px 40px 40px 0px;
}
.mobile-contact li:nth-child(3) a:hover {
  background: rgb(1.1774193548, 71.8225806452, 32.9677419355);
}

@media (min-width: 768px) {
  .mobile-contact {
    display: none;
  }
}
@media (max-width: 767px) {
  .whatsapp-btn {
    display: none;
  }
  .mobile-contact {
    display: flex;
  }
  .mobile-contact li {
    opacity: 0;
    transform: translateY(20px);
  }
  .mobile-contact li:nth-child(1) {
    animation: fadeInUp 0.4s ease-out forwards;
    animation-delay: 0.1s;
  }
  .mobile-contact li:nth-child(2) {
    animation: fadeInUp 0.4s ease-out forwards;
    animation-delay: 0.2s;
  }
  .mobile-contact li:nth-child(3) {
    animation: fadeInUp 0.4s ease-out forwards;
    animation-delay: 0.3s;
  }
}
@media (max-width: 380px) {
  .mobile-contact a {
    padding: 8px 12px;
    font-size: 11px;
    min-width: 70px;
  }
  .mobile-contact a img {
    height: 16px;
    width: 16px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-contact a {
    transition: none;
  }
  .mobile-contact li {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.newsletter-content {
  max-width: 600px;
  margin: 0 auto;
  background: #027a38;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
}
.newsletter-content .newsletter-title {
  font-size: clamp(18px, 2vw, 22px);
  color: #121f24;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #fff;
}
.newsletter-content p {
  color: #ffffff;
}
.newsletter-content a {
  color: #fff;
}
.newsletter-content .newsletter-form {
  margin: 15px 0;
}
.newsletter-content .newsletter-form .form-group {
  display: flex;
  gap: 0.5rem;
}
.newsletter-content .newsletter-form .form-group input[type=email] {
  flex: 1;
  max-width: 350px;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: border-color 0.3s ease;
  width: 60%;
}
.newsletter-content .newsletter-form .form-group input[type=email]:focus {
  border-color: #04b9b7;
  outline: none;
}
.newsletter-content .newsletter-form .form-group input[type=email]::-moz-placeholder {
  font-size: clamp(12px, 1.3vw, 14px);
}
.newsletter-content .newsletter-form .form-group input[type=email]::placeholder {
  font-size: clamp(12px, 1.3vw, 14px);
}
.newsletter-content .newsletter-form .form-group .subscribe-btn {
  padding: 0.75rem 1.5rem;
  background: #2E2E2E;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.newsletter-content .newsletter-form .form-group .subscribe-btn:hover {
  background: rgb(2.9206349206, 135.0793650794, 133.619047619);
  transform: translateY(-2px);
}

.social-review-wrapper {
  margin: 30px 0 0;
  padding: clamp(20px, 3vw, 40px);
  background: #f8f9fa;
  border-radius: 10px;
}
.social-review-wrapper .review-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
  height: 100%;
}
.social-review-wrapper .review-cards .card {
  border-radius: 10px;
  transition: transform 0.2s ease;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  padding: 20px;
  border: 1px solid #e9ecef;
  background: #fff;
}
.social-review-wrapper .review-cards .card p,
.social-review-wrapper .review-cards .card small {
  text-align: center;
  margin: 0;
  color: #495057;
}
.social-review-wrapper .review-cards .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.social-review-wrapper .review-cards .card .social-review-logo {
  max-width: 120px;
  margin-bottom: 10px;
  display: inline-block;
  height: 35px;
}
.social-review-wrapper .review-cards .card .body small {
  display: block;
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}
.social-review-wrapper .review-cards .card .body .rating {
  margin: 0.5rem 0 1rem;
  color: #2E2E2E;
}
.social-review-wrapper .review-cards .card .body .rating strong {
  font-size: 1.3rem;
  color: #2E2E2E;
}
.social-review-wrapper .review-cards .card .body .rating img {
  height: 16px;
  vertical-align: middle;
  margin-left: 4px;
}
.social-review-wrapper .review-cards .iso-card img {
  height: 150px;
  width: 150px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.social-review-wrapper .review-cards .iso-card strong {
  font-size: clamp(14px, 1.6vw, 18px);
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.social-review-wrapper .review-cards .iso-card strong small {
  font-size: clamp(11px, 1.2vw, 13px);
}

.course-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 0;
}
.course-header.alt {
  padding-bottom: 0;
}
.course-header .course-banner {
  position: relative;
  height: 60vh;
  overflow: hidden;
  border-radius: 10px;
}
.course-header .course-banner.vedic-banner {
  height: auto !important;
}
@media (max-width: 575px) {
  .course-header .course-banner {
    height: 30vh;
  }
}
.course-header .course-banner .contain {
  height: -moz-fit-content !important;
  height: fit-content !important;
  border-radius: 10px;
}
.course-header .course-banner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-header .course-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.overview-item {
  display: flex;
  height: 100%;
  padding: 10px;
  border: 2px solid #e2dfdf;
  flex-direction: column;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 223, 79, 0.35) 0%, rgba(245, 237, 229, 0.6) 50%, #FAFBF7 100%);
}
.overview-item .label {
  font-size: 0.75rem;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.overview-item .label img {
  height: 18px;
  width: 18px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(788%) hue-rotate(105deg) brightness(95%) contrast(102%);
  flex-shrink: 0;
}
.overview-item .value {
  font-weight: 600;
  color: #027a38;
  font-family: "Marcellus", serif;
}
.overview-item .value small {
  margin-right: 5px;
  color: #2E2E2E;
  font-family: "Nunito Sans", sans-serif;
}

.course-meta .big-quote {
  margin: 5px auto !important;
  max-width: 100% !important;
}
.course-meta.alt {
  display: flex;
  background: #f5ede5;
  margin-bottom: 20px;
  align-items: center;
  flex-flow: column;
  padding: 8px 10px;
}
.course-meta.alt .course-title {
  font-size: clamp(15px, 1.6vw, 18px);
}
.course-meta.alt .course-title strong {
  font-size: clamp(15px, 1.6vw, 18px);
}
.course-meta.alt .breadcrumb {
  padding: 0;
}
.course-meta .bread-title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
  text-align: center;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgb(2.6580645161, 162.1419354839, 74.4258064516) 0%, rgb(1.1774193548, 71.8225806452, 32.9677419355) 100%);
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
}
.course-meta .course-title {
  font-weight: 600;
  font-size: clamp(1.2rem, 3vw, 2.5rem);
  color: #2E2E2E;
  display: block;
  text-align: center;
  font-family: "Marcellus", serif;
}
.course-meta .course-title strong {
  color: #027a38;
  font-size: clamp(1.2rem, 3vw, 2.5rem);
}
.course-meta .course-subtext {
  font-family: "Nunito Sans", sans-serif;
  color: #2E2E2E;
  margin-top: 0.3rem;
  text-align: center;
}

.breadcrumb {
  display: flex;
  gap: 6px;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  justify-content: center;
}
.breadcrumb a {
  color: #027a38;
}
.breadcrumb.alt {
  margin: 20px 0 10px;
}

.attached-wrapper {
  margin: 25px 0 0;
}
@media (max-width: 575px) {
  .attached-wrapper {
    margin: 15px 0;
  }
}
.attached-wrapper .box {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5ede5;
  border-radius: 10px;
  padding: 10px;
  background: #f5ede5;
}
.attached-wrapper .box span {
  font-size: clamp(12px, 1.3vw, 14px);
}
.attached-wrapper .box strong {
  font-family: "Marcellus", serif;
  font-size: clamp(12px, 1.6vw, 18px);
  text-align: center;
}
.attached-wrapper .box img {
  width: clamp(38px, 4.5vw, 50px);
  height: clamp(38px, 4.5vw, 50px);
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(15%) hue-rotate(319deg) brightness(93%) contrast(93%);
}

.course-main .course-video {
  height: 100%;
  width: 100%;
}
.course-main .course-video iframe {
  position: sticky;
  top: 20px;
}
@media (min-width: 991px) {
  .course-main .course-video iframe {
    height: 100% !important;
  }
}

.quick-enquiry-wrap .heading-wrap:after {
  display: none;
}
.quick-enquiry-wrap .sub-heading {
  margin: 15px 0 10px;
  display: block;
}
.quick-enquiry-wrap .sub-heading .no-margin-top {
  margin-top: 0;
}
.quick-enquiry-wrap .right-aside-form {
  height: 100%;
}
.quick-enquiry-wrap .right-aside-form .sub-heading {
  margin: 0 0 20px;
}
.quick-enquiry-wrap .right-aside-form .form-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 140px;
  background: #fff;
  border: 2px solid #ffdf4f;
}
.quick-enquiry-wrap .right-aside-form .form-wrapper .theme-btn {
  margin: 0;
}
.quick-enquiry-wrap .right-aside-form .form-wrapper .contact {
  margin-top: 15px;
  background: linear-gradient(135deg, rgba(5, 100, 118, 0.05) 0%, rgba(0, 124, 52, 0) 100%);
  border-left: 2px solid #007c34;
  padding: 20px;
}
.quick-enquiry-wrap .right-aside-form .form-wrapper .contact p {
  font-weight: 600;
}
.quick-enquiry-wrap .right-aside-form .form-wrapper .contact a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quick-enquiry-wrap .right-aside-form .form-wrapper .contact a img {
  height: -moz-fit-content;
  height: fit-content;
}
.quick-enquiry-wrap .right-aside-form .instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  padding: 0.45rem 0.9rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  margin-top: 20px !important;
}
.quick-enquiry-wrap .right-aside-form .instagram img {
  width: 20px;
  height: 20px;
  filter: invert(1) brightness(100);
}
.quick-enquiry-wrap .right-aside-form .instagram:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.accordion-outer .accordion {
  margin-bottom: 15px;
  overflow: hidden;
}
.accordion-outer.faq .accordion-heading,
.accordion-outer.faq p {
  color: #2E2E2E !important;
}
.accordion-outer.faq .accordion-heading span,
.accordion-outer.faq p span {
  color: #2E2E2E !important;
  font-family: "Marcellus", serif;
}
.accordion-outer.faq .accordion-heading strong,
.accordion-outer.faq p strong {
  font-weight: 700;
  margin-right: 8px;
  font-size: clamp(16px, 1.8vw, 20px);
}
.accordion-outer strong {
  color: #027a38;
}
.accordion-outer .accordion-heading {
  padding: 16px 20px 16px 40px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s all ease-in-out;
  font-weight: 600;
  background: #fff;
  position: relative;
  z-index: 1;
  border: 1px solid #f5ede5;
}
.accordion-outer .accordion-heading::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  background: #027a38;
  transform: rotate(45deg);
  left: -25px;
  background: url(../img/shapes/shiny-mandala.webp) no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(788%) hue-rotate(105deg) brightness(95%) contrast(102%);
  opacity: 0.9;
}
.accordion-outer .accordion-heading:hover {
  background: rgba(2, 122, 56, 0.05);
}
.accordion-outer .accordion-heading.active {
  background: rgba(2, 122, 56, 0.1);
}
.accordion-outer .accordion-heading span {
  color: #2E2E2E;
}
.accordion-outer .accordion-heading::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/icons/down-arrow.svg") no-repeat center;
  background-size: contain;
  transition: 0.4s all ease-in-out;
  filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(788%) hue-rotate(105deg) brightness(95%) contrast(102%);
}
.accordion-outer .accordion-heading.active::after {
  transform: rotate(180deg);
}
.accordion-outer .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fff;
}
.accordion-outer .accordion-content {
  padding: 20px;
}
.accordion-outer .youtube-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.4s all ease-in-out;
}
.accordion-outer .youtube-wrap:hover {
  transform: translateY(-3px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.accordion-outer .youtube-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordion-outer .reel-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 0, 0, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all ease-in-out;
}
.accordion-outer .reel-icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 2px;
  filter: invert(1) brightness(100);
}
.accordion-outer .youtube-wrap:hover .reel-icon {
  background: #FF0000;
  transform: translate(-50%, -50%) scale(1.05);
}
.accordion-outer .curri-inside {
  background: rgba(245, 237, 229, 0.5);
  border-left: 3px solid #027a38;
  padding: 16px;
  border-radius: 0 4px 4px 0;
  margin-top: 12px;
}
.accordion-outer .curri-lists {
  margin-top: 20px;
}
.accordion-outer .curri-lists strong {
  display: block;
}
.accordion-outer .list-heading {
  display: inline-block;
  margin-bottom: 8px;
  color: #027a38;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  line-height: 1.3;
}

.join-card {
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 10px;
  background-size: 40px;
  background: #fff;
  border: 1px solid #f5ede5;
}
.join-card:last-child {
  margin: none;
}
.join-card.alt {
  background: #fff;
  height: auto;
}
.join-card .small-heading {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
.join-card .small-heading::before {
  content: "";
  position: relative;
  height: 2px;
  background: #027a38;
  width: 30px;
}
.join-card .list {
  margin-left: 20px;
}

.schedule-wrapper .schedule-img-wrap {
  margin-top: 10px;
  flex-grow: 1;
}
.schedule-wrapper .schedule-left {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.schedule-wrapper .schedule-left .schedule-img {
  height: 200px;
}
.schedule-wrapper .schedule-left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.schedule-wrapper span {
  display: block;
}
.schedule-wrapper .special-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.schedule-wrapper .special-list .schedule-label {
  text-transform: capitalize;
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 10px;
  gap: 10px;
  background: #fff;
}
.schedule-wrapper .special-list .schedule-label .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  background: #f5ede5;
  border-radius: 50%;
  transition: 0.4s all ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.schedule-wrapper .special-list .schedule-label .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 30px;
  width: 30px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(15%) hue-rotate(319deg) brightness(93%) contrast(93%);
}
.schedule-wrapper .special-list .schedule-label:hover .icon {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.schedule-wrapper .schedule-content {
  padding: 20px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: -moz-fit-content;
  height: fit-content;
}
.schedule-wrapper .schedule-content.alt {
  margin: 0 0 20px;
}
.schedule-wrapper .schedule-content .days {
  display: flex;
  margin: 0 0 20px;
  flex-wrap: wrap;
  border: 1px solid #f5ede5;
  background: linear-gradient(to bottom right, #FAFBF7 0%, rgba(245, 237, 229, 0.8) 50%, rgba(2, 122, 56, 0.05) 100%);
}
.schedule-wrapper .schedule-content .days li {
  font-size: clamp(12px, 1.4vw, 14px);
  border-right: 1px solid #fff;
  color: #2E2E2E;
  padding: 3px 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: clamp(2px, 0.3vw, 5px);
  letter-spacing: 1px;
  flex-grow: 1;
  justify-content: center;
  font-family: "Marcellus", serif;
}
.schedule-wrapper .schedule-content .days li:last-child {
  border: none;
}
.schedule-wrapper .schedule-content .days li::before {
  content: "";
  position: relative;
  height: 20px;
  width: clamp(15px, 1.6vw, 18px);
  background: url(../img/icons/calender.svg) no-repeat;
  background-position: center;
  background-size: clamp(15px, 1.6vw, 18px);
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(15%) hue-rotate(319deg) brightness(93%) contrast(93%);
}
@media (max-width: 991px) {
  .schedule-wrapper .schedule-content .days li {
    padding: 4px 10px;
  }
}
.schedule-wrapper .schedule-content .daily-schedule li {
  display: flex;
  gap: 0px;
  margin-bottom: 8px;
  padding: 8px 10px;
  position: relative;
  border: 1px dashed rgba(0, 0, 0, 0.2588235294);
  padding-left: 40px;
}
@media (max-width: 575px) {
  .schedule-wrapper .schedule-content .daily-schedule li {
    flex-flow: column;
  }
}
.schedule-wrapper .schedule-content .daily-schedule li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
  background: url(../img/icons/clock.svg) no-repeat, linear-gradient(#f5ede5);
  background-size: 15px;
  background-position: center;
  flex-shrink: 0;
  top: 0;
  left: 0;
}
.schedule-wrapper .schedule-content .daily-schedule li:last-child {
  margin: 0;
}
.schedule-wrapper .schedule-content .daily-schedule li span {
  font-size: clamp(12px, 1.3vw, 14px);
  font-weight: 800;
}
.schedule-wrapper .schedule-content .daily-schedule li span:first-child {
  width: 30%;
  font-weight: 600;
  color: #2E2E2E;
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .schedule-wrapper .schedule-content .daily-schedule li span:first-child {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .schedule-wrapper .schedule-content .daily-schedule li span:first-child {
    width: 50%;
  }
}
.schedule-wrapper .schedule-content .daily-schedule li span:last-child {
  flex-grow: 1;
  text-align: left;
}
@media (max-width: 991px) {
  .schedule-wrapper .schedule-content {
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 421px) {
  .schedule-wrapper .schedule-content {
    padding: 20px 10px;
    border-width: 1px;
  }
}
@media (max-width: 767px) {
  .schedule-wrapper .schedule-left .schedule-img {
    height: 180px;
  }
  .schedule-wrapper .schedule-left img {
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.rate-wrap .fee-content {
  position: relative;
}
.rate-wrap .fee-content:last-child {
  margin-top: 30px;
}
.rate-wrap .fee-content.alt {
  margin: 0 !important;
}
.rate-wrap .fee-content.common-content-wrap {
  padding: 15px;
}
.rate-wrap .fee-content.common-content-wrap .sub-heading {
  margin-bottom: 10px;
  font-weight: 600;
}
.rate-wrap .avail-date {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 20px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.rate-wrap .avail-date strong {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rate-wrap .avail-date ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.rate-wrap .avail-date ul li {
  display: flex;
  align-items: center;
  padding: 3px 10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(192, 188, 188, 0.2745098039), #d3d1d1);
  font-size: clamp(12px, 1.3vw, 14px);
  font-weight: 600;
}
.rate-wrap .info-wrap {
  background: #f5ede5;
  padding: 12px 20px;
  border: 1px solid #f5ede5;
  gap: 10px;
  color: #027a38;
  text-align: center;
  border-radius: 10px;
}
.rate-wrap .info-wrap img {
  height: 20px;
  width: 20px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(788%) hue-rotate(105deg) brightness(95%) contrast(102%);
  position: relative;
  top: 3px;
  left: -10px;
}
.rate-wrap .info-wrap strong {
  color: #027a38;
  font-weight: 600;
}
.rate-wrap .heading {
  font-size: clamp(16px, 1.7vw, 20px);
  font-family: "Marcellus", serif;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.rate-wrap .heading img {
  height: 24px;
  width: 24px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(15%) hue-rotate(319deg) brightness(93%) contrast(93%);
}
.rate-wrap .detail {
  padding: 12px;
  display: flex;
  gap: 20px;
  border: 2px solid #2E2E2E;
  border-radius: 10px;
  align-items: center;
  height: 100%;
  background: #fff;
}
.rate-wrap .detail.alt {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 10px;
}
.rate-wrap .detail.alt:last-child {
  margin: 0;
}
.rate-wrap .detail strong {
  height: 50px;
  width: 50px;
  background: #f5ede5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.rate-wrap .detail strong img {
  height: 22px;
  width: 22px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(15%) hue-rotate(319deg) brightness(93%) contrast(93%);
}
@media (max-width: 991px) {
  .rate-wrap .detail strong {
    height: 40px;
    width: 40px;
  }
  .rate-wrap .detail strong img {
    height: 20px;
    width: 20px;
  }
}
.rate-wrap .detail small {
  font-weight: 600;
}
.rate-wrap .detail span {
  display: block;
  flex-grow: 1;
  color: #6e6464;
  font-weight: 600;
}
.rate-wrap .pricing-card {
  padding: 20px;
  margin: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #FAFBF7;
  border-radius: 10px;
}
.rate-wrap .pricing-card .room-img {
  height: 100%;
}
.rate-wrap .pricing-card .room-img img {
  height: 100%;
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .rate-wrap .pricing-card .room-img {
    height: 220px;
  }
}
.rate-wrap .pricing-card .content {
  display: flex;
  height: 100%;
  flex-flow: column;
  justify-content: center;
}
.rate-wrap .pricing-card .price-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(16px, 1.8vw, 22px);
  color: #027a38;
  font-weight: 700;
  margin-bottom: 20px;
}
.rate-wrap .pricing-card .price-heading img {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(788%) hue-rotate(105deg) brightness(95%) contrast(102%);
}
.rate-wrap .pricing-card p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 0px 0 8px;
  border-bottom: 1px dashed;
}
.rate-wrap .pricing-card p strong {
  font-size: clamp(14px, 1.5vw, 16px);
  color: #2E2E2E;
}
.rate-wrap .pricing-card p span {
  font-size: clamp(14px, 1.5vw, 16px);
  font-family: "Marcellus", serif;
  font-weight: 600;
}
.rate-wrap .theme-btn {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  align-items: center;
}
.rate-wrap .theme-btn::after {
  display: none;
}
.rate-wrap .theme-btn img {
  filter: invert(1) brightness(100);
  height: 22px;
  width: 22px;
}

.include-wrapper .in-ex-wrap {
  border: 2px solid #28a745;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
}
.include-wrapper .in-ex-wrap:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.include-wrapper .in-ex-wrap .heading {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  letter-spacing: -0.01em;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transform: translateX(-40px);
  background: #027a38;
  padding: 5px 60px;
  z-index: 1;
}
.include-wrapper .in-ex-wrap .heading::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 100%;
  width: 20px;
  transform: skew(0deg, 40deg);
  background: linear-gradient(to bottom right, black 0%, rgb(20.5, 20.5, 20.5) 100%);
  z-index: -2;
}
.include-wrapper .in-ex-wrap .heading::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: inherit;
  left: 0;
  top: 0;
}
@media (max-width: 575px) {
  .include-wrapper .in-ex-wrap .heading {
    transform: translateX(-30px);
  }
  .include-wrapper .in-ex-wrap .heading::after {
    width: 8px;
    top: 4px;
  }
}
.include-wrapper .in-ex-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.include-wrapper .in-ex-wrap ul li {
  position: relative;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border: 1px solid #e8f5e8;
  border-radius: 10px;
  font-weight: 600;
  background: #fafefa;
  transition: all 0.2s ease;
}
.include-wrapper .in-ex-wrap ul li:hover {
  background: #f0fdf0;
  transform: translateX(2px);
}
.include-wrapper .in-ex-wrap ul li::before {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 1.1em;
}
.include-wrapper .in-ex-wrap.include li::before {
  content: "✓";
  color: #027a38;
}
.include-wrapper .in-ex-wrap.exclude li::before {
  content: "✗";
  color: #FF0000;
}
.include-wrapper .in-ex-wrap.exclude {
  border-color: #FF0000;
}
.include-wrapper .in-ex-wrap.exclude ul li {
  border-color: #ffe6e6;
  background: #fffafa;
}
.include-wrapper .in-ex-wrap.exclude ul li:hover {
  background: #fff0f0;
}
.include-wrapper .in-ex-wrap.exclude .heading {
  background: #FF0000;
  color: #fff;
}

.big-quote {
  font-size: clamp(14px, 1.8vw, 20px) !important;
  font-family: "Marcellus", serif !important;
  color: #2E2E2E !important;
  max-width: 1200px;
  text-align: center;
  font-weight: 600 !important;
  position: relative;
  padding: 14px 40px;
  background: #ffdf4f;
  margin: 30px auto;
}
.big-quote strong,
.big-quote p,
.big-quote span,
.big-quote li {
  color: #2E2E2E !important;
  font-size: clamp(14px, 1.8vw, 20px) !important;
}
.big-quote {
  border-radius: 10px 10px 0 0;
}
.big-quote::before, .big-quote::after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 25px;
  height: 12px;
  background: rgb(255, 211.8727272727, 17.8);
}
.big-quote::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.big-quote::after {
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
@media (max-width: 1040px) {
  .big-quote {
    margin: 20px auto;
    padding: 10px 20px;
  }
}
.big-quote.cta {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
}
.big-quote.cta a {
  display: flex;
  align-items: center;
}

.learn-wrap {
  font-family: "Nunito Sans", sans-serif;
  color: #2E2E2E;
}
.learn-wrap .yoga-style {
  padding: 1.5rem;
  border-radius: 10px;
  font-family: "Nunito Sans", sans-serif;
  color: #2E2E2E;
  height: 100%;
  position: relative;
  z-index: 1;
}
.learn-wrap .yoga-style::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
}
.learn-wrap .yoga-style strong {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
  font-size: clamp(16px, 1.8vw, 22px);
}

.certification-wrap .student-img {
  height: 300px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .certification-wrap .student-img {
    width: 250px;
    height: 250px;
    margin: 0 auto 20px;
  }
}
.certification-wrap .certification-img {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.certification-wrap .content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.certification-wrap .certi-heading {
  font-size: clamp(22px, 3vw, 40px);
  letter-spacing: 2px;
  text-align: center;
  font-family: "Marcellus", serif;
}
.certification-wrap .certi-title {
  font-size: clamp(16px, 2.3vw, 28px);
  margin: 0px 0 20px;
  display: block;
  text-align: center;
}
.certification-wrap .para {
  margin-bottom: 20px;
  text-align: center;
}

.page-nav {
  display: flex;
}
.page-nav.is-sticky {
  position: fixed;
  top: 61px;
  left: 0;
  z-index: 999;
  width: 100%;
  animation: faded 0.6s linear;
}
@media (max-width: 991px) {
  .page-nav.is-sticky {
    top: 67px;
  }
}
.page-nav li {
  flex-grow: 1;
}
.page-nav li a {
  display: flex;
  justify-content: center;
  background: #027a38;
  color: #fff;
  height: 100%;
  padding: 10px;
  border-right: 1px dashed;
  font-size: clamp(12px, 1.4vw, 14px);
  font-family: "Marcellus", serif;
  font-weight: 600;
}
.page-nav li:last-of-type a {
  border: none;
}

.program-wrap .program-img {
  position: relative;
  width: 100%;
}
.program-wrap .program-card {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  background: linear-gradient(145deg, rgba(255, 223, 79, 0.35) 0%, rgba(245, 237, 229, 0.6) 50%, #FAFBF7 100%);
  border-top: 0;
}
.program-wrap .program-card.alt {
  flex-flow: column-reverse;
}
.program-wrap .program-card img {
  display: block;
  height: 22rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s all ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}
@media (max-width: 767px) {
  .program-wrap .program-card img {
    height: 20rem;
  }
}
.program-wrap .program-card p {
  text-align: center;
  padding: 0 20px;
}
.program-wrap .program-card p:last-child {
  padding-bottom: 10px;
}
.program-wrap .sub-heading {
  font-size: clamp(16px, 1.8vw, 20px);
  margin: 20px 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Marcellus", serif;
  color: #027a38;
}
.program-wrap .sub-heading::after, .program-wrap .sub-heading::before {
  content: "";
  position: relative;
  height: 40px;
  width: 40px;
  background: url(../img/shapes/shiny-mandala.webp) no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(788%) hue-rotate(105deg) brightness(95%) contrast(102%);
}

.common-whatsapp {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
}
.common-whatsapp::after {
  display: none;
}
.common-whatsapp img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.join-wrap {
  position: relative;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.2549019608), #000), url(../img/courses/200-hour-yttc/join-our-200-hour-yttc-in-rishikesh.webp) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 90px 0;
}
.join-wrap::after, .join-wrap::before {
  content: "";
  position: absolute;
  height: 70px;
  width: 100%;
  background: url(../img/shapes/cta-divider.webp) repeat-x;
  background-size: 200px;
  z-index: -1;
  left: 0;
}
.join-wrap::after {
  top: 0;
}
.join-wrap::before {
  bottom: 0;
  transform: rotate(-180deg);
}
.join-wrap .common-heading,
.join-wrap p {
  color: #fff;
}
.join-wrap .heading-wrap {
  border-color: #fff;
}
.join-wrap strong {
  color: #ffdf4f;
}

.activity-wrap .activity-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  border: 2px solid #ffdf4f;
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  background: #fff;
}
.activity-wrap .activity-card .image-container {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .activity-wrap .activity-card .image-container {
    height: 220px;
    width: 220px;
  }
}
@media (max-width: 767px) {
  .activity-wrap .activity-card .image-container {
    height: 180px;
    width: 180px;
  }
}
.activity-wrap .activity-card .image-container .card-tag {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  bottom: 0;
  padding: 5px 10px;
  background: #ffdf4f;
  border-radius: 20px 0;
  text-transform: uppercase;
  font-size: clamp(12px, 1.3vw, 14px);
  font-weight: 600;
  color: #2E2E2E;
  font-family: "Marcellus", serif;
}
.activity-wrap .activity-card .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: 0.4s all ease-in-out;
  border-right: 20px solid #ffdf4f;
}
.activity-wrap .activity-card:hover .image-container img {
  transform: scale(1.07);
}
.activity-wrap .card-body .card-heading {
  font-weight: 600;
  font-size: clamp(18px, 2vw, 22px);
}
.activity-wrap .card-body span,
.activity-wrap .card-body p {
  text-align: center;
  display: block;
}

.history-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.history-section .history-timeline {
  position: relative;
}
.history-section .timeline-item {
  display: flex;
  margin-bottom: 60px;
  position: relative;
}
.history-section .timeline-item:nth-child(3) {
  margin: 0;
}
@media (max-width: 991px) {
  .history-section .timeline-item {
    margin-bottom: 30px;
  }
}
.history-section .common-content-wrap {
  padding: 20px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: var(--transition);
}
.history-section .quote-section {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.history-section .quote-text {
  font-size: clamp(18px, 2vw, 1.5rem);
  font-style: italic;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  font-family: "Marcellus", serif;
  font-weight: 600;
  color: #027a38;
}
.history-section .quote-author {
  font-size: 1.1rem;
  font-weight: 600;
}
.history-section .stats-section {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 8px;
}
.history-section .stat-item {
  text-align: center;
  flex: 1;
  min-width: 130px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.history-section .stat-number {
  font-size: clamp(25px, 3vw, 30px);
  font-weight: 700;
  color: var(--primary);
  font-family: "Marcellus", serif;
}
.history-section .stat-label {
  font-size: clamp(14px, 1.6vw, 18px);
  color: var(--text-light);
}
.history-section .sub-heading {
  margin-bottom: 8px;
  font-family: "Marcellus", serif;
}

.no-shadow {
  box-shadow: none !important;
}

.cta-section {
  text-align: center;
  margin-top: 20px;
  padding: 40px 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.cta-section p {
  margin: 10px 0 20px;
}
.cta-section .cta-heading {
  font-size: clamp(20px, 2.2vw, 25px);
  color: var(--primary);
  font-weight: 700;
}
.cta-section.cta-bg {
  background: linear-gradient(#000, rgba(0, 0, 0, 0.2588235294)), url(../img/rishikesh-ram-jhula.webp) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.cta-section.cta-bg p,
.cta-section.cta-bg .cta-heading,
.cta-section.cta-bg span {
  color: #fff !important;
}

.testi-wrapper .testi-card {
  display: flex;
  height: 100%;
}
.testi-wrapper .head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.testi-wrapper .head img {
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.testi-wrapper .head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30px;
  background: #ffdf4f;
  right: 0;
  margin: auto;
  z-index: -1;
}
.testi-wrapper .testi-body {
  padding: 10px 10px 10px 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.testi-wrapper .testi-body p {
  display: flex !important;
  flex-flow: column;
  align-items: center;
  position: relative;
}
.testi-wrapper .testi-body p::before {
  content: "";
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  background: url(../img/icons/quote.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.7;
}
.testi-wrapper .testi-body p,
.testi-wrapper .testi-body .sub-heading {
  text-align: center;
  display: block;
}
.testi-wrapper .testi-body .sub-heading {
  font-weight: 600;
  font-size: clamp(16px, 1.8vw, 20px);
}
.testi-wrapper .testi-body {
  position: relative;
  z-index: 1;
}
.testi-wrapper .testi-body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(145deg, rgba(255, 223, 79, 0.35) 0%, rgba(245, 237, 229, 0.6) 50%, #FAFBF7 100%);
  opacity: 0.8;
  margin: auto;
  z-index: -1;
}

.book-wrap .books {
  height: 100%;
  border-right: 10px solid #ffdf4f;
  display: flex;
  flex-flow: column;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
  z-index: 1;
  background: #ffdf4f;
  border-radius: 0 30px;
}
.book-wrap .books::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  height: 60px;
  width: 60px;
  transform: rotate(45deg);
  background: #ffdf4f;
  z-index: 2;
}
.book-wrap .books img {
  height: 25rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .book-wrap .books img {
    height: 20rem;
  }
}
@media (max-width: 575px) {
  .book-wrap .books img {
    height: 16rem;
  }
}
@media (max-width: 480px) {
  .book-wrap .books img {
    height: 14rem;
  }
}
.book-wrap .books a {
  position: absolute;
  right: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 10px;
  background: #ffdf4f;
  border-radius: 10px 0 0;
  font-size: clamp(12px, 1.3vw, 14px);
  color: #2E2E2E;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-family: "Marcellus", serif;
  color: #2E2E2E;
}

.notes-wrap {
  margin-bottom: 50px;
}
.notes-wrap .notes-content {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px;
  border: 1px solid #ffdf4f;
  margin-top: 20px;
  background: #FAFBF7;
}
.notes-wrap .notes-content .sub-heading {
  margin-bottom: 8px;
}
.notes-wrap .notes-content ul {
  margin-top: 20px;
}
.notes-wrap .notes-content a {
  color: #ffdf4f;
}

.exp-num {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: #ffdf4f;
  padding: 25px;
  gap: 10px;
  border-radius: 30px 0 0 0;
  font-family: "Marcellus", serif;
}
.exp-num strong {
  color: #2E2E2E;
  font-size: clamp(18px, 2.5vw, 30px);
}
.exp-num img {
  height: 40px;
  width: 40px;
}
.exp-num span {
  font-size: clamp(14px, 1.6vw, 18px);
  color: #2E2E2E;
  font-weight: 600;
}
@media (max-width: 767px) {
  .exp-num {
    padding: 10px;
  }
  .exp-num img {
    height: 25px;
    width: 25px;
  }
}

.about-wrapper .common-content-wrap .why-us {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Marcellus", serif;
  margin-top: 15px;
}
.about-wrapper .common-content-wrap .why-us .yt-btn {
  margin-top: 15px;
}
.about-wrapper .common-content-wrap .why-us .yt-thumbnail {
  height: 150px;
  width: 150px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .about-wrapper .common-content-wrap .why-us .yt-thumbnail {
    height: 120px;
    width: 120px;
  }
}
.about-wrapper .common-content-wrap .why-us .yt-thumbnail img {
  height: 100%;
  width: 100%;
  transition: 0.4s all ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-wrapper .common-content-wrap .why-us:hover a img {
  transform: scale(1.05);
}
.about-wrapper .common-content-wrap .why-us .content {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
.about-wrapper .common-content-wrap .why-us .content span {
  font-size: clamp(18px, 1.8vw, 20px);
  color: #FF0000;
}
.about-wrapper .common-content-wrap .why-us .content b {
  color: #027a38;
}

.vision-wrap {
  padding-bottom: 50px;
}
.vision-wrap .vision-card {
  padding: 25px;
  height: 100%;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.vision-wrap .vision-card .card-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #027a38;
}
.vision-wrap .vision-card .card-head .icon {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #027a38;
  border-radius: 50%;
}
.vision-wrap .vision-card .card-head .icon img {
  height: 45px;
  width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1) brightness(100);
}
.vision-wrap .vision-card .card-head .heading {
  display: block;
  text-align: center;
  font-size: clamp(16px, 1.8vw, 20px);
  font-family: "Marcellus", serif;
}
.vision-wrap .vision-card .card-head .heading b {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  color: #027a38;
}
.vision-wrap .vision-card .title {
  font-size: clamp(14px, 1.6vw, 18px);
  margin-bottom: 10px;
  display: block;
  font-style: italic;
}
.vision-wrap .vision-card ul,
.vision-wrap .vision-card p {
  padding-left: 20px;
}

.pillars-section .card-base, .pillars-section .course-content-section .content-card, .pillars-section .certificate-card, .pillars-section .value-card, .pillars-section .pillar-card {
  background: #ffffff;
  border: 1px solid rgba(2, 122, 56, 0.1);
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
  height: 100%;
  padding: clamp(20px, 3vw, 25px);
}
.pillars-section .card-base:hover, .pillars-section .course-content-section .content-card:hover, .pillars-section .certificate-card:hover, .pillars-section .value-card:hover, .pillars-section .pillar-card:hover {
  border-color: rgba(2, 122, 56, 0.3);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.pillars-section .card-base .heading, .pillars-section .course-content-section .content-card .heading, .pillars-section .certificate-card .heading, .pillars-section .value-card .heading, .pillars-section .pillar-card .heading {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
  font-family: "Marcellus", serif;
  display: flex;
  position: relative;
  margin-bottom: 10px;
  gap: 8px;
}
.pillars-section .card-base .heading::before, .pillars-section .course-content-section .content-card .heading::before, .pillars-section .certificate-card .heading::before, .pillars-section .value-card .heading::before, .pillars-section .pillar-card .heading::before {
  content: "";
  position: relative;
  height: 40px;
  width: 40px;
  background: url(../img/about/about-flower.svg) no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(15%) hue-rotate(319deg) brightness(93%) contrast(93%);
  top: -6px;
}
.pillars-section .cards-wrapper {
  margin-bottom: 40px;
}
.pillars-section .pillar-card {
  text-align: center;
}
.pillars-section .pillar-card:hover .icon {
  transform: translateY(-3px);
  background: rgba(2, 122, 56, 0.05);
}
.pillars-section .pillar-card .heading {
  color: #027a38;
  flex-flow: column;
}
.pillars-section .pillar-card .heading::before {
  margin: auto;
  filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(788%) hue-rotate(105deg) brightness(95%) contrast(102%);
  top: 0;
}
.pillars-section .certificate-card .certificate-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(12px, 2vw, 15px);
  flex-wrap: wrap;
  gap: 8px;
}
.pillars-section .certificate-card .heading::before {
  display: none;
}
.pillars-section .certificate-card .certificate-badge {
  background: rgba(2, 122, 56, 0.08);
  color: #027a38;
  padding: clamp(4px, 1vw, 6px) clamp(12px, 2vw, 15px);
  border-radius: 10px;
  font-family: "Marcellus", serif;
  font-weight: 600;
  font-size: clamp(0.85rem, 1.1vw, 0.9rem);
  border: 1px solid rgba(2, 122, 56, 0.2);
}
.pillars-section .certificate-card .certificate-level {
  font-family: "Marcellus", serif;
  font-size: clamp(0.8rem, 1vw, 0.85rem);
  color: rgb(114.85, 114.85, 114.85);
  font-weight: 600;
}
.pillars-section .certificate-card .certificate-name {
  font-family: "Marcellus", serif;
  font-size: clamp(1.1rem, 1.5vw, 1.2rem);
  font-weight: 600;
  color: #2E2E2E;
  margin-bottom: clamp(8px, 1vw, 12px);
}
.pillars-section .course-content-section .content-grid {
  display: grid;
  grid-template-columns: 1fr;
}
.pillars-section .course-content-section .content-card {
  padding: clamp(25px, 4vw, 35px) clamp(20px, 3vw, 30px);
  text-align: center;
}
.pillars-section .course-content-section .content-card .content-description {
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(0.95rem, 1.3vw, 1rem);
  color: rgb(84.25, 84.25, 84.25);
  line-height: 1.6;
  margin-bottom: clamp(15px, 2vw, 20px);
}
.pillars-section .course-content-section .content-card .content-description strong {
  color: #2E2E2E;
  font-weight: 600;
}
.pillars-section .course-content-section .content-card .content-assurance {
  text-align: center;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5ede5, rgba(255, 255, 255, 0));
  padding: 5px 20px;
}

.why-us-wrap {
  position: relative;
  z-index: 1;
  background: #FAFBF7;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.why-us-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: url(../img/about/anil-grover-at-rishikul-rishikesh.webp) no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
}
.why-us-wrap .heading-wrap {
  border-color: #fff;
}
.why-us-wrap .common-content-wrap {
  background: #027a38;
  padding: 60px 40px;
}
.why-us-wrap .common-content-wrap .common-heading,
.why-us-wrap .common-content-wrap span,
.why-us-wrap .common-content-wrap p,
.why-us-wrap .common-content-wrap strong {
  color: #fff;
}
@media (max-width: 991px) {
  .why-us-wrap {
    padding: 290px 0 0;
  }
  .why-us-wrap::after {
    width: 100%;
    height: 70%;
  }
  .why-us-wrap .common-content-wrap {
    padding: 20px;
  }
}

.acc-food-wrap .gal-img {
  height: 100%;
  width: 100%;
}
.acc-food-wrap .gal-img img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
  border-radius: 50%;
}
.acc-food-wrap .sub-heading {
  margin-bottom: 15px;
}
.acc-food-wrap .food-slider {
  position: relative;
  margin-top: 2rem;
  border-radius: 1rem;
  z-index: 1;
}
.acc-food-wrap .food-slider .glider {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.acc-food-wrap .food-slider .glider .slide {
  overflow: hidden;
  border-radius: 0.8rem;
  position: relative;
  transition: 0.4s all ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 10px;
}
.acc-food-wrap .food-slider .glider .slide img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
  transition: 0.7s all ease-in-out;
  filter: brightness(95%) contrast(102%);
}
.acc-food-wrap .food-slider .glider-prev,
.acc-food-wrap .food-slider .glider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, rgb(2.6580645161, 162.1419354839, 74.4258064516) 0%, rgb(1.1774193548, 71.8225806452, 32.9677419355) 100%);
  border: none;
  color: #fff;
  font-size: 1.8rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
  z-index: 2;
}
.acc-food-wrap .food-slider .glider-prev:hover,
.acc-food-wrap .food-slider .glider-next:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: translateY(-50%) scale(1.1);
}
.acc-food-wrap .food-slider .glider-prev {
  left: -15px;
}
@media (max-width: 768px) {
  .acc-food-wrap .food-slider .glider-prev {
    left: 0;
  }
}
.acc-food-wrap .food-slider .glider-next {
  right: -15px;
}
@media (max-width: 768px) {
  .acc-food-wrap .food-slider .glider-next {
    right: 0;
  }
}
.acc-food-wrap .food-slider .dots {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 0.6rem;
}
.acc-food-wrap .food-slider .dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 223, 79, 0.08);
  cursor: pointer;
  transition: 0.4s all ease-in-out;
}
.acc-food-wrap .food-slider .dots button.active {
  background: #027a38;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .acc-food-wrap .food-slider {
    padding: 1.5rem 0.5rem;
  }
  .acc-food-wrap .food-slider .glider .slide img {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .acc-food-wrap .food-slider {
    border-radius: 0.5rem;
  }
  .acc-food-wrap .food-slider .glider-prev,
  .acc-food-wrap .food-slider .glider-next {
    font-size: 1.4rem;
    width: 34px;
    height: 34px;
  }
}

.gallery-wrapper .gal-img {
  height: 100%;
  width: 100%;
}
.gallery-wrapper .gal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-wrapper .gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 2.5rem;
  flex-wrap: nowrap;
  border-bottom: 2px solid rgba(2, 122, 56, 0.12);
}
@media (max-width: 575px) {
  .gallery-wrapper .gallery-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .gallery-wrapper .gallery-tabs::-webkit-scrollbar {
    display: none;
  }
}
.gallery-wrapper .gallery-tabs .tab-btn {
  font-family: "Marcellus", serif;
  font-size: clamp(14px, 1.5vw, 16px);
  letter-spacing: 0.8px;
  padding: 0.75rem 1.8rem;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #494040;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
  white-space: nowrap;
  font-weight: 600;
  position: relative;
}
.gallery-wrapper .gallery-tabs .tab-btn::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(135deg, rgb(2.6580645161, 162.1419354839, 74.4258064516) 0%, rgb(1.1774193548, 71.8225806452, 32.9677419355) 100%);
  transform: scaleX(0);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-wrapper .gallery-tabs .tab-btn:hover {
  color: #027a38;
}
.gallery-wrapper .gallery-tabs .tab-btn.active {
  color: #027a38;
  font-weight: 700;
}
.gallery-wrapper .gallery-tabs .tab-btn.active::after {
  transform: scaleX(1);
}
.gallery-wrapper .tab-contents .tab-content {
  display: none;
  animation: galleryFadeIn 0.5s ease forwards;
}
.gallery-wrapper .tab-contents .tab-content.active {
  display: block;
}
.gallery-wrapper .tab-contents .tab-content .gallery-grid.masonry {
  -moz-columns: 4;
       columns: 4;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
@media (max-width: 1199px) {
  .gallery-wrapper .tab-contents .tab-content .gallery-grid.masonry {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (max-width: 767px) {
  .gallery-wrapper .tab-contents .tab-content .gallery-grid.masonry {
    -moz-columns: 2;
         columns: 2;
  }
}
.gallery-wrapper .tab-contents .tab-content .gallery-item {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  cursor: zoom-in;
  text-decoration: none;
}
@media (max-width: 767px) {
  .gallery-wrapper .tab-contents .tab-content .gallery-item {
    margin-bottom: 3px;
  }
}
.gallery-wrapper .tab-contents .tab-content .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease;
}
.gallery-wrapper .tab-contents .tab-content .gallery-item .gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 40%, rgba(46, 46, 46, 0.45) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  border-radius: 0;
}
.gallery-wrapper .tab-contents .tab-content .gallery-item .gallery-overlay svg {
  color: #fff;
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
  transform: scale(0.8);
  transition: transform 0.35s ease;
}
.gallery-wrapper .tab-contents .tab-content .gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-wrapper .tab-contents .tab-content .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-wrapper .tab-contents .tab-content .gallery-item:hover .gallery-overlay svg {
  transform: scale(1);
}

@keyframes galleryFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.gallery-lightbox.active {
  opacity: 1;
  visibility: visible;
}
.gallery-lightbox.active .lightbox-content img {
  transform: scale(1);
}
.gallery-lightbox .lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  z-index: 10;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.gallery-lightbox .lightbox-close:hover {
  background: rgba(255, 255, 255, 0.15);
}
.gallery-lightbox .lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease, transform 0.3s ease;
  backdrop-filter: blur(4px);
}
.gallery-lightbox .lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.25);
}
.gallery-lightbox .lightbox-nav.lightbox-prev {
  left: 16px;
}
.gallery-lightbox .lightbox-nav.lightbox-prev:hover {
  transform: translateY(-50%) translateX(-2px);
}
.gallery-lightbox .lightbox-nav.lightbox-next {
  right: 16px;
}
.gallery-lightbox .lightbox-nav.lightbox-next:hover {
  transform: translateY(-50%) translateX(2px);
}
@media (max-width: 575px) {
  .gallery-lightbox .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .gallery-lightbox .lightbox-nav.lightbox-prev {
    left: 8px;
  }
  .gallery-lightbox .lightbox-nav.lightbox-next {
    right: 8px;
  }
}
.gallery-lightbox .lightbox-content {
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-lightbox .lightbox-content img {
  max-width: 100%;
  max-height: 78vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
  transform: scale(0.95);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-lightbox .lightbox-caption {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 12px;
  max-width: 600px;
  line-height: 1.5;
}
.gallery-lightbox .lightbox-counter {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}

.top-quote {
  margin-left: auto;
  margin-right: auto;
}
.top-quote ul {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.top-quote ul li {
  margin: 0;
  padding: 5px 10px;
  color: #2E2E2E;
  border: 2px dashed #027a38;
  font-family: "Marcellus", serif;
  font-weight: 600;
}
.top-quote ul li::before {
  display: none;
}
.top-quote p {
  text-align: center;
}
.top-quote.space-bottom {
  margin-bottom: 40px;
}

.teacher-main {
  overflow: hidden;
}

.teach-card {
  margin-bottom: 60px;
  display: flex;
  padding: 40px;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.teach-card::after, .teach-card::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.4s all ease-in-out;
  border-radius: 10px;
}
.teach-card::after {
  transform: rotate(-2deg);
  z-index: -2;
  background: #ffdf4f;
}
.teach-card::before {
  background: #f5ede5;
  backdrop-filter: blur(8px);
  z-index: -1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.teach-card .head {
  height: 250px;
  width: 250px;
  border-radius: 50% 50% 0% 50%;
  overflow: hidden;
  flex-shrink: 0;
  border-bottom: 10px solid #ffdf4f;
  border-right: 10px solid #ffdf4f;
  background: #f5ede5;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 991px) {
  .teach-card .head {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 575px) {
  .teach-card .head {
    height: 170px;
    width: 170px;
  }
}
.teach-card .head img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50% 50% 0% 50%;
  -o-object-position: top center;
     object-position: top center;
}
.teach-card:last-child {
  margin: 0;
}
.teach-card .teach-info {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed;
}
.teach-card .teach-info .title {
  color: #027a38;
}
.teach-card .teach-info .card-heading {
  font-size: clamp(16px, 1.8vw, 20px);
  font-family: "Marcellus", serif;
}
.teach-card:hover::after {
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .teach-card {
    flex-flow: column;
    align-items: center;
  }
  .teach-card p,
  .teach-card span,
  .teach-card .card-heading {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .teach-card {
    width: 93%;
    margin: 0 auto 30px;
  }
  .teach-card::after {
    transform: rotate(3deg);
  }
}

.curriculum-wrap {
  overflow: hidden;
}
.curriculum-wrap .sub-heading {
  font-family: "Marcellus", serif;
}
.curriculum-wrap .accordion-heading {
  border: 1px solid #027a38;
}
.curriculum-wrap .ayur-curri {
  padding: 20px;
  border: 2px solid #027a38;
  height: 100%;
}
.curriculum-wrap .ayur-curri:last-child {
  margin-bottom: 0;
}
.curriculum-wrap .ayur-curri .heading {
  display: block;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  margin-bottom: 15px;
}

.guide-wrapper {
  overflow: hidden;
}
.guide-wrapper .travel-wrap {
  margin-top: 30px;
}
.guide-wrapper .travel-wrap .travel-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.guide-wrapper .travel-wrap .travel-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s all ease-in-out;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  filter: brightness(0.95) saturate(1.1);
}
.guide-wrapper .travel-wrap .travel-img:hover img {
  transform: scale(1.05);
}
.guide-wrapper .travel-wrap .travel-content {
  display: flex;
  height: 100%;
  flex-flow: column;
  justify-content: center;
  padding: 70px 40px;
  border: 2px dotted #d8c9c9;
  border-radius: 20px;
}
.guide-wrapper .travel-wrap .travel-content .heading {
  font-size: clamp(14px, 1.5vw, 16px);
  margin-bottom: 20px;
}
.guide-wrapper .travel-wrap .travel-content .heading strong {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #ffdf4f);
  font-size: clamp(16px, 1.8vw, 20px);
  color: #2E2E2E;
  padding: 0 6px;
  font-family: "Marcellus", serif;
}
@media (max-width: 575px) {
  .guide-wrapper .travel-wrap .travel-content {
    padding: 30px;
  }
}

.guide-acc-wrap .common-content-wrap .auto-count {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.guide-acc-wrap .common-content-wrap .auto-count li {
  counter-increment: item;
  margin: 5px 0;
  position: relative;
  background: linear-gradient(to right, #ece4e4, rgba(233, 230, 230, 0.6352941176), rgba(255, 255, 255, 0));
  font-weight: 600;
  color: #2E2E2E;
}
.guide-acc-wrap .common-content-wrap .auto-count li:last-child {
  margin-bottom: 0;
}
.guide-acc-wrap .common-content-wrap .auto-count li::before {
  content: counter(item) ". ";
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  font-weight: bold;
  color: #ffffff;
  background: #027a38;
  text-align: center;
  font-family: "Marcellus", serif;
}

.visit-wrap {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
.visit-wrap .visit-img {
  display: flex;
  position: relative;
  z-index: 10;
  height: 100%;
  margin-right: 40px;
}
.visit-wrap .visit-img img {
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border-radius: 30px;
  width: 70%;
}
.visit-wrap .visit-img img:nth-child(2) {
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: 2;
  outline: 5px solid #fff;
  width: 60%;
}
@media (max-width: 767px) {
  .visit-wrap .visit-img {
    margin: 0;
  }
}

.student-wrap .student-content {
  position: relative;
  padding: 100px 0;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 10px;
}
.student-wrap .student-content.workshops-container {
  overflow: visible;
  gap: 20px;
}
.student-wrap .student-content .content {
  width: min(85%, 1000px);
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  border-radius: 0 10px 10px 0;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  color: #fff;
  /* ✨ new base animation state */
  opacity: 0;
  transform: translateY(60px) scale(0.97);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.student-wrap .student-content .content.alt {
  margin-left: auto;
  border-radius: 10px 0 0 10px;
}
.student-wrap .student-content .content p,
.student-wrap .student-content .content li,
.student-wrap .student-content .content span,
.student-wrap .student-content .content strong,
.student-wrap .student-content .content h2,
.student-wrap .student-content .content h3,
.student-wrap .student-content .content h4,
.student-wrap .student-content .content h5,
.student-wrap .student-content .content h6 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .student-wrap .student-content .content {
    width: 92%;
    padding: 1.4rem;
  }
}
@media (max-width: 767px) {
  .student-wrap .student-content {
    padding: 50px 0;
  }
}
.student-wrap .student-content {
  /* inner elements default hidden */
}
.student-wrap .student-content .heading-wrap,
.student-wrap .student-content .sub-heading,
.student-wrap .student-content .para,
.student-wrap .student-content .list li,
.student-wrap .student-content .special-text {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.student-wrap .student-content .heading-wrap {
  border-color: #ffdf4f;
}
.student-wrap .student-content .list li {
  transform: translateX(-30px);
}
.student-wrap .student-content .list li:nth-child(1) {
  transition-delay: 0.4s;
}
.student-wrap .student-content .list li:nth-child(2) {
  transition-delay: 0.5s;
}
.student-wrap .student-content .list li:nth-child(3) {
  transition-delay: 0.6s;
}
.student-wrap .student-content .list li:nth-child(4) {
  transition-delay: 0.7s;
}
.student-wrap .student-content .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background: #4ecdc4;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease 0.3s;
}
.student-wrap .student-content {
  /* when section is visible */
}
.student-wrap .student-content.text-visible .content {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.student-wrap .student-content.text-visible .heading-wrap {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.student-wrap .student-content.text-visible .sub-heading {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.student-wrap .student-content.text-visible .para {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.student-wrap .student-content.text-visible .list li {
  opacity: 1;
  transform: translateX(0);
}
.student-wrap .student-content.text-visible .list li::before {
  transform: scale(1);
}
.student-wrap .student-content.text-visible .special-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.student-wrap .student-content.text-hidden .content {
  opacity: 0;
  transform: translateY(60px) scale(0.97);
  transition: opacity 0.5s ease-in, transform 0.5s ease-in;
}
.student-wrap .student-content.text-hidden .heading-wrap,
.student-wrap .student-content.text-hidden .sub-heading,
.student-wrap .student-content.text-hidden .para,
.student-wrap .student-content.text-hidden .list li,
.student-wrap .student-content.text-hidden .special-text {
  opacity: 0;
}
.student-wrap .student-content {
  /* backgrounds (as before) */
}
.student-wrap .student-content.student-exp {
  background: url("../img/student-life/students-exprience.webp") center/cover no-repeat;
}
.student-wrap .student-content.student-bond {
  background: url("../img/student-life/student-bond.webp") center/cover no-repeat;
}
.student-wrap .student-content.student-fun {
  background: url("../img/student-life/students-fun.webp") center/cover no-repeat;
}
.student-wrap .student-content.student-acc {
  background: url("../img/student-life/accommodation.webp") center/cover no-repeat;
}
.student-wrap .student-content.student-food {
  background: url("../img/student-life/healthy-food.webp") center/cover no-repeat;
}
.student-wrap .student-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: -1;
}
.student-wrap.workshop-main .student-content {
  padding: 0px 0;
  border-radius: 0;
}
.student-wrap.workshop-main .student-content:last-child {
  margin: 0 !important;
}
.student-wrap.workshop-main .student-content .content {
  border-radius: 0px;
  background: #027a38;
}
@media (max-width: 991px) {
  .student-wrap.workshop-main .student-content {
    align-items: normal;
  }
}
@media (max-width: 767px) {
  .student-wrap.workshop-main .student-content {
    flex-flow: column;
  }
  .student-wrap.workshop-main .student-content:nth-child(even) {
    flex-direction: column-reverse;
  }
  .student-wrap.workshop-main .student-content .program-img {
    max-height: 500px;
  }
  .student-wrap.workshop-main .student-content .content {
    margin: 0 !important;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .student-wrap.workshop-main .student-content .program-img {
    max-height: 350px;
    width: 100%;
  }
}
.student-wrap.workshop-main .student-content .program-img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.student-wrap.workshop-main .student-content .program-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.student-wrap.workshop-main .student-content::after {
  display: none;
}

.testimonials-main {
  overflow: hidden;
}
.testimonials-main .yt-short-slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 40px;
}
.testimonials-main .yt-short-slider .glider-track {
  padding: 30px 20px;
}
.testimonials-main .yt-short-slider .glider-content {
  display: flex;
  align-items: center;
}
.testimonials-main .yt-short-slider .glider {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
  width: 100%;
}
.testimonials-main .yt-short-slider .glider .short-slider-item {
  flex-shrink: 0;
  margin: 0 10px;
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: transform 0.3s ease;
}
.testimonials-main .yt-short-slider .glider .short-slider-item:hover {
  transform: scale(1.05);
}
.testimonials-main .yt-short-slider .glider .short-slider-item .work-shop-card {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 0px;
  overflow: hidden;
}
.testimonials-main .yt-short-slider .glider .short-slider-item .work-shop-card iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0px;
}
@media (max-width: 575px) {
  .testimonials-main .yt-short-slider .glider .short-slider-item .work-shop-card {
    height: 300px;
  }
}
@media (max-width: 450px) {
  .testimonials-main .yt-short-slider .glider .short-slider-item .work-shop-card {
    height: 270px;
  }
}
.testimonials-main .yt-short-slider .short-prev,
.testimonials-main .yt-short-slider .short-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  color: #181818;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.testimonials-main .yt-short-slider .short-prev:hover,
.testimonials-main .yt-short-slider .short-next:hover {
  background-color: #FF0000;
  color: #fff;
}
.testimonials-main .yt-short-slider .short-prev:focus,
.testimonials-main .yt-short-slider .short-next:focus {
  outline: none;
}
.testimonials-main .yt-short-slider .short-prev {
  left: 20px;
}
.testimonials-main .yt-short-slider .short-next {
  right: 20px;
}
.testimonials-main .testi-sec .testimonial-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
.testimonials-main .testi-sec .testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.testimonials-main .testi-sec .testimonial-card:nth-child(odd) {
  align-self: flex-start;
  margin-right: 15%;
  transform: translateX(-50px) translateY(30px);
}
.testimonials-main .testi-sec .testimonial-card:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  filter: drop-shadow(2px 0 2px rgba(0, 0, 0, 0.1));
  transition: all 0.8s ease-out;
}
.testimonials-main .testi-sec .testimonial-card:nth-child(odd).visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.testimonials-main .testi-sec .testimonial-card:nth-child(odd).visible::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.testimonials-main .testi-sec .testimonial-card:nth-child(even) {
  background: #f5ede5;
  align-self: flex-end;
  margin-left: 15%;
  transform: translateX(50px) translateY(30px);
}
.testimonials-main .testi-sec .testimonial-card:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: 12px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  filter: drop-shadow(-2px 0 2px rgba(0, 0, 0, 0.1));
  transition: all 0.8s ease-out;
}
.testimonials-main .testi-sec .testimonial-card:nth-child(even).visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.testimonials-main .testi-sec .testimonial-card:nth-child(even).visible::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.testimonials-main .testi-sec .testimonial-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
@media (max-width: 600px) {
  .testimonials-main .testi-sec .testimonial-card {
    margin: 0 !important;
    padding: 20px;
  }
}
.testimonials-main .testi-sec .quote-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  opacity: 0.1;
  transition: transform 0.3s ease;
}
.testimonials-main .testi-sec .quote-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial-card:nth-child(even) .testimonials-main .testi-sec .quote-icon {
  right: auto;
  left: 24px;
}
.testimonial-card.visible .testimonials-main .testi-sec .quote-icon {
  transform: scale(1.1);
}
.testimonials-main .testi-sec .head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.testimonial-card.visible .testimonials-main .testi-sec .head {
  transform: translateX(0);
}
.testimonial-card:nth-child(odd) .testimonials-main .testi-sec .head {
  transform: translateX(-20px);
}
.testimonial-card:nth-child(even) .testimonials-main .testi-sec .head {
  transform: translateX(20px);
}
.testimonials-main .testi-sec .head img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #f8f9fa;
  transition: transform 0.3s ease;
}
.testimonial-card.visible .testimonials-main .testi-sec .head img {
  transform: scale(1.05);
}
.testimonials-main .testi-sec .head .name {
  font-size: 18px;
  font-weight: 600;
  color: #2d3748;
  transition: color 0.3s ease;
  font-family: "Marcellus", serif;
}
.testimonials-main .testi-sec .body p {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
  text-align: justify;
}
.testimonial-card.visible .testimonials-main .testi-sec .body p {
  transform: translateY(0);
}
.testimonial-card:not(.visible) .testimonials-main .testi-sec .body p {
  transform: translateY(10px);
}

.new-payment-wrap .sub-heading {
  margin-bottom: 15px;
  color: #2E2E2E;
}
.new-payment-wrap .small-heading {
  color: #ffdf4f;
  margin: 10px 0;
}
.new-payment-wrap .pay-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.new-payment-wrap .pay-list img {
  height: 30px;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.new-payment-wrap .item {
  flex-grow: 1;
}
.new-payment-wrap .item a {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: baseline;
  padding: 10px;
  height: 100%;
  background: #fff;
}
.new-payment-wrap .item .recommend {
  color: #ffdf4f;
  font-size: clamp(11px, 1.2vw, 13px);
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 991px) {
  .new-payment-wrap .item .recommend {
    position: absolute;
    right: 6px;
    bottom: 6px;
  }
}
.new-payment-wrap .payment-box {
  padding: 20px;
  margin-bottom: 15px;
  background: #f5ede5;
  flex-grow: 1;
}
.new-payment-wrap .payment-box:last-of-type {
  margin: 0;
}
.new-payment-wrap .qr-code {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.new-payment-wrap .payment-outer {
  display: flex;
  flex-flow: column;
}

#enroll-form {
  font-family: "Nunito Sans", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
#enroll-form .form-section {
  background: #fff;
  padding: 2.25rem 2rem;
  border-radius: 10px;
  box-shadow: 0 3px 14px rgba(2, 122, 56, 0.08);
  border: 1px solid rgba(2, 122, 56, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
#enroll-form .section-title {
  font-family: "Marcellus", serif;
  font-size: 1.35rem;
  color: #027a38;
  margin: 0;
  letter-spacing: 0.4px;
}
#enroll-form .section-title::after {
  content: "";
  width: 38px;
  height: 3px;
  background: #ffdf4f;
  border-radius: 10px;
  margin-top: 8px;
  display: block;
}
#enroll-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#enroll-form .form-group label {
  font-size: 0.93rem;
  font-weight: 600;
  color: #2E2E2E;
}
#enroll-form .form-group .form-control,
#enroll-form .form-group .form-select {
  background: #FAFBF7;
  border: 1px solid rgba(46, 46, 46, 0.14);
  padding: 0.78rem 1rem;
  border-radius: 10px;
  font-size: 0.95rem;
  transition: 0.4s all ease-in-out;
}
#enroll-form .form-group .form-control:focus,
#enroll-form .form-group .form-select:focus {
  border-color: #027a38;
  box-shadow: 0 0 0 3px rgba(2, 122, 56, 0.18);
}
#enroll-form textarea.form-control {
  padding-top: 1rem;
  height: 140px;
  resize: none;
}
#enroll-form .theme-btn {
  width: 100%;
  display: block;
  padding: 1.05rem;
  background: #027a38;
  color: #fff;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 1.1rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  margin-top: -0.5rem;
  transition: 0.4s all ease-in-out;
  box-shadow: 0 4px 14px rgba(2, 122, 56, 0.18);
}
#enroll-form .theme-btn:hover {
  background: rgb(1.4241935484, 86.8758064516, 39.8774193548);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(2, 122, 56, 0.25);
}

@media (max-width: 768px) {
  #enroll-form {
    gap: 2rem;
  }
  #enroll-form .form-section {
    padding: 1.7rem 1.5rem;
    gap: 1.5rem;
  }
  #enroll-form .section-title {
    font-size: 1.2rem;
  }
}
.exp-cta-wrap {
  padding: 160px 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: url("../img/enroll/cta.webp") no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.exp-cta-wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
}
.exp-cta-wrap li {
  background: #ffdf4f !important;
  color: #2E2E2E !important;
}
.exp-cta-wrap p,
.exp-cta-wrap strong {
  color: #fff;
  text-align: center;
}
.exp-cta-wrap strong {
  font-size: clamp(18px, 2.4vw, 28px);
  font-family: "Marcellus", serif;
}
.exp-cta-wrap p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
.exp-cta-wrap .divider-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
}
.exp-cta-wrap .divider-img.alt {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .exp-cta-wrap {
    padding: 80px 30px;
  }
  .exp-cta-wrap p {
    font-size: 16px;
  }
  .exp-cta-wrap strong {
    font-size: 18px;
  }
}

.timeline-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(2, 122, 56, 0.1);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.4s all ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 100%;
}
.timeline-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 223, 79, 0.08), transparent);
  transition: 0.7s all ease-in-out;
  z-index: 0;
}
.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-color: rgba(2, 122, 56, 0.3);
}
.timeline-card:hover::before {
  left: 100%;
}
.timeline-card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, rgb(2.6580645161, 162.1419354839, 74.4258064516) 0%, rgb(1.1774193548, 71.8225806452, 32.9677419355) 100%);
}
.timeline-card:hover .card-icon .icon {
  filter: invert(1) brightness(100);
  transform: scale(1.1);
}
.timeline-card:hover .card-title {
  color: #027a38;
}
.timeline-card .card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(to bottom right, #FAFBF7 0%, rgba(245, 237, 229, 0.8) 50%, rgba(2, 122, 56, 0.05) 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.4s all ease-in-out;
  border: 2px solid rgba(2, 122, 56, 0.1);
  flex-shrink: 0;
}
.timeline-card .card-icon::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(145deg, rgba(255, 223, 79, 0.35) 0%, rgba(245, 237, 229, 0.6) 50%, #FAFBF7 100%);
  border-radius: 18px;
  z-index: -1;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
.timeline-card .card-icon:hover::after {
  opacity: 1;
}
.timeline-card .card-icon .icon {
  width: 32px;
  height: 32px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(788%) hue-rotate(105deg) brightness(95%) contrast(102%);
  transition: 0.4s all ease-in-out;
}
.timeline-card .card-body {
  flex: 1;
  position: relative;
  z-index: 1;
}
.timeline-card .card-body .card-title {
  font-family: "Marcellus", serif;
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 700;
  color: #2E2E2E;
  display: block;
  margin-bottom: 8px;
  transition: 0.4s all ease-in-out;
  line-height: 1.2;
}
.timeline-card .card-body p {
  font-family: "Nunito Sans", sans-serif;
  color: #494040;
  margin: 0;
  line-height: 1.5;
}
.timeline-card .card-body p b {
  color: #2E2E2E;
  font-weight: 600;
}

@keyframes cardAppear {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.timeline-card {
  animation: cardAppear 0.6s ease-out forwards;
}

.bookspot-section {
  position: relative;
}
.bookspot-section .steps-container {
  counter-reset: step-counter;
  margin: clamp(20px, 5vw, 40px) auto 0;
  padding: 0 clamp(10px, 3vw, 20px);
}
.bookspot-section .steps-container .step {
  counter-increment: step-counter;
  position: relative;
  padding-left: clamp(50px, 7vw, 70px);
  margin-bottom: clamp(20px, 4vw, 35px);
}
.bookspot-section .steps-container .step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: clamp(20px, 4vw, 32px);
  top: clamp(40px, 6vw, 60px);
  height: calc(100% - clamp(10px, 2vw, 20px));
  width: 2px;
  background: rgba(2, 122, 56, 0.18);
}
.bookspot-section .steps-container .step::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(40px, 7vw, 55px);
  height: clamp(40px, 7vw, 55px);
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(2.6580645161, 162.1419354839, 74.4258064516) 0%, rgb(1.1774193548, 71.8225806452, 32.9677419355) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Marcellus", serif;
  font-size: clamp(14px, 2.5vw, 20px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 2;
  transition: 0.4s all ease-in-out;
}
.bookspot-section .steps-container .step:hover::before {
  transform: scale(1.1);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bookspot-section .steps-container .step .content-box {
  background: #fff;
  border: 1px solid rgba(2, 122, 56, 0.15);
  border-radius: clamp(8px, 1.5vw, 10px);
  padding: clamp(14px, 3vw, 20px) clamp(16px, 3.2vw, 24px);
  transition: 0.4s all ease-in-out;
  position: relative;
  z-index: 1;
}
.bookspot-section .steps-container .step .content-box:hover {
  transform: translateY(-3px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bookspot-section .steps-container .step .step-title {
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 600;
  color: rgb(1.1774193548, 71.8225806452, 32.9677419355);
  margin-bottom: clamp(3px, 1vw, 5px);
  display: block;
}
.bookspot-section .steps-container .step .step-description {
  font-size: clamp(13px, 2vw, 15px);
  color: #494040;
  line-height: 1.6;
  text-align: left;
}
.bookspot-section .steps-container .step .step-description b {
  color: #2E2E2E;
}

.content-box {
  position: relative;
  z-index: 1;
  padding: 40px;
  background: #FAFBF7;
}
.content-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background: url(../img/retreat/chakra.webp) no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(15%) hue-rotate(319deg) brightness(93%) contrast(93%);
  opacity: 0.8;
}
.content-box p {
  text-align: center;
}

.round-img {
  height: 100%;
}
.round-img img {
  border-radius: 200px 0px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-right: 10px solid #f8b302;
  border-left: 10px solid #f8b302;
}
@media (max-width: 991px) {
  .round-img img {
    border-radius: 100px 0px;
  }
}

.mask-img {
  -webkit-mask-image: url(../img/retreat/mask-img.webp);
  height: 100%;
}
.mask-img.program-mask {
  -webkit-mask-image: url(../img/courses/50hr/mask.webp);
}
.mask-img {
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.mask-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.retreat-wrap {
  display: flex;
  align-items: center;
  border: 2px solid #f5ede5;
  padding: 30px;
  border-radius: 10px;
  gap: 30px;
}
.retreat-wrap .mask-img {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .retreat-wrap {
    flex-flow: column;
    align-items: center;
  }
  .retreat-wrap .mask-img {
    width: 100%;
  }
}

.on-board-wrap {
  color: #2E2E2E;
}
.on-board-wrap .heading {
  font-family: "Marcellus", serif;
  color: #2E2E2E;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.on-board-wrap .heading::before {
  content: "";
  position: relative;
  height: 2px;
  width: 60px;
  background: linear-gradient(135deg, rgb(2.6580645161, 162.1419354839, 74.4258064516) 0%, rgb(1.1774193548, 71.8225806452, 32.9677419355) 100%);
}
.on-board-wrap .form-section {
  background: white;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
}
.on-board-wrap .form-note {
  background: #f8f9fa;
  padding: 1rem 1.2rem;
  margin: 0 0 2rem;
  border-left: 4px solid #027a38;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #666;
}
.on-board-wrap .form-row, .on-board-wrap .search-bar {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .on-board-wrap .form-row, .on-board-wrap .search-bar {
    flex-direction: column;
    gap: 1rem;
  }
}
.on-board-wrap .form-group {
  flex: 1;
  margin-bottom: 1.5rem;
}
.on-board-wrap .form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
}
.on-board-wrap .form-input, .on-board-wrap .form-control,
.on-board-wrap .form-select {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.9rem;
  background: white;
  transition: all 0.3s ease;
}
.on-board-wrap .form-input:focus, .on-board-wrap .form-control:focus,
.on-board-wrap .form-select:focus {
  outline: none;
  border-color: #027a38;
  box-shadow: 0 0 0 3px rgba(2, 122, 56, 0.1);
}
.on-board-wrap .form-select {
  background: #f8f9fa;
}
.on-board-wrap textarea.form-control {
  min-height: 100px;
  resize: vertical;
}
.on-board-wrap .search-bar {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
.on-board-wrap .search-bar .form-group {
  margin-bottom: 0;
}
.on-board-wrap .btn-primary {
  background: #027a38;
  color: white;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.on-board-wrap .btn-primary:hover {
  background: rgb(1.1774193548, 71.8225806452, 32.9677419355);
  transform: translateY(-1px);
}
.on-board-wrap .signature-wrapper {
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 1rem;
  background: white;
  margin-bottom: 1rem;
  max-width: 600px;
}
.on-board-wrap #signatureCanvas {
  display: block;
  height: 150px;
  background: #fafafa;
  cursor: crosshair;
}
.on-board-wrap .signature-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.on-board-wrap .btn-clear {
  background: #dc3545;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8rem;
}
.on-board-wrap .btn-clear:hover {
  background: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.on-board-wrap .top {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.on-board-wrap .top .form-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  background: white;
  border-radius: 6px;
  border: 1px solid #e9ecef;
  flex: 1;
  min-width: 200px;
}
.on-board-wrap .top input {
  border: none;
  background: transparent;
  flex: 1;
  font-size: 0.9rem;
  padding: 0.3rem;
}
.on-board-wrap .top input:focus {
  outline: none;
}
.on-board-wrap .top label {
  margin: 0;
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
}
.on-board-wrap .check-box-wrap {
  margin-bottom: 1.5rem;
}
.on-board-wrap .check-box-wrap .form-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  padding: 1rem;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  background: white;
  margin: 0;
  transition: all 0.3s ease;
}
.on-board-wrap .check-box-wrap .form-label:hover {
  border-color: #027a38;
}
.on-board-wrap .check-box-wrap .form-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 0.1rem;
  border: 2px solid #ddd;
  border-radius: 4px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.on-board-wrap .check-box-wrap .form-label input[type=checkbox]:checked {
  background: #027a38;
  border-color: #027a38;
}
.on-board-wrap .check-box-wrap .form-label input[type=checkbox]:checked::after {
  content: "✓";
  color: white;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .on-board-wrap .form-section {
    padding: 1.5rem;
  }
  .on-board-wrap .form-row, .on-board-wrap .search-bar {
    flex-direction: column;
  }
  .on-board-wrap .top .form-group {
    min-width: 100%;
  }
}
.astro-overview {
  background: url(../img/vedic-astro/dark-background.webp) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.astro-overview .heading-wrap .common-heading {
  color: #ffdf4f;
}
.astro-overview .heading-wrap .title {
  color: #fff;
}
.astro-overview .heading-wrap::after {
  filter: brightness(0) saturate(100%) invert(84%) sepia(62%) saturate(3518%) hue-rotate(347deg) brightness(103%) contrast(98%);
}
.astro-overview .day-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 223, 79, 0.3);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  backdrop-filter: blur(4px);
  transition: 0.4s all ease-in-out;
}
.astro-overview .day-box:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: #ffdf4f;
  transform: translateY(-3px);
}
.astro-overview .day-box h4 {
  font-family: "Marcellus", serif;
  font-size: 22px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffdf4f;
}
.astro-overview .day-box h4 span {
  height: 32px;
  background: #ffdf4f;
  color: #2E2E2E;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 3px 10px;
}
.astro-overview .day-box ul {
  margin-left: 20px;
}
.astro-overview .day-box ul li {
  color: #fff;
}
.astro-overview .day-box ul li strong {
  color: #ffdf4f;
}
.astro-overview .day-box ul li::before {
  background: #ffdf4f;
}

.instructor-card {
  display: flex;
  gap: 30px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 223, 79, 0.35);
  border-radius: 10px;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: 0.4s all ease-in-out;
}
.instructor-card:hover {
  transform: translateY(-5px);
  border-color: #ffdf4f;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.12);
}
.instructor-card .photo {
  flex: 0 0 240px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.instructor-card .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.4s all ease-in-out;
}
.instructor-card .photo img:hover {
  transform: scale(1.05);
}
.instructor-card .info {
  flex: 1;
  font-family: "Nunito Sans", sans-serif;
  color: white;
  font-size: 16px;
  line-height: 1.7;
}
.instructor-card .info .greet {
  font-family: "Marcellus", serif;
  font-size: clamp(18px, 2.2vw, 25px);
  margin-bottom: 15px;
  color: #2E2E2E;
}
.instructor-card .info p {
  margin-bottom: 16px;
  opacity: 0.9;
}
.instructor-card .info .special {
  font-family: "Marcellus", serif;
  font-size: clamp(14px, 1.6vw, 18px);
  margin-top: 25px;
  color: #2E2E2E;
}
.instructor-card .info .sign {
  font-family: "Marcellus", serif;
  font-size: clamp(16px, 1.8vw, 20px);
  margin-top: 5px;
  color: #2E2E2E;
  font-weight: 600;
}
@media (max-width: 768px) {
  .instructor-card {
    flex-direction: column;
    text-align: center;
  }
  .instructor-card .photo {
    margin: 0 auto;
    width: 200px;
    height: 200px;
  }
}

.error-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.error-wrap img.contain {
  max-width: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 400px;
}
.error-wrap ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.error-wrap .error-heading {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(45deg, #ff4b2b, #ff416c);
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 2px 2px 10px rgba(255, 65, 108, 0.5);
}
.error-wrap .error-text {
  font-size: 1.1rem;
  color: #444;
}

.feature-wrap .feature-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}
.feature-wrap .feature-item img {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.feature-wrap .feature-item p {
  position: relative;
  z-index: 1;
  padding: 8px 20px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-family: "Marcellus", serif;
}
.feature-wrap .feature-item p::after, .feature-wrap .feature-item p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #027a38;
}
.feature-wrap .feature-item p::after {
  transform: skew(20deg, 0deg);
}
.feature-wrap .feature-item p::before {
  transform: skew(-20deg, 0deg);
}

.study-wrap {
  padding: 50px 20px 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.7215686275);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  width: 95%;
  margin: -130px auto 0;
}
@media (max-width: 991px) {
  .study-wrap {
    margin: 50px auto 0;
    padding: 0;
  }
}
.study-wrap .study-card {
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
  flex-grow: 1;
}
.study-wrap .study-card .heading {
  font-size: clamp(14px, 1.6vw, 18px);
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ffdf4f);
}
.study-wrap .sub-heading {
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  width: 80%;
  top: -25px;
  background: #027a38;
  padding: 8px 10px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  outline: 5px solid rgba(255, 255, 255, 0);
}
@media (min-width: 991px) {
  .study-wrap .sub-heading {
    width: 60%;
  }
}

.deco-img {
  height: 600px;
  margin: auto;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .deco-img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .deco-img {
    height: auto;
  }
}
.deco-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.course-teacher .teacher-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 20px;
  gap: 0px;
  border: 1px solid #bebcbc;
  height: 100%;
  background: #FAFBF7;
}
.course-teacher .teacher-card img {
  flex-shrink: 0;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.course-teacher .teacher-card .teach-info {
  margin-bottom: 20px;
  border-bottom: 2px dashed #2E2E2E;
  padding: 8px 8px 15px;
}
.course-teacher .teacher-card .card-heading {
  font-family: "Marcellus", serif;
  text-align: center;
}
.course-teacher .teacher-card .title {
  font-size: clamp(13px, 1.3vw, 14px);
  font-weight: 500;
  text-align: center;
}
.course-teacher .teacher-card p {
  text-align: center !important;
}
.course-teacher .teacher-card p,
.course-teacher .teacher-card span,
.course-teacher .teacher-card strong {
  text-align: left;
}

.org-name {
  font-size: clamp(20px, 2.3vw, 28px);
  text-transform: uppercase;
  font-family: "Marcellus", serif;
  font-weight: 600;
  color: #2E2E2E;
  display: block;
  margin-bottom: 15px;
}

.course-cta-second {
  background: #fff;
  margin: 30px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
}
.course-cta-second strong,
.course-cta-second p {
  text-align: center;
}
.course-cta-second strong {
  font-size: clamp(18px, 2.2vw, 24px);
}
.course-cta-second p {
  font-size: clamp(15px, 1.7vw, 18px);
}
.course-cta-second a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.course-cta {
  position: relative;
  padding: clamp(15px, 2vw, 25px);
  border-radius: 10px;
  overflow: hidden;
  margin: 15px 0;
  color: #fff;
}
.course-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 6px;
  background: #ffdf4f;
  border-radius: 0 0 10px 0;
  transform: skewX(-25deg);
}
.course-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgb(2.6089552239, 172.1910447761, 76.9641791045) 0%, rgb(1.2388059701, 81.7611940299, 36.5447761194) 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}
.course-cta .para {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 1.6;
}
.course-cta strong,
.course-cta a {
  color: #ffdf4f;
}
.course-cta .common-heading {
  margin-bottom: 10px;
  color: #fff;
}
.course-cta .theme-btn {
  background-color: #fff;
  color: #2E2E2E;
}

/* ---------------------------------------------------------
   VERTICAL FLOATING BUTTON (Right Center)
   Mix Theme – Green Primary + Yellow Accent
---------------------------------------------------------- */
.wizard-trigger {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1500;
  background: #ffdf4f;
  border: 2px solid white;
  width: clamp(40px, 5vw, 55px);
  padding: clamp(10px, 1vw, 14px) 0;
  border-radius: 15px 0 0 15px;
  /* Vertical pill */
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(2, 122, 56, 0.3);
  transition: 0.4s all ease-in-out;
  animation: pulse 2s infinite;
  /* HOVER EFFECT */
}
.wizard-trigger:hover {
  background: #f8b302;
  box-shadow: 0 12px 40px rgba(2, 122, 56, 0.5);
  animation: none;
  transform: translateY(-50%) scale(1.04);
}
.wizard-trigger:hover .icon img {
  transform: rotate(15deg) scale(1.1);
}
.wizard-trigger {
  /* ICON */
}
.wizard-trigger .icon img {
  width: clamp(24px, 4vw, 30px);
  height: clamp(24px, 4vw, 30px);
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(15%) hue-rotate(319deg) brightness(93%) contrast(93%);
  transition: 0.4s all ease-in-out;
  margin-bottom: 5px;
}
.wizard-trigger {
  /* VERTICAL TEXT */
}
.wizard-trigger span {
  font-family: "Marcellus", serif;
  font-size: clamp(11px, 2vw, 14px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffdf4f;
  text-align: center;
  color: #000;
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.wizard-trigger {
  /* Pulse animation */
}
@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.05);
  }
}

/* MOBILE VERSION */
@media (max-width: 768px) {
  .wizard-trigger {
    right: -3px;
    width: 45px;
  }
  .wizard-trigger .icon img {
    width: 22px;
    height: 22px;
  }
  .wizard-trigger span {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
}
/* ==================== WIZARD MODAL ==================== */
.wizard-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
}
.wizard-modal #wizardModalTitle {
  font-size: clamp(16px, 1.6vw, 18px);
}
.wizard-modal.active {
  display: flex;
}
.wizard-modal .wizard-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.wizard-modal .wizard-content {
  position: relative;
  width: 100%;
  max-width: 540px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.04);
  animation: wzSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.wizard-modal .wizard-content::-webkit-scrollbar {
  width: 0;
}
.wizard-modal {
  /* Close button */
}
.wizard-modal .wz-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  color: #494040;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: 0.25s ease;
}
.wizard-modal .wz-close:hover {
  background: rgba(0, 0, 0, 0.12);
  transform: rotate(90deg);
}
.wizard-modal {
  /* Header */
}
.wizard-modal .wz-header {
  text-align: center;
  padding: 32px 40px 20px;
  background: linear-gradient(135deg, rgba(255, 223, 79, 0.15) 0%, rgba(2, 122, 56, 0.06) 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.wizard-modal .wz-header .wz-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgb(2.6580645161, 162.1419354839, 74.4258064516) 0%, rgb(1.1774193548, 71.8225806452, 32.9677419355) 100%);
  color: #fff;
  margin-bottom: 14px;
}
.wizard-modal .wz-header h3 {
  font-family: "Marcellus", serif;
  font-size: clamp(1.25rem, 4vw, 1.6rem);
  color: #2E2E2E;
  margin: 0 0 6px;
  font-weight: 600;
  line-height: 1.3;
}
.wizard-modal .wz-header .wz-subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(0.82rem, 2.5vw, 0.92rem);
  color: #494040;
  margin: 0;
  line-height: 1.5;
}
.wizard-modal {
  /* Progress */
}
.wizard-modal .wz-progress {
  padding: 20px 32px 0;
}
.wizard-modal .wz-progress .wz-progress-track {
  height: 4px;
  background: #f5ede5;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 14px;
}
.wizard-modal .wz-progress .wz-progress-track .wz-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(135deg, rgb(2.6580645161, 162.1419354839, 74.4258064516) 0%, rgb(1.1774193548, 71.8225806452, 32.9677419355) 100%);
  border-radius: 2px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.wizard-modal .wz-progress .wz-steps {
  display: flex;
  justify-content: space-between;
}
.wizard-modal .wz-progress .wz-step {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wizard-modal .wz-progress .wz-step .wz-step-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f5ede5;
  display: grid;
  place-items: center;
  transition: 0.35s ease;
}
.wizard-modal .wz-progress .wz-step .wz-step-dot span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #494040;
  transition: 0.35s ease;
}
.wizard-modal .wz-progress .wz-step .wz-step-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  color: #494040;
  font-weight: 500;
  transition: 0.35s ease;
}
.wizard-modal .wz-progress .wz-step.active .wz-step-dot {
  background: #027a38;
  box-shadow: 0 0 0 4px rgba(2, 122, 56, 0.15);
}
.wizard-modal .wz-progress .wz-step.active .wz-step-dot span {
  color: #fff;
}
.wizard-modal .wz-progress .wz-step.active .wz-step-text {
  color: #027a38;
  font-weight: 600;
}
.wizard-modal .wz-progress .wz-step.completed .wz-step-dot {
  background: #027a38;
}
.wizard-modal .wz-progress .wz-step.completed .wz-step-dot span {
  color: #fff;
  font-size: 0;
}
.wizard-modal .wz-progress .wz-step.completed .wz-step-dot span::after {
  content: "✓";
  font-size: 0.75rem;
}
.wizard-modal .wz-progress .wz-step.completed .wz-step-text {
  color: #027a38;
}
.wizard-modal {
  /* Body */
}
.wizard-modal .wz-body {
  padding: 24px 32px 32px;
}
.wizard-modal {
  /* Panels (steps) */
}
.wizard-modal .wz-panel {
  display: none;
}
.wizard-modal .wz-panel.active {
  display: block;
  animation: wzFadeSlide 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.wizard-modal {
  /* Inputs */
}
.wizard-modal .wz-field {
  margin-bottom: 14px;
}
.wizard-modal .wz-input-wrap {
  position: relative;
}
.wizard-modal .wz-input-wrap .wz-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(73, 64, 64, 0.4);
  pointer-events: none;
  transition: 0.25s ease;
}
.wizard-modal .wz-input-wrap input {
  width: 100%;
  padding: 13px 14px 13px 44px;
  border: 2px solid #f5ede5;
  border-radius: 12px;
  background: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.92rem;
  color: #2E2E2E;
  transition: 0.25s ease;
  outline: none;
}
.wizard-modal .wz-input-wrap input::-moz-placeholder {
  color: rgba(73, 64, 64, 0.45);
}
.wizard-modal .wz-input-wrap input::placeholder {
  color: rgba(73, 64, 64, 0.45);
}
.wizard-modal .wz-input-wrap input:focus {
  border-color: #027a38;
  box-shadow: 0 0 0 4px rgba(2, 122, 56, 0.08);
}
.wizard-modal .wz-input-wrap input:not(:-moz-placeholder) ~ .wz-input-icon {
  color: #027a38;
}
.wizard-modal .wz-input-wrap input:focus ~ .wz-input-icon, .wizard-modal .wz-input-wrap input:not(:placeholder-shown) ~ .wz-input-icon {
  color: #027a38;
}
.wizard-modal .wz-input-wrap input.wz-error {
  border-color: #e74c3c;
  animation: wzShake 0.4s ease;
}
.wizard-modal {
  /* Validation */
}
.wizard-modal .wz-validation-msg {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.82rem;
  color: #e74c3c;
  margin-bottom: 12px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}
.wizard-modal .wz-validation-msg.show {
  opacity: 1;
  max-height: 40px;
  margin-top: 4px;
}
.wizard-modal {
  /* Card Groups */
}
.wizard-modal .wz-card-group {
  margin-bottom: 20px;
}
.wizard-modal .wz-card-group .wz-card-label {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2E2E2E;
  margin-bottom: 10px;
}
.wizard-modal .wz-cards {
  display: grid;
  gap: 10px;
}
.wizard-modal .wz-cards.wz-cards-3 {
  grid-template-columns: repeat(3, 1fr);
}
.wizard-modal .wz-cards.wz-cards-4 {
  grid-template-columns: repeat(4, 1fr);
}
.wizard-modal .wz-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 14px 8px;
  border: 2px solid #f5ede5;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  transition: 0.25s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wizard-modal .wz-card .wz-card-emoji {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 2px;
}
.wizard-modal .wz-card .wz-card-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #2E2E2E;
}
.wizard-modal .wz-card .wz-card-desc {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.68rem;
  color: #494040;
  line-height: 1.3;
}
.wizard-modal .wz-card:hover {
  border-color: rgba(2, 122, 56, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.wizard-modal .wz-card.selected {
  border-color: #027a38;
  background: rgba(2, 122, 56, 0.04);
  box-shadow: 0 0 0 3px rgba(2, 122, 56, 0.12);
  transform: translateY(-2px);
}
.wizard-modal .wz-card.selected .wz-card-emoji {
  transform: scale(1.15);
}
.wizard-modal {
  /* Buttons */
}
.wizard-modal .wz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 14px 24px;
  border-radius: 12px;
  border: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
}
.wizard-modal .wz-btn-primary {
  background: linear-gradient(135deg, rgb(2.6580645161, 162.1419354839, 74.4258064516) 0%, rgb(1.1774193548, 71.8225806452, 32.9677419355) 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(2, 122, 56, 0.25);
}
.wizard-modal .wz-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(2, 122, 56, 0.3);
}
.wizard-modal .wz-btn-primary:active {
  transform: translateY(0);
}
.wizard-modal .wz-btn-ghost {
  background: transparent;
  color: #494040;
  border: 2px solid #f5ede5;
}
.wizard-modal .wz-btn-ghost:hover {
  background: #f5ede5;
  border-color: rgb(237.9166666667, 224.25, 210.5833333333);
}
.wizard-modal .wz-btn-row {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.wizard-modal .wz-btn-row .wz-btn-ghost {
  flex: 0 0 auto;
  width: auto;
  padding: 14px 20px;
}
.wizard-modal .wz-btn-row .wz-btn-primary {
  flex: 1;
}
.wizard-modal {
  /* Thank You */
}
.wizard-modal .wz-thankyou {
  text-align: center;
  padding: 20px 0;
}
.wizard-modal .wz-thankyou .wz-check-anim {
  margin-bottom: 20px;
}
.wizard-modal .wz-thankyou .wz-checkmark {
  width: 72px;
  height: 72px;
}
.wizard-modal .wz-thankyou .wz-checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke: #027a38;
  fill: none;
  animation: wzCheckCircle 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.wizard-modal .wz-thankyou .wz-checkmark-check {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke: #027a38;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: wzCheckStroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
}
.wizard-modal .wz-thankyou .wz-thank-title {
  font-family: "Marcellus", serif;
  font-size: clamp(1.5rem, 5vw, 2rem);
  color: #027a38;
  margin: 0 0 6px;
  animation: wzFadeSlide 0.5s 0.4s both;
}
.wizard-modal .wz-thankyou .wz-thank-subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.95rem;
  color: #2E2E2E;
  font-weight: 500;
  margin: 0 0 12px;
  animation: wzFadeSlide 0.5s 0.55s both;
}
.wizard-modal .wz-thankyou .wz-thank-msg {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.88rem;
  color: #494040;
  line-height: 1.6;
  margin: 0;
  animation: wzFadeSlide 0.5s 0.65s both;
}

/* Wizard Animations */
@keyframes wzSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes wzFadeSlide {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes wzShake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
@keyframes wzCheckCircle {
  0% {
    stroke-dashoffset: 166;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes wzCheckStroke {
  0% {
    stroke-dashoffset: 48;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* Wizard responsive */
@media (max-width: 480px) {
  .wizard-modal {
    padding: 10px;
  }
  .wizard-modal .wizard-content {
    border-radius: 16px;
  }
  .wizard-modal .wz-header {
    padding: 24px 24px 16px;
  }
  .wizard-modal .wz-progress {
    padding: 16px 20px 0;
  }
  .wizard-modal .wz-body {
    padding: 20px;
  }
  .wizard-modal .wz-progress .wz-step .wz-step-text {
    display: none;
  }
  .wizard-modal .wz-cards.wz-cards-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .wizard-modal .wz-cards.wz-cards-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .wizard-modal .wz-card {
    padding: 10px 6px;
  }
  .wizard-modal .wz-btn-row {
    flex-direction: column-reverse;
    gap: 8px;
  }
  .wizard-modal .wz-btn-row .wz-btn-ghost {
    width: 100%;
  }
}
.course-wrapper .course-card {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.course-wrapper .course-card:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7215686275);
  z-index: -1;
  opacity: 0.8;
}
.course-wrapper .course-card .deco-img-wrap:before {
  display: none;
}
.course-wrapper .course-card .course-content {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
  padding: clamp(5px, 2vw, 20px);
  border-radius: 30px;
}
.course-wrapper .course-card .duration-badge {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  background: linear-gradient(135deg, rgb(2.6580645161, 162.1419354839, 74.4258064516) 0%, rgb(1.1774193548, 71.8225806452, 32.9677419355) 100%);
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
}
.course-wrapper .course-card .duration-badge span {
  color: #fff;
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 800;
}
.course-wrapper .course-card .duration-badge .icon {
  filter: invert(1) brightness(100);
}
.course-wrapper .course-card .icon {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.course-wrapper .course-card .course-title {
  margin: 8px 0 0;
}
.course-wrapper .course-card .course-title a {
  font-family: "Marcellus", serif;
  font-size: clamp(18px, 2.2vw, 24px);
  margin-bottom: 15px;
  color: #2E2E2E;
}
.course-wrapper .course-card p {
  font-style: italic;
  margin: 8px 0 15px;
}
@media (max-width: 767px) {
  .course-wrapper .course-card p {
    visibility: hidden;
    position: absolute;
  }
}
.course-wrapper .course-card .course-details {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.course-wrapper .course-card .course-details .detail-item {
  gap: 5px;
  flex-grow: 1;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}
.course-wrapper .course-card .course-details .detail-item strong {
  font-family: "Marcellus", serif;
  color: #2E2E2E;
}
.course-wrapper .course-card .pricing {
  display: flex;
  margin: 15px 0;
  gap: 10px;
  flex-wrap: wrap;
}
.course-wrapper .course-card .pricing .price-option {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
  border: 2px solid #f8b302;
  border-radius: 10px;
  padding: 10px;
  gap: 10px;
}
.course-wrapper .course-card .pricing .price-option span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #027a38;
  font-weight: 600;
}
.course-wrapper .course-card .pricing .price-option span .icon {
  filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(788%) hue-rotate(105deg) brightness(95%) contrast(102%);
}
.course-wrapper .course-card .pricing .price-option strong {
  font-size: clamp(18px, 2.2vw, 24px);
  font-family: "Marcellus", serif;
}

.hidden-content {
  position: absolute;
  visibility: hidden;
}

.feed-outer .content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 20px;
}
.feed-outer .content small {
  color: #494040;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: clamp(14px, 1.5vw, 16px);
}
.feed-outer .content .heading {
  font-size: clamp(20px, 3vw, 35px);
  line-height: 1;
}
.feed-outer .content i {
  color: #027a38;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 600;
}
.feed-outer .social-feed-wrapper {
  height: 100%;
}
.feed-outer .social-feed-wrapper .row {
  height: 100%;
}
.feed-outer .social-feed-wrapper .feed-img {
  height: 12rem;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.feed-outer .social-feed-wrapper .feed-img:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1294117647));
  background-repeat: no-repeat;
  background-size: cover;
}
.feed-outer .social-feed-wrapper .feed-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 0;
  width: 0;
  border-radius: 50%;
  z-index: 3;
  background-image: url(../img/icons/white-insta.svg), linear-gradient(rgba(0, 0, 0, 0.3764705882));
  background-size: 100px 100px, cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  transition: 0.1s all ease-in-out;
}
.feed-outer .social-feed-wrapper .feed-img.video-feed:after {
  background-image: url(../img/icons/insta-play.svg), linear-gradient(rgba(0, 0, 0, 0.1294117647));
  background-size: 25px 25px, cover;
  background-position: calc(100% - 10px) 10px, center;
}
.feed-outer .social-feed-wrapper .feed-img.gallery-feed:after {
  background-image: url(../img/icons/multi-img.svg), linear-gradient(rgba(0, 0, 0, 0.1294117647));
  background-size: 35px 35px, cover;
  background-position: calc(100% - 2px) 2px, center;
}
.feed-outer .social-feed-wrapper .feed-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  transition: 0.4s all ease-in-out;
}
.feed-outer .social-feed-wrapper .feed-img:hover img {
  transform: scale(1.1);
}
.feed-outer .social-feed-wrapper .feed-img:hover::before {
  height: 100%;
  width: 100%;
  border-radius: 0;
  background-size: 35px 35px, cover;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.feed-outer .social-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.feed-outer .social-btns .btn {
  padding: 12px 25px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
.feed-outer .social-btns .btn:before {
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1) brightness(100);
}
.feed-outer .social-btns .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  opacity: 0.95;
}
.feed-outer .social-btns {
  /* Instagram Gradient (authentic) */
}
.feed-outer .social-btns .insta {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.feed-outer .social-btns .insta:before {
  background-image: url(../img/icons/instagram.svg);
}
.feed-outer .social-btns {
  /* TikTok Glow Colors */
}
.feed-outer .social-btns .tiktok {
  background: linear-gradient(135deg, #ff0050, #00f2ea);
}
.feed-outer .social-btns .tiktok:before {
  background-image: url(../img/icons/tiktok.svg);
}

.early-bird {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 9px;
  padding: 50px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  z-index: 1;
  background: #f5ede5;
  border-radius: 10px;
  overflow: hidden;
}
.early-bird::after, .early-bird::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  background: url(../img/shapes/border-shape.webp) no-repeat;
  background-size: contain;
  width: 200px;
  z-index: -1;
  filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(788%) hue-rotate(105deg) brightness(95%) contrast(102%);
  background-position: right;
}
@media (max-width: 991px) {
  .early-bird::after, .early-bird::before {
    width: 150px;
    opacity: 0.2;
  }
}
.early-bird::after {
  left: 0;
  transform: rotate(180deg);
}
.early-bird::before {
  right: 0;
}
@media (max-width: 780px) {
  .early-bird {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }
}
.early-bird .discount-heading {
  display: flex;
  flex-flow: column;
}
.early-bird .discount-heading small {
  font-size: clamp(14px, 1.5vw, 16px);
  color: #2E2E2E;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 500;
  color: #2E2E2E;
}
.early-bird .discount-heading span.big {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  color: #2E2E2E;
  line-height: 1;
  color: #2E2E2E;
}
.early-bird .discount-heading span.big strong {
  font-family: "Marcellus", serif;
  font-size: inherit;
  color: #027a38;
}
.early-bird .eb-desc {
  max-width: 420px;
  font-size: clamp(15px, 1.7vw, 18px);
  color: #2E2E2E;
  line-height: 1.5;
  margin: 0;
}
.early-bird .eb-desc strong {
  color: #494040;
  font-size: clamp(16px, 2vw, 22px);
}
@media (max-width: 780px) {
  .early-bird .eb-desc {
    margin-top: 10px;
  }
}
.early-bird .theme-btn {
  background: rgba(255, 255, 255, 0.7215686275);
  font-family: "Nunito Sans", sans-serif;
  border: 2px solid #2E2E2E;
}

.footer-map .reach-wrap {
  padding: 30px 20px;
  height: 100%;
  background: #fff;
}
.footer-map .reach-wrap .reach-card {
  padding: 20px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  border: 2px solid #ffdf4f;
}
.footer-map .reach-wrap .reach-card .card-heading {
  gap: 10px;
  display: flex;
  align-items: center;
  font-family: "Marcellus", serif;
  font-size: clamp(15px, 1.7vw, 18px);
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-map .reach-wrap .reach-card .card-heading img {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(15%) hue-rotate(319deg) brightness(93%) contrast(93%);
}
.footer-map .reach-wrap .note {
  background: #fff;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  border: 2px solid #ffdf4f;
}
.footer-map .reach-wrap .note strong {
  font-weight: 700;
}
.footer-map .map-frame {
  height: 100%;
}
.footer-map .map-frame iframe {
  height: 100%;
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.offer-popup-backdrop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: rgba(46, 46, 46, 0.7);
  backdrop-filter: blur(5px);
  z-index: 9998;
  padding: 15px;
  display: none;
}
.offer-popup-backdrop.show {
  display: flex;
  animation: fadeIn 0.3s ease;
}

.yoga-offer-popup {
  width: 100%;
  max-width: 420px;
  background: #FAFBF7;
  border-radius: 10px;
  border: 2px solid #ffdf4f;
  box-shadow: 0 15px 30px rgba(46, 46, 46, 0.2);
  animation: slideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
}
.yoga-offer-popup .offer-header {
  padding: clamp(10px, 1.5vw, 15px);
  position: relative;
  z-index: 1;
  top: -20px;
  left: -10px;
  width: 95%;
}
.yoga-offer-popup .offer-header::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgb(2.6580645161, 162.1419354839, 74.4258064516) 0%, rgb(1.1774193548, 71.8225806452, 32.9677419355) 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}
.yoga-offer-popup .offer-header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 10px;
  width: 9px;
  transform: skew(0deg, 37deg);
  background: rgb(1.1774193548, 71.8225806452, 32.9677419355);
  z-index: -2;
}
.yoga-offer-popup .offer-header .main-heading {
  font-family: "Marcellus", serif;
  color: #2E2E2E;
  font-size: clamp(14px, 1.6vw, 17px);
  color: #fff;
  margin: 0 0 4px;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yoga-offer-popup .offer-header .sub-heading {
  font-family: "Nunito Sans", sans-serif;
  color: #494040;
  font-size: clamp(10px, 1.1vw, 12px);
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.yoga-offer-popup .offer-header .cross {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  width: 22px;
  min-width: 22px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
  margin-left: 5px;
}
.yoga-offer-popup .offer-header .cross:hover {
  background: #fff;
  transform: rotate(90deg);
}
.yoga-offer-popup .offer-header .cross:hover::before, .yoga-offer-popup .offer-header .cross:hover::after {
  background: #027a38;
}
.yoga-offer-popup .offer-header .cross::before, .yoga-offer-popup .offer-header .cross::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  background: #fff;
  border-radius: 1px;
  transition: 0.4s all ease-in-out;
}
.yoga-offer-popup .offer-header .cross::before {
  transform: rotate(45deg);
}
.yoga-offer-popup .offer-header .cross::after {
  transform: rotate(-45deg);
}
.yoga-offer-popup .offer-form {
  padding: 0 18px 15px;
  margin-top: -10px;
}
.yoga-offer-popup .offer-form .form-row, .yoga-offer-popup .offer-form .on-board-wrap .search-bar, .on-board-wrap .yoga-offer-popup .offer-form .search-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(6px, 0.8vw, 10px);
  margin-bottom: clamp(6px, 0.8vw, 10px);
}
.yoga-offer-popup .offer-form .form-option,
.yoga-offer-popup .offer-form .form-select {
  padding: 10px 12px;
  border: 1px solid rgba(2, 122, 56, 0.2);
  border-radius: 6px;
  font: 14px "Nunito Sans", sans-serif;
  background: white;
  transition: 0.4s all ease-in-out;
  width: 100%;
  box-sizing: border-box;
}
.yoga-offer-popup .offer-form .form-option:focus,
.yoga-offer-popup .offer-form .form-select:focus {
  outline: none;
  border-color: #027a38;
  box-shadow: 0 0 0 2px rgba(2, 122, 56, 0.1);
}
.yoga-offer-popup .offer-form .form-option::-moz-placeholder, .yoga-offer-popup .offer-form .form-select::-moz-placeholder {
  color: rgba(73, 64, 64, 0.62);
}
.yoga-offer-popup .offer-form .form-option::placeholder,
.yoga-offer-popup .offer-form .form-select::placeholder {
  color: rgba(73, 64, 64, 0.62);
}
.yoga-offer-popup .offer-form .form-option,
.yoga-offer-popup .offer-form .form-select {
  padding: clamp(6px, 0.9vw, 8px) clamp(8px, 1vw, 12px);
  font-size: clamp(11px, 1.1vw, 13px);
  border-radius: 6px;
}
.yoga-offer-popup .offer-form .form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%23027a38'%3E%3Cpath d='M2 3l3 3 3-3z'/%3E%3C/svg%3E") no-repeat right 10px center/10px;
}
.yoga-offer-popup .offer-form .submit-btn {
  width: 100%;
  padding: clamp(7px, 1vw, 10px);
  margin-top: clamp(3px, 0.5vw, 5px);
  background: linear-gradient(135deg, rgb(2.6580645161, 162.1419354839, 74.4258064516) 0%, rgb(1.1774193548, 71.8225806452, 32.9677419355) 100%);
  color: #fff;
  font: 700 clamp(11px, 1.2vw, 13px) "Nunito Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
}
.yoga-offer-popup .offer-form .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(2, 122, 56, 0.3);
}
.yoga-offer-popup .disclaimer {
  text-align: center;
  font-size: clamp(9px, 0.9vw, 11px);
  color: #999;
  padding: 0 18px 5px;
  margin: 0;
}
.yoga-offer-popup .note {
  background: #f5ede5;
  color: #2E2E2E;
  padding: clamp(6px, 0.8vw, 8px) 18px;
  font-size: clamp(9px, 1vw, 11px);
  border-radius: 0 0 10px 10px;
  text-align: center;
  margin: 0;
}
@media (max-width: 480px) {
  .yoga-offer-popup .offer-form .form-row, .yoga-offer-popup .offer-form .on-board-wrap .search-bar, .on-board-wrap .yoga-offer-popup .offer-form .search-bar {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 6px;
  }
}

#loadingSpinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
}
#loadingSpinner .spinner-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  background: rgba(46, 46, 46, 0.8);
  padding: 15px;
}
#loadingSpinner .spinner-box {
  background: #FAFBF7;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #027a38;
  box-shadow: 0 8px 20px rgba(46, 46, 46, 0.2);
  max-width: 250px;
}
#loadingSpinner .spinner {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(2, 122, 56, 0.2);
  border-top-color: #027a38;
  border-radius: 50%;
  margin: 0 auto 15px;
  animation: spin 1s linear infinite;
}
#loadingSpinner p {
  font-family: "Nunito Sans", sans-serif;
  color: #494040;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.thank-you-wrap .flex {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.thank-you-wrap .flex p,
.thank-you-wrap .flex h1 {
  text-align: center;
}
.thank-you-wrap .flex img {
  height: clamp(50px, 6vw, 70px);
  width: clamp(50px, 6vw, 70px);
  animation: grow 2s infinite linear;
}
@keyframes grow {
  0% {
    transform: scale(0.92);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(0.92);
  }
}
.thank-you-wrap h1 {
  font-size: clamp(18px, 2.5vw, 28px);
  line-height: 1;
  margin: 10px;
}
.thank-you-wrap p a {
  color: #027a38;
  font-weight: 600;
}
.thank-you-wrap .button-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  max-width: 500px;
  font-family: "Marcellus", serif;
  font-weight: 600;
}
@media (max-width: 575px) {
  .thank-you-wrap .button-wrap {
    margin: 15px auto;
  }
}
.thank-you-wrap .button-wrap a {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  gap: 5px;
  border: 1px solid;
  justify-content: center;
  flex-grow: 1;
  max-width: 200px;
  background: rgb(55, 175, 255);
  color: #fff;
  font-weight: 500;
  transition: 0.4s all ease-in-out;
  border-radius: 10px;
  font-family: "Nunito Sans", sans-serif;
}
.thank-you-wrap .button-wrap a.whatsapp {
  background: linear-gradient(#13dc5e, #05a03f);
  color: #fff;
}
.thank-you-wrap .button-wrap a.call img {
  filter: invert(1) brightness(100);
}
.thank-you-wrap .button-wrap a img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.thank-you-wrap .button-wrap a:hover {
  opacity: 0.8;
}

.grecaptcha-badge {
  z-index: 99;
}/*# sourceMappingURL=style.css.map */