.sound-healing-section {
    padding: 80px 15px;
    background:
        radial-gradient(circle at top left, rgba(255,111,97,0.10), transparent 45%),
        radial-gradient(circle at bottom right, rgba(255,111,97,0.08), transparent 45%),
        linear-gradient(180deg, #fff9f8, #fff1ef);
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
#course-upper-meditation{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../assets/images/offline8.webp) center / cover;
    padding: 50px 0;
    color: #fff;
}
#course-upper-offline{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../assets/images/offline6.webp) center / cover;
    padding: 50px 0;
    color: #fff;
}
#main-retreat-background{
     background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../assets/images/retreat-main2.webp) center / cover;
    padding: 100px 0;
    color: #fff;
}
#main-pranayama-background{
     background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../assets/images/pranayama-main.webp) center / cover;
    padding: 100px 0;
    color: #fff;
}

#section-course-benefits{
    background-color: #fafafa;
}
/* Om background symbol */
.sound-healing-section::before {
    content: "ॐ";
    position: absolute;
    font-size: 280px;
    opacity: 0.04;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff6f61;
    pointer-events: none;
}

/* ================================
   TITLES
================================ */

.sound-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
}

.sound-subtitle {
    text-align: center;
    font-size: 15px;
    color: #666;
    margin-bottom: 35px;
}

/* ================================
   CURRICULUM CARD
================================ */

.sound-card {
    background: linear-gradient(180deg, #ffffff, #fff6f4);
    border-radius: 22px;
    padding: 36px;
    border: 1px solid rgba(255,111,97,0.22);
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
    transition: all 0.45s ease;
    position: relative;
}

/* Corner accent */
.sound-card::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border-top: 2px solid rgba(255,111,97,0.6);
    border-right: 2px solid rgba(255,111,97,0.6);
    border-radius: 0 14px 0 0;
}

/* Hover resonance */
.sound-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 55px rgba(255,111,97,0.35);
    animation: resonance 2.8s ease-in-out infinite;
}

/* ================================
   MODULE HEADING
================================ */

.sound-heading {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    letter-spacing: 0.4px;
}

.sound-heading i {
    background: rgba(255,111,97,0.18);
    padding: 12px;
    border-radius: 50%;
    color: #ff6f61;
    font-size: 16px;
}

/* ================================
   LIST STYLING
================================ */

.sound-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sound-list li {
    font-size: 15px;
    color: #444;
    padding: 10px 14px 10px 50px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 6px;
    transition: all 0.3s ease;
}

/* Om bullet */
.sound-list li::before {
    content: "ॐ";
    position: absolute;
    left: 18px;
    top: 10px;
    font-weight: 600;
    color: #ff6f61;
}

/* Hover */
.sound-list li:hover {
    background: rgba(255,111,97,0.10);
    padding-left: 56px;
    color: #222;
    border-left: 2px solid #ff6f61;
}

/* ================================
   SUB HEALING / ADVANCED POINTS
================================ */

.sound-sub-healing {
    margin-top: 12px;
    padding-left: 22px;
    border-left: 1px dashed rgba(255,111,97,0.55);
}

.sound-sub-healing li {
    font-size: 14px;
    opacity: 0.92;
}

/* Musical icon */
.sound-sub-healing li::before {
    content: "\f001";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ff6f61;
}

/* ================================
   RESONANCE ANIMATION
================================ */

@keyframes resonance {
    0% { transform: scale(1); }
    50% { transform: scale(1.025); }
    100% { transform: scale(1); }
}








/*/////////////benefits /.........////////////*/
/* ===============================
   SOUND HEALING BENEFITS SECTION
================================ */

/* ===============================
   SOUND HEALING BENEFITS SECTION
================================ */

.sound-benefits-section {
    padding: 80px 15px;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

/* ---------- HEADER ---------- */

.benefits-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.benefits-main {
    font-weight: 600;

    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #ff6f61;
   
}

.benefits-sub {
    font-size: 15px;
    color: #666;
    margin-top: 10px;
    line-height: 1.6;
}

.benefits-om {
    font-size: 36px;
    color: #ff6f61;
    margin-top: 12px;
}

/* ---------- GRID CONTROL ---------- */

.sound-benefits-section .col-lg-6 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ---------- BENEFIT BLOCK ---------- */

.benefit-box {
    background: #fffaf9;
    border-radius: 16px;
    padding: 22px;
    border: 1px solid rgba(255,111,97,0.2);
    box-shadow: 0 10px 26px rgba(0,0,0,0.08);
    transition: all 0.35s ease;

    height: 190px; /* FIXED HEIGHT */
    display: flex;
    flex-direction: column;
}

.benefit-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(255,111,97,0.35);
}

/* ---------- HEADING ---------- */

