.section-sixteen {
  background: #fff7f0;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #e65100; /* Deep Orange */
}

.section-desc {
  max-width: 700px;
  margin: auto;
  color: #6b4a2b;
  font-size: 15px;
}

.yoga-line {
  color: #f57c00;
  font-size: 14px;
  font-weight: 500;
}

.yoga-line i {
  color: #e65100;
  margin-right: 5px;
}

/* Teacher Card */
.teacher-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 12px 35px rgba(230, 81, 0, 0.15);
  border-left: 6px solid #ff6f61;
}

.teacher-img {
  width: 100%;
  max-width: 280px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(245, 124, 0, 0.25);
  border: 5px solid #ffe0b2;
}

.teacher-name {
  font-family: 'Playfair Display', serif;
  color: #e65100;
  margin-bottom: 10px;
}

.teacher-meta {
  color: #ef6c00;
  font-size: 14px;
}

.teacher-meta i {
  color: #ff6f61;
  margin-right: 6px;
}

.teacher-bio {
  font-size: 14px;
  color: #5d4037;
  margin-top: 15px;
  line-height: 1.7;
}

.full-text {
  display: none;
}

/* Read More Button */
.read-more-btn {
  background: linear-gradient(135deg, #ff6f61, #e65100);
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 30px;
  margin-top: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background: linear-gradient(135deg, #e65100, #ff6f61);
  box-shadow: 0 6px 15px rgba(230, 81, 0, 0.35);
}





/*.......contact.............*/

.section-fourteen {
  background: #fff7f0;
  font-family: 'Poppins', sans-serif;
}

.contact-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #e65100;
}

.contact-desc {
  max-width: 720px;
  margin: auto;
  color: #6b4a2b;
  font-size: 15px;
}

.contact-icon i {
  font-size: 28px;
  color: #ff6f61;
  margin-top: 8px;
}

/* Contact Cards */
.contact-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(230, 81, 0, 0.15);
  transition: transform 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-6px);
}

.contact-card i {
  font-size: 32px;
  color: #ff6f61;
  margin-bottom: 12px;
}

.contact-card h5 {
  font-family: 'Playfair Display', serif;
  color: #e65100;
  margin-bottom: 8px;
}

.contact-card p {
  font-size: 14px;
  color: #5d4037;
}

/* Contact Form */
.contact-form-box {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(230, 81, 0, 0.15);
}

.form-title {
  font-family: 'Playfair Display', serif;
  color: #e65100;
}

.form-desc {
  font-size: 14px;
  color: #6b4a2b;
  margin-bottom: 20px;
}

.form-control {
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #ffd8b0;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ff6f61;
}

.submit-btn {
  background: linear-gradient(135deg, #ff6f61, #e65100);
  border: none;
  color: #fff;
  padding: 10px 26px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  box-shadow: 0 6px 18px rgba(230, 81, 0, 0.35);
}

/* Map */
.map-box {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(230, 81, 0, 0.15);
}




/*----------about------------*/

.section-eighteen {
  background: #fff7f0;
  font-family: 'Poppins', sans-serif;
}

.ethics-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #e65100;
}

.ethics-desc {
  max-width: 720px;
  margin: auto;
  color: #6b4a2b;
  font-size: 15px;
}

.ethics-icon i {
  font-size: 28px;
  color: #ff6f61;
  margin-top: 8px;
}

/* Ethics Cards */
.ethics-card {
  background: #ffffff;
  padding: 30px 22px;
  border-radius: 18px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(230, 81, 0, 0.15);
  transition: all 0.3s ease;
}

.ethics-card:hover {
  transform: translateY(-6px);
}

.ethics-card i {
  font-size: 34px;
  color: #ff6f61;
  margin-bottom: 15px;
}

.ethics-card h5 {
  font-family: 'Playfair Display', serif;
  color: #e65100;
  font-size: 18px;
  margin-bottom: 8px;
}

.ethics-card p {
  font-size: 14px;
  color: #5d4037;
  line-height: 1.6;
}



/*----------about-fecilties-------*/

.section-thirteen {
  background: #fff7f0;
  font-family: 'Poppins', sans-serif;
}

.facility-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #e65100;
}

.facility-desc {
  max-width: 720px;
  margin: auto;
  color: #6b4a2b;
  font-size: 15px;
}

.facility-icon i {
  font-size: 28px;
  color: #ff6f61;
  margin-top: 8px;
}

/* Facility Cards */
.facility-card {
  background: #ffffff;
  padding: 30px 22px;
  border-radius: 18px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(230, 81, 0, 0.15);
  transition: all 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-6px);
}

.facility-card i {
  font-size: 34px;
  color: #ff6f61;
  margin-bottom: 15px;
}

.facility-card h5 {
  font-family: 'Playfair Display', serif;
  color: #e65100;
  font-size: 18px;
  margin-bottom: 8px;
}

.facility-card p {
  font-size: 14px;
  color: #5d4037;
  line-height: 1.6;
}


/*----about-why------*/

.about-why {
  
}

.about-why-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: #e65100;;
}

.about-why-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #666;
  max-width: 650px;
  margin: auto;
}

.about-why-symbol {
  margin-top: 15px;
  font-size: 26px;
  color: #ff6f61;
}

/* Card */
.about-why-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 28px;
  text-align: center;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.about-why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #ff3b3b, #ff6f61);
}

.about-why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* Icon */
.about-why-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6f61, #ff3b3b);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 12px 30px rgba(255, 79, 79, 0.45);
}

/* Card text */
.about-why-card h5 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

.about-why-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}




