.doctor-profile-section {
    padding: 50px 0;
    background: #faf7f2;
}

.doctor-profile-card{
    background:#fff;
    border-radius:30px;
    padding:40px;
    display:flex;
    align-items:center;
    gap:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.doctor-image{
    width:220px;
    flex-shrink:0;
}

.doctor-image img{
    width:220px;
    height:220px;
    object-fit:cover;
    border-radius:50%;
    border:6px solid #C59D5F;
}

.doctor-content{
    flex:1;
}

.doctor-tag{
    display:inline-block;
    padding:8px 18px;
    background:#f7f0e3;
    color:#C59D5F;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.doctor-content h1 {
    font-size: 35px;
    margin-bottom: 10px;
    color: #111;
}
.doctor-content h3 {
    color: #C59D5F;
    font-size: 20px;
    margin-bottom: 15px;
}

.doctor-content p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 12px;
}


.doctor-exp {
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

.doctor-exp i{
    color:#C59D5F;
    margin-right:8px;
}

.doctor-actions{
    width:280px;
    display:flex;
    flex-direction:column;
    gap:15px;
}

.doctor-btn{
    padding:15px;
    border-radius:12px;
    text-align:center;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.primary{
    background:#C59D5F;
    color:#fff;
}

.primary:hover{
    background:#b28745;
}

.secondary{
    border:2px solid #C59D5F;
    color:#C59D5F;
}

.secondary:hover{
    background:#C59D5F;
    color:#fff;
}

.whatsapp{
    background:#148f42;
    color:#fff;
}

.whatsapp:hover{
    opacity:.9;
}

/* Tabs */

.doctor-tabs-section{
    padding:70px 0;
    background:#fff;
}

.doctor-tabs{
    display:flex;
    gap:15px;
    margin-bottom:30px;
    flex-wrap:wrap;
}

.tab-btn{
    padding:14px 25px;
    border:2px solid #C59D5F;
    background:#fff;
    color:#C59D5F;
    border-radius:12px;
    cursor:pointer;
    font-weight:600;
}

.tab-btn.active{
    background:#C59D5F;
    color:#fff;
}

.tab-content{
    display:none;
    background:#fafafa;
    padding:35px;
    border-radius:20px;
}

.tab-content.active{
    display:block;
}

.tab-content h3{
    margin-bottom:20px;
    color:#111;
}

.tab-content p,
.tab-content li{
    font-size:17px;
    line-height:1.9;
    color:#555;
}

.tab-content ul{
    padding-left:20px;
}  

.tab-content ul {
    list-style: disc;
    padding-left: 25px;
    margin: 15px 0;
}

.tab-content ul li {
    display: list-item;
    list-style: disc;
    margin-bottom: 8px;
}


/* ===========================
   MOBILE VIEW FIX
=========================== */
@media (max-width: 768px){

    .doctor-profile-section{
        padding:30px 0;
    }

    .doctor-profile-card{
        flex-direction:column;
        padding:25px 20px;
        gap:25px;
        border-radius:20px;
        text-align:center;
    }

    .doctor-image{
        width:160px;
        margin:0 auto;
    }

    .doctor-image img{
        width:160px;
        height:160px;
    }

    .doctor-content{
        width:100%;
    }

    .doctor-content h1{
        font-size:28px;
        line-height:1.3;
    }

    .doctor-content h3{
        font-size:18px;
        line-height:1.5;
        margin-bottom:10px;
    }

    .doctor-content p{
        font-size:15px;
        line-height:1.7;
    }

    .doctor-exp{
        justify-content:center;
        display:flex;
        align-items:center;
    }

    .doctor-actions{
        width:100%;
    }

    .doctor-btn{
        width:100%;
        padding:14px;
    }

    /* Tabs */
    .doctor-tabs-section{
        padding:40px 0;
    }

    .doctor-tabs{
        display:flex;
        overflow-x:auto;
        flex-wrap:nowrap;
        gap:10px;
        padding-bottom:8px;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }

    .doctor-tabs::-webkit-scrollbar{
        display:none;
    }

    .tab-btn{
        white-space:nowrap;
        flex:0 0 auto;
        padding:12px 18px;
        font-size:14px;
    }

    .tab-content{
        padding:22px;
        border-radius:15px;
    }

    .tab-content h3{
        font-size:22px;
    }

    .tab-content p,
    .tab-content li{
        font-size:15px;
        line-height:1.8;
    }
}


.select-wrapper{
    position:relative;
    width:100%;
}

.select-wrapper select{
    width:100%;
    height:65px;
    padding:0 45px 0 18px;
    border:1px solid #ddd;
    border-radius:10px;
    background:#fff;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    cursor:pointer;
}

.select-wrapper::after{
    content:"▼";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    font-size:12px;
    color:#555;
    pointer-events:none;
}

.social-links{
    display:flex;
    gap:15px;
    margin-top:30px;
}

.social-links a{
    width:48px;
    height:48px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    transition:.3s;
}

.social-links a:hover{
    background:#b8924a;
    border-color:#b8924a;
    color:#fff;
    transform:translateY(-3px);
}


.space-slider{
    position:relative;
}

.space-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:55px;
    height:55px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.25);
    background:rgba(0,0,0,.35);
    cursor:pointer;
    z-index:100;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.space-arrow img{
    width:18px;
}

.space-arrow:hover{
    background:#b67b2c;
}

.space-arrow.prev{
    left:-28px;
}

.space-arrow.next{
    right:-28px;
}

.space-item{
    position:relative;
    overflow:hidden;
    border-radius:24px;
}

.space-item img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
}

