@import url("https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400;600;700&family=Noto+Nastaliq+Urdu:wght@400;600&display=swap");

:root {
    --masjid-green: #075e4b;
    --masjid-green-dark: #032f27;
    --masjid-green-light: #0d8a68;
    --masjid-gold: #d4af37;
    --masjid-gold-light: #f2d97a;
    --masjid-cream: #fffaf0;
    --masjid-text: #183b32;
    --masjid-muted: #687b74;
    --masjid-border: rgba(7, 94, 75, 0.14);
}

.masjid-page {
    overflow: hidden;
    background: #ffffff;
    color: var(--masjid-text);
}

.masjid-hero {
    position: relative;
    display: flex;
    min-height: 760px;
    align-items: center;
    overflow: hidden;
    background: var(--masjid-green-dark);
    color: #ffffff;
}

.masjid-hero-slides,
.masjid-hero-slide,
.masjid-hero-overlay,
.masjid-light-rays {
    position: absolute;
    inset: 0;
}

.masjid-hero-slide {
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.08);
    transition: opacity 1.8s ease, transform 9s ease;
}

.masjid-hero-slide.active {
    opacity: 1;
    transform: scale(1);
}

.masjid-hero-overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(2, 30, 25, 0.94) 0%, rgba(3, 45, 36, 0.82) 47%, rgba(3, 40, 33, 0.42) 100%),
        linear-gradient(0deg, rgba(1, 25, 20, 0.88) 0%, transparent 45%);
    pointer-events: none;
}

.masjid-light-rays {
    z-index: 2;
    background:
        radial-gradient(circle at 78% 18%, rgba(242, 217, 122, 0.28), transparent 28%),
        radial-gradient(circle at 62% 70%, rgba(13, 138, 104, 0.18), transparent 32%);
    pointer-events: none;
}

.masjid-hero-container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    gap: 70px;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 90px;
}

.masjid-hero-content {
    max-width: 790px;
}

.masjid-bismillah {
    display: block;
    margin-bottom: 18px;
    color: var(--masjid-gold-light);
    font-family: "Noto Naskh Arabic", serif;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.4;
    text-shadow: 0 5px 22px rgba(0, 0, 0, 0.35);
}

.masjid-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: #f6e7ac;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.masjid-hero-content h1 {
    max-width: 800px;
    margin: 0 0 22px;
    font-family: "Playfair Display", serif;
    font-size: clamp(50px, 7vw, 88px);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 8px 35px rgba(0, 0, 0, 0.35);
}

.masjid-hero-content h1 span {
    display: block;
    margin-top: 10px;
    color: var(--masjid-gold-light);
}

.masjid-hero-content > p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.8;
}

.masjid-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.masjid-primary-button,
.masjid-secondary-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 24px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.masjid-primary-button {
    background: linear-gradient(135deg, var(--masjid-gold), var(--masjid-gold-light));
    color: #26372f;
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.28);
}

.masjid-secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    backdrop-filter: blur(12px);
}

.masjid-primary-button:hover,
.masjid-secondary-button:hover {
    color: inherit;
    transform: translateY(-3px);
}

.masjid-primary-button:hover {
    box-shadow: 0 20px 42px rgba(212, 175, 55, 0.38);
}

.masjid-payment-notice {
    display: flex;
    max-width: 650px;
    align-items: flex-start;
    gap: 11px;
    margin-top: 25px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.18);
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.6;
}

.masjid-payment-notice i {
    margin-top: 2px;
    color: var(--masjid-gold-light);
    font-size: 18px;
}

.masjid-hero-hadith {
    position: relative;
    padding: 34px;
    border: 1px solid rgba(242, 217, 122, 0.3);
    border-radius: 26px;
    background: rgba(2, 44, 35, 0.68);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(16px);
}

.masjid-hero-hadith > i {
    color: var(--masjid-gold-light);
    font-size: 42px;
}

.masjid-hero-hadith p {
    margin: 14px 0 18px;
    font-family: "Playfair Display", serif;
    font-size: 23px;
    line-height: 1.55;
}

.masjid-hero-hadith strong {
    display: block;
    color: var(--masjid-gold-light);
}

.masjid-hero-hadith a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    text-decoration: none;
}

.masjid-scroll-indicator {
    position: absolute;
    z-index: 4;
    right: 35px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
}

.masjid-scroll-indicator span {
    width: 1px;
    height: 48px;
    background: linear-gradient(var(--masjid-gold), transparent);
}

.masjid-introduction,
.masjid-project-section,
.masjid-updates-section {
    padding: 100px 0;
}

.masjid-introduction {
    position: relative;
    background:
        radial-gradient(circle at 10% 10%, rgba(212, 175, 55, 0.09), transparent 28%),
        #fffdf8;
}

.masjid-section-heading {
    max-width: 760px;
    margin-bottom: 45px;
}

.masjid-section-heading.centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.masjid-section-heading > span,
.masjid-progress-panel > div > span,
.masjid-bank-introduction > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--masjid-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.masjid-section-heading h2,
.masjid-progress-panel h2,
.masjid-bank-introduction h2,
.masjid-final-call h2 {
    margin: 11px 0 15px;
    color: var(--masjid-green-dark);
    font-family: "Playfair Display", serif;
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 800;
    line-height: 1.12;
}

.masjid-section-heading h2 em {
    color: var(--masjid-green-light);
    font-style: normal;
}

.masjid-section-heading p,
.masjid-progress-panel p,
.masjid-bank-introduction > p {
    margin: 0;
    color: var(--masjid-muted);
    font-size: 16px;
    line-height: 1.8;
}

.masjid-virtue-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.masjid-virtue-grid article {
    position: relative;
    overflow: hidden;
    padding: 30px 25px;
    border: 1px solid var(--masjid-border);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 15px 40px rgba(7, 94, 75, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.masjid-virtue-grid article:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 50px rgba(7, 94, 75, 0.13);
}

.masjid-virtue-icon {
    display: grid;
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 17px;
    background: linear-gradient(145deg, var(--masjid-green), var(--masjid-green-light));
    color: #ffffff;
    font-size: 24px;
    box-shadow: 0 10px 24px rgba(7, 94, 75, 0.22);
}

.masjid-virtue-grid h3 {
    color: var(--masjid-green-dark);
    font-size: 19px;
    font-weight: 800;
}

.masjid-virtue-grid p {
    margin: 10px 0 0;
    color: var(--masjid-muted);
    font-size: 14px;
    line-height: 1.7;
}

.masjid-progress-section {
    padding: 80px 0;
    background: var(--masjid-green-dark);
}

.masjid-progress-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
    gap: 55px;
    align-items: center;
    padding: 50px;
    border: 1px solid rgba(242, 217, 122, 0.2);
    border-radius: 28px;
    background:
        radial-gradient(circle at 85% 20%, rgba(212, 175, 55, 0.15), transparent 35%),
        rgba(255, 255, 255, 0.04);
}

