/* about us styles */
.quote {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  
    
  
  @media only screen and (min-width: 992px) {
    .ceo.bg-80::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80%;
      /* background-color: #f2f5fb; */
      background-color: #e8ecf5;
      border-radius: 10px;
  }
  }
  @media only screen and (max-width: 992px) {
    .ceo{
      /* background-color: #f2f5fb; */
      background-color: #e8ecf5;
      border-radius: 10px;
    }
    
  }
  footer{
    color: #131586;
    background-color: #e6e6e6;

  }

  
  
  footer .mb-4 {
    margin-bottom: 1.5rem;
  }
  
  .text-bonafide{
    color: #131586;
}
.bg-bonafide-light{
    background-color: #e8ecf5;
}
.bg-bonafide-dark{
    background-color: #131586;;
}
.btn-bonafidebody{
    background-color:#131586 ;
}

.logo-image{
    width: 150px;
    height: 50px;
}
.navbar{
        background-color: #ffffff!important;
    
}
.nav-link:hover {
  color: #0e0e3f;
}

/* Team Card */
/* .team-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.team-card:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.team-card img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0px 0px;
}

.team-card .card-body {
    padding: 20px;
    text-align: center;
}

.team-card .card-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.team-card .card-text {
    font-weight: 400;
    color: #828282;
    margin-bottom: 20px;
}

.team-card .social-links {
    margin-top: 20px;
}

.team-card .social-links a {
    font-size: 20px;
    margin-right: 10px;
    color: #828282;
    transition: all 0.3s ease-in-out;
}

.team-card .social-links a:hover {
    color: #000000;
}


.team-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.team-card:hover .team-name {
    opacity: 1;
} */
.our-team {
    background-color: #f2f2f2;
    padding: 50px 0;
  }
  
  .our-team .section-title {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .our-team .team-member {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .our-team .team-member img {
    width: 10rem;
    border-radius: 50%;
    margin-bottom: 20px;
    height: 10rem;
  }
  
  .our-team .team-member h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.our-team .team-member p {
font-size: 14px;
font-weight: 400;
margin-bottom: 20px;
}

.our-team .team-member .social-links {
margin-top: 20px;
}

.our-team .team-member .social-links a {
font-size: 18px;
margin-right: 10px;
color: #333;
}

.our-team .team-member .social-links a:hover {
color: #007bff;
}

/* Responsive styles */
@media (max-width: 991px) {
.our-team .team-member {
margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.our-team .col-md-3 {
width: 100%;
text-align: center;
}
}
  
