@font-face {
    font-family: "InkFree";
    src: url("/assets_web/webfonts/ink_free.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.customizer {
    width: 500px;
    right: -500px;
    padding: 0;
    background-color: #fff;
    z-index: 1051;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    -webkit-transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
    transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
    backface-visibility: hidden;
    border-left: 1px solid rgba(34, 41, 47, 0.05);
}

.customizer.open {
    box-shadow:
        0 15px 30px 0 rgba(34, 41, 47, 0.11),
        0 5px 15px 0 rgba(34, 41, 47, 0.08);
    right: 0;
}

.customizer .customizer-content {
    position: relative;
    height: 100%;
}

.customizer .customizer-close {
    position: absolute;
    right: 0.6rem;
    top: 0.6rem;
    padding: 7px;
    width: auto;
    z-index: 10;
    color: #5e5873;
}

.customizer .customizer-close i,
.customizer .customizer-close svg {
    font-size: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
}

.customizer .customizer-toggle {
    background: #ffc107;
    color: #fff !important;
    display: block;
    box-shadow: -3px 0 8px rgba(34, 41, 47, 0.1);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    left: -39px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.customizer .color-box {
    height: 24px;
    width: 24px;
    margin: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    position: relative;
}

.customizer .color-box.selected:after {
    content: "";
    border: 1px solid #ffc107;
    height: 30px;
    width: 30px;
    top: -3px;
    left: -3px;
    position: absolute;
    border-radius: 0.5rem;
}

.customizer .color-box.selected.border:after {
    top: -4px;
    left: -4px;
}

.customizer {
    margin-top: 0;
    transition: margin-top 0.3s ease;
}

.header-sticky-active .customizer {
    margin-top: 5.42rem;
}

.customizer-header.px-2,
.customizer-styling-direction.px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.customizer-header.pt-1 {
    padding-top: 1rem !important;
}

.customizer-content {
    /* background-color: #ffc107; */
}

/* ===== Overlay ===== */
.customizer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 998;
}

/* overlay active */
.customizer-open .customizer-overlay {
    opacity: 1;
    visibility: visible;
}

/* ===== Blur rest of page ===== */
/* .customizer-open > * {
    filter: blur(4px);
    pointer-events: none;
    user-select: none;
    transition: filter 0.3s ease;
} */

/* except customizer & overlay */
.customizer-open .customizer,
.customizer-open .customizer-overlay {
    filter: none !important;
    pointer-events: auto;
}

.customizer-open {
    overflow: hidden;
    height: 100vh;
}

#header-sticky {
    z-index: 100;
}

.customizer {
    position: fixed;
    z-index: 1100;
}

.customizer-content {
    height: 100%;
    overflow-y: none;
    overscroll-behavior: contain;
}

.header-sticky-active .customizer-content {
    height: calc(100vh - 5.42rem);
}

.customizer-content {
    -webkit-overflow-scrolling: touch;
}

.customizer-wrapper {
    top: 0;
    overflow-y: auto;
    justify-content: flex-end;
    display: flex !important;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    z-index: 999999999;
    backdrop-filter: blur(16px) brightness(0.5);
    -webkit-backdrop-filter: blur(16px) brightness(0.5);
}

.offcanvas-backdrop {
    background-color: rgba(0, 0, 0, 0.25); /* thora dark */
    backdrop-filter: blur(16px) brightness(0.5);
    -webkit-backdrop-filter: blur(16px) brightness(0.5);
}

.customizer-open
    > *:not(.offcanvas):not(.offcanvas-backdrop):not(.iziToast-wrapper) {
    filter: blur(6px);
    pointer-events: none;
    transition: filter 0.3s ease;
}

.cartOffCanvas {
    width: 500px;
    max-width: 100%;
}

.pointer {
    cursor: pointer !important;
}
/*
    GENERAL
*/
.section-title h2 {
    text-transform: none;
}
.section-title h2 span {
    text-transform: none;
}
/*
    SLIDER
*/

.slider-image a {
    position: relative;
    display: block;
    text-decoration: none;
}

.slider-image img {
    width: 100%;
}
/*
    HEADER
*/
.header-1.header-2::before {
    background-color: #f8f3e7;
}