.masjid-progress-panel > div > span,
.masjid-progress-panel h2 strong {
    color: var(--masjid-gold-light);
}

.masjid-progress-panel h2,
.masjid-progress-panel p {
    color: #ffffff;
}

.masjid-progress-panel p {
    color: rgba(255, 255, 255, 0.7);
}

.masjid-progress-panel > div > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
    color: var(--masjid-gold-light);
    font-weight: 800;
    text-decoration: none;
}

.masjid-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.masjid-stat-grid article {
    min-width: 0;
    padding: 24px 17px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
    text-align: center;
}

.masjid-stat-grid i {
    display: block;
    margin-bottom: 12px;
    color: var(--masjid-gold-light);
    font-size: 25px;
}

.masjid-stat-grid small {
    display: block;
    min-height: 38px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 11px;
}

.masjid-stat-grid strong {
    display: block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 20px;
}

.masjid-project-section {
    background: #ffffff;
}

.masjid-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.masjid-project-card {
    overflow: hidden;
    border: 1px solid var(--masjid-border);
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 15px 42px rgba(7, 94, 75, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.masjid-project-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 55px rgba(7, 94, 75, 0.14);
}

.masjid-project-image {
    position: relative;
    display: block;
    height: 240px;
    overflow: hidden;
}

.masjid-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.masjid-project-card:hover .masjid-project-image img {
    transform: scale(1.06);
}

.masjid-project-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background: linear-gradient(145deg, var(--masjid-green-dark), var(--masjid-green));
    color: var(--masjid-gold-light);
    font-size: 52px;
}

.masjid-project-status {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--masjid-green);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.masjid-project-status.completed,
.masjid-project-status.funded {
    background: var(--masjid-gold-light);
    color: var(--masjid-green-dark);
}

.masjid-project-content {
    padding: 24px;
}

.masjid-project-category {
    color: var(--masjid-green-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.masjid-project-content h3 {
    margin: 9px 0 10px;
    font-size: 21px;
    font-weight: 800;
}

.masjid-project-content h3 a {
    color: var(--masjid-green-dark);
    text-decoration: none;
}

.masjid-project-content > p {
    min-height: 72px;
    margin: 0;
    color: var(--masjid-muted);
    font-size: 14px;
    line-height: 1.7;
}

.masjid-project-progress {
    margin-top: 20px;
}

.masjid-project-progress > div {
    display: flex;
    justify-content: space-between;
    color: var(--masjid-muted);
    font-size: 12px;
}

.masjid-progress-track {
    height: 10px;
    margin: 9px 0;
    overflow: hidden;
    border-radius: 999px;
    background: #e7efeb;
}

.masjid-progress-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--masjid-green), var(--masjid-gold));
}

.masjid-project-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 22px;
}

.masjid-project-actions a {
    color: var(--masjid-green);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.masjid-project-actions a:last-child {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    border-radius: 10px;
    background: var(--masjid-green);
    color: #ffffff;
}

.masjid-empty-projects {
    padding: 55px 25px;
    border: 1px dashed rgba(7, 94, 75, 0.3);
    border-radius: 24px;
    background: #f7fbf9;
    text-align: center;
}

.masjid-empty-projects i {
    color: var(--masjid-gold);
    font-size: 48px;
}

.masjid-empty-projects h3 {
    margin: 15px 0 9px;
    color: var(--masjid-green-dark);
}

.masjid-empty-projects p {
    max-width: 620px;
    margin: 0 auto;
    color: var(--masjid-muted);
}

.masjid-section-action {
    margin-top: 38px;
    text-align: center;
}

.masjid-section-action a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 21px;
    border: 1px solid var(--masjid-border);
    border-radius: 13px;
    color: var(--masjid-green);
    font-weight: 800;
    text-decoration: none;
}

.masjid-bank-section {
    padding: 100px 0;
    background:
        linear-gradient(rgba(255, 250, 240, 0.94), rgba(255, 250, 240, 0.94)),
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(212, 175, 55, 0.08) 20px, rgba(212, 175, 55, 0.08) 21px);
}

.masjid-bank-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
    gap: 70px;
    align-items: start;
}

.masjid-bank-warning {
    display: flex;
    gap: 12px;
    margin-top: 25px;
    padding: 17px;
    border: 1px solid rgba(181, 83, 48, 0.2);
    border-radius: 14px;
    background: #fff4ee;
    color: #93502f;
}

.masjid-bank-warning i {
    font-size: 22px;
}

.masjid-bank-warning p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

