p.short_description {
    height: 57px;
    overflow: hidden;
}

.faq-highlight-section,
.faq-page-section {
    background-color: #fdfefe;
    color: #1b1d40;
    position: relative;
    overflow: hidden;
}

.faq-highlight-section::after,
.faq-page-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(91, 164, 68, 0.2), transparent 45%),
        radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.4), transparent 60%);
    pointer-events: none;
}

.faq-highlight-section .sec-title,
.faq-page-section .sec-title {
    text-align: center;
}

.faq-highlight-section .sec-title .top-text,
.faq-page-section .sec-title .top-text {
    color: #5ba444;
    font-weight: 700;
    letter-spacing: 2px;
}

.faq-highlight-section .sec-title h2,
.faq-page-section .sec-title h2 {
    color: #fff;
    margin-top: 10px;
}

.faq-highlight-section .sec-title p,
.faq-page-section .sec-title p {
    color: rgba(255, 255, 255, 0.8);
}

.faq-highlight-section .accordion-box .block,
.faq-page-section .accordion-box .block {
    margin-bottom: 20px;
}

.faq-highlight-section .accordion-box .block .acc-btn,
.faq-page-section .accordion-box .block .acc-btn {
    border-color: rgba(27, 29, 64, 0.15);
    background-color: rgba(255, 255, 255, 0.9);
    color: #1b1d40;
    box-shadow: 0 25px 50px rgba(13, 41, 72, 0.08);
}

.faq-highlight-section .accordion-box .block .acc-btn h5,
.faq-page-section .accordion-box .block .acc-btn h5 {
    color: #1b1d40;
}

.faq-highlight-section .accordion-box .block .acc-btn .icon-outer,
.faq-page-section .accordion-box .block .acc-btn .icon-outer {
    border-color: transparent;
    background-color: #5ba444;
    color: #ffffff;
}

.faq-highlight-section .accordion-box .block .acc-content .text,
.faq-page-section .accordion-box .block .acc-content .text {
    background-color: #ffffff;
    border-color: rgba(90, 136, 68, 0.2);
    color: #1b1d40;
}

.faq-highlight-section .btn-box .theme-btn.btn-one,
.faq-page-section .btn-box .theme-btn.btn-one {
    background: #5ba444;
    border-color: #5ba444;
    color: #fff;
    padding: 12px 40px;
    transition: all 0.3s ease;
}

.faq-highlight-section .btn-box .theme-btn.btn-one:hover,
.faq-page-section .btn-box .theme-btn.btn-one:hover {
    background: #fff;
    border-color: #fff;
    color: #1b1d40;
}

.faq-page-section .empty-faq {
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    margin: 20px 0;
}

.faq-page-section {
    position: relative;
    background-image:
        linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.98)),
        url("../images/background/e800.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.faq-page-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.85));
    z-index: 0;
}

.faq-page-section::after {
    content: "";
    position: absolute;
    inset: 20px;
    background-image: url("../images/background/Islamic-Pattern-PNG-2.png");
    background-repeat: repeat;
    background-size: contain;
    opacity: 0.08;
    z-index: 1;
    border-radius: 35px;
    animation: rotatePattern 60s linear infinite;
    pointer-events: none;
}

.faq-page-section .auto-container,
.faq-page-section .sec-title,
.faq-page-section .accordion-box {
    position: relative;
    z-index: 2;
}

.faq-page-section .accordion-box .block .acc-btn {
    border-radius: 20px;
}

.faq-page-section .accordion-box .block .acc-btn h5 {
    color: #fff;
    font-size: 20px;
}

@keyframes rotatePattern {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.donate-amount .percentage-box {
    position: relative;
    float: right;
    padding-right: 28px;
    top: 15px;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.case-details-content {
    z-index: 1;
}

.page-title:before {
    /*display: none;*/
}

.page-title:before {
    background-color: rgba(165, 173, 173, 0.51);
}

.jssocials-share:last-child {
    /* margin-right: 0; */
    margin: 0.3em 0.6em 0.3em 0;
}

.donate-content .donate-option .donate-list li {
    float: right;
}

.auth-page {
    position: relative;
    padding: 80px 0;
    background: #ffffff;
    overflow: visible;
}

.auth-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(91, 164, 68, 0.1), transparent 40%),
        radial-gradient(circle at 80% 0%, rgba(27, 29, 64, 0.08), transparent 45%);
    pointer-events: none;
    background:#FFF ;
}

.myaccount-section .login-inner::after {
    content: "";
    position: absolute;
    left: -21px;
    bottom: 0;
    height: 28px;
    /* transform: translateX(-50%); */
    background-image: url("../images/background/p880.png");
    background-repeat: repeat-x;
    background-size: contain;
    pointer-events: none;
    right: 0;
}

.auth-card {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 40px 45px;
    box-shadow: 0 20px 60px rgba(27, 29, 64, 0.12);
    border: 1px solid rgba(27, 29, 64, 0.08);
    overflow: visible;
}

.auth-card__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.auth-card__logo img {
    height: 70px;
    width: auto;
}

.auth-card__title {
    text-align: center;
    margin-bottom: 25px;
}

.auth-card__title h3 {
    color: #1b1d40;
    margin-bottom: 10px;
}

.auth-card__title p {
    color: rgba(27, 29, 64, 0.7);
    font-size: 15px;
}

.auth-card .default-form .form-group input,
.auth-card .default-form .form-group textarea,
.auth-card .default-form .form-group select {
    background: #f7f9fc;
    border: 1px solid rgba(27, 29, 64, 0.12);
    border-radius: 12px;
    padding: 14px 18px;
    transition: all 0.2s ease;
}

.auth-card .default-form .form-group input:focus,
.auth-card .default-form .form-group textarea:focus,
.auth-card .default-form .form-group select:focus {
    border-color: #5ba444;
    box-shadow: 0 0 0 4px rgba(91, 164, 68, 0.15);
}

.auth-card .default-form .form-group i {
    color: rgba(27, 29, 64, 0.6);
}

.auth-card .message-btn .theme-btn.btn-one {
    width: 100%;
    border-radius: 12px;
    background: #5ba444;
    border-color: #5ba444;
}

.auth-card .message-btn .theme-btn.btn-one:hover {
    background: #1b1d40;
    border-color: #1b1d40;
}

@media only screen and (max-width: 767px) {
    .auth-page {
        padding: 80px 0;
    }

    .auth-card {
        padding: 30px 24px 35px;
    }

    .auth-card__logo img {
        height: 60px;
    }
}

.case-sidebar.default-sidebar:after {
    z-index: -5;
}

.case-sidebar.default-sidebar:before {
    z-index: -5;
}


.main_link {
    background: #f36534;
    color: #FFF !important;
}

.sub_link {
    padding-left: 29px !important;
}

.default-sidebar .category-widget .category-list li a:before {
    left: 7px;
}

.default-sidebar .category-widget .category-list li a {
    text-align: right;
    padding: 16px 20px 13px 0;
}

.case-block-one .inner-box .lower-content .inner .text h3 a {
    height: 56px;
    overflow: hidden;
    display: inline-block;
    color: #232323;
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
}


.single-item-carousel img {
    width: 100%;
    height: 121px;
    object-fit: cover;
    margin: auto;
    display: block;
}

.single-item-carousel .single-item {
    background: white;
    padding: 1px;
    padding: 5px 5px 10px 5px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.donate-content .item-quantity:before {
    content: 'ر.ع';
    left: 55px;
    top: 9px;
    font-size: 14px;
}

.case-block-four .inner-box .image-box .image img {
    height: 252px;
    width: 100%;
    object-fit: cover;
    background: white;
    border: 1px solid gray;
}

*:not(i):not(.far,.fa,.fas), html, body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    font-family: 'Cairo', sans-serif !important;
}

.team-block-one .inner-box .content-box .designation {
    font-size: 17px;
    line-height: 23px;
}

.team-block-one .inner-box .content-box h3 {
    font-size: 16px;
    line-height: 21px;
}

.team-block-one .inner-box .content-box .info {
    margin-bottom: 25px;
}

.team-block-one .inner-box .content-box .thumb-box img {
    height: auto;
    aspect-ratio: 1/1;
}

.team-block-one .inner-box {
    height: 345px;
}

