:root {
    /* NOTE: Replace these 3 colors with the exact logo colors */
    --primary: #244474;
    /* Logo Blue */
    --accent: #B58E54;
    /* Logo Gold */
    --dark: #0B1220;
    /* Deep Navy */
    --muted: #667085;
    --bg: #f7f9fc;
    --card: #ffffff;
    --border: rgba(15, 23, 42, 0.10);

    --radius-xl: 22px;
    --shadow: 0 18px 45px rgba(2, 8, 23, 0.10);
    --shadow-sm: 0 10px 25px rgba(2, 8, 23, 0.08);
}

body {
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial;
    color: #0f172a;
    background: var(--bg);
}

h1,
h2,
h3 {
    font-family: "Playfair Display", serif;
    letter-spacing: -0.4px;
}

a {
    text-decoration: none;
}

/* Navbar */
.navbar {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.80);
    border-bottom: 1px solid var(--border);
}

.nav-link {
    font-weight: 600;
    color: #0f172a;
    opacity: .9;
}

.nav-link:hover {
    color: var(--primary);
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(11, 61, 145, 0.22);
}

.btn-primary:hover {
    filter: brightness(1.05);
}

.btn-outline-dark {
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 700;
}

/* Hero */
.hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 80px;
    background: radial-gradient(900px 500px at 15% 20%, rgba(255, 206, 90, 0.22), transparent 60%),
        radial-gradient(900px 500px at 85% 10%, rgba(11, 61, 145, 0.18), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 206, 90, 0.20);
    border: 1px solid rgba(255, 206, 90, 0.45);
    font-weight: 700;
    color: #1f2937;
    font-size: 14px;
}

.hero-title {
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
    margin-top: 14px;
}

.hero-sub {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
    margin-top: 16px;
}

.hero-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
    padding: 18px;
}

.hero-card .mini {
    background: #0b3d91;
    color: #fff;
    border-radius: 18px;
    padding: 16px;
    position: relative;
    overflow: hidden;
}

.hero-card .mini:before {
    content: "";
    position: absolute;
    inset: -40px;
    background: radial-gradient(circle at 30% 20%, rgba(255, 206, 90, 0.35), transparent 55%);
    transform: rotate(10deg);
}

.hero-card .mini * {
    position: relative;
}

.mini h5 {
    margin: 0;
    font-weight: 800;
    font-family: "Plus Jakarta Sans";
}

.mini p {
    margin: 6px 0 0;
    opacity: .9;
}

/* Sections */
section {
    padding: 70px 0;
}

.section-title {
    font-size: 36px;
    margin-bottom: 10px;
}

.section-sub {
    color: var(--muted);
    max-width: 820px;
    line-height: 1.7;
}

/* About image hover */
.about-image-wrap {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    background: #fff;
}

.about-image-wrap img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    transition: transform .55s ease;
}

.about-image-wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 15%, rgba(181, 142, 84, 0.20), transparent 55%),
        linear-gradient(180deg, rgba(11, 18, 32, 0.05), rgba(11, 18, 32, 0.35));
    opacity: .55;
    transition: opacity .45s ease;
    z-index: 1;
}

.about-image-wrap:hover img {
    transform: scale(1.06);
}

.about-image-wrap:hover:before {
    opacity: .75;
}

.about-float {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 2;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 45px rgba(2, 8, 23, 0.18);
}

/* About feature pills */
.feature-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 12px 28px rgba(2, 8, 23, 0.06);
    font-weight: 800;
    color: #0f172a;
}

.feature-pill .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(181, 142, 84, 0.18);
}

/* Cards */
.card-soft {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
}

.service-card {
    padding: 22px;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(2, 8, 23, 0.14);
}

.icon-bubble {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(11, 61, 145, 0.10);
    border: 1px solid rgba(11, 61, 145, 0.18);
    color: var(--primary);
    font-weight: 900;
}

.service-card h5 {
    margin-top: 14px;
    font-weight: 800;
    font-family: "Plus Jakarta Sans";
}

.service-card p {
    color: var(--muted);
    margin: 0;
    line-height: 1.7;
}

/* Donation */
.donation {
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.donation-ca

/* Donation */
.donation {
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

/* Donation Page */
.donation-hero {
    position: relative;
    padding: 50px 0 90px;
    color: #fff;
    overflow: hidden;
    margin-top: 107px;
}

.donation-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(5, 16, 34, 0.92), rgba(11, 61, 145, 0.8));
}

.donation-hero .container {
    position: relative;
    z-index: 2;
}

.donation-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 206, 90, 0.2);
    border: 1px solid rgba(255, 206, 90, 0.55);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.donation-hero-title {
    font-size: clamp(36px, 4.2vw, 56px);
    line-height: 1.05;
    margin-top: 14px;
    color: #fff;
}

