.about-us-card{
    background-color: #d5e4e8;
    padding: 20px;
    border-radius: 20px;
}

.about-thumb:after{
    top: -30px !important;
    right: -30px !important;
}
.about-thumb{
    background-color: #ffffff00;
}
.new-bg-light{
    background-color: #d5e4e8;
}

.card-section {
    background-color: #d5e4e8;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
  }

  .history-section {
    background-color: #0e72b9;
    color: white;
  }

  .right-panel {
    background: rgba(50, 30, 30, 0.8) url('your-image.jpg') center/cover no-repeat;
    color: white;
    border-radius: 1rem;
    padding: 2rem;
    height: 100%;
  }

  .right-panel h2 {
    font-size: 2rem;
    font-weight: bold;
  }

  .contact-btn {
    background-color: #d5e4e8;
    border: none;
    margin-top: 1.5rem;
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    color: white;
  }

  @media (max-width: 767px) {
    .right-panel {
      margin-top: 2rem;
    }
  }

  .about-card-title{
    color:#0e72b9;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 900;
    padding: 10px 15px;
    background: white;
    width: fit-content;
    border-radius: 15px;
  }
  .card-section:hover p{
    background-color: #0e72b9;
    color:white;
  }
  .card-section:hover {
    background-color: #0e72b9;
    color:white;
  }
  p{
    color:#273a48;
  }
  .br-12{
    border-radius:12px;
  }
  strong{
    font-weight: 800;
  }

  .feature-box {
    background-color: #0e72b8;
    color: white;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    height: 325px;
  }

  .featur-box-icon {
    width: 65px;
    height: 65px;
    background: white;
    padding: 5px;
    border-radius: 50px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
  }
  .featur-box-icon img{
    height:70%;
  }
  .featur-box-icon.team-ic{
    fill: #0e72b8;
    color: #0e72b8;
    padding: 12px;
    width: 72px;
    height: 72px;
  }
  .feature-box h5{
    font-weight: 800;
    color: white;
  }
  .feature-box p{
    color: #d5e4e8;

  }

  .stat-box {
    background-color: #d4e3e7;
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .stat-box h2 {
    font-weight: 800;
    color: #0e72b8;
  }

  .stat-box p {
    margin: 0;
    font-weight: 700;
    font-size: 1.1rem;
  }
  .fs-35{
    font-size:35px !important;
  }

  .team-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  
  .team-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
  }
  
  .team-info {
    background: rgb(0 43 73 / 60%);
    border-radius: 15px;
    display: flex;
    gap: 20px;
    align-items: flex-end;
    padding: 15px;
    justify-content: space-around;
  }
  
  .team-info h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 5px;

  }
  
  .team-info p {
    font-size: 14px;
    color: #ffff;
    margin-bottom: 10px;
  }
  
  .team-social a {
    margin-right: 10px;
    color: #0e72b9;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease; /* Transition for background and color */

    background: white;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
  }
  .team-social a:last-child {
    margin-right: 0px;
  }
  .team-details{
width: 70%;
  }
  .team-social{
    width: 48%;
  }
  .team-social a:hover {
    color: white; /* Change text color to white on hover */
    background-color: #0e72b9;
  }
  .team-info-card{
    position: absolute;
    bottom: 0;
   
    color: #fff;
    width: 100%;
    padding: 15px;
    text-align: left;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  

