/* start of section 1 css */
.bg-header {
    background: url('../img/rmb_header 1920.webp') no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.outlined-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;      
    color: red;
    -webkit-text-stroke: 2px white;
}

.circle-img-mw {
    max-width: 550px;
    margin: 0 auto;
}

.txt-shadow {
    text-shadow: 2px 2px 4px #000000;
}

.bg-violet {
    background-color: #a873bb;
}

.bg-violet2 {
    background-color: #f9eafe;
}

.bg-violet3 {
    background-color: #d4b6df;
}
.bg-violet4 {
    background-color: #d7bbe1;
}

.video-bg {
  background: linear-gradient(to bottom,
  #ffff 0%,
  #ffff 50%,
  #f9eafe 50%,
  #f9eafe 100%);
}

.shoulder-pain-bg {
    background: url('../img/woman_shoulderpain.webp') no-repeat center right;
    background-size: contain;
    background-color: #ffffff;

}

.woman-yoga-bg {
    background: url('../img/woman-yoga-post.webp') no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;

}

.middle_aged_woman-bg {
    background: url('../img/middle_aged_woman.webp') no-repeat center left;
    background-size: contain;
    background-color: #f9eafe;

}

.bg-wondering_woman {
 position: relative;
}

.bg-wondering_woman_img {
    position: absolute;
    position: absolute;
    right: 0;
    bottom: 0;
}


.border-radius {
    border-radius: 25px;
}

.title-color {
    color: #a873bb;
}

.title-bg {
    background-color: #80659f;
}

.dark-bg {
    background-color: #7c757f;
}

.mr-10 {
    margin-right: 10px;
}

   .d-d-none {
        display: none;
    }

    .white {
      background-color: #ffffff;
    }




@media (min-width: 768px) and (max-width: 1024px) {

  .t-d-block {
    display: block;
  }

  .t-d-none {
    display: none;
  }

  .white {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .bg-middleaged_woman {
    background-size: cover !important;
  }

  .rgba-bg-tablet {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
  }

  .bg-wondering_woman_content {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    position: relative;
  }

  
.tablet-streching_woman-img {
max-height: fit-content;
}

}

/* end of section 1 css */

/* start of section 2 css */

.bg-middleaged_woman {
    background: url('../img/middleaged_woman.webp') no-repeat left center;
    background-size: contain;
  }

  .buynow-btn-bg {
    background: url('../img/buynow_bg.webp') no-repeat center center;
    background-size: cover;
  }

.bg-middleaged_woman-yoga {
    background: url('../img/GS Resilient Mind & Body  bg-3.webp') no-repeat left center;
    background-size: contain;
  }



  .border-rick-rebecca {
    border: 4px solid #a66abb;
    border-radius: 22px;
    padding: 15px;
    background-color: #ffffff;
  }

  .img-float-right {
    float: right;
    max-width: 500px;
  }

  .img-float-right-m {
    float: right;
    max-width: 250px;
  }

    .img-float-left {
    float: left;
    max-width: 700px;
  }
  
  .text-title-green {
    color: #9efff8;
  }

  .img-bundle-mx {
    max-width: 600px;
    margin: 0 auto;
  }
  
  .bg-ligth-pink {
    background-color: #fcf3fe;
  }

  .txt-danger {
    color: #ab0505;
  }


/* end of section 2 css */

.section-3-bundle-section { 
    background:#d4b6df; 
}

.section-3-bundle-card {
    border-radius: 28px;
    box-shadow: 0 14px 40px rgba(0,0,0,.12);
}
    
.section-3-media-box{
    border-radius: 16px;
    overflow: hidden;
}

.section-3-title-purple{ 
    color:#6a4b8a; 
}

.section-3-bundle-section .bonus-card {
  background: #a66abb;
  border: 2px solid #ffffff;
  border-radius: 28px;
  box-shadow: 0 14px 40px rgba(0,0,0,.12);
}

.section-3-bundle-section .bonus-title {
  color: #9efff8;
}

.section-3-bundle-section .bonus-card p {
  color: #ffffff;
}

  .section-4-heading {
    color: #725296; 
  }

  .section-4-image {
    border-radius: 18px; 
  }

  .section-4-body {
    color: #111;
    line-height: 1.55;
  }

.section-4-bullet-img {
  width: 22px;          /* adjust to match your design */
  height: auto;
  margin-top: 6px;      /* aligns with first text line */
  flex-shrink: 0;
}

  @media (max-width: 575.98px) {
    .section-4-body {
      font-size: 1.05rem;
    }

    .section-4-list-item span{
    font-size: 1.3rem;
  }

  }

    .section-4-testimonial-section{
    background:#f9eafe;
  }

  .section-4-testimonial-card{
    background:#fff;
    border: 2px solid rgba(0,0,0,.06);
    border-radius: 22px;
    box-shadow: 0 10px 26px rgba(0,0,0,.10);
  }

  .section-4-testimonial-avatar{
    width: 215px;
    height: 120px;
  }

  .section-4-testimonial-stars{
    width: 140px;
    height: 22px;
    border-radius: 999px;
    background: #f3f3f3;
  }

  .section-4-testimonial-footer{
    line-height: 1.6;
  }

  .section-4-testimonial-link{
    text-decoration: underline;
  }

    @media (max-width: 575.98px){
    .section-4-testimonial-avatar{
      width: 180px;
      height: 104px;
    }

    .woman-yoga-bg {
      background-color: #808080;
    }
  }

  /* Price Table Section */
.section-4-price-table-heading {
  letter-spacing: -0.02em;
}

.section-4-price-table {
  background: white;
}

.section-4-price-table-container {
  background: #f9eafe;
}

.section-4-price-table-footer {
  border-radius: 12px;
}

.section-4-price-table .row {
  margin-bottom: 16px;
}

.section-4-price-table .col-6 {
  font-size: 1.125rem;
}

.section-4-price-table .col-6 span {
  font-weight: 700;
}

.section-4-price-table-footer h4 {
  font-size: 1.6rem;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .section-4-price-table-footer {
    padding: 25px;
  }
}

/* Section 4 - Guarantee Section */
.section-4-guarantee-heading {
  color: #925aa6;
}

.section-4-guarantee-text {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.section-4-guarantee-badge {
  max-width: 250px;
  height: auto;
}

@media (max-width: 767.98px) {
    #subhead{
    font-size:24px;
}

    
    
  .section-4-guarantee-text {
    font-size: 1rem;
  }

  .section-4-guarantee-badge {
    max-width: 200px;
  }
}

/* SECTION 5 - FAQ (scoped) */
.section-5-faq-heading {
  color: #925aa6;
}

.section-5-faq-arrow {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.accordion-button {
  background-color: #f9eafe;
  color: #6a4b8a;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #d0c9f0;
  display: flex;
  align-items: center;
}

.bg-dark-gray{
  background-color: #505050;
}

.accordion-body {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  padding: 1.25rem 2rem;
  background-color: #fff;
}

.accordion-button:focus {
  border-color: #a66abb;
  box-shadow: 0 0 0 0.25rem rgba(166, 107, 187, 0.25);
}

@media (max-width: 767.98px) {
    #subhead{
    font-size:24px;
}

    
  .section-5-faq-arrow {
    width: 15px;
    height: 15px;
  }

  .accordion-body {
    font-size: 0.95rem;
  }
}

@media (max-width: 575px) {

#subhead{
    font-size:24px;
}


 h3.m-h3-size {
        font-size: 1.1rem !important;
    }


    .m-m-t {
         margin-top: 20px !important;
      }

  .bg-middleaged_woman {
    background: unset;
  }

    .bg-middleaged_woman-yoga {
    background: unset;
  }
    .m-header-margin {
        margin-bottom: 460px;
    }

    .m-p-0 {
        padding: 0 !important;
    }

    .middle_aged_woman-bg {
    background: #f9eafe;
}

.shoulder-pain-bg {
    background: unset;
}

.woman-yoga-bg{
  background: unset
}

    .m-d-block {
        display: block;
        padding: 0;
    }

      .m-d-none {
        display: none;
    }
 

.bg-header {
    background: url('../img/rmb_header_m 1200.webp') no-repeat center center;
    background-size: cover;
}

.xs-p {
    font-size: 16px;
}
}