.team-block-one .inner-box .content-box .thumb-box {
    width: 140px;
    height: unset;
}

.team-block-one .inner-box .image-box img {
    max-height: 345px;
}

.case-block-two .inner-box .lower-content .info-box li i {
    left: inherit;
    right: 0px;
}

.case-block-two .inner-box .lower-content .info-box li {
    text-align: right;
    float: right;
    padding-left: 0px;
    padding-right: 50px;
}

.case-block-two .inner-box .lower-content .info-box li:before {
    right: inherit;
    left: 7px;
}

.case-block-two .inner-box .image-box .percentage-box .count-text {
    color: #ffffff;
}

.case-block-two .inner-box .image-box .percentage-box .bar-inner,
.case-block-two .inner-box .image-box .percentage-box .bar-inner:before {
    background-color: #ffffff;
}

.recent-case-section .single-item .text h3 {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 3px;
}

.recent-case-section .single-item .text h6 {
    font-size: 13px;
    line-height: 17px;
}

.default-sidebar:before, .default-sidebar:after {
    background-color: unset;
}

/* Volunteer Join */
.volunteer-join-section {
    position: relative;
    padding: 90px 0;
    background: #f8f9fb;
    overflow: hidden;
}
.volunteer-join-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/assets/admin/media/patterns/Islamic-Pattern-PNG.png');
    background-repeat: repeat-x;
    background-size: 480px auto;
    opacity: 0.18;
    pointer-events: none;
}
.volunteer-join-card {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.volunteer-join-card .section-title h2 {
    font-size: 28px;
    margin-bottom: 8px;
    color: #222;
}
.volunteer-join-card .section-title p {
    color: #666;
    margin-bottom: 25px;
}
.volunteer-join-card .form-group input,
.volunteer-join-card .form-group textarea {
    background: #f7f8fb;
    border: 1px solid #e8eaf0;
    border-radius: 12px;
    padding: 14px 16px;
    transition: all .2s ease;
    width: 100%;
}
.volunteer-join-card .form-group input:focus,
.volunteer-join-card .form-group textarea:focus {
    border-color: #f36534;
    background: #fff;
}
.volunteer-join-card .form-group textarea {
    min-height: 130px;
    width: 100%;

}
.volunteer-join-side {
    position: relative;
    z-index: 2;
    background: #1b1d40;
    color: #fff;
    border-radius: 18px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);

}
.volunteer-join-side h3 {
    color: #fff;
    margin-bottom: 15px;
}
.volunteer-join-side ul li {
    margin-bottom: 10px;
    position: relative;
    padding-right: 22px;
}
.volunteer-join-side ul li:before {
    content: '✓';
    position: absolute;
    right: 0;
    top: 0;
    color: #f36534;
}
.volunteer-join-banner {
    position: relative;
    padding: 90px 0;
    background: #111827;
}

.volunteer-join-banner .content-box {
    position: relative;
    z-index: 1;
}
.volunteer-join-banner .title h1 {
    color: #fff;
}

/* Home cases section redesign */
.cases-filter-section {
    position: relative;
    padding: 40px 0 90px;
}
.cases-filter-section:before,
.cases-filter-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    background-repeat: repeat-x;
    background-size: 363px auto;
    opacity: 0.15;
    pointer-events: none;
}
.cases-filter-section:before {
    top: 0;
    background-image: url('/assets/guest/images/background/Islamic-Pattern-PNG.png');
}
.cases-filter-section:after {
    bottom: 0;
    background-image: url('/assets/guest/images/background/Islamic-Pattern-PNG-2.png');
    top: 10%;
    height: auto;
    background-repeat: repeat;
    z-index: -1;
    background-attachment: fixed;
    /* background: red; */
    bottom: 0;
    opacity: 0.18;
}
.cases-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.cases-filter-title h2 {
    color: var(--theme-text);
    font-size: 28px;
    margin-bottom: 6px;
}
.cases-filter-title p {
    color: #666;
    margin: 0;
}
.cases-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: auto;
    width: 100%;
}
.cases-filter-tabs .tab-btn {
    background: #faebd7;
    border: 1px solid #e6e8ef;
    color: var(--theme-text);
    padding: 10px 18px;
    border-radius: 30px;
    transition: all .2s ease;
    font-weight: 600;
    cursor: pointer;
}
.cases-filter-tabs .tab-btn.active-btn {
    background: var(--theme-primary);
    color: #fff;
    border-color: var(--theme-primary);
}
.case-card-islamic {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eef0f6;
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
    position: relative;
}
.case-card-islamic .case-card-image {
    position: relative;
    height: 230px;
    overflow: hidden;
}
.case-card-islamic .case-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}
.case-card-islamic:hover .case-card-image img {
    transform: scale(1.04);
}
.case-card-islamic .case-card-body {
    padding: 20px 22px 24px;
    position: relative;
    text-align: center;
}
.case-card-islamic .case-card-body:before {
    content: "";
    position: absolute;
    top: -18px;
    right: 22px;
    width: 36px;
    height: 36px;
    background: var(--theme-primary);
    border-radius: 50%;
    opacity: 0.15;
}
.case-card-islamic .case-card-tag {
    display: inline-block;
    background: rgba(91, 164, 68, 0.12);
    color: var(--theme-primary);
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    margin-bottom: 10px;
}
.case-card-islamic h3 a {
    color: var(--theme-text);
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    font-weight: bold;
}
.case-card-islamic p {
    color: #666;
    margin: 10px 0 16px;
}
.case-card-islamic .case-card-action {
    display: flex;
    justify-content: center;
}
.case-card-islamic .case-card-action .theme-btn.btn-one {
    padding: 8px 18px;
    font-size: 14px;
    background: #0b351e;
    border: #1b1d40;
    color: #faebd7 !important;
    min-width: 154px;
}


a.logo_link img {
    height: 70px;
    padding: 0;
}

a.logo_link {
    padding: 8px 0;
}

a.logo_link:before {
    display: none;
}

li.logo_li {
    padding: 0 !important;
    margin: 0;
}

.main-menu .navigation > li > a:before {
    left: auto;
    right: -20px;
    background-color: #bb9319;
}

.main-menu .navigation > li.dropdown:hover > ul, .main-menu .navigation > li.dropdown:hover > .megamenu {
    border-radius: 0;
    padding: 10px 15px;
}

.main-menu .navigation > li > ul > li > ul {
    border-radius: 0
}

.rtl .main-menu .navigation > li > ul > li > a, .rtl .main-menu .navigation > li > .megamenu li > a {
    padding: 7px 0;
    font-weight: normal;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
    padding: 7px 0;
    font-weight: normal;
}


.main-menu .navigation > li > ul > li > ul {

    margin-right: 16px;

}


.recent-case-section .inner-box {
    background-color: #f5f2f2;
}

.recent-case-section .sec-title .top-text {
    color: #5ba444;
}

.sec-title.light h2 {
    color: #040403;
}

.recent-case-section .single-item .text h6 {
    color: #5ba444;
    font-weight: normal;
}

.case-section .owl-nav {
    left: auto;
    right: -160px;
}

/*.recent-case-section .inner-box .inner {*/
/*    max-height: unset;*/
/*}*/
/*.carousel60 {*/
/*    max-height: 200px;*/
/*}*/

.bar-inner.count-bar.counted {
    max-width: 100% !important;
    min-width: 0 !important;
}

.v-hide {
    visibility: hidden;
}

input.quantity-spinner.form-control {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #dddad8 !important;
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
    color: #5f5e5e;
    font-weight: 400;
    transition: all 500ms ease;
    width: 100%;
    padding-right: 60px;
    border-radius: 15px !important;
    outline: unset !important;
    box-shadow: none !important;
    text-align: right;
}

span.input-group-btn-vertical button {
    top: 15px;
    margin-top: 7px !important;
    z-index: 999;
}

img.image2023 {
    height: 210px;
    width: 100%;
    object-fit: contain;
}

.default-sidebar .sidebar-widget .widget-title h3 {
    text-align: right;
}

.case-details .donate-inner .pattern-layer-2 {
    background: url(../images/shape/shape-43.png) !important;
    /* background-color: #FFF !important; *//* box-shadow: 0 10px 15px 10px rgb(0 0 0 / 8%) !important; *//* border: 1px solid rgb(0 0 0 / 8%) !important; */
}