.masjid-bank-accounts {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.masjid-bank-card {
    padding: 28px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(7, 94, 75, 0.09);
}

.masjid-bank-card-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.masjid-bank-card-heading > span {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 15px;
    background: var(--masjid-green);
    color: #ffffff;
    font-size: 22px;
}

.masjid-bank-card-heading div {
    display: flex;
    flex-direction: column;
}

.masjid-bank-card-heading small {
    color: var(--masjid-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.masjid-bank-card-heading strong {
    color: var(--masjid-green-dark);
    font-size: 18px;
}

.masjid-bank-card dl {
    margin: 0;
}

.masjid-bank-card dl > div {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 15px;
    padding: 12px 0;
    border-top: 1px solid #edf2ef;
}

.masjid-bank-card dt {
    color: var(--masjid-muted);
    font-size: 12px;
}

.masjid-bank-card dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    color: var(--masjid-green-dark);
    font-weight: 800;
    word-break: break-word;
}

.masjid-bank-card dd button {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 0;
    border-radius: 9px;
    background: #e9f5f1;
    color: var(--masjid-green);
    cursor: pointer;
}

.masjid-bank-card > p {
    margin: 15px 0 0;
    color: var(--masjid-muted);
    font-size: 13px;
    line-height: 1.6;
}

.masjid-bank-empty {
    display: flex;
    gap: 12px;
    padding: 20px;
    border: 1px dashed var(--masjid-border);
    border-radius: 15px;
    background: #ffffff;
    color: var(--masjid-muted);
}

.masjid-bank-empty p {
    margin: 0;
}

.masjid-proof-button {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border-radius: 14px;
    background: var(--masjid-green);
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(7, 94, 75, 0.22);
}

.masjid-proof-button:hover {
    background: var(--masjid-green-light);
    color: #ffffff;
}

.masjid-updates-section {
    background: #f7faf8;
}

.masjid-update-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.masjid-update-grid article {
    overflow: hidden;
    border: 1px solid var(--masjid-border);
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(7, 94, 75, 0.07);
}

.masjid-update-grid img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.masjid-update-grid article > div {
    padding: 23px;
}

.masjid-update-grid small {
    color: var(--masjid-green-light);
    font-weight: 700;
}

.masjid-update-grid h3 {
    margin: 8px 0 10px;
    color: var(--masjid-green-dark);
    font-size: 20px;
    font-weight: 800;
}

.masjid-update-grid p {
    color: var(--masjid-muted);
    font-size: 14px;
    line-height: 1.7;
}

.masjid-update-grid a {
    color: var(--masjid-green);
    font-weight: 800;
    text-decoration: none;
}

.masjid-final-call {
    padding: 100px 0;
    background:
        radial-gradient(circle at center, rgba(212, 175, 55, 0.17), transparent 38%),
        var(--masjid-green-dark);
    color: #ffffff;
}

.masjid-final-call-content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.masjid-final-call-content > span {
    color: var(--masjid-gold-light);
    font-family: "Noto Naskh Arabic", serif;
    font-size: 35px;
}

.masjid-final-call h2 {
    color: #ffffff;
}

.masjid-final-call p {
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.8;
}

.masjid-final-call-content > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
    margin-top: 28px;
}

.masjid-final-call a {
    display: inline-flex;
    min-height: 53px;
    align-items: center;
    gap: 9px;
    padding: 12px 22px;
    border-radius: 13px;
    background: var(--masjid-gold-light);
    color: var(--masjid-green-dark);
    font-weight: 800;
    text-decoration: none;
}

.masjid-final-call a:last-child {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.masjid-floating-hadith {
    position: fixed;
    z-index: 1200;
    right: 24px;
    bottom: 24px;
    width: min(430px, calc(100vw - 32px));
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 22px;
    background: rgba(3, 47, 39, 0.97);
    color: #ffffff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(16px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.masjid-floating-hadith.hidden {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px) scale(0.96);
    pointer-events: none;
}

.masjid-hadith-close {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    cursor: pointer;
}

.masjid-hadith-heading {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 18px 52px 15px 19px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--masjid-gold-light);
}

.masjid-hadith-heading > i {
    font-size: 24px;
}

.masjid-hadith-heading > span {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.masjid-hadith-heading small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: normal;
}

.masjid-hadith-slide {
    display: none;
    max-height: 410px;
    overflow-y: auto;
    padding: 20px;
}

.masjid-hadith-slide.active {
    display: block;
    animation: masjidHadithFade 0.6s ease;
}

.masjid-hadith-arabic {
    margin: 0 0 15px;
    color: var(--masjid-gold-light);
    font-family: "Noto Naskh Arabic", serif;
    font-size: 23px;
    line-height: 1.8;
    text-align: right;
}

.masjid-hadith-urdu {
    margin: 0 0 14px;
    color: #ffffff;
    font-family: "Noto Nastaliq Urdu", serif;
    font-size: 16px;
    line-height: 2.1;
    text-align: right;
}

.masjid-hadith-portuguese {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    line-height: 1.7;
}

.masjid-hadith-slide footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 17px;
    padding-top: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.masjid-hadith-slide footer strong {
    color: var(--masjid-gold-light);
    font-size: 12px;
}

.masjid-hadith-slide footer span {
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 10px;
}

.masjid-hadith-slide footer a {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.65);
    font-size: 11px;
}

.masjid-hadith-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.masjid-hadith-controls button {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
}

.masjid-hadith-controls span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
}

.masjid-hadith-reopen {
    position: fixed;
    z-index: 1199;
    right: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 17px;
    border: 0;
    border-radius: 999px;
    background: var(--masjid-green);
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 14px 35px rgba(7, 94, 75, 0.3);
    cursor: pointer;
}

.masjid-hadith-reopen.hidden {
    display: none;
}

