/* Founder Section Enhancements */
.founder-section {
    margin-bottom: 60px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.founder-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #4a8af4, #2c6be0);
}
.founder-info {
    padding-left: 30px;
}
.experience-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(74, 138, 244, 0.9);
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
}
.experience-badge span {
    font-size: 18px;
    display: block;
    line-height: 1;
}
.experience-badge small {
    font-size: 12px;
    opacity: 0.8;
}
.professional-highlights,
.philosophy,
.community-work {
    margin-bottom: 20px;
}
.professional-highlights h4,
.philosophy h4,
.community-work h4 {
    color: #2c6be0;
    margin-bottom: 10px;
    font-size: 18px;
}
.professional-highlights ul {
    padding-left: 20px;
}
.professional-highlights li {
    margin-bottom: 8px;
    position: relative;
    list-style-type: none;
    padding-left: 25px;
}
.professional-highlights li i {
    color: #4a8af4;
    position: absolute;
    left: 0;
    top: 3px;
}
.philosophy p {
    font-style: italic;
    background: #f0f6ff;
    padding: 15px;
    border-left: 3px solid #4a8af4;
    border-radius: 0 5px 5px 0;
}
/* Team Grid Enhancements */
.key-expertise h5 {
    color: #555;
    margin: 10px 0 5px;
    font-size: 15px;
}
.key-expertise p {
    font-size: 14px;
    color: #666;
}
.achievements {
    font-size: 13px;
    color: #4a8af4;
    margin: 8px 0;
    font-weight: 500;
}
.achievements i {
    margin-right: 5px;
}
.team-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f0f6ff;
    color: #4a8af4;
    border-radius: 50%;
    margin-right: 8px;
    transition: all 0.3s ease;
}
.team-social a:hover {
    background: #4a8af4;
    color: white;
    transform: translateY(-3px);
}

/* New: Placeholder for doctors without images */
.team-icon-placeholder {
    font-size: 8rem;
    color: var(--primary-color);
    background-color: var(--light-color);
    border-radius: 10px;
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--box-shadow);
}