.benefit-heading {
    font-size: 17px;
    font-weight: 600;
    color: #ff6f61;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    min-height: 44px; /* ALIGN HEADINGS */
}

.benefit-heading i {
    background: rgba(255,111,97,0.15);
    padding: 9px;
    border-radius: 50%;
    font-size: 14px;
}

/* HEADING COLOR VARIANTS */

.sub-color-2 { color: #ff8878; }
.sub-color-3 { color: #ff7a66; }
.sub-color-4 { color: #ff5c4d; }

/* ---------- LIST (SINGLE ITEM) ---------- */

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-list li {
    font-size: 14.5px;
    line-height: 1.6;
    color: #444;
    padding-left: 36px;
    position: relative;

    /* FORCE 3 LINES ONLY */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* OM ICON */

.benefit-list li::before {
    content: "ॐ";
    position: absolute;
    left: 10px;
    top: 2px;
    color: #ff6f61;
    font-weight: 600;
}







/*/////Course overview//////*/
.yttc-overview-section {
    padding: 20px 0;
    background: #fafafa;
    font-family: 'Poppins', sans-serif;
}

.yttc-overview-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    height: 100%;
}

.yttc-overview-title {
    font-size: 26px;
    font-weight: 600;
    color: #1f4037;
    margin-bottom: 6px;
}

.yttc-overview-sub {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.course-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.course-info-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 15px;
}

.course-info-left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #444;
}

.course-info-left i {
    color: #ff6f61;
    width: 20px;
    text-align: center;
}

.course-info-right {
    font-weight: 500;
    color: #1f4037;
}

.price-tag {
    font-weight: 600;
    color: #ff6f61;
}

.yoga-alliance-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255,111,97,0.1);
    font-size: 14px;
    color: #1f4037;
}

.yoga-alliance-badge i {
    font-size: 22px;
    color: #ff6f61;
}

/* RIGHT CONTENT */
.yttc-content-wrap {
    padding-left: 20px;
}

.yttc-main-heading {
    font-size: 30px;
    font-weight: 600;
    color: #1f4037;
    margin-bottom: 10px;
}

.yttc-subheading {
    font-size: 15px;
    color: #ff6f61;
    font-weight: 500;
    margin-bottom: 12px;
}

.yttc-divider {
    width: 70px;
    height: 3px;
    background: #ff6f61;
    margin-bottom: 18px;
    border-radius: 3px;
}

.yttc-content-wrap p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.yttc-image {
    margin-top: 25px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.yttc-image img {
    width: 100%;
    display: block;
}






/*////////////100 hour meditation css//////////*/

.mttc-overview-section {
    padding: 90px 0;
    background: #fafafa;
    font-family: 'Poppins', sans-serif;
}

.mttc-overview-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    height: 100%;
}

.mttc-title {
    font-size: 26px;
    font-weight: 600;
    color: #1f4037;
    margin-bottom: 6px;
}

.mttc-sub {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.mttc-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mttc-info-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 15px;
}

.mttc-left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #444;
}

.mttc-left i {
    color: #ff6f61;
    width: 20px;
    text-align: center;
}

.mttc-right {
    font-weight: 500;
    color: #1f4037;
}

.mttc-price {
    font-weight: 600;
    color: #ff6f61;
}

.mttc-alliance {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255,111,97,0.1);
    font-size: 14px;
    color: #1f4037;
}

.mttc-alliance i {
    font-size: 22px;
    color: #ff6f61;
}

/* RIGHT CONTENT */
.mttc-content {
    padding-left: 20px;
}

.mttc-main-heading {
    font-size: 30px;
    font-weight: 600;
    color: #1f4037;
    margin-bottom: 10px;
}

.mttc-subheading {
    font-size: 15px;
    color: #ff6f61;
    font-weight: 500;
    margin-bottom: 12px;
}

.mttc-divider {
    width: 70px;
    height: 3px;
    background: #ff6f61;
    margin-bottom: 18px;
    border-radius: 3px;
}

