#payment-policy-main li{
 font-size: 18px; 
    padding: 9px;
    font-family: emoji;
}
#payment-policy-heading{
  text-align: center;
  font-family: 'Flaticon';
}

.yoga-teacher-section {
    background: linear-gradient(135deg, #f6fdf9, #eaf7f1);
    padding: 80px 0;
    overflow: hidden;
}
#main-teacher-border
{
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  padding:10px;
}
/* IMAGE CONTAINER */
.teacher-img-box {
    position: relative;
    max-width: 420px;
    margin: auto;
    animation: fadeLeft 1.2s ease-in-out;
}

.teacher-img-box img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
}

.teacher-img-box::after {
    content: "";
    position: absolute;
    inset: -15px;
    border-radius: 30px;
    background: linear-gradient(45deg, #7bc8a4, #4caf50);
    opacity: 0.25;
    z-index: -1;
    filter: blur(25px);
}

.teacher-img-box:hover img {
    transform: scale(1.05);
}

/* CONTENT */
.teacher-content {
    animation: fadeRight 1.2s ease-in-out;
}

.teacher-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: #1f3d2b;
}

.teacher-content h5 {
   color: #4caf50;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 16px;
}

.teacher-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}

/* BADGES */
.badge-yoga {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 8px 16px;
    border-radius: 30px;
    margin: 5px 8px 5px 0;
    display: inline-block;
    font-size: 14px;
}

/* BUTTON */
.btn-yoga {
    background: linear-gradient(45deg, #4caf50, #81c784);
    color: #fff;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 500;
    border: none;
    transition: all 0.4s ease;
}

.btn-yoga:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.4);
}

/* ANIMATIONS */
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .teacher-content h2 {
        font-size: 34px;
    }
}





.chakras-section {
  background: linear-gradient(to bottom, #f9f9f9, #ffffff);
}

.chakra-title {
  font-size: 3.5rem;
    font-weight: 700;
    color: #082b2c;
    font-family: math;
}

.chakra-subtitle {
 font-size: 2.2rem;
    color: #74613c;
    margin-bottom: 10px;
}

.chakra-desc {
  max-width: 800px;
    margin: auto;
    color: #202227;
    font-size: 16px;
}

.chakra-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.chakra-card p{
  color: black;

}

.chakra-card:hover {
  transform: translateY(-8px);
}

.chakra-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.chakra-card h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.chakra-card span {
  font-size: 14px;
  color: #777;
}

.chakra-card p {
  font-size: 16px;
  margin-top: 10px;
  color: black;
}

/* Chakra Colors */
.root { border-top: 5px solid #c0392b; }
.sacral { border-top: 5px solid #e67e22; }
.solar { border-top: 5px solid #f1c40f; }
.heart { border-top: 5px solid #27ae60; }
.throat { border-top: 5px solid #3498db; }
.third-eye { border-top: 5px solid #8e44ad; }
.crown {
  max-width: 400px;
  border-top: 5px solid #9b59b6;
}

.chakra-footer p {
  max-width: 900px;
  margin: auto;
  font-size: 16px;
  color: black;
}









.reviews-section {
  background: #fff;
}

.decor-line {
  width: 80px;
  height: 2px;
  background: #000;
  margin: 12px auto 0;
}

.review-box {
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 12px;
  height: 100%;
}

.review-box .stars i,
.review-card .stars i {
  color: #f4b400;
  font-size: 14px;
}

.google-logo {
  width: 100px;
  margin-top: 10px;
}

.review-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  height: 100%;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.review-header img:first-child {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.review-header h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.review-header span {
  font-size: 12px;
  color: #777;
}

.google-icon {
  width: 18px;
  margin-left: auto;
}

.review-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.review-card a {
  font-size: 13px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}




.gallery-section {
  background: #f9f9f9;
}

.gallery-marquee {
  width: 100%;
  overflow: hidden;
}

.gallery-track {
  display: flex;
  width: calc(250px * 8);
  animation: marquee 20s linear infinite;
}

.gallery-item {
  flex: 0 0 25%;
  padding: 10px;
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

/* Animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .gallery-item {
    flex: 0 0 33.33%;
  }
}

@media (max-width: 767px) {
  .gallery-item {
    flex: 0 0 50%;
  }
}

@media (max-width: 575px) {
  .gallery-item {
    flex: 0 0 20%;
  }
}
