﻿/* ===========================================================================
Imports (must come first)
============================================================================*/
/* ----- Reset (must come first) ----- */
/*@import url("reset.css");*/

/* ----- Components ----- */
/*@import url("components.css");*/

/* ----- Header / Footer ----- */
/*@import url("header.css");*/
/*@import url("menu.css");*/
/*@import url("footer.css");*/

/* ----- Andromeda ----- */
/*@import url("andromeda.css");*/

/* ----- Icons ----- */
/*@import url("plugins/bootstrap-icons/bootstrap-icons.css");*/
/*@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");*/
/*@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined");*/

/* ----- Font ----- */
/*@import url("fonts.css");*/
/*
@import url("fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&family=Tajawal:wght@200;300;400;500;700;800&display=swap');
*/

/* ===========================================================================
Layout
============================================================================*/
/* ------ body ------- */
body {
    /*background: url("image/bg/bg-body.png") center center repeat #f6f6f6;*/
    background: linear-gradient(to right, #fff5ef, #fef3f5);
}

/*.page:not(.home-page) {*/
/*    padding-bottom: 60px;*/
/*}*/


/* ----- container ----- */
@media (min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}

@media (min-width: 1250px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1350px) {
    .container {
        max-width: 1210px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1440px;
    }
}


@media (min-width: 3800px) {
    .container {
        max-width: 2800px;
    }
}


/* ===========================================================================
Homepage
============================================================================*/
/* -------------- mobile circle menu ----------------- */
.mobile-circle-menu {
    background: white;
}
/*@media (max-width: 1199px) and (pointer: coarse) {*/
/*    .mobile-circle-menu {*/
/*        display: block;*/
/*    }*/
/*}*/

.mobile-circle-menu .row-mcm {
    white-space: nowrap;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.mobile-circle-menu .row-mcm:not(.has-slider) {
    justify-content: center;
}
/*
.mobile-circle-menu .row-mcm .each-item {
    flex: 0 0 110px;
    max-width: 110px;
}
*/
.mobile-circle-menu .row-mcm .each-item {
    flex: 0 0 103px;
    max-width: 103px;
}
@media(min-width: 1200px) {
    .mobile-circle-menu .row-mcm .each-item {
        flex: 0 0 125px;
        max-width: 125px;
    }
}
.mobile-circle-menu .row-mcm .each-item a {
    display: inline-flex;
    padding: 5px;
    background: #fffaf6;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #c6c5c4;
    position: relative;
    overflow: hidden;
}
.mobile-circle-menu .row-mcm .each-item a .img-mcm {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    background: white;
    border-radius: 50%;
}

.mobile-circle-menu .row-mcm {
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.mobile-circle-menu .row-mcm::-webkit-scrollbar {
    display: none;
}


/* ------------------- homepage slider ---------------------- */
.row-homeslider {
    margin-bottom: 0 !important;
}

.homeslider .img-main {
    width: 100%;
    object-fit: cover;
    min-height: 450px;
    max-height: 50dvh;
    color: transparent;
    background: white;
}

.homeslider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(175, 27, 24, 0.7) 0%, rgba(242, 172, 1, 0.4) 70%, rgba(182, 68, 243, 0.5) 100%);
    backdrop-filter: blur(1px);
    display: none;
}

.homeslider .slick-common-styles .slick-dots {
    bottom: 10px;
}

.homeslider .slick-common-styles .slick-dots li button,
.homeslider .slick-common-styles .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/*caption*/
.homeslider .caption {
    width: 90%;
    max-width: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 20px 45px;
    border-radius: 25px;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(8px);
    background: linear-gradient(to right, rgba(171, 110, 73, 0.7) 0%, rgba(177, 86, 58, 0.7) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    text-align: center;
}

.homeslider .caption .pill {
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    padding: 3px 10px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    min-width: 120px;
    justify-content: center;
    gap: 5px;
}

.homeslider .caption h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 0;
}

.homeslider .caption h5 {
    font-weight: 400;
    font-size: 18px;
}

.homeslider .caption .btn {
    white-space: nowrap;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

html[lang="en"] .homeslider .caption .btn i {
    margin-right: 5px;
}

html[lang="ar"] .homeslider .caption .btn i {
    margin-left: 5px;
}

.homeslider .caption .btn-white {
    background: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    transition: all 0.3s linear;
}

.homeslider .caption .btn-white:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 1);
    color: #000;
}

@media (max-width: 767.98px) {
    .homeslider .caption {
        padding: 20px;
        max-width: 96dvw;
    }

    .homeslider .img-main {
        min-height: 450px;
        max-height: calc(100dvh - 200px);
    }

    .homeslider .caption h2 {
        font-size: 24px;
    }

    .homeslider .caption h5 {
        font-size: 16px;
    }
}

/* ---------------- Products tabs ----------- */
.homepage-products-tabs {
    background: white;
}

/* ---------------- Homepage Video ----------- */
section.homepage-video {
    background: #f8f8f8;
    color: #666;
}

/*  txt */
.homepage-video h3 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 32px;
    color: black;
}

.homepage-video .txt .badge {
    background: #f0e1e0;
    color: var(--colorRed);
    font-size: 18px;
    font-weight: 400;
    padding: 8px 15px;
}

@media (max-width: 767.98px) {
    .homepage-video {
        font-size: 15px;
    }

    .homepage-video h3 {
        font-size: 28px;
    }
}

/* ----- video ----- */
.homepage-video {
    --hv-play-btn-color: rgba(255, 255, 255, 0.5);
    --hv-play-btn-hover: #c0392b;
    --hv-border-radius: 12px;
    --hv-thumb-border-radius: 8px;
    --hv-active-border: #af1b18;
    --hv-overlay-bg: rgba(0, 0, 0, 0.15);
    --hv-transition: all 0.3s ease;
}

/* Main Video Container */
.homepage-video .hv-main-video {
    position: relative;
    width: 100%;
    border-radius: var(--hv-border-radius);
    overflow: hidden;
    background-color: #1a1a1a;
    aspect-ratio: 16 / 9;
    margin-block-end: 1rem;
}

.homepage-video .hv-main-video__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.homepage-video .hv-main-video__thumbnail {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--hv-transition);
}

.homepage-video .hv-main-video__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 2;
}

.homepage-video .hv-main-video__overlay {
    position: absolute;
    inset: 0;
    background: var(--hv-overlay-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    cursor: pointer;
    transition: var(--hv-transition);
}

.homepage-video .hv-main-video__overlay.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.homepage-video .hv-main-video__overlay:hover {
    background: rgba(0, 0, 0, 0.25);
}

.homepage-video .hv-main-video__caption {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    z-index: 4;
    transition: var(--hv-transition);
    width: 100%;
    padding: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    font-weight: bold;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.homepage-video .hv-main-video:hover .hv-main-video__caption {
    backdrop-filter: blur(15px);
}

.homepage-video .hv-main-video__caption.is-hidden {
    opacity: 0;
}

.homepage-video .hv-main-video__overlay:hover {
    background: rgba(0, 0, 0, 0.25);
}

.homepage-video .hv-main-video__caption a {
    color: white;
}

.homepage-video .hv-main-video__caption a:hover {
    color: white;
    text-decoration: underline;
}

@media (max-width: 490px) {
    .homepage-video .hv-main-video__caption {
        padding: 10px;
        font-weight: normal;
    }
    .homepage-video .hv-main-video__caption a {
        font-weight: 400;
        font-size: 14px;
    }
    .homepage-video .hv-main-video__caption .badge {
        padding: 5px 5px !important;
        font-size: 13px !important;
    }
}

/* Play Button Styles */
.homepage-video .hv-play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--hv-play-btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--hv-transition);
    box-shadow: 0 8px 24px rgba(185, 185, 185, 0.4);
    position: relative;
    backdrop-filter: blur(3px);
    border: 4px solid rgba(255, 255, 255, 0.2);
}

.homepage-video .hv-play-btn::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent transparent transparent #af1b18;
    margin-inline-start: 5px;
}

.homepage-video .hv-play-btn:hover::before {
    border-color: transparent transparent transparent #fff;
}

.homepage-video .hv-play-btn:hover {
    background-color: var(--hv-play-btn-hover);
    transform: scale(1.08);
    box-shadow: 0 12px 32px rgba(231, 76, 60, 0.5);
}

.homepage-video .hv-play-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.3), 0 8px 24px rgba(231, 76, 60, 0.4);
}

.homepage-video .hv-play-btn:active {
    transform: scale(1.02);
}

/* Small Play Button for Thumbnails */
.homepage-video .hv-play-btn--small {
    width: 32px;
    height: 32px;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.35);
}

.homepage-video .hv-play-btn--small::before {
    border-width: 5px 0 5px 9px;
    margin-inline-start: 2px;
}

.homepage-video .hv-play-btn--small:hover {
    box-shadow: 0 6px 16px rgba(231, 76, 60, 0.45);
}

/* Thumbnails Grid */
.homepage-video .hv-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.homepage-video .hv-thumbnail {
    position: relative;
    border-radius: var(--hv-thumb-border-radius);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 16 / 9;
    border: 3px solid transparent;
    transition: var(--hv-transition);
    background-color: rgba(0, 0, 0, 0.1);
}

.homepage-video .hv-thumbnail:hover {
    border-color: rgba(231, 76, 60, 0.5);
}

.homepage-video .hv-thumbnail.is-active {
    border-color: var(--hv-active-border);
}

.homepage-video .hv-thumbnail__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--hv-transition);
}

.homepage-video .hv-thumbnail:hover .hv-thumbnail__img {
    transform: scale(1.05);
}

.homepage-video .hv-thumbnail__overlay {
    position: absolute;
    inset: 0;
    background: var(--hv-overlay-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--hv-transition);
}

.homepage-video .hv-thumbnail:hover .hv-thumbnail__overlay {
    background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 576px) {
    .homepage-video .hv-main-video {
        margin-block-end: 1.25rem;
    }

    .homepage-video .hv-thumbnails {
        gap: 1rem;
    }
}

@media (min-width: 768px) {
    .homepage-video .hv-play-btn {
        width: 90px;
        height: 90px;
    }

    .homepage-video .hv-play-btn::before {
        border-width: 16px 0 16px 26px;
        margin-inline-start: 6px;
    }

    .homepage-video .hv-thumbnails {
        gap: 1.25rem;
    }

    .homepage-video .hv-play-btn--small {
        width: 36px;
        height: 36px;
    }

    .homepage-video .hv-play-btn--small::before {
        border-width: 6px 0 6px 10px;
        margin-inline-start: 2px;
    }
}

@media (min-width: 992px) {
    .homepage-video .hv-play-btn {
        width: 100px;
        height: 100px;
    }

    .homepage-video .hv-play-btn::before {
        border-width: 18px 0 18px 28px;
        margin-inline-start: 7px;
    }

    .homepage-video .hv-thumbnails {
        gap: 1rem;
    }

    .homepage-video .hv-play-btn--small {
        width: 32px;
        height: 32px;
    }

    .homepage-video .hv-play-btn--small::before {
        border-width: 5px 0 5px 9px;
        margin-inline-start: 2px;
    }
}

@media (min-width: 1200px) {
    .homepage-video .hv-play-btn--small {
        width: 34px;
        height: 34px;
    }

    .homepage-video .hv-play-btn--small::before {
        border-width: 6px 0 6px 10px;
        margin-inline-start: 2px;
    }
}

@media (max-width: 575.98px) {
    .homepage-video .hv-thumbnail {
        aspect-ratio: 16 / 11;
    }

    .homepage-video .hv-thumbnails {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.5rem;
    }

    .homepage-video .hv-play-btn {
        width: 60px;
        height: 60px;
    }

    .homepage-video .hv-play-btn::before {
        border-width: 10px 0 10px 16px;
        margin-inline-start: 4px;
    }

    .homepage-video .hv-play-btn--small {
        width: 24px;
        height: 24px;
    }

    .homepage-video .hv-play-btn--small::before {
        border-width: 4px 0 4px 7px;
        margin-inline-start: 2px;
    }

    .homepage-video .hv-thumbnail {
        border-width: 2px;
    }
}

html[lang="ar"] .homepage-video {
    direction: rtl;
}

html[lang="ar"] .homepage-video .hv-play-btn::before {
    margin-inline-start: -7px;
    margin-inline-end: 0;
}

html[lang="ar"] .homepage-video .hv-play-btn--small::before {
    margin-inline-start: -3px;
    margin-inline-end: 0;
}


/* ---------- homepage Products with details template 1 -------- */
.homepage-urgent-projects {
    background: white;
}


/* ------------------- Our Partners ---------------------- */
.homepage-partners .holder {
    background: #fef9f5;
    backdrop-filter: blur(5px);
    border-radius: 20px;
    box-shadow: 0 10px 15px rgba(100, 75, 71, 0.15);
    border: 1px solid white;
    padding: 20px 30px;
}

.partnerbox {
    background: #fefdf9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border: 2px solid white;
    border-radius: 12px;
    width: 160px;
    max-width: 100%;
    margin: 10px auto;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.2s linear;
}

.partnerbox:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #fcb888;
}

.partnerbox .pic-container {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
    position: relative;
}

.partnerbox .pic-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partnerbox h6 {
    font-weight: 400 !important;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    margin-bottom: 0;
}


@media (max-width: 767.98px) {
    .homepage-partners .holder {
        padding: 0;
        background: transparent;
        box-shadow: none;
        border: none;
    }

    .homepage-partners .each-item {
        flex: 0 0 150px;
        max-width: 150px;
    }
}

/* ------------------- Directors Homepage ---------------------- */
.directorbox {
    background: #fffaf6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border: 2px solid white;
    border-radius: 16px;
    width: 220px;
    max-width: 100%;
    margin: 15px auto;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
}

.directorbox:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.directorbox .pic-container {
    width: 104px;
    aspect-ratio: 1;
    max-width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.directorbox .pic-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.directorbox h6 {
    color: var(--colorRed);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-height: 43px;*/
}

.directorbox p {
    color: #886e6e;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*min-height: 40px;*/
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .homepage-directors .each-item {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767.98px) {
    .directorbox {
        border: 1px solid white;
        border-radius: 12px;
        margin: 7px auto;
        padding: 15px 10px;
        width: 140px;
    }

    .directorbox .pic-container {
        width: 90px;
        margin-bottom: 10px;
    }

    .directorbox h6 {
        font-size: 14px;
        /*min-height: 38px;*/
        margin-bottom: 5px;
    }

    .directorbox p {
        font-size: 12px;
        /*min-height: 38px;*/
    }
}

/*@media (max-width: 767.98px) {*/
/*	.homepage-directors .each-item {*/
/*		flex: 0 0 150px;*/
/*		max-width: 150px;*/
/*	}*/
/*}*/


/* ------------------- Homepage Map Statistics ---------------------- */
.homepage-map-stats {
    background: #f8f8f8;
}

.homepage-map-stats .mapbox {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.homepage-map-stats.homepage-map-stats-app-view .mapbox {
    padding: 0;
    box-shadow: none;
}

.logo-on-map {
    background: #fffaf6;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 30;
    padding: 15px 20px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid white;
}

.logo-on-map img {
    max-width: 80px;
}

html[lang="en"] .homepage-map-stats .row-map-txt .col-auto:not(:last-of-type) .each-stat {
    border-right: 1px solid #eaeaea;
}

html[lang="ar"] .homepage-map-stats .row-map-txt .col-auto:not(:last-of-type) .each-stat {
    border-left: 1px solid #eaeaea;
}

.homepage-map-stats .row-map-txt .each-stat {
    text-align: center;
    font-size: 13px;
    color: gray;
}

html[lang="en"] .homepage-map-stats .row-map-txt .each-stat {
    padding-right: 30px;
}

html[lang="ar"] .homepage-map-stats .row-map-txt .each-stat {
    padding-left: 30px;
}

.homepage-map-stats .row-map-txt .each-stat h4 {
    color: #000;
}


@media (max-width: 767.98px) {
    .homepage-map-stats .mapbox {
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .homepage-map-stats .row-map-txt .each-stat {
        border: none !important;
        padding: 0 !important;
        font-size: 12px;
    }

    .homepage-map-stats .row-map-txt .each-stat h4 {
        font-size: 21px;
        margin-bottom: 5px;
    }
}


/* ------------------- Homepage Categories ---------------------- */
.homepage-cats {
    background: #f3f4f6;
}

.home-cats-holder .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-block-end: 40px;
    text-align: center;
}

/* CATEGORIES GRID CONTAINER */
.home-cats-holder .cats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* INDIVIDUAL CATEGORY ITEM - Color variables calculated here */
.home-cats-holder .cat-item {
    /* Default base color - Override via inline style */
    --cat-color-base: #2eab6f;

    /* Derived colors - Lighter shades (mix with white) */
    --cat-color-light: color-mix(in srgb, var(--cat-color-base) 70%, #ffffff);
    --cat-color-lighter: color-mix(in srgb, var(--cat-color-base) 40%, #ffffff);
    --cat-color-lightest: color-mix(in srgb, var(--cat-color-base) 20%, #ffffff);

    /* Derived colors - Darker shades (mix with black) */
    --cat-color-dark: color-mix(in srgb, var(--cat-color-base) 70%, #000000);
    --cat-color-darker: color-mix(in srgb, var(--cat-color-base) 50%, #000000);
    --cat-color-darkest: color-mix(in srgb, var(--cat-color-base) 30%, #000000);

    /* Sizing */
    flex: 0 0 calc(16.666% - 17px);
    max-width: calc(16.666% - 17px);
    min-width: 160px;
}

/* CATEGORY CARD (Anchor Link) */
.home-cats-holder .cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    height: 220px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.4s ease;
}

.home-cats-holder .cat-card:hover,
.home-cats-holder .cat-card:focus {
    text-decoration: none;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px color-mix(in srgb, var(--cat-color-darker) 30%, transparent);
}

/* BACKGROUND IMAGE LAYER */
.home-cats-holder .cat-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Zoom background on hover */
.home-cats-holder .cat-card:hover .cat-card-bg {
    transform: scale(1.15);
}

/* GLASS OVERLAY LAYER
   Normal: Light blur (4px)
   Hover: No blur, just gradient */
.home-cats-holder .cat-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
            180deg,
            color-mix(in srgb, var(--cat-color-base) 50%, transparent) 0%,
            color-mix(in srgb, var(--cat-color-dark) 70%, transparent) 100%
    );
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: backdrop-filter 0.4s ease,
    -webkit-backdrop-filter 0.4s ease,
    background 0.4s ease;
}

/* Hover: Remove blur, clearer image */
.home-cats-holder .cat-card:hover .cat-card-overlay {
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background: linear-gradient(
            180deg,
            color-mix(in srgb, var(--cat-color-base) 40%, transparent) 0%,
            color-mix(in srgb, var(--cat-color-dark) 65%, transparent) 100%
    );
}

/* CONTENT CONTAINER */
.home-cats-holder .cat-card-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    text-align: center;
    height: 100%;
    width: 100%;
}

/* ICON BOX */
.home-cats-holder .cat-icon-box {
    width: 64px;
    height: 64px;
    aspect-ratio: 1;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
            135deg,
            var(--cat-color-light) 0%,
            var(--cat-color-base) 50%,
            var(--cat-color-dark) 100%
    );
    box-shadow: 0 8px 24px color-mix(in srgb, var(--cat-color-darker) 40%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--cat-color-lighter) 50%, transparent);
    margin-block-end: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-cats-holder .cat-card:hover .cat-icon-box {
    transform: scale(1.08);
    box-shadow: 0 12px 32px color-mix(in srgb, var(--cat-color-darker) 50%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--cat-color-lighter) 50%, transparent);
}

.home-cats-holder .cat-icon-box i {
    font-size: 28px;
    color: #ffffff;
    text-shadow: 0 2px 4px color-mix(in srgb, var(--cat-color-darker) 30%, transparent);
}

/* CATEGORY NAME */
.home-cats-holder .cat-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 8px color-mix(in srgb, var(--cat-color-darker) 40%, transparent);
    transition: transform 0.3s ease;
}

.home-cats-holder .cat-card:hover .cat-name {
    transform: translateY(-4px);
}

/* CTA BUTTON (Hidden by default) */
.home-cats-holder .cat-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    margin-block-start: 16px;
    border-radius: 25px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 16px color-mix(in srgb, var(--cat-color-darker) 35%, transparent);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.home-cats-holder .cat-cta-btn:hover {
    background: linear-gradient(
            135deg,
            var(--cat-color-base) 0%,
            var(--cat-color-dark) 100%
    );
    box-shadow: 0 6px 20px color-mix(in srgb, var(--cat-color-darker) 45%, transparent);
}

/* Show button on card hover */
.home-cats-holder .cat-card:hover .cat-cta-btn,
.home-cats-holder .cat-card:focus .cat-cta-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* TOUCH DEVICE SUPPORT */
@media (hover: none) and (pointer: coarse) {
    .home-cats-holder .cat-card {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px color-mix(in srgb, var(--cat-color-darker) 25%, transparent);
    }

    .home-cats-holder .cat-card-bg {
        transform: scale(1.1);
    }

    .home-cats-holder .cat-card-overlay {
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
        background: linear-gradient(
                180deg,
                color-mix(in srgb, var(--cat-color-base) 40%, transparent) 0%,
                color-mix(in srgb, var(--cat-color-dark) 65%, transparent) 100%
        );
    }

    .home-cats-holder .cat-icon-box {
        transform: scale(1.05);
    }

    .home-cats-holder .cat-name {
        transform: translateY(-2px);
    }

    .home-cats-holder .cat-cta-btn {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* Touch device class (JS fallback) */
.home-cats-holder.is-touch-device .cat-card {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px color-mix(in srgb, var(--cat-color-darker) 25%, transparent);
}

.home-cats-holder.is-touch-device .cat-card-bg {
    transform: scale(1.1);
}

.home-cats-holder.is-touch-device .cat-card-overlay {
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background: linear-gradient(
            180deg,
            color-mix(in srgb, var(--cat-color-base) 40%, transparent) 0%,
            color-mix(in srgb, var(--cat-color-dark) 65%, transparent) 100%
    );
}

.home-cats-holder.is-touch-device .cat-icon-box {
    transform: scale(1.05);
}

.home-cats-holder.is-touch-device .cat-name {
    transform: translateY(-2px);
}

.home-cats-holder.is-touch-device .cat-cta-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* RESPONSIVE BREAKPOINTS (Bootstrap 4.6) */

/* LG (≥992px and <1200px) */
@media (max-width: 1199.98px) {
    .home-cats-holder .cat-item {
        flex: 0 0 calc(25% - 15px);
        max-width: calc(25% - 15px);
    }

    .home-cats-holder .cat-card {
        height: 200px;
    }

    .home-cats-holder .cat-icon-box {
        width: 58px;
        height: 58px;
        border-radius: 14px;
    }

    .home-cats-holder .cat-icon-box i {
        font-size: 26px;
    }

    .home-cats-holder .cat-name {
        font-size: 1.0625rem;
    }
}

/* MD (≥768px and <992px) */
@media (max-width: 991.98px) {
    .home-cats-holder {
        padding-block: 50px;
    }

    .home-cats-holder .cats-grid {
        gap: 16px;
    }

    .home-cats-holder .cat-item {
        flex: 0 0 calc(33.333% - 11px);
        max-width: calc(33.333% - 11px);
    }

    .home-cats-holder .cat-card {
        height: 190px;
        border-radius: 16px;
    }

    .home-cats-holder .cat-icon-box {
        width: 54px;
        height: 54px;
        border-radius: 12px;
        margin-block-end: 14px;
    }

    .home-cats-holder .cat-icon-box i {
        font-size: 24px;
    }

    .home-cats-holder .cat-name {
        font-size: 1rem;
    }

    .home-cats-holder .cat-cta-btn {
        padding: 8px 20px;
        font-size: 0.875rem;
        margin-block-start: 14px;
    }
}

/* SM (≥576px and <768px) */
@media (max-width: 767.98px) {
    .home-cats-holder {
        padding-block: 40px;
    }

    .home-cats-holder .section-title {
        font-size: 1.75rem;
        margin-block-end: 30px;
    }

    .home-cats-holder .cats-grid {
        gap: 14px;
    }

    .home-cats-holder .cat-item {
        flex: 0 0 calc(50% - 7px);
        max-width: calc(50% - 7px);
        min-width: unset;
    }

    .home-cats-holder .cat-card {
        height: 180px;
        border-radius: 14px;
    }

    .home-cats-holder .cat-card-content {
        padding: 20px 12px;
    }

    .home-cats-holder .cat-icon-box {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        margin-block-end: 12px;
    }

    .home-cats-holder .cat-icon-box i {
        font-size: 22px;
    }

    .home-cats-holder .cat-name {
        font-size: 0.9375rem;
    }

    .home-cats-holder .cat-cta-btn {
        padding: 7px 18px;
        font-size: 0.8125rem;
        margin-block-start: 12px;
        border-radius: 20px;
    }
}

/* XS (<576px) */
@media (max-width: 575.98px) {
    .home-cats-holder {
        padding-block: 32px;
    }

    .home-cats-holder .section-title {
        font-size: 1.5rem;
        margin-block-end: 24px;
    }

    .home-cats-holder .cats-grid {
        gap: 12px;
    }

    .home-cats-holder .cat-item {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }

    .home-cats-holder .cat-card {
        height: 160px;
        border-radius: 12px;
    }

    .home-cats-holder .cat-card-content {
        padding: 16px 10px;
    }

    .home-cats-holder .cat-icon-box {
        width: 46px;
        height: 46px;
        border-radius: 10px;
        margin-block-end: 10px;
    }

    .home-cats-holder .cat-icon-box i {
        font-size: 20px;
    }

    .home-cats-holder .cat-name {
        font-size: 0.875rem;
    }

    .home-cats-holder .cat-cta-btn {
        padding: 6px 14px;
        font-size: 0.75rem;
        margin-block-start: 10px;
    }

    .home-cats-holder .cat-card-overlay {
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }
}

/* RTL SUPPORT (Arabic) */
html[lang="ar"] .home-cats-holder {
    direction: rtl;
}

/* ACCESSIBILITY */
.home-cats-holder .cat-card:focus {
    outline: 3px solid var(--cat-color-light);
    outline-offset: 4px;
}

.home-cats-holder .cat-card:focus:not(:focus-visible) {
    outline: none;
}

.home-cats-holder .cat-card:focus-visible {
    outline: 3px solid var(--cat-color-light);
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .home-cats-holder .cat-card,
    .home-cats-holder .cat-card-bg,
    .home-cats-holder .cat-card-overlay,
    .home-cats-holder .cat-icon-box,
    .home-cats-holder .cat-name,
    .home-cats-holder .cat-cta-btn {
        transition: none;
    }
}

/* LEGACY BROWSER FALLBACK */
@supports not (background: color-mix(in srgb, red 50%, blue)) {
    .home-cats-holder .cat-card-overlay {
        background: linear-gradient(
                180deg,
                rgba(46, 171, 111, 0.50) 0%,
                rgba(20, 80, 50, 0.70) 100%
        );
    }

    .home-cats-holder .cat-card:hover .cat-card-overlay {
        background: linear-gradient(
                180deg,
                rgba(46, 171, 111, 0.40) 0%,
                rgba(20, 80, 50, 0.65) 100%
        );
    }

    .home-cats-holder .cat-icon-box {
        background: linear-gradient(
                135deg,
                #5fc98f 0%,
                #2eab6f 50%,
                #1a6b45 100%
        );
        box-shadow: 0 8px 24px rgba(20, 80, 50, 0.4);
    }

    .home-cats-holder .cat-cta-btn {
        background: linear-gradient(135deg, #5fc98f 0%, #2eab6f 100%);
        box-shadow: 0 4px 16px rgba(20, 80, 50, 0.35);
    }
}


/* ------------------- Homepage Charity Stats ---------------------- */
/* CSS Variables for Charity Stats */
:root {
    --cs-pink: #e84393;
    --cs-pink-light: #fdf2f8;
    --cs-pink-glow: rgba(232, 67, 147, 0.4);

    --cs-orange: #ff6b35;
    --cs-orange-light: #fff7ed;
    --cs-orange-glow: rgba(255, 107, 53, 0.4);

    --cs-green: #00c853;
    --cs-green-light: #f0fdf4;
    --cs-green-glow: rgba(0, 200, 83, 0.4);

    --cs-blue: #2196f3;
    --cs-blue-light: #eff6ff;
    --cs-blue-glow: rgba(33, 150, 243, 0.4);

    --cs-card-bg: #ffffff;
    --cs-card-radius: 20px;
    --cs-card-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    --cs-card-shadow-hover: 0 12px 40px rgba(0, 0, 0, 0.1);

    --cs-text-dark: #1a1a2e;
    --cs-text-muted: #6b7280;
}

/* Section Base */
html[lang="ar"] .charity-stats {
    direction: rtl;
}

/* Container */
.charity-stats .cs-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Flexbox Row */
.charity-stats .cs-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
}

/* Column */
.charity-stats .cs-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

/* -----  FLOATING ANIMATION ----- */
.charity-stats .cs-card-wrapper {
    animation: cs-float 4s ease-in-out infinite;
}

/* Staggered delay for wave effect */
.charity-stats .cs-col:nth-child(1) .cs-card-wrapper {
    animation-delay: 0s;
}

.charity-stats .cs-col:nth-child(2) .cs-card-wrapper {
    animation-delay: 0.5s;
}

.charity-stats .cs-col:nth-child(3) .cs-card-wrapper {
    animation-delay: 1s;
}

.charity-stats .cs-col:nth-child(4) .cs-card-wrapper {
    animation-delay: 1.5s;
}

@keyframes cs-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* -----  CARD BASE STYLES ----- */
.charity-stats .cs-card {
    position: relative;
    background: var(--cs-card-bg);
    border-radius: var(--cs-card-radius);
    padding: 40px 30px;
    text-align: center;
    box-shadow: var(--cs-card-shadow);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Hover State */
.charity-stats .cs-card:hover {
    transform: scale(1.05);
    box-shadow: var(--cs-card-shadow-hover);
}

/* -------- GLOWING RADIAL GRADIENT EFFECT -------- */
.charity-stats .cs-card::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    bottom: -80px;
    inset-inline-end: -80px;
    opacity: 0.6;
    filter: blur(40px);
    transition: opacity 0.4s ease;
    animation: cs-glow 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes cs-glow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

/* --------- THEME COLORS --------- */

/* Pink Theme */
.charity-stats .cs-card--pink::before {
    background: radial-gradient(circle, var(--cs-pink-glow) 0%, transparent 70%);
}

.charity-stats .cs-card--pink:hover {
    background: var(--cs-pink-light);
}

.charity-stats .cs-card--pink .cs-icon {
    background: linear-gradient(135deg, #e84393 0%, #d63384 100%);
}

/* Orange Theme */
.charity-stats .cs-card--orange::before {
    background: radial-gradient(circle, var(--cs-orange-glow) 0%, transparent 70%);
}

.charity-stats .cs-card--orange:hover {
    background: var(--cs-orange-light);
}

.charity-stats .cs-card--orange .cs-icon {
    background: linear-gradient(135deg, #ff6b35 0%, #f4511e 100%);
}

/* Green Theme */
.charity-stats .cs-card--green::before {
    background: radial-gradient(circle, var(--cs-green-glow) 0%, transparent 70%);
}

.charity-stats .cs-card--green:hover {
    background: var(--cs-green-light);
}

.charity-stats .cs-card--green .cs-icon {
    background: linear-gradient(135deg, #00c853 0%, #00a844 100%);
}

/* Blue Theme */
.charity-stats .cs-card--blue::before {
    background: radial-gradient(circle, var(--cs-blue-glow) 0%, transparent 70%);
}

.charity-stats .cs-card--blue:hover {
    background: var(--cs-blue-light);
}

.charity-stats .cs-card--blue .cs-icon {
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
}

/* -------- CARD ELEMENTS -------- */

/* Icon Box */
.charity-stats .cs-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-end: 20px;
    position: relative;
    z-index: 1;
}

.charity-stats .cs-icon i {
    font-size: 28px;
    color: #ffffff;
    line-height: 1;
}

/* Number */
.charity-stats .cs-number {
    font-size: 36px;
    font-weight: 700;
    color: var(--cs-text-dark);
    margin-block-end: 8px;
    position: relative;
    z-index: 1;
    line-height: 1.2;
    direction: ltr;
    font-family: sans-serif;
}

/* Label */
.charity-stats .cs-label {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: var(--cs-text-muted);
    position: relative;
    z-index: 1;
    margin: 0;
}

/* Currency (for donation card) */
.charity-stats .cs-currency {
    font-size: 20px;
    font-weight: 600;
    color: var(--cs-text-dark);
    display: block;
    margin-block-start: -4px;
}

@media (max-width: 1199.98px) {
    .charity-stats .cs-card {
        padding: 35px 25px;
    }

    .charity-stats .cs-number {
        font-size: 32px;
    }
}

@media (max-width: 991.98px) {

    .charity-stats .cs-col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-block-end: 30px;
    }

    /*.charity-stats .cs-col:nth-last-child(-n+2) {*/
    /*	margin-block-end: 0;*/
    /*}*/
    .charity-stats .cs-card {
        min-height: 200px;
    }

    /* Adjusted animation delays for 2x2 grid */
    .charity-stats .cs-col:nth-child(1) .cs-card-wrapper {
        animation-delay: 0s;
    }

    .charity-stats .cs-col:nth-child(2) .cs-card-wrapper {
        animation-delay: 0.3s;
    }

    .charity-stats .cs-col:nth-child(3) .cs-card-wrapper {
        animation-delay: 0.6s;
    }

    .charity-stats .cs-col:nth-child(4) .cs-card-wrapper {
        animation-delay: 0.9s;
    }
}


@media (max-width: 767.98px) {

    .charity-stats .cs-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-block-end: 20px;
    }

    .charity-stats .cs-col:last-child {
        margin-block-end: 0;
    }

    .charity-stats .cs-card {
        padding: 30px 25px;
        min-height: auto;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
        text-align: start;
    }

    .charity-stats .cs-icon {
        margin-block-end: 0;
        flex-shrink: 0;
    }

    .charity-stats .cs-content {
        flex: 1;
    }

    .charity-stats .cs-number {
        font-size: 28px;
        margin-block-end: 4px;
    }

    .charity-stats .cs-label {
        font-size: 14px;
        text-align: start;
    }

    .charity-stats .cs-card::before {
        width: 150px;
        height: 150px;
        bottom: -60px;
        inset-inline-end: -60px;
    }

    /* Reduced floating animation on mobile */
    @keyframes cs-float {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-6px);
        }
    }
}

@media (max-width: 575.98px) {

    .charity-stats .cs-card {
        padding: 25px 20px;
        border-radius: 16px;
    }

    .charity-stats .cs-icon {
        width: 52px;
        height: 52px;
        border-radius: 12px;
    }

    .charity-stats .cs-icon i {
        font-size: 24px;
    }

    .charity-stats .cs-number {
        font-size: 24px;
    }

    .charity-stats .cs-currency {
        font-size: 16px;
    }

    .charity-stats .cs-label {
        font-size: 13px;
    }
}


/* ---------------- Homepage Instagram ----------- */
:root {
    --insta-gradient-start: #F58529;
    --insta-gradient-mid: #DD2A7B;
    --insta-gradient-end: #8134AF;
    --insta-bg-dark: #1a1a2e;
    --insta-bg-darker: #0f0f1a;
}

.home-insta {
    position: relative;
    background: linear-gradient(135deg, var(--insta-bg-darker) 0%, var(--insta-bg-dark) 50%, var(--insta-bg-darker) 100%);
    padding-block: 80px;
    overflow: hidden;
}

/* Radial glow effects - animated candle-like glowing */
.home-insta::before,
.home-insta::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
    background: radial-gradient(circle,
    var(--insta-gradient-start) 0%,
    var(--insta-gradient-mid) 35%,
    var(--insta-gradient-end) 60%,
    transparent 80%);
}

/* Top left glow - positioned near center */
.home-insta::before {
    inset-block-start: -150px;
    inset-inline-start: 15%;
    animation: glowPulseTop 4s ease-in-out infinite;
}

/* Bottom right glow - positioned near center with slight right offset */
.home-insta::after {
    inset-block-end: -180px;
    inset-inline-end: 5%;
    animation: glowPulseBottom 5s ease-in-out infinite;
    animation-delay: 1.5s;
}

/* Glow animation keyframes - different timings for candle effect */
@keyframes glowPulseTop {
    0%, 100% {
        opacity: 0.15;
        transform: scale(0.9);
    }
    30% {
        opacity: 0.45;
        transform: scale(1.05);
    }
    50% {
        opacity: 0.35;
        transform: scale(1);
    }
    70% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@keyframes glowPulseBottom {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    25% {
        opacity: 0.5;
        transform: scale(1.08);
    }
    50% {
        opacity: 0.3;
        transform: scale(0.95);
    }
    75% {
        opacity: 0.55;
        transform: scale(1.12);
    }
}

.home-insta .insta-content {
    position: relative;
    z-index: 1;
}

/* Animated instagram icon at top */
.instagram-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 24px;
    background: linear-gradient(45deg, #833AB4, #FD1D1D, #FCAF45);
    position: relative;
    animation: float 3s ease-in-out infinite;
}

.instagram-icon-inner {
    position: absolute;
    inset: 4px;
    background: #1A1A2E;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instagram-icon {
    width: 48px;
    height: 48px;
    color: white;
    position: relative;
    z-index: 10;
}

.pulsing-ring {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(45deg, #833AB4, #FD1D1D, #FCAF45);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.15);
        opacity: 0;
    }
}

/* Section Title */
.home-insta .insta-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-block-end: 12px;
    text-align: center;
}

.home-insta .insta-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-block-end: 48px;
    text-align: center;
    max-width: 600px;
    margin-inline: auto;
}

/* Images Grid */
.home-insta .insta-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-block-end: 48px;
}