.mttc-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.mttc-image {
    margin-top: 25px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.mttc-image img {
    width: 100%;
    display: block;
}


/* ===== PREMIUM FAQ CURRICULUM ===== */
.curriculum-wrap {
  background: linear-gradient(135deg, #fffaf6, #fff);
  padding: 20px 40px;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  margin-top: 60px;
}

/* Accordion Card */
.accordion-item {
  background: #ffffff;
  border: none;
  border-radius: 16px;
  margin-bottom: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* Accordion Header Button */
.accordion-button {
  background: #ffffff;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  padding: 20px 26px;
  box-shadow: none;
  border: none;
}

/* Icon in heading */
.accordion-button i {
  font-size: 20px;
  color: #ff6f61;
}

/* Active State */
.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #ff6f61, #ff8a75);
  color: #fff;
}

.accordion-button:not(.collapsed) i {
  color: #fff;
}

/* Remove Bootstrap arrow */
.accordion-button::after {
  display: none;
}

/* Accordion Body */
.accordion-body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  padding: 26px 30px 30px;
}

/* Tick list */
.accordion-body i.fa-check {
  margin-right: 10px;
  color: #ff6f61;
}


/*////////faq all////////*/
.ryh-faq-section {
  background: linear-gradient(135deg, #fffaf6, #ffffff);
  padding: 90px 0;
}

.faq-title {
 font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #ff6f61;
  font-weight: 500;
}

.faq-sub {
  font-family: 'Poppins', sans-serif;
  color: #666;
  max-width: 700px;
  margin: auto;
}

.faq-divider {
  margin-top: 15px;
  font-size: 26px;
  color: #ff6f61;
}

.ryh-accordion .accordion-item {
  border: none;
  border-radius: 18px;
  margin-bottom: 18px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
  overflow: hidden;
}

.ryh-accordion .accordion-button {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  padding: 22px 28px;
  background: #fff;
}

.ryh-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #ff6f61, #ff8a75);
  color: #fff;
}

.ryh-accordion .accordion-button::after {
  display: none;
}

.ryh-accordion .accordion-body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  padding: 26px 30px;
}


/*////////accommodation/////////*/
.accommodation-section {
  background: linear-gradient(135deg, #fffdf9, #ffffff);
}

.acc-title {
  font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #ff6f61;
  font-weight: 500;
  
}

.acc-sub {
  font-family: 'Poppins', sans-serif;
  color: #666;
  max-width: 680px;
  margin: auto;
}

.acc-icon {
  font-size: 26px;
  color: #ff6f61;
  margin-top: 12px;
}

.acc-text {
  font-family: 'Poppins', sans-serif;
  font-size: 15.5px;
  line-height: 1.9;
  color: #555;
}

.acc-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  transition: transform 0.4s ease;
}

.acc-img:hover {
  transform: scale(1.05);
}





/*/////LLocaion ////////////*/
.course-location-section{
  padding: 80px 0;
  background: #fafafa;
}

/* Heading */
.course-location-head h5{
  font-weight: 600;
  letter-spacing: 1px;
}

.course-location-head p{
  max-width: 620px;
  margin: 12px auto 0;
  color: #666;
}

.course-location-icon{
  font-size: 26px;
  color: #ff6f61;
  margin-top: 10px;
}

/* Info Box */
.course-location-info{
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.course-location-info h6{
  font-weight: 600;
  margin-bottom: 15px;
}

.course-location-text{
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* List */
.course-location-list{
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.course-location-list li{
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  color: #444;
}

.course-location-list i{
  color: #ff6f61;
  margin-top: 3px;
}

/* Button */
.course-location-btn{
  display: inline-block;
  background: #ff6f61;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.course-location-btn:hover{
  background: #e85b4f;
}

/* Map */
.course-location-map{
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.course-location-map iframe{
  width: 100%;
  height: 420px;
  border: 0;
}

.meditation-highlight-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #f9f9f9, #ffffff);
}

.meditation-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.meditation-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.meditation-img-wrap:hover .meditation-img {
  transform: scale(1.06);
}

.meditation-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.meditation-overlay span {
  font-size: 90px;
  color: rgba(255, 255, 255, 0.85);
}

.meditation-content {
  padding: 10px;
}

.meditation-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.meditation-text {
  font-size: 15.5px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.meditation-points {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.meditation-points li {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

.meditation-points i {
  color: #ff6f61;
  margin-right: 8px;
}

.meditation-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #ff6f61;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.meditation-btn:hover {
  background: #e65a50;
  color: #fff;
}







/* Responsive */
@media(max-width:991px){
  .course-location-info{
    margin-bottom: 30px;
  }
}





/* ================================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 768px) {
    .sound-title {
        font-size: 24px;
    }

    .sound-card {
        padding: 26px;
    }

    .sound-heading {
        font-size: 18px;
    }

    .sound-list li {
        font-size: 14px;
    }
}


/* MOBILE */
@media (max-width: 768px) {
    .benefits-main {
        font-size: 26px;
    }
}
/* ---------- RESPONSIVE ---------- */

@media (max-width: 991px) {
    .benefit-box {
        height: auto; /* NATURAL HEIGHT ON MOBILE */
    }

    .benefit-list li {
        -webkit-line-clamp: unset;
    }
}
/* Responsive */
@media (max-width: 768px) {
  .curriculum-wrap {
    padding: 40px 20px;
  }

  .accordion-button {
    font-size: 16px;
    padding: 18px 20px;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .meditation-title {
    font-size: 24px;
  }

  .meditation-overlay span {
    font-size: 60px;
  }
}