@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');
.page-heading::before {
     background-color: rgba(108, 58, 170, 0.6) !important;
}
.vc_btn3.vc_btn3-color-purple, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat {
    color: #fff;
    background-color: #6c3aaa !important;
}

/*css for custom cards added for new changes*/
/*latest adddition*/
.custom-steps-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.step-box {
  flex: 1 1 22%;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.step-box:hover {
  transform: translateY(-5px);
}

.step-icon {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 40px;
  color: #6c3aaa;
  margin-bottom: 15px;
}

.step-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.step-box p {
  font-size: 14px;
  color: #555;
}
/* ✅ Responsive Breakpoints */

@media (max-width: 1024px) {
  .step-box {
    flex: 1 1 45%!important; /* Two per row on tablets */
  }
}

@media (max-width: 768px) {
  .step-box {
    flex: 1 1 100% !important; /* One per row on phones */
  }
}
/*css for next cards display latest*/

.custom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 0;
}

.custom-col {
  flex: 1 1 22%;
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  text-align: center;
  transition: transform 0.3s ease;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.custom-col:hover {
  transform: translateY(-5px);
}

.custom-icon {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 15px;
  color: #6c3aaa;
}

.custom-col h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-col p {
  font-size: 15px;
  color: #555;
}
@media (max-width: 768px) {
  .custom-col {
    flex: 1 1 100% !important;
  }
}

/*now for the next section latest*/
.services-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.service-box {
  flex: 1 1 30%;
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 12px;
  background-color: #fff;
}

.service-box .icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #333;
}
.et_pb_icon_wrap i {
  font-size: 36px;
  color: #6c3aaa;
}
/*for next section latest*/
.services-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.service-box {
  flex: 1 1 30%;
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 12px;
  background-color: #fff;
}

.service-box .icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: #6c3aaa;
}
.service-box p {
    font-size:15px;
    
}


/*for next section latest*/
.services-section {
  padding: 4rem 2rem;
  background-color: #f9f9f9;
  text-align: center;
 
}
.services-section-a {
  padding: 2rem 2rem;
  text-align: center;
 
}
.services-header h6 {
  font-size: 16px;
  margin-bottom: 0.5rem;
  color: #666;
}

.services-header h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #222;
}

.services-header p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #444;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.service-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  transition: box-shadow 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.service-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 1rem;
  display: block;
}

.service-card h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #222;
}

.service-card p {
  font-size: 15px;
  color: #555;
}
/*css for bhrt female health start*/

.custom-hero {
  height: 100vh !important;
  width: 100vw !important;
  background-size: cover !important;
  background-position: top center !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding-left: 5% !important;
  margin-left: 0 !important;
}

.hero-content {
  color: white !important;
  max-width: 600px !important;
}

.hero-content h4 {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}

.hero-content h1 {
  font-size: 48px !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.hero-content p {
  font-size: 18px !important;
  margin-top: 20px !important;
}

.hero-button {
  display: inline-block !important;
  margin-top: 30px !important;
  padding: 12px 24px !important;
  background-color: #ff3366 !important;
  color: white !important;
  text-decoration: none !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
}

.hero-button:hover {
  background-color: #e62e5c !important;
  transform: translateY(-2px) !important;
}
/*css for bhrt female health end*/
/*css for trt male health start*/

.trt-hero {
  height: 100vh !important;
  width: 100vw !important;
  background-size: cover !important;
  background-position: top center !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding-left: 5% !important;
  margin-left: 0 !important;
  overflow: hidden;
 
}

.trt-content {
  color: white !important;
  max-width: 600px !important;
}

.trt-content h4 {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}

.trt-content h1 {
  font-size: 48px !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.trt-content p {
  font-size: 18px !important;
  margin-top: 20px !important;
}

.trt-button {
  display: inline-block !important;
  margin-top: 30px !important;
  padding: 12px 24px !important;
  background-color: #ff3366 !important;
  color: white !important;
  text-decoration: none !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
}

.trt-button:hover {
  /*background-color: #e62e5c !important;*/
   background-color: #6c3aaa !important;
   color:#fff !important;
  
  transform: translateY(-2px) !important;
}
/*css for test end*/

/*css for custom-sectionwave start*/
.custom-sectionwave {
  position: relative;
  overflow: hidden;
}

.custom-sectionwave .et_pb_bottom_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIvPjwvZz48L3N2Zz4=);
  background-size: 100% 100px;
  background-repeat: no-repeat;
  bottom: 0;
  height: 100px;
  z-index: 1;
  transform: scale(-1, 1);
  position: absolute;
  width: 100%;
  left: 0;
}

/*css for custom-sectionwave end*/

/*custom css for 25k+ section* start*/
.custom-blurb-row {
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  gap: 20px!important;
  padding: 60px 20px!important;
  text-align: center!important;
  flex-wrap: wrap!important;
}

.custom-blurb-column {
  flex: 1!important;
  min-width: 250px!important;
  max-width: 33.33%!important;
}

