.about-hero {
    height: 200px;
    background:
        linear-gradient(
            90deg,
            rgba(32, 40, 98, 0.92) 0%,
            rgba(4, 8, 60, 0.96) 100%
        ),
        url("/image/why-choose-image-removebg-preview.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-title {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.mission-vision-section {
    background: #f6f9ff;
}

.mv-card {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.4s;
}

.mv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.mv-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2a2f73, #0a0f4d);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.mv-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.mv-text {
    color: #666;
    line-height: 1.7;
}

.why-section {
    background: #f7f9ff;
}

.why-heading {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 10px;
}

.why-sub {
    color: #6c757d;
}

.why-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 14px;
    text-align: center;
    transition: 0.4s;
    border: 1px solid transparent;
    height: 100%;
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #2a2f73;
}

.why-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2a2f73, #0a0f4d);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.why-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.why-card p {
    color: #666;
    font-size: 15px;
}

.doctor-about {
    padding: 70px 0;
    background:
        radial-gradient(
            circle at top left,
            rgba(37, 99, 235, 0.08),
            transparent 34%
        ),
        linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}

.doctor-content {
    padding-left: 12px;
}

.clinic-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    letter-spacing: 0.08em;
}

.doctor-title {
    color: #0f172a;
}

.doctor-text {
    color: #475569;
}

.doctor-img-wrap {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.15);
    background: linear-gradient(180deg, #dbeafe 0%, #eff6ff 100%);
}

.doctor-img-wrap img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50%, 0%;
}

.doctor-profile-section {
    padding: 80px 0;
    background: #f8fbff;
}

.section-heading {
    margin: 0 auto;
}

.section-kicker {
    display: none;
}

.section-heading h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f172a;
}

.section-heading p {
    margin-top: 10px;
    color: #64748b;
}

.profile-shell {
    margin-top: 50px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.profile-wrapper {
    margin-top: 0;
}

.profile-image {
    text-align: center;
}

.profile-image img {
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.profile-image-badge {
    display: none;
}

.profile-content {
    padding-left: 20px;
}

.profile-intro {
    display: none;
}

.profile-details {
    display: block;
}

.profile-content > .profile-block {
    display: none;
}

.profile-block {
    margin-bottom: 25px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.profile-block-title {
    display: block;
    margin-bottom: 10px;
}

.profile-block-icon {
    display: none;
}

.profile-block h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1e293b;
}

.profile-points {
    list-style: disc;
    margin: 0;
    padding-left: 20px;
}

.profile-points li {
    margin-bottom: 6px;
    color: #475569;
    line-height: 1.6;
}

.profile-points li::before {
    display: none;
}

.profile-block p {
    color: #475569;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .profile-content {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .section-heading h2 {
        font-size: 2rem;
    }
}