.case-details .donate-inner {
    box-shadow: 0 10px 15px 10px rgb(0 0 0 / 8%);
    border-radius: 15px;
    background-color: #ffffff;
}

.jssocials-shares {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.nav-right-content.clearfix a.logo_link {
    display: none;
}

.space_100 {
    height: 47px;
}

.case-details .upper-box .info-box li {
    float: right;
}

.case-details .upper-box .info-box li:before {
    right: auto;
    left: 27px;
}

.case-details .upper-box .info-box li i {
    float: right;
    right: 0px;
    left: auto;
}

.case-details .upper-box .info-box li h5 {
    float: left;
}

.case-details .upper-box .info-box li.share {
    /* display: flex; */
    /* flex-direction: row-reverse; */
}

.case-details .upper-box .info-box li:last-child {
    padding-right: 50px;
    padding-left: 0px;
}

.case-block-two .inner-box .lower-content h3 a {
    display: inline-block;
    color: #232323;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.case-block-two .inner-box .lower-content .category a {
    border: 0;
    font-size: 14px;
    line-height: 18px;
    color: #ef4d42;
    text-decoration: none !important;
    font-weight: normal;
}

p.short_description {
    font-size: 14px;
    color: black;
}

.most-donors-card img {
    height: 250px;
    object-fit: cover;
}


.new_checks h3 {
    font-size: 18px;
    margin-bottom: 7px;
}

.new_checks label {
    font-size: 15px !important;
    font-weight: normal !important;
    /* padding: 5px !important; */
    height: 50px !important;
    line-height: 50px !important;
}
.new_checks
li {
    width: 220px !important;
    height: 50px !important;
    margin-bottom: 0 !important;
}
.newCard2023 {
    text-align: center;
    background: white;
    min-height: 144px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 15px;
    padding: 30px 15px;
    border: 1px solid #ef475a;
    border-radius: 15px;
}


.centerdText{
    text-align: center;
    margin-bottom: 30px;
}

/* Donors showcase */
.donors-showcase {
    padding: 80px 0;
    background: #0f172a;
    position: relative;
    overflow: hidden;
}
.donors-showcase:before,
.donors-showcase:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    background-repeat: repeat-x;
    background-size: 520px auto;
    opacity: 0.18;
    pointer-events: none;
}
.donors-showcase:before {
    top: 0;
    background-image: url('/assets/guest/images/background/Islamic-Pattern-PNG.png');
}
.donors-showcase:after {
    bottom: 0;
    background-image: url('/assets/guest/images/background/Islamic-Pattern-PNG-2.png');
}
.donors-showcase__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}
.donors-showcase__eyebrow {
    display: inline-block;
    color: #f36534;
    font-weight: 600;
    margin-bottom: 6px;
}
.donors-showcase__title h2 {
    color: #fff;
    margin-bottom: 8px;
}
.donors-showcase__title p {
    color: #cbd5e1;
    margin: 0;
}
.donors-showcase__badge {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(91, 164, 68, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5ba444;
    font-size: 26px;
}
.donors-showcase__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    position: relative;
    z-index: 2;
}
.donors-showcase__slider {
    position: relative;
    z-index: 2;
}
.donors-slide {
    padding: 5px;
}
.donors-slide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
}
.donors-showcase__empty {
    color: #cbd5e1;
    text-align: center;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}
.donors-card {
    background: #111827;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.donors-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}
.donors-card__avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(243, 101, 52, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f36534;
    font-weight: 700;
    font-size: 18px;
}
.donors-card__content h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 2px;
}
.donors-card__content p {
    margin: 0;
    color: #9ca3af;
    font-size: 13px;
}

/* Category slider in issue sidebar */
.category-slider .category-slide {
    padding: 6px;
}
.category-slide-card {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: transform .2s ease, box-shadow .2s ease;
}
.category-slide-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
.category-slide-image {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.category-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-slide-title {
    font-size: 14px;
    color: #232323;
    font-weight: 600;
}

/* Issue actions buttons */
.issue-actions-bar {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 20px;
    flex-wrap: wrap;
}
.issue-action-btn {
    border: none;
    border-radius: 30px;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.issue-action-btn.primary {
    background: var(--theme-primary);
    color: #fff;
    box-shadow: 0 8px 18px rgba(91, 164, 68, 0.25);
}
.issue-action-btn.primary:hover {
    transform: translateY(-1px);
}
.issue-action-btn.outline {
    background: #fff;
    color: var(--theme-text);
    border: 1px solid #e6e8ef;
}
.issue-action-btn.outline:hover {
    border-color: var(--theme-primary);
    color: var(--theme-primary);
}

/* Donate quick cases */
.donate-quick-cases {
    padding: 30px 0 10px;
}
.donate-quick-cases__header {
    text-align: center;
    margin-bottom: 20px;
}
.donate-quick-cases__header h2 {
    margin-bottom: 6px;
}
.donate-quick-cases__grid {
    margin-top: 10px;
}
.donate-quick-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eef0f5;
    transition: all .2s ease;
    height: 100%;
}
.donate-quick-card:hover {
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.08);
    transform: translateY(-2px);
}
.donate-quick-card__img {
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.donate-quick-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.donate-quick-card__body {
    padding: 12px 14px 16px;
}
.donate-quick-card__title {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
    height: 44px;
    overflow: hidden;
}
.donate-quick-card__title a {
    color: var(--theme-text);
}
.donate-quick-card__btn {
    width: 100%;
    border: none;
    background: var(--theme-primary);
    color: #fff;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 14px;
    cursor: pointer;
}
.donate-quick-cases__more {
    text-align: center;
    margin-top: 10px;
}

/* Donate quick amounts */
.donate-quick-amounts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.donate-quick-btn {
    border: 1px solid #e6e8ef;
    background: #fff;
    color: var(--theme-text);
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 13px;
    cursor: pointer;
    transition: all .2s ease;
}
.donate-quick-btn:hover {
    border-color: var(--theme-primary);
    color: var(--theme-primary);
}

/* Donate reminder box */
.donate-reminder-box {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #eef0f5;
    border-radius: 18px;
    padding: 22px;
    position: relative;
    overflow: visible;
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.06);
}
.donate-reminder-box:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/assets/guest/images/background/Islamic-Pattern-PNG-2.png');
    background-size: 260px;
    opacity: 0.05;
    pointer-events: none;
}
.donate-reminder-box .sec-title {
    margin-bottom: 18px;
}
.donate-reminder-box .sec-title h3 {
    margin-bottom: 6px;
}
.donate-reminder-box .form-group input,
.donate-reminder-box .form-group select {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #e6e8ef;
    background: #fafbff;
    padding: 0 12px;
}
.donate-reminder-box .form-group select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%236b7280' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 12px center;
    padding-left: 36px;
}
.donate-reminder-box .donate-reminder-select.ignore {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    background-image: none;
    padding-left: 12px;
}
.donate-reminder-title h3 {
    color: var(--theme-text);
}
.donate-reminder-label {
    display: block;
    color: var(--theme-text);
    font-weight: 600;
    margin-bottom: 8px;
}
.donate-reminder-form input,
.donate-reminder-form select {
    color: var(--theme-text);
}
.donate-reminder-btn {
    width: 100%;
    border: none;
    background: var(--theme-primary);
    color: #fff;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}
.donate-reminder-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(91, 164, 68, 0.24);
}

/* OTP UI (auth + reminder) */
.otp-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
    margin-bottom: 8px;
}
.otp-row__input {
    flex: 1;
    margin-bottom: 0 !important;
}
.otp-send-btn,
.donate-reminder-otp-btn {
    border: none;
    background: var(--theme-primary);
    color: #fff;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    min-height: 48px;
}
.otp-send-btn:disabled,
.donate-reminder-otp-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}
.otp-hint,
.donate-reminder-otp-hint {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 12px;
}
.donate-reminder-otp-row {
    display: flex;
    gap: 10px;
    align-items: center;
}
.donate-reminder-otp-row input {
    flex: 1;
}