.home-insta .insta-item {
    position: relative;
    width: calc(25% - 18px);
    max-width: 280px;
    aspect-ratio: 300/380;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.home-insta .insta-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.home-insta .insta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Hover Overlay */
.home-insta .insta-item .insta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
    rgba(129, 52, 175, 0.85) 0%,
    rgba(221, 42, 123, 0.85) 50%,
    rgba(245, 133, 41, 0.85) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-insta .insta-item .insta-overlay i {
    font-size: 48px;
    color: #fff;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.4s ease;
}

.home-insta .insta-item:hover img {
    transform: scale(1.1);
}

.home-insta .insta-item:hover .insta-overlay {
    opacity: 1;
}

.home-insta .insta-item:hover .insta-overlay i {
    transform: scale(1);
    opacity: 1;
}

/* Touch device hover simulation */
.home-insta .insta-item.touch-active img {
    transform: scale(1.1);
}

.home-insta .insta-item.touch-active .insta-overlay {
    opacity: 1;
}

.home-insta .insta-item.touch-active .insta-overlay i {
    transform: scale(1);
    opacity: 1;
}

/* Social icons */
.home-insta .social .col-auto {
    margin-bottom: 15px;
}

.home-insta .social img {
    transition: all 0.2s linear;
}

.home-insta .social img:hover {
    /*transform: translateY(-7px);*/
    transform: scale(1.2);
}

@media (max-width: 767.98px) {
    .home-insta .social img {
        width: 38px;
        height: 38px;
    }
}

/* Instagram Button */
.home-insta .insta-btn-wrapper {
    display: flex;
    justify-content: center;
}

.home-insta .insta-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    background: linear-gradient(90deg, #af1b18 0%, #e63946 100%);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(221, 42, 123, 0.4);
}

.home-insta .insta-btn i {
    font-size: 22px;
}

.home-insta .insta-btn::before {
    content: '';
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 100%);
    transform: skewX(-25deg);
    transition: inset-inline-start 0.6s ease;
}

.home-insta .insta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(221, 42, 123, 0.5);
    color: #fff;
    text-decoration: none;
}

.home-insta .insta-btn:hover::before {
    inset-inline-start: 150%;
}

.home-insta .insta-btn .bi-box-arrow-up-right {
    font-size: 16px;
    margin-inline-start: 4px;
}


/* RESPONSIVE STYLES */


@media (max-width: 1199.98px) {
    .home-insta .insta-item {
        width: calc(25% - 18px);
        max-width: 240px;
    }
}


@media (max-width: 991.98px) {
    .home-insta {
        padding-block: 60px;
    }

    .home-insta .insta-grid {
        gap: 16px;
    }

    .home-insta .insta-item {
        width: calc(50% - 8px);
        max-width: 320px;
    }

    .home-insta .insta-logo {
        width: 70px;
        height: 70px;
        border-radius: 18px;
    }

    .home-insta .insta-logo i {
        font-size: 38px;
    }

    .home-insta .insta-title {
        font-size: 22px;
    }

    .home-insta .insta-subtitle {
        font-size: 15px;
        margin-block-end: 36px;
    }
}


@media (max-width: 767.98px) {
    .home-insta {
        padding-block: 50px;
    }

    .home-insta::before,
    .home-insta::after {
        width: 350px;
        height: 350px;
        filter: blur(80px);
    }

    .home-insta::before {
        inset-inline-start: 5%;
    }

    .home-insta::after {
        inset-inline-end: 10%;
    }

    .home-insta .insta-logo {
        width: 64px;
        height: 64px;
        border-radius: 16px;
        margin-block-end: 20px;
    }

    .home-insta .insta-logo i {
        font-size: 34px;
    }

    .home-insta .insta-title {
        font-size: 20px;
    }

    .home-insta .insta-subtitle {
        font-size: 14px;
        padding-inline: 16px;
        margin-block-end: 32px;
    }

    .home-insta .insta-grid {
        gap: 12px;
        margin-block-end: 36px;
    }

    .home-insta .insta-item {
        width: calc(50% - 6px);
        border-radius: 12px;
    }

    .home-insta .insta-item .insta-overlay i {
        font-size: 36px;
    }

    .home-insta .insta-btn {
        padding: 14px 32px;
        font-size: 16px;
    }

    .home-insta .insta-btn i {
        font-size: 20px;
    }
}


@media (max-width: 575.98px) {
    .home-insta {
        padding-block: 40px;
    }

    .home-insta .insta-logo {
        width: 56px;
        height: 56px;
        border-radius: 14px;
    }

    .home-insta .insta-logo i {
        font-size: 30px;
    }

    .home-insta .insta-title {
        font-size: 18px;
    }

    .home-insta .insta-subtitle {
        font-size: 13px;
    }

    .home-insta .insta-item {
        border-radius: 10px;
    }

    .home-insta .insta-item .insta-overlay i {
        font-size: 28px;
    }

    .home-insta .insta-btn {
        padding: 12px 24px;
        font-size: 14px;
        gap: 8px;
    }

    .home-insta .insta-btn i {
        font-size: 18px;
    }

    .home-insta .insta-btn .bi-box-arrow-up-right {
        font-size: 14px;
    }
}


html[lang="ar"] .home-insta {
    direction: rtl;
}

html[lang="ar"] .home-insta .insta-btn {
    flex-direction: row-reverse;
}

/* Fallback for browsers not supporting IntersectionObserver */
.no-js .home-insta .insta-item {
    opacity: 1;
    transform: none;
}


/* ===========================================================================
Product Listing Page
============================================================================*/
/* ---------------- listing page header ----------------------- */
.listing-page-header h1 {
    font-size: 60px;
    font-weight: 400 !important;
    color: #1e2939;
    margin-bottom: 0;
}

.listing-page-header h5 {
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: 20px;
    color: #4a5565;
}

.listing-page-header h6 {
    font-weight: 400 !important;
    font-size: 18px;
    color: #4a5565;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .listing-page-header h1 {
        font-size: 32px;
    }

    .listing-page-header h5 {
        font-size: 18px;
    }

    .listing-page-header h6 {
        font-size: 14px;
    }
}

/* Video Play Indicator */

.home-insta .insta-item .insta-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 3;
}

.home-insta .insta-item .insta-play::before {
    content: "";
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.home-insta .insta-item .insta-play::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
}

.home-insta .insta-item:hover .insta-play::before {
    transform: scale(1.1);
    opacity: 0.9;
}

/* ---------------- categories  and their subcategories page ----------------------- */
/*
.cats-page-cats {
	background-color: #FFF0F0;
}

.slick-listing-page-sub-categories.slick-common-styles .slick-arrow.slick-disabled {
	opacity: 0;
}

.slick-listing-page-sub-categories.slick-common-styles .slick-prev,
.slick-listing-page-sub-categories.slick-common-styles .slick-next {
	height: 64px;
	width: 35px;
	border-radius: 0;
	background-color: transparent;
}
html[lang="en"] .slick-listing-page-sub-categories.slick-common-styles .slick-next {
	box-shadow: -10px 0px 5px #f9cfcf;
	border-left: 1px solid #dbb0b0;
}
html[lang="en"] .slick-listing-page-sub-categories.slick-common-styles .slick-prev {
	box-shadow: 10px 0px 5px #f9cfcf;
	border-right: 1px solid #dbb0b0;
}
html[lang="ar"] .slick-listing-page-sub-categories.slick-common-styles .slick-next {
	box-shadow: 10px 0px 5px #f9cfcf;
	border-right: 1px solid #dbb0b0;
}
html[lang="ar"] .slick-listing-page-sub-categories.slick-common-styles .slick-prev {
	box-shadow: -10px 0px 5px #f9cfcf;
	border-left: 1px solid #dbb0b0;
}

@media(max-width: 767.98px){
    .slick-listing-page-sub-categories.slick-common-styles .slick-prev,
    .slick-listing-page-sub-categories.slick-common-styles .slick-next {
        height: 45px;
        width: 30px;
    }
}
*/

/*subcat btns*/
.listing-page-header .btn-subcat {
    background-color: white;
    margin: 15px 0;
    border-radius: 14px;
    border: 2px solid #e5e7eb;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
}

.listing-page-header .btn-subcat:hover {
    border-color: #f3c0c4;
}

.listing-page-header .row-subcat-btns .active .btn {
    background: var(--colorGradientRedDeepToRed);
    border-color: #e43b41;
    color: white;
}

@media (max-width: 767.98px) {
    .listing-page-header .row-subcat-btns .btn {
        padding: 7px 15px;
        margin: 10px 0;
    }
}

/*main cats*/
.cats-page-cats .cat-holder {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.5s linear;
}

.cats-page-cats .cat-holder:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.cats-page-cats .cat-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

@media (max-width: 1399.98px) {
    .cats-page-cats .cat-img {
        height: 240px;
    }
}

@media (max-width: 1199.98px) {
    .cats-page-cats .cat-img {
        height: 200px;
    }
}

@media (max-width: 767.98px) {
    .cats-page-cats .cat-img {
        height: 150px;
    }
}

.cats-page-cats .cat-name-holder h1 {
    color: #2b2c2b;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding: 15px 10px;
    margin: 0;
}

@media (max-width: 991.98px) {
    .cats-page-cats .cat-name-holder h1 {
        font-size: 16px;
        font-weight: 500;
        padding: 15px 5px;
    }
}

/* ===========================================================================
Product Details Page
============================================================================*/
.product-details-page .breadcrumb {
    font-size: 14px;
}

.product-details-page .whitebox {
    background-color: white;
    padding: 50px;
    border-radius: 15px;
}

@media (max-width: 767.98px) {
    .product-details-page .whitebox {
        padding: 15px;
        border-radius: 10px;
    }
}

.product-details-page .product-label {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* --------------- pic card --------------- */
.product-details-page .pic-container {
    position: relative;
}

.prdetails-pic-card {
    background: #fffaf5;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid white;
}

.prdetails-pic-card .txt {
    padding: 20px;
}

/* slider */
.pr-details-slider .main-image {
    width: 100%;
    /*max-height: 400px;*/
    /*min-height: 300px;*/
    /*object-fit: cover;*/
}

/*@media (max-width: 767.98px) {*/
/*    .pr-details-slider .main-image {*/
/*        object-position: -70px 0;*/
/*    }*/
/*}*/

.slick-common-styles.pr-details-slider .each-item {
    height: 330px;
    position: relative;
}

.slick-common-styles.pr-details-slider .main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-common-styles.pr-details-slider .slick-next, .slick-common-styles.pr-details-slider .slick-prev {
    z-index: 10;
    border-radius: 0;
    box-shadow: none;
    width: 35px;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: transparent;
}

html[lang="en"] .slick-common-styles.pr-details-slider .slick-next,
html[lang="en"] .slick-common-styles.pr-details-slider .slick-prev {
    transform: translate(0px, -50%);
}

html[lang="ar"] .slick-common-styles.pr-details-slider .slick-next,
html[lang="ar"] .slick-common-styles.pr-details-slider .slick-prev {
    transform: translate(0px, -50%);
}

/* complete percent */
.product-details-page .completed-percent {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(7px);
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 5px 10px;
    border-radius: 12px;
    text-align: center;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3e3e3e;
}

.product-details-page .completed-percent .percent {
    font-weight: 700;
    font-size: 21px;
    color: #e7000b;
    line-height: 1.2;
}

.product-details-page .completed-percent i {
    font-size: 21px;
}

.product-details-page .completed-percent.done {
    background: linear-gradient(90deg, #00c851 0%, #02bc7c 100%);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.product-details-page .completed-percent.done .percent {
    color: white;
}

.product-details-page .btn-share-rounded {
    width: 45px;
    height: 45px;
    background: #eeefec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1;
    border: 1px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s linear;
}

.product-details-page .btn-share-rounded:hover {
    background: white;
    transform: scale(1.1);
}

/* ----- txt ----- */
/* title, short description, donate complete message */
.product-details-page .project-title {
    color: black;
    font-weight: bold;
    font-size: 24px;
}

.product-details-page .short-description p {
    color: rgb(168, 167, 167);
}

@media (max-width: 767.98px) {
    .product-details-page .project-title {
        font-size: 24px;
    }

    .product-details-page .short-description p {
        font-size: 14px;
    }
}

/* iconbox */
.prdetails-pic-card .iconbox {
    background: #fff4f0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    border-radius: 8px;
}

.product-details-finished .prdetails-pic-card .iconbox {
    background: #eefdf4;
}

.prdetails-pic-card .iconbox .bi {
    color: #fb2c36;
    font-size: 21px;
}

.product-details-finished .prdetails-pic-card .iconbox .bi {
    color: var(--colorGreen);
}

.prdetails-pic-card .iconbox label {
    margin: 5px auto;
    font-size: 14px;
    color: #828282;
}

.prdetails-pic-card .iconbox .result {
    color: #535353;
    font-size: 14px;
}

/*share icons*/
.product-detail-social ul {
    display: flex;
    gap: 15px;
    color: #aeaeae;
    align-items: center;
}

.product-detail-social ul a {
    color: var(--colorRed);
    font-size: 24px;
}

.product-detail-social ul a:hover {
    color: var(--colorRed);
}

/* timer styles override from productbox timer */
.timer-detailspage {
    position: relative;
}

.timer-detailspage .timer-wrapper {
    bottom: 50%;
}

.timer-detailspage .timer-title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 900;
}

.timer-detailspage .timer-digits-holder .unit {
    width: 45px;
    height: 45px;
    border-radius: 7px;
    font-size: 10px;
    line-height: 1.1;
}

.timer-detailspage .timer-digits-holder .unit .digit {
    font-size: 23px;
}

/* --------------- right side --------------- */
.prdetails-overview-box {
    background: #fffaf5;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 1px solid white;
    padding: 20px 30px;
}

@media (max-width: 767.98px) {
    .prdetails-overview-box {
        padding: 20px;
    }
}

.prdetails-money-stats label {
    color: gray;
    margin-bottom: 0;
}

.prdetails-money-stats p {
    color: black;
}

/* predefined radio buttons */
.product-details-page .btn-pre-amount {
    background-color: #fff0;
    border: 2px solid #eaecef;
    color: #686868;
    min-width: 70px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

@media (max-width: 767.98px) {
    .product-details-page .btn-pre-amount {
        padding: 0.3rem 0.7rem;
        font-size: 1.15rem;
        height: 40px;
    }
}

/* amount input */
.product-details-page .donation-input-holder .input-group-btn {
    display: none;
}

.product-details-page .donation-input-holder input {
    appearance: unset;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: 1px solid #ced4da;
    padding: 5px 20px;
    text-align: start;
    border-radius: 4px !important;
}

/* --------------- project completed state --------------- */
.seal-finish-donaiton {
    width: 90px;
    height: 90px;
    background: linear-gradient(90deg, rgba(0, 200, 82, 1) 0%, rgba(0, 189, 124, 1) 100%);
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}

.progressbar-finish-donation {
    background: linear-gradient(90deg, #02bc7d 0%, #00c951 100%);
    height: 16px;
    border-radius: 8px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.statbox-finish-donation {
    background: #eefdf5;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    border-radius: 8px;
}

.statbox-finish-donation .value {
    font-size: 24px;
    font-weight: 700;
    color: #00a63e;
}


.product-details-page .achievements-txt {
    background: #f6faf5;
    padding: 20px 25px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.product-details-page .achievements-txt .bi {
    color: #00a63e;
}

.product-details-page .achievements-txt h6 {
    color: #424242;
    margin-inline-start: 10px;
}

.product-details-page .achievements-txt ul li {
    margin-bottom: 10px;
}


/* -------------------- tabs and it's contents ------------------------ */
/* accordion */
.ln-faq .faq-container {
    /*max-width: 1100px;*/
    margin: 0 auto;
}

.ln-faq .faq-item {
    background: #fffaf5;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid white;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}

.ln-faq .faq-item:hover {
    border-color: rgba(120, 120, 120, 0.5);
}

.ln-faq .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 24px;
    cursor: pointer;
    user-select: none;
}

.ln-faq .faq-question-text {
    color: #1a1919;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    flex: 1;
}

.ln-faq .faq-question-text .bi {
    color: var(--colorRed);
}

.product-details-finished .ln-faq .faq-question-text .bi {
    color: var(--colorGreen);
}

.ln-faq .active .faq-question-text {
    color: var(--colorRed);
}

.product-details-finished .ln-faq .active .faq-question-text {
    color: var(--colorGreen);
}

.ln-faq .faq-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transition: transform 0.3s ease;
}

.ln-faq .faq-icon svg {
    width: 25px;
    height: 25px;
    stroke: #4f4d4d;
    stroke-width: 2;
    fill: none;
}

.ln-faq .faq-item.active .faq-icon {
    transform: rotate(90deg);
}

.ln-faq .faq-item.active .faq-icon svg {
    stroke: #e51e1e;
}

.product-details-finished .ln-faq .faq-item.active .faq-icon svg {
    stroke: var(--colorGreen);
}

.ln-faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.ln-faq .faq-item.active .faq-answer {
    max-height: unset;
}

.ln-faq .faq-answer-content {
    padding: 0 24px 20px 24px;
    color: #4f4f4f;
    font-size: 15px;
    line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .ln-faq {
        padding: 20px 0;
    }

    .ln-faq .faq-question {
        padding: 16px 18px;
    }

    .ln-faq .faq-question-text {
        font-size: 16px;
    }

    .ln-faq .faq-answer-content {
        padding: 0 18px 16px 18px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .ln-faq .faq-question {
        padding: 14px 16px;
    }

    .ln-faq .faq-question-text {
        font-size: 16px;
    }

    .ln-faq .faq-icon {
        margin-left: 12px;
    }

    .ln-faq .faq-icon svg {
        width: 16px;
        height: 16px;
    }
}

/*--------------- accordion contents -------------- */
.product-details-page .row-doc-links .doc-link {
    display: block;
    text-align: center;
    position: relative;
    width: 125px;
    margin: 5px auto;
}

.product-details-page .row-doc-links .doc-icon-holder {
    width: 125px;
    height: 125px;
    background-color: #e9f0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.product-details-page .media-wrapper {
    width: 100%;
    height: 280px;
    position: relative;
}

.product-details-page .media-wrapper .media-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
}

.row-product-details-media .light-gallery-video-icon {
    color: var(--colorBlue);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
}

/* project goals */
.product-details-page .goal-wrapper {
    background: linear-gradient(135deg, rgb(254, 243, 242) 0%, rgb(255, 247, 237) 100%);
    padding: 20px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    color: black;
    font-weight: 700;
    font-size: 16px;
}

.product-details-page.product-details-finished .goal-wrapper {
    background: #eefdf5;
}

.product-details-page .goal-wrapper .serial {
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, rgba(175, 27, 24, 1), rgba(230, 57, 70, 1));
    color: white;
    font-weight: 400;
    font-size: 21px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-details-page.product-details-finished .goal-wrapper .serial {
    background: linear-gradient(to right, #00c758, #00bf76);
}

/* details: full desc and media (imgs and videos) */
.product-details-page .faq-item-pr-details .pic-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

@media (max-width: 767.98px) {
    .product-details-page .faq-item-pr-details .pic-wrapper {
        height: 120px;
        border-radius: 8px;
    }
}

.product-details-page .faq-item-pr-details .pic-wrapper .media-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f2f2f2;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.product-details-page .faq-item-pr-details .pic-wrapper .media-image:hover {
    transform: scale(1.15);
}

.product-details-page .faq-item-pr-details .row-videos iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
}

/* reports */
.product-details-page .faq-item-reports .row-videos iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
}

/* Characteristics */
.ln-faq .faq-item-character .faq-answer-content {
    padding-inline-start: 28px;
    padding-inline-end: 32px;
}

.ln-faq .faq-item-character .each-item {
    padding-bottom: 10px;
    color: #1E2939;
    font-size: 16px;
}

.ln-faq .faq-item-character .each-item:not(:last-of-type) {
    border-bottom: 1px solid #e5e7eb;
}

.ln-faq .faq-item-character .each-item:not(:first-of-type) {
    padding-top: 25px;
}

.ln-faq .faq-item-character .each-item:first-of-type {
    padding-top: 10px;
}

.ln-faq .faq-item-character .each-item:last-of-type {
    padding-bottom: 15px;
}


/* --------------- Gift Donation Popup (in pr details page) --------------- */
#giftDonationModal .heart-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--colorGradientRedDeepToRed);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    color: white;
    line-height: 1;
    margin-inline-end: 10px;
}

#giftDonationModal .the-project {
    background: #fff4f0;
    padding: 15px 25px;
    color: black;
    font-size: 16px;
    border-radius: 12px;
}

#giftDonationModal #gd-templates-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
}

