.popup-content {
    position: absolute !important;
    top: 40% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 95% !important;
    max-width: 1000px !important;
     height: auto; 
    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    padding: 10px !important;
    z-index: 1000 !important;
    /*overflow: hidden !important;*/
  }


  .close {
    float:right;
    font-size: 24px !important;
    color: #333 !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
  }

  .close:hover {
    color: #e74c3c !important;
  }

  .about-p {
    padding: 20px !important;
    margin-bottom: 0px;
  }

  .about-content {
    padding-right: 20px !important;
  }

  .txt-clr {
    color: #333 !important;
    font-size: 16px !important;
  }

  .team-member {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .circular-image {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    /* margin-bottom: 15px !important; */
  }



  .team-info h4 {
    margin: 0 !important;
    font-size: 18px !important;
    color: #333 !important;
    font-family: 'Poppins', sans-serif;
  }

  .team-info p {
    margin: 0 !important;
    font-size: 14px !important;
    color: #555 !important;
    font-family: 'Poppins', sans-serif;
  }

  .team-info a {
    color: #3498db !important;
    text-decoration: none !important;
  }

  .team-info a:hover {
    text-decoration: underline !important;
  }

  .s-about-content .txt-clr {
    height: 100%;
    font-size: 16px;
    color: #1b1b1b;
    font-family: 'Poppins', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    margin-top: -80px;
  }

  .popup-content1 {
background-color: #fefefe;
margin: 5% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
box-sizing: border-box; /* Ensures padding is included in width and height */
animation: fadeIn 0.5s;
}

  .s-about-content1 .txt-clr {
    height: 100%;
    font-size: 16px;
    color: #1b1b1b;
    font-family: 'Poppins', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    margin-top: 0px !important;
  }

  .circular-image1 {
    width: 200px !important;
    height: 200px !important;
    border-radius: 50% !important;
    /* object-fit: cover !important; */
    /* margin-bottom: 15px !important; */
  }
    
  @media only screen and (max-width: 768px) {
    .about-p1 {
        padding: 0px !important;
         margin: 0px !important;
    }
}
          
         .close1 {
    position: absolute;
    top: 15%;
    right: 200px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }

  .close1:hover,
  .close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .more-content {
    display: none;
  }

  .read-more-btn {
    background-color: #151d62;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
  }

  .read-more-btn:hover {
    background-color: #0a3c54;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }