.social-media-section {
  display: none;
}
.hero-container{
    gap:120px;
}
.single-doctors .hero-section{
    height:600px;
}
.single-doctors .hero-right-image img {
  margin-bottom: -65px;
}
.hero-right-image img{
    width:auto;
}
.testimonials-section {
    margin-top: -300px;
    padding-top: 300px;
    padding-bottom:0;
}
.single-doctors .teams-slider-wrapper {
  margin: 70px auto;
  padding: 0 20px;
  max-width: 1200px;
}

.single-doctors .appointment-section {
  padding: 0px 20px 80px;
  background: transparent;
  z-index: 1;
  position: relative;
}

.single-doctors .social-media-section {
  display: none;
}

.teams-slider-header{
    margin-bottom:30px;
}

/* Button wrapper */
.teams-slider-buttons {
    position: absolute;
    top: -90px; 
    right: 60px; 
    display: flex;
    gap: 10px;
    z-index: 20;
}

/* Arrow buttons */
.teams-slider-buttons .slider-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background-color: var(--secondary-color); 
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    bottom: 65px;
}

.teams-slider-wrapper .slider-btn.prev{
    right:30px;
}
/* Hover */
.teams-slider-buttons .slider-btn:hover {
    opacity: 1;
}

.teams-slider-buttons{
    top:15px;
    gap:10px;
    right:33px;
}

.team-card{
    height: 394px !important;
}

.cta-btn-section {
    display: flex;
    justify-content: center;
}

@media (max-width: 550px) {
    .single-doctors .teams-slider-buttons {
        top: 60px !important;
    }
}

@media (max-width: 411px) {
    .single-doctors .teams-slider-buttons {
        top: 85px !important;
        justify-content: left !important;
        left: -40px !important;
    }
}