#giftDonationModal #gd-templates-tabs .btn {
    outline: 0 !important;
    box-shadow: none !important;
}

.gd-template-card {
    border: 3px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 1080/1620;
}

.gd-template-card .img-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gd-template-card.active {
    border: 3px solid #e63946;
    box-shadow: 0 0 15px 5px rgba(255, 0, 0, 0.15);
}

.gd-template-card.active::after {
    content: "\F26A";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 10px;
    top: 10px;
    color: #e63946;
    font-size: 28px;
    line-height: 1;
}

/* ===========================================================================
Login / Registration
============================================================================*/
/* ---------- Registration ---------- */
.page-lightbox-register .input-style-icon-placeholder {
    margin-top: 20px;
}

/* ===========================================================================
My Account Pages
============================================================================*/
/* ---------- Welcome Card ---------- */
.my-acc-welcome-card {
    background: #fffcfa;
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 25px 40px;
    border-radius: 20px;
}

.my-acc-welcome-card h4 {
    font-size: 18px;
    color: #1e2939;
    margin-bottom: 5px;
}

.my-acc-welcome-card small {
    color: gray;
}

@media (max-width: 767.98px) {
    .my-acc-welcome-card {
        margin-bottom: 25px;
    }

    .my-acc-welcome-card h4 {
        font-size: 16px;
    }
}

/* ---------- sidebar ---------- */
.block-account-navigation > .h5 {
    display: none;
}

.block-account-navigation .viewBox {
    background: white;
    margin-top: 0 !important;
    border-radius: 12px;
}

.block-account-navigation > ul > li > a {
    display: flex !important;
    align-items: center !important;
    font-size: 17px;
    color: #5d5d5d !important;
    padding: 12px 5px !important;
    border: none !important;
    border-radius: 0 !important;
}

.block-account-navigation > ul > li > a:hover {
    background-color: #efefef;
}

.block-account-navigation > ul > li > a.active {
    background: #f9e6e5;
    color: var(--colorRed) !important;
    border-inline-start: 4px solid var(--colorRed) !important;
}

.block-account-navigation > ul > li > a > svg,
.block-account-navigation > ul > li > a > i,
.block-account-navigation > ul > li > a > .icon {
    margin-inline-end: 15px;
    margin-inline-start: 15px;
}

.block-account-navigation > ul > li > a.active > svg,
.block-account-navigation > ul > li > a.active > i {
    color: var(--colorBlue);
}

/* ---------- achievements and badges ---------- */
.my-acc-badges {
    padding: 0;
}

/* PROGRESS */
.my-acc-badges .badges-progress-section {
    background-color: #fffcfa;
    border-radius: 12px;
    padding: 28px 32px;
    margin-block-end: 24px;
}

.my-acc-badges .progress-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-block-end: 20px;
}

.my-acc-badges .progress-levels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block-end: 12px;
}

