.doctor-card{background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);border:1px solid #e3e6ea;border-radius:15px;padding:20px;margin-bottom:20px;box-shadow:0 4px 15px rgb(0 0 0 / .1);transition:all 0.3s ease;height:100%;display:flex;flex-direction:column}.doctor-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgb(0 0 0 / .15)}.doctor-image-container{text-align:center;margin-bottom:15px}.doctor-image{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #007bff}.doctor-name{font-size:1.1rem;font-weight:700;margin-bottom:5px;text-align:center}.doctor-tagline{font-size:.9rem;color:#6c757d;text-align:center;margin-bottom:15px}.section-title{font-size:1rem;font-weight:600;color:#007bff;margin-bottom:10px;border-bottom:2px solid #007bff;padding-bottom:5px}.doctor-summary{font-size:.85rem;line-height:1.4;margin-bottom:15px;color:#495057}.detail-item{display:flex;align-items:flex-start;margin-bottom:10px;font-size:.85rem}.detail-icon{color:#007bff;margin-right:8px;margin-top:2px;font-size:.9rem}.detail-content{flex:1}.detail-label{font-weight:600;color:#495057;margin-bottom:2px}.detail-value{color:#6c757d;line-height:1.3}.chamber-card{background:#f8f9fa;border-radius:10px;padding:15px;margin-top:15px}.chamber-title{font-size:.95rem;font-weight:600;color:#007bff;margin-bottom:10px}.chamber-info{display:flex;align-items:flex-start;margin-bottom:8px;font-size:.8rem}.chamber-info i{color:#007bff;margin-right:8px;margin-top:2px;min-width:15px}.chamber-info div{line-height:1.3}.chamber-info a{color:#007bff;font-weight:500}.chamber-info a:hover{color:#0056b3}.doctors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;padding:20px 0}@media (min-width:576px){.doctors-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.doctors-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.doctor-card{padding:15px}.doctor-image{width:60px;height:60px}.doctor-name{font-size:1rem}.section-title{font-size:.95rem}}