@keyframes masjidHadithFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1199.98px) {
    .masjid-hero-container {
        grid-template-columns: 1fr;
    }

    .masjid-hero-hadith {
        max-width: 600px;
    }

    .masjid-virtue-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .masjid-progress-panel,
    .masjid-bank-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .masjid-project-grid,
    .masjid-update-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .masjid-hero {
        min-height: 820px;
    }

    .masjid-scroll-indicator {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .masjid-introduction,
    .masjid-project-section,
    .masjid-updates-section,
    .masjid-bank-section,
    .masjid-final-call {
        padding: 72px 0;
    }

    .masjid-hero-container {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .masjid-hero-content h1 {
        font-size: 52px;
    }

    .masjid-progress-panel {
        padding: 30px 22px;
    }

    .masjid-stat-grid,
    .masjid-project-grid,
    .masjid-update-grid {
        grid-template-columns: 1fr;
    }

    .masjid-bank-layout {
        gap: 40px;
    }

    .masjid-bank-card dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

@media (max-width: 575.98px) {
    .masjid-hero {
        min-height: 850px;
    }

    .masjid-hero-content h1 {
        font-size: 43px;
    }

    .masjid-hero-actions {
        flex-direction: column;
    }

    .masjid-primary-button,
    .masjid-secondary-button {
        width: 100%;
    }

    .masjid-hero-hadith {
        padding: 24px 20px;
    }

    .masjid-virtue-grid {
        grid-template-columns: 1fr;
    }

    .masjid-stat-grid {
        grid-template-columns: 1fr;
    }

    .masjid-bank-card {
        padding: 22px 17px;
    }

    .masjid-floating-hadith {
        right: 16px;
        bottom: 16px;
        width: calc(100vw - 32px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .masjid-hero-slide,
    .masjid-project-card,
    .masjid-virtue-grid article,
    .masjid-primary-button,
    .masjid-secondary-button {
        transition: none;
    }

    .masjid-hadith-slide.active {
        animation: none;
    }
}

/*----------------------------------------------------*/
/*--------------------------------------------------*/




.masjid-inner-hero {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: var(--masjid-green-dark);
    color: #ffffff;
}

.masjid-inner-hero-background,
.masjid-inner-hero-overlay {
    position: absolute;
    inset: 0;
}

.masjid-inner-hero-background {
    background-position: center;
    background-size: cover;
}

.masjid-inner-hero-overlay {
    background: linear-gradient(90deg, rgba(2, 35, 29, 0.96), rgba(3, 48, 39, 0.72), rgba(3, 48, 39, 0.4));
}

.masjid-inner-hero .container {
    position: relative;
    z-index: 2;
    padding-top: 55px;
    padding-bottom: 70px;
}

.masjid-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 55px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.masjid-breadcrumb a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.masjid-inner-hero-content {
    max-width: 800px;
}

.masjid-inner-hero-content h1 {
    margin: 10px 0 18px;
    font-family: "Playfair Display", serif;
    font-size: clamp(40px, 6vw, 68px);
    font-weight: 800;
    line-height: 1.05;
}

.masjid-inner-hero-content > p {
    max-width: 680px;
    margin-bottom: 27px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.8;
}

.masjid-featured-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--masjid-gold-light);
    color: var(--masjid-green-dark);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.masjid-support-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.masjid-support-options span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border-radius: 8px;
    background: #edf7f3;
    color: var(--masjid-green);
    font-size: 10px;
    font-weight: 800;
}

.masjid-project-no-target {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 18px;
    padding: 11px;
    border-radius: 10px;
    background: #fff8e6;
    color: #8b6b24;
    font-size: 11px;
    line-height: 1.5;
}

.masjid-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 45px;
}

.masjid-pagination a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 15px;
    border: 1px solid var(--masjid-border);
    border-radius: 10px;
    color: var(--masjid-green);
    font-weight: 800;
    text-decoration: none;
}

.masjid-pagination span {
    color: var(--masjid-muted);
    font-size: 13px;
}

.masjid-project-help-banner {
    padding: 75px 0;
    background: var(--masjid-green-dark);
    color: #ffffff;
}

.masjid-project-help-banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.masjid-project-help-banner .container > div {
    max-width: 760px;
}

.masjid-project-help-banner span {
    color: var(--masjid-gold-light);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.masjid-project-help-banner h2 {
    margin: 10px 0 14px;
    font-family: "Playfair Display", serif;
    font-size: clamp(31px, 5vw, 49px);
    font-weight: 800;
}

.masjid-project-help-banner p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
}

.masjid-project-help-banner div > div {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 22px;
}

.masjid-project-help-banner a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 17px;
    border-radius: 11px;
    background: var(--masjid-gold-light);
    color: var(--masjid-green-dark);
    font-weight: 800;
    text-decoration: none;
}

.masjid-project-help-banner a:last-child {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: #ffffff;
}

.masjid-project-help-banner .container > i {
    color: rgba(242, 217, 122, 0.35);
    font-size: 120px;
}

@media (max-width: 767.98px) {
    .masjid-project-help-banner .container > i {
        display: none;
    }

    .masjid-pagination {
        flex-wrap: wrap;
    }
}










.masjid-project-detail-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: var(--masjid-green-dark);
    color: #ffffff;
}

.masjid-project-detail-background,
.masjid-project-detail-hero .masjid-inner-hero-overlay {
    position: absolute;
    inset: 0;
}

.masjid-project-detail-background {
    background-position: center;
    background-size: cover;
}

.masjid-project-detail-hero .container {
    position: relative;
    z-index: 2;
    padding-top: 55px;
    padding-bottom: 80px;
}

.masjid-project-detail-heading {
    max-width: 830px;
    margin-top: 90px;
}

.masjid-project-detail-heading .masjid-project-category {
    color: var(--masjid-gold-light);
}

.masjid-project-detail-heading h1 {
    margin: 10px 0 17px;
    font-family: "Playfair Display", serif;
    font-size: clamp(42px, 7vw, 75px);
    font-weight: 800;
    line-height: 1.03;
}

.masjid-project-detail-heading > p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.8;
}

.masjid-project-detail-heading > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.masjid-project-detail-heading .masjid-project-status {
    position: static;
}

.masjid-detail-priority {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--masjid-gold-light);
    color: var(--masjid-green-dark);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.masjid-project-detail-section {
    padding: 90px 0;
    background: #f7faf8;
}

.masjid-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 32px;
    align-items: start;
}

.masjid-detail-main {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.masjid-detail-card,
.masjid-funding-card,
.masjid-detail-bank-card,
.masjid-security-card {
    border: 1px solid var(--masjid-border);
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 14px 42px rgba(7, 94, 75, 0.07);
}

.masjid-detail-card {
    padding: clamp(25px, 4vw, 40px);
}

.masjid-detail-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--masjid-green-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.masjid-detail-card > h2 {
    margin: 9px 0 18px;
    color: var(--masjid-green-dark);
    font-family: "Playfair Display", serif;
    font-size: clamp(27px, 4vw, 39px);
    font-weight: 800;
}

.masjid-detail-description {
    color: var(--masjid-muted);
    line-height: 1.85;
}

.masjid-detail-description p:last-child {
    margin-bottom: 0;
}

.masjid-participation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.masjid-participation-grid > div {
    padding: 22px;
    border: 1px solid var(--masjid-border);
    border-radius: 17px;
    background: #f8fbf9;
}

.masjid-participation-grid > div > i {
    color: var(--masjid-gold);
    font-size: 29px;
}

.masjid-participation-grid h3 {
    margin: 12px 0 8px;
    color: var(--masjid-green-dark);
    font-size: 17px;
    font-weight: 800;
}

.masjid-participation-grid p {
    color: var(--masjid-muted);
    font-size: 13px;
    line-height: 1.7;
}

.masjid-participation-grid a {
    color: var(--masjid-green);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.masjid-gallery-introduction {
    color: var(--masjid-muted);
}

.masjid-project-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 23px;
}

.masjid-project-gallery figure {
    overflow: hidden;
    margin: 0;
    border-radius: 16px;
    background: #f1f5f3;
}

.masjid-project-gallery img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.masjid-project-gallery figure:hover img {
    transform: scale(1.04);
}

.masjid-project-gallery figcaption {
    padding: 12px 14px;
    color: var(--masjid-muted);
    font-size: 12px;
}

.masjid-project-timeline {
    position: relative;
    margin-top: 25px;
}

.masjid-project-timeline::before {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 8px;
    width: 2px;
    background: #d9e7e1;
    content: "";
}

.masjid-project-timeline > article {
    position: relative;
    padding: 0 0 30px 38px;
}

.masjid-project-timeline > article:last-child {
    padding-bottom: 0;
}

.masjid-timeline-point {
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: var(--masjid-gold);
    box-shadow: 0 0 0 2px var(--masjid-green);
}

.masjid-project-timeline small {
    color: var(--masjid-green-light);
    font-weight: 700;
}

.masjid-project-timeline h3 {
    margin: 5px 0 8px;
    color: var(--masjid-green-dark);
    font-size: 20px;
    font-weight: 800;
}

.masjid-project-timeline p {
    color: var(--masjid-muted);
    line-height: 1.7;
}

.masjid-project-timeline img {
    width: 100%;
    max-height: 420px;
    margin-top: 12px;
    border-radius: 15px;
    object-fit: cover;
}

.masjid-expense-table-wrapper {
    overflow-x: auto;
}

.masjid-expense-table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
}