.my-acc-badges .level-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.my-acc-badges .level-label {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

.my-acc-badges .level-name {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.my-acc-badges .progress-bar-wrapper {
    margin-block-end: 16px;
}

.my-acc-badges .progress-bar-track {
    background-color: #e8e0d8;
    border-radius: 20px;
    height: 12px;
    overflow: hidden;
    width: 100%;
}

.my-acc-badges .progress-bar-fill {
    background: linear-gradient(90deg, #d64545 0%, #c73e3e 100%);
    height: 100%;
    border-radius: 20px;
    transition: width 0.4s ease;
}

.my-acc-badges .progress-message {
    font-size: 15px;
    color: #555555;
    text-align: center;
    margin: 0;
}

.my-acc-badges .progress-message .amount {
    color: var(--colorRed);
    font-weight: 700;
    font-size: 18px;
    margin-inline: 4px;
}

/* BADGES GRID */
.my-acc-badges .badges-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.my-acc-badges .badge-card {
    flex: 1 1 calc(50% - 10px);
    min-width: 280px;
    background-color: #fffdfa;
    border-radius: 12px;
    padding: 20px 24px;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.my-acc-badges .badge-card.achieved {
    border-color: var(--colorRed);
}

.my-acc-badges .badge-card.locked {
    opacity: 0.85;
}

/* Badge Status Tag */
.my-acc-badges .badge-status {
    position: absolute;
    top: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    right: 15px;
}

html[lang="ar"] .my-acc-badges .badge-status {
    left: 15px;
    right: unset;
}

.my-acc-badges .badge-card.achieved .badge-status {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.my-acc-badges .badge-card.achieved .badge-status i {
    color: #2e7d32;
    font-size: 14px;
}

.my-acc-badges .badge-card.locked .badge-status {
    background-color: #f5f5f5;
    color: #757575;
}

.my-acc-badges .badge-card.locked .badge-status i {
    color: #9e9e9e;
    font-size: 12px;
}

/* Badge Content */
.my-acc-badges .badge-content {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-block-start: 15px;
}

.my-acc-badges .badge-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.my-acc-badges .badge-icon i {
    font-size: 28px;
}

/* Badge Icon Colors */
.my-acc-badges .badge-icon.bronze {
    background-color: #FFE9D4;
}

.my-acc-badges .badge-icon.bronze i {
    color: var(--colorBronze);
}

.my-acc-badges .badge-icon.silver {
    background-color: #F0F0F0;
}

.my-acc-badges .badge-icon.silver i {
    color: var(--colorSilver);
}

.my-acc-badges .badge-icon.gold {
    background-color: #FFF8D5;
}

.my-acc-badges .badge-icon.gold i {
    color: var(--colorGold);
}

.my-acc-badges .badge-icon.diamond {
    background-color: #E9FBFF;
}

.my-acc-badges .badge-icon.diamond i {
    color: var(--colorDiamond);
}

/* Badge Info */
.my-acc-badges .badge-txt {
    flex: 1;
}

.my-acc-badges .badge-name {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 4px 0;
}

.my-acc-badges .badge-date {
    font-size: 12px;
    color: #888888;
    margin: 0 0 4px 0;
}

.my-acc-badges .badge-requirement {
    font-size: 14px;
    color: #666666;
    margin: 0;
}


@media (max-width: 991.98px) {
    .my-acc-badges .badges-progress-section {
        padding: 24px;
    }

    .my-acc-badges .progress-title {
        font-size: 16px;
        text-align: center;
    }

    .my-acc-badges .badge-card {
        flex: 1 1 calc(50% - 10px);
        min-width: 260px;
        padding: 18px 20px;
    }

    .my-acc-badges .badge-icon {
        width: 56px;
        height: 56px;
    }

    .my-acc-badges .badge-icon i {
        font-size: 24px;
    }

    .my-acc-badges .badge-name {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .my-acc-badges .badges-progress-section {
        padding: 20px 16px;
        margin-block-end: 20px;
    }

    .my-acc-badges .progress-title {
        font-size: 15px;
        margin-block-end: 16px;
    }

    .my-acc-badges .progress-levels {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }

    .my-acc-badges .level-info {
        justify-content: space-between;
    }

    .my-acc-badges .level-info.current-level {
        order: 1;
    }

    .my-acc-badges .level-info.next-level {
        order: 2;
    }

    .my-acc-badges .progress-bar-track {
        height: 10px;
    }

    .my-acc-badges .progress-message {
        font-size: 14px;
    }

    .my-acc-badges .progress-message .amount {
        font-size: 18px;
    }

    .my-acc-badges .badges-grid {
        gap: 16px;
    }

    .my-acc-badges .badge-card {
        flex: 1 1 100%;
        min-width: 100%;
        padding: 16px;
    }

    .my-acc-badges .badge-status {
        top: 10px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .my-acc-badges .badge-content {
        gap: 10px;
    }

    .my-acc-badges .badge-icon {
        width: 52px;
        height: 52px;
    }

    .my-acc-badges .badge-icon i {
        font-size: 22px;
    }

    .my-acc-badges .badge-name {
        font-size: 15px;
    }

    .my-acc-badges .badge-date {
        font-size: 12px;
    }

    .my-acc-badges .badge-requirement {
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .my-acc-badges .badges-progress-section {
        padding: 16px 14px;
        border-radius: 10px;
    }

    .my-acc-badges .progress-title {
        font-size: 14px;
    }

    .my-acc-badges .level-label,
    .my-acc-badges .level-name {
        font-size: 13px;
    }

    .my-acc-badges .badge-card {
        border-radius: 10px;
    }

    .my-acc-badges .badge-icon {
        width: 48px;
        height: 48px;
    }

    .my-acc-badges .badge-icon i {
        font-size: 20px;
    }
}

/* RTL */
html[lang="ar"] .my-acc-badges .progress-bar-fill {
    background: linear-gradient(270deg, #d64545 0%, #c73e3e 100%);
}

/* HOVER */
@media (hover: hover) {
    .my-acc-badges .badge-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .my-acc-badges .badge-card.achieved:hover {
        box-shadow: 0 4px 16px rgba(214, 69, 69, 0.15);
    }
}

/* --------------- my account Donations --------------- */
/* Base Container */
.my-acc-donations {
    background-color: #fffdfa;
    padding: 24px;
    border-radius: 16px;
}

/* HEADER */
.my-acc-donations .my-acc-donations__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-block-end: 24px;
}

.my-acc-donations .my-acc-donations__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #2d2d2d;
}

.my-acc-donations .my-acc-donations__title i {
    color: #c9415b;
    font-size: 22px;
}

/* View Toggle Buttons */
.my-acc-donations .my-acc-donations__view-toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.my-acc-donations .my-acc-donations__toggle-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background-color: transparent;
    color: #6b6b6b;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.my-acc-donations .my-acc-donations__toggle-btn:hover {
    background-color: rgba(201, 65, 91, 0.08);
    color: #c9415b;
}

.my-acc-donations .my-acc-donations__toggle-btn.active {
    background-color: #c9415b;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(201, 65, 91, 0.3);
}

.my-acc-donations .my-acc-donations__toggle-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(201, 65, 91, 0.25);
}

.my-acc-donations .my-acc-donations__toggle-btn.active:focus {
    box-shadow: 0 4px 12px rgba(201, 65, 91, 0.3), 0 0 0 3px rgba(201, 65, 91, 0.25);
}

/* -- CONTENT CONTAINER -- */
.my-acc-donations .my-acc-donations__content {
    position: relative;
}

/* ----- LIST VIEW ----- */
.my-acc-donations .my-acc-donations__list-view {
    display: none;
}

.my-acc-donations .my-acc-donations__list-view.active {
    display: block;
}

/* List Item Link */
.my-acc-donations .my-acc-donations__list-item {
    display: block;
    text-decoration: none;
    color: inherit;
    margin-block-end: 16px;
    transition: transform 0.2s ease;
}

.my-acc-donations .my-acc-donations__list-item:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-2px);
}

.my-acc-donations .my-acc-donations__list-item:last-child {
    margin-block-end: 0;
}

/* List Item Inner */
.my-acc-donations .my-acc-donations__list-item-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fbfbfb;
    border-radius: 12px;
    padding: 20px 24px;
    transition: box-shadow 0.25s ease;
    border: 1px solid #f4f4f4;
}

.my-acc-donations .my-acc-donations__list-item:hover .my-acc-donations__list-item-inner {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border: 1px solid #eaeaea;
}

/* List Start Section */
.my-acc-donations .my-acc-donations__list-start {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

/* View Icon */
.my-acc-donations .my-acc-donations__view-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9415b;
    font-size: 20px;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.my-acc-donations .my-acc-donations__list-item:hover .my-acc-donations__view-icon {
    opacity: 1;
}

/* Download Icon */
.my-acc-donations .my-acc-donations__download-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9415b;
    font-size: 20px;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.my-acc-donations .my-acc-donations__list-item:hover .my-acc-donations__download-icon {
    opacity: 1;
}

/* Amount - List View */
.my-acc-donations .my-acc-donations__amount {
    font-size: 18px;
    font-weight: 700;
    color: #c9415b;
    min-width: 100px;
}

.my-acc-donations .my-acc-donations__amount--completed {
    color: #c9415b;
}

.my-acc-donations .my-acc-donations__amount--pending {
    color: #1a8754;
}

/* Status Badge */
.my-acc-donations .my-acc-donations__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    white-space: nowrap;
}

.my-acc-donations .my-acc-donations__status--completed {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.my-acc-donations .my-acc-donations__status--pending {
    background-color: #fff3e0;
    color: #e65100;
    border: 1px solid #ffe0b2;
}

/* List End Section */
.my-acc-donations .my-acc-donations__list-end {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

/* Meta Info */
.my-acc-donations .my-acc-donations__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.my-acc-donations .my-acc-donations__number {
    font-size: 16px;
    font-weight: 600;
    color: #2d2d2d;
}

.my-acc-donations .my-acc-donations__date {
    font-size: 14px;
    color: #888888;
    font-weight: 400;
}

/* Heart Icon */
.my-acc-donations .my-acc-donations__heart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #f7e7e5;
    border-radius: 12px;
    color: var(--colorRed);
    font-size: 18px;
}

/* ----- GRID VIEW ----- */
.my-acc-donations .my-acc-donations__grid-view {
    display: none;
}

.my-acc-donations .my-acc-donations__grid-view.active {
    display: block;
}

/* Grid Item Link */
.my-acc-donations .my-acc-donations__grid-item {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: transform 0.2s ease;
}

.my-acc-donations .my-acc-donations__grid-item:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-4px);
}

/* Grid Item Inner */
.my-acc-donations .my-acc-donations__grid-item-inner {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 160px;
    transition: box-shadow 0.25s ease;
}

.my-acc-donations .my-acc-donations__grid-item:hover .my-acc-donations__grid-item-inner {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Grid Header */
.my-acc-donations .my-acc-donations__grid-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}

/* Grid Info */
.my-acc-donations .my-acc-donations__grid-info {
    flex: 1;
}

/* Project Name */
.my-acc-donations .my-acc-donations__project-name {
    font-size: 16px;
    font-weight: 600;
    color: #2d2d2d;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

/* Grid Date */
.my-acc-donations .my-acc-donations__grid-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #888888;
}

html[lang="en"] .my-acc-donations .my-acc-donations__grid-date {
    justify-content: flex-start;
}

.my-acc-donations .my-acc-donations__grid-date i {
    font-size: 14px;
}

/* Grid Footer */
.my-acc-donations .my-acc-donations__grid-footer {
    display: flex;
    gap: 4px;
    margin-block-start: 16px;
    justify-content: space-between;
}

/* Amount Label */
.my-acc-donations .my-acc-donations__amount-label {
    font-size: 13px;
    color: #888888;
    font-weight: 400;
}

/* Grid Amount */
.my-acc-donations .my-acc-donations__grid-amount {
    font-size: 22px;
    font-weight: 700;
    color: #c9415b;
}

/* buttons */
.my-acc-donations__grid-buttons {
    display: flex;
    gap: 20px;
}

.my-acc-donations .my-acc-donations__grid-amount--pending {
    color: #1a8754;
}

/* RESPONSIVE STYLES */
@media (min-width: 1200px) {
    .my-acc-donations {
        padding: 32px;
    }

    .my-acc-donations .my-acc-donations__list-start {
        gap: 28px;
    }

    .my-acc-donations .my-acc-donations__amount {
        min-width: 120px;
    }
}

@media (max-width: 1199.98px) {
    .my-acc-donations .my-acc-donations__list-start {
        gap: 16px;
    }
}

@media (max-width: 991.98px) {
    .my-acc-donations {
        padding: 20px;
    }

    .my-acc-donations .my-acc-donations__header {
        margin-block-end: 20px;
    }

    .my-acc-donations .my-acc-donations__title {
        font-size: 18px;
    }

    .my-acc-donations .my-acc-donations__toggle-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .my-acc-donations .my-acc-donations__list-item-inner {
        padding: 16px 20px;
    }

    .my-acc-donations .my-acc-donations__list-start {
        gap: 14px;
    }

    .my-acc-donations .my-acc-donations__amount {
        font-size: 16px;
        min-width: 80px;
    }

    .my-acc-donations .my-acc-donations__status {
        padding: 5px 12px;
        font-size: 12px;
    }

    .my-acc-donations .my-acc-donations__list-end {
        gap: 16px;
    }

    .my-acc-donations .my-acc-donations__heart {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .my-acc-donations .my-acc-donations__project-name {
        font-size: 15px;
    }

    .my-acc-donations .my-acc-donations__grid-amount {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .my-acc-donations {
        padding: 16px;
        border-radius: 12px;
    }

    .my-acc-donations .my-acc-donations__header {
        margin-block-end: 16px;
    }

    .my-acc-donations .my-acc-donations__title {
        font-size: 16px;
    }

    .my-acc-donations .my-acc-donations__title i {
        font-size: 18px;
    }

    .my-acc-donations .my-acc-donations__toggle-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
        border-radius: 10px;
    }

    /* List View Mobile Adjustments */
    .my-acc-donations .my-acc-donations__list-item-inner {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        gap: 16px;
    }

    .my-acc-donations .my-acc-donations__list-start {
        justify-content: flex-start;
        gap: 12px;
    }

    .my-acc-donations .my-acc-donations__meta {
        align-items: flex-start;
    }

    html[lang="ar"] .my-acc-donations .my-acc-donations__meta {
        align-items: flex-end;
    }

    .my-acc-donations .my-acc-donations__number {
        font-size: 14px;
    }

    .my-acc-donations .my-acc-donations__date {
        font-size: 13px;
    }

    .my-acc-donations .my-acc-donations__heart {
        width: 36px;
        height: 36px;
        font-size: 14px;
        border-radius: 10px;
    }

    /* Grid View Mobile Adjustments */
    .my-acc-donations .my-acc-donations__grid-item-inner {
        padding: 16px;
        min-height: 140px;
    }

    .my-acc-donations .my-acc-donations__grid-header {
        gap: 12px;
    }

    .my-acc-donations .my-acc-donations__project-name {
        font-size: 14px;
    }

    .my-acc-donations .my-acc-donations__grid-footer {
        align-items: flex-start;
    }

    .my-acc-donations .my-acc-donations__grid-amount {
        font-size: 18px;
    }

    .my-acc-donations .my-acc-donations__amount-label {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    .my-acc-donations {
        padding: 14px;
    }

    .my-acc-donations .my-acc-donations__list-item {
        margin-block-end: 12px;
    }

    .my-acc-donations .my-acc-donations__list-item-inner {
        padding: 14px;
    }

    .my-acc-donations .my-acc-donations__view-icon {
        font-size: 18px;
    }

    .my-acc-donations .my-acc-donations__amount {
        font-size: 15px;
        min-width: auto;
    }

    .my-acc-donations .my-acc-donations__status {
        padding: 4px 10px;
        font-size: 11px;
    }
}

/* ANIMATION & TRANSITIONS */
.my-acc-donations .my-acc-donations__list-view,
.my-acc-donations .my-acc-donations__grid-view {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Focus States for Accessibility */
.my-acc-donations .my-acc-donations__list-item:focus,
.my-acc-donations .my-acc-donations__grid-item:focus {
    outline: none;
}

.my-acc-donations .my-acc-donations__list-item:focus .my-acc-donations__list-item-inner,
.my-acc-donations .my-acc-donations__grid-item:focus .my-acc-donations__grid-item-inner {
    box-shadow: 0 0 0 3px rgba(201, 65, 91, 0.3);
}


/* --------- orders table -------- */
.icon-payment-method img {
    max-height: 40px;
    max-width: 80px;
    margin: 0 auto;
}

/* --------- Certificates -------- */
.page-account-certificates .cert-wrapper {
    background-color: rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 20px;
    display: inline-flex;
    border-radius: 10px;
}

.page-account-certificates .cert-img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

/* --------- Wallet donations -------- */
.option-box {
    display: inline-flex;
    padding: 5px 15px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    background-color: white;
    border-radius: 20px;
    min-width: 75px;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    cursor: pointer;
}

.option-box.active {
    background-color: var(--colorRed);
    border-color: var(--colorRed);
    color: white;
}

.account-page-wallet-donations fieldset {
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 7px;
}

.account-page-wallet-donations legend {
    width: auto;
    font-weight: bold;
    font-size: 20px;
    padding: 0 10px;
    margin-bottom: 0;
}

/* --------- Customer info -------- */
.account-page .h2.generalTitle {
    font-size: 24px;
}

.account-page .card {
    border-radius: 16px;
    border: none;
    overflow: hidden;
}

.account-page .card-header {
    background: white;
    font-size: 18px;
    border: none;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.account-page .card-body {
    padding-left: 2rem;
    padding-right: 2rem;
}

/* --------- Wallet Donations -------- */
.account-page-wallet-donations .permanent-donation-setting {
    background: white;
    border-radius: 16px;
    padding: 25px 35px 50px 35px;
}

@media (max-width: 767.98px) {
    .account-page-wallet-donations .permanent-donation-setting {
        border-radius: 12px;
        padding: 20px 20px 30px 20px;
    }
}

/* ---------- My Reports ---------- */
/*pdf*/
.table.table-my-reports td,
.table.table-my-reports th {
    vertical-align: middle;
}
.table.table-my-reports td:last-child,
.table.table-my-reports th:last-child {
    text-align: end;
}
.table-my-reports .project-name {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.table-my-reports .project-name .createdon {
    font-size: 12px;
    background: #f0e5e5;
    color: #8a6e6e;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 4px 3px 3px 3px;
}

@media (min-width: 768px) {
    .table-my-reports .project-name .createdon {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .account-page.page-my-reports .card-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .table-my-reports tr th:last-child,
    .table-my-reports tr td:last-child {
        display: none;
    }
    .table.table-my-reports td.td-report,
    .table.table-my-reports th.th-report {
        text-align: end;
    }
}

/*video*/
.page-my-reports .section-album-common {
    background: transparent;
    border: none;
}


/* ===========================================================================
Cart
============================================================================*/
.cart-page-banner {
    margin-top: -15px;
}

.cart-page-banner .overlay {
    z-index: 15;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.cart-banner-wrapper {
    position: relative;
    width: 100%;
    height: 120px;
    background-color: var(--colorBlue);
}

@media (max-width: 767.98px) {
    .cart-banner-wrapper {
        height: 110px;
    }
}

.cart-page-title {
    background-color: white;
    color: var(--colorBlue);
    text-align: center;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px;
    border-radius: 12px 12px 0 0;
    min-width: 150px;
}

.cart-page-title h1 {
    font-size: 35px;
    margin: 0;
}

@media (max-width: 767.98px) {
    .cart-page-title {
        width: 90%;
    }

    .cart-page-title h1 {
        font-size: 26px;
    }
}

.cart-banner-wrapper .bcrumb {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    z-index: 20;
}

@media (max-width: 767.98px) {
    .cart-page-banner .bcrumb {
        font-size: 13px;
    }
}

.cart-banner-wrapper .bcrumb a {
    color: white;
}

.cart-banner-wrapper .breadcrumb-item + .breadcrumb-item::before {
    padding-right: .5rem;
    color: white;
    content: "/";
}

/* ----- cart table ----- */
.shopping-cart.table {
    border-bottom: 0 !important;
    box-shadow: 0 5px 10px #cfeafd !important;
}

@media (min-width: 992px) {
    .shopping-cart.table {
        border-radius: 10px;
        overflow: hidden;
    }
}

.shopping-cart.table thead th {
    background-color: #fff;
    color: black;
    font-size: 18px;
    font-weight: bold !important;
    border-bottom: 1px solid #e9e9e9 !important;
}

.shopping-cart.table td {
    text-align: center;
    vertical-align: middle;
    background-color: white;
    color: #646464 !important;
}

.shopping-cart.table td:first-child {
    text-align: unset;
}

html[lang="en"] .shopping-cart.table th:first-child,
html[lang="en"] .shopping-cart.table td:first-child {
    padding: 12px 12px 12px 30px;
}

html[lang="ar"] .shopping-cart.table th:first-child,
html[lang="ar"] .shopping-cart.table td:first-child {
    padding: 12px 30px 12px 12px;
}

.shopping-cart.table .product-name {
    color: #646464;
}

.shopping-cart.table .prod-total {
    color: #646464;
    font-weight: bold;
}

.shopping-cart.table tfoot td {
    font-size: 25px;
    font-weight: bold;
    background-color: #f8f8f8;
    color: black !important;
}

.deleteshoppingcartitem {
    color: #646464;
}

@media (max-width: 767.98px) {
    .shopping-cart.table thead th {
        font-size: 15px !important;
        padding: 12px 12px !important;
    }

    .shopping-cart.table td {
        padding: 12px 12px !important;
    }

    .shopping-cart.table .product-name {
        font-size: 14px !important;
    }

    .shopping-cart.table .product-unit-price, .shopping-cart .prod-total {
        font-size: 14px !important;
    }

    /*
    .shopping-cart.table .deleteshoppingcartitem {
        padding: 2px !important;
    }
    */
    .shopping-cart.table tfoot td {
        font-size: 20px !important;
    }


}

/* bottom section (login tabs + payments) */
.shopping-cart-page .card-green > .card-header {
    background-color: transparent;
    color: white;
    border-radius: 10px 10px 0 0;
    padding: 15px 30px 25px 30px;
    border: 0;
}

@media (max-width: 767.98px) {
    .shopping-cart-page .card-green > .card-header {
        padding: 15px 20px 25px 20px;
    }
}

.shopping-cart-page .nav-tabs .nav-link {
    border: 1px solid #a7a7a7;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-radius: 7px;
    color: #a7a7a7;
    margin: 5px;
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .shopping-cart-page .nav-tabs .nav-link {
        font-weight: normal;
        font-size: 14px;
        padding: 6px 8px;
    }
}

.shopping-cart-page .nav-tabs .nav-link.active {
    color: white;
    background: var(--colorGradientRedDeepToRed);
    border: 0;
}

.shopping-cart-page .card-body {
    background-color: transparent;
}

.shopping-cart-page .payment_methods {
    background-color: transparent;
}

.shopping-cart-page .icon-wallet-with-money {
    max-width: 50px;
}

@media (max-width: 767.98px) {
    .shopping-cart-page .icon-wallet-with-money {
        max-width: 35px;
    }
}

.shopping-cart-page .my-wallet {
    font-size: 13px;
}


/* ===========================================================================
Lightbox Pages ( DiplomaRegister, Login, Signup )
============================================================================*/
/*common*/
.page-lightbox-viewport-wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-lightbox-bg-img {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 50;
}

.page-lightbox-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    color: white;
}

/*forms*/
.form-box {
    background-color: white;
    color: #b4b4b4;
    font-size: 16px;
    padding: 40px;
    border-radius: 50px;
}

@media (max-width: 767.98px) {
    .form-box {
        padding: 30px 10px;
    }
}

.page-lightbox-register-diploma .form-control-lg {
    font-size: 1rem;
    padding-top: 12px;
    padding-bottom: 12px;
}

.page-lightbox-register-diploma .input-style-icon-placeholder-file-upload > input {
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 30px;
}

/* Registration */
@media (min-width: 1200px) {
    .page-lightbox-register .page-lightbox-content {
        top: 50%;
        transform: translateY(-50%);
    }
}

.divider-heading {
    border-top: 2px solid #b4b4b4;
    text-align: center;
}

.divider-heading .h {
    background-color: white;
    color: #b4b4b4;
    display: inline-flex;
    padding: 3px 10px;
    transform: translateY(-65%);
}

.social-circle-item {
    background-color: white;
    box-shadow: 1px 1px 18px #c8c8c8;
    font-size: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-circle-item-facebook {
    background-color: #2680eb;
    color: white;
}

/* login */
/* Registration */
@media (min-width: 1200px) {
    .page-lightbox-login .page-lightbox-content {
        top: 50%;
        transform: translateY(-50%);
    }
}


/* ===========================================================================
News Listing
============================================================================*/
/*.news-tabs-wrapper .nav-wrapper .nav-pills .nav-link.active{*/
/*	background: var(--colorRed);*/
/*}*/

/*@media(min-width: 1200px){*/
/*	.news-tabs-wrapper .nav-wrapper {*/
/*		width: 100%;*/
/*		display: flex;*/
/*		justify-content: center;*/
/*		background: none !important;*/
/*	}*/
/*	.news-tabs-wrapper .nav-wrapper .card-header {*/
/*		border-radius: 15px !important;*/
/*		padding: 25px 20px;*/
/*	}*/
/*}*/

/*@media(max-width: 1199.98px){*/
/*	.news-tabs-wrapper .nav-wrapper {*/
/*		flex: 0 0 100%;*/
/*	}*/
/*	.news-tabs-wrapper .nav-wrapper .card-header {*/
/*		background-color: white;*/
/*		padding: 15px;*/
/*		border-radius: 15px !important;*/
/*	}*/
/*	.news-tabs-wrapper .nav-wrapper > ul {*/
/*		display: flex;*/
/*		flex-direction: row !important;*/
/*	}*/
/*	.news-tabs-wrapper .nav-wrapper > ul > li > a{*/
/*		background-color: #ececec;*/
/*		border-radius: 30px;*/
/*		margin: 5px;*/
/*		font-size: 13px;*/
/*	}*/
/*}*/

/*!* news box *!*/
/*.nav-pills .nav-link {*/
/*	border-radius: 6px;*/
/*}*/
/*.news-tabs-wrapper .nav-item a{*/
/*	color: #828282;*/
/*	background: #E8E8E8;*/
/*	margin: 0 7px;*/
/*	font-size: 18px;*/
/*	font-weight: 700;*/
/*	padding: 10px 25px;*/
/*}*/
/*.news-tabs-wrapper .nav-wrapper .nav-pills .nav-link.active {*/
/*	background-color: #2B2C2B;*/
/*}*/
/*.news-tabs-wrapper .blog-entry {*/
/*	background-color: white;*/
/*	border-radius: 15px;*/
/*	overflow: hidden;*/
/*	margin-bottom: 15px;*/
/*}*/
/*.news-tabs-wrapper .entry-title a {*/
/*	display: block;*/
/*	margin: 15px 20px 5px;*/
/*	font-size: 22px;*/
/*	font-weight: bold;*/
/*	overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	display: -webkit-box;*/
/*	-webkit-line-clamp: 1;*/
/*	-webkit-box-orient: vertical*/
/*}*/
/*.news-tabs-wrapper .entry-meta a {*/
/*	display: block;*/
/*	margin: 0 20px 10px;*/
/*	font-size: 13px;*/
/*	color: gray;*/
/*}*/
/*.news-tabs-wrapper .entry-content {*/
/*	margin: 0 20px 10px;*/
/*	font-size: 15px;*/
/*	overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	display: -webkit-box;*/
/*	-webkit-line-clamp: 3;*/
/*	-webkit-box-orient: vertical;*/
/*	min-height: 68px;*/
/*}*/
/*.news-tabs-wrapper .blog-entry .entry-image img {*/
/*	height: 385px;*/
/*	width: 100%;*/
/*	object-fit: contain;*/
/*	border-radius: 15px 15px 0 0;*/
/*}*/
/*.blog-single .blog-entry .entry-image img {*/
/*	max-height: 640px;*/
/*	width: 100%;*/
/*    object-fit: contain;*/
/*}*/
/*.news-tabs-wrapper .blog-entry .entry-button a {*/
/*	background-color: var(--colorRed);*/
/*	border-radius: 6px;*/
/*	color: white;*/
/*}*/
/*.news-tabs-wrapper .entry-meta .bi-calendar::before {*/
/*	color: black;*/
/*}*/
/* ===========================================================================
News Details
============================================================================*/
/*.blog-single .blog-entry {*/
/*	background-color: white;*/
/*	padding: 40px;*/
/*	border-radius: 20px;*/
/*}*/
/*@media(max-width: 767.98px){*/
/*	.blog-single .blog-entry{*/
/*		padding: 20px;*/
/*	}*/
/*}*/

/*.blog-single .entry-image .the-image{*/
/*	width: 100%;*/
/*	border-radius: 20px;*/
/*}*/

/*.blog-single .entry-meta {*/
/*	display: block;*/
/*	margin: 0 20px 10px;*/
/*	font-size: 13px;*/
/*	color: gray;*/
/*}*/
/*.blog-single .blog-title {*/
/*	display: block;*/
/*	font-size: 36px;*/
/*	font-weight: bold;*/
/*	color: black;*/
/*}*/
/*.blog-single .sidebar-widget .recent-post .recent-post-image img {*/
/*	width: 100px;*/
/*	min-width: 100px;*/
/*	height: 100px;*/
/*	object-fit: cover;*/
/*}*/


/* ===========================================================================
Album Page
============================================================================*/
/* ----- Tabs (overrides BV Tabs styles from components.css) ----- */
.page-album .bar {
    background: #fde8e3;
    border-top: 1px solid #f2dcd8;
    border-bottom: 1px solid #f2dcd8;
    padding: 15px;
    margin-bottom: 40px;
}


@media (max-width: 767.98px) {
    .page-album .bar {
        margin-bottom: 25px;
    }
}

/* --------- Pics --------- */
.page-album .tab-content-wrapper-pics a.img-thumb-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    aspect-ratio: 5/3;
    border-radius: 16px;
    overflow: hidden;
    cursor: zoom-in;
}

.page-album .tab-content-wrapper-pics a.img-thumb-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s linear;
}

.page-album .tab-content-wrapper-pics a.img-thumb-wrapper img:hover {
    transform: scale(1.05) rotate(1deg);
}

/* --------- Videos --------- */


/* ===========================================================================
Order Details Page
============================================================================*/
.order-details-page .whitebox {
    background-color: white;
    border-radius: 12px;
    padding: 25px;
}

.page.order-details-page.final-invoice .invoice-header {
    height: auto;
    min-height: 85px;
    align-items: center;
}

.page.order-details-page.final-invoice .invoice-header .invoice-logo {
    height: 65px;
}

.page.order-details-page.final-invoice .invoice-header .generalTitle {
    color: var(--colorRed);
    font-size: 33px;
}

.page.order-details-page.final-invoice .info-box {
    height: auto;
    min-height: 60px;
    border-radius: 12px;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .page.order-details-page.final-invoice .info-box {
        padding: 10px;
        font-size: 14px;
    }
}

/*order total defferent design for desktops*/
@media (min-width: 1200px) {
    .page.order-details-page.final-invoice .info-box.info-box-order-total {
        min-height: 135px;
    }

    .info-box.info-box-order-total > ul > li {
        width: 100%;
        text-align: center;
    }

    .info-box.info-box-order-total > ul > li:last-child {
        color: #878787;
        font-weight: bold;
        font-size: 40px;
    }
}

.page.order-details-page.final-invoice .info-box ul li {
    padding: 0 5px;
}

.page.order-details-page.final-invoice .info-box ul li:first-child {
    color: black;
    font-weight: bold;
}

.page.order-details-page.final-invoice .table-condensed td {
    border-top: 0;
}

/* */
.order-details-page .payresult-colored-header {
    background-color: var(--colorRed);
    color: white;
    text-align: center;
    padding: 25px 0 0 0;
}

.order-details-page .payresult-colored-header h5 {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .order-details-page .payresult-colored-header {
        padding: 10px 0;
    }

    .order-details-page .payresult-colored-header h5 {
        font-size: 16px;
    }
}

.order-details-page .table-invoice td {
    vertical-align: middle;
}


/* ===========================================================================
Donation Failed Page
============================================================================*/
.whitebox.page-failed-donation {
    background-color: white;
    padding-bottom: 20px;
}

.page-failed-donation .donation-failed-header {
    background-color: red;
    color: white;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    padding: 10px 20px;
}

.page-failed-donation .row-info {
    padding: 15px 20px;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
}

.page-failed-donation .row-info ul li:first-child {
    color: var(--colorGreen);
}

.page-failed-donation .row-info ul li:last-child {
    color: #878787;
}

/* ===========================================================================
Zakat Calculation
============================================================================*/
.page-zakat-calc {
    background: linear-gradient(180deg, #fdf6f3 0%, #faf0eb 100%);
    min-height: 100vh;
    padding-block-end: 60px;
}

/* Header Section */
.page-zakat-calc .zakat-header {
    text-align: center;
    padding-block-start: 40px;
    padding-block-end: 30px;
}

.page-zakat-calc .zakat-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    color: #8b1538;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(139, 21, 56, 0.08);
}

.page-zakat-calc .zakat-badge i {
    font-size: 16px;
}

.page-zakat-calc .zakat-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a2e;
    margin-block-start: 20px;
    margin-block-end: 12px;
}

.page-zakat-calc .zakat-subtitle {
    font-size: 16px;
    color: #666;
    margin-block-end: 20px;
    max-width: 500px;
    margin-inline: auto;
    line-height: 1.6;
    text-align: center;
}

.page-zakat-calc .zakat-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border: 1px solid #f0e0db;
    color: #8b1538;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
}

.page-zakat-calc .zakat-note i {
    font-size: 16px;
    opacity: 0.8;
}

/* Tabs Navigation */
.page-zakat-calc .zakat-tabs-wrapper {
    display: flex;
    justify-content: center;
    padding-block: 20px;
}

.page-zakat-calc .zakat-tabs {
    display: flex;
    background-color: #fff;
    border-radius: 12px;
    padding: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    gap: 4px;
}

.page-zakat-calc .zakat-tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 50px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    background-color: transparent;
    color: #666;
    min-width: 180px;
}

.page-zakat-calc .zakat-tab-btn i {
    font-size: 18px;
}

.page-zakat-calc .zakat-tab-btn:hover:not(.active) {
    background-color: #fdf6f3;
    color: #8b1538;
}

.page-zakat-calc .zakat-tab-btn.active {
    background: var(--colorGradientRedDeepToRed);
    color: #fff;
    box-shadow: 0 4px 15px rgba(139, 21, 56, 0.3);
}

/* Main Content Layout */
.page-zakat-calc .zakat-content {
    max-width: 1100px;
    margin-inline: auto;
    padding-inline: 20px;
    padding-block-start: 20px;
}

.page-zakat-calc .zakat-content-inner {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.page-zakat-calc .zakat-summary-col {
    flex: 0 0 380px;
    max-width: 380px;
}

.page-zakat-calc .zakat-calculator-col {
    flex: 1;
    min-width: 0;
}

/* Cards Base Styles */
.page-zakat-calc .zakat-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.page-zakat-calc .zakat-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    border-block-end: 1px solid #f5f5f5;
}

.page-zakat-calc .zakat-card-header i {
    font-size: 20px;
    color: #8b1538;
}

.page-zakat-calc .zakat-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--colorGradientRedDeepToRed);
    border-radius: 50%;
}

.page-zakat-calc .zakat-header-icon i {
    color: #fff;
    font-size: 20px;
}

.page-zakat-calc .zakat-card-body {
    padding: 24px;
}

/* ---------- Summary Card Styles --------- */
.page-zakat-calc .zakat-summary-card {
    background: linear-gradient(135deg, #fffaf8 0%, #fff5f0 100%);
}

.page-zakat-calc .zakat-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 12px;
    border-block-end: 1px solid #f0e8e5;
}

.page-zakat-calc .zakat-summary-row:last-of-type {
    border-block-end: none;
}

.page-zakat-calc .zakat-summary-label {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.page-zakat-calc .zakat-summary-value {
    font-size: 15px;
    color: #1a1a2e;
    font-weight: 600;
}

.page-zakat-calc .zakat-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fef0eb;
    margin-block-start: 16px;
    padding: 16px 20px;
    border-radius: 12px;
}

.page-zakat-calc .zakat-summary-total-label {
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

.page-zakat-calc .zakat-summary-total-value {
    font-size: 22px;
    color: #8b1538;
    font-weight: 700;
}

.page-zakat-calc .zakat-summary-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-block-start: 20px;
    padding: 14px 16px;
    background-color: #f8f9fc;
    border-radius: 10px;
    font-size: 13px;
    color: #666;
    border: 1px dashed #ddd;
}

.page-zakat-calc .zakat-summary-notice i {
    color: #8b1538;
    font-size: 16px;
}

/* Panel Display States */
.page-zakat-calc .zakat-panel {
    display: none;
}

.page-zakat-calc .zakat-panel.active {
    display: block;
}

/* Add Button */
.page-zakat-calc .zakat-btn-add {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 24px;
    background: var(--colorGradientRedDeepToRed);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    margin-block-end: 20px;
}

.page-zakat-calc .zakat-btn-add:hover {
    background-color: #a01d42;
    box-shadow: 0 4px 15px rgba(139, 21, 56, 0.3);
}

.page-zakat-calc .zakat-btn-add i {
    font-size: 18px;
}

/* Gold Items Header */
.page-zakat-calc .zakat-gold-items-header {
    display: flex;
    justify-content: space-between;
    padding-inline-end: 56px;
    padding-block-end: 12px;
    margin-block-end: 8px;
}

.page-zakat-calc .zakat-gold-header-weight,
.page-zakat-calc .zakat-gold-header-karat {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.page-zakat-calc .zakat-gold-header-weight {
    flex: 1;
    text-align: start;
}

.page-zakat-calc .zakat-gold-header-karat {
    flex: 0 0 140px;
    text-align: start;
}

/* Gold Items Container */
.page-zakat-calc .zakat-gold-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-block-end: 20px;
}

/* Gold Item Row (generated via JS) */
.page-zakat-calc .gold-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background-color: #fafafa;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
}

.page-zakat-calc .gold-del {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: var(--colorGradientRedDeepToRed);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.page-zakat-calc .gold-del:hover:not(:disabled) {
    background-color: #a01d42;
}

.page-zakat-calc .gold-del:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.page-zakat-calc .gold-del i {
    font-size: 16px;
}

.page-zakat-calc .gold-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.page-zakat-calc .gold-row:first-of-type {
    flex: 1;
}

.page-zakat-calc .gold-row:last-of-type {
    flex: 0 0 140px;
}

.page-zakat-calc .gold-item .field-label {
    display: none;
}

.page-zakat-calc .gold-item select,
.page-zakat-calc .gold-item input {
    height: 44px;
    padding: 10px 14px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #1a1a2e;
    transition: border-color 0.2s ease;
    width: 100%;
}

.page-zakat-calc .gold-item select:focus,
.page-zakat-calc .gold-item input:focus {
    outline: none;
    border-color: #8b1538;
}

.page-zakat-calc .gold-item select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 12px center;
    padding-inline-start: 32px;
}

html[lang="en"] .page-zakat-calc .gold-item select {
    background-position: right 12px center;
    padding-inline-start: 14px;
    padding-inline-end: 32px;
}

.page-zakat-calc .gold-item input[type="number"] {
    text-align: start;
}

.page-zakat-calc .gold-item input[type="number"]::-webkit-inner-spin-button,
.page-zakat-calc .gold-item input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
    height: 30px;
}

/* Estimate Box */
.page-zakat-calc .zakat-estimate-box {
    display: none;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 16px 20px;
    margin-block-end: 16px;
}

.page-zakat-calc .zakat-estimate-box.show {
    display: block;
}

.page-zakat-calc .zakat-estimate-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-zakat-calc .zakat-estimate-label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.page-zakat-calc .zakat-estimate-value {
    font-size: 15px;
    color: #8b1538;
    font-weight: 700;
}

.page-zakat-calc .zakat-estimate-note {
    font-size: 12px;
    color: #888;
    margin-block-start: 6px;
    text-align: end;
}

/* ---------- Result Box --------- */
.page-zakat-calc .zakat-result-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fef8f6;
    border: 1px solid #fce8e3;
    border-radius: 10px;
    padding: 18px 20px;
}

.page-zakat-calc .zakat-result-label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.page-zakat-calc .zakat-result-value {
    font-size: 20px;
    color: #8b1538;
    font-weight: 700;
}

/* Nisab Hint */
.page-zakat-calc .zakat-nisab-hint {
    display: none;
    align-items: center;
    gap: 8px;
    margin-block-start: 12px;
    padding: 12px 16px;
    background-color: #fffbeb;
    border: 1px solid #fef3c7;
    border-radius: 8px;
    color: #b45309;
    font-size: 13px;
}

.page-zakat-calc .zakat-nisab-hint.show {
    display: flex;
}

.page-zakat-calc .zakat-nisab-hint i {
    font-size: 16px;
}

/* Money Tab Input */
.page-zakat-calc .zakat-input-label {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-block-end: 10px;
}

.page-zakat-calc .zakat-input-wrapper {
    margin-block-end: 20px;
}

.page-zakat-calc .zakat-input {
    width: 100%;
    height: 52px;
    padding: 14px 18px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    font-size: 18px;
    color: #1a1a2e;
    background-color: #fff;
    transition: border-color 0.2s ease;
    text-align: start;
}

.page-zakat-calc .zakat-input:focus {
    outline: none;
    border-color: #8b1538;
}

.page-zakat-calc .zakat-input::placeholder {
    color: #bbb;
}

/* ---------- Responsive --------- */
@media (max-width: 991.98px) {
    .page-zakat-calc .zakat-content-inner {
        flex-direction: column-reverse;
    }

    .page-zakat-calc .zakat-summary-col {
        flex: 1;
        max-width: 100%;
        width: 100%;
    }

    .page-zakat-calc .zakat-calculator-col {
        width: 100%;
        order: 1;
    }

    .page-zakat-calc .zakat-tab-btn {
        padding: 12px 30px;
        min-width: 150px;
    }
}

@media (max-width: 767.98px) {
    .page-zakat-calc .zakat-header {
        padding-block-start: 30px;
        padding-block-end: 20px;
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }

    .page-zakat-calc .zakat-title {
        font-size: 28px;
    }

    .page-zakat-calc .zakat-subtitle {
        font-size: 14px;
        padding-inline: 10px;
    }

    .page-zakat-calc .zakat-note {
        font-size: 12px;
        padding: 8px 16px;
    }

    .page-zakat-calc .zakat-tabs {
        width: 100%;
        max-width: calc(100% - 40px);
        margin-inline: auto;
    }

    .page-zakat-calc .zakat-tab-btn {
        flex: 1;
        padding: 12px 16px;
        min-width: 0;
        font-size: 14px;
    }

    .page-zakat-calc .zakat-tab-btn i {
        font-size: 16px;
    }

    .page-zakat-calc .zakat-content {
        padding-inline: 15px;
    }

    .page-zakat-calc .zakat-card-body {
        padding: 16px;
    }

    .page-zakat-calc .zakat-card-header {
        padding: 16px;
        font-size: 16px;
    }

    .page-zakat-calc .gold-item {
        flex-wrap: wrap;
        gap: 10px;
        padding: 14px;
    }

    html[lang="ar"] .page-zakat-calc .gold-item {
        flex-direction: row;
    }

    .page-zakat-calc .gold-del {
        width: 38px;
        height: 38px;
        margin-top: 25px;
    }

    .page-zakat-calc .gold-row {
        flex: 1 1 calc(50% - 30px) !important;
        min-width: 100px;
    }

    .page-zakat-calc .gold-row:first-of-type {
        flex: 1 1 calc(50% - 30px);
    }

    .page-zakat-calc .gold-item .field-label {
        display: block;
        font-size: 12px;
        color: #666;
        margin-block-end: 4px;
    }

    .page-zakat-calc .gold-item select,
    .page-zakat-calc .gold-item input {
        height: 42px;
        font-size: 14px;
    }

    .page-zakat-calc .zakat-summary-total-value {
        font-size: 18px;
    }

    .page-zakat-calc .zakat-result-value {
        font-size: 18px;
    }

    .page-zakat-calc .zakat-summary-notice {
        font-size: 12px;
    }

    .page-zakat-calc .zakat-header-icon {
        width: 38px;
        height: 38px;
    }

    .page-zakat-calc .zakat-header-icon i {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .page-zakat-calc .zakat-title {
        font-size: 24px;
    }

    .page-zakat-calc .zakat-badge {
        font-size: 12px;
        padding: 6px 14px;
    }

    .page-zakat-calc .zakat-tab-btn {
        padding: 8px 14px;
        flex-direction: column;
        gap: 5px;
    }

    .page-zakat-calc .zakat-tab-btn i {
        font-size: 20px;
    }

    .page-zakat-calc .gold-row {
        flex: 1 1 100%;
    }

    .page-zakat-calc .gold-row:first-of-type {
        flex: 1 1 100% !important;
    }

    .page-zakat-calc .zakat-result-box {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    html[lang="ar"] .page-zakat-calc .zakat-result-box {
        flex-direction: column;
    }

    .page-zakat-calc .zakat-estimate-row {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }

    html[lang="ar"] .page-zakat-calc .zakat-estimate-row {
        flex-direction: column;
    }
}


/* ===========================================================================
Gift Donation
============================================================================*/
.gift-donation-hero {
    position: relative;
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px 60px;
}

.page-gift-donation .gift-donation-hero .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-gift-donation .gift-donation-hero .gd-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-image: linear-gradient(to top, #fff7ed 0%, rgba(255, 247, 237, 0.15) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
}

.page-gift-donation .gift-donation-hero-main-container {
    z-index: 10;
}

.page-gift-donation .gift-icon-circle {
    background: var(--colorGradientRedDeepToRed);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
}

.page-gift-donation .title {
    font-size: 36px;
    color: white;
    text-shadow: 0 0 15px black;
}

.page-gift-donation .subtitle {
    font-size: 16px;
    color: white;
    text-shadow: 0 0 15px black;
    max-width: 600px;
}

.gift-donation-form-wrapper {
    border: 2px solid #e5e7eb;
    background: white;
    border-radius: 20px;
    padding: 25px 30px 35px 30px;
    margin-top: 15px;
    margin-bottom: 80px;
}


/* ---------- gift donation components ---------- */
/* -- radio picture style -- */
.radio-picture-style input[type="radio"],
.radio-picture-style input[type="checkbox"] {
    display: none;
}

.radio-picture-style input[type="radio"]:checked + .radio-picture-style-img-wrap,
.radio-picture-style input[type="checkbox"]:checked + .radio-picture-style-img-wrap {
    position: relative;
}

.radio-picture-style input[type="radio"]:checked + .radio-picture-style-img-wrap::after, .radio-picture-style input[type="checkbox"]:checked + .radio-picture-style-img-wrap::after {
    content: "\F270";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    background-color: white;
    color: #e03641;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.radio-picture-style-img-wrap img {
    object-fit: contain;
    margin-bottom: 6px;
    border: 2px solid #eaeaea;
    border-radius: 12px;
}

.radio-picture-style input[type="radio"]:checked + .radio-picture-style-img-wrap img, .radio-picture-style input[type="checkbox"]:checked + .radio-picture-style-img-wrap img {
    border: 2px solid #e03641;
}

/* phone input */
#country-listbox {
    direction: ltr;
    text-align: left;
}

/*validation*/
.message-error {
    color: red;
}

.field-validation-error {
    font-weight: normal;
    color: red;
}

#spPhone {
    font-weight: normal;
    color: red;
}

