 /* Page-specific styles */
    .infertility-hero-section {
      padding: 12rem 0 6rem;
      background: linear-gradient(135deg, rgba(211, 19, 126, 0.1) 0%, rgba(244, 134, 32, 0.05) 100%);
      position: relative;
      overflow: hidden;
    }

    .hero-banner-content {
      text-align: center;
      animation: fadeInUp 0.8s ease-out;
    }

    .page-title {
      font-size: clamp(3rem, 6vw, 5rem);
      font-weight: 800;
      color: #ffffff;
      margin: 2rem 0;
      font-family: 'Poppins', sans-serif;
      line-height: 1.2;
    }

    .hero-subtitle {
      font-size: 1.5rem;
      color: rgba(255, 255, 255, 0.85);
      font-weight: 400;
      margin-top: 1.5rem;
    }

    .overview-section,
    .causes-section,
    .impact-section,
    .solutions-section {
      padding: 5rem 0;
      float: left;
      width: 100%;
    }

    .section-header {
      margin-bottom: 3rem;
    }

    .section-title {
      font-size: 2.5rem;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 1rem;
      font-family: 'Poppins', sans-serif;
    }

    .title-underline {
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, #D3137E, #f48620);
      margin-top: 1rem;
    }

    .section-description {
      font-size: 1.2rem;
      color: rgba(255, 255, 255, 0.8);
      margin-top: 1rem;
    }

    .content-card {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
      backdrop-filter: blur(25px);
      border: 1.5px solid rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 2.5rem;
    }

    .lead-text {
      font-size: 1.3rem;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.95);
      margin-bottom: 1.5rem;
      line-height: 1.8;
    }

    .content-card p {
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.85);
      line-height: 1.8;
      margin-bottom: 1.2rem;
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
      margin-top: 3rem;
    }

    .stat-card {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
      backdrop-filter: blur(25px);
      border: 1.5px solid rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 1.5rem 1rem;
      text-align: center;
      transition: all 0.4s ease;
    }

    .stat-card:hover {
      transform: translateY(-8px);
      border-color: rgba(211, 19, 126, 0.3);
      box-shadow: 0 25px 60px rgba(211, 19, 126, 0.2);
    }

    .stat-icon {
      width: 80px;
      height: 80px;
      background: linear-gradient(135deg, rgba(211, 19, 126, 0.2), rgba(244, 134, 32, 0.2));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.0rem;
      font-size: 2rem;
      color: #f48620;
    }

 .misec .stat-number {
    font-size: 23px;
    font-weight: 800;
     color: #ffffff !important;
    /* background: linear-gradient(135deg, #D3137E, #f48620);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    margin-bottom: 0.5rem;
    }

    .stat-label {
      font-size: 1.1rem;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 1rem;
    }

    .stat-description {
      font-size: 17px;
      color: #ffffff;
      line-height: 1.6;
      margin-bottom: 0px;
    }

    .causes-grid {
       display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
    }

  

    .cause-card {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
      backdrop-filter: blur(25px);
      border: 1.5px solid rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 1rem 2rem;
      transition: all 0.4s ease;
      text-align: center;
    }

    .cause-card:hover {
      transform: translateY(-8px);
      border-color: rgba(211, 19, 126, 0.3);
      box-shadow: 0 25px 60px rgba(211, 19, 126, 0.2);
    }

      .cause-card:nth-child(4) {
  grid-column: 2;
}

    .cause-icon {
      width: 70px;
      height: 70px;
      background: linear-gradient(135deg, rgba(211, 19, 126, 0.2), rgba(244, 134, 32, 0.2));
      border-radius: 50%;
      display: inline-block;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      font-size: 1.8rem;
      color: #f48620;
      flex-direction: column;
      align-content: center;
    }

    .cause-title {
      font-size: 1.4rem;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 0.5rem;
      min-height:50px;
    }

    .cause-list {
      list-style: none;
      padding: 0;
          margin: 0px;
    }

    .cause-list li {
     font-size: 17px;
     color: #ffffff;
     padding: 0px;
     padding-left: 0px;
     position: relative;
    }

    .cause-list li:before {
      content: "";
      position: absolute;
      left: 0;
      color: #f48620;
      font-weight: bold;
      display: none;
    }

    .impact-visual {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 2rem;
    }

    .visual-card {
      width: 300px;
      height: 300px;
      background: linear-gradient(135deg, rgba(211, 19, 126, 0.2), rgba(244, 134, 32, 0.1));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 8rem;
      color: #f48620;
      border: 3px solid rgba(255, 255, 255, 0.1);
      animation: pulse 3s ease-in-out infinite;
    }

    .impact-item-wrap
    {
        gap: 30px;
        width: 100%;
        float: left;
        margin-top: 15px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .impact-content {
      padding: 2rem 0;
    }

    .impact-item {
      display: grid;
      gap: 0.5rem;
      margin-bottom: 2rem;
      padding: 1.5rem;
      background: rgba(255, 255, 255, 0.03);
      border-radius: 15px;
      border-bottom: 3px solid #f48620;
      transition: all 0.3s ease;
      align-items: baseline;
      align-content: start;
      justify-content: center;
      justify-items: center;
      width: auto;
    }

    .impact-item:hover {
      background: rgba(255, 255, 255, 0.06);
      transform: translateX(10px);
    }

      .impact-item:first-child{
        margin-top: 0px;
      }

    .impact-item-icon {
      width: 60px;
      height: 60px;
      background: linear-gradient(135deg, #D3137E, #f48620);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      color: white;
      flex-shrink: 0;
    }

    .impact-item-content h4 {
      font-size: 1.3rem;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 0.8rem;
    }

    .impact-item-content p {
      font-size: 17px;
      color: #ffffff;
      line-height: 1.7;
      margin: 0;
      text-align: center;
    }

    .solutions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
      margin-top: 3rem;
    }

    .solution-card {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
      backdrop-filter: blur(25px);
      border: 1.5px solid rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 2.5rem 2rem;
      text-align: center;
      position: relative;
      transition: all 0.4s ease;
    }

    .solution-card:hover {
      transform: translateY(-8px);
      border-color: rgba(211, 19, 126, 0.3);
      box-shadow: 0 25px 60px rgba(211, 19, 126, 0.2);
    }

    .solution-number {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      font-size: 3rem;
      font-weight: 800;
      color: rgba(244, 134, 32, 0.15);
      font-family: 'Poppins', sans-serif;
    }

    .solution-icon {
      width: 80px;
      height: 80px;
      background: linear-gradient(135deg, rgba(211, 19, 126, 0.2), rgba(244, 134, 32, 0.2));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.5rem;
      font-size: 2rem;
      color: #f48620;
    }

    .solution-title {
      font-size: 1.4rem;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 1rem;
    }

    .solution-description {
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.7;
    }

    .causes-section{
        padding: 6rem 0px;
    background: linear-gradient(135deg, rgb(15, 20, 25) 0%, rgb(26, 35, 50) 100%);
    width: 100%;
    float: left;
    }

    
/* Dosage Section */
.dosage-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(15, 20, 25) 0%, rgb(26, 35, 50) 100%);
    position: relative;
    color: #ffffff;
    width: 100%;
    float: left;
}