.masjid-expense-table th,
.masjid-expense-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #e7efeb;
    text-align: left;
}

.masjid-expense-table th {
    color: var(--masjid-green);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.masjid-expense-table td {
    color: var(--masjid-muted);
    font-size: 13px;
}

.masjid-expense-table td strong,
.masjid-expense-table td small {
    display: block;
}

.masjid-expense-table td strong {
    color: var(--masjid-green-dark);
}

.masjid-detail-sidebar {
    position: sticky;
    top: 25px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.masjid-funding-card,
.masjid-detail-bank-card {
    padding: 26px;
}

.masjid-funding-card > span,
.masjid-detail-bank-card > span {
    color: var(--masjid-green-light);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.11em;
}

.masjid-funding-numbers {
    margin-top: 16px;
}

.masjid-funding-numbers strong {
    display: block;
    color: var(--masjid-green-dark);
    font-size: 32px;
}

.masjid-funding-numbers small {
    color: var(--masjid-muted);
}

.masjid-funding-progress {
    height: 12px;
    margin: 18px 0 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e5eee9;
}

.masjid-funding-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--masjid-green), var(--masjid-gold));
}

.masjid-funding-percentage {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.masjid-funding-percentage strong {
    color: var(--masjid-green);
}

.masjid-funding-percentage span {
    color: var(--masjid-muted);
    font-size: 11px;
}

.masjid-target-pending {
    margin: 17px 0;
    padding: 12px;
    border-radius: 10px;
    background: #fff8e6;
    color: #826624;
    font-size: 12px;
}

.masjid-funding-card > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 22px;
    padding: 13px 16px;
    border-radius: 12px;
    background: var(--masjid-green);
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.masjid-verification-note {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 14px;
    color: var(--masjid-muted);
    line-height: 1.5;
}

.masjid-detail-bank-card h3 {
    margin: 9px 0 16px;
    color: var(--masjid-green-dark);
    font-weight: 800;
}

.masjid-detail-bank-card dl {
    margin: 0;
}

.masjid-detail-bank-card dl > div {
    margin-bottom: 12px;
}

.masjid-detail-bank-card dt {
    color: var(--masjid-muted);
    font-size: 10px;
}

.masjid-detail-bank-card dd {
    margin: 3px 0 0;
    color: var(--masjid-green-dark);
    font-size: 13px;
    font-weight: 800;
    word-break: break-word;
}

.masjid-detail-bank-card button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid var(--masjid-border);
    border-radius: 10px;
    background: #edf7f3;
    color: var(--masjid-green);
    font-weight: 800;
    cursor: pointer;
}

.masjid-security-card {
    display: flex;
    gap: 13px;
    padding: 20px;
    background: #fff7ed;
}

.masjid-security-card > i {
    color: #c07132;
    font-size: 25px;
}

.masjid-security-card h3 {
    margin: 0 0 6px;
    color: #75411f;
    font-size: 15px;
}

.masjid-security-card p {
    margin: 0;
    color: #8a674e;
    font-size: 12px;
    line-height: 1.6;
}

.masjid-detail-whatsapp {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 17px;
    border-radius: 15px;
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 13px 30px rgba(37, 211, 102, 0.23);
}

.masjid-detail-whatsapp:hover {
    color: #ffffff;
}

.masjid-detail-whatsapp > i {
    font-size: 30px;
}

.masjid-detail-whatsapp span {
    display: flex;
    flex-direction: column;
    font-weight: 800;
}

.masjid-detail-whatsapp small {
    font-size: 9px;
    letter-spacing: 0.08em;
}

@media (max-width: 991.98px) {
    .masjid-detail-layout {
        grid-template-columns: 1fr;
    }

    .masjid-detail-sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .masjid-participation-grid {
        grid-template-columns: 1fr;
    }

    .masjid-project-gallery {
        grid-template-columns: 1fr;
    }
}







.masjid-support-hero {
    min-height: 570px;
}

.masjid-support-section {
    padding: 90px 0;
    background: #f6faf8;
}

.masjid-support-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 32px;
    align-items: start;
}