/* ---------- Step Header ---------- */
.step-header {
    margin-bottom: 25px;
    margin-top: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.step-number {
    background: var(--colorGradientRedDeepToRed);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 50;
    position: relative;
}

.step-title {
    background-color: transparent;
    height: 50px;
    display: flex;
    align-items: center;
}

html[lang="en"] .step-title {
    padding-left: 15px;
}

html[lang="ar"] .step-title {
    padding-right: 15px;
}

.step-title::after {
    content: "";
    background-color: #f5fbff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    z-index: 20;
}

html[lang="en"] .step-title::after {
    left: 0;
    transform: translateX(-80%);
}

html[lang="ar"] .step-title::after {
    right: 0;
    transform: translateX(80%);
}

.step-title h3 {
    color: #1e2939;
    font-weight: bold;
    font-size: 24px;
}

@media (max-width: 767.98px) {
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .step-title h3 {
        font-size: 18px;
    }

    html[lang="en"] .step-title {
        padding-left: 20px;
    }

    html[lang="ar"] .step-title {
        padding-right: 20px;
    }

    .step-title {
        height: 35px;
    }

    .step-title::after {
        width: 35px;
        height: 35px;
    }
}

/*
.step-header {
	margin-bottom: 20px;
    margin-top: 30px;
}
.step-number {
	background-color: var(--colorGreen);
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
  z-index: 50;
  position: relative;
}
.step-title {
	background-color: #ededed;
	height: 50px;
	display: flex;
	align-items: center;
}
html[lang="en"] .step-title {
	padding-left: 30px;
}
html[lang="ar"] .step-title {
	padding-right: 30px;
}
.step-title::after {
	content: "";
	background-color: #f5fbff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	z-index: 20;
}
html[lang="en"] .step-title::after {
	left: 0;
	transform: translateX(-80%);
}
html[lang="ar"] .step-title::after {
	right: 0;
	transform: translateX(80%);
}
.step-title h3 {
	color: var(--colorGreen);
	font-weight: bold;
	font-size: 24px;
}

@media(max-width: 767.98px){
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
    .step-title h3 {
        font-size: 18px;
    }
    html[lang="en"] .step-title {
        padding-left: 20px;
    }
    html[lang="ar"] .step-title {
        padding-right: 20px;
    }
    .step-title {
        height: 35px;
    }
    .step-title::after {
        width: 35px;
        height: 35px;
    }
}
 */

/* ---------- Step 1 ---------- */
.row-gift-donation-projects .project-wrapper {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 10px #d9d9d9;
}

.row-gift-donation-projects .project-img {
    width: 100%;
    aspect-ratio: 3/2;
    position: relative;
}

.row-gift-donation-projects .project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row-gift-donation-projects .project-body {
    padding: 15px;
}

.row-gift-donation-projects .project-title {
    color: black;
    margin-bottom: 7px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.row-gift-donation-projects .project-desc {
    color: #8c8c8c;
    margin-bottom: 12px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.row-gift-donation-projects input {
    border: 1px solid #dee2e6;
    background-color: white;
    text-align: center;
    color: black;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}

.row-gift-donation-projects .card input::placeholder {
    color: #bebebe;
    font-size: 16px;
}

.row-gift-donation-projects .input-group-text {
    background-color: #f4f4f4;
}

/* ---------- Step 2: template selection ----------- */
.template-selection-tabs {
    border: 0;
    margin-bottom: 40px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.template-selection-tabs .nav-link {
    background-color: #ededed;
    margin: 3px;
}

.template-selection-tab-active {
    background-color: var(--colorGreen) !important;
}

/* selected project */
.row-gift-donation-projects .gd-project-card.gd-selected .project-wrapper {
    border: 2px solid #af1b18 !important;
    box-shadow: 0 0 0 3px rgba(175, 27, 24, 0.15) !important;
}

/* ---------- Step 3: form ---------- */
.page-gift-donation .input-style-icon-placeholder > input {
    background-color: transparent;
}

.page-gift-donation .input-style-icon-placeholder:not(.empty) label {
    background-color: #f5fbff;
    border-radius: 5px;
}

.gift-donation-phone .iti {
    width: 100%;
}

/* ---------- Donation Success (Details) page: web + app view ---------- */
.share-gift-card {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
}



/* ===========================================================================
About Us
============================================================================*/
:root {
    --aboutus-primary: #af1b18;
    --aboutus-primary-light: #B73D52;
    --aboutus-primary-dark: #70110f;
    --aboutus-bg-light: #fff7ed;
    --aboutus-bg-gradient-start: #f7ddd9;
    --aboutus-bg-gradient-end: #ffe7d5;
    --aboutus-text-dark: #2D2D2D;
    --aboutus-text-medium: #555555;
    --aboutus-text-light: #777777;
    --aboutus-white: #fffaf4;
    --aboutus-shadow: 0 4px 20px rgba(156, 43, 62, 0.08);
    --aboutus-shadow-hover: 0 8px 30px rgba(156, 43, 62, 0.15);
    --aboutus-radius: 16px;
    --aboutus-radius-sm: 12px;
    --aboutus-radius-lg: 24px;
    --aboutus-transition: all 0.3s ease;

    /* Color accents for value cards */
    --aboutus-green: #E8F5E9;
    --aboutus-green-icon: #4CAF50;
    --aboutus-pink: #FCE4EC;
    --aboutus-pink-icon: #E91E63;
    --aboutus-blue: #E3F2FD;
    --aboutus-blue-icon: #2196F3;
    --aboutus-yellow: #FFF8E1;
    --aboutus-yellow-icon: #FFC107;
    --aboutus-red: #FFEBEE;
    --aboutus-red-icon: #F44336;
    --aboutus-purple: #F3E5F5;
    --aboutus-purple-icon: #9C27B0;
}

/* BASE STYLES */
.aboutus-hero,
.aboutus-vision,
.aboutus-message,
.aboutus-values,
.aboutus-directors,
.aboutus-docs,
.aboutus-testimonials,
.aboutus-useful-links,
.aboutus-newsletter {
    background-color: var(--aboutus-bg-light);
}

/* ----- ABOUT US HERO ----- */
.aboutus-hero {
    padding-block: 60px;
    overflow: hidden;
}

.aboutus-hero .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.aboutus-hero__label {
    display: inline-block;
    color: var(--aboutus-primary);
    font-size: 1.125rem;
    font-weight: 700;
    margin-block-end: 20px;
    position: relative;
}

.aboutus-hero__label::after {
    content: '';
    position: absolute;
    inset-block-end: -8px;
    inset-inline-start: 0;
    width: 60px;
    height: 3px;
    background: var(--aboutus-primary);
    border-radius: 2px;
}

.aboutus-hero p {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--aboutus-text-medium);
    margin-block-end: 28px;
}

.aboutus-hero ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aboutus-hero ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-block-end: 8px;
    font-size: 0.95rem;
    color: var(--aboutus-text-dark);
    font-weight: 500;
}

.aboutus-hero ul li::before {
    display: flex;
    align-items: center;
    content: '\F270';
    font-family: "bootstrap-icons", sans-serif;
    font-size: 21px;
    color: var(--colorRed);
}

.aboutus-hero__image-wrapper {
    display: flex;
    justify-content: flex-end;
}

.aboutus-hero__image-container {
    position: relative;
    border-radius: var(--aboutus-radius-lg);
    overflow: hidden;
    box-shadow: var(--aboutus-shadow-hover);
    padding: 20px;
}

.aboutus-hero__image {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block;
    border-radius: 16px;
}

/* ----- ABOUT US VISION ----- */
.aboutus-vision {
    padding-block: 40px;
}

@media (max-width: 767.98px) {
    .aboutus-vision {
        padding-block: 25px;
    }
}

.aboutus-vision__card {
    background: linear-gradient(135deg, var(--aboutus-bg-gradient-start) 0%, var(--aboutus-bg-gradient-end) 100%);
    border-radius: var(--aboutus-radius-lg);
    padding: 50px 60px;
    margin-inline: auto;
    border: 1px solid white;
}

.aboutus-vision__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-block-end: 24px;
}

.aboutus-vision__icon-wrapper {
    width: 52px;
    height: 52px;
    background: #fef5ee;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(156, 43, 62, 0.1);
}

.aboutus-vision__icon-wrapper i {
    font-size: 1.5rem;
    color: var(--aboutus-primary);
}

.aboutus-vision__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--aboutus-primary);
    margin: 0;
}

.aboutus-vision__text {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--aboutus-text-medium);
    margin-block-end: 24px;
}

/*.aboutus-vision__link {*/
/*	display: inline-flex;*/
/*	align-items: center;*/
/*	gap: 8px;*/
/*	color: var(--aboutus-primary);*/
/*	font-weight: 600;*/
/*	font-size: 0.95rem;*/
/*	text-decoration: none;*/
/*	transition: var(--aboutus-transition);*/
/*}*/

/*.aboutus-vision__link:hover {*/
/*	color: var(--aboutus-primary-dark);*/
/*	text-decoration: none;*/
/*	gap: 12px;*/
/*}*/

/*.aboutus-vision__link i {*/
/*	transition: var(--aboutus-transition);*/
/*}*/

/* ------ ABOUT US MESSAGE ----- */
.aboutus-message {
    padding-block: 70px;
    background: #f7ece9;
}

@media (max-width: 767.98px) {
    .aboutus-message {
        padding-block: 30px;
    }
}

.aboutus-message__card {
    background: #faf4f1;
    border-radius: var(--aboutus-radius-lg);
    padding: 50px 60px;
    margin-inline: auto;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid white;
}

.aboutus-message__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-block-end: 24px;
}

.aboutus-message__icon-wrapper {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--aboutus-bg-gradient-start) 0%, var(--aboutus-bg-gradient-end) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus-message__icon-wrapper i {
    font-size: 1.5rem;
    color: var(--aboutus-primary);
}

.aboutus-message__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--aboutus-primary);
    margin: 0;
}

.aboutus-message__text {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--aboutus-text-medium);
    margin-block-end: 40px;
}

.aboutus-message__stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.aboutus-message__stat-item {
    background: white;
    border-radius: var(--aboutus-radius);
    padding: 20px 50px;
    text-align: center;
    min-width: 180px;
    transition: var(--aboutus-transition);
    width: 100%;
}

.aboutus-message__stat-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--aboutus-shadow);
}

.aboutus-message__stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--aboutus-primary);
    margin-block-end: 8px;
}

.aboutus-message__stat-label {
    font-size: 0.875rem;
    color: var(--aboutus-text-light);
    font-weight: 500;
}

/* ----- ABOUT US VALUES ----- */
.aboutus-values {
    padding-block: 60px;
}

.aboutus-values__header {
    text-align: center;
    margin-block-end: 50px;
}

.aboutus-values__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--aboutus-primary);
    margin-block-end: 12px;
}

.aboutus-values__subtitle {
    font-size: 1rem;
    color: var(--aboutus-text-medium);
    max-width: 500px;
    margin-inline: auto;
    text-align: center;
}

.aboutus-values__grid {
    margin-inline: auto;
}

.aboutus-values__grid .col-lg-4,
.aboutus-values__grid .col-md-6 {
    margin-block-end: 24px;
}

.aboutus-values__card {
    background: var(--aboutus-white);
    border-radius: var(--aboutus-radius);
    padding: 36px 24px;
    text-align: center;
    box-shadow: var(--aboutus-shadow);
    transition: var(--aboutus-transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutus-values__card:hover {
    transform: translateY(-6px);
    box-shadow: var(--aboutus-shadow-hover);
}

.aboutus-values__card-icon {
    width: 60px;
    height: 60px;
    border-radius: var(--aboutus-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-end: 20px;
}

.aboutus-values__card-icon i {
    font-size: 1.75rem;
}

/* Icon color variants */
.aboutus-values__card-icon--green {
    background: var(--aboutus-green);
}

.aboutus-values__card-icon--green i {
    color: var(--aboutus-green-icon);
}

.aboutus-values__card-icon--pink {
    background: var(--aboutus-pink);
}

.aboutus-values__card-icon--pink i {
    color: var(--aboutus-pink-icon);
}

.aboutus-values__card-icon--blue {
    background: var(--aboutus-blue);
}

.aboutus-values__card-icon--blue i {
    color: var(--aboutus-blue-icon);
}

.aboutus-values__card-icon--yellow {
    background: var(--aboutus-yellow);
}

.aboutus-values__card-icon--yellow i {
    color: var(--aboutus-yellow-icon);
}

.aboutus-values__card-icon--red {
    background: var(--aboutus-red);
}

.aboutus-values__card-icon--red i {
    color: var(--aboutus-red-icon);
}

.aboutus-values__card-icon--purple {
    background: var(--aboutus-purple);
}

.aboutus-values__card-icon--purple i {
    color: var(--aboutus-purple-icon);
}

/* Card background tints */
.aboutus-values__card--green {
    background: linear-gradient(180deg, var(--aboutus-white) 0%, #F8FFF8 100%);
}

.aboutus-values__card--pink {
    background: linear-gradient(180deg, var(--aboutus-white) 0%, #FFF8FA 100%);
}

.aboutus-values__card--blue {
    background: linear-gradient(180deg, var(--aboutus-white) 0%, #F8FBFF 100%);
}

.aboutus-values__card--yellow {
    background: linear-gradient(180deg, var(--aboutus-white) 0%, #FFFEF8 100%);
}

.aboutus-values__card--red {
    background: linear-gradient(180deg, var(--aboutus-white) 0%, #FFF8F8 100%);
}

.aboutus-values__card--purple {
    background: linear-gradient(180deg, var(--aboutus-white) 0%, #FCF8FF 100%);
}

.aboutus-values__card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--aboutus-primary);
    margin: 0;
}

/* ----- ABOUT US DIRECTORS ----- */
.aboutus-directors {
    padding-block: 60px;
    background: #fceae3;
}

.aboutus-directors__header {
    text-align: center;
    margin-block-end: 50px;
}

.aboutus-directors__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--aboutus-primary);
    margin-block-end: 12px;
}

.aboutus-directors__subtitle {
    font-size: 1rem;
    color: var(--aboutus-text-medium);
    max-width: 500px;
    margin-inline: auto;
    text-align: center;
}

.aboutus-directors__grid {
    margin-inline: auto;
    justify-content: center;
}

.aboutus-directors__grid .col-lg-4,
.aboutus-directors__grid .col-md-6 {
    margin-block-end: 30px;
}

.aboutus-directors__card {
    background: #fef4ee;
    border: 1px solid white;
    border-radius: var(--aboutus-radius);
    padding: 36px 24px;
    text-align: center;
    box-shadow: var(--aboutus-shadow);
    transition: var(--aboutus-transition);
    height: 100%;
}

.aboutus-directors__card:hover {
    transform: translateY(-6px);
    box-shadow: var(--aboutus-shadow-hover);
}

.aboutus-directors__avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-inline: auto;
    margin-block-end: 20px;
    border: 4px solid var(--aboutus-bg-gradient-end);
    box-shadow: 0 4px 16px rgba(156, 43, 62, 0.12);
}

.aboutus-directors__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutus-directors__name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--aboutus-primary);
    margin-block-end: 8px;
}

.aboutus-directors__position {
    font-size: 0.875rem;
    color: var(--aboutus-text-light);
    margin: 0;
    text-align: center;
}

/* ----- ABOUT US DOCS ----- */
.aboutus-docs {
    padding-block: 40px;
    background: #fceae3;
}

.aboutus-docs__card {
    background: #faf4f1;
    border-radius: var(--aboutus-radius-lg);
    padding: 40px 50px;
    margin-inline: auto;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid white;
}

.aboutus-docs__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-block-end: 30px;
}

.aboutus-docs__icon-wrapper {
    width: 48px;
    height: 48px;
    background: #F9E2E6;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus-docs__icon-wrapper i {
    font-size: 1.25rem;
    color: var(--aboutus-primary);
}

.aboutus-docs__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--aboutus-primary);
    margin: 0;
}

.aboutus-docs__downloads {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-block-end: 30px;
}

.aboutus-docs__download-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--aboutus-white);
    border: 1px solid #E8E8E8;
    border-radius: var(--aboutus-radius-sm);
    padding: 16px 24px;
    text-decoration: none;
    transition: var(--aboutus-transition);
    flex: 1;
}

.aboutus-docs__download-item:hover {
    text-decoration: none;
    border-color: var(--aboutus-primary);
    box-shadow: var(--aboutus-shadow);
}

.aboutus-docs__download-icon {
    width: 40px;
    height: 40px;
    background: #FFF0F3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.aboutus-docs__download-icon i {
    font-size: 1.125rem;
    color: var(--aboutus-primary);
}

.aboutus-docs__download-text {
    flex: 1;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--aboutus-text-dark);
}

.aboutus-docs__download-arrow {
    color: var(--aboutus-text-light);
    font-size: 1rem;
    transition: var(--aboutus-transition);
}

.aboutus-docs__download-item:hover .aboutus-docs__download-arrow {
    color: var(--aboutus-primary);
    transform: translateY(2px);
}

.aboutus-docs__badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.aboutus-docs__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--aboutus-white);
    border: 1px solid #E8E8E8;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 0.875rem;
    color: var(--aboutus-text-medium);
}

.aboutus-docs__badge i {
    color: var(--aboutus-primary);
    font-size: 1rem;
}

/* ----- ABOUT US USEFUL LINKS ----- */
.aboutus-useful-links {
    padding-block: 50px;
    background: #ffefe4;
}

.aboutus-useful-links__title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--aboutus-primary);
    margin-block-end: 40px;
}

.aboutus-useful-links__grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-inline: auto;
}

.aboutus-useful-links__item {
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: var(--aboutus-radius);
    padding: 18px 28px;
    text-decoration: none;
    box-shadow: var(--aboutus-shadow);
    transition: var(--aboutus-transition);
    min-width: 200px;
    flex: 1;
    background: #fef4f2;
    border: 1px solid white;
}

.aboutus-useful-links__item:hover {
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: var(--aboutus-shadow-hover);
}

.aboutus-useful-links__icon {
    width: 44px;
    height: 44px;
    background: #fbd4c1;
    border-radius: var(--aboutus-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.aboutus-useful-links__icon i {
    font-size: 1.5rem;
    color: var(--aboutus-primary);
}

.aboutus-useful-links__text {
    flex: 1;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--aboutus-text-dark);
}

.aboutus-useful-links__arrow {
    color: var(--aboutus-text-light);
    font-size: 0.875rem;
    transition: var(--aboutus-transition);
}

.aboutus-useful-links__item:hover .aboutus-useful-links__arrow {
    color: var(--aboutus-primary);
    transform: translateX(4px);
}


@media (max-width: 991.98px) {
    /* Hero Section */
    .aboutus-hero {
        padding-block: 50px;
    }

    .aboutus-hero__content {
        text-align: center;
    }

    .aboutus-hero__label::after {
        inset-inline-start: 50%;
        transform: translateX(-50%);
    }

    .aboutus-hero p {
        margin-inline: auto;
    }

    .aboutus-hero ul {
        display: inline-block;
        text-align: start;
    }

    .aboutus-hero__image-wrapper {
        justify-content: center;
    }

    /* Vision Section */
    .aboutus-vision__card {
        padding: 40px 30px;
    }

    .aboutus-vision__header {
        justify-content: center;
    }

    .aboutus-vision__link {
        float: none;
        display: flex;
        justify-content: center;
    }

    /* Message Section */
    .aboutus-message__card {
        padding: 40px 30px;
    }

    .aboutus-message__header {
        justify-content: center;
    }

    .aboutus-message__stat-item {
        padding: 20px 40px;
        min-width: 150px;
    }

    /* Directors Section */
    .aboutus-directors__grid .offset-lg-2 {
        margin-inline-start: 0;
    }

    /* Docs Section */
    .aboutus-docs__card {
        padding: 35px 25px;
    }

    .aboutus-docs__header {
        justify-content: center;
    }

    .aboutus-docs__download-item {
        min-width: 100%;
        max-width: 100%;
    }

    /* Useful Links */
    .aboutus-useful-links__item {
        min-width: 180px;
        max-width: none;
        flex: 1 1 calc(50% - 10px);
    }

}


@media (max-width: 767.98px) {
    /* Hero Section */
    .aboutus-hero {
        padding-block: 32px;
    }

    .aboutus-hero__label {
        font-size: 1rem;
    }

    .aboutus-hero p {
        font-size: 0.95rem;
    }

    .aboutus-hero ul li {
        font-size: 0.9rem;
    }

    .aboutus-hero__check-icon {
        width: 24px;
        height: 24px;
    }

    .aboutus-hero__check-icon i {
        font-size: 0.75rem;
    }

    /* Vision Section */
    .aboutus-vision__card {
        padding: 30px 20px;
    }

    .aboutus-vision__title {
        font-size: 1.125rem;
    }

    .aboutus-vision__text {
        font-size: 0.95rem;
    }

    /* Message Section */
    .aboutus-message__card {
        padding: 30px 20px;
    }

    .aboutus-message__title {
        font-size: 1.125rem;
    }

    .aboutus-message__stats {
        flex-direction: column;
        align-items: center;
    }

    .aboutus-message__stat-item {
        width: 100%;
        max-width: 280px;
        padding: 20px;
    }

    .aboutus-message__stat-number {
        font-size: 1.75rem;
    }

    /* Values Section */
    .aboutus-values {
        padding-block: 40px;
    }

    .aboutus-values__title {
        font-size: 1.25rem;
    }

    .aboutus-values__card {
        padding: 28px 20px;
    }

    .aboutus-values__card-icon {
        width: 50px;
        height: 50px;
    }

    .aboutus-values__card-icon i {
        font-size: 1.5rem;
    }

    /* Directors Section */
    .aboutus-directors {
        padding-block: 40px;
    }

    .aboutus-directors__title {
        font-size: 1.25rem;
    }

    .aboutus-directors__avatar {
        width: 90px;
        height: 90px;
    }

    .aboutus-directors__name {
        font-size: 0.95rem;
    }

    /* Docs Section */
    .aboutus-docs__card {
        padding: 25px 20px;
    }

    .aboutus-docs__title {
        font-size: 1.125rem;
    }

    .aboutus-docs__download-item {
        padding: 14px 18px;
    }

    .aboutus-docs__badges {
        flex-direction: column;
        align-items: center;
    }

    .aboutus-docs__badge {
        font-size: 0.8rem;
    }

    /* Useful Links */
    .aboutus-useful-links {
        padding-block: 40px;
    }

    .aboutus-useful-links__title {
        font-size: 1.25rem;
    }

    .aboutus-useful-links__grid {
        flex-direction: column;
        align-items: center;
    }

    .aboutus-useful-links__item {
        width: 100%;
        max-width: 300px;
        flex: none;
    }

}


@media (max-width: 575.98px) {
    .aboutus-hero p {
        font-size: 0.9rem;
    }

    .aboutus-message__stat-number {
        font-size: 1.5rem;
    }

    .aboutus-values__card-title {
        font-size: 0.95rem;
    }
}


html[lang="ar"] .aboutus-hero,
html[lang="ar"] .aboutus-vision,
html[lang="ar"] .aboutus-message,
html[lang="ar"] .aboutus-values,
html[lang="ar"] .aboutus-directors,
html[lang="ar"] .aboutus-docs,
html[lang="ar"] .aboutus-testimonials,
html[lang="ar"] .aboutus-useful-links,
html[lang="ar"] .aboutus-newsletter {
    direction: rtl;
    text-align: right;
}

/* Vision RTL */
html[lang="ar"] .aboutus-vision__link i {
    transform: rotate(180deg);
}

html[lang="ar"] .aboutus-vision__link:hover {
    gap: 12px;
}

/* Values centered text for RTL */
html[lang="ar"] .aboutus-values__header,
html[lang="ar"] .aboutus-directors__header,
html[lang="ar"] .aboutus-testimonials__header {
    text-align: center;
}

/* Useful Links RTL */
html[lang="ar"] .aboutus-useful-links__arrow {
    transform: rotate(180deg);
}

html[lang="ar"] .aboutus-useful-links__item:hover .aboutus-useful-links__arrow {
    transform: rotate(180deg) translateX(4px);
}

/* Tablet RTL Adjustments */
@media (max-width: 991.98px) {
    html[lang="ar"] .aboutus-hero__content {
        padding-inline-start: 0;
        text-align: center;
    }

    html[lang="ar"] .aboutus-hero__image-wrapper {
        justify-content: center;
    }

}

/* ANIMATION UTILITIES */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.aboutus-hero__content,
.aboutus-hero__image-container,
.aboutus-vision__card,
.aboutus-message__card,
.aboutus-values__card,
.aboutus-directors__card,
.aboutus-docs__card,
.aboutus-testimonials__card,
.aboutus-useful-links__item,
.aboutus-newsletter__card {
    animation: fadeInUp 0.6s ease-out forwards;
}

/* Staggered animation delays */
.aboutus-values__grid .col-lg-4:nth-child(1) .aboutus-values__card {
    animation-delay: 0.1s;
}

.aboutus-values__grid .col-lg-4:nth-child(2) .aboutus-values__card {
    animation-delay: 0.2s;
}

.aboutus-values__grid .col-lg-4:nth-child(3) .aboutus-values__card {
    animation-delay: 0.3s;
}

.aboutus-values__grid .col-lg-4:nth-child(4) .aboutus-values__card {
    animation-delay: 0.4s;
}

.aboutus-values__grid .col-lg-4:nth-child(5) .aboutus-values__card {
    animation-delay: 0.5s;
}

.aboutus-values__grid .col-lg-4:nth-child(6) .aboutus-values__card {
    animation-delay: 0.6s;
}

.aboutus-directors__grid .col-lg-4:nth-child(1) .aboutus-directors__card {
    animation-delay: 0.1s;
}

.aboutus-directors__grid .col-lg-4:nth-child(2) .aboutus-directors__card {
    animation-delay: 0.2s;
}

.aboutus-directors__grid .col-lg-4:nth-child(3) .aboutus-directors__card {
    animation-delay: 0.3s;
}

.aboutus-directors__grid .col-lg-4:nth-child(4) .aboutus-directors__card {
    animation-delay: 0.4s;
}

.aboutus-directors__grid .col-lg-4:nth-child(5) .aboutus-directors__card {
    animation-delay: 0.5s;
}

.aboutus-useful-links__item:nth-child(1) {
    animation-delay: 0.1s;
}

.aboutus-useful-links__item:nth-child(2) {
    animation-delay: 0.2s;
}

.aboutus-useful-links__item:nth-child(3) {
    animation-delay: 0.3s;
}

.aboutus-useful-links__item:nth-child(4) {
    animation-delay: 0.4s;
}

/* ===========================================================================
Contact Us
============================================================================*/
.page-contact-us {
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* ---------- HERO SECTION ---------- */
.page-contact-us .contact-hero {
    background: linear-gradient(135deg, #fff6ee 0%, #fdf2f7 100%);
    padding-block-start: 40px;
    padding-block-end: 40px;
    text-align: center;
}

.page-contact-us .contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    margin-block-end: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.page-contact-us .contact-badge i {
    font-size: 18px;
    color: #6c757d;
}

.page-contact-us .contact-hero-title {
    font-size: 18px;
    font-weight: 500;
    color: #c94a4a;
    margin-block-end: 16px;
}

.page-contact-us .contact-hero-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #212529;
    margin-block-end: 16px;
    line-height: 1.5;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.page-contact-us .contact-hero-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6c757d;
}

.page-contact-us .contact-hero-note i {
    font-size: 16px;
}

/* ---------- CONTACT CARDS SECTION ---------- */
.page-contact-us .contact-cards-section {
    padding-block-start: 60px;
    padding-block-end: 60px;
    background: #ffffff;
}

.page-contact-us .contact-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.page-contact-us .contact-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.page-contact-us .contact-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-block-end: 16px;
    font-size: 24px;
}

.page-contact-us .contact-card-icon.phone {
    background-color: rgba(201, 169, 74, 0.12);
    color: #c9a94a;
}

.page-contact-us .contact-card-icon.whatsapp {
    background-color: rgba(37, 211, 102, 0.12);
    color: #25d366;
}

.page-contact-us .contact-card-icon.email {
    background-color: rgba(201, 74, 74, 0.12);
    color: #c94a4a;
}

.page-contact-us .contact-card-icon.address {
    background-color: rgba(74, 144, 201, 0.12);
    color: #4a90c9;
}

.page-contact-us .contact-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #c94a4a;
    margin-block-end: 12px;
}

