@media (max-width:768px){
 .logo-light{
     padding-left: 42px;
 }
  #mw-element-1772444127266,
  #mw-element-1772781222585,
  #mw-element-1772875968511 {
   font-size: 26px !important;
  }
 }
  .navbar-nav .nav-link {
    padding-left:10px;
 }
.mw-social-share-links a{
color:#d9301f;
}
.mw-social-share-links a:hover{
  color:#b71405;

.accordion .mw-accordion-faq-skin-card .mw-accordion-faq-skin-header .mw-accordion-faq-skin-button{
  background-color:#a92518 !important;
}
.mw-accordion-faq-skin-card h5{
font-size:20px;
  color:white;

}
.mw-accordion-faq-skin-card p{
  text-align:left;
font-size:16px;
  color:#4a4a4a;
}

.mw-breadcrumb a{
color:black;
}
.mw-breadcrumb a:hover{
color:#d9301f;
}

#mobile-menu- a:hover{
color:#d9301f !important;
}

.product-info h1{
font-size:28px;
}
/*end*/


/*shop page btn*/
.btn.btn-primary, .btn:not(.btn-secondary):not(.btn-outline):not(.btn-link){
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 22px;
}

  .btn-secondary{
      font-size: 14px !important;
      padding: 7px 15px !important;
      border-radius: 22px !important;
  }
/*shop btn ends*/


/*checkout page */
.checkout-v2-logo{
width:5% !important;

}

/* Mobile view (up to 767px width) */
@media (max-width: 767px) {
  .checkout-v2-logo {
    width: 15% !important;  /* adjust size for smaller screens */
  }
}

/*register css*/
.registration-form h1{
font-size:24px !important;
  font-weight:600;
}
/*register end*/

/*cart page css*/
.cart-page input {
    width: 250px !important;
}
.mw-coupons-module{
    margin-top: 15px;
}

/*weightloss css*/
body{
  margin:0;
  background:#ffffff;
  color:#222;
  font-family:'Inter', sans-serif;
}

/* ================= SECTION ================= */

.mirah-weightloss{
  padding:0px 20px;
  background:#ffffff;
}

.mirah-container{
  max-width:1200px;
  margin:auto;
}

/* ================= HEADER ================= */

.mirah-header{
  text-align:center;
  margin-bottom:0px;
}

.mirah-header h3{
  font-family:'Playfair Display', serif;
  font-size:42px;
  margin-bottom:15px;
}

.mirah-header .tagline{
  color:#d9301f;
  font-weight:600;
  letter-spacing:1px;
  margin-bottom:20px;
   font-size:18px;
}

.mirah-header p{
  max-width:800px;
  margin:auto;
  font-size:18px;
  color:#4a4a4a;
  line-height:1.6;
}

/* ================= RETREAT SECTION ================= */


/* ================= MOBILE ================= */

@media(max-width:768px){

  .mirah-weightloss{
    padding:0px 20px;
  }

  .mirah-header h3{
    font-size:36px !important;
  }
  #mw-element-1772880370611{
  font-size:13px !important;
  }
}

/*end of css*/


/*mirah css (our vibes tab)*/
.mirah-founder-section{
  padding:0px 20px;
  background:#ffffff;
}

.mirah-founder-container{
  max-width:1200px;
  margin:auto;
}

/* ================= TOP GRID ================= */

.mirah-top{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:80px;
  align-items:center;
}

/* ================= IMAGE ================= */

.mirah-image{
  position:relative;
  overflow:hidden;
}

.mirah-image img{
  width:100%;
  height:520px;
  object-fit:cover;
  transition:0.5s ease;
}

.mirah-image:hover img{
  transform:scale(1.05);
}

/* Red accent border */
.mirah-image::after{
  content:"";
  position:absolute;
  bottom:-15px;
  left:-15px;
  width:100%;
  height:100%;
  border:2px solid #d9301f;
  z-index:-1;
}

/* ================= CONTENT ================= */

.mirah-content h2{
  font-family:'Playfair Display',serif;
  font-size:48px;
  color:#000000;
  margin-bottom:20px;
}

.mirah-content p{
  font-size:15px;
  line-height:1.9;
  margin-bottom:18px;
  color:#505050;
}

.mirah-content strong{
  color:#000000;
  font-weight:600;
}

/* ================= PHILOSOPHY FULL WIDTH ================= */