/* Section Background + Mandala */
.section-twelve {
  position: relative;
  background: #fff7f0;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.section-twelve::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: url("images/mandala.png") no-repeat center / contain;
  opacity: 0.08;
}

.section-twelve::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 280px;
  height: 280px;
  background: url("images/mandala.png") no-repeat center / contain;
  opacity: 0.06;
}

/* Heading */
.why-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #e65100;
}

.why-desc {
  max-width: 720px;
  margin: auto;
  color: #6b4a2b;
  font-size: 15px;
}

.why-icon i {
  font-size: 28px;
  color: #ff6f61;
  margin-top: 8px;
}

/* Fade-up Animation */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* Why Cards */
.why-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(230, 81, 0, 0.18);
  transition: all 0.4s ease;
  animation: floatUp 1.2s ease forwards;
  height: 100%;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(230, 81, 0, 0.3);
}

.why-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.why-content {
  padding: 25px;
  text-align: center;
}

.why-content i {
  font-size: 32px;
  color: #ff6f61;
  margin-bottom: 12px;
  transition: transform 0.4s ease;
}

.why-card:hover .why-content i {
  transform: rotate(8deg) scale(1.1);
}

.why-content h5 {
  font-family: 'Playfair Display', serif;
  color: #e65100;
  font-size: 18px;
  margin-bottom: 8px;
}

.why-content p {
  font-size: 14px;
  color: #5d4037;
  line-height: 1.6;
}

/* Float Up Animation */
@keyframes floatUp {
  0% { transform: translateY(20px); }
  100% { transform: translateY(0); }
}

/* Dark Theme */
.dark-theme .section-twelve {
  background: #1c1c1c;
}

.dark-theme .why-title,
.dark-theme .why-content h5 {
  color: #ffb74d;
}

.dark-theme .



/*-------about mission vision-----*/

.section-eleven {
  background: #fff7f0;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #e65100;
}

.section-desc {
  max-width: 700px;
  margin: auto;
  font-size: 15px;
  color: #6b4a2b;
}

.section-icon i {
  font-size: 28px;
  color: #ff6f61;
}

/* Mission & Vision content */
.mv-heading {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #e65100;
}

.small-line {
  width: 50px;
  height: 3px;
  background: #ff6f61;
  border-radius: 2px;
}

.mv-text {
  font-size: 15px;
    color: #141212;
  line-height: 1.7;
}

/* Image Styling */
.mission-vision img,
.vision-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(230, 81, 0, 0.2);
  border-radius: 12px;
}


/*-------ABOUT----------*/

.section-nineteen {
  background: #fff7f0;
  font-family: 'Poppins', sans-serif;
}

/* Heading */
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #e65100;
}

.section-desc {
  max-width: 700px;
  margin: auto;
  font-size: 15px;
  color: #6b4a2b;
}

.section-icon i {
  font-size: 28px;
  color: #ff6f61;
}

/* About Section */
.about-heading {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #ff6f61;
}

.small-line {
  width: 50px;
  height: 3px;
  background: #ff6f61;
  border-radius: 2px;
}

.about-text {
 font-size: 15px;
    color: #141212;
    line-height: 1.7;
  line-height: 1.7;
}

/* Image Styling */
.about-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(230, 81, 0, 0.2);
  border-radius: 12px;
}






/*-------home-----------*/

/*offline course*/
/* Section Heading */
.courses-section {
  background: #f9f9f9;
}



.section-icon i {
  font-size: 2rem;
  color: #ff6f61;
}

/* Course Card */
.course-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.course-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.course-content {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}

.course-content p {
  font-size: 0.9rem;
  margin: 3px 0;
  text-align: center;
  color: #555;
}

.rys-logo {
  width: 60px;
  display: block;
  margin: 5px auto;
}

/* Enroll Button */
.btn-enroll {
  display: inline-block;
  text-decoration: none;
  background: #ff6f61;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.btn-enroll:hover {
  background: #ff3b2e;
  transform: scale(1.05);
}














.section-eleven-faq {
  background: #fff7f0;
  font-family: 'Poppins', sans-serif;
}

/* Heading */
.faq-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #e65100;
}

.faq-desc {
  max-width: 700px;
  margin: auto;
  font-size: 15px;
  color: #6b4a2b;
  line-height: 1.6;
}

.faq-icon i {
  font-size: 28px;
  color: #ff6f61;
}

/* Accordion Styling */
.faq-item .accordion-button {
  background-color: transparent !important;
  color: #5d4037;
  font-weight: 500;
  font-size: 15px;
  border: none;
  padding: 15px 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.faq-item .accordion-button:not(.collapsed) {
  background-color: rgba(255, 152, 0, 0.1);
  color: #e65100;
}

.faq-item .accordion-button:focus {
  box-shadow: none;
}

.faq-item .accordion-body {
  background-color: transparent;
  color: #5d4037;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

/* Accordion Hover */
.faq-item .accordion-button:hover {
  background-color: rgba(255, 152, 0, 0.05);
}














/* Responsive adjustments */
@media(max-width: 991px){
  .mission-vision, .vision-section {
    text-align: center;
  }
  .vision-section .col-lg-6 {
    order: unset !important;
  }
}
/* Responsive adjustments */
@media(max-width: 991px){
  .about-section {
    text-align: center;
  }
  .about-section .col-lg-6 {
    order: unset !important;
  }
}
/* Responsive */
@media(max-width: 767px){
  .faq-item .accordion-button {
    font-size: 14px;
    padding: 12px 15px;
  }
}
/* Responsive Image */
@media (max-width: 991px) {
  .course-img {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .course-img {
    height: 180px;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .about-why-title {
    font-size: 28px;
  }
}
#ff6f61