.donation-hero-sub {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.7;
    margin-top: 16px;
}

.donation-hero-meta {
    display: grid;
    gap: 8px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}

.donation-hero-meta i {
    color: #ffce5a;
    margin-right: 8px;
}

.donation-hero-card {
    padding: 24px;
    background: rgba(255, 255, 255, 0.96);
}

.donation-grid {
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.donation-grid .donation-card {
    height: 100%;
}

.donation-grid .donation-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.donation-grid .donation-body .btn-primary {
    margin-top: auto;
}

.faq-section {
    background: #ffffff;
}

.faq-accordion .accordion-item {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(11, 61, 145, 0.12);
    box-shadow: 0 10px 24px rgba(2, 8, 23, 0.06);
    margin-bottom: 16px;
}

.faq-accordion .accordion-button {
    font-weight: 700;
    padding: 18px 20px;
    background: #f7f9fc;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    color: var(--muted);
    line-height: 1.7;
}

.contact-cta {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

/* Contact Page */
.contact-hero-mini {
    display: grid;
    gap: 8px;
    color: #0f172a;
    font-weight: 600;
}

.contact-hero-mini i {
    color: var(--primary);
    margin-right: 8px;
}

.contact-section {
    background: #ffffff;
}

.contact-info-card,
.contact-form-card {
    padding: 28px;
}

.contact-info-list {
    display: grid;
    gap: 16px;
}

.contact-info-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: center;
}

.contact-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(11, 61, 145, 0.12);
    color: var(--primary);
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    border-radius: 12px;
    border: 1px solid var(--border);
    padding: 12px 14px;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: rgba(11, 61, 145, 0.4);
    box-shadow: 0 0 0 0.2rem rgba(11, 61, 145, 0.12);
}

.map-section {
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.map-wrap {
    overflow: hidden;
}

/* About Page */
.about-page-intro {
    background: #ffffff;
}

.about-page-highlights {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.about-highlight {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid var(--border);
    background: #fff;
    box-shadow: 0 10px 22px rgba(2, 8, 23, 0.06);
}

.about-highlight i {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(11, 61, 145, 0.12);
    color: var(--primary);
}

.vision-hero {
    position: relative;
    padding: 200px 0;
    color: #fff;    
    overflow: hidden;
}

.vision-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(5, 16, 34, 0.72), rgba(11, 61, 145, 0.65));
    z-index: 0;
}

.vision-hero .container {
    position: relative;
    z-index: 2;
}

.vision-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}

.vision-bg-vision {
    background: url("../img/our-vision.jpg") center/cover no-repeat;
}

.vision-bg-mission {
    background: url("../img/hero_bg_2_2.jpg") center/cover no-repeat;
}

.vision-bg-goals {
    background: url("../img/hero_bg_2_3.jpg") center/cover no-repeat;
}

@media (max-width: 768px) {
    .vision-hero {
        padding: 70px 0;
    }
}

.about-gallery {
    background: #ffffff;
}

.masonry-grid {
    column-count: 3;
    column-gap: 16px;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 16px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(11, 61, 145, 0.12);
    box-shadow: 0 16px 34px rgba(2, 8, 23, 0.12);
}

.masonry-item img {
    width: 100%;
    display: block;
}

.about-donate {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

@media (max-width: 992px) {
    .masonry-grid {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .masonry-grid {
        column-count: 1;
    }
}

/* Swiper donation slider */
.donation-swiper {
    padding: 8px 4px 28px;
}

.donation-swiper .swiper-slide {
    height: auto;
}

.donation-swiper .swiper-pagination {
    bottom: 0 !important;
}

.donation-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: .25;
}

.donation-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.1);
}

.donation-nav {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.donation-btn {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    border: 1px solid var(--border);
    background: #fff;
    box-shadow: 0 12px 28px rgba(2, 8, 23, 0.08);
    transition: transform .2s ease;
    user-select: none;
}

.donation-btn:hover {
    transform: translateY(-2px);
}

.donation-card {
    padding: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.donation-thumb {
    position: relative;
    height: 260px;
    overflow: hidden;
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
}

.donation-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.donation-thumb:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 18, 32, 0.05), rgba(11, 18, 32, 0.55));
    opacity: .85;
    transition: opacity .35s ease;
}

.donation-card:hover .donation-thumb img {
    transform: scale(1.06);
}

.donation-card:hover .donation-thumb:after {
    opacity: .95;
}

.donation-body {
    /* height: 200px; */
    padding: 20px 22px 22px;
    position: relative;
}

.donation-card:before {
    content: "";
    position: absolute;
    inset: -60px;
    background: radial-gradient(circle at 20% 10%, rgba(255, 206, 90, 0.18), transparent 55%),
        radial-gradient(circle at 85% 40%, rgba(11, 61, 145, 0.12), transparent 55%);
    transform: rotate(-6deg);
}