.page-contact-us .contact-card-value {
    font-size: 15px;
    font-weight: 500;
    color: #212529;
    margin-block-end: 6px;
    direction: ltr;
    text-align: center;
}

html[lang="ar"] .page-contact-us .contact-card-value {
    direction: ltr;
    unicode-bidi: isolate;
}

.page-contact-us .contact-card-desc {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.6;
    text-align: center;
}

/* ---------- CONTACT FORM ----------- */
.page-contact-us .contact-form-section {
    padding-block-end: 80px;
    padding-block-start: 80px;
    background: #f7f8f8;
}

@media (max-width: 767.98px) {
    .page-contact-us .contact-form-section {
        padding-block-end: 40px;
        padding-block-start: 40px;
    }
}

.page-contact-us .contact-form-wrapper {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 48px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    max-width: 800px;
    margin-inline: auto;
    border: 2px solid #eee;
}

.page-contact-us .contact-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #c94a4a;
    margin-block-end: 12px;
    text-align: center;
}

.page-contact-us .contact-form-subtitle {
    font-size: 15px;
    color: #6c757d;
    margin-block-end: 32px;
    text-align: center;
}

.page-contact-us .form-group {
    margin-block-end: 20px;
}

.page-contact-us .form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    margin-block-end: 8px;
    text-align: start;
}

.page-contact-us .form-label .required {
    color: #c94a4a;
}

.page-contact-us .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding-inline: 16px;
    font-size: 14px;
    font-family: 'Tajawal', sans-serif;
    color: #212529;
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    text-align: start;
}

.page-contact-us .form-control::placeholder {
    color: #adb5bd;
}

.page-contact-us .form-control:focus {
    outline: none;
    border-color: #c94a4a;
    box-shadow: 0 0 0 3px rgba(201, 74, 74, 0.1);
}

.page-contact-us textarea.form-control {
    height: 140px;
    padding-block-start: 14px;
    resize: vertical;
}

.page-contact-us .form-row {
    display: flex;
    gap: 20px;
    margin-inline: 0;
}

.page-contact-us .form-row .form-group {
    flex: 1;
}

.page-contact-us .phone-input-wrapper {
    position: relative;
}

.page-contact-us .phone-input-wrapper .form-control {
    direction: ltr;
    text-align: start;
}

html[lang="ar"] .page-contact-us .phone-input-wrapper .form-control {
    text-align: end;
}

/* ----- RESPONSIVE STYLES ----- */
@media (min-width: 1200px) {
    .page-contact-us .contact-hero-subtitle {
        font-size: 30px;
    }
}

@media (max-width: 1199.98px) {
    .page-contact-us .contact-hero-subtitle {
        font-size: 26px;
    }

    .page-contact-us .contact-card {
        padding: 24px 16px;
    }
}

@media (max-width: 991.98px) {
    .page-contact-us .contact-hero {
        padding-block-start: 50px;
        padding-block-end: 30px;
    }

    .page-contact-us .contact-hero-subtitle {
        font-size: 24px;
    }

    .page-contact-us .contact-card {
        padding: 24px 20px;
    }

    .page-contact-us .contact-form-wrapper {
        padding: 40px 32px;
    }
}

@media (max-width: 767.98px) {
    .page-contact-us .contact-hero {
        padding-block-start: 40px;
        padding-block-end: 24px;
    }

    .page-contact-us .contact-hero-subtitle {
        font-size: 22px;
        padding-inline: 16px;
    }

    .page-contact-us .contact-hero-note {
        font-size: 13px;
    }

    .page-contact-us .contact-cards-section {
        padding-block-start: 30px;
        padding-block-end: 40px;
    }

    .page-contact-us .form-row {
        flex-direction: column;
        gap: 0;
    }

    .page-contact-us .contact-form-wrapper {
        padding: 32px 24px;
        margin-inline: 8px;
    }

    .page-contact-us .contact-form-title {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .page-contact-us .contact-hero {
        padding-block-start: 32px;
        padding-block-end: 20px;
    }

    .page-contact-us .contact-badge {
        font-size: 13px;
        padding: 8px 16px;
    }

    .page-contact-us .contact-hero-title {
        font-size: 16px;
    }

    .page-contact-us .contact-hero-subtitle {
        font-size: 20px;
        line-height: 1.6;
    }

    .page-contact-us .contact-card-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .page-contact-us .contact-card-title {
        font-size: 15px;
    }

    .page-contact-us .contact-card-value {
        font-size: 14px;
    }

    .page-contact-us .contact-form-wrapper {
        padding: 28px 20px;
        border-radius: 12px;
    }

    .page-contact-us .contact-form-title {
        font-size: 20px;
    }

    .page-contact-us .contact-form-subtitle {
        font-size: 14px;
        margin-block-end: 24px;
    }

    .page-contact-us .form-control {
        height: 48px;
        font-size: 14px;
    }
}

/* ===========================================================================
Ads Details (full screen page)
============================================================================*/
.ads-details-fullscreen-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #000;
}

.ads-details-header {
    height: 200px;
    background-color: #fff;
    position: relative;
    padding: 15px;
}

.ads-details-header .logo {
    max-height: 140px;
    max-width: 210px;
}

/* ---------------- scroller ------------ */
/* Header */
.ads-details-header {
    height: 200px;
    background-color: #fff;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
}

.ads-details-header .logo {
    max-height: 140px;
    max-width: 210px;
}

.scrollfeed {
    width: 100%;
}

/* News ticker base */
.news-ticker {
    background-color: transparent;
    padding: 10px 0;
}

/* Comments ticker – red pill background */
.scrollfeed-comments .news-ticker {
    background: #9f2d35;
    border-radius: 35px;
    padding: 0 10px;
}

.ticker-container {
    position: relative;
    height: 52px;
    overflow: hidden;
}

.ticker-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ticker-content {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    display: inline-block;
}

.ltr .ticker-content {
    left: 0;
}

.rtl .ticker-content {
    right: 0;
    left: auto;
    direction: rtl;
}

.ticker-item {
    display: inline-block;
    padding: 0 30px;
    font-size: 18px;
    line-height: 52px;
    position: relative;
    font-weight: bold;
    color: #9e2c34;
    vertical-align: middle;
}

/* Comments ticker – light pink text */
.scrollfeed-comments .ticker-item {
    color: #e5aaa9;
}

/* ── Separator images (LTR) ── */
.ltr .ticker-item::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./image/marq-separator-red.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 49px;
}

/* ── Separator images (RTL) ── */
.rtl .ticker-item::after {
    content: "";
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./image/marq-separator-red.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 49px;
}

/* Comments ticker separator – white leaf on red */
.scrollfeed-comments .ltr .ticker-item::after,
.scrollfeed-comments .rtl .ticker-item::after {
    background-image: url(./image/marq-separator-white-on-red.png);
    width: 19px;
    height: 52px;
}

/* LTR: scroll left */
@keyframes ticker-ltr {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-33.333%); }
}

/* RTL: scroll right */
@keyframes ticker-rtl {
    0%   { transform: translateX(0); }
    100% { transform: translateX(33.333%); }
}

/* Pause animation on hover */
.ticker-wrapper:hover .ticker-content {
    animation-play-state: paused !important;
}

html[lang="ar"] .ticker-content {
    direction: rtl;
}

@media (max-width: 1199.98px) {
    .ads-details-header {
        height: auto;
        padding: 5px;
    }

    .ads-details-header .logo {
        max-height: 60px;
    }

    .news-ticker {
        margin-top: 5px;
        padding: 5px 0;
    }

    .scrollfeed-comments .news-ticker {
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .scrollfeed,
    .scrollfeed-comments {
        height: auto;
    }

    .scrollfeed-comments {
        margin-left: -5px;
        margin-right: -5px;
    }

    .ticker-container {
        height: 40px;
    }

    .scrollfeed-comments .news-ticker .ticker-container {
        height: 40px;
        border-radius: 0;
    }

    .ticker-item {
        font-size: 16px;
        line-height: 40px;
        padding: 0 18px;
    }

    .scrollfeed-comments .ticker-item {
        font-weight: normal;
    }
    /* On small screens, use a bullet instead of the leaf image */
    .scrollfeed-comments .ltr .ticker-item::after,
    .scrollfeed-comments .rtl .ticker-item::after {
        background-image: none;
        width: auto;
        height: auto;
        content: "•";
        color: #e3a5a5;
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 767.98px) {
    .ads-details-header {
        padding: 5px;
    }

    .ads-details-header .logo {
        max-height: 45px;
        max-width: 120px;
    }

    .ticker-item {
        font-size: 14px;
        line-height: 36px;
        padding: 0 14px;
    }

    .ticker-container {
        height: 36px;
    }

    .ltr .ticker-item::after,
    .rtl .ticker-item::after {
        width: 12px;
        height: 36px;
    }
}

/* --------------- new --------------*/
/* code from client for pupup and celebration? */
.donation-container {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    width: 100%;
    max-width: 500px;
}

.total-amount {
    font-size: 3.5rem;
    color: #86091c;
    font-weight: bold;
    margin: 1.5rem 0;
}

.btn-donate {
    background-color: #86091c;
    color: white;
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
    border: none;
    transition: all 0.3s ease;
}

.btn-donate:hover {
    background-color: #6d0717;
    color: white;
    transform: translateY(-2px);
}

.celebration {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: #e74c3c;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    animation: celebrate 2s ease-in-out forwards;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.celebration-message {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.celebration-amount {
    font-size: 5rem;
    color: #86091c;
    margin: 1rem 0;
    font-weight: bold;
}

@keyframes celebrate {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
    }
    20% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 1;
    }
    40% {
        transform: translate(-50%, -50%) scale(0.9);
    }
    60% {
        transform: translate(-50%, -50%) scale(1.1);
    }
    80% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.confetti {
    position: fixed;
    width: 10px;
    height: 10px;
    background-color: #f1c40f;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
}


/* --------------- contents --------------- */
.ads-details-content {
    height: calc(100vh - 200px); /* substract top header height */
    overflow-y: auto;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.ads-details-content .overlay {
    width: 100%;
    height: 100%;
    background: rgba(159, 45, 53, 0.7);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ads-details-content .frame {
    width: 100%;
    background: #e3a5a5;
    padding: 20px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    margin: auto;
    max-height: calc(100vh - 220px); /* substruct header height + some padding y axis*/
}

@media (max-width: 1920px) {
    .ads-details-content .frame {
        max-width: 530px;
    }
}

.ads-details-content .frame .photo img {
    width: 100%;
}

@media (max-width: 1199.98px) {
    .ads-details-content .frame .photo img {
        max-height: 150px;
    }
}

.ads-details-content .frame .title {
    font-size: 23px;
    color: #9f2d35;
    font-weight: bold;
}

.ads-details-content .hashtag {
    color: white;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
}

@media (min-height: 1085px) and (min-width: 1925px) {
    .ads-details-content .hashtag {
        font-size: 3vw;
    }
}

.ads-details-content .money-amount {
    font-weight: bold;
    color: white;
    font-size: 100px;
    text-align: center;
}

@media (min-height: 1085px) and (min-width: 1925px) {
    .ads-details-content .money-amount {
        font-size: 8vw;
        line-height: 7vw;
    }
}

.ads-details-content .money-currency {
    color: #dfa8a7;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    line-height: 90px;
}

@media (min-height: 1085px) and (min-width: 1925px) {
    .ads-details-content .money-currency {
        font-size: 2vw;
    }
}

.ads-details-content .bani {
    font-size: 32px;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media (min-height: 1085px) and (min-width: 1925px) {
    .ads-details-content .bani {
        font-size: 3vw;
    }
}

.ads-details-content .people-number {
    background: #e3a5a5;
    color: #9f2d35;
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 35px;
    border-radius: 20px 0;
}

@media (min-height: 1085px) and (min-width: 1925px) {
    .ads-details-content .people-number {
        font-size: 6vw;
    }
}

.ads-details-content .people-number-slogan {
    color: white;
    font-weight: bold;
    font-size: 21px;
}

@media (min-height: 1085px) and (min-width: 1925px) {
    .ads-details-content .people-number-slogan {
        font-size: 4vw;
    }
}

@media (max-width: 1199.98px) {
    .ads-details-content .frame {
        max-width: 240px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .ads-details-content .frame .title {
        font-size: 16px;
        font-weight: normal;
    }

    .ads-details-content .hashtag {
        font-size: 20px;
    }

    .ads-details-content .money-amount {
        font-size: 50px;
    }

    .ads-details-content .money-currency {
        font-size: 16px;
        line-height: 50px;
    }

    .ads-details-content .bani {
        font-size: 21px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .ads-details-content .people-number {
        font-size: 23px;
        padding: 5px 30px;
        border-radius: 15px 0;
    }

    .ads-details-content .people-number-slogan {
        font-size: 16px;
    }

}


/* ===========================================================================
(Here Insan) page
============================================================================*/
/* ------------ tags ------------ */
.hi-page .hi-tags h6 {
    color: var(--colorRed);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.hi-page .hi-tags p {
    color: #5b6c79;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}

.hi-page .btn-tag {
    border: 2px solid #dee2e4;
    background: white;
    padding: 7px 15px;
    color: var(--colorRed);
    font-size: 16px;
    border-radius: 25px;
    cursor: auto;
}

.hi-page .hi-tags .btn-tag .bi {
    font-size: 20px;
}

@media (max-width: 767.98px) {
    .hi-page .hi-tags h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .hi-page .hi-tags p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .hi-page .btn-tag {
        padding: 5px 12px;
        font-size: 13px;
        border-radius: 22px;
    }

    .hi-page .hi-tags .btn-tag .bi {
        font-size: 16px;
    }
}

/* ----------- Newsletter ----------- */
.hi-page .newsletter {
    background: #f7f8f8;
}

/* ------------ FAQ ------------ */
.hi-page .faq {
    background: #ffffff;
}

/* ------------ tabs (pdfbox and videobox) ------------ */
section.hi-tabs {
    background: #ffffff;
}

.hi-tabs .aldar-tabs-navs {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
}

.hi-tabs .aldar-tabs-navs::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    pointer-events: none;

    width: 85%;
    height: 40px;

    background: radial-gradient(
            130% 60% at 50% 0%,
            rgba(0, 0, 0, 0.10) 0%,
            rgba(0, 0, 0, 0.08) 22%,
            rgba(0, 0, 0, 0.06) 40%,
            rgba(0, 0, 0, 0.04) 60%,
            rgba(0, 0, 0, 0.0) 100%
    );

    /* Edge-blend refinement */
    mask-image: linear-gradient(
            90deg,
            transparent 0%,
            black 18%,
            black 82%,
            transparent 100%
    );
}

/* --------------- hero video section --------------- */
:root {
    --hi-hero-primary: #b91c1c;
    --hi-hero-primary-dark: #991b1b;
    --hi-hero-primary-light: #dc2626;
    --hi-hero-text-dark: #1f2937;
    --hi-hero-text-muted: #6b7280;
    --hi-hero-bg-light: #f8f9fa;
    --hi-hero-bg-white: #ffffff;
    --hi-hero-border: #e5e7eb;
    --hi-hero-badge-featured: #f7e8e7;
    --hi-hero-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    --hi-hero-radius: 16px;
    --hi-hero-radius-sm: 8px;
    --hi-hero-radius-pill: 50px;
}

.hi-hero {
    padding: 50px 0;
    background-color: var(--hi-hero-bg-light);
}

.hi-hero * {
    box-sizing: border-box;
}

/* Main Card Container */
.hi-hero__card {
    background: var(--hi-hero-bg-white);
    border-radius: var(--hi-hero-radius);
    box-shadow: var(--hi-hero-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    min-height: 380px;
}

/* Content Side */
.hi-hero__content {
    flex: 1;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Featured Badge */
.hi-hero__badge-featured {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--hi-hero-badge-featured);
    color: var(--colorRed);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: var(--hi-hero-radius-pill);
    margin-block-end: 20px;
    width: fit-content;
}

/* Title */
.hi-hero__title {
    color: var(--hi-hero-primary);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-block-end: 16px;
    text-align: start;
}

/* Description */
.hi-hero__description {
    color: var(--hi-hero-text-muted);
    font-size: 15px;
    line-height: 1.7;
    margin-block-end: 24px;
    text-align: start;
}

/* Tags Container */
.hi-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-block-end: 28px;
    justify-content: flex-start;
}

.hi-hero__tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: var(--hi-hero-radius-pill);
    font-size: 13px;
    font-weight: 500;
    color: #434a57;
    background: #eef0f1;
    transition: all 0.2s ease;
}

.hi-hero__tag:hover {
    border-color: var(--hi-hero-primary);
    color: var(--hi-hero-primary);
}

/* Thumbnail Side */
.hi-hero__thumbnail {
    flex: 1.1;
    position: relative;
    min-height: 380px;
    overflow: hidden;
}

.hi-hero__thumbnail-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.hi-hero__thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hi-hero__thumbnail-wrapper:hover .hi-hero__thumbnail-image {
    transform: scale(1.05);
}

/* Overlay Gradient */
.hi-hero__thumbnail-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0) 70%,
            rgba(0, 0, 0, 0.2) 100%
    );
    pointer-events: none;
}

/* Play Button */
.hi-hero__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: var(--hi-hero-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(185, 28, 28, 0.4);
    z-index: 10;
}

.hi-hero__play-btn::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background-color: rgba(185, 28, 28, 0.2);
    animation: hi-hero-pulse 2s infinite;
}

.hi-hero__play-btn:hover {
    background-color: var(--hi-hero-primary-dark);
    transform: translate(-50%, -50%) scale(1.1);
}

.hi-hero__play-btn i {
    color: var(--hi-hero-bg-white);
    font-size: 34px;
    line-height: 1;
}

@keyframes hi-hero-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* Meta Badges Container */
.hi-hero__meta-badges {
    position: absolute;
    top: 20px;
    inset-inline-end: 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    z-index: 10;
}

.hi-hero__meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: var(--colorRed);
    backdrop-filter: blur(8px);
    color: white;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 14px;
    border-radius: var(--hi-hero-radius-pill);
    pointer-events: none;
}

.hi-hero__meta-badge:first-of-type {
    background-color: white;
    color: var(--colorRed);
}

.hi-hero__meta-badge i {
    font-size: 14px;
}

/* RESPONSIVE STYLES */
@media (max-width: 1199.98px) {
    .hi-hero__content {
        padding: 40px 32px;
    }

    .hi-hero__title {
        font-size: 26px;
    }
}

@media (max-width: 991.98px) {
    .hi-hero__card {
        min-height: 340px;
    }

    .hi-hero__content {
        padding: 32px 28px;
    }

    .hi-hero__title {
        font-size: 24px;
    }

    .hi-hero__description {
        font-size: 14px;
    }

    .hi-hero__thumbnail {
        min-height: 340px;
    }

    .hi-hero__play-btn {
        width: 70px;
        height: 70px;
    }

    .hi-hero__play-btn i {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .hi-hero {
        padding: 24px 0;
    }

    .hi-hero__card {
        flex-direction: column;
        min-height: auto;
    }

    .hi-hero__thumbnail {
        flex: none;
        min-height: 280px;
        height: 280px;
    }

    .hi-hero__content {
        padding: 28px 24px;
    }

    .hi-hero__title {
        font-size: 22px;
    }

    .hi-hero__badge-featured {
        font-size: 12px;
        padding: 5px 14px;
        margin-block-end: 16px;
    }

    .hi-hero__description {
        margin-block-end: 20px;
    }

    .hi-hero__tags {
        margin-block-end: 24px;
    }

    .hi-hero__play-btn {
        width: 64px;
        height: 64px;
    }

    .hi-hero__play-btn i {
        font-size: 26px;
    }

    .hi-hero__meta-badges {
        top: 16px;
        inset-inline-end: 16px;
        gap: 8px;
    }

    .hi-hero__meta-badge {
        font-size: 11px;
        padding: 6px 12px;
    }
}

@media (max-width: 575.98px) {
    .hi-hero {
        padding: 16px 0;
    }

    .hi-hero__card {
        border-radius: 12px;
    }

    .hi-hero__thumbnail {
        min-height: 220px;
        height: 220px;
    }

    .hi-hero__content {
        padding: 24px 20px;
    }

    .hi-hero__title {
        font-size: 20px;
        margin-block-end: 12px;
    }

    .hi-hero__description {
        font-size: 13px;
        margin-block-end: 16px;
    }

    .hi-hero__tags {
        gap: 8px;
        margin-block-end: 20px;
    }

    .hi-hero__tag {
        font-size: 12px;
        padding: 5px 12px;
    }

    .hi-hero__play-btn {
        width: 56px;
        height: 56px;
    }

    .hi-hero__play-btn::before {
        inset: -6px;
    }

    .hi-hero__play-btn i {
        font-size: 22px;
    }

    .hi-hero__meta-badges {
        top: 12px;
        inset-inline-end: 12px;
        gap: 6px;
    }

    .hi-hero__meta-badge {
        font-size: 12px;
        padding: 3px 10px;
    }
}

/* --------------- Video Details Modal/Popup --------------- */
.hi-video-details {
    width: 100%;
}

/* ----- Video Player Section ----- */
.hi-video-details__player {
    width: 100%;
    margin-block-end: 1.5rem;
}

.hi-video-details__player-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
}

.hi-video-details__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hi-video-details__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.hi-video-details__thumbnail.hi-video-details--hidden {
    opacity: 0;
    pointer-events: none;
}

.hi-video-details__play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: opacity 0.3s ease;
}

.hi-video-details__play-overlay.hi-video-details--hidden {
    opacity: 0;
    pointer-events: none;
}

.hi-video-details__play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e63946;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
    box-shadow: 0 4px 20px rgba(230, 57, 70, 0.4);
}

.hi-video-details__play-btn:hover {
    transform: scale(1.1);
    background-color: #d62839;
}

.hi-video-details__play-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(230, 57, 70, 0.3), 0 4px 20px rgba(230, 57, 70, 0.4);
}

.hi-video-details__play-btn i {
    margin-left: 4px;
}

/* ----- Description ----- */
.hi-video-details__description {
    margin-block-end: 1.25rem;
}

.hi-video-details__description p {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #333;
    margin: 0;
    text-align: start;
}

/* ----- Tags Section ----- */
.hi-video-details__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-block-end: 1.5rem;
    justify-content: flex-start;
}

.hi-video-details__tag {
    display: inline-block;
    padding: 0.3rem .7rem;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    font-size: 0.8rem;
    color: #555;
    transition: background-color 0.2s ease;
}

.hi-video-details__tag:hover {
    background-color: #eaeaea;
}

/* ----- Share Section ----- */
.hi-video-details__share {
    margin-block-end: 1.25rem;
}

.hi-video-details__share-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--colorRed);
    margin-block-end: 1rem;
    text-align: start;
}

.hi-video-details__share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
}

.hi-video-details__share-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border-radius: 6px;
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.hi-video-details__share-btn i {
    font-size: 1.125rem;
}

/* WhatsApp Button */
.hi-video-details__share-btn--whatsapp {
    background-color: #25d366;
    color: #fff;
    border-color: #25d366;
}

.hi-video-details__share-btn--whatsapp:hover {
    background-color: #1ebe5d;
    border-color: #1ebe5d;
}

/* Twitter Button */
.hi-video-details__share-btn--twitter {
    background-color: #1da1f2;
    color: #fff;
    border-color: #1da1f2;
}

