﻿.about-header-noimg {
    position: relative;
    padding: 80px 0 40px;
    text-align: center;
    color: #fff;
    /* Gradient أساسي */
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
    overflow: hidden;
}

    /* Overlay ناعم */
    .about-header-noimg::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08), transparent 40%), radial-gradient(circle at 80% 70%, rgba(255,255,255,0.05), transparent 40%);
    }

    /* Shapes خفيفة (medical feel) */
    .about-header-noimg::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        background: rgba(255,255,255,0.05);
        border-radius: 50%;
        top: -100px;
        right: -100px;
    }

    /* تأكيد المحتوى فوق */
    .about-header-noimg .container {
        position: relative;
        z-index: 2;
    }

/* العنوان */
.breadcrumbs h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

/* breadcrumb */
.breadcrumb-bottom {
    margin-top: 20px;
}

    .breadcrumb-bottom ul li {
        color: rgba(255,255,255,0.8);
    }

        .breadcrumb-bottom ul li a {
            color: #93c5fd;
        }