.mirah-philosophy{
  margin-top:20px;
  padding:20px 80px;
  text-align:center;
  transition:0.4s ease;
  border-radius:30px;
}

.mirah-philosophy:hover{
  box-shadow:0 20px 40px rgba(0,0,0,0.06);
}

.mirah-philosophy h3{
  font-family:'Playfair Display',serif;
  font-size:30px;
  margin-bottom:10px;
  color:#000;
}

.mirah-philosophy p{
  font-size:18px;
  font-weight:500;
  margin-bottom:1px;
  color:#000;
}

/* ================= RESPONSIVE ================= */

@media(max-width:900px){

  .mirah-top{
    grid-template-columns:1fr;
    gap:50px;
  }

  .mirah-image img{
    height:400px;
  }

  .mirah-content h2{
    font-size:38px;
  }

  .mirah-philosophy{
    padding:40px 30px;
  }

}
/*end of css*/

/*by her hand*/
.byher-section{
  padding:0px 20px;
  background:#ffffff;
}

.byher-container{
  max-width:900px;
  margin:auto;
  text-align:center;
}

/* ================= HEADING ================= */

.byher-heading{
  margin-bottom:20px;
  position:relative;
  display:inline-block;
}

.byher-heading h2{
  font-family:'Playfair Display',serif;
  font-size:32px;
  color:#000000;
  margin:0;
}

.byher-heading::after{
  content:"";
  display:block;
  width:60px;
  height:3px;
  background:#d9301f;
  margin:10px auto 0 auto;
}

/* ================= CONTENT ================= */

.byher-content p{
  font-size:14px;
  margin-bottom:30px;
  color:#505050;
}

/* ================= EMPHASIS BLOCK ================= */

.byher-highlight{
  text-align:left;

}
.byher-highlight p{
  font-size:15px;
  font-weight:500;
  color:#a92518;
  margin:0;
}

/* ================= TAGLINE ================= */


.byher-tagline h3{
  font-family:'Playfair Display',serif;
  font-size:28px;
  color:#000000;

}

.byher-tagline span{
  font-size:24px;
  font-weight:500;
  color:#d9301f;
}

@media(max-width:768px){
  .byher-heading h2{
    font-size:28px;
  }
  .byher-tagline span{
  display:block;
  }
}
/*end of css*/

/*Blog post section*/
.blog-posts-19 .h-100 {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}

.blog-posts-19 h6 {
  color: black;
  font-weight: 600 !important;
  margin-top: 10px;
}

.blog-posts-19 p {
  font-size: 14px !important;
  color: #555 !important;
}

.blog-posts-19 small {
  color: #555;
  font-size: 14px !important;
}

.blog-posts-19 .post-19::after {
  display: none;
}

/* Image Styling - NO CROPPING */
.blog-posts-19 .img-as-background {
  max-height: 220px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
  .blog-posts-19 .img-as-background {
    max-height: 180px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
/*end of blog css*/

/*soul retreat hero css*/


.soul-retreat-section{
  padding:40px 20px;
  background:#000;
}

.soul-container{
  max-width:1000px;
  margin:auto;
}

/* Heading */
.soul-heading{
  text-align:center;
  color:#ffffff;
  margin-bottom:60px;
}

.soul-heading h2{
  font-family:'Playfair Display',serif;
  font-size:42px;
  font-weight:600;
  margin-bottom:15px;
  color:#ffffff;
}

.soul-heading .tagline{
  font-family:'Poppins',sans-serif;
  color:#d9301f;
  font-size:20px;
  margin-bottom:18px;
}

.soul-heading .subheadline{
  color:#efc5c2;
  font-family:'Poppins',sans-serif;
  font-size:18px;
  line-height:1.6;
  max-width:800px;
  margin:auto;
}

/* Main Text Box */
.soul-text{
  margin-top:70px;
  font-size:18px;
  line-height:1.9;
  background:#ffffff;                 /* White Background */
  color:#4a4a4a;                      /* Black text inside box */
  padding:50px;
  border-radius:12px;
  box-shadow:0 20px 50px rgba(255,255,255,0.08);  /* Soft white shadow */
}

.soul-text p{
  color:#4a4a4a;
}

.soul-text .highlight{
  color:#d9301f;
  font-weight:500;
}


@media(max-width:768px){
  .soul-heading h2{
    font-size:36px;
  }
  .soul-heading .subheadline{
    font-size:16px;
  }
  .soul-text{
    font-size:16px;
    padding:30px;
  }

}
/*end of soul css*/