.hi-video-details__share-btn--twitter:hover {
    background-color: #0d8ddb;
    border-color: #0d8ddb;
}

/* Facebook Button */
.hi-video-details__share-btn--facebook {
    background-color: #1877f2;
    color: #fff;
    border-color: #1877f2;
}

.hi-video-details__share-btn--facebook:hover {
    background-color: #0d65d9;
    border-color: #0d65d9;
}

/* Copy Link Button */
.hi-video-details__share-btn--copy {
    background-color: #fff;
    color: #555;
    border-color: #ccc;
}

.hi-video-details__share-btn--copy:hover {
    background-color: #f5f5f5;
    border-color: #999;
}

.hi-video-details__share-btn--copy.hi-video-details--copied {
    background-color: #d4edda;
    border-color: #28a745;
    color: #28a745;
}

/* ----- Download Section ----- */
.hi-video-details__download {
    display: flex;
    justify-content: flex-start;
    margin-block-end: 2rem;
}

.hi-video-details__download-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.9375rem;
    color: #555;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hi-video-details__download-btn:hover {
    background-color: #f5f5f5;
    border-color: #999;
    color: #333;
    text-decoration: none;
}

.hi-video-details__download-btn i {
    font-size: 1.125rem;
}

/* ----- Related Videos Section ----- */
.hi-video-details__related {
    margin-block-start: 2rem;
}

.hi-video-details__related-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--colorRed);
    margin-block-end: 1rem;
    text-align: start;
}

.hi-video-details__related-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.hi-video-details__related-card {
    flex: 0 0 calc(25% - 0.9375rem);
    max-width: calc(25% - 0.9375rem);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}

.hi-video-details__related-card:hover {
    text-decoration: none;
    color: inherit;
}

.hi-video-details__related-thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 8px;
    overflow: hidden;
    margin-block-end: 0.2rem;
    border: 3px solid transparent;
    transition: border-color 0.2s ease;
}

.hi-video-details__related-card:hover .hi-video-details__related-thumb {
    border-color: var(--colorRed);
}

.hi-video-details__related-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hi-video-details__related-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.hi-video-details__related-card:hover .hi-video-details__related-play {
    opacity: 1;
}

.hi-video-details__related-play i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    color: #333;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline-start: 4px;
}

.hi-video-details__related-name {
    font-size: 13px;
    font-weight: 400 !important;
    color: #484848;
    margin: 0 10px;
    text-align: center;
    transition: color 0.2s ease;
}

.hi-video-details__related-card:hover .hi-video-details__related-name {
    color: var(--colorRed);
}

/* ----- Responsive Styles ----- */

@media (max-width: 1199.98px) {
    .hi-video-details__related-card {
        flex: 0 0 calc(25% - 0.9375rem);
        max-width: calc(25% - 0.9375rem);
    }
}

@media (max-width: 991.98px) {
    .hi-video-details__play-btn {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }

    .hi-video-details__related-card {
        flex: 0 0 calc(50% - 0.625rem);
        max-width: calc(50% - 0.625rem);
    }

    .hi-video-details__share-buttons {
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .hi-video-details__description p {
        font-size: 1rem;
    }

    .hi-video-details__play-btn {
        width: 60px;
        height: 60px;
        font-size: 1.75rem;
    }

    .hi-video-details__share-btn {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }

    .hi-video-details__share-btn i {
        font-size: 1rem;
    }

    .hi-video-details__tag {
        padding: 0.375rem 0.75rem;
        font-size: 0.8125rem;
    }

    .hi-video-details__download-btn {
        width: 100%;
        justify-content: center;
    }

    .hi-video-details__related-card {
        flex: 0 0 calc(50% - 0.625rem);
        max-width: calc(50% - 0.625rem);
    }

    .hi-video-details__related-play i {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .hi-video-details__description p {
        font-size: 0.9375rem;
        line-height: 1.6;
    }

    .hi-video-details__play-btn {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .hi-video-details__share-buttons {
        gap: 0.5rem;
    }

    .hi-video-details__share-btn {
        flex: 1 1 calc(50% - 0.25rem);
        justify-content: center;
        padding: 0.625rem 0.75rem;
    }

    .hi-video-details__share-btn--copy {
        flex: 1 1 100%;
    }

    .hi-video-details__related-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hi-video-details__related-grid {
        gap: 1rem;
    }
}

/* ----- Utility Classes ----- */

.hi-video-details--hidden {
    display: none !important;
}

/* Toast notification for copy success */
.hi-video-details__toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-size: 0.875rem;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hi-video-details__toast.hi-video-details--visible {
    opacity: 1;
    visibility: visible;
}

/* ===========================================================================
Digital Library
============================================================================*/
:root {
    --dl-primary: #A91D3A;
    --dl-primary-dark: #8B1730;
    --dl-primary-light: #C62548;
    --dl-bg-light: #F8F5F2;
    --dl-bg-gradient-start: #FDF8F6;
    --dl-bg-gradient-end: #F5F0ED;
    --dl-bg-white: #FFFFFF;
    --dl-bg-gray: #F7F7F7;
    --dl-text-dark: #1A1A1A;
    --dl-text-gray: #6B7280;
    --dl-text-muted: #9CA3AF;
    --dl-icon-red-bg: #FEE2E2;
    --dl-icon-red-color: #DC2626;
    --dl-icon-green-bg: #dee1ff;
    --dl-icon-green-color: #636ab1;
    --dl-icon-teal-bg: #CCFBF1;
    --dl-icon-teal-color: #0D9488;
    --dl-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
    --dl-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
    --dl-shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.1);
    --dl-radius-sm: 8px;
    --dl-radius-md: 12px;
    --dl-radius-lg: 16px;
    --dl-radius-xl: 24px;
    --dl-radius-full: 50px;
    --dl-transition: all 0.3s ease;
}

/* ----- SECTION 1: Digital Library Stats ----- */
.digital-library-stats {
    padding-top: 60px;
    padding-bottom: 60px;
}

.digital-library-stats .stats-badge-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.digital-library-stats .stats-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background-color: var(--dl-bg-white);
    border: 1px solid var(--dl-primary);
    border-radius: var(--dl-radius-full);
    color: var(--dl-primary);
    font-size: 14px;
    font-weight: 500;
    transition: var(--dl-transition);
}

.digital-library-stats .stats-badge:hover {
    background-color: var(--dl-primary);
    color: var(--dl-bg-white);
}

.digital-library-stats .stats-badge i {
    font-size: 16px;
}

.digital-library-stats .stats-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--dl-primary);
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.digital-library-stats .stats-description {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: var(--dl-text-gray);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.digital-library-stats .stats-cards-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.digital-library-stats .stats-card-col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 24px;
}

.digital-library-stats .stats-card {
    background-color: var(--dl-bg-white);
    border-radius: var(--dl-radius-lg);
    padding: 32px 24px;
    text-align: center;
    box-shadow: var(--dl-shadow-md);
    transition: var(--dl-transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.digital-library-stats .stats-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--dl-shadow-lg);
}

.digital-library-stats .stats-card-icon {
    width: 56px;
    height: 56px;
    border-radius: var(--dl-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.digital-library-stats .stats-card-icon--red {
    background-color: var(--dl-icon-red-bg);
    color: var(--dl-icon-red-color);
}

.digital-library-stats .stats-card-icon--green {
    background-color: var(--dl-icon-green-bg);
    color: var(--dl-icon-green-color);
}

.digital-library-stats .stats-card-icon--teal {
    background-color: var(--dl-icon-teal-bg);
    color: var(--dl-icon-teal-color);
}

.digital-library-stats .stats-card-value {
    font-size: 22px;
    font-weight: 700;
    color: var(--dl-text-dark);
    margin-bottom: 8px;
}

.digital-library-stats .stats-card-label {
    font-size: 14px;
    color: var(--dl-text-muted);
    font-weight: 400;
}

/* ----- SECTION 2: Digital Library Releases ----- */
.digital-library-release {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--dl-bg-white);
}

.digital-library-release .release-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 16px;
}

.digital-library-release .release-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--dl-primary);
    margin: 0;
}

.digital-library-release .release-title .release-count {
    font-weight: 600;
}

.digital-library-release .release-results {
    font-size: 14px;
    color: var(--dl-text-muted);
}

.digital-library-release .release-grid {
    display: flex;
    flex-wrap: wrap;
}

.digital-library-release .release-card-col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.digital-library-release .release-card {
    background-color: var(--dl-bg-white);
    border-radius: var(--dl-radius-lg);
    overflow: hidden;
    box-shadow: var(--dl-shadow-lg);
    transition: var(--dl-transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e8e8e8;
}

.digital-library-release .release-card:hover {
    box-shadow: var(--dl-shadow-lg);
    transform: translateY(-4px);
}

.digital-library-release .release-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 7/4;
    overflow: hidden;
    background-color: rgba(175, 27, 24, 0.05);
}

.digital-library-release .release-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--dl-transition);
}

.digital-library-release .release-card:hover .release-card-image img {
    transform: scale(1.05);
}

.digital-library-release .release-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.digital-library-release .release-card-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--dl-text-dark);
    margin-bottom: 25px;
    line-height: 1.5;
    flex-grow: 1;
}

/* ----- SECTION 3: Digital Library Form ----- */
.digital-library-form {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--dl-bg-gray);
}

.digital-library-form .form-wrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--dl-bg-white);
    border-radius: var(--dl-radius-xl);
    padding: 48px;
    box-shadow: var(--dl-shadow-md);
}

.digital-library-form .form-header {
    text-align: center;
    margin-bottom: 36px;
}

.digital-library-form .form-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--dl-primary);
    margin-bottom: 12px;
    line-height: 1.4;
}

.digital-library-form .form-subtitle {
    font-size: 15px;
    color: var(--dl-text-gray);
    margin: 0;
    line-height: 1.6;
    text-align: center;
}

.digital-library-form .form-field {
    margin-bottom: 20px;
}

.digital-library-form .form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--dl-text-dark);
    margin-bottom: 8px;
}

.digital-library-form .form-input {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #E5E7EB;
    border-radius: var(--dl-radius-sm);
    font-size: 14px;
    color: var(--dl-text-dark);
    background-color: var(--dl-bg-white);
    transition: var(--dl-transition);
    font-family: inherit;
}

.digital-library-form .form-input::placeholder {
    color: var(--dl-text-muted);
}

.digital-library-form .form-input:focus {
    outline: none;
    border-color: var(--dl-primary);
    box-shadow: 0 0 0 3px rgba(169, 29, 58, 0.1);
}

.digital-library-form .form-textarea {
    resize: vertical;
    min-height: 120px;
}

/* Form validation */
.form-input.is-invalid {
    border-color: #dc3545 !important;
}

/* ---------- RESPONSIVE DESIGN ---------- */
@media (max-width: 1199.98px) {
    .digital-library-stats .stats-card-value {
        font-size: 20px;
    }

    .digital-library-release .release-title {
        font-size: 26px;
    }
}