.masjid-support-main {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.masjid-support-instructions,
.masjid-support-form-card,
.masjid-official-account-panel,
.masjid-security-checklist {
    border: 1px solid var(--masjid-border);
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(7, 94, 75, 0.07);
}

.masjid-support-instructions,
.masjid-support-form-card {
    padding: clamp(24px, 4vw, 40px);
}

.masjid-support-instructions > span,
.masjid-support-form-heading > span,
.masjid-official-account-panel > span {
    color: var(--masjid-green-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.masjid-support-instructions h2,
.masjid-support-form-heading h2,
.masjid-official-account-panel h2 {
    margin: 9px 0 17px;
    color: var(--masjid-green-dark);
    font-family: "Playfair Display", serif;
    font-size: clamp(29px, 4vw, 41px);
    font-weight: 800;
}

.masjid-support-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
    margin-top: 25px;
}

.masjid-support-steps article {
    padding: 18px 15px;
    border-radius: 15px;
    background: #f2f8f5;
}

.masjid-support-steps strong {
    color: var(--masjid-gold);
    font-size: 22px;
}

.masjid-support-steps h3 {
    margin: 8px 0 6px;
    color: var(--masjid-green-dark);
    font-size: 14px;
    font-weight: 800;
}

.masjid-support-steps p {
    margin: 0;
    color: var(--masjid-muted);
    font-size: 11px;
    line-height: 1.6;
}

.masjid-support-form-heading {
    margin-bottom: 28px;
}

.masjid-support-form-heading p {
    color: var(--masjid-muted);
}

.masjid-support-type-field {
    margin: 0 0 27px;
    padding: 0;
    border: 0;
}

.masjid-support-type-field legend {
    margin-bottom: 12px;
    color: var(--masjid-green-dark);
    font-size: 14px;
    font-weight: 800;
}

.masjid-support-type-field > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.masjid-support-type-field > div > div label {
    display: flex;
    min-height: 60px;
    align-items: center;
    gap: 10px;
    padding: 13px 15px;
    border: 1px solid var(--masjid-border);
    border-radius: 13px;
    background: #f9fcfa;
    color: var(--masjid-green-dark);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.masjid-support-type-field input {
    accent-color: var(--masjid-green);
}

.masjid-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 19px;
}

.masjid-form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 19px;
}

.masjid-form-full {
    grid-column: 1 / -1;
}

.masjid-form-field label {
    color: var(--masjid-green-dark);
    font-size: 13px;
    font-weight: 800;
}

.masjid-form-field .form-control,
.masjid-form-field .form-select {
    min-height: 52px;
    padding: 11px 14px;
    border: 1px solid #cbdad4;
    border-radius: 12px;
    background: #fbfdfc;
    color: var(--masjid-text);
    box-shadow: none;
}

.masjid-form-field textarea.form-control {
    min-height: 125px;
    resize: vertical;
}

.masjid-form-field .form-control:focus,
.masjid-form-field .form-select:focus {
    border-color: var(--masjid-green);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(7, 94, 75, 0.1);
}

.masjid-conditional-fields {
    margin: 8px 0 26px;
    padding: 24px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 17px;
    background: #fffdf7;
}

.masjid-conditional-fields.hidden {
    display: none;
}

.masjid-conditional-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 21px;
}

.masjid-conditional-heading > i {
    color: var(--masjid-gold);
    font-size: 27px;
}

.masjid-conditional-heading div {
    display: flex;
    flex-direction: column;
}

.masjid-conditional-heading span {
    color: var(--masjid-green-light);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.masjid-conditional-heading h3 {
    margin: 3px 0 0;
    color: var(--masjid-green-dark);
    font-size: 18px;
    font-weight: 800;
}

.masjid-amount-input {
    display: flex;
    align-items: center;
}

.masjid-amount-input > span {
    display: grid;
    align-self: stretch;
    min-width: 45px;
    place-items: center;
    border: 1px solid #cbdad4;
    border-right: 0;
    border-radius: 12px 0 0 12px;
    background: #eaf5f1;
    color: var(--masjid-green);
    font-weight: 800;
}

.masjid-amount-input .form-control {
    border-radius: 0 12px 12px 0;
}

.masjid-proof-upload {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 17px;
    border: 1px dashed rgba(7, 94, 75, 0.35);
    border-radius: 13px;
    background: #f5faf8;
}

.masjid-proof-upload > i {
    color: var(--masjid-green);
    font-size: 31px;
}

.masjid-proof-upload > div {
    flex: 1;
}

.masjid-proof-upload small {
    display: block;
    margin-top: 7px;
    color: var(--masjid-muted);
    font-size: 11px;
}

.masjid-checkbox-card {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 13px;
    padding: 15px;
    border: 1px solid var(--masjid-border);
    border-radius: 13px;
    background: #f7faf8;
    cursor: pointer;
}

.masjid-checkbox-card input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--masjid-green);
}

.masjid-checkbox-card span {
    display: flex;
    flex-direction: column;
}

.masjid-checkbox-card strong {
    color: var(--masjid-green-dark);
    font-size: 13px;
}

.masjid-checkbox-card small {
    margin-top: 3px;
    color: var(--masjid-muted);
    font-size: 11px;
    line-height: 1.6;
}

.masjid-checkbox-card a {
    color: var(--masjid-green);
    font-weight: 800;
}

.masjid-field-error {
    color: #ba352f;
    font-size: 12px;
    font-weight: 700;
}

.masjid-consent-error {
    display: block;
    margin: -5px 0 14px;
}

.masjid-form-alert,
.masjid-verification-warning {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
    border-radius: 13px;
}

.masjid-form-alert.error {
    margin-bottom: 20px;
    border: 1px solid #efc2be;
    background: #fff0ef;
    color: #b6312b;
}

.masjid-form-alert p {
    margin: 0;
}

.masjid-verification-warning {
    margin: 20px 0;
    border: 1px solid #efdca8;
    background: #fff8e6;
    color: #80621e;
}

.masjid-verification-warning p {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
}

.masjid-support-submit {
    display: flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 23px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--masjid-green), var(--masjid-green-light));
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(7, 94, 75, 0.23);
    cursor: pointer;
}

.masjid-support-sidebar {
    position: sticky;
    top: 25px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.masjid-official-account-panel,
.masjid-security-checklist {
    padding: 25px;
}

.masjid-sidebar-bank-account {
    padding: 18px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 15px;
    background: #fffdf7;
}

.masjid-sidebar-bank-account > div {
    margin-bottom: 14px;
}

.masjid-sidebar-bank-account small,
.masjid-sidebar-bank-account strong {
    display: block;
}

.masjid-sidebar-bank-account small {
    color: var(--masjid-muted);
    font-size: 10px;
}

.masjid-sidebar-bank-account strong {
    margin-top: 3px;
    color: var(--masjid-green-dark);
    font-size: 13px;
    word-break: break-word;
}

.masjid-sidebar-iban {
    font-size: 15px !important;
}

.masjid-sidebar-bank-account button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 10px;
    padding: 9px;
    border: 1px solid var(--masjid-border);
    border-radius: 9px;
    background: #eaf5f1;
    color: var(--masjid-green);
    font-weight: 800;
    cursor: pointer;
}

.masjid-sidebar-bank-account > p {
    margin: 12px 0 0;
    color: var(--masjid-muted);
    font-size: 11px;
    line-height: 1.6;
}

.masjid-security-checklist h3 {
    color: var(--masjid-green-dark);
    font-size: 17px;
    font-weight: 800;
}