/* Reminder response modal */
.reminder-response-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.reminder-response-modal.is-visible {
    display: flex;
}
.reminder-response-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(27, 29, 64, 0.55);
    backdrop-filter: blur(4px);
}
.reminder-response-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px 24px;
    text-align: center;
    box-shadow: 0 24px 48px rgba(17, 24, 39, 0.18);
    animation: reminderModalIn .25s ease;
}
@keyframes reminderModalIn {
    from { opacity: 0; transform: translateY(12px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.reminder-response-modal__close {
    position: absolute;
    top: 12px;
    left: 14px;
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    color: #9ca3af;
    cursor: pointer;
}
.reminder-response-modal__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}
.reminder-response-modal.is-success .reminder-response-modal__icon {
    background: rgba(91, 164, 68, 0.12);
    color: var(--theme-primary);
}
.reminder-response-modal.is-error .reminder-response-modal__icon {
    background: rgba(220, 53, 69, 0.12);
    color: #dc3545;
}
.reminder-response-modal__title {
    font-size: 20px;
    margin-bottom: 8px;
    color: var(--theme-text);
}
.reminder-response-modal__message {
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 20px;
}
.reminder-response-modal__btn {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    background: var(--theme-primary);
}
.reminder-response-modal.is-error .reminder-response-modal__btn {
    background: #dc3545;
}

/* ============================================================
   Profile page (redesigned)
   ============================================================ */
.profile-page {
    padding: 45px 0 80px;
    background: #f4f6fb !important;
}

/* ---- Hero header ---- */
.profile-hero {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 34px 32px;
    margin-bottom: 26px;
    background: linear-gradient(120deg, #1b1d40 0%, #2a2d63 55%, var(--theme-primary) 140%);
    box-shadow: 0 18px 40px rgba(27, 29, 64, 0.22);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 26px;
}
.profile-hero__pattern {
    position: absolute;
    inset: 0;
    background-image: url('/assets/guest/images/background/Islamic-Pattern-PNG-2.png');
    background-size: 320px auto;
    background-repeat: repeat;
    opacity: 0.07;
    pointer-events: none;
}
.profile-hero__main {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}
.profile-hero__avatar {
    width: 84px;
    height: 84px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    color: #1b1d40;
    background: linear-gradient(135deg, #ffffff 0%, #ffe9b8 100%);
    border: 3px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.profile-hero__info h2 {
    color: #fff;
    font-size: 28px;
    margin: 4px 0 6px;
}
.profile-hero__welcome {
    color: var(--theme-primary);
    background: rgba(255, 255, 255, 0.12);
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.profile-hero__info p {
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    font-size: 15px;
}
.profile-hero__info p i {
    color: #d1a519;
    margin-left: 6px;
}
.profile-hero__stats {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.profile-stat {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 150px;
}
.profile-stat__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1b1d40;
    background: linear-gradient(135deg, #d1a519, #f0c552);
}
.profile-stat__body strong {
    display: block;
    color: #fff;
    font-size: 19px;
    line-height: 1.2;
}
.profile-stat__body strong small {
    font-size: 12px;
    opacity: 0.8;
}
.profile-stat__body span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

/* ---- Shell + tabs ---- */
.profile-shell {
    background: #fff;
    border-radius: 22px;
    border: 1px solid #eceef5;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.07);
    overflow: hidden;
}
.profile-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 14px 18px;
    border-bottom: 1px solid #eef0f6;
    background: #fafbfe;
}
.profile-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: transparent;
    color: var(--theme-text);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 12px;
    cursor: pointer;
    transition: all .22s ease;
    text-decoration: none;
}
.profile-tab i {
    font-size: 15px;
    opacity: 0.7;
}
.profile-tab:hover {
    background: rgba(91, 164, 68, 0.1);
    color: var(--theme-primary);
}
.profile-tab.active {
    background: var(--theme-primary);
    color: #fff;
    box-shadow: 0 8px 18px rgba(91, 164, 68, 0.28);
}
.profile-tab.active i {
    opacity: 1;
}
.profile-tab--logout {
    margin-right: auto;
    color: #dc3545;
}
.profile-tab--logout:hover {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

/* ---- Panels ---- */
.profile-panels {
    padding: 24px;
}
.profile-panel {
    display: none;
    animation: profileFade .35s ease;
}
.profile-panel.active {
    display: block;
}
@keyframes profileFade {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.profile-card {
    background: #fff;
    border-radius: 16px;
}
.profile-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    flex-wrap: wrap;
    gap: 10px;
}
.profile-card__head h3 {
    font-size: 19px;
    margin: 0;
    color: #1b1d40;
    display: flex;
    align-items: center;
    gap: 9px;
}
.profile-card__head h3 i {
    color: var(--theme-primary);
}
.profile-card__badge {
    background: rgba(91, 164, 68, 0.12);
    color: var(--theme-primary);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 600;
}

/* ---- Donations table ---- */
.profile-donations-table table {
    margin: 0;
}
.profile-donations-table th {
    border: none;
    font-size: 13px;
    color: var(--theme-text);
    opacity: 0.65;
    padding: 0 10px 10px;
    font-weight: 600;
}
.profile-donations-table td {
    border-top: 1px solid #f0f2f7;
    padding: 14px 10px;
    vertical-align: middle;
    font-size: 14px;
    color: #1b1d40;
}
.profile-donations-table tbody tr {
    transition: background .2s ease;
}
.profile-donations-table tbody tr:hover {
    background: #f8faf6;
}
.profile-amount {
    font-weight: 700;
    color: var(--theme-primary) !important;
    white-space: nowrap;
}
.profile-donations-title {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-weight: 600;
}
.profile-tag {
    background: rgba(209, 165, 25, 0.16);
    color: #b3870e;
    font-size: 11px;
    padding: 2px 9px;
    border-radius: 12px;
    font-weight: 600;
}
.profile-status {
    padding: 5px 12px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
}
.profile-status.success {
    background: rgba(91, 164, 68, 0.14);
    color: var(--theme-primary);
}
.profile-status.warning {
    background: rgba(255, 193, 7, 0.16);
    color: #c08700;
}
.profile-status.danger {
    background: rgba(220, 53, 69, 0.12);
    color: #dc3545;
}
.profile-empty {
    background: #f8f9fc;
    border: 1px dashed #d9deeb;
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    color: var(--theme-text);
}
.profile-empty i {
    font-size: 42px;
    color: #c4cad9;
    margin-bottom: 14px;
    display: block;
}
.profile-empty p {
    opacity: 0.75;
    margin-bottom: 18px;
}

/* ---- Forms ---- */
.profile-form {
    max-width: 540px;
}
.profile-label {
    display: block;
    margin-bottom: 8px;
    color: var(--theme-text);
    font-weight: 600;
    font-size: 14px;
}
.profile-field {
    position: relative;
    background: #fafbff;
    border-radius: 12px;
    padding: 4px 14px;
    border: 1px solid #e6e9f2;
    margin-bottom: 18px;
    transition: border-color .2s ease, box-shadow .2s ease;
    display: flex;
    align-items: center;
}
.profile-field:focus-within {
    border-color: var(--theme-primary);
    box-shadow: 0 0 0 3px rgba(91, 164, 68, 0.12);
}
.profile-field i {
    color: var(--theme-primary);
    font-size: 15px;
    margin-left: 10px;
}
.profile-field input {
    background: transparent;
    border: none;
    width: 100%;
    height: 44px;
    color: #1b1d40;
    outline: none;
}

/* Phone field inside profile card — one outer box, no double border / no overlap */
.profile-field.form-group--phone,
.profile-field.profile-field--phone {
    display: block;
    padding: 0;
    overflow: visible;
}
.profile-field.form-group--phone .iti,
.profile-field.profile-field--phone .iti {
    width: 100%;
    display: block;
}
.profile-field.form-group--phone .iti input.iti__tel-input,
.profile-field.form-group--phone .iti input.js-intl-tel,
.profile-field.profile-field--phone .iti input {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    color: #1b1d40 !important;
}
.profile-field.form-group--phone .iti__selected-flag,
.profile-field.profile-field--phone .iti__selected-flag {
    background: transparent !important;
    border-radius: 12px 0 0 12px;
}
.profile-field.form-group--phone:focus-within,
.profile-field.profile-field--phone:focus-within {
    border-color: var(--theme-primary);
    box-shadow: 0 0 0 3px rgba(91, 164, 68, 0.12);
}
.profile-hero__info p[dir="ltr"] {
    direction: ltr;
    unicode-bidi: isolate;
    text-align: right;
}
.profile-alert {
    border-radius: 12px;
    margin-bottom: 16px;
}
.profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 6px;
}
.profile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .22s ease;
    text-decoration: none;
}
.profile-btn.primary {
    background: var(--theme-primary);
    color: #fff;
    box-shadow: 0 8px 18px rgba(91, 164, 68, 0.25);
}
.profile-btn.primary:hover {
    background: #1b1d40;
    box-shadow: 0 8px 18px rgba(27, 29, 64, 0.28);
    color: #fff;
}
.profile-btn.outline {
    background: #fff;
    color: var(--theme-primary);
    border-color: var(--theme-primary);
}
.profile-btn.outline:hover {
    background: var(--theme-primary);
    color: #fff;
}
.profile-verify-gate {
    max-width: 560px;
    margin: 0 auto;
}
.profile-verify-card__text {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 14px;
}
.profile-verify-card__phone {
    background: #f8fafc;
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-weight: 600;
    color: var(--theme-text);
}
.profile-mobile-otp {
    margin-top: 8px;
    margin-bottom: 12px;
}

/* ---- Reminders tab ---- */
.profile-tab__count {
    background: #d1a519;
    color: #1b1d40;
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    margin-right: 2px;
}
.profile-tab.active .profile-tab__count {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}
.profile-reminders-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.profile-reminder-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid #eef0f6;
    border-radius: 14px;
    background: #fafbfe;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.profile-reminder-item:hover {
    border-color: rgba(91, 164, 68, 0.35);
    box-shadow: 0 6px 16px rgba(17, 24, 39, 0.05);
}
.profile-reminder-item__main {
    flex: 1;
    min-width: 0;
}
.profile-reminder-item__title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}
.profile-reminder-item__title strong {
    color: #1b1d40;
    font-size: 15px;
}
.profile-reminder-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 13px;
    color: var(--theme-text);
    opacity: 0.8;
}
.profile-reminder-item__meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}
.profile-reminder-item__meta i {
    color: var(--theme-primary);
    font-size: 12px;
}
.profile-reminder-cancel {
    flex-shrink: 0;
    padding: 9px 16px;
    font-size: 13px;
}
.profile-reminder-cancel:hover {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.profile-reminders-alert {
    margin-bottom: 16px;
}

/* ---- Responsive ---- */
@media only screen and (max-width: 767px) {
    .profile-hero {
        padding: 24px 20px;
        text-align: center;
    }
    .profile-hero__main {
        flex-direction: column;
        text-align: center;
    }
    .profile-hero__stats {
        width: 100%;
        justify-content: center;
    }
    .profile-stat {
        flex: 1 1 140px;
        min-width: 0;
    }
    .profile-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .profile-tab {
        white-space: nowrap;
        padding: 9px 14px;
    }
    .profile-tab--logout {
        margin-right: 0;
    }
    .profile-panels {
        padding: 18px 14px;
    }
    .profile-reminder-item {
        flex-direction: column;
        align-items: stretch;
    }
    .profile-reminder-item__meta {
        flex-direction: column;
        gap: 6px;
    }
    .profile-reminder-cancel {
        width: 100%;
    }
}
.donate-reminder-box .nice-select {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 10px;
    border: 1px solid #e6e8ef;
    background: #fafbff;
    text-align: right;
    padding-right: 12px;
    padding-left: 36px;
    position: relative;
}
.donate-reminder-box .nice-select:after {
    left: 12px;
    right: auto;
}
.donate-reminder-box .nice-select .list {
    width: 100%;
    z-index: 9999;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
    max-height: 220px;
    overflow-y: auto;
    text-align: right;
    right: 0;
    left: auto;
}
.donate-reminder-box .nice-select .option {
    text-align: right;
    padding-right: 14px;
    padding-left: 14px;
}
.donate-reminder-box .message-btn .theme-btn {
    width: 100%;
}
.donate-reminder-box .row.clearfix {
    position: relative;
    z-index: 1;
}

/* Donate popup tabs */
.donate-popup-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 12px 0 18px;
    flex-wrap: wrap;
}
.donate-popup-tab {
    border: 1px solid #e6e8ef;
    background: #fff;
    color: var(--theme-text);
    border-radius: 24px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}