.custom-blurb {
  background: transparent!important;
  padding: 20px!important;
}

.custom-blurb h4 {
  font-size: 36px!important;
  color: #6c3aaa!important;
  margin-bottom: 10px!important;
}

.custom-blurb p {
  font-size: 16px!important;
  color: #333!important;
  line-height: 1.5!important;
}

/* Mobile styles */
@media (max-width: 768px) {
  .custom-blurb-column {
    max-width: 100%!important; /* Make columns take full width on mobile */
    flex: 0 0 100%!important; /* Prevent flex-grow on mobile */
  }
  
  /* Optional: Reduce padding on mobile */
  .custom-blurb-row {
    padding: 30px 20px!important;
    margin:15% !important;
    
  }
  /*.custom-25k-section{*/
  /*    margin:15% !important;*/
  /*}*/
}
/*.custom-blurb-row {*/
/*  display: flex!important;*/
/*  justify-content: space-between!important;*/
   /*justify-content: center!important;*/
/*  align-items:center !important;*/
/*  gap: 20px!important;*/
/*  padding: 60px 20px!important;*/
/*  text-align: center!important;*/
/*  flex-wrap: wrap!important;*/
/*}*/

/*.custom-blurb-column {*/
/*  flex: 1!important;*/
/*  min-width: 250px!important;*/
/*  max-width: 33.33%!important;*/
/*}*/

/*.custom-blurb {*/
/*  background: transparent!important;*/
/*  padding: 20px!important;*/
/*}*/

/*.custom-blurb h4 {*/
/*  font-size: 36px!important;*/
/*  color: #6c3aaa!important;*/
/*  margin-bottom: 10px!important;*/
/*}*/

/*.custom-blurb p {*/
/*  font-size: 16px!important;*/
/*  color: #333!important;*/
/*  line-height: 1.5!important;*/
/*}*/
/*@media screen and (max-width: 768px) {*/
/*  .custom-blurb-row {*/
/*    justify-content: center !important;*/
/*    text-align: center !important;*/
/*  }*/

/*  .custom-blurb-column {*/
/*    max-width: 100% !important;*/
/*    flex: 1 0 100% !important;*/
/*  }*/

/*  .custom-blurb {*/
/*    margin: 0 auto !important;*/
/*  }*/
/*}*/

/*custom css for 25k+ section end*/

/*css for image shadow start*/
/*.box-shadow-image {*/
/*  box-shadow: 30px 30px 0 rgba(108, 58, 170, 1); */
/*  border-radius: 0; */
/*}*/
.box-shadow-image {
  display: flex; /* prevents extra whitespace */
  box-shadow: 30px 30px 0 rgba(108, 58, 170, 1);
  border-radius: 0;
  max-width: 90%; /* keeps it responsive */
}

.box-shadow-video {
  box-shadow: 30px 30px 0 rgba(108, 58, 170, 1); /* Right & bottom, no blur */
  border-radius: 0; /* Optional: remove rounding if you want sharp corners */
}

/*css for image shadow start*/
.custom-blub {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.05);
  max-width: 400px;
}

.blub-icon i {
  font-size: 36px;
  color: #6c3aaa; /* Your brand purple */
}

.blub-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  color: #333;
}
/*css for testimoial slider for instagram influncers*/
  .testimonial-slider {
    background-color: #6c3aaa;
    color: white;
    max-width: 1000px;
    height:25rem;
    margin: auto;
    overflow: hidden;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
    font-family: sans-serif;
    position: relative;
  }

  .testimonial-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    transition: opacity 0.8s ease-in-out;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

  .testimonial-slide.active {
    opacity: 1;
    position: relative;
  }

  .testimonial-image {
    flex: 1;
    text-align: center;
  }

  .testimonial-image img {
    border-radius: 50%;
    max-width: 200px;
    width: 100%;
  }

  .testimonial-content {
    flex: 2;
  }

  .testimonial-content h3 a {
    color: white;
    text-decoration: none;
  }

  .testimonial-content a.vc_btn3 {
    margin-top: 10px;
    display: inline-block;
    border: 2px solid white;
    padding: 8px 20px;
    border-radius: 30px;
    color: white;
    text-decoration: none;
  }

  @media (max-width: 768px) {
    .testimonial-slide {
      flex-direction: column !important;
      text-align: center !important;
    }
    .testimonial-content {
      margin-top: 20px !important;
    }
  }
  .inner-row-height{
      height:100px !important;
  }
  .custom-row-width{
      width:100vw !important;
  }
  .footer-bottom{
     /*height: 0px; */
    position: relative !important;
    z-index: 2 !important;
    margin-top: -30px !important; 
    padding-top: 20px !important; 
  }
  .custom-bg{
    background-position: top center !important
  }
  .custom-carusol-img{
      
  }
  @media (max-width: 768px) {
  .mpc-product__thumb {
    height: 120px !important;
  }
}