.reconstructive-grid-card {
    padding-top: 20px;
    padding-bottom: 20px;
}

.doctor-id {
    padding: 50px 90px !important;
    width: 70%;
}

.doctor-features {
    list-style: none;
    /* remove default bullet */
    padding-left: 1.4rem;
}

.doctor-features li {
    position: relative;
    margin-bottom: 0.5rem;
    color: #000;
    /* text stays black */
}

.doctor-features li::before {
    content: "•";
    /* custom bullet */
    position: absolute;
    left: -1.5rem;
    /* adjust bullet position */
    top: -1.05rem;
    color: #F38221;
    /* bullet color */
    font-size: 50px !important;
    /* adjust size if needed */
    line-height: 1;
}


.doctor-photo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.border-orange {
    border-radius: 20px;
    border: 2px solid #F38221;
    overflow: hidden;
}

.doctor-photo {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* ---------- RESPONSIVE SWIPER VISIBILITY ---------- */
.MeetOurExpertSwiper {
    display: block;
}

.MeetOurExpertSwiper .swiper-pagination {
    text-align: left;
    padding-left: 15px;
    bottom: 0px !important;
}

.MeetOurExpertSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d6d6d6;
    opacity: 1;
}

.MeetOurExpertSwiper .swiper-pagination-bullet-active,
.testimonial2Swiper .swiper-pagination-bullet-active {
    background: #F38221 !important;
}

.skin-why-us {
    padding: 20px 0;
}

@media (max-width: 992px) {
    .doctor-id {
        padding: 20px 0;
        text-align: center;
        width: 100%;
    }

    .doctor-photo-container {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .doctor-id {
        padding: 30px;
        width: 100%;
    }

    .doctor-photo-container {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .doctor-id {
        padding: 20px;
    }
}