.space-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.65),transparent);
}

.space-badge{
    position:absolute;
    top:20px;
    left:20px;
    padding:8px 16px;
    border-radius:30px;
    background:rgba(255,255,255,.2);
    color:#fff;
    backdrop-filter:blur(8px);
}

.space-info{
    position:absolute;
    left:25px;
    bottom:25px;
    color:#fff;
}

.space-info h4{
    margin-bottom:8px;
    font-size:28px;
}

.space-info p{
    margin:0;
}

@media(max-width:991px){

.space-arrow{
    width:45px;
    height:45px;
}

.space-arrow.prev{
    left:10px;
}

.space-arrow.next{
    right:10px;
}

}


.label-before,
.label-after{
    transition: opacity .3s ease, visibility .3s ease;
}

.label-before.hide,
.label-after.hide{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}
.slider-images{
    position:relative;
    overflow:hidden;
    width:100%;
    height:560px;
}

.img-before-wrapper,
.img-after-wrapper{
    position:absolute;
    top:0;
    height:100%;
    overflow:hidden;
}

.img-before-wrapper{
    width:50%;
}

.img-after-wrapper{
    width:50%;
}

.img-before,
.img-after{
    position:absolute;
    top:0;
    width:880px;     
    max-width:none;
    height:100%;
    object-fit:cover;
}

.img-before{
    left:0;
}

.img-after{
    right:0;
}
.section-title {
    
    color: #fff;
}   

h4 {
    color: #fff;
}



/*==============================
    MOBILE BEFORE / AFTER
===============================*/

@media (max-width:768px){

    .results-section{
        padding:50px 0;
    }

    .results-content{
        flex-direction:column;
        gap:30px;
    }

    .slider-container,
    .results-sidebar{
        width:100%;
    }

    .slider-images{
        height:420px;
        border-radius:18px;
    }

    .img-before,
    .img-after{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .img-before-wrapper{
        width:50%;
    }

    .slider-handle{
        width:2px;
    }

    .handle-circle{
        width:46px;
        height:46px;
        top:50%;
    }

    .handle-circle img{
        width:16px;
    }

    .label-before,
    .label-after{
        padding:6px 12px;
        font-size:11px;
        bottom:15px;
    }

    .label-before{
        left:10px;
    }

    .label-after{
        right:10px;
    }

    .section-title{
        font-size:34px;
    }

    .section-desc{
        font-size:15px;
        line-height:26px;
    }

    .case-item{
        padding:18px;
    }

    .case-item h4{
        font-size:16px;
    }

    .track-record{
        padding:20px;
    }

}


.tx-hero-banner {
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.tx-hero-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.tx-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(13 9 6 / 94%) 0%, rgb(13 9 6 / 88%) 35%, rgb(13 9 6 / 41%) 100%);
}

