/* /* body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
}
.hero-about{
    position: relative;
}
.hero-about .img{
    width: 100% !important;
}
.hero-about .hero-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-about .hero-text h4{
    font-size: 62px;
    color: #ffffff;
    font-weight: 700;
    line-height: 100%;
    margin: 1rem;
}
.hero-about .hero-text .sub{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.hero-about .hero-text .sub p{
    color: #BBBBBB;
    /* font-family: "Roboto"; */
    /* font-weight: 400;
    font-size: 16px; */
/* } */
/* about  */
/* .about{
    padding: 3rem 2.5rem;
    background: #F5FAFE;
} */
/* 
.about {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2.5rem;
    background: #F5FAFE;
}
.about .header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about .header h4{
font-size: 36px;
font-weight: 600;
color: black;
margin: 2.5rem 0 1.5rem 0;
}
.about .header p{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #3B4646;
} */
/* .about .persons{
    padding-top: 2rem;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 2rem;
} */
 /* .about .persons {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.person .details .description{
    width: 200px;
    height: 150px;
} */
/* .about .persons .img img{
    width: 100%;
} */
/* 
.about .persons .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}
.about .persons .person .details{
    background: white;
    padding: 1rem;
}
.about .persons .person .name{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: black;
}
.about .persons .person .position, .about .persons .person p{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #3B4646;
}
.about .persons .person p{
    font-weight: 400;
}

.email-link{
    text-decoration: none;
} */
.about .persons {
    padding-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.about .persons .person {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 280px;
    display: flex;
    flex-direction: column;
}
.about .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* .about .persons {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

/* Person card container */
.about .persons .person {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensures consistent height */
    
} */

/* Card image */
.about .persons .person .img img{
    width: 100%;
    height: 240px; /* Fixed height */
    object-fit: cover;
    display: block;
    border-radius: 0;
}
.person .img img{
    width: 100%;
}

/* Person details */
.about .persons .person .details {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Name and role */
.about .persons .person .name {
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin-bottom: 0.5rem;
}

.about .persons .person .position {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #3B4646;
    margin-bottom: 0.5rem;
}

/* Description paragraph */
.about .persons .person .description p {
    font-size: 14px;
    font-weight: 400;
    color: #3B4646;
    margin-bottom: 1rem;
}

/* Social icons */
.about .persons .person .social {
    display: flex;
    gap: 0.8rem;
    margin-top: auto;
}

.icon-circle {
    background-color: #eef3f7;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.icon-circle img {
    width: 18px;
    height: 18px;
}
/* .phone-number {
    font-size: 14px;
    color: #333;
    margin-top: 6px;
    text-align: center;
} */
.phone-tooltip {
  position: absolute;
  background: #ffffff;
  color: #333;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  z-index: 999;
  margin-top: 8px;
  white-space: nowrap;
  top: -40px;
  right: 10px;
}

/* Position below the icon */
.social {
  position: relative;
}