@media (max-width: 991.98px) {
    .digital-library-stats {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .digital-library-stats .stats-description {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .digital-library-stats .stats-card {
        padding: 28px 20px;
    }

    .digital-library-release {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .digital-library-release .release-title {
        font-size: 24px;
    }

    .digital-library-form {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .digital-library-form .form-wrapper {
        padding: 40px 32px;
    }

    .digital-library-form .form-title {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .digital-library-stats {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .digital-library-stats .stats-badge {
        padding: 8px 20px;
        font-size: 13px;
    }

    .digital-library-stats .stats-title {
        font-size: 16px;
    }

    .digital-library-stats .stats-description {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 25px;
    }

    .digital-library-stats .stats-card-col {
        margin-bottom: 16px;
    }

    .digital-library-stats .stats-card {
        padding: 24px 20px;
    }

    .digital-library-stats .stats-card-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        margin-bottom: 16px;
    }

    .digital-library-stats .stats-card-value {
        font-size: 18px;
    }

    .digital-library-release {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .digital-library-release .release-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 30px;
    }

    .digital-library-release .release-title {
        font-size: 22px;
    }

    .digital-library-release .release-card-col {
        margin-bottom: 24px;
    }

    .digital-library-release .release-card-title {
        font-size: 15px;
    }

    .digital-library-form {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .digital-library-form .form-wrapper {
        padding: 32px 24px;
        border-radius: var(--dl-radius-lg);
    }

    .digital-library-form .form-title {
        font-size: 20px;
    }

    .digital-library-form .form-subtitle {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .digital-library-stats {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .digital-library-stats .stats-badge {
        padding: 8px 16px;
        font-size: 12px;
    }

    .digital-library-stats .stats-title {
        font-size: 15px;
    }

    .digital-library-stats .stats-description {
        font-size: 13px;
        line-height: 1.7;
    }

    .digital-library-stats .stats-card {
        padding: 20px 16px;
    }

    .digital-library-stats .stats-card-value {
        font-size: 17px;
    }

    .digital-library-stats .stats-card-label {
        font-size: 13px;
    }

    .digital-library-release {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .digital-library-release .release-title {
        font-size: 20px;
    }

    .digital-library-form {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .digital-library-form .form-wrapper {
        padding: 24px 20px;
    }

    .digital-library-form .form-header {
        margin-bottom: 28px;
    }

    .digital-library-form .form-title {
        font-size: 18px;
    }

    .digital-library-form .form-subtitle {
        font-size: 13px;
    }

    .digital-library-form .form-input {
        padding: 12px 14px;
        font-size: 14px;
    }
}


/* ===========================================================================
Achievement Page
============================================================================*/
/* ---------- Timeline ---------- */
.ach-timeline {
    background-color: transparent;
    padding: 80px 0;
}

@media (max-width: 767.98px) {
    .ach-timeline {
        padding: 30px 0;
    }
}

/* ---------- TABBED PRODUCTS (.ach-tab-products) ---------- */
.ach-tab-products {
    background-color: white;
    padding: 80px 0;
}

/* ---------- Stories ---------- */
.ach-story {
    background-color: #fff4f0;
    padding: 80px 0;
}

@media (max-width: 767.98px) {
    .ach-story {
        padding: 50px 0;
    }
}

/* ---------- CERTIFICATES (.ach-certs) ---------- */
.ach-certs {
    background-color: white;
    padding: 80px 0;
}

.ach-certs-card {
    background-color: white;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s linear;
}

.ach-certs-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.ach-certs-icon {
    margin-block-end: 16px;
}

.ach-certs-icon i {
    font-size: 3rem;
    color: #a61c1c;
}

.ach-certs-label {
    color: gray;
    font-size: 0.9375rem;
    margin: 0;
    text-align: center;
}

/* Certs Section Responsive */
@media (max-width: 767.98px) {
    .ach-certs {
        padding: 50px 0;
    }

    .ach-certs-title {
        font-size: 1.75rem;
    }

    .ach-certs-subtitle {
        font-size: 0.9375rem;
        margin-block-end: 35px;
    }

    .ach-certs-card {
        padding: 24px 16px;
    }

    .ach-certs-icon i {
        font-size: 2.5rem;
    }

    .ach-certs-label {
        font-size: 0.875rem;
    }
}

/* ===========================================================================
Anas
============================================================================*/
/* ---------- SECTION 1: ANAS-HERO ---------- */
.anas-hero {
    padding-block: 60px 40px;
    position: relative;
    overflow: hidden;
}

.anas-hero .hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.anas-hero .hero-image-col {
    flex: 0 0 42%;
    max-width: 42%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anas-hero .hero-image-frame {
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 24px;
    padding: 30px 20px 0 20px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 380px;
    border: 4px solid rgba(255, 255, 255, 0.6);
}

.anas-hero .hero-image-frame img {
    width: 85%;
    max-width: 250px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}

/* Floating decorative elements */
.anas-hero .float-element {
    position: absolute;
    z-index: 3;
    animation: floatUpDown 3s ease-in-out infinite;
}

.anas-hero .float-circle-yellow {
    width: 60px;
    height: 60px;
    background: #FFEB3B;
    border-radius: 50%;
    opacity: 0.4;
    top: -25px;
    inset-inline-start: -5%;
    animation-delay: 0s;
}

.anas-hero .float-circle-pink {
    width: 60px;
    height: 60px;
    background: #F8BBD0;
    border-radius: 50%;
    opacity: 0.3;
    bottom: -50px;
    inset-inline-end: -30px;
    animation-delay: 1.5s;
}

.anas-hero .float-heart {
    color: #ff6467;
    font-size: 28px;
    top: 65px;
    inset-inline-start: 10%;
    animation-delay: 0.8s;
}

.anas-hero .float-star {
    color: #fdc700;
    font-size: 28px;
    bottom: 100px;
    inset-inline-end: 75px;
    animation-delay: 2s;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Hero content column */
.anas-hero .hero-content-col {
    flex: 0 0 55%;
    max-width: 55%;
}

.anas-hero .badge-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8e1d9;
    border-radius: 30px;
    padding: 8px 22px;
    font-size: 15px;
    font-weight: 500;
    color: #e63946;
    margin-block-end: 20px;
}

.anas-hero .badge-label i {
    color: #E53935;
    font-size: 16px;
}

.anas-hero .hero-title {
    font-size: 48px;
    color: #2C2C2C;
    line-height: 1.3;
    margin-block-end: 18px;
}

.anas-hero .hero-title span {
    color: #C62828;
}

.anas-hero .hero-subtitle {
    font-size: 19px;
    color: #666;
    line-height: 1.8;
    margin-block-end: 30px;
    max-width: 520px;
}

/* Stats row */
.anas-hero .stats-row {
    display: flex;
    gap: 16px;
    margin-block-start: 40px;
    flex-wrap: wrap;
}

.anas-hero .stat-card {
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid white;
    border-radius: 16px;
    padding: 18px 28px;
    text-align: center;
    flex: 1;
    min-width: 140px;
    max-width: 180px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.anas-hero .stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.anas-hero .stat-card .stat-icon {
    font-size: 28px;
    margin-block-end: 6px;
}

.anas-hero .stat-card .stat-icon.gold {
    color: #FFC107;
}

.anas-hero .stat-card .stat-icon.purple {
    color: #7B1FA2;
}

.anas-hero .stat-card .stat-icon.red {
    color: #C62828;
}

.anas-hero .stat-card .stat-number {
    font-size: 28px;
    font-weight: 800;
    display: block;
}

.anas-hero .stat-card:nth-child(1) .stat-number {
    color: #E6A817;
}

.anas-hero .stat-card:nth-child(2) .stat-number {
    color: #7B1FA2;
}

.anas-hero .stat-card:nth-child(3) .stat-number {
    color: #C62828;
}

.anas-hero .stat-card .stat-label {
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

/* Hero responsive */
@media (max-width: 1199.98px) {
    .anas-hero .hero-title {
        font-size: 42px;
    }

    .anas-hero .hero-subtitle {
        font-size: 17px;
    }
}

@media (max-width: 991.98px) {
    .anas-hero .hero-wrapper {
        flex-direction: column-reverse;
        text-align: center;
    }

    .anas-hero .hero-image-col,
    .anas-hero .hero-content-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .anas-hero .hero-image-frame {
        max-width: 320px;
        margin: 0 auto;
        min-height: 300px;
    }

    .anas-hero .hero-subtitle {
        margin-inline: auto;
    }

    .anas-hero .stats-row {
        justify-content: center;
    }

    .anas-hero .hero-title {
        font-size: 38px;
    }
}

@media (max-width: 575.98px) {
    .anas-hero {
        padding-block: 40px 30px;
    }

    .anas-hero .hero-title {
        font-size: 30px;
    }

    .anas-hero .hero-subtitle {
        font-size: 15px;
    }

    .anas-hero .stat-card {
        padding: 14px 18px;
        min-width: 100px;
    }

    .anas-hero .stat-card .stat-number {
        font-size: 22px;
    }

    .anas-hero .cta-btn {
        padding: 12px 28px;
        font-size: 16px;
    }

    .anas-hero .hero-image-frame {
        min-height: 250px;
    }
}

/* ---------- SECTION 2: ANAS-PROJECTS --------- */
.anas-projects {
    padding-block: 60px;
    position: relative;
}

.anas-projects .section-header {
    text-align: center;
    margin-block-end: 50px;
}

.anas-projects .section-header h2 {
    font-size: 36px;
    color: #2C2C2C;
    margin-block-end: 10px;
}

.anas-projects .section-header h2 span {
    color: #C62828;
}

.anas-projects .section-header p {
    font-size: 17px;
    color: #888;
    text-align: center;
}

.anas-projects .projects-layout {
    position: relative;
    min-height: 520px;
}

.anas-projects .projects-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 60px 0;
}

@media (max-width: 991.98px) {
    .anas-projects .projects-grid {
        gap: 20px 0;
    }
}

.anas-projects .project-card {
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #f2f2f2;
    border-radius: 20px;
    padding: 28px 22px;
    text-align: center;
    width: calc(50% - 150px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.anas-projects .project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.anas-projects .project-card .card-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-block-end: 16px;
}

.anas-projects .project-card .card-icon.orange {
    background: #FFF3E0;
    color: #F57C00;
}

.anas-projects .project-card .card-icon.blue {
    background: #E3F2FD;
    color: #1976D2;
}

.anas-projects .project-card .card-icon.pink {
    background: #FCE4EC;
    color: #C2185B;
}

.anas-projects .project-card .card-icon.teal {
    background: #E0F7FA;
    color: #00897B;
}

.anas-projects .project-card .card-title {
    font-size: 20px;
    font-weight: 800;
    color: #2C2C2C;
    margin-block-end: 8px;
}

.anas-projects .project-card .card-desc {
    font-size: 14px;
    color: #888;
    margin-block-end: 20px;
    line-height: 1.6;
    text-align: center;
}

.anas-projects .project-card .card-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.anas-projects .counter-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.anas-projects .counter-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: #af1b18;
    color: white;
    font-size: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    line-height: 1;
}

.anas-projects .counter-btn.decrement {
    background: #ebc6c5;
}

.anas-projects .counter-btn:hover {
    background: #C62828;
    color: #FFF;
    border-color: #C62828;
}

.anas-projects .counter-value {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    min-width: 20px;
    text-align: center;
}

.anas-projects .donate-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #C62828;
    color: #FFF;
    border: none;
    border-radius: 12px;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Tajawal', sans-serif;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.anas-projects .donate-btn:hover {
    background: #B71C1C;
    transform: translateY(-2px);
}

.anas-projects .donate-btn i {
    font-size: 16px;
}

/* Center boy character */
.anas-projects .center-character {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: grab;
    transition: transform 0.3s ease;
    width: 260px;
    user-select: none;
    -webkit-user-select: none;
}

.anas-projects .center-character:active {
    cursor: grabbing;
}

.anas-projects .center-character img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.anas-projects .center-character:hover img {
    transform: scale(1.08);
}

.anas-projects .center-character .drag-tooltip {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #555;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    pointer-events: none;
    z-index: 2;
}

.anas-projects .center-character:hover .drag-tooltip {
    opacity: 1;
}

/* Projects responsive */
@media (max-width: 1199.98px) {
    .anas-projects .project-card {
        width: calc(50% - 120px);
    }

    .anas-projects .center-character {
        width: 200px;
    }
}

@media (max-width: 991.98px) {
    .anas-projects .center-character {
        display: none;
    }

    .anas-projects .projects-layout {
        min-height: auto;
    }

    .anas-projects .project-card {
        width: calc(50% - 12px);
    }

    .anas-projects .section-header h2 {
        font-size: 34px;
    }
}

@media (max-width: 575.98px) {
    .anas-projects {
        padding-block: 40px;
    }

    .anas-projects .project-card {
        width: 100%;
    }

    .anas-projects .section-header h2 {
        font-size: 28px;
    }
}

/* ---------- SECTION 3: ANAS-EVENTS ---------- */
.anas-events {
    padding-block: 60px;
}

.anas-events .section-header {
    text-align: center;
    margin-block-end: 45px;
}

.anas-events .section-header h2 {
    font-size: 40px;
    font-weight: 900;
    color: #2C2C2C;
    margin-block-end: 10px;
}

.anas-events .section-header h2 span {
    color: #C62828;
}

.anas-events .section-header p {
    font-size: 17px;
    color: #888;
    text-align: center;
}

.anas-events .events-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.anas-events .event-card {
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #F0E6DE;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.anas-events .event-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
}

.anas-events .event-card .card-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.anas-events .event-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.anas-events .event-card:hover .card-image img {
    transform: scale(1.1);
}

.anas-events .event-card .card-body {
    padding: 22px 24px 26px;
}

.anas-events .event-card .card-title {
    font-size: 20px;
    font-weight: 800;
    color: #2C2C2C;
    margin-block-end: 8px;
}

.anas-events .event-card .card-desc {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
    margin-block-end: 20px;
}

/* Events responsive */
@media (max-width: 991.98px) {
    .anas-events .section-header h2 {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .anas-events .event-card {
        max-width: 100%;
    }

    .anas-events .event-card .card-image {
        height: 200px;
    }
}

@media (max-width: 575.98px) {
    .anas-events {
        padding-block: 40px;
    }

    .anas-events .section-header h2 {
        font-size: 28px;
    }

    .anas-events .event-card .card-image {
        height: 180px;
    }
}

/* ---------- SECTION 4: ANAS-STORIES ---------- */
.anas-stories {
    padding-block: 60px;
}

.anas-stories .section-header {
    text-align: center;
    margin-block-end: 45px;
}

.anas-stories .section-header h2 {
    font-size: 40px;
    font-weight: 900;
    color: #C62828;
    margin-block-end: 10px;
}

.anas-stories .section-header p {
    font-size: 18px;
    color: #4a5565;
    max-width: 600px;
    margin-inline: auto;
    line-height: 1.7;
    text-align: center;
}

.anas-stories .stories-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.anas-stories .story-card {
    flex: 1;
    min-width: 230px;
    max-width: 290px;
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #F0E6DE;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.anas-stories .story-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
}

.anas-stories .story-card .card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.anas-stories .story-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.anas-stories .story-card:hover .card-image img {
    transform: scale(1.1);
}

.anas-stories .story-card .card-body {
    padding: 18px 20px 22px;
}

.anas-stories .story-card .card-title {
    font-size: 18px;
    font-weight: 800;
    color: #2C2C2C;
    margin-block-end: 8px;
}

.anas-stories .story-card .card-desc {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
    margin-block-end: 14px;
}

.anas-stories .story-card .read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #C62828;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.anas-stories .story-card .read-more:hover {
    gap: 10px;
    text-decoration: none;
    color: #B71C1C;
}

.anas-stories .story-card .read-more i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

html[lang="ar"] .anas-stories .story-card .read-more i {
    transform: scaleX(-1);
}

html[lang="ar"] .anas-stories .story-card .read-more:hover i {
    transform: scaleX(-1) translateX(4px);
}

/* Stories responsive */
@media (max-width: 1199.98px) {
    .anas-stories .story-card {
        max-width: 260px;
    }
}

@media (max-width: 991.98px) {
    .anas-stories .story-card {
        max-width: calc(50% - 16px);
        flex: 0 0 calc(50% - 12px);
    }

    .anas-stories .section-header h2 {
        font-size: 34px;
    }
}

@media (max-width: 575.98px) {
    .anas-stories {
        padding-block: 40px;
    }

    .anas-stories .story-card {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .anas-stories .section-header h2 {
        font-size: 28px;
    }

    .anas-stories .story-card .card-image {
        height: 180px;
    }
}

/* ===========================================================================
Deduction Request page
============================================================================*/
.page-banner-deduction-req img {
    min-height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.page-deduction-req {
    background-color: white;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767.98px) {
    .page-deduction-req {
        padding: 20px;
        border-radius: 15px;
    }
}

.deduction-req-form-image {
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

/* ---------- form ---------- */
.page-deduction-req .col-form-label {
    color: #4f4f4f;
    font-weight: 700;
}

/*predefined amounts*/
.page-deduction-req .btn-pre-amount {
    background-color: transparent;
    border: 1px solid #ced4da;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 25px;
}

@media (max-width: 767.98px) {
    .page-deduction-req .btn-pre-amount {
        padding: 0.3rem 0.7rem;
        font-size: 1.15rem;
        height: 40px;
    }
}

.page-deduction-req .btn-pre-amount:hover {
    border-color: var(--colorRed);
}

.page-deduction-req .btn-pre-amount.active {
    border: 1px solid var(--colorRed);
    color: white;
    background-color: var(--colorRed);
}

/* ===========================================================================
Learning Academy
============================================================================*/
/* ----- common card ----- */
.academy-common-card {
    background: #fffbf8;
    border: 1px solid white;
    border-radius: 15px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    height: 100%;
}
.academy-common-card .icon {
    background: #f5d2d1;
    width: 60px;
    aspect-ratio: 1;
    border-radius: 15px;
    border: 1px solid #f9cdcb;
    color: var(--colorRed);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
}
.academy-common-card h3 {
    color: var(--colorRed);
    font-size: 20px;
}

@media(max-width: 767.98px) {
    .academy-common-card {
        border-radius: 12px;
        padding: 15px;
    }
}

/* ----- common whitebox ----- */
.academy-common-whitebox {
    background: #fffcfb;
    border: 1px solid white;
    border-radius: 20px;
    padding: 35px 25px;
}
.academy-common-whitebox .title .icon {
    background: #f5d2d1;
    width: 50px;
    aspect-ratio: 1;
    border-radius: 12px;
    border: 1px solid #f9cdcb;
    color: var(--colorRed);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 10px;
}
.academy-common-whitebox .title h2 {
    margin-bottom: 0;
    color: var(--colorRed);
    font-size: 28px;
}

@media(max-width: 767.98px) {
    .academy-common-whitebox {
        border-radius: 12px;
        padding: 20px;
    }
}

/* ---------- HERO SECTION --------- */
.academy-hero-section {
    padding: 50px 0;
}
.education-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background-color: #fff8f5;
    border: 1px solid white;
    border-radius: 20px;
}
.education-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-color: #fae3e2;
}
.education-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #fcf1f0;
    position: relative;
}
.education-icon-wrapper img {
    width: 150px;
    max-width: 90%;
    aspect-ratio: 1;
    object-fit: contain;
}

.academy-hero-section h5 {
    font-size: 18px;
    color: #5b6c79 !important;
    font-weight: normal !important;
}

/* responsive */
@media(max-width: 767.98px) {
    .academy-hero-section {
        padding: 30px 0;
    }
    .education-section {
        padding: 30px 20px;
    }
    .education-circle {
        width: 150px;
        height: 150px;
    }
    .education-icon-wrapper {
        width: 120px;
        height: 120px;
    }
    .education-icon-wrapper img {
        width: 70px;
    }
}


/* -------- VISION, MISSION, VALUES -------- */
.academy-vmv-section {
    padding-bottom: 50px;
}
@media(max-width: 767.98px) {
    .academy-vmv-section {
        padding-bottom: 30px;
    }
}


/* ---------- ACADEMY GOALS ---------- */
.academy-goals-section {
    padding-block: 50px;
    background-color: #fff9f2;
}

.academy-goals-section .academy-section-header {
    text-align: center;
    margin-block-end: 30px;
}

.academy-goals-section .academy-section-badge,
.academy-section-header .academy-section-badge {
    display: inline-block;
    background-color: #fef0f0;
    color: #c9424d;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
}

.academy-goals-section .academy-goals-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 800px;
    margin-inline: auto;
}

.academy-goals-section .academy-goals-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-block: 12px;
    font-size: 15px;
    color: #444;
    line-height: 1.8;
}

.academy-goals-section .academy-goals-list li i {
    color: #c9424d;
    font-size: 18px;
    margin-block-start: 4px;
    flex-shrink: 0;
}

/* Goals Section Responsive */
@media (max-width: 767.98px) {
    .academy-goals-section {
        padding-block: 30px;
    }

    .academy-goals-section .academy-goals-list li {
        font-size: 14px;
    }
}

/* ---------- OUR METHODS ---------- */
.academy-methods-section {
    padding-block: 50px;
}
.academy-methods-section .academy-methods-header {
    text-align: center;
    margin-block-end: 35px;
}
.academy-methods-section .academy-methods-label {
    display: inline-block;
    background-color: #fdebeb;
    color: #c9424d;
    padding: 6px 20px;
    border-radius: 15px;
    font-size: 21px;
    font-weight: 600;
}

/* Methods Section Responsive */
@media (max-width: 767.98px) {
    .academy-methods-section {
        padding-block: 30px;
    }
}

/* ---------- TARGET AUDIENCE ---------- */
.academy-audience-section {
    padding-block: 50px;
    background-color: #fff6f4;
}

.academy-audience-section .academy-section-header {
    text-align: center;
    margin-block-end: 35px;
}
.academy-audience-section .academy-section-label {
    display: inline-block;
    background-color: #fdebeb;
    color: #c9424d;
    padding: 6px 20px;
    border-radius: 15px;
    font-size: 21px;
    font-weight: 600;
}

/* Audience Section Responsive */
@media (max-width: 767.98px) {
    .academy-audience-section {
        padding-block: 30px;
    }
}

/* ---------- ACADEMIC PROGRAM ---------- */
.academy-program-section {
    padding-block: 50px;
    background-color: #fff4f0;
}
.academy-program-section .academy-program-description {
    text-align: center;
    font-size: 16px;
    color: #6e7c86;
    line-height: 1.8;
    margin-inline: auto;
    font-weight: 500;
}
.academy-program-section .academy-stat-item {
    text-align: center;
    background: #fae6e3;
    padding: 20px 15px;
    border: 1px solid #f9e2de;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}
.academy-program-section .academy-stat-number {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: var(--colorRed);
    line-height: 1;
    margin-block-end: 5px;
}
.academy-program-section .academy-stat-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: gray;
}

/* Program Section Responsive */
@media (max-width: 991.98px) {
    .academy-program-section .academy-stat-number {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .academy-program-section {
        padding-block: 30px;
    }
    .academy-program-section .academy-program-description {
        font-size: 13px;
    }
    .academy-program-section .academy-stat-number {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .academy-program-section .academy-stat-number {
        font-size: 22px;
    }
}

/* ---------- PROGRAM GOALS ---------- */
.academy-program-goals-section {
    padding-block: 50px;
    background-color: #fff9f4;
}
@media (max-width: 767.98px) {
    .academy-program-goals-section {
        padding-block: 30px;
    }
}

/* ---------- STUDY MECHANISM ---------- */
.academy-study-section {
    background-color: #fff6ee;
    padding-block: 80px;
}
.academy-study-section .study-card {
    background: #f8e0d8;
    border-radius: 16px;
    padding: 48px 40px 52px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.academy-study-section .study-card__icon-wrapper {
    width: 72px;
    height: 72px;
    background-color: #fef9f8;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-end: 20px;
    box-shadow: 0 4px 16px rgba(139, 69, 69, 0.08);
}
.academy-study-section .study-card__icon-wrapper i {
    font-size: 32px;
    color: var(--colorRed);
}
.academy-study-section .study-card__title {
    font-size: 28px;
    font-weight: 700;
    color: var(--colorRed);
    margin-block-end: 20px;
    line-height: 1.4;
}
.academy-study-section .study-card__description {
    font-size: 18px;
    font-weight: 500;
    color: #5a5a5a;
    line-height: 1.85;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}


/* Responsive */
@media (max-width: 767.98px) {
    .academy-study-section {
        padding-block: 30px;
    }
    .academy-study-section .study-card {
        border-radius: 12px;
        padding: 30px 20px;
    }
    .academy-study-section .study-card__icon-wrapper {
        width: 65px;
        height: 65px;
        border-radius: 8px;
        margin-block-end: 15px;
    }
    .academy-study-section .study-card__icon-wrapper i {
        font-size: 28px;
    }
    .academy-study-section .study-card__title {
        font-size: 24px;
        margin-block-end: 10px;
    }
    .academy-study-section .study-card__description {
        font-size: 14px;
    }
}

/* ---------- REGISTRATION STEPS ---------- */
.academy-registration-section {
    padding-block: 50px;
    background-color: #fff7f4;
}

.academy-registration-section .academy-registration-header {
    text-align: center;
    margin-block-end: 35px;
}
.academy-registration-section .academy-registration-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--colorRed);
    margin-bottom: 10px;
}
.academy-registration-section .academy-registration-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #5b6c79;
    margin-block-end: 0;
}

.academy-registration-section .academy-common-card {
    height: 100%;
}
.academy-registration-section .academy-common-card .icon {
    margin-top: 15px;
}
.academy-registration-section .academy-common-card h3 {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
}
.academy-registration-section .academy-common-card .step-number {
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
}

/* ---------- ACADEMIC SUBJECTS ---------- */
.academy-subjects-section {
    padding-block: 50px;
}

.academy-subjects-section .each-subject {
    background: white;
    border: 1px solid #fff8f8;
    display: flex;
    padding: 8px 15px;
    border-radius: 8px;
    color: gray;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}

@media(max-width: 767.98px) {
    .academy-subjects-section {
        padding-block: 30px;
    }
}

/* ---------- CERTIFICATE & ACHIEVEMENTS ---------- */
.academy-certificate-section {
    padding-block: 50px;
    background-color: #fef8f6;
}

@media(max-width: 767.98px) {
    .academy-certificate-section {
        padding-block: 30px;
    }
}

/* ---------- NEWS & ACTIVITIES ---------- */
.academy-news-section {
    padding-block: 50px;
    background-color: #fff;
}

.academy-news-section .academy-news-header {
    text-align: center;
    margin-block-end: 40px;
}

.academy-news-section .academy-news-label {
    display: inline-block;
    font-size: 14px;
    color: var(--colorRed);
    margin-block-end: 8px;
}

.academy-news-section .academy-news-subtitle {
    font-size: 16px;
    color: #555;
    text-align: center;
}

.academy-news-section .academy-news-card {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #f5f0f0;
}

.academy-news-section .academy-news-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.academy-news-section .academy-news-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.academy-news-section .academy-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.academy-news-section .academy-news-card:hover .academy-news-image img {
    transform: scale(1.05);
}

.academy-news-section .academy-news-content {
    padding: 20px;
}

.academy-news-section .academy-news-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--colorRed);
    margin-block-end: 8px;
    line-height: 1.5;
    text-align: center;
}

.academy-news-section .academy-news-text {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin-block-end: 25px;
    text-align: center;
}

.academy-news-section .academy-news-card .btn-learn-more {
    max-width: 90%;
    margin-inline: auto;
    padding: 12px 16px;
}

/* News Section Responsive */
@media (max-width: 767.98px) {
    
    .academy-news-section {
        padding-block: 30px;
    }

    .academy-news-section .academy-news-header {
        margin-block-end: 30px;
    }

    .academy-news-section .row-boxes {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .academy-news-section .row-boxes .each-item {
        flex: 0 0 280px;
        max-width: 280px;
    }

    .academy-news-section .academy-news-image {
        height: 180px;
    }

    .academy-news-section .academy-news-content {
        padding: 15px;
    }

    .academy-news-section .academy-news-title {
        font-size: 14px;
    }

    .academy-news-section .academy-news-text {
        font-size: 12px;
    }
}

/* ===========================================================================
Nibras Center
============================================================================*/
/* ---------- HERO SECTION --------- */
.nibras-hero-section {
    padding: 50px 0;
}
.nibras-education-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background-color: #fff8f5;
    border: 1px solid white;
    border-radius: 20px;
}
.nibras-education-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-color: #fae3e2;
}
.nibras-education-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: relative;
}
.nibras-education-icon-wrapper img {
    width: 150px;
    aspect-ratio: 1;
    max-width: 90%;
    object-fit: contain;
}

.nibras-hero-section h6 {
    font-size: 18px;
    color: var(--colorRed) !important;
    font-weight: normal !important;
}
.nibras-hero-section .txt {
    font-size: 16px;
    color: #5b6c79;
}

/* responsive */
@media(max-width: 767.98px) {
    .nibras-hero-section {
        padding: 30px 0;
    }
    .nibras-education-section {
        padding: 30px 20px;
    }
    .nibras-education-circle {
        width: 150px;
        height: 150px;
    }
    .nibras-education-icon-wrapper {
        width: 120px;
        height: 120px;
    }
    .nibras-education-icon-wrapper img {
        width: 70px;
    }
}

/* ---------- objectives section --------- */
.page-nibras-center .nibras-objectives-section {
    background: #fff6f5;
    padding-block: 30px;
}

/* ---------- sunnah department --------- */
.nibras-sunnah-section {
    padding-block: 50px;
}
.nibras-sunnah-section .nibras-sunnah-header {
    text-align: center;
    margin-block-end: 35px;
}
.nibras-sunnah-section .nibras-sunnah-label {
    display: inline-block;
    background-color: #fdebeb;
    color: #c9424d;
    padding: 6px 20px;
    border-radius: 15px;
    font-size: 21px;
    font-weight: 600;
}
/* Methods Section Responsive */
@media (max-width: 767.98px) {
    .nibras-sunnah-section {
        padding-block: 30px;
    }
}

/* ---------- Nibras Digital Services ---------- */
.nibras-digital-service-section {
    padding-block: 50px;
}
.nibras-digital-service-section .nibras-digital-header {
    text-align: center;
    margin-block-end: 35px;
}
.nibras-digital-service-section .nibras-digital-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--colorRed);
    margin-bottom: 10px;
}
.nibras-digital-service-section .nibras-digital-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #5b6c79;
    margin-block-end: 0;
}
@media (max-width: 767.98px) {
    .nibras-digital-service-section {
        padding-block: 30px;
    }
}

/* ---------- Nibras Apps Download ---------- */
.nibras-apps-download {
    background: #fff9f4;
    padding-block: 50px;
}
.nibras-apps-download .apps-white-holder {
    background: white;
    padding: 35px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 950px;
    margin-inline: auto;
}
.nibras-apps-download .poster-image {
    border: 25px solid #f8e7e4;
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 1;
    
}
.nibras-apps-download .icon {
    background: #f5d2d1;
    width: 70px;
    aspect-ratio: 1;
    border-radius: 15px;
    border: 1px solid #f9cdcb;
    color: var(--colorRed);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    line-height: 1;
}
.nibras-apps-download .title {
    display: flex;
    color: var(--colorRed);
    margin-bottom: 5px;
}
.nibras-apps-download .subtitle {
    display: flex;
    color: gray;
    font-size: 18px;
}

/* ---------- Nibras Publications ---------- */
.nibras-publications h5 {
    color: var(--colorRed);
}
.nibras-publications h6 {
    color: #5b6c79;
}

.row-nibras-publications .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 15px;
}
.row-nibras-publications .img-wrapper img {
    border-radius: 12px;
    transition: all 0.3s ease;
}
.row-nibras-publications .img-wrapper img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* ===========================================================================
Prophet's Heirs Academy
============================================================================*/
/* ---------- HERO SECTION --------- */
.pha-hero-section {
    padding: 50px 0;
}
.pha-education-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background-color: #fff8f5;
    border: 1px solid white;
    border-radius: 20px;
}
.pha-education-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-color: #fae3e2;
}
.pha-education-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: relative;
}
.pha-education-icon-wrapper img {
    width: 190px;
    aspect-ratio: 1;
    max-width: 96%;
    object-fit: contain;
}

.pha-hero-section h6 {
    font-size: 21px;
    color: var(--colorRed) !important;
}
.pha-hero-section .txt {
    font-size: 16px;
    color: #5b6c79;
}

/* responsive */
@media(max-width: 767.98px) {
    .pha-hero-section {
        padding: 30px 0;
    }
    .pha-education-section {
        padding: 0;
        background: none;
        border: none;
    }
    .pha-education-circle {
        width: 250px;
        aspect-ratio: 1;
        height: unset;
        max-width: 100%;
    }
    .pha-education-icon-wrapper {
        width: unset;
        height: unset;
    }
    .pha-education-icon-wrapper img {
        width: auto;
        max-width: 70%;
    }
}

/* ---------- departments --------- */
.pha-departments .pha-departments-header {
    text-align: center;
    margin-block-end: 35px;
}
.pha-departments .pha-departments-label {
    display: inline-block;
    background-color: #fdebeb;
    color: #c9424d;
    padding: 6px 20px;
    border-radius: 15px;
    font-size: 21px;
    font-weight: 600;
}

/* ---------- programs --------- */
.pha-programs .pha-programs-header {
    text-align: center;
    margin-block-end: 35px;
}
.pha-programs .pha-programs-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--colorRed);
    margin-bottom: 10px;
}
.pha-programs .pha-programs-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #5b6c79;
    margin-block-end: 0;
}

@media(max-width: 767.98px) {
    .pha-programs .common-card .txt {
        font-size: 14px;
    }
}

/* ===========================================================================
Education Join Request page
============================================================================*/
/* Page Container */
.educational-join-request-page {
    background-color: #fdf8f4;
    min-height: 100vh;
    padding-block: 40px;
    padding-inline: 16px;
}

/* Page Header */
.educational-join-request-page .ejr-page-header {
    text-align: center;
    margin-block-end: 32px;
}

.educational-join-request-page .ejr-title {
    font-size: 32px;
    font-weight: 700;
    color: #8b1538;
    margin-block-end: 12px;
    line-height: 1.3;
}

.educational-join-request-page .ejr-subtitle {
    font-size: 16px;
    color: #666666;
    margin: 0;
    text-align: center;
}

/* Form Container */
.educational-join-request-page .ejr-form {
    max-width: 720px;
    margin-inline: auto;
}

/* Section Card */
.educational-join-request-page .ejr-section {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin-block-end: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid white;
}

.educational-join-request-page .ejr-section-header {
    background-color: #f7f7f7;
    padding-block: 14px;
    padding-inline: 24px;
}

.educational-join-request-page .ejr-section-title {
    color: var(--colorRed);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.educational-join-request-page .ejr-section-body {
    padding: 24px;
}

.educational-join-request-page .ejr-section-note {
    font-size: 14px;
    color: #666666;
    margin-block-end: 20px;
    padding-block-end: 16px;
    border-block-end: 1px solid #eeeeee;
}

/* Form Groups */
.educational-join-request-page .ejr-form-group {
    margin-block-end: 20px;
}

.educational-join-request-page .ejr-form-group:last-child {
    margin-block-end: 0;
}

.educational-join-request-page .ejr-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-block-end: 8px;
}

.educational-join-request-page .ejr-required {
    color: #c41e3a;
}

.educational-join-request-page .ejr-field-hint {
    font-size: 13px;
    color: #888888;
    margin-block-start: -4px;
    margin-block-end: 12px;
}

/* Text Inputs */
.educational-join-request-page .ejr-input {
    display: block;
    width: 100%;
    padding-block: 12px;
    padding-inline: 16px;
    font-size: 15px;
    color: #333333;
    background-color: #fbfbfb;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.educational-join-request-page .ejr-input:focus {
    outline: none;
    border-color: #8b1538;
    box-shadow: 0 0 0 3px rgba(139, 21, 56, 0.1);
    background-color: #ffffff;
}

.educational-join-request-page .ejr-input::placeholder {
    color: #aaaaaa;
}

/* Radio Button Group */
.educational-join-request-page .ejr-radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.educational-join-request-page .ejr-radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding-block: 4px;
}

.educational-join-request-page .ejr-radio-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.educational-join-request-page .ejr-radio-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #8b1538;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.educational-join-request-page .ejr-radio-custom::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8b1538;
    transform: scale(0);
    transition: transform 0.2s ease;
}

.educational-join-request-page .ejr-radio-input:checked + .ejr-radio-custom::after {
    transform: scale(1);
}

.educational-join-request-page .ejr-radio-input:focus + .ejr-radio-custom {
    box-shadow: 0 0 0 3px rgba(139, 21, 56, 0.15);
}

.educational-join-request-page .ejr-radio-text {
    font-size: 14px;
    color: #333333;
}

/* Upload Button */
.educational-join-request-page .ejr-upload-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-block: 12px;
    padding-inline: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #8b1538;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
}

.educational-join-request-page .ejr-upload-btn:hover {
    background-color: #fdf8f4;
    border-color: #8b1538;
}

.educational-join-request-page .ejr-upload-btn i {
    font-size: 16px;
}

.educational-join-request-page .ejr-upload-btn-outline {
    background-color: transparent;
}

.educational-join-request-page .ejr-file-input-hidden {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

/* Preview Container */
.educational-join-request-page .ejr-preview-container {
    margin-block-end: 12px;
}

.educational-join-request-page .ejr-preview-container:empty {
    margin-block-end: 0;
}

.educational-join-request-page .ejr-preview-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 10px;
    padding-inline: 12px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    margin-block-end: 8px;
}

.educational-join-request-page .ejr-preview-item:last-child {
    margin-block-end: 0;
}

.educational-join-request-page .ejr-preview-file-info {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
}

.educational-join-request-page .ejr-preview-icon {
    font-size: 18px;
    color: #8b1538;
    flex-shrink: 0;
}

.educational-join-request-page .ejr-preview-filename {
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.educational-join-request-page .ejr-preview-filename:hover {
    color: #8b1538;
    text-decoration: underline;
}

.educational-join-request-page .ejr-preview-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #c41e3a;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
    margin-inline-start: 8px;
}

.educational-join-request-page .ejr-preview-remove:hover {
    background-color: rgba(196, 30, 58, 0.1);
}

.educational-join-request-page .ejr-preview-remove i {
    font-size: 18px;
}

/* Footer Note */
.educational-join-request-page .ejr-footer-note {
    text-align: center;
    font-size: 13px;
    color: #888888;
    margin-block-start: 16px;
}

/* Validation Errors */
.educational-join-request-page .ejr-validation-error {
    display: block;
    font-size: 13px;
    color: #c41e3a;
    margin-block-start: 6px;
}

.educational-join-request-page .message-error {
    background-color: #fff5f5;
    border: 1px solid #c41e3a;
    color: #c41e3a;
    padding: 12px 16px;
    border-radius: 8px;
    margin-block-end: 20px;
    font-size: 14px;
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
    .educational-join-request-page {
        padding-block: 32px;
    }

    .educational-join-request-page .ejr-title {
        font-size: 28px;
    }

    .educational-join-request-page .ejr-section-body {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .educational-join-request-page {
        padding-block: 24px;
        padding-inline: 12px;
    }

    .educational-join-request-page .ejr-title {
        font-size: 24px;
    }

    .educational-join-request-page .ejr-subtitle {
        font-size: 14px;
    }

    .educational-join-request-page .ejr-section {
        border-radius: 10px;
        margin-block-end: 20px;
    }

    .educational-join-request-page .ejr-section-header {
        padding-block: 12px;
        padding-inline: 16px;
    }

    .educational-join-request-page .ejr-section-title {
        font-size: 16px;
    }

    .educational-join-request-page .ejr-section-body {
        padding: 16px;
    }

    .educational-join-request-page .ejr-label {
        font-size: 13px;
    }

    .educational-join-request-page .ejr-input {
        padding-block: 10px;
        padding-inline: 14px;
        font-size: 14px;
    }

    .educational-join-request-page .ejr-radio-text {
        font-size: 13px;
    }

    .educational-join-request-page .ejr-upload-btn {
        padding-block: 10px;
        padding-inline: 16px;
        font-size: 13px;
    }

    .educational-join-request-page .ejr-preview-filename {
        max-width: 180px;
    }
}

@media (max-width: 575.98px) {
    .educational-join-request-page .ejr-title {
        font-size: 22px;
    }

    .educational-join-request-page .ejr-form-group {
        margin-block-end: 16px;
    }

    .educational-join-request-page .ejr-preview-item {
        padding-block: 8px;
        padding-inline: 10px;
    }

    .educational-join-request-page .ejr-preview-filename {
        max-width: 140px;
        font-size: 12px;
    }
}



/* ===========================================================================
Minor Pages
============================================================================*/
/* ---------- Delegate Request Page ---------- */
.delegaterequest-page {
    background-color: white;
    padding: 30px 40px;
    border-radius: 20px;
}

@media (max-width: 767.98px) {
    .delegaterequest-page {
        padding: 20px;
        border-radius: 15px;
    }
}

/* ---------- Project Request Page ---------- */
.projectrequest-page {
    background-color: white;
    padding: 30px 40px;
    border-radius: 20px;
}

@media (max-width: 767.98px) {
    .projectrequest-page {
        padding: 20px;
        border-radius: 15px;
    }
}

#sig-canvas {
    width: 100%;
    height: 200px;
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}

/* ---------- Subscription to Mosques Page ---------- */
.subscriptionstomosques-page {
    background-color: white;
    padding: 30px 40px;
    border-radius: 20px;
}

@media (max-width: 767.98px) {
    .subscriptionstomosques-page {
        padding: 20px;
        border-radius: 15px;
    }
}

/* ---------- Vendor Details Page ---------- */
.page-vendor-details .vendor-pic > img {
    max-width: 350px;
    height: 200px;
    object-fit: contain;
    border-radius: 10px;
}

/* ---------- Terms and Conditions Page ---------- */
.terms-whitebox {
    box-shadow: 1px 1px 50px #e6e6e6;
    border-radius: 20px;
    padding: 30px 50px;
    width: 100%;
    max-width: 900px;
    margin: 50px auto;
}

@media (max-width: 767.98px) {
    .terms-whitebox {
        padding: 20px 15px;
        margin: 30px auto;
    }
}

.terms-txt {
    width: 100%;
    max-height: 600px;
    overflow-y: auto;
    margin: 15px 0;
    font-size: 14px;
}

.page-terms .row-action-buttons .btn {
    min-width: 150px;
}

@media (max-width: 767.98px) {
    .page-terms .row-action-buttons .btn {
        min-width: 100px;
    }
}

.carousel-caption {
    display: none;
}