.donation-card * {
    position: relative;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(11, 61, 145, 0.10);
    border: 1px solid rgba(11, 61, 145, 0.16);
    color: var(--primary);
}

.table td,
.table th {
    padding: 14px 16px;
}

/* Stats */
.stat {
    padding: 22px;
    text-align: left;
    height: 100%;
}

.stat .num {
    font-size: 34px;
    font-weight: 900;
    color: var(--primary);
    letter-spacing: -0.5px;
}

.stat .label {
    color: var(--muted);
    font-weight: 700;
}

.footer {
    position: relative;
    padding: 70px 0 25px;
    background: linear-gradient(135deg, #0B3D91, #062a63);
    color: #fff;
    overflow: hidden;
}

/* Light Mosque Pattern Image */
.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/footer-pattern.png") center/cover no-repeat;
    opacity: 0.08;
    z-index: 0;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(11, 61, 145, 0.95), rgba(6, 42, 99, 0.95));
    z-index: 0;
}

.footer .container {
    z-index: 2;
}

.footer-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.12);
    padding: 8px;
    border-radius: 12px;
}

.footer-title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 45px;
    height: 3px;
    background: #FFCE5A;
    display: block;
    margin-top: 8px;
    border-radius: 50px;
}

.footer-text {
    opacity: 0.85;
    line-height: 1.7;
    margin-bottom: 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #FFCE5A;
    padding-left: 5px;
}

.footer-contact p {
    margin-bottom: 12px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    opacity: 0.85;
}

.footer-contact i {
    color: #FFCE5A;
    font-size: 18px;
    margin-top: 2px;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.footer-contact a:hover {
    color: #FFCE5A;
}

.footer-btn {
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 600;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 18px;
    transition: 0.3s ease;
}

.footer-social a:hover {
    background: #FFCE5A;
    color: #000;
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}


/* Small */
@media (max-width: 991px) {
    .hero {
        padding: 95px 0 65px;
    }
}

/* Gallery Slider */
.gallery-swiper {
    padding: 8px 2px 38px;
}

.gallery-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.gallery-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(11, 61, 145, .18);
    background: rgba(255, 255, 255, .7);
    color: var(--ink);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: all .2s ease;
    user-select: none;
}

.gallery-btn:hover {
    transform: translateY(-2px);
    background: #fff;
}

.gallery-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(11, 61, 145, .12);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .08);
}

.gallery-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: all .35s ease;
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(36, 68, 116, .0), rgba(36, 68, 116, .72));
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 18px;
    opacity: 0;
    transition: all .35s ease;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay span {
    background: rgba(255, 255, 255, .92);
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    color: #0B1220;
}

.gallery-swiper .swiper-pagination-bullet {
    opacity: .35;
}

.gallery-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

@media(max-width: 576px) {
    .gallery-nav {
        justify-content: flex-start;
        margin-top: 8px;
    }

    .gallery-card img {
        height: 240px;
    }
}

/* Gallery Modal */
.gallery-modal-content {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(11, 61, 145, .15);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .20);
}

.modal-backdrop.show {
    opacity: .75;
}

.stats-section {
    padding: 80px 0;
    background: #f8fbff;
}

.stat-card {
    text-align: center;
    padding: 28px 18px;
    border-radius: 18px;
    transition: 0.35s ease;
    border: 1px solid rgba(11, 61, 145, 0.08);
}

.stat-card:hover {
    transform: translateY(-8px);
    border-color: rgba(11, 61, 145, 0.18);
}

.stat-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(11, 61, 145, 0.08);
    color: #0B3D91;
    font-size: 26px;
}

.stat-num {
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 6px;
    color: #0B3D91;
}

.stat-label {
    font-weight: 600;
    opacity: 0.8;
    font-size: 15px;
}

.plus,
.percent {
    font-size: 22px;
    font-weight: 800;
    color: #FFCE5A;
    margin-left: 2px;
}

.inspiration-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: url("../img/islamic-bg.jpg") center/cover no-repeat;
    background-attachment: fixed;
}

/* Dark overlay */
.inspiration-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(11, 61, 145, 0.92), rgba(0, 0, 0, 0.75));
    z-index: 0;
}

.inspiration-section .container {
    position: relative;
    z-index: 2;
}

.inspire-card {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 30px 26px;
    backdrop-filter: blur(10px);
    transition: 0.35s ease;
    height: 100%;
}

.inspire-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 206, 90, 0.55);
}

.inspire-tag {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    background: rgba(255, 206, 90, 0.15);
    color: #FFCE5A;
    border: 1px solid rgba(255, 206, 90, 0.35);
    margin-bottom: 14px;
}

.inspire-title {
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.inspire-text {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 12px;
}

.inspire-ref {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
}

#timings{
    background: url('../img/bg_2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.vision-hero .section-title {
    font-size: 60px;
}