.logo img {
    max-width: 100px;
}
/*
    QUICK - DONATION
*/
.btn-progress {
    position: relative;
    background-image: url("../img/spinner-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    color: transparent !important;
    pointer-events: none;
}
.heading__title span:first-child {
    color: #0b4e3d;
}
.radio-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.radio-toolbar input[type="radio"] {
    display: none;
}
.radio-toolbar label {
    display: inline-block;
    background-color: #f8f8f8;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    border: 1px solid #e3e3e3;
}
.radio-toolbar input[type="radio"]:checked + label {
    background-color: #f8f8f8;
    color: #002d56;
    border: 2px solid #002d56;
}
.radio-toolbar input[type="radio"] + label:hover {
    background-color: #f8f8f8;
    color: #002d56;
    border: 2px solid #002d56;
}
.no-line-height {
    line-height: 0px !important;
}
.no-margin {
    margin: 0px !important;
}
.content-center {
    justify-content: center;
    display: flex;
}
.home-second-donation-form .form-style {
    background-color: #fbf9f36b;
    background-repeat: repeat;
    padding: 2rem 1.5rem;
    border-radius: 0 0 10px 10px;
    border-top: 0px !important;
}
.solid-border {
    border: solid 1px #d7d7d7 !important;
}
.label-active {
    color: #fff !important;
    background: #0b4e3d !important;
}
.form__size-label {
    width: 100% !important;
    padding: 14px 20px !important;
    height: auto !important;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #cfcfcf85;
}
.hidden {
    display: none !important;
}
.position-relative {
    position: relative !important;
}
.form__input-radio {
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.sub-projects {
    padding-left: 0px;
}
.form-group {
    width: 100%;
}
.form-group {
    margin-bottom: 1rem;
}
strong {
    color: #333;
}
.btn-block {
    width: 100%;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.theme-btn:hover {
    background-color: #ffc107;
}
.hadees_reference {
    font-weight: lighter !important;
    letter-spacing: 6px;
    text-align: center;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    height: 57px !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
}
/* Base pulse button */
.wave-effect {
    position: relative;
    animation: waveShadow 1.6s infinite;
}

@keyframes waveShadow {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
    }
    100% {
        box-shadow: 0 0 0 18px rgba(0, 0, 0, 0);
    }
}
.wave-beat {
    position: relative;
    animation:
        waveShadow 2.8s infinite,
        beatPulse 2.8s infinite;
    animation-timing-function: ease-out;
}

/* 🌊 Wave animation */
@keyframes waveShadow {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 18px rgba(0, 0, 0, 0);
    }
}

/* ❤️ Beat animation (end of wave) */
@keyframes beatPulse {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1);
    }
    85% {
        transform: scale(1.05);
    }
    95% {
        transform: scale(0.97);
    }
    100% {
        transform: scale(1);
    }
}

.wave-beat:hover,
.wave-effect:hover {
    animation: none;
}

@media (min-width: 767px) {
    .hide-desktop {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
}
.cart-counter {
    position: absolute;
    top: -8px;
    right: -12px;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#subscriber_message {
    color: #fec007;
}
.btn-progress {
    position: relative;
    background-image: url("../img/spinner.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    color: transparent !important;
    pointer-events: none;
}
.btn-progress-light {
    position: relative;
    background-image: url("../img/spinner-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    color: transparent !important;
    pointer-events: none;
}

.causes-card-item-3 .causes-content .theme-btn.style-3 {
    background-color: #f72b1c;
}

.causes-card-item-3 .causes-content .theme-btn {
    background-color: #0b4e3d;
}

.text-full-space {
    white-space: nowrap;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #0b4e3d;
}

.funds-committed {
    position: relative;
    top: 0;
    border-radius: 83px 92px 0 0;
    background: #f8f3e782;
    left: 0;
    overflow: hidden;
    box-shadow: none;
    text-align: center !important;
    letter-spacing: 4px;
    padding: 16px;
    border: 1px solid #d7d7d7;
    border-bottom: 0px;
}
.funds-committed > h3,
.funds-committed > h4 {
    font-family: "InkFree";
}

.pcolor {
    color: #0b4e3d !important;
}

.pcolor2 {
    color: #59ac22 !important;
}

.section-padding {
    padding: 80px 0px;
}

.offcanvas {
    background: #fbf9f3;
}

/* Desktop & tablet */
@media (min-width: 768px) {
    .offcanvas {
        width: 600px !important;
    }
}

.text-normal {
    text-transform: none !important;
}

.project-slider:hover .swiper-wrapper {
    transition-duration: 0ms !important;
}

.image-low-br {
    filter: brightness(50%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 101%, 0% 89%);
    border-radius: 20px 20px 26px 66px !important;
}

.font-bold,
.bold,
.text-bold {
    font-weight: bold !important;
}

.styled-text {
    font-weight: bold;
    font-family: "InkFree";
}

.w-150 {
    width: 150px;
}

.contact-section::before {
    background-color: #f9f9f9;
    top: 80px;
}

.contact-wrapper .contact-content .text {
    color: #0b4e3d;
}

.footer-widget-wrapper .single-footer-widget .wid-title h3,
.footer-widget-wrapper .single-footer-widget .list-area li a,
.footer-widget-wrapper .single-footer-widget .footer-newsletter p {
    color: #0b4e3d;
}

.header-bg {
    background-color: #f9f9f9 !important;
}

.contact-wrapper .contact-content .contact-item h6 span,
.contact-wrapper .contact-content .contact-item h6 a {
    color: #0b4e3d;
    font-weight: normal;
}

footer {
    background: url(../img/footer-bg.png) !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 60% !important;
}

.footer-bottom .footer-wrapper p {
    color: #000 !important;
}

.footer-widget-wrapper .single-footer-widget .wid-title h3 {
    font-family: "Quicksand";
    font-weight: bold;
}
.quicksand {
    font-family: "Quicksand";
    font-weight: bold;
}
/*
    CART PAGE
*/
.card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 20px 0px 20px;
}

.donation-card {
    background: #fff;
    box-shadow:
        0 10px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.05);
    margin-top: 22px;
}

.brand-info {
    display: flex;
    align-items: flex-start;
    gap: 12px; /* Image aur Title ke darmiyan space */
    width: 80%;
    padding-right: 12px;
}

.brand-info img {
    width: 64px;
    height: 64px;
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    color: #0b4e3d;
}

.amount {
    font-size: 30px;
    font-weight: 800;
    color: #0b4e3d;
    position: relative;
}

.info-row {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 15px 20px;
}

.label {
    color: #7f8c8d;
    font-size: 13px;
    display: block;
}
.value {
    font-weight: 600;
    font-size: 15px;
}

.card-title .remove {
    color: #d0074b;
    font-size: 14px !important;
}

.card-title small {
    font-size: 0.675em;
}

.cart-remove-section {
    position: relative;
}

.cart-remove-section .remover {
    position: absolute;
    padding: 2px 6px 0px 6px;
    background-color: #e91e63;
    border-radius: 4px;
    color: #fff;
    bottom: -14px;
    right: -10px;
}

#cart-items-wrapper {
    max-height: 500px;
    height: 400px;
    padding-right: 20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#cart-items-wrapper::-webkit-scrollbar {
    width: 6px;
    display: block !important;
}
.offcanvas-body {
    overflow: hidden;
}

