@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html, body{
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: auto;
}


#page-1{
    height: 100%;
    width: 100%;
}
.about-medigen-section {
    width: 100%;
    min-height: 100vh;
    position: relative;
    font-family: 'Poppins', sans-serif;
  }
  
  .about-medigen-bg {
    background: url(Assets/about-bg-.jpg)  ;
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;

  }
  
  .about-medigen-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 13, 13, 0.7); /* dark overlay */
    top: 0;
    left: 0;
    z-index: 1;
}
#why-choose{

}
.about-medigen-content {
      color: whitesmoke;
    position: relative;
    z-index: 2;
    padding: 2rem;
    max-width: 900px;
    margin: auto;
  }
  
  .about-medigen-title {
    font-size: 4.2rem;
    font-weight: 500;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  
  .about-medigen-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
  
  .about-medigen-quote {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 2rem;
  }
  
  .about-medigen-btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: #1775BB;
    color: white;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  
  .about-medigen-btn:hover {
    background-color: #E4097F;
    color: #fff;
  }
  /* Animation Keyframes */
@keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Add animation to each content element */
  .about-medigen-title,
  .about-medigen-subtitle,
  .about-medigen-quote,
  .about-medigen-btn {
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
  }
  
  /* Staggered Animation Delay */
  .about-medigen-title {
    animation-delay: 0.3s;
  }
  
  .about-medigen-subtitle {
    animation-delay: 0.6s;
  }
  
  .about-medigen-quote {
    animation-delay: 0.9s;
  }
  
  .about-medigen-btn {
    animation-delay: 1.2s;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    #main{
      /* padding: 0 5vw; */
    }
    .about-medigen-title {
      font-size: 2.2rem;
    }
  
    .about-medigen-subtitle {
      font-size: 1.2rem;
    }
    
    .about-medigen-quote {
      font-size: 1rem;
    }
  
    .about-medigen-btn {
      padding: 0.6rem 1.5rem;
      font-size: 0.9rem;
    }
  }
  

  /*about.css Page -2 */
  #page-2{
    min-height: 100vh;
    width: 100%;
    padding: 3vw 4vw;
  }
  .abt-main-con{
    /* position: relative; */
    height: 100%;
    display: flex;
    gap: 3vw;
  }
  .abt-img img{
    width: 48vw;
    padding-top: 3vw;
    /* position: absolute;
    top: 21%;
    right: -7%; */
}
.abt-txt{

}
  #page-2 h1{
    font-size: 3vw;
    font-weight: 700;
    padding: 2vw 0;
    text-transform: uppercase;
  }
  .abt-txt p{
   /* width: 45%; */
   font-size: 1.1vw;
   text-align: justify;
   margin-top: 2vw;
    }
    .abt-txt p span{
    font-style:italic;
    color: #1775BB;
    }
    .row h5 {
        font-size: 1.5vw ;
    }
  /*about.css Page -3 */
  #abt-page-3{
    min-height: 100vh;
    width: 100%;
    background-color: #ffffff !important;
    padding-top: 3vw;
  }
  .abt-pge-h2{
    font-size: 3vw;
    font-weight: 700;
    color:#e21281cb;
    padding-bottom:2.3vw ;
text-transform: uppercase;

  }
  .abt-page-custom-con{
    padding: 2vw 4vw !important;
    max-width: 1600px;
  }
  .transition-fade {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
  }
  
  .transition-fade.show {
    opacity: 1;
    transform: translateY(0);
  }
.lead {
  font-size: 1.1rem !important;
  font-weight: 400;
}

  /*  */
  .whychoosemedigen-section {
    background-color: #fdfdfd;
    padding: 60px 20px;
    text-align: center;
    overflow: hidden;
  }
  
  .whychoosemedigen-container {
    max-width: 1450px;
    margin: 0 auto;
  }
  
  .whychoosemedigen-heading {
    font-size: 2.5rem;
    color: #E4097F;
    font-weight: 700;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
  }
  
  .whychoosemedigen-subheading {
    font-size: 1.1rem;
    color: #666;
    margin: 2vw 0 4vw 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease 0.2s;
  }
  
  .whychoosemedigen-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease 0.4s;
  }
  
  .whychoosemedigen-feature i {
    font-size: 40px;
    color: #E4097F;
    margin-bottom: 15px;
  }
  
  .whychoosemedigen-feature h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
  }
  
  .whychoosemedigen-visible .whychoosemedigen-heading,
  .whychoosemedigen-visible .whychoosemedigen-subheading,
  .whychoosemedigen-visible .whychoosemedigen-features {
    opacity: 1;
    transform: translateY(0);
  }
  @media (max-width: 768px) {
    #why-choose {
      height: 162vh;
  }
  .who-we-are{
    padding: 7vw 2vw 0 2vw !important;
  }
  .who-we-are h2 {
font-size: 8vw;
font-weight: 700;
  }
  .who-we-are p {
font-size: 4.5vw;
text-align: justify;
  }
  .row-h5{
    font-size: 4vw !important;
  }
  .whychoosemedigen-heading{
    padding: 4vw;
    /* font-size: 4vw; */
    font-weight: 600;
  }
  .our-core-headings{
    font-size: 6vw !important;
  }
  .our-core p{
    font-size: 1.2rem !important;
    padding: 0 4vw;
  }
  .abt-main-con{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 2vw;
    padding-top: 6vw;
  }
  #page-2{

      padding: 3vw 7vw;
  }
  .abt-page-custom-con{
    padding: 2vw 7vw !important; 
  }
  #page-2 h1{
    font-size: 7vw;
    font-weight: 700;
    color: #E4097F;
  } 
  .abt-txt p{
    font-size: 3.7vw;
  }
  .abt-img{
    width: 100%;
  }
  .abt-img img {
    width: 82vw;
  }
  }