   .doctor-section{
    padding:100px 0;
    background:linear-gradient(to bottom,#ffffff,#faf8f3);
}

.section-heading{
    margin-bottom:70px;
}

.section-heading span{
    color:#C8A96A;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

/*.section-heading h2{*/
/*    font-size:48px;*/
/*    color:#0E3B2E;*/
/*    margin-top:15px;*/
/*    font-weight:700;*/
/*}*/

.doctor-wrapper{

    display:grid;

    grid-template-columns:420px 1fr;

    gap:70px;

    align-items:center;

}

.doctor-image{

    position:relative;

}

.doctor-image img{

    width:100%;

    border-radius:30px;

    box-shadow:0 30px 80px rgba(0,0,0,.12);

}

.experience-badge{

    position:absolute;

    bottom:-25px;

    right:-25px;

    background:#5F7D4E;

    color:#fff;

    width:140px;

    height:140px;

    border-radius:50%;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    border:8px solid #fff;

    box-shadow:0 20px 50px rgba(0,0,0,.2);

}

.experience-badge strong{

    font-size:40px;

}

.experience-badge span{

    font-size:14px;

}

.doctor-content h3{

    font-size:42px;

    /*color:#0E3B2E;*/

    margin-bottom:10px;

}

.doctor-content h5{

    /*color:#C8A96A;*/

    margin-bottom:25px;

    font-weight:600;

}

.doctor-content p{

    /*font-size:17px;*/

    line-height:1.9;

    color:#555;

}

.doctor-highlights{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;

    margin:40px 0;

}

.highlight-box{

    background:#fff;

    border-radius:18px;

    padding:25px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.highlight-box:hover{

    transform:translateY(-8px);

}

.highlight-box i{

    font-size:36px;

    color:#C8A96A;

    display:block;

    margin-bottom:15px;

}

.highlight-box span{

    font-weight:600;

    color:#0E3B2E;

    display:block;

}

blockquote{

    margin:35px 0;

    border-left:4px solid #C8A96A;

    padding-left:20px;

    font-style:italic;

    color:#666;

}

.doctor-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    background:#5F7D4E;

    color:#fff;

    padding:16px 35px;

    border-radius:50px;

    transition:.35s;

    text-decoration:none;

}

.doctor-btn:hover{

    background:#C8A96A;

    color:#fff;

    transform:translateY(-3px);

}

@media(max-width:991px){

.doctor-wrapper{

grid-template-columns:1fr;

}

.doctor-highlights{

grid-template-columns:1fr;

}

.section-heading h2{

font-size:34px;

}

.doctor-content h3{

font-size:30px;

}

.experience-badge{

width:110px;

height:110px;

right:15px;

bottom:15px;

}

}
textarea {
    
    color: #fff;
}

textarea::placeholder {
    color: rgba(255,255,255,0.8);
}