.masjid-security-checklist h3 i {
    color: var(--masjid-gold);
}

.masjid-security-checklist ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.masjid-security-checklist li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
    color: var(--masjid-muted);
    font-size: 12px;
    line-height: 1.5;
}

.masjid-security-checklist li::before {
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--masjid-green);
    font-family: "bootstrap-icons";
    content: "\f633";
}

@media (max-width: 991.98px) {
    .masjid-support-layout {
        grid-template-columns: 1fr;
    }

    .masjid-support-sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .masjid-support-steps,
    .masjid-form-grid,
    .masjid-support-type-field > div {
        grid-template-columns: 1fr;
    }

    .masjid-form-full {
        grid-column: auto;
    }
}







/* =========================================================
   MASJID SUPPORT CONFIRMATION PAGE
   ========================================================= */

.masjid-confirmation-page {
    min-height: 100vh;
    padding: 90px 0;
    background:
        radial-gradient(circle at top left, rgba(210, 169, 60, 0.18), transparent 35%),
        linear-gradient(145deg, #031f18, #073d2e 55%, #04271e);
}

.masjid-confirmation-wrapper {
    width: min(920px, calc(100% - 32px));
    margin: 0 auto;
}

.masjid-confirmation-card {
    position: relative;
    overflow: hidden;
    padding: 55px;
    border: 1px solid rgba(224, 190, 92, 0.38);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 28px 75px rgba(0, 0, 0, 0.28);
    text-align: center;
}

.masjid-confirmation-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7px;
    background: linear-gradient(90deg, #086848, #d5ae3e, #086848);
    content: "";
}

.masjid-confirmation-icon {
    display: grid;
    width: 92px;
    height: 92px;
    margin: 0 auto 25px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #087653, #034a36);
    box-shadow: 0 15px 35px rgba(7, 105, 75, 0.28);
    font-size: 40px;
}

.masjid-confirmation-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #98751c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.masjid-confirmation-card h1 {
    margin-bottom: 18px;
    color: #073d2e;
    font-family: "Playfair Display", serif;
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 800;
}

.masjid-confirmation-introduction {
    max-width: 690px;
    margin: 0 auto 30px;
    color: #52635d;
    font-size: 17px;
    line-height: 1.8;
}

.masjid-confirmation-reference {
    margin: 30px auto;
    padding: 22px;
    border: 1px dashed rgba(7, 105, 75, 0.4);
    border-radius: 18px;
    background: #f1faf6;
}

.masjid-confirmation-reference small {
    display: block;
    margin-bottom: 6px;
    color: #6c7c76;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.masjid-confirmation-reference strong {
    color: #07563f;
    font-size: clamp(18px, 3vw, 26px);
    overflow-wrap: anywhere;
}

.masjid-confirmation-summary {
    margin: 32px 0;
    padding: 28px;
    border-radius: 22px;
    background: #f8f8f4;
    text-align: left;
}

.masjid-confirmation-summary h2 {
    margin-bottom: 20px;
    color: #173c31;
    font-size: 21px;
    font-weight: 800;
}

.masjid-confirmation-summary dl {
    display: grid;
    grid-template-columns: minmax(130px, 0.7fr) minmax(0, 1.5fr);
    gap: 14px 24px;
    margin: 0;
}

.masjid-confirmation-summary dt {
    color: #6c7773;
    font-weight: 600;
}

.masjid-confirmation-summary dd {
    margin: 0;
    color: #173c31;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.masjid-confirmation-notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 28px 0;
    padding: 20px;
    border-left: 4px solid #d2a93c;
    border-radius: 12px;
    color: #5f542f;
    background: #fff9e7;
    text-align: left;
}

.masjid-confirmation-notice i {
    flex: 0 0 auto;
    color: #b58a18;
    font-size: 22px;
}

.masjid-confirmation-notice p {
    margin: 0;
    line-height: 1.7;
}

.masjid-confirmation-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 32px;
}

.masjid-confirmation-primary,
.masjid-confirmation-secondary {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 23px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.masjid-confirmation-primary {
    color: #fff;
    background: linear-gradient(135deg, #075d43, #09815b);
    box-shadow: 0 12px 28px rgba(7, 93, 67, 0.23);
}

.masjid-confirmation-primary:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(7, 93, 67, 0.32);
}

.masjid-confirmation-secondary {
    border: 1px solid rgba(7, 93, 67, 0.25);
    color: #075d43;
    background: #fff;
}

.masjid-confirmation-secondary:hover {
    color: #075d43;
    transform: translateY(-3px);
    box-shadow: 0 12px 27px rgba(7, 93, 67, 0.14);
}

.masjid-confirmation-dua {
    margin-top: 35px;
    padding-top: 28px;
    border-top: 1px solid #e4e9e6;
}

.masjid-confirmation-dua .arabic {
    display: block;
    margin-bottom: 12px;
    color: #075d43;
    font-family: "Noto Naskh Arabic", serif;
    font-size: 27px;
    line-height: 1.8;
    direction: rtl;
}

.masjid-confirmation-dua p {
    margin: 0;
    color: #71807b;
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .masjid-confirmation-page {
        padding: 55px 0;
    }

    .masjid-confirmation-card {
        padding: 42px 22px;
        border-radius: 24px;
    }

    .masjid-confirmation-summary {
        padding: 22px 18px;
    }

    .masjid-confirmation-summary dl {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .masjid-confirmation-summary dd {
        margin-bottom: 12px;
    }

    .masjid-confirmation-actions {
        flex-direction: column;
    }

    .masjid-confirmation-primary,
    .masjid-confirmation-secondary {
        width: 100%;
    }
}



.masjid-support-page-title {
    color: #f5d675 !important;
    -webkit-text-fill-color: #f5d675 !important;
    background: none !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
    opacity: 1 !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.55);
}




.masjid-support-eyebrow {
    color: #f5d675 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
}



.masjid-project-list-title {
    color: #f5d675 !important;
    -webkit-text-fill-color: #f5d675 !important;
    background: none !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
    opacity: 1 !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.55);
}







.masjid-page h1,
.masjid-inner-hero h1,
.masjid-projects-page h1,
.masjid-project-detail-page h1,
.masjid-support-page h1 {
    color: #f5d675 !important;
    -webkit-text-fill-color: #f5d675 !important;
    opacity: 1 !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.55);
}





