:root {
    --tj-ff-body: "Aktiv Grotesk", sans-serif;
    --tj-ff-heading: "Aktiv Grotesk", sans-serif;
}

html[dir="ltr"],
html[dir="ltr"] body {
    direction: ltr;
    font-family: "Aktiv Grotesk", sans-serif;
}

html[dir="ltr"] #tj-back-to-top {
    inset-inline-end: auto;
    right: auto;
    left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    html[dir="left"] #tj-back-to-top {
        left: 30px;
        right: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    html[dir="rtl"] #tj-back-to-top {
        left: 20px;
        right: auto;
    }
}



@media (max-width: 767px) {}

@media (max-width: 375px) {}



.sos-about-grid {

    direction: ltr;
}

.sos-about-text {
    text-align: left;
    direction: ltr;
}


.sos-about-image img {
    display: block;
    width: 100%;
    height: auto;
}

.sos-about-callout {
    margin-left: 18px;
    margin-right: auto;

}

.newsletter-subscribe-form {
    position: relative;
}

.newsletter-submit-spinner {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: newsletter-spin 0.75s linear infinite;
}

.newsletter-subscribe-form.is-loading .newsletter-submit-icon {
    display: none;
}

.newsletter-subscribe-form.is-loading .newsletter-submit-spinner {
    display: inline-block;
}

.newsletter-subscribe-form button[disabled] {
    cursor: not-allowed;
    opacity: 0.9;
}

.newsletter-feedback {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
}

.newsletter-feedback.is-success {
    color: #d2ffdc;
}

.newsletter-feedback.is-error {
    color: #ffd2d2;
}

@keyframes newsletter-spin {
    to {
        transform: rotate(360deg);
    }
}


@media (max-width: 575px) {
    .sos-about-image {
        border-top-right-radius: 120px;
    }

    .sos-about-text p {
        font-size: 16px;
    }

    .sos-about-callout {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 56px;
    }
}




@media (max-width: 767px) {
    .ramadan-feature-card {

        border-bottom-left-radius: 120px;
        border-bottom-right-radius: 20px;
    }


}

.client-logo {
    height: 100px;
}

.client-logo img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.client-logo:hover img {
    filter: grayscale(0%);
}


.contact-form .form-input .nice-select .list {
    height: 200px;
    overflow: scroll;
}

.nice-select.open .list {
    height: 300px;
    overflow: auto;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    width: auto;
    min-height: auto;
    padding: 10px;
    margin: 0;
}

.form-check-input:checked {
    background-color: #22b7f2;
}

.package-recurring-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 40px 0 0
}

.package-recurring-check .form-check-label {
    margin: 0;
    font-weight: 500;
    color: #133b64;
}

/* Recurring payment toggle switch */
.pkg-toggle-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    flex-shrink: 0;
    margin: 0;
    cursor: pointer;
}

.pkg-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.pkg-toggle-slider {
    position: absolute;
    inset: 0;
    background-color: #9e9e9e;
    border-radius: 28px;
    transition: background-color 0.25s ease;
}

.pkg-toggle-slider::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    transition: left 0.25s ease;
}

.pkg-toggle-switch input:checked+.pkg-toggle-slider {
    background-color: #22b7f2;
}

.pkg-toggle-switch input:checked+.pkg-toggle-slider::before {
    left: calc(100% - 25px);
}

.pkg-toggle-label {
    margin: 0;
    font-weight: 500;
    color: #133b64;
    cursor: pointer;
}

.package-recurring-day-select {
    font-size: 1rem;
    border-radius: 17px;
    line-height: 2;
}

.package-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.package-tabs-nav__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 9px 20px;
    border-radius: 999px;
    background: #ffffff;
    color: #0b2341;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(8, 28, 51, .08);
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.package-tabs-nav__item small {
    color: #617287;
    font-size: .76rem;
    font-weight: 700;
}

.package-tabs-nav__item:hover,
.package-tabs-nav__item.is-active {
    background: #4c9ad4;
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(76, 154, 212, .24);
}

.package-tabs-nav__item:hover small,
.package-tabs-nav__item.is-active small {
    color: rgba(255, 255, 255, .82);
}