.checkout-section {
    position: sticky;
    bottom: 0;
    z-index: 10;
    padding-right: 30px;
}
.checkout-section button {
    border-radius: 0px;
    width: 100%;
    padding: 16px;
    font-weight: 700;
}
.cart-total-amount {
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 12px 32px 12px 15px;
    margin-bottom: 16px;
    margin-top: 12px;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
}
.empty-cart {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
}

.auth-box {
    cursor: pointer;
    padding: 12px 0px;
    text-align: center;
    border-radius: 4px;
    width: 50%;
    border: 1px solid #0b4e3d;
}

.auth-action h3 {
    color: #4a4c70;
    font-family: "Quicksand";
    font-size: 40px;
    font-weight: 700;
}

.auth-box-quick-active h4 {
    color: #fff !important;
    font-family: "Quicksand";
}

.font-xs {
    font-size: 14px !important;
    letter-spacing: 4px;
}

.auth-box-quick-active {
    cursor: pointer;
    background: #fb8916 !important;
    border: 1px solid #be6103;
    padding: 12px 0px;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
}

.auth-box:last-of-type {
    margin-left: 10px;
}

.auth-box-active {
    cursor: pointer;
    background: #0b4e3d !important;
    padding: 12px 0px;
    text-align: center;
    border-radius: 4px;
    width: 50%;
}

.auth-box-quick {
    cursor: pointer;
    padding: 12px 0px;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    border: 1px solid #0b4e3d;
    font-family: "Quicksand";
}

.auth-box-active h3 {
    color: #fff !important;
}

.mt20 {
    margin-top: 20px;
}

.quick-dn-msg {
    text-align: left;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b4e3d;
    border-color: #08382c;
}

.btn-add-cart {
    margin: 0px !important;
    width: 100%;
    border-radius: 2px;
    height: 60px;
}

.btn-primary {
    color: #000000;
    background-color: #f9cd00;
    border-color: #e6be01;
    text-decoration: none;
}

.auth-action-quick h4,
.auth-action-quick small {
    font-family: "Quicksand";
}

/*
    FOOTER
*/
.cta-contact-section-2::before {
    background-color: #f9f9f9;
}

.img__wrap {
    height: 36px;
    width: 36px;
    background: #0b4e3d;
    border-radius: 100%;
    flex-basis: 36px !important;
    max-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex {
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    display: flex;
}

img.badge3 {
    width: 150px;
    float: left;
    margin: 0 10px 0 0;
}

.payment-processors {
    width: 300px;
    padding: 6px 12px;
    border-radius: 4px;
    background: #ffffff;
    position: relative;
    bottom: 4px;
}

.footer-widget-wrapper
    .single-footer-widget
    .footer-newsletter
    form
    .form-clt
    .theme-btn {
    color: #0b4e3d;
    background-color: #ffc107;
}

.footer-widget-wrapper
    .single-footer-widget
    .footer-newsletter
    form
    .form-clt
    input,
.footer-widget-wrapper
    .single-footer-widget
    .footer-newsletter
    form
    .form-clt
    input::placeholder {
    color: #000;
}
