
/* Page: تعريف بالمشروع */
.about-project-page {
    --quran-green: #063e32;
    --quran-green-2: #086348;
    --gold: #9f7b4e;
    --paper: rgba(255, 255, 255, .92);
    direction: rtl;
    text-align: right;
    padding: 110px 22px 60px;
    color: #1f2420;
    font-family: droidarabickufi, "majalla", "Traditional Arabic", serif;
}

.about-hero {
    position: relative;
    max-width: 1180px;
    margin: 0 auto 28px;
    overflow: hidden;
    border-radius: 28px;
    padding: 44px 38px;
    background:
        linear-gradient(135deg, rgba(6, 62, 50, .96), rgba(8, 99, 72, .94)),
        radial-gradient(circle at 12% 20%, rgba(255,255,255,.18), transparent 28%);
    color: #fff;
    box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

.about-hero::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 22px;
    pointer-events: none;
}

.about-basmalah {
    margin: 0 0 14px;
    color: #f4e7c7;
    font-size: 1.1rem;
}

.about-hero h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.55;
    font-weight: 800;
    letter-spacing: -.5px;
}

.about-hero h1 span { color: #f5dfaa; }

.about-subtitle {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 18px 0 0;
    font-family: droidarabickufi, "majalla", "Traditional Arabic", serif;
    font-size: 1.1rem;
    line-height: 2;
    color: rgba(255,255,255,.92);
}

.about-layout {
    max-width: 1180px;
    margin: auto;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.about-sidebar {
    position: sticky;
    top: 104px;
}

.about-sidebar__box {
    background: var(--paper);
    border: 1px solid rgba(159, 123, 78, .25);
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

.about-sidebar__title {
    color: var(--quran-green);
    font-weight: 800;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eadfca;
}

.about-sidebar a {
    display: block;
    text-decoration: none;
    color: #333;
    background: #fff;
    border-radius: 999px;
    padding: 10px 16px;
    margin: 8px 0;
    border: 1px solid transparent;
    transition: all .22s ease;
}

.about-sidebar a:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--quran-green), var(--quran-green-2));
    transform: translateX(-4px);
}

.about-content {
    background: var(--paper);
    border-radius: 28px;
    padding: 34px 42px;
    box-shadow: 0 14px 34px rgba(0,0,0,.09);
    border: 1px solid rgba(159, 123, 78, .22);
}

.about-prayer {
    text-align: center;
    background: linear-gradient(180deg, #fff8e9, #fff);
    border: 1px solid #e8d8b7;
    border-radius: 22px;
    padding: 22px 24px;
    margin-bottom: 32px;
    color: #31352f;
}

.about-prayer p {
    margin: 0 0 8px;
    font-family: droidarabickufi, "majalla", "Traditional Arabic", serif;
    font-size: 1rem;
    line-height: 1.9;
    text-align: center;
}

.about-section {
    scroll-margin-top: 115px;
    margin-bottom: 34px;
}

.about-h2 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--quran-green);
    font-size: clamp(1.55rem, 2.2vw, 2.15rem);
    font-weight: 800;
    margin: 32px 0 22px;
    padding: 0 18px 12px 0;
    border-bottom: 2px solid #eadfca;
}

.about-h2::before {
    content: "";
    width: 10px;
    height: 42px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--gold), #d9bd80);
    flex: 0 0 auto;
}

.about-card {
    background: #fff;
    border: 1px solid #efe5d2;
    border-radius: 20px;
    padding: 22px 26px;
    margin: 18px 0;
    box-shadow: 0 8px 22px rgba(0,0,0,.045);
}

.about-h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8b1515;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 14px;
    line-height: 1.7;
}

.about-h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #025063;
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 0 14px;
    line-height: 1.7;
}

.about-h3 .num {
    direction: ltr;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 42px;
    height: 32px;
    padding: 0 8px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--quran-green), var(--quran-green-2));
    font-family: Georgia, serif;
    font-size: .95rem;
}

.about-list {
    list-style: disc;
    line-height: 2rem;
}

.about-content p {
    font-family: droidarabickufi, "majalla", "Traditional Arabic", serif;
    font-size: 1rem;
    line-height: 2.12;
    margin: 0 0 13px;
    text-align: justify;
}

.about-card p:not(.about-bullet):not(.about-source) {
    text-indent: 28px;
}

.about-bullet,
.about-source {
    position: relative;
    padding-right: 28px;
    text-indent: 0 !important;
}

.about-bullet::before {
    content: "";
    position: absolute;
    right: 4px;
    top: .95em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gold);
}

.about-source b {
    direction: ltr;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 28px;
    margin-left: 10px;
    border-radius: 50%;
    background: #f2eadc;
    color: var(--quran-green);
    font-family: Georgia, serif;
}

@media (max-width: 991.98px) {
    .about-project-page { padding: 95px 12px 35px; }
    .about-layout { display: block; }
    .about-sidebar { position: static; margin-bottom: 18px; }
    .about-sidebar nav { display: flex; flex-wrap: wrap; gap: 8px; }
    .about-sidebar a { margin: 0; padding: 8px 13px; }
    .about-content { padding: 24px 18px; border-radius: 22px; }
    .about-card { padding: 18px 16px; }
    .about-content p { font-size: 1rem; line-height: 2; }
    .about-hero { padding: 32px 22px; border-radius: 22px; }
}