.donate-popup-tab.active {
    background: var(--theme-primary);
    color: #fff;
    border-color: var(--theme-primary);
    box-shadow: 0 8px 18px rgba(91, 164, 68, 0.25);
}
.donate-popup-tab.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}
.donate-popup-panel {
    display: none;
}
.donate-popup-panel.active {
    display: block;
}
.case-style-two .pattern-layer .pattern-1 {
    background-repeat: no-repeat;
    background-size: 485px;
    background-image: url(/assets/guest/images/background/a500.png);
    opacity: 1;
}

.case-style-two .icon-layer img {
    width: 350px;
    transform: rotate(270deg);
}

.case-style-two .icon-layer {
    left: -82px;
}

.recent_donors:after {content: "";position: absolute;left: 0;right: 0;height: 120px;background-repeat: repeat-x;background-size: 363px auto;opacity: 0.15;pointer-events: none;content: '';bottom: 0;background-image: url('/assets/guest/images/background/Islamic-Pattern-PNG-2.png');top: 21%;height: auto;background-repeat: repeat;z-index: -1;background-attachment: fixed;/* background: red; */bottom: 10%;opacity: 0.18;}
.recent_donors{
    position: relative;
    padding: 40px 0 90px;
}

.main-footer-pattrin {
    background-image: url(/assets/guest/images/background/Islamic-Pattern-PNG-2.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 200px;
    opacity: 0.8;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    animation: footerPatternSpin 50s linear infinite;
    transform-origin: center center;
}
.team-block-one .inner-box .image-box img {
    max-height: 361px;
    height: 225px;
}
.case-block-four p {
    color: #1b1d40 !important;
}


.case-block-four .inner-box:before {
    position: absolute;
    content: '';
    background-image: url(/assets/guest/images/background/e800.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    border-radius: 15px;
    opacity: 0.2;
}

.case-block-four:before {
    position: absolute;
    content: '';
    background-image: url(/assets/guest/images/background/g855.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100%; */
    left: 0px;
    top: 0px;
    background-size: contain;
    /* opacity: 0.2; */
    background-position: left center;
    bottom: 0;
    width: 110px;
    /* right: 0; */
    z-index: 1;
}
.case-block-four:after {
    position: absolute;
    content: '';
    background-image: url(/assets/guest/images/background/g855.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100%; */
    right: 0px;
    top: 0px;
    background-size: contain;
    /* opacity: 0.2; */
    background-position: left center;
    bottom: 0;
    width: 110px;
    /* right: 0; */
    z-index: 1;
    transform: rotate(180deg);
}
.case-block-four.text-right {
    position: relative;
    z-index: 0;
}

.case-block-four .inner-box .content-box {
    padding: 40px 40px 14px 0px;
}


@keyframes footerPatternSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


@media only screen and (max-width: 768px) {
    .donors-slide-grid {
        grid-template-columns: 1fr;
    }
    .donors-showcase__header {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 768px) {
    .donate-content {
        max-width: 96%;
    }
    .v-hide {
        display: none;
    }

    .most-donors-card img {
        height: 150px;
        object-fit: cover;
    }
    .most-donors-card img {
        height: 150px;
        object-fit: cover;
    }

    .most-donors-card .shop-block-one {
        border: 1px solid #cfc7c7;
        margin-bottom: 15px;
        padding: 15px;
        width: 100%;
        max-width: 100%;
    }

    .most-donors-card  .shop-block-one .inner-box {
        margin: 0;
    }

    .donate-popup .donate-content {
        margin-top: 9px;
        margin-bottom: 9px;
        background: #ffffff;
        padding-top: 29px;
    }

    .donate-content .donate-box, .donate-content .form-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .donate-popup .close-donate {
        position: absolute;
        right: 40px;
        top: 40px;
        font-size: 30px;
        color: #000000;
        cursor: pointer;
        z-index: 15;
        transition: all 500ms ease;
    }



    .jssocials-shares {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    li.logo_li {
        display: none !important;
    }

    .mobile-menu .nav-logo {
        padding: 15px 25px;
    }

    .rtl .mobile-menu .nav-logo img.mCS_img_loaded {
        height: 57px;
        margin: auto;
        display: block;
        animation: logoPulse 2.4s ease-in-out infinite;
    }

    @keyframes logoPulse {
        0% { opacity: 0.6; }
        50% { opacity: 1; }
        100% { opacity: 0.6; }
    }

    .mobile-menu .contact-info {
        padding: 30px 30px 20px 30px;
    }

    .banner-carousel .banner-content .swiper-slide .content-box span {

        font-size: 26px;
        line-height: 46px;
        margin-top: 4px;
        margin-bottom: 2px;
    }.banner-carousel .banner-content .swiper-slide .content-box h2 {
         font-size: 26px;
         line-height: 43px;
     }.banner-carousel .banner-content .swiper-slide .content-box p {

          font-size: 17px;
          line-height: 26px;
          margin-top: 7px;
          margin-bottom: 15px;
      }.banner-btn {

           font-size: 14px;
           line-height: 20px;
           padding: 7.5px 40px;
       }.banner-carousel .banner-content .othre-text span {
            font-size: 20px;
            line-height: 26px;
        }.banner-carousel .banner-content .othre-text {
             min-height: 64px;
             margin-top: 15px;
         }
    .banner-carousel .banner-content .swiper-slide:before {
        height: 485px;
    }
    .banner-carousel .banner-content .swiper-slide {
        padding: 30px 0px 15px 0px;
    }





    ul.social-style-one.clearfix a.logo_link img {
        height: 10px;
    }

    .nav-right-content.clearfix a.logo_link img {
        height: 55px;
    }

    .nav-right-content.clearfix a.logo_link {
        padding-top:  5px;
        padding-bottom: 0;
    }


    .main-header .search-box-btn {
        margin-left: 20px;
        margin-right: 0;
    }

    .main-header .search-box-btn:after {
        right: auto;
        left: -10px;
    }

    .main-header .search-panel .form-container {
        padding: 15px;
    }

    .rtl .main-header .search-box-outer .dropdown-menu {
        left: -56px !important;
    }
    .nav-right-content.clearfix a.logo_link {
        display: block;
    }

    .handle-preloader .animation-preloader .spinner {
        height: 1em;
        width: 1em;
        margin: 16px auto;
    }
    .handle-preloader .animation-preloader img {
        width: 105px;
    }

    .case-details .upper-box .info-box {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }

    .case-details .upper-box .info-box li {
        padding-left: 25px;
        min-height: 49px;
        padding-right: 25px;
        flex: 1;
        display: flex;
        align-items: center;
        flex-direction: row;
        margin: 0;
        padding: 0;
        /* width: 47%; */
        /* border: 1px solid; */
        /* padding: 5px; */
        /* width: 100%; */
        /* padding: 0; */
        /* margin: 0; */
        justify-content: space-between;
        gap: 6px;
    }

    .case-details .upper-box .info-box li i {
        position: unset;
        width: 33px;
        height: 33px;
        aspect-ratio: 1/1;
        font-size: 14px;
        line-height: 33px;
        float: unset;
    }

    .case-details .upper-box .info-box li:last-child {
        padding-right: 0;
        padding-left: 0px;
    }

    .case-details .upper-box .info-box li:before {
        right: auto;
        left: -8px;
        display: none;
    }
    .case-details .donate-inner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

}




@media only screen and (max-width: 600px) {
    .new_checks h3 {
        font-size: 18px;
        margin-bottom: 7px;
        text-align: center;
    }

    .new_checks label {
        font-size: 15px !important;
        font-weight: normal !important;
        /* padding: 5px !important; */
        height: 50px !important;
        line-height: 50px !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .new_checks
    li {
        width: fit-content !important;
        height: 50px !important;
        margin-bottom: 0 !important;
        flex: auto !important;
        float: unset !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    ul.donate-list.clearfix {
        display: flex;
        gap: 5px;
    }

    .donate-content h3 {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 17px;
    }

    .donate-content .sec-title h2 {
        font-size: 16px;
        line-height: 18px;
    }

    .donate-content .sec-title.centred {
        margin-bottom: 21px;
    }

    .donate-content .donate-option {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .donate-popup .close-donate {
        font-size: 20px;
    }
}

/* FAQ redesign */
.faq-split-section {
    /*background: #1b1d40;*/
    position: relative;
    overflow: hidden;
}
.faq-split-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    background-repeat: repeat-x;
    background-size: 363px auto;
    opacity: 0.15;
    pointer-events: none;


    top: 0;
    background-image: url('/assets/guest/images/background/Islamic-Pattern-PNG.png');
}

.faq-split-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    background-repeat: repeat-x;
    background-size: 363px auto;
    opacity: 0.15;
    pointer-events: none;
    content: "";
    bottom: 0;
    background-image: url(/assets/guest/images/background/Islamic-Pattern-PNG-2.png);
    top: 10%;
    height: auto;
    background-repeat: repeat;
    z-index: -1;
    background-attachment: fixed;
    /* background: red; */
    bottom: 0;
    opacity: 0.18;

    position: absolute;
    bottom: 0;
    width: 100%;

}


.faq-split-section:before {
    /* content: ""; */
    /* position: absolute; */
    /* inset: 0; */
    /* background:
        radial-gradient(circle at 15% 20%, rgba(24, 99, 58, 0.1), transparent 42%),
        radial-gradient(circle at 85% 10%, rgba(197, 154, 83, 0.12), transparent 40%); */
    /* pointer-events: none; */
}
section.faq-split-section.sec-pad {
    background-image: url(/assets/guest/images/background/g855.png);
    background-position: left;
    background-repeat: no-repeat;
}

.faq-split-section .auto-container {
    position: relative;
    z-index: 1;
}

.faq-split-header {
    margin-bottom: 35px;
}

.faq-split-header .top-text {
    color: #1f6a3f;
    font-weight: 700;
    letter-spacing: 1px;
}

.faq-split-header h2 {
    color: #173a2b;
    margin-top: 8px;
    margin-bottom: 8px;
}

.faq-split-header p {
    color: #5d6b64;
}

.faq-content-panel {
    background: #ffffff;
    border: 1px solid #e4ece7;
    border-radius: 24px;
    padding: 28px 24px;
    height: 100%;
    box-shadow: 0 18px 45px rgba(16, 53, 37, 0.08);
}

.faq-panel-title {
    margin-bottom: 16px;
    text-align: center;
}

.faq-panel-title h3 {
    color: #173a2b;
    font-size: 24px;
    margin-bottom: 6px;
}

.faq-panel-title p {
    color: #64746d;
    margin-bottom: 0;
}

.faq-accordion-modern .faq-item {
    margin-bottom: 14px;
    border: 1px solid #e4ece7;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
}

.faq-accordion-modern .block .acc-btn {
    background: #ffffff;
    padding: 9px 14px 17px 60px;
    border: 0;
}

.faq-accordion-modern .block .acc-btn.active {
    background: #e8e8e8;
}

.faq-accordion-modern .block .acc-btn h5 {
    color: #1f3f31 !important;
    font-size: 18px;
    line-height: 1.6;
}

.faq-item-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #1f6a3f;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
}

.faq-accordion-modern .block .acc-content .text {
    padding: 0 16px 18px;
    color: #475850;
    border: 0;
    background: #ffffff;
}

.faq-accordion-modern .block .acc-content .text p {
    margin: 0;
    line-height: 1.9;
}

.faq-content-panel .btn-box .theme-btn.btn-one {
    background: #1f6a3f;
    border-color: #1f6a3f;
    color: #ffffff;
}

.faq-content-panel .btn-box .theme-btn.btn-one:hover {
    background: #c59a53;
    border-color: #c59a53;
    color: #ffffff;
}

.faq-side-panel {
    background: #173a2b;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 50px rgba(11, 30, 22, 0.2);
}

.faq-side-image {
    margin: 0;
    height: 280px;
}

.faq-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-side-content {
    padding: 24px 24px 26px;
    color: #f0f4f2;
}

.faq-side-content h4 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 10px;
}

.faq-side-content p {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 14px;
    line-height: 1.9;
}

.faq-side-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-side-list li {
    position: relative;
    padding-right: 24px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.92);
}

.faq-side-list li:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c59a53;
}

.faq-page-redesign .empty-faq {
    background: #f8fbf9;
    border: 1px dashed #cdded4;
    border-radius: 12px;
    padding: 22px;
    color: #486055;
}
.form-inner {
    background: #FFF;
}

.form-inner .theme-btn.btn-one {
    background: #1b1d40;
    border: 0;
    margin: auto;
    display: block;
}
.accordion-box .block .acc-content {
    margin-top: 10px;
}
.main-header .search-box-outer .dropdown-menu {
    background: #1e2146;
    border: 1px solid #FFF;
}

.case-block-four
button.donate-box-btn.newBtn {
    display: block;
    margin: auto;
    margin-top: 20px;
    background: #1b1d40;
    padding: 19px 15px;
    height: auto;
    line-height: 1;
    color: #FFF;
    border-radius: 4px;
}

.news-view-toggle-section {
    padding: 20px 0 0;
}

.news-view-toggle {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.news-view-toggle .view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(27, 29, 64, 0.15);
    color: #1b1d40;
    transition: all 0.2s ease;
    box-shadow: 0 10px 25px rgba(27, 29, 64, 0.08);
}

.news-view-toggle .view-btn i {
    font-size: 14px;
}

.news-view-toggle .view-btn.active,
.news-view-toggle .view-btn:hover {
    background: #1b1d40;
    border-color: #1b1d40;
    color: #fff;
}

.content-frame {
    background: #ffffff;
    border: 1px solid rgba(27, 29, 64, 0.12);
    border-radius: 22px;
    padding: 35px 30px;
    box-shadow: 0 20px 50px rgba(27, 29, 64, 0.1);
    max-width: 760px;
    margin: 0 auto;
}

.content-frame h2 {
    color: #1b1d40;
}

.content-frame p {
    color: rgba(27, 29, 64, 0.75);
    line-height: 1.9;
}

.content-frame .btn-box {
    margin-top: 20px;
}

.video-hero {
    position: relative;
    overflow: hidden;
    background-color: #0f1026;
}

.video-hero .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* .video-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(27, 29, 64, 0.85), rgba(27, 29, 64, 0.45));
    z-index: 1;
} */

/* .video-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(27, 29, 64, 0.25);
    z-index: 1;
} */

.video-hero .content-box {
    position: relative;
    z-index: 2;
}

.video-hero--fallback {
    background-size: cover;
    background-position: center;
}

.pattern-islamic-section {
    position: relative;
    overflow: hidden;
}

.pattern-islamic-section::before,
.pattern-islamic-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    background-repeat: repeat-x;
    background-size: 363px auto;
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
}