/* =========================================================
   MASJID SUPPORT STATUS PAGE
   ========================================================= */

.masjid-status-page-title {
    color: #f5d675 !important;
    -webkit-text-fill-color: #f5d675 !important;
    opacity: 1 !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.55);
}

.masjid-status-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #f5d675 !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.masjid-status-content {
    padding: 80px 0;
    background:
        radial-gradient(circle at top left, rgba(213, 174, 62, 0.1), transparent 35%),
        #f4f7f5;
}

.masjid-status-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 32px;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
}

.masjid-status-form-card,
.masjid-status-result-card,
.masjid-status-help-card {
    border: 1px solid rgba(7, 93, 67, 0.13);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(10, 53, 41, 0.11);
}

.masjid-status-form-card {
    padding: 38px;
}

.masjid-status-card-heading,
.masjid-status-result-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.masjid-status-card-heading > span,
.masjid-status-result-icon {
    display: grid;
    width: 55px;
    height: 55px;
    place-items: center;
    flex: 0 0 55px;
    border-radius: 16px;
    color: #f5d675;
    background: linear-gradient(145deg, #064c37, #087455);
    font-size: 23px;
    box-shadow: 0 10px 25px rgba(7, 93, 67, 0.22);
}

.masjid-status-card-heading small,
.masjid-status-result-heading small {
    display: block;
    margin-bottom: 4px;
    color: #a07b1d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.masjid-status-card-heading h2,
.masjid-status-result-heading h2 {
    margin: 0;
    color: #123d31;
    font-size: 24px;
    font-weight: 800;
}

.masjid-status-form {
    display: grid;
    gap: 22px;
}

.masjid-status-field {
    display: grid;
    gap: 8px;
}

.masjid-status-field label {
    color: #183d33;
    font-size: 14px;
    font-weight: 800;
}

.masjid-status-field .form-control {
    width: 100%;
    min-height: 53px;
    padding: 13px 16px;
    border: 1px solid #cbd9d4;
    border-radius: 13px;
    color: #173c31;
    background: #fbfdfc;
    font-size: 15px;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.masjid-status-field .form-control:focus {
    border-color: #087455;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(8, 116, 85, 0.12);
    outline: none;
}

.masjid-field-error {
    color: #b42318;
    font-size: 13px;
    font-weight: 700;
}

.masjid-status-submit {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #075d43, #09815b);
    box-shadow: 0 13px 30px rgba(7, 93, 67, 0.24);
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.masjid-status-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 17px 36px rgba(7, 93, 67, 0.34);
}

.masjid-status-error {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    padding: 16px;
    border-left: 4px solid #c4322b;
    border-radius: 11px;
    color: #84211c;
    background: #fff1f0;
}

.masjid-status-error i {
    margin-top: 2px;
    font-size: 20px;
}

.masjid-status-error p {
    margin: 0;
}

.masjid-status-privacy {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 25px;
    padding: 16px;
    border-radius: 13px;
    color: #596b65;
    background: #f1f7f4;
    font-size: 13px;
    line-height: 1.65;
}

.masjid-status-privacy i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #087455;
}

.masjid-status-privacy p {
    margin: 0;
}

.masjid-status-result-card {
    padding: 32px;
}

.masjid-status-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.masjid-status-badge.pending {
    color: #765d11;
    background: #fff3c4;
}

.masjid-status-badge.verified {
    color: #05603f;
    background: #d9f7e9;
}

.masjid-status-badge.needs_clarification {
    color: #905d00;
    background: #ffebbd;
}

.masjid-status-badge.rejected {
    color: #a3251f;
    background: #ffe0de;
}

.masjid-status-details {
    display: grid;
    gap: 0;
    margin: 0 0 25px;
}

.masjid-status-details > div {
    display: grid;
    grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1.3fr);
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #e5ece8;
}

.masjid-status-details dt {
    color: #71807a;
    font-size: 13px;
    font-weight: 600;
}

.masjid-status-details dd {
    margin: 0;
    color: #173c31;
    font-size: 14px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.masjid-status-message {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 22px;
    padding: 17px;
    border-radius: 13px;
    line-height: 1.65;
}

.masjid-status-message i {
    flex: 0 0 auto;
    margin-top: 3px;
    font-size: 20px;
}

.masjid-status-message p {
    margin: 0;
}

.masjid-status-message.pending {
    color: #6e5918;
    background: #fff7d9;
}

.masjid-status-message.verified {
    color: #075e42;
    background: #e0f7ec;
}

.masjid-status-message.clarification {
    color: #805500;
    background: #fff0cb;
}

.masjid-status-message.rejected {
    color: #952c26;
    background: #ffe6e4;
}

.masjid-status-contact {
    display: inline-flex;
    width: 100%;
    min-height: 51px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 999px;
    color: #ffffff;
    background: #25d366;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.masjid-status-contact:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(37, 211, 102, 0.28);
}

.masjid-status-help-card {
    padding: 38px 32px;
    text-align: center;
}

.masjid-status-help-card > i {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    place-items: center;
    border-radius: 50%;
    color: #f5d675;
    background: linear-gradient(145deg, #064c37, #087455);
    font-size: 30px;
}

.masjid-status-help-card h2 {
    margin-bottom: 13px;
    color: #123d31;
    font-size: 25px;
    font-weight: 800;
}

.masjid-status-help-card p {
    margin-bottom: 24px;
    color: #64756f;
    line-height: 1.75;
}

.masjid-status-help-card a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #087455;
    font-weight: 800;
    text-decoration: none;
}

.masjid-status-help-card a:hover {
    color: #054d39;
}

@media (max-width: 991.98px) {
    .masjid-status-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .masjid-status-content {
        padding: 50px 0;
    }

    .masjid-status-form-card,
    .masjid-status-result-card,
    .masjid-status-help-card {
        padding: 25px 20px;
        border-radius: 20px;
    }

    .masjid-status-card-heading,
    .masjid-status-result-heading {
        align-items: flex-start;
    }

    .masjid-status-details > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}









.masjid-status-check-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 20px;
    padding: 11px 20px;
    border: 1px solid rgba(245, 214, 117, 0.75);
    border-radius: 999px;
    color: #f5d675;
    background: rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(8px);
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease;
}

.masjid-status-check-button:hover {
    color: #073d2e;
    background: #f5d675;
    transform: translateY(-2px);
}