.package-selected-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(11, 35, 65, .08);
    border-radius: 28px;
    box-shadow: 0 26px 70px rgba(8, 28, 51, .08);
}

.package-selected-card__media {
    aspect-ratio: 16 / 10;
    background: #eef2f6;
}

.package-selected-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.package-selected-card__content {
    padding: 24px;
}

.package-selected-card__label {
    display: inline-flex;
    margin-bottom: 10px;
    color: #4c9ad4;
    font-size: .82rem;
    font-weight: 800;
}

.package-selected-card h1 {
    margin: 0 0 14px;
    color: #0b2341;
    font-size: clamp(1.55rem, 2vw, 2rem);
    line-height: 1.25;
}

.package-selected-card__amount {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 18px;
    color: #4c9ad4;
}

.package-selected-card__amount strong {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    line-height: 1;
}

.package-selected-card__amount span {
    color: #0b2341;
    font-weight: 800;
}

.package-selected-card__amount-period {
    color: #0b2341;
    font-size: .95rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
}

.package-selected-card__amount--with-title span:first-child {
    color: #0b2341;
    font-size: 1rem;
    font-weight: 800;
}

.package-selected-card__body {
    color: #0b2341;
    line-height: 1.75;
}

.package-selected-card__body>*:last-child {
    margin-bottom: 0;
}

.package-payment-mode-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}

.package-payment-mode-actions__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    min-height: 42px;
    padding: 8px 18px;
    border: 0;
    border-radius: 8px;
    background: #f2f4f5;
    color: #0b2341;
    cursor: pointer;
    font-family: inherit;
    font-weight: 800;
    line-height: 1.1;
}

.package-payment-mode-actions__button:hover,
.package-payment-mode-actions__button.is-active {
    background: #29aee3;
    color: #ffffff;
}

.package-content {
    margin: 0 0 24px;
}

.package-selected-card--inline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 230px);
    align-items: center;
    gap: 24px;
    padding: 24px;
}

.package-selected-card--inline .package-selected-card__media {
    grid-column: 2;
    aspect-ratio: 1.35 / 1;
    border-radius: 22px;
    overflow: hidden;
}

.package-selected-card--inline .package-selected-card__content {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
    text-align: center;
}

.package-selected-card--inline .package-selected-card__label {
    display: none;
}

.package-selected-card--inline h1 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.package-selected-card--inline .package-selected-card__amount {
    margin-bottom: 8px;
}

.package-selected-card--inline .package-selected-card__amount strong {
    font-size: clamp(3rem, 7vw, 4.8rem);
}

.package-selected-card--inline .package-selected-card__body {
    font-weight: 700;
    line-height: 1.45;
}

@media (max-width: 767px) {
    .package-tabs-nav {
        justify-content: center;
        overflow-x: visible;
        flex-wrap: wrap;
        gap: 10px;
        padding-bottom: 0;
    }

    .package-tabs-nav__item {
        flex: 0 1 auto;
        min-height: 42px;
        padding: 8px 14px;
    }

    .package-selected-card--inline {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .package-selected-card--inline .package-selected-card__media,
    .package-selected-card--inline .package-selected-card__content {
        grid-column: 1;
        grid-row: auto;
    }
}


.team-item .title {
    width: auto;
    font-size: 1em;
}

.donation-entry-section {
    background: #edf4f5;
    padding: 48px 0;
}

.donation-entry-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    direction: ltr;
}

.donation-entry-grid>.donation-entry-card-link:first-child {
    grid-column-start: auto;
}

.donation-entry-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.donation-entry-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 440px;
    padding: 26px 26px 18px;
    background: #ffffff;
    border-radius: 92px 92px 7px 7px;
    direction: ltr;
    text-align: center;
    box-shadow: none;
}

.donation-entry-card__main-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.donation-entry-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin-bottom: 40px;
    border-radius: 50%;
    background: #29aee3;
    color: #ffffff;
    flex: 0 0 auto;
}

.donation-entry-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.donation-entry-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.donation-entry-card__title {
    width: 100%;
    margin: 0 0 10px;
    color: #050505;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.donation-entry-card-link:hover .donation-entry-card__title {
    color: #29aee3;
}

.donation-entry-card__desc,
.donation-entry-body {
    width: 100%;
    margin: 0;
    color: #050505;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.12;
}