.pattern-islamic-section::before {
    top: 0;
}

.pattern-islamic-section::after {
    bottom: 0;
    background-image: url('/assets/guest/images/background/Islamic-Pattern-PNG-2.png');
    top: 10%;
    height: auto;
    background-repeat: repeat;
    z-index: 1;
    background-attachment: fixed;
    opacity: 0.18;
}

.pattern-islamic-section > * {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .news-view-toggle {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 991px) {
    .faq-content-panel,
    .faq-side-panel {
        margin-bottom: 0;
    }

    .faq-side-image {
        height: 240px;
    }

    .faq-panel-title h3 {
        font-size: 21px;
    }
}

@media only screen and (max-width: 600px) {
    .faq-content-panel {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .faq-accordion-modern .block .acc-btn {
        padding: 15px 12px 15px 44px;
    }

    .faq-accordion-modern .block .acc-btn h5 {
        font-size: 16px;
    }

    .faq-item-number {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .faq-side-image {
        height: 200px;
    }

    .faq-side-content {
        padding: 18px 15px 20px;
    }

    .faq-side-content h4 {
        font-size: 21px;
    }
}

.ads-banner-section {
    padding: 35px 0 20px;
}

.ads-banner-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
}

.ads-banner-card {
    position: relative;
    grid-column: span 6;
    min-height: 260px;
    border-radius: 22px;
    overflow: hidden;
    background: #1b1d40;
    box-shadow: 0 14px 38px rgba(27, 29, 64, 0.2);
}

.ads-banner-card__media,
.ads-banner-card__media video,
.ads-banner-card__media img {
    width: 100%;
    height: 100%;
}

.ads-banner-card__media video,
.ads-banner-card__media img {
    object-fit: cover;
}

.ads-banner-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(27, 29, 64, 0.12), rgba(27, 29, 64, 0.88));
}

