.expert-profile-hero{
    padding: 70px 0 80px;
    background: #fff;
}

.expert-profile-media{
    position: relative;
}

.expert-profile-photo{
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
}

.expert-profile-photo img{
    width: 100%;
    display: block;
    aspect-ratio: 4 / 4.6;
    object-fit: cover;
}

.expert-profile-badge{
    position: absolute;
    left: 24px;
    bottom: 24px;
    right: 24px;
    background: linear-gradient(135deg, #023320 0%, #0a4d35 100%);
    border-radius: 14px;
    padding: 18px 20px;
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    box-shadow: 0 18px 40px rgba(2, 51, 32, 0.28);
}

.expert-profile-badge-icon{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.18);
    color: #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.expert-profile-badge-text strong{
    display: block;
    font-size: 1.35rem;
    line-height: 1.2;
    margin-bottom: 4px;
}

.expert-profile-badge-text span{
    display: block;
    font-size: 0.92rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
}

.expert-profile-intro{
    padding-left: 12px;
}

.expert-profile-name{
    font-family: var(--accent-font);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.25;
    color: #023320;
    margin-bottom: 10px;
}

.expert-profile-designation{
    color: #74A42A;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.expert-profile-patients{
    color: #023320;
    font-size: 0.98rem;
    font-weight: 500;
    margin-bottom: 18px;
}

.expert-profile-quote-box{
    border: 1px solid rgba(116, 164, 42, 0.35);
    border-radius: 16px;
    padding: 24px 24px 20px 56px;
    position: relative;
    background: #fff;
}

.expert-profile-quote-box > i{
    position: absolute;
    top: 22px;
    left: 22px;
    color: #74A42A;
    font-size: 1.2rem;
}

.expert-profile-quote-box .highlight-quote{
    font-weight: 600;
    color: #023320;
    margin-bottom: 14px;
}

.expert-profile-quote-box .expert-profile-bio,
.expert-profile-quote-box .expert-profile-bio p{
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 12px;
}

.expert-profile-quote-box .expert-profile-bio p:last-child{
    margin-bottom: 0;
}

.expert-profile-tabs-section{
    padding: 70px 0 90px;
    background: linear-gradient(180deg, #023320 0%, #012819 100%);
}

.expert-profile-tab-nav{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.expert-profile-tab-btn{
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    border-radius: 12px;
    padding: 16px 18px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.25s ease;
}

.expert-profile-tab-btn i{
    width: 28px;
    text-align: center;
    opacity: 0.85;
}

.expert-profile-tab-btn:hover,
.expert-profile-tab-btn.active{
    background: #74A42A;
    border-color: #74A42A;
    color: #fff;
}

.expert-profile-tab-content{
    color: #fff;
    min-height: 320px;
}

.expert-profile-tab-pane{
    display: none;
}

.expert-profile-tab-pane.active{
    display: block;
}

.expert-profile-tab-pane,
.expert-profile-tab-pane p,
.expert-profile-tab-pane li{
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.75;
}

.expert-profile-tab-pane ul{
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.expert-profile-tab-pane strong{
    color: #fff;
}

.home-expert-card-link{
    display: block;
    color: inherit;
    text-decoration: none;
}

.home-expert-card-link:hover{
    color: inherit;
}

.expert-profile-faq-section{
    padding: 60px 0 80px;
}

@media (max-width: 991.98px){
    .expert-profile-intro{
        padding-left: 0;
        margin-top: 28px;
    }

    .expert-profile-tab-nav{
        margin-bottom: 24px;
    }
}
