.doctors-carousel-section{padding:5rem 0;overflow:hidden;background-color:var(--bg-color)}.doctors-carousel-section .section-header{max-width:720px;margin:0 auto 3rem;text-align:center}.doctors-carousel-viewport{position:relative;width:100%;overflow:hidden;padding:1.5rem 0 2.5rem}.doctors-carousel-track{display:flex;align-items:center;gap:1.5rem;will-change:transform;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.doctors-carousel-slide{flex:0 0 auto;width:205px;transition:transform .5s ease , opacity .5s ease , filter .5s ease;transform:scale(.92);opacity:.65;filter:saturate(.8)}.doctors-carousel-slide.is-active{transform:scale(1.08);opacity:1;filter:saturate(1);z-index:2}.doctors-carousel-slide.is-near{transform:scale(.97);opacity:.85;filter:saturate(.9)}.doctors-carousel-slide .doctor-card-redesign{height:100%;margin:0;max-width:none}.doctors-carousel-nav{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.doctors-carousel-nav button{background:transparent;border:1.5px solid var(--gold-dark);color:var(--gold-dark);width:44px;height:44px;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.doctors-carousel-nav button:hover{background:var(--gold-dark);color:#fff}.doctors-carousel-nav button svg{width:20px;height:20px;pointer-events:none}.doctors-carousel-dots{display:flex;gap:8px;align-items:center}.doctors-carousel-dots .dot{width:8px;height:8px;border-radius:50%;background:var(--border-color);border:none;padding:0;cursor:pointer;transition:all .3s ease}.doctors-carousel-dots .dot.active{background:var(--gold);transform:scale(1.3)}@media (max-width:1024px){.doctors-carousel-slide{width:250px}}@media (max-width:768px){.doctors-carousel-slide{width:220px}.doctors-carousel-slide.is-active{transform:scale(1.05)}.doctors-carousel-section{padding:3.5rem 0}}@media (max-width:480px){.doctors-carousel-slide{width:200px}.doctors-carousel-track{gap:1rem}.doctors-carousel-slide.is-active{transform:scale(1.04)}}@media (prefers-reduced-motion:reduce){.doctors-carousel-track{transition:none!important}.doctors-carousel-slide{transition:none!important}}