.ads-banner-card__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    z-index: 2;
}

.ads-banner-card__content h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 24px;
}

.ads-banner-card__content p {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 15px;
}

.ads-widget-section {
    padding: 20px 0 30px;
}

.ads-widget-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(27, 29, 64, 0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(27, 29, 64, 0.08);
}

.ads-widget-card__media {
    width: 100%;
    height: 220px;
    background: #f7f9fc;
}

.ads-widget-card__media img,
.ads-widget-card__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ads-widget-card__body {
    padding: 20px;
    text-align: center;
}

.ads-widget-card__body h4 {
    color: #1b1d40;
    margin-bottom: 10px;
}

.ads-widget-card__body p {
    color: rgba(27, 29, 64, 0.75);
    margin-bottom: 15px;
    min-height: 48px;
}

.guest-ad-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.guest-ad-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.guest-ad-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(27, 29, 64, 0.76);
    backdrop-filter: blur(3px);
}

.guest-ad-modal__dialog {
    position: relative;
    width: min(760px, calc(100% - 30px));
    margin: 6vh auto 0;
    border-radius: 26px;
    border: 2px solid rgba(91, 164, 68, 0.35);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf5 100%);
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(27, 29, 64, 0.38);
    transform: translateY(14px) scale(0.98);
    transition: transform 0.3s ease;
}

.guest-ad-modal.is-open .guest-ad-modal__dialog {
    transform: translateY(0) scale(1);
}

.guest-ad-modal__close {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #1b1d40;
    color: #fff;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.guest-ad-modal__close:hover {
    background: #5ba444;
    transform: rotate(90deg);
}

.guest-ad-modal__media {
    height: 360px;
    background: #1b1d40;
}

.guest-ad-modal__media img,
.guest-ad-modal__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guest-ad-modal__content {
    padding: 24px 26px 28px;
    text-align: center;
}

.guest-ad-modal__content h3 {
    color: #1b1d40;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.25;
}

.guest-ad-modal__content p {
    color: rgba(27, 29, 64, 0.85);
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.9;
}

.guest-ad-modal__content .theme-btn.btn-one {
    min-width: 180px;
    border-radius: 12px;
    background: #5ba444;
    border-color: #5ba444;
    color: #fff;
    font-weight: 700;
    transition: all 0.25s ease;
}

.guest-ad-modal__content .theme-btn.btn-one:hover {
    background: #1b1d40;
    border-color: #1b1d40;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .ads-banner-card {
        grid-column: span 12;
    }
}

@media only screen and (max-width: 600px) {
    .ads-banner-card {
        min-height: 230px;
    }

    .ads-banner-card__content {
        padding: 18px;
    }

    .ads-banner-card__content h3 {
        font-size: 20px;
    }

    .guest-ad-modal__media {
        height: 220px;
    }

    .guest-ad-modal__content {
        padding: 16px 14px 20px;
    }

    .guest-ad-modal__content h3 {
        font-size: 24px;
    }

    .guest-ad-modal__content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .guest-ad-modal__close {
        width: 36px;
        height: 36px;
        top: 10px;
        left: 10px;
    }
}

.brColor.theme-btn.btn-one{
    color: #000 !important;


}

.brColor:hover{
    color: #fff !important;
}


.news-block-two .inner-box .content-box .info .post-info li  ,
 .news-block-two .inner-box .content-box .text p,

.case-block-four .inner-box .content-box .info-box li h5 ,
 .case-block-four .inner-box .donate-inner .amount-box h5

 {
    color: #1b1d40 !important;
}

.comments-form-area * {
    color: #1b1d40 !important;
}
.blog-details-content .post-share-option .social-links li a,
.blog-details-content .content-one .upper-box .post-info li ,.blog-details-content .post-share-option .tags-list li a{
    color: #fff !important;

}


.blog-details-content .post-share-option .tags-list li a:hover,.blog-details-content .post-share-option .social-links li a:hover {
    background-color: #d1a519;
    border-color: #d1a519;
}
.blog-details-content .content-one .image-box .post-date {
    background-color: #d1a519;
}
.myaccount-section{
    background: #FFF !important; color: #000;
}