.dosage-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 40% 40%, rgba(211, 19, 126, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 60% 60%, rgba(244, 134, 32, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.dosage-section .timeline-visual
{
    margin-top: 50px;
}

.dosage-content {
    position: relative;
    z-index: 2;
}

.dosage-info {
    margin-top: 2rem;
}

.dosage-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.dosage-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.1);
}

.dosage-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
}

.dosage-text h4 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.dosage-text p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}

/* Timeline Visual */
.dosage-visual {
    position: relative;
}

.dosage-image-container {
    margin-bottom: 2rem;
    text-align: center;
}

.dosage-timeline-image {
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}


.timeline-visual {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 20px 30px;
}

.timeline-visual h3 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.timeline-point {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: row;
}

.timeline-point:last-child {
    border-bottom: none;
}

.timeline-point .time {
    color: #f48620;
    font-weight: 600;
    min-width: 30px;
    font-size: 28px;
    padding-top: 0px;
    margin-top: -5px;
}

.timeline-point .effect {
      color: #ffffff;
    flex: 1;
    margin-left: 1rem;
    font-size: 16px;
    line-height: 1.4;
}
@media (max-width:1199px) and (min-width:992px) {
   .causes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}
  .stats-grid{    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;}

  .stat-card:nth-child(3) {
      grid-column: 1 / -1;
    justify-self: center;
    width: fit-content;
    max-width: 400px;
}
}

@media (max-width:1077px) and (min-width:992px) {

  .stats-grid{    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;}

  .stat-card:nth-child(3) {
      grid-column: 1 / -1;
    justify-self: center;
    width: fit-content;
    max-width: 50%;
}
}

@media (max-width:991px) and (min-width: 768px) {

  .stats-grid{    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;}

  .stat-card:nth-child(3) {
      grid-column: 1 / -1;
    justify-self: center;
    width: fit-content;
    max-width: 400px;
}

  .impact-item-wrap{    display: block;}
  .causes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}
  .timeline-visual{    padding: 10px 10px;}
  .mi2 .timeline-point{padding: 20px 10px 5px;}
  .timeline-point .effect{  font-size: 15px;}
  .timeline-visual p{    font-size: 16px;}
}

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-title {
        font-size: 2.5rem;
      }

      .stats-grid,
      .causes-grid,
      .solutions-grid {
        grid-template-columns: 1fr;
      }

      .impact-visual {
        margin-bottom: 2rem;
      }

      .visual-card {
        width: 200px;
        height: 200px;
        font-size: 5rem;
      }
    }

    @media (max-width: 768px) and (min-width: 150px) {
       .impact-item-wrap{    display: block;}
      .causes-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .cause-card:nth-child(4) {
    grid-column: auto;
  }
      .mi p.hero-description
      {
       color: #ffffff !important;
       font-size: 14px;
       word-break: normal;
      }
      .timeline-point
      {padding: 0px;        display: block;}
      .misec .stat-number
      {min-height: auto;}
    .cause-title
    {
        min-height: unset;
    }
    .cause-card
    {
      text-align: center;
    }
    .cause-icon
    {display: block;
    text-align: center;
    float: none;
    margin: 0px auto 20px;}
    .mi2 .title-underline{    float: none;}
  }

@media (max-width: 400px) and (min-width: 150px) {
  .impact-item {
    display: block;
  }
  .impact-item-content p
  {
    margin-top: 10px;
  }
  .section-title
  {    font-size: 31px;}
}