.tx-hero-banner .container{
    position:relative;
    z-index:2;
}

.tx-hero-content{
    max-width:700px;
}

.tx-hero-breadcrumb{
    margin-bottom:25px;
}

.tx-hero-breadcrumb a,
.tx-hero-breadcrumb span{
    color:rgba(255,255,255,.85);
    font-size:15px;
    text-decoration:none;
}

.tx-hero-breadcrumb span{
    margin:0 8px;
}

.tx-hero-content h1 {
    font-family: var(--serif);
    font-size: 44px;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
}

.tx-hero-content h1 span{
    color:var(--primary-gold);
    font-style:italic;
}

.tx-hero-content p{
    color:rgba(255,255,255,.9);
    font-size:18px;
    line-height:1.8;
    max-width:600px;
    margin-bottom:35px;
}

.tx-hero-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.tx-btn-primary{
    background:var(--primary-gold);
    color:#fff;
    text-decoration:none;
    padding:15px 34px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.tx-btn-primary:hover{
    background:var(--primary-gold-dark);
    color:#fff;
}

.tx-btn-outline{
    border:1px solid rgba(255,255,255,.4);
    color:#fff;
    text-decoration:none;
    padding:15px 34px;
    border-radius:50px;
    font-weight:600;
    backdrop-filter:blur(10px);
    transition:.3s;
}

.tx-btn-outline:hover{
    background:#fff;
    color:var(--text-dark);
}

@media(max-width:991px){

    .tx-hero-banner{
        min-height:500px;
    }

    .tx-hero-content h1{
        font-size:54px;
    }
}

@media(max-width:767px){

    .tx-hero-banner{
        min-height:420px;
    }

    .tx-hero-content h1{
        font-size:38px;
    }

    .tx-hero-content p{
        font-size:15px;
    }

    .tx-hero-btns{
        flex-direction:column;
    }

    .tx-btn-primary,
    .tx-btn-outline{
        width:100%;
        text-align:center;
    }
} 

.treatment-grid-section{
    padding:100px 0;
    background:var(--bg-light);
}

.section-heading{
    margin-bottom:60px;
}

.section-heading span{
    color:var(--primary-gold);
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:13px;
    font-weight:600;
}

.section-heading h2 {
    font-family: var(--serif);
    font-size: 35px;
    color: var(--text-dark);
    margin-top: 10px;
}
.treatment-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.treatment-card{
    text-decoration:none;
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    border:1px solid #ece2d5;
    transition:.4s ease;
    display:block;
}

.treatment-card img{
    width:100%;
    height:230px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.treatment-card h3{
    margin:0;
    /*padding:22px;*/
    text-align:center;
    color:var(--text-dark);
    font-size:17px;
    font-weight:600;
    transition:.4s;
}

.treatment-card:hover{
    background:var(--bg-dark);
    border-color:var(--primary-gold);
    transform:translateY(-8px);
}

.treatment-card:hover img{
    transform:scale(1.06);
}

.treatment-card:hover h3{
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

    .treatment-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .treatment-card img{
        height:260px;
    }
}

/* Mobile */

@media(max-width:767px){

    .treatment-grid{
        grid-template-columns:1fr;
    }

    .section-heading h2{
        font-size:32px;
    }

    .treatment-card img{
        height:240px;
    }

    .treatment-card h3{
        font-size:20px;
        padding: 22px;
    }
    
    .treatment-grid-section {
    padding: 40px 0;
    background: var(--bg-light);
}
}