/* intl-tel-input — force LTR so flag/dial-code sit on the left without RTL gaps */
.form-group--phone {
    position: relative;
    overflow: visible !important;
    z-index: 2;
    direction: ltr !important;
    text-align: left !important;
}
.form-group--phone.is-phone-dropdown-open {
    z-index: 50;
}
.form-group--phone > i,
.form-group--phone > i.is-phone-icon-hidden {
    display: none !important;
    pointer-events: none !important;
}
.form-group--phone .iti,
.form-group--phone .iti--allow-dropdown,
.form-group--phone .iti--separate-dial-code {
    width: 100%;
    display: block;
    position: relative;
    direction: ltr !important;
    text-align: left !important;
}
.form-group--phone .iti__flag-container {
    z-index: 5;
    pointer-events: auto !important;
    direction: ltr !important;
}
.form-group--phone .iti__selected-flag {
    background: transparent !important;
    border-radius: 0;
    pointer-events: auto !important;
    cursor: pointer;
    direction: ltr !important;
}
.form-group--phone .iti__selected-flag:hover,
.form-group--phone .iti__selected-flag:focus {
    background: rgba(27, 29, 64, 0.04) !important;
}
.form-group--phone .iti__selected-dial-code {
    font-size: 15px;
    color: #5f5e5e;
    margin-left: 4px !important;
    margin-right: 0 !important;
    direction: ltr !important;
}

/*
 * Override intl-tel-input RTL rules (html[dir=rtl] mirrors flag to the right
 * and leaves a large empty padding gap). Force LTR layout: flag on LEFT.
 */
[dir=rtl] .form-group--phone .iti--allow-dropdown .iti__flag-container,
[dir=rtl] .form-group--phone .iti--separate-dial-code .iti__flag-container,
.rtl .form-group--phone .iti--allow-dropdown .iti__flag-container,
.rtl .form-group--phone .iti--separate-dial-code .iti__flag-container,
.form-group--phone .iti--allow-dropdown .iti__flag-container,
.form-group--phone .iti--separate-dial-code .iti__flag-container {
    right: auto !important;
    left: 0 !important;
}
[dir=rtl] .form-group--phone .iti--allow-dropdown input,
[dir=rtl] .form-group--phone .iti--allow-dropdown input[type=tel],
[dir=rtl] .form-group--phone .iti--separate-dial-code input,
[dir=rtl] .form-group--phone .iti--separate-dial-code input[type=tel],
.rtl .form-group--phone .iti--allow-dropdown input,
.rtl .form-group--phone .iti--separate-dial-code input,
.form-group--phone .iti--allow-dropdown input,
.form-group--phone .iti--separate-dial-code input {
    padding-right: 12px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    /* padding-left is set by JS to dial-code width */
}
[dir=rtl] .form-group--phone .iti__arrow,
.form-group--phone .iti__arrow {
    margin-left: 6px !important;
    margin-right: 0 !important;
}

/* Shared tel input look (auth + myaccount) */
.myaccount-section .form-group input[type='tel'],
.myaccount-section .form-group--phone .iti input.iti__tel-input,
.myaccount-section .form-group--phone .iti input.js-intl-tel,
.auth-card .form-group--phone .iti input.iti__tel-input,
.auth-card .form-group--phone .iti input.js-intl-tel {
    position: relative;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px;
    border: 1px solid #dddad8 !important;
    font-size: 18px;
    color: #5f5e5e;
    border-radius: 15px !important;
    background: #fff;
    box-sizing: border-box;
    transition: all 500ms ease;
    direction: ltr !important;
    text-align: left !important;
}
.auth-card .form-group--phone .iti input.iti__tel-input,
.auth-card .form-group--phone .iti input.js-intl-tel {
    background: #f7f9fc;
    border-color: rgba(27, 29, 64, 0.12) !important;
}
.myaccount-section .form-group--phone .iti input.iti__tel-input:focus,
.auth-card .form-group--phone .iti input.iti__tel-input:focus,
.myaccount-section .form-group input[type='tel']:focus {
    border-color: #bb9319 !important;
    outline: none;
}

/* Donate popup: type=tel was missing from theme styles */
.donate-content .form-inner .form-group input[type='tel'],
.donate-content .form-inner .form-group--phone .iti input.iti__tel-input,
.donate-content .form-inner .form-group--phone .iti input.js-intl-tel,
.donate-reminder-box .form-group--phone .iti input.iti__tel-input,
.donate-reminder-box .form-group--phone .iti input.js-intl-tel {
    position: relative;
    display: block;
    width: 100% !important;
    height: 60px !important;
    min-height: 60px;
    border: 1px solid #dddad8 !important;
    border-radius: 15px !important;
    font-size: 18px;
    line-height: 24px;
    color: #5f5e5e;
    background: #fff;
    box-sizing: border-box;
    direction: ltr !important;
    text-align: left !important;
    transition: all 500ms ease;
}
.donate-content .form-inner .form-group--phone .iti input.iti__tel-input:focus,
.donate-reminder-box .form-group--phone .iti input.iti__tel-input:focus {
    border-color: #bb9319 !important;
    outline: none;
}

/* Contact / volunteer */
.contact-section .form-group--phone .iti input.iti__tel-input,
.volunteer-join-card .form-group--phone .iti input.iti__tel-input {
    width: 100% !important;
    height: 56px !important;
    border: 1px solid #dddad8 !important;
    border-radius: 15px !important;
    background: #fff;
    direction: ltr !important;
    text-align: left !important;
    box-sizing: border-box;
}

/* Allow dropdown to escape clipped parents */
.donate-popup.phone-dropdown-open,
.donate-popup.phone-dropdown-open .donate-content,
.donate-popup .form-group--phone,
.donate-popup .column,
.donate-popup .row {
    overflow: visible !important;
}
.auth-card .form-group--phone {
    z-index: 6;
}
.auth-card .form-group--phone.is-phone-dropdown-open {
    z-index: 30;
}

/* Validation error: place below full width, keep Arabic RTL for message text */
.form-group--phone label.error,
.form-group--phone .error {
    display: block !important;
    position: static !important;
    width: 100% !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
    direction: rtl !important;
    text-align: right !important;
    color: #dc3545;
    font-size: 13px;
    line-height: 1.4;
}
.form-group--phone .iti label.error {
    /* if plugin inserts error inside .iti, pull it out visually */
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 4px) !important;
    width: 100% !important;
}

/* Country list under LTR input: open from the left (flag side) */
.form-group--phone .iti__country-list,
.iti__country-list {
    z-index: 10050 !important;
    direction: ltr !important;
    text-align: left !important;
    width: 300px;
    max-height: 240px;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(27, 29, 64, 0.18);
    border: 1px solid rgba(27, 29, 64, 0.1);
    background: #fff !important;
    padding: 6px 0;
    margin: 4px 0 0;
    left: 0 !important;
    right: auto !important;
    float: none !important;
}
.iti__country-list .iti__country {
    direction: ltr !important;
    text-align: left !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    float: none !important;
    padding: 8px 12px !important;
    line-height: 1.4;
}
.iti__country-list .iti__flag-box {
    float: none !important;
    margin: 0 !important;
    flex: 0 0 auto;
}
.iti__country-list .iti__country-name {
    float: none !important;
    flex: 1 1 auto;
    text-align: left !important;
    margin: 0 !important;
}
.iti__country-list .iti__dial-code {
    float: none !important;
    flex: 0 0 auto;
    margin: 0 0 0 8px !important;
    color: #8a8a8a;
}
.iti__country.iti__highlight {
    background-color: #f3f4f6 !important;
}

.verify-mobile-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-weight: 600;
    color: var(--theme-text, #1b1d40);
    direction: ltr;
    justify-content: flex-end;
}

.forgot-steps {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
    justify-content: flex-end;
}
.forgot-step {
    font-size: 13px;
    color: #9ca3af;
    background: #f3f4f6;
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 600;
}
.forgot-step.is-active {
    color: #fff;
    background: #1b1d40;
}
#forgot-step-2 .btn-box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#forgot-step-2 .theme-btn.ghost-btn {
    background: #eef2f7;
    color: #1b1d40;
    border-color: #eef2f7;
}
#forgot-step-2 .theme-btn.ghost-btn:hover {
    background: #e2e8f0;
}