.donation-entry-card__desc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.donation-entry-body {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.donation-entry-body>* {
    margin-bottom: 0;
}

.donation-entry-card__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px 9px;
    width: 100%;
    margin-top: auto;
    padding-top: 18px;
}

.donation-entry-card__tags span,
.donation-entry-card__tags a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 57px;
    min-height: 20px;
    padding: 4px 11px;
    border-radius: 999px;
    background: #eff2f3;
    color: #050505;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}

.donation-entry-card__tags a:hover {
    background: #29aee3;
    color: #ffffff;
}

.donation-entry-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 140px;
    min-height: 44px;
    margin-top: 26px;
    padding: 5px 11px 5px 7px;
    border-radius: 999px;
    background: #29aee3;
    color: #ffffff;
    text-decoration: none;
    direction: ltr;
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
}

.donation-entry-card-link:hover .donation-entry-card__button {
    background: #168fc0;
    color: #ffffff;
}

.donation-entry-card__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #063b5c;
    color: #29aee3;
    flex: 0 0 auto;
    font-size: 16px;
}

.donation-entry-card__button-icon i {
    line-height: 1;
}

@media (max-width: 1199.98px) {
    .donation-entry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .donation-entry-grid>.donation-entry-card-link:first-child {
        grid-column-start: auto;
    }
}

@media (max-width: 575.98px) {
    .donation-entry-section {
        padding: 140px 0 48px;
    }

    .donation-entry-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .donation-entry-card {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        grid-template-areas:
            "icon content"
            "icon tags";
        align-items: start;
        column-gap: 14px;
        max-width: 475px;
        min-height: 156px;
        margin: 0 auto;
        padding: 22px 30px 22px 24px;
        border-radius: 92px 22px 22px 92px;
        text-align: left;
    }

    .donation-entry-card__main-link {
        display: contents;
    }

    .donation-entry-card__icon {
        grid-area: icon;
        width: 112px;
        height: 112px;
        margin: 0;
    }

    .donation-entry-card__content {
        grid-area: content;
        align-items: flex-start;
    }

    .donation-entry-card__title {
        margin-bottom: 10px;
        font-size: 1.2em;
        line-height: 1.05;
    }

    .donation-entry-card__desc,
    .donation-entry-body {
        font-size: 18px;
        line-height: 1.16;
    }

    .donation-entry-card__desc {
        -webkit-line-clamp: 4;
    }

    .donation-entry-body {
        -webkit-line-clamp: 3;
    }

    .donation-entry-card__tags {
        grid-area: tags;
        justify-content: flex-start;
        gap: 0;
        margin-top: 8px;
        padding-top: 0;
        line-height: 1.3;
    }

    .donation-entry-card__tags span,
    .donation-entry-card__tags a {
        min-width: auto;
        min-height: auto;
        padding: 0;
        background: transparent;
        border-radius: 0;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.3;
        white-space: normal;
    }

    .donation-entry-card__tags span::after,
    .donation-entry-card__tags a::after {
        content: "•";
        margin: 0 6px;
        color: #29aee3;
    }

    .donation-entry-card__tags span:first-child::before,
    .donation-entry-card__tags a:first-child::before {
        content: "•";
        margin-right: 6px;
        color: #29aee3;
    }

    .donation-entry-card__tags span:last-child::after,
    .donation-entry-card__tags a:last-child::after {
        content: none;
    }

    .donation-entry-card__button {
        display: none;
    }

    html[dir="rtl"] .donation-entry-card {
        grid-template-columns: minmax(0, 1fr) 112px;
        grid-template-areas:
            "content icon"
            "tags icon";
        border-radius: 22px 92px 92px 22px;
        direction: ltr;
        text-align: right;
    }

    html[dir="rtl"] .donation-entry-card__content {
        align-items: flex-end;
        direction: rtl;
    }

    html[dir="rtl"] .donation-entry-card__tags {
        justify-content: flex-end;
        direction: rtl;
    }

    html[dir="rtl"] .donation-entry-card__tags span:first-child::before,
    html[dir="rtl"] .donation-entry-card__tags a:first-child::before {
        margin-right: 0;
        margin-left: 6px;
    }
}