/* web font cutom styles */
@font-face {
    font-family: "Almarai";
    src: url("fonts/Almarai-Light.woff2") format("woff2"), url("fonts/Almarai-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Almarai";
    src: url("fonts/Almarai-Bold.woff2") format("woff2"), url("fonts/Almarai-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Almarai";
    src: url("fonts/Almarai-Regular.woff2") format("woff2"), url("fonts/Almarai-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* header custom styles */

#header .header-nav {
    padding: .5rem 0;
    min-height: 77px;
}

.header-nav-features-cart .header-nav-features-toggle {
    color: #ffffff;
    background-color: #f6ba39;
    border-radius: 2em;
}

    .header-nav-features-cart .header-nav-features-toggle:hover {
        color: #ffffff;
        text-decoration: none;
    }

.header-nav-features-cart a img {
    padding: 5px;
    transform: scaleX(-1);
}

.btn-gray {
    background-color: #cccccc;
    border-color: #cccccc;
}

    .btn-gray:hover {
        background-color: #9c9c9c;
        border-color: #9c9c9c;
    }
/* slider custom styles */

.slide-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: -1;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5);
}

.slider-title-border {
    border-left: 0.2em solid #f6ba39;
    padding-left: 0.3em;
    margin-left: -0.5em;
    line-height: 1.1;
    border-radius: 0.2em;
}

.main-slide {
    background-size: cover;
    background-position: center;
}

.tparrows.tp-leftarrow {
    left: 5% !important;
    background: transparent;
    visibility: visible !important;
    opacity: 1 !important;
}

.tparrows.tp-rightarrow {
    left: 95% !important;
    background: transparent;
    visibility: visible !important;
    opacity: 1 !important;
}

    .tparrows.tp-leftarrow:before,
    .tparrows.tp-rightarrow:before {
        font-size: 3em !important;
    }

.tp-bullet {
    width: 16px !important;
    height: 16px !important;
    background: rgba(255, 255, 255, 0.5) !important;
}

    .tp-bullet.selected,
    .tp-bullet:hover {
        background: #6dcff6 !important;
    }

#soundbtn {
    z-index: 6;
    cursor: pointer;
    position: relative;
    left: 10%;
    top: 80%;
    width: 48px;
}

    #soundbtn img {
        position: relative;
        height: 48px;
        width: 48px;
    }

#volumeSlider {
    z-index: 6;
    position: absolute;
    left: 12.7%;
    top: 82.5%;
    width: 120px;
}

/* content custom styles */
.donation-projects.tabs-simple .nav-tabs > li .nav-link,
.donation-projects.tabs-simple .nav-tabs > li .nav-link:hover,
.donation-projects.tabs-simple .nav-tabs > li .nav-link:focus {
    padding: 8px 35px;
    margin: 0px 5px;
    background: #074770;
    border: 0;
    border-bottom: none;
    border-radius: 2em;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: normal;
}

    .donation-projects.tabs-simple .nav-tabs > li .nav-link:hover {
        color: #ffffff !important;
        background: #186698;
    }

    .donation-projects.tabs-simple .nav-tabs > li .nav-link.active {
        background: #6dcff6;
        color: #ffffff !important;
    }

.donation-projects .owl-carousel.rounded-nav .owl-nav button[class*="owl-"] {
    padding: 3px 7px !important;
    border: 1px solid #6dcff6;
    color: #6dcff6 !important;
    width: 48px;
    height: 48px;
}

    .donation-projects .owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:hover,
    .owl-carousel.rounded-nav .owl-nav button[class*="owl-"].hover {
        border: 1px solid #6dcff6;
    }

.donation-projects .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

.donation-projects .owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.donation-projects .card {
    border-radius: 1.2em !important;
    border: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

    .donation-projects .card .card-img-top {
        border-radius: 1.2em 1.2em 0 0 !important; 
        height: 300px !important; 
    }

.card .card-img-top {
    border-radius: 1.2em 1.2em 0 0 !important;
}

.donation-projects .owl-theme .owl-dots .owl-dot span {
    background: #e7e7e7;
    margin: 0 7px;
}

.donation-projects .owl-theme .owl-dots .owl-dot.active span {
    background: #6dcff6;
}

.related-projects .owl-carousel.stage-margin .owl-stage-outer {
    margin-left: 0px !important;
    margin: 0px !important;
}

.related-projects .owl-nav button span {
    display: none;
}

.related-projects .owl-carousel .owl-nav button.owl-next {
    right: -60px;
}

.related-projects .owl-carousel .owl-nav button.owl-prev {
    left: -35px;
}

.related-projects .card {
    border-radius: 1em !important;
    box-shadow: none;
}

.receipt-table tbody tr td:first-child {
    padding: 0.5em 1em;
}

.donation-projects .goal-rest {
    border-radius: 1.2em !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 14%);
    margin-top: -4.5em !important;
    position: absolute;
    background-color: #ffffff;
    width: 300px;
}

.donation-projects .card-title {
    line-height: 1.3;
}

.donation-projects .btn-circle.spinner-up i,
.donation-projects .btn-circle.spinner-down i {
    font-weight: bold !important;
    color: #004971 !important;
    font-size: 1.1em;
}

.donation-projects .card {
    overflow: hidden;
    min-height: 600px; 
}

.donation-projects .owl-dots {
    margin-top: 2em;
}

.donation-projects .img-thumbnail.img-thumbnail-no-borders {
    border-radius: 1.2em;
}

.donation-projects .img-thumbnail.img-thumbnail-hover-icon:before {
    border-radius: 1.2em;
}

.donation-projects .dropdown-center {
    display: none;
}

.project-buttons {
    position: absolute;
    bottom: 1em;
    left: 0;
    padding-right: 1.5em;
    padding-left: 1.5em;
}

.urgent-projects .goal-rest {
    border-radius: 1.2em !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 14%);
    margin-top: -3em !important;
    position: relative;
    background-color: #ffffff;
    width: 70%;
}

.project-details .card {
    border-radius: 1.2em !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

    .project-details .card.card-img {
        border: none;
        background: transparent;
    }

.project-details .goal-rest {
    border-radius: 1.2em !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 14%);
    margin-top: -7em !important;
    position: absolute;
    background-color: #ffffff;
    width: 80%;
    left: 10%;
    right: 10%;
}

.project-details .img-thumbnail.img-thumbnail-no-borders {
    border-radius: 1.2em;
}

.project-details .img-thumbnail.img-thumbnail-hover-icon:before {
    border-radius: 1.2em;
}

.project-details .card .card-img-top {
    border-radius: 1.2em !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.project-details .progress-circle {
    font-size: 1.65em;
}

    .project-details .progress-circle:after {
        top: 0.33em;
        left: 0.33em;
        width: 4.35em;
        height: 4.35em;
    }

.project-details .project-buttons {
    position: relative !important;
    bottom: inherit !important;
    left: inherit !important;
    padding-right: 0.2em !important;
    padding-left: 0.2em !important;
}

.amount-large {
    font-size: 4em;
    font-weight: bold;
    margin: 1.8rem 0;
}

.project-details .btn-check + .btn:hover,
.periodic-donation .btn-check + .btn:hover,
.sacrifice .btn-check + .btn:hover {
    color: #6dcff6;
    background-color: #6dcff6 ;
    border-color: #6dcff6;
}

.project-details .donate-by {
    margin: 0 0.4em !important;
    padding: 0em 1.5em !important;
    border-radius: 35px !important;
    font-size: 1.4em !important;
}

.sacrifice .donate-by {
    margin: 0 0.2em !important;
    padding: 0.1em 0.6em !important;
    border-radius: 25px !important;
    font-size: 2em !important;
    background: #f4f4f4;
}

.sacrifice-share .donate-by {
    margin: 0.05em !important;
    padding: 0.5em 0.5em !important;
    border-radius: 50% !important;
    font-size: 1.9em !important;
    line-height: 1.15;
    background: #f4f4f4;
    width: 2.8em !important;
    height: 2.8em !important;
    /*padding: 0 !important;*/
    /*display: inline-flex !important;*/
    justify-content: center !important;
    align-items: center !important;
}

    .sacrifice-share .donate-by span {
        font-size: 0.4em !important;
    }

.periodic-donation .donate-by {
    margin: 0 0.4em !important;
    padding: 0em 1.35em !important;
    border-radius: 35px !important;
    font-size: 1.1em !important;
}

.project-details .zakat-type {
    margin: 0 0.4em !important;
    padding: 0.5em !important;
    border-radius: 7px !important;
    font-size: 1.1em !important;
    line-height: 1.5;
    background: #f4f4f4;
}

.periodic-donation.duration .donate-by {
    margin: 0 0.4em !important;
    padding: 0em 1em !important;
    font-size: 1.05em !important;
}

.project-details .donate-by,
.periodic-donation .donate-by,
.project-details .zakat-type {
    border-color: transparent;
    color: #656565;
    background-color: #e7e7e7;
}

.project-details .btn-outline-secondary.donate-by + .btn:active,
.periodic-donation .btn-outline-secondary.donate-by + .btn:active,
.project-details .btn-outline-secondary.zakat-type + .btn:active {
    color: #6dcff6;
}

.related-projects h4 hr {
    border-bottom: 1px solid #cccccc;
    width: 85%;
    position: relative;
    margin-top: -12px;
    left: 15%;
}

.donation-projects.related-projects .goal-rest {
    width: 85%;
}

.donation-projects.related-projects .card {
    min-height: 363px;
}

.custodySearch .btn-check + .btn:hover {
    color: #6dcff6;
    background-color: #6dcff6;
    border-color: #6dcff6;
}

.custodySearch .gender {
    background-color: #e7e7e7;
    border-color: transparent;
    color: #808285;
    margin: 0 0.4em !important;
    padding: 0em 1.5em !important;
    border-radius: 35px !important;
    font-size: 1.1em !important;
}

.text-light-gray {
    color: #afafaf;
}

.text-dark-gray {
    color: #444444;
}

.bg-gray {
    background-color: #f7f7f7 !important;
}

.bg-light-gray {
    background-color: #f4f4f4 !important;
    border-color: #e7e7e7 !important;
}

.radius-50 {
    border-radius: 50px !important;
}

.btn-secondary,
.btn-secondary:hover {
    color: #ffffff !important;
}

.btn-outline-secondary {
    border-color: #6dcff6;
    color: #6dcff6;
    --bs-btn-active-bg: #6dcff6;
    --bs-btn-active-border-color: #6dcff6;
    font-weight: 400;
    line-height: 2;
}

    .btn-outline-secondary:hover {
        background-color: #6dcff6;
        border-color: #6dcff6;
        color: #ffffff !important;
    }

.donation-projects .btn-tertiary.btn-rounded {
    font-weight: 400;
    line-height: 2.1;
}

.btn-outline-quaternary {
    border-color: #5ccace;
    color: #5ccace;
    --bs-btn-active-bg: #5ccace;
    --bs-btn-active-border-color: #5ccace;
    --bs-btn-active-color: #fff;
    font-weight: 400;
    line-height: 2;
}

    .btn-outline-quaternary:hover {
        background-color: #5ccace;
        border-color: #5ccace;
        color: #ffffff;
    }

/* Pure CSS Circular Progress Bars */
.progress-circle {
    font-size: 0.8em;
    margin: 0px auto;
    position: relative;
    padding: 0;
    width: 5em;
    height: 5em;
    background-color: #f2e9e1;
    border-radius: 50%;
    line-height: 5em;
    transform: rotate(90deg);
}

    .progress-circle span {
        font-size: 1.5em;
        position: absolute;
        line-height: 3.6em;
        width: 3.4em;
        text-align: center;
        display: block;
        color: #6dcff6;
        z-index: 2;
        transform: rotate(-90deg);
    }

    .progress-circle:after {
        border: none;
        position: absolute;
        top: 0.35em;
        left: 0.35em;
        text-align: center;
        display: block;
        border-radius: 50%;
        width: 4.2em;
        height: 4.2em;
        background-color: #ffffff;
        content: " ";
    }

.left-half-clipper {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    position: absolute;
    clip: rect(0, 5em, 5em, 2.5em);
}

.progress-circle.over50 .left-half-clipper {
    clip: rect(auto, auto, auto, auto);
}

.value-bar {
    position: absolute;
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 0.45em solid #6dcff6;
    box-sizing: border-box;
}

.progress-circle.over50 .first50-bar {
    position: absolute;
    clip: rect(0, 5em, 5em, 2.5em);
    background-color: #6dcff6;
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

.progress-circle:not(.over50) .first50-bar {
    display: none;
}

.progress-circle.p0 .value-bar {
    display: none;
}

.progress-circle.p1 .value-bar {
    transform: rotate(4deg);
}

.progress-circle.p2 .value-bar {
    transform: rotate(7deg);
}

.progress-circle.p3 .value-bar {
    transform: rotate(11deg);
}

.progress-circle.p4 .value-bar {
    transform: rotate(14deg);
}

.progress-circle.p5 .value-bar {
    transform: rotate(18deg);
}

.progress-circle.p6 .value-bar {
    transform: rotate(22deg);
}

.progress-circle.p7 .value-bar {
    transform: rotate(25deg);
}

.progress-circle.p8 .value-bar {
    transform: rotate(29deg);
}

.progress-circle.p9 .value-bar {
    transform: rotate(32deg);
}

.progress-circle.p10 .value-bar {
    transform: rotate(36deg);
}

.progress-circle.p11 .value-bar {
    transform: rotate(40deg);
}

.progress-circle.p12 .value-bar {
    transform: rotate(43deg);
}

.progress-circle.p13 .value-bar {
    transform: rotate(47deg);
}

.progress-circle.p14 .value-bar {
    transform: rotate(50deg);
}

.progress-circle.p15 .value-bar {
    transform: rotate(54deg);
}

.progress-circle.p16 .value-bar {
    transform: rotate(58deg);
}

.progress-circle.p17 .value-bar {
    transform: rotate(61deg);
}

.progress-circle.p18 .value-bar {
    transform: rotate(65deg);
}

.progress-circle.p19 .value-bar {
    transform: rotate(68deg);
}

.progress-circle.p20 .value-bar {
    transform: rotate(72deg);
}

.progress-circle.p21 .value-bar {
    transform: rotate(76deg);
}

.progress-circle.p22 .value-bar {
    transform: rotate(79deg);
}

.progress-circle.p23 .value-bar {
    transform: rotate(83deg);
}

.progress-circle.p24 .value-bar {
    transform: rotate(86deg);
}

.progress-circle.p25 .value-bar {
    transform: rotate(90deg);
}

.progress-circle.p26 .value-bar {
    transform: rotate(94deg);
}

.progress-circle.p27 .value-bar {
    transform: rotate(97deg);
}

.progress-circle.p28 .value-bar {
    transform: rotate(101deg);
}

.progress-circle.p29 .value-bar {
    transform: rotate(104deg);
}

.progress-circle.p30 .value-bar {
    transform: rotate(108deg);
}

.progress-circle.p31 .value-bar {
    transform: rotate(112deg);
}

.progress-circle.p32 .value-bar {
    transform: rotate(115deg);
}

.progress-circle.p33 .value-bar {
    transform: rotate(119deg);
}

.progress-circle.p34 .value-bar {
    transform: rotate(122deg);
}

.progress-circle.p35 .value-bar {
    transform: rotate(126deg);
}

.progress-circle.p36 .value-bar {
    transform: rotate(130deg);
}

.progress-circle.p37 .value-bar {
    transform: rotate(133deg);
}

.progress-circle.p38 .value-bar {
    transform: rotate(137deg);
}

.progress-circle.p39 .value-bar {
    transform: rotate(140deg);
}

.progress-circle.p40 .value-bar {
    transform: rotate(144deg);
}

.progress-circle.p41 .value-bar {
    transform: rotate(148deg);
}

.progress-circle.p42 .value-bar {
    transform: rotate(151deg);
}

.progress-circle.p43 .value-bar {
    transform: rotate(155deg);
}

.progress-circle.p44 .value-bar {
    transform: rotate(158deg);
}

.progress-circle.p45 .value-bar {
    transform: rotate(162deg);
}

.progress-circle.p46 .value-bar {
    transform: rotate(166deg);
}

.progress-circle.p47 .value-bar {
    transform: rotate(169deg);
}

.progress-circle.p48 .value-bar {
    transform: rotate(173deg);
}

.progress-circle.p49 .value-bar {
    transform: rotate(176deg);
}

.progress-circle.p50 .value-bar {
    transform: rotate(180deg);
}

.progress-circle.p51 .value-bar {
    transform: rotate(184deg);
}

.progress-circle.p52 .value-bar {
    transform: rotate(187deg);
}

.progress-circle.p53 .value-bar {
    transform: rotate(191deg);
}

.progress-circle.p54 .value-bar {
    transform: rotate(194deg);
}

.progress-circle.p55 .value-bar {
    transform: rotate(198deg);
}

.progress-circle.p56 .value-bar {
    transform: rotate(202deg);
}

.progress-circle.p57 .value-bar {
    transform: rotate(205deg);
}

.progress-circle.p58 .value-bar {
    transform: rotate(209deg);
}

.progress-circle.p59 .value-bar {
    transform: rotate(212deg);
}

.progress-circle.p60 .value-bar {
    transform: rotate(216deg);
}

.progress-circle.p61 .value-bar {
    transform: rotate(220deg);
}

.progress-circle.p62 .value-bar {
    transform: rotate(223deg);
}

.progress-circle.p63 .value-bar {
    transform: rotate(227deg);
}

.progress-circle.p64 .value-bar {
    transform: rotate(230deg);
}

.progress-circle.p65 .value-bar {
    transform: rotate(234deg);
}

.progress-circle.p66 .value-bar {
    transform: rotate(238deg);
}

.progress-circle.p67 .value-bar {
    transform: rotate(241deg);
}

.progress-circle.p68 .value-bar {
    transform: rotate(245deg);
}

.progress-circle.p69 .value-bar {
    transform: rotate(248deg);
}

.progress-circle.p70 .value-bar {
    transform: rotate(252deg);
}

.progress-circle.p71 .value-bar {
    transform: rotate(256deg);
}

.progress-circle.p72 .value-bar {
    transform: rotate(259deg);
}

.progress-circle.p73 .value-bar {
    transform: rotate(263deg);
}

.progress-circle.p74 .value-bar {
    transform: rotate(266deg);
}

.progress-circle.p75 .value-bar {
    transform: rotate(270deg);
}

.progress-circle.p76 .value-bar {
    transform: rotate(274deg);
}

.progress-circle.p77 .value-bar {
    transform: rotate(277deg);
}

.progress-circle.p78 .value-bar {
    transform: rotate(281deg);
}

.progress-circle.p79 .value-bar {
    transform: rotate(284deg);
}

.progress-circle.p80 .value-bar {
    transform: rotate(288deg);
}

.progress-circle.p81 .value-bar {
    transform: rotate(292deg);
}

.progress-circle.p82 .value-bar {
    transform: rotate(295deg);
}

.progress-circle.p83 .value-bar {
    transform: rotate(299deg);
}

.progress-circle.p84 .value-bar {
    transform: rotate(302deg);
}

.progress-circle.p85 .value-bar {
    transform: rotate(306deg);
}

.progress-circle.p86 .value-bar {
    transform: rotate(310deg);
}

.progress-circle.p87 .value-bar {
    transform: rotate(313deg);
}

.progress-circle.p88 .value-bar {
    transform: rotate(317deg);
}

.progress-circle.p89 .value-bar {
    transform: rotate(320deg);
}

.progress-circle.p90 .value-bar {
    transform: rotate(324deg);
}

.progress-circle.p91 .value-bar {
    transform: rotate(328deg);
}

.progress-circle.p92 .value-bar {
    transform: rotate(331deg);
}

.progress-circle.p93 .value-bar {
    transform: rotate(335deg);
}

.progress-circle.p94 .value-bar {
    transform: rotate(338deg);
}

.progress-circle.p95 .value-bar {
    transform: rotate(342deg);
}

.progress-circle.p96 .value-bar {
    transform: rotate(346deg);
}

.progress-circle.p97 .value-bar {
    transform: rotate(349deg);
}

.progress-circle.p98 .value-bar {
    transform: rotate(353deg);
}

.progress-circle.p99 .value-bar {
    transform: rotate(356deg);
}

.progress-circle.p100 .value-bar {
    transform: rotate(360deg);
}

/* main project */

.parallax-background {
    background-size: contain !important;
    filter: brightness(50%);
    transform: rotateY(0deg) !important;
}

.main-project .progress-circle {
    font-size: 1.2em;
}

    .main-project .progress-circle span {
        font-size: 1.7em;
        line-height: 3.1em;
        width: 3.1em;
    }

    .main-project .progress-circle:after {
        top: 0.4em;
        left: 0.4em;
    }

.main-project::before {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    margin-top: -150px;
    height: 150px;
    width: 100%;
    content: "";
}

/* news custom styles */

.custom-thumb-info-2 {
    background: transparent;
    border: none;
    overflow: visible;
}

    .custom-thumb-info-2 .thumb-info-caption {
        position: relative;
        display: block;
        width: 88%;
        margin: -80px auto 0;
        background: #fff;
        padding: 20px;
        z-index: 1;
        min-height: 170px;
    }

    .custom-thumb-info-2 .thumb-info-news-caption {
        position: relative;
        display: block;
        width: 88%;
        margin: -80px auto 0;
        background: #fff;
        padding: 20px;
        z-index: 1;
        height: 170px;
    }

.custom-box-shadow {
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}

.news-home .owl-dots {
    display: none;
}

.news-home .owl-nav button {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #6dcff6 !important;
    padding: 5px 10px !important;
    border-radius: 50% !important;
    color: #6dcff6;
}

    .news-home .owl-nav button:first-child {
        margin-left: -45px;
    }

.owl-carousel.show-nav-title .owl-nav {
    margin-top: -40px;
}

    .owl-carousel.show-nav-title .owl-nav button:before {
        color: #6dcff6;
    }

/* forms custom styles */

.passwordEye {
    cursor: pointer;
    position: relative;
    top: -34px;
    font-size: 1.2em;
    left: 92%;
    color: #cccccc;
}

.select2-container--bootstrap .select2-selection--single {
    height: 40px;
    line-height: 1.7;
    padding: 8px 24px 8px 12px;
    border-radius: 0.375rem;
    border-color: #e7e7e7;
    box-shadow: none;
}

.fa-eye-slash:before {
    content: "\f070" !important;
}

/* counters custom styles */

.owl-carousel.counters {
    display: none;
}

/* media gallery custom styles */

.btn-view-all {
    font-size: 16px;
}

.img-thumbnail.img-thumbnail-hover-icon:after {
    content: "\f04b";
    font-size: 20px;
}

.img-thumbnail.img-thumbnail-hover-icon:before {
    background: rgba(0, 0, 0, 0.45);
}

.owl-carousel.gallery {
    display: none;
}

/* Remove Arrows/Spinners */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* privacy accordion custom styles */

.privacy-accordions.accordion-modern-status.accordion-modern-status-borders > .card .card-header a {
    background: #074770 !important;
    color: #ffffff !important;
    padding-right: 35px !important;
     
}

    .privacy-accordions.accordion-modern-status.accordion-modern-status-borders > .card .card-header a.collapsed {
        background: #f4f4f4 !important;
        color: #004971 !important;
        border-left: 5px solid #074770;
    }

/* media playlist custom styles */

.simple-post-list {
    max-height: 450px;
    overflow-y: auto;
}

/* footer custom styles */

.bg-dark-opacity20 {
    background: rgba(0, 0, 0, 0.2);
}

footer .form-control {
    color: #ffffff;
}

footer .form-control-sm {
    padding: 0.6rem 0.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    border: none;
}

footer .input-group button {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

footer .social-icons li a {
    background: rgba(109, 207, 246, 0.5) !important;
}

    footer .social-icons li a i {
        color: #004971 !important;
        font-size: 1.2em;
        line-height: 2;
    }

    footer .social-icons li a:hover {
        background-color: rgba(255, 255, 255, 0.5) !important;
    }

footer .social-icons li:hover.social-icons-twitter a,
footer .social-icons li:hover.social-icons-facebook a,
footer .social-icons li:hover.social-icons-youtube a,
footer .social-icons li:hover.social-icons-instagram a {
    background: rgba(109, 207, 246, 0.9) !important;
}

footer .contact-details h2 {
    letter-spacing: 10px;
}

footer .footer-whatsapp {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding-left: 9px;
    text-align: center;
    background-color: #29a71a;
}

.contact-whatsapp {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    background-color: #29a71a;
    padding-left: 8px;
    margin-top: -5px;
}

.contact-hotline {
    letter-spacing: 5px;
}

.scroll-to-top i,
.scroll-to-top:hover i {
    color: #ffffff !important;
}

/* cart custom styles */

.card .product-thumbnail-remove {
    width: 24px;
    height: 24px;
    position: absolute;
    border: 1px solid #e7e7e7;
    left: 0;
    border-radius: 50%;
    text-align: center;
    margin: 10px;
    color: #808285;
    background: #f4f4f4;
    line-height: 1.7;
    z-index: 9;
}

.card .product-thumbnail-refresh {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    text-align: center;
    margin: 10px;
    color: #808285;
    background: #f4f4f4;
    line-height: 1.7;
    z-index: 9;
}

.mt-minus-3 {
    margin-top: -30px;
}

.w-30 {
    width: 30%;
}

.donation-cart.tabs-simple .nav-tabs > li .nav-link,
.donation-cart.tabs-simple .nav-tabs > li .nav-link:hover,
.donation-cart.tabs-simple .nav-tabs > li .nav-link:focus {
    padding: 8px 15px !important;
    margin: 0px 5px;
    background: #074770;
    border: 0;
    border-bottom: none;
    border-radius: 2em;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: normal;
}

    .donation-cart.tabs-simple .nav-tabs > li .nav-link:hover {
        color: #ffffff !important;
        background: #186698;
    }

    .donation-cart.tabs-simple .nav-tabs > li .nav-link.active {
        background: #6dcff6;
        color: #ffffff !important;
    }

.quick-donation {
    position: fixed;
    top: 250px;
    left: 10%;
    width: 90px;
    border-radius: 1.5em;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.urgent-help {
    position: absolute;
    top: 350px;
    left: 10%;
    width: 90px;
    border-radius: 1.5em;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.donationModal .modal-dialog {
    position: absolute;
    top: 220px;
    left: 16%;
    width:450px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 1.5em;
}

.donationModal .modal-content {
    border-radius: 1.5em;
}

.modal-backdrop.show {
    opacity: 0;
}

/* welcome dropdown menu 30/05/2023*/
.header-nav-feature .dropdown-toggle::after {
    display: none;
}

.btn.text-light:hover {
    color: #ffffff !important;
}

/* custom styles 04/07/2023 */

#urgentHelpModal .owl-prev,
#urgentHelpModal .owl-next {
    color: #6dcff6;
    border: 1px solid #6dcff6;
    top: 100px;
    width: 40px;
    height: 40px;
    display: none;
}

#urgentHelpModal .owl-prev {
    left: 20px;
}

    #urgentHelpModal .owl-prev span,
    #urgentHelpModal .owl-next span {
        display: none;
    }

#urgentHelpModal .owl-theme .owl-dots .owl-dot span {
    background: #dfdfdf;
}

#urgentHelpModal .owl-carousel .owl-dots .owl-dot.active span,
#urgentHelpModal .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #6dcff6;
}

/* our branches custom styles 07/07/2023 */

.w-48 {
    width: 48% !important;
}

.callnow {
    margin-top: -150px !important;
    padding-top: 30px !important;
    position: relative;
    background-color: #6dcff6;
}

.locations.social-icons li a {
    height: 60px;
    line-height: 60px;
    width: 60px;
    font-size: 1.5rem;
    color: #ffffff !important;
}

.locations.social-icons li.social-icons-twitter a {
    background: #074770 !important;
}

.locations.social-icons li.social-icons-facebook a {
    background: #074770 !important;
}

.locations.social-icons li.social-icons-youtube a {
    background: #074770 !important;
}

.locations.social-icons li.social-icons-instagram a {
    background: #074770 !important;
}

.locations.social-icons li a {
    height: 45px;
    line-height: 45px;
    width: 45px;
    font-size: 1.4rem;
    color: #ffffff !important;
}

/* organization chart custom styles */

.org-chart img {
    cursor: pointer;
    width: 120px;
}

/* organization chart 02 custom styles */

ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}

    ol.organizational-chart,
    ol.organizational-chart ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }

ol.organizational-chart {
    text-align: center;
}

    ol.organizational-chart ol {
        padding-top: 1em;
    }

        ol.organizational-chart ol:before,
        ol.organizational-chart ol:after,
        ol.organizational-chart li:before,
        ol.organizational-chart li:after,
        ol.organizational-chart > li > div:before,
        ol.organizational-chart > li > div:after {
            background-color: #b7a6aa;
            content: "";
            position: absolute;
        }

        ol.organizational-chart ol > li {
            padding: 1em 0 0 1em;
        }

    ol.organizational-chart > li ol:before {
        height: 1em;
        left: 50%;
        top: 0;
        width: 3px;
    }

    ol.organizational-chart > li ol:after {
        height: 3px;
        left: 3px;
        top: 1em;
        width: 50%;
    }

    ol.organizational-chart > li ol > li:not(:last-of-type):before {
        height: 3px;
        left: 0;
        top: 2em;
        width: 1em;
    }

    ol.organizational-chart > li ol > li:not(:last-of-type):after {
        height: 100%;
        left: 0;
        top: 0;
        width: 3px;
    }

    ol.organizational-chart > li ol > li:last-of-type:before {
        height: 3px;
        left: 0;
        top: 2em;
        width: 1em;
    }

    ol.organizational-chart > li ol > li:last-of-type:after {
        height: 2em;
        left: 0;
        top: 0;
        width: 3px;
    }

    ol.organizational-chart li > div {
        background-color: #fff;
        border-radius: 3px;
        min-height: 2em;
        padding: 0.5em;
    }

    /*** PRIMARY ***/
    ol.organizational-chart > li > div {
        background-color: #a2ed56;
        margin-right: 1em;
    }

        ol.organizational-chart > li > div:before {
            bottom: 2em;
            height: 3px;
            right: -1em;
            width: 1em;
        }

        ol.organizational-chart > li > div:first-of-type:after {
            bottom: 0;
            height: 2em;
            right: -1em;
            width: 3px;
        }

        ol.organizational-chart > li > div + div {
            margin-top: 1em;
        }

            ol.organizational-chart > li > div + div:after {
                height: calc(100% + 1em);
                right: -1em;
                top: -1em;
                width: 3px;
            }

    /*** SECONDARY ***/
    ol.organizational-chart > li > ol:before {
        left: inherit;
        right: 0;
    }

    ol.organizational-chart > li > ol:after {
        left: 0;
        width: 100%;
    }

    ol.organizational-chart > li > ol > li > div {
        background-color: #83e4e2;
    }

    /*** TERTIARY ***/
    ol.organizational-chart > li > ol > li > ol > li > div {
        background-color: #fd6470;
    }

    /*** QUATERNARY ***/
    ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
        background-color: #fca858;
    }

    /*** QUINARY ***/
    ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
        background-color: #fddc32;
    }


/* home videos images */

.col-md-6 .popup-youtube img {
    width: 599px;
    height: 337px;
    object-fit: cover;
}

.col-md-6 .row .col-md-6 .popup-youtube img {
    width: 295px;
    height: 166px;
    object-fit: cover;
}

.project-details .btn-group {
    display: inline;
}

    .project-details .btn-group label {
        margin-bottom: 0.7em !important;
    }

/*** MEDIA QUERIES ***/
@media only screen and (min-width: 64em) {
    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    @media (hover: none) {
        a:hover,
        .btn:hover {
            /* Remove or adapt hover styles for touch devices */
            /* For example: */
            /* background: inherit; */
            /* color: inherit; */
        }
    }

        /* PRIMARY */
        ol.organizational-chart > li > div {
            display: inline-block;
            float: none;
            margin: 0 1em 1em 1em;
            vertical-align: bottom;
        }

            ol.organizational-chart > li > div:only-of-type {
                margin-bottom: 0;
                width: calc((100% / 1) - 2em - 4px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
                width: calc((100% / 2) - 2em - 4px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
                width: calc((100% / 3) - 2em - 4px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
                width: calc((100% / 4) - 2em - 4px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
                width: calc((100% / 5) - 2em - 4px);
            }

            ol.organizational-chart > li > div:before,
            ol.organizational-chart > li > div:after {
                bottom: -1em !important;
                top: inherit !important;
            }

            ol.organizational-chart > li > div:before {
                height: 1em !important;
                left: 50% !important;
                width: 3px !important;
            }

            ol.organizational-chart > li > div:only-of-type:after {
                display: none;
            }

            ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
            ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
                bottom: -1em;
                height: 3px;
                width: calc(50% + 1em + 3px);
            }

            ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
                left: calc(50% + 3px);
            }

            ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
                left: calc(-1em - 3px);
            }

            ol.organizational-chart > li > div + div:not(:last-of-type):after {
                height: 3px;
                left: -2em;
                width: calc(100% + 4em);
            }

        /* SECONDARY */
        ol.organizational-chart > li > ol {
            display: flex;
            flex-wrap: nowrap;
        }

            ol.organizational-chart > li > ol:before,
            ol.organizational-chart > li > ol > li:before {
                height: 1em !important;
                left: 50% !important;
                top: 0 !important;
                width: 3px !important;
            }

            ol.organizational-chart > li > ol:after {
                display: none;
            }

            ol.organizational-chart > li > ol > li {
                flex-grow: 1;
                padding-left: 1em;
                padding-right: 1em;
                padding-top: 1em;
            }

                ol.organizational-chart > li > ol > li:only-of-type {
                    padding-top: 0;
                }

                    ol.organizational-chart > li > ol > li:only-of-type:before,
                    ol.organizational-chart > li > ol > li:only-of-type:after {
                        display: none;
                    }

                ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
                ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
                    height: 3px;
                    top: 0;
                    width: 50%;
                }

                ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
                    left: 50%;
                }

                ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
                    left: 0;
                }

                ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
                    height: 3px;
                    left: 0;
                    top: 0;
                    width: 100%;
                }
}

@media (max-width: 767px) {
    .w-48 {
        width: 95% !important;
    }

    .shadow.w-48 {
        margin: 10px !important;
        margin-bottom: 25px !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25) !important;
    }

    .org-chart img {
        width: 100px;
    }

    .org-chart .text-4 {
        font-size: 1.1em !important;
    }

    #header .header-nav-top .nav-pills {
        display: none !important;
    }
}

/* foat buttons custom styles */
.float {
    position: fixed;
    top: 250px;
    left: 50px;
    z-index: 20;
}

.fixed {
    position: absolute;
    top: 350px;
    left: 50px;
    z-index: 10;
}

/* laptop screen custom styles */

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    html {
        zoom: 0.85 !important;
        -moz-transform: scale(0.85) !important;
    }

    .rev_slider_wrapper {
        width: inherit !important;
    }

    .progress-circle:after {
        top: 0.45em;
        left: 0.45em;
    }
}

/* mobile custom styles */

@media (max-width: 991px) {
    h2 {
        font-size: 1.6em;
    }

    .btn {
        font-size: 1rem !important;
    }

    .btn-view-all {
        margin-top: -45px !important;
    }

    .tp-bullets {
        /*top: 40rem !important;*/
        visibility:visible !important;
    }

    .quick-donation {
        top: 100px;
        left: 5px;
        width: 55px;
    }

        .quick-donation img {
            width: 55px;
        }

    .urgent-help {
        top: 160px;
        left: 5px;
        width: 55px;
    }

        .urgent-help img {
            width: 55px;
        }

    .donationModal .modal-dialog {
        top: 210px;
        left: auto;
        width: 96%;
    }

    .project-details .donate-by {
     /*   padding: 0em 1.4em !important;*/
    }

    .periodic-donation .donate-by {
        margin: 0 0.3em !important;
        padding: 0em 1em !important;
    }

    #header .header-nav.header-nav-links,
    #header .header-nav.header-nav-line {
        min-height: 64px;
    }

    #header .header-logo img {
        width: auto;
        height: 40px; 
    }

    #header .header-logo {
        margin: 0.5rem 0;
    }

    #header .header-btn-collapse-nav {
        margin-top: 0.75em;
    }

    .header-row.pt-3 nav {
        display: none !important;
    }

    .header-nav.header-nav-links button {
       /* display: none !important;*/
    }

    .header-nav-features-search {
        display: none !important;
    }

    .header-nav-features-cart .header-nav-features-toggle {
        background-color: #ffffff !important;
    }

        .header-nav-features-cart .header-nav-features-toggle img {
            filter: contrast(0.2);
        }

    .cart-label {
        display: none !important;
    }

    #header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
        right: auto;
    }

    #header .header-nav-features .header-nav-features-cart {
        margin-top: 12px;
    }

    #header .header-nav-features .header-nav-features-dropdown {
        margin-right: -110px !important;
        margin-top: 90px !important;
    }

    .btn-fix-ios-hover {
        position: relative;
        /* make sure position relative is set for pseudo-element positioning */
    }

        .btn-fix-ios-hover:after {
            content: '';
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.05); /* custom overlay or effect */
            pointer-events: none;
            transition: opacity 0.3s;
        }

        .btn-fix-ios-hover:hover:after,
        .btn-fix-ios-hover:active:after {
            opacity: 1;
        }

    /* fix mobile user login 07/08/2024 */
    .header-nav-features-lg-show-border {
        position: absolute !important;
        top: 32px;
        left: 145px;
    }

    #header .header-nav-features {
        padding-left: 0px;
        margin-left: 60px;
    }

    #header .header-btn-collapse-nav {
        margin: 10px 0 0 0 !important;
        top: 0; 
    }

    #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-mobile-fixed {
        left: 2%;
        transform: inherit;
        top: 5%;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }

    #soundbtn {
        top: 70%;
        width: 40px;
    }

        #soundbtn img {
            height: 40px;
            width: 40px;
        }

    .donation-projects .goal-rest {
        width: 83%;
    }

    .donation-projects .owl-nav {
        display: none;
    }

    .donation-projects .nav-tabs {
        display: none;
    }

    .donation-projects .dropdown-center {
        display: block;
    }

    .donation-projects .card .card-img-top {
        /* width: 270px !important;
        height: 210px !important; */
    }

    .parallax-background {
        background-size: cover !important;
        height:100% !important;
    }

    .parallax .col-md-5 {
        text-align: center;
    }

    .row.counters {
        display: none;
    }

    .owl-carousel.counters {
        display: block;
    }

        .owl-carousel.counters .owl-item img {
            width: 50%;
            margin: 0 auto;
        }

        .owl-carousel.counters:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
            color: #6dcff6;
        }

    .counters.rounded-nav .owl-nav button[class*="owl-"] {
        border: 1px solid #6dcff6 !important;
    }

    .owl-carousel.counters .owl-nav button.owl-next {
        right: 15px;
    }

    .owl-carousel.counters .owl-nav button.owl-prev {
        left: 15px;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 45px;
        height: 45px;
    }

    .owl-carousel.gallery {
        display: block;
    }

    .owl-theme.gallery .owl-dots .owl-dot span {
        background: #e7e7e7;
    }

    .owl-carousel.gallery .owl-dots .owl-dot.active span,
    .owl-carousel.gallery .owl-dots .owl-dot:hover span {
        background-color: #6dcff6;
    }

    /* project details responsive */

    .text-5 {
        font-size: 1.1em !important;
    }

    .text-8 {
        font-size: 1.4em !important;
    }

    .project-details .progress-circle {
        font-size: 1.1em;
    }

    .related-projects h4 hr {
        width: 50%;
        left: 40%;
    }

    #footer {
        margin-top: 20px;
    }

        #footer .col-lg-3 img.img-fluid {
            width: 207px;
        }

        #footer .footer-ribbon {
            margin: -50px 15px 0 0;
        }

            #footer .footer-ribbon img {
                width: 70px;
            }

        #footer .contact-details h2 {
            width: fit-content;
        }

    /* fix mobile ui 3 June */
    .forcefullwidth_wrapper_tp_banner,
    .slider-container.rev_slider_wrapper,
    .slider.rev_slider {
        height: 550px !important;
    }

    .tp-caption.font-weight-extra-bold.text-color-light {
        margin-top: 24rem !important;
        letter-spacing: normal !important;
        font-size: 1.5rem !important;
        text-align: center !important;
    }

    .tp-caption .btn {
        margin-top: 5rem;
        padding: 0.3rem;
        font-size: 1.2rem !important;
    }

    .btn-outline-quaternary.text-3 {
        font-size: 1.1em !important;
    }

    /* styles to change the main menu view on mobile */
   /* .side-nav-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100%;
        background-color: #fff !important;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 1000;
    }

        .side-nav-wrapper.active {
            transform: translateX(0);
            width: 300px;
        }*/


    .side-nav-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100%;
        background-color: #fff !important;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 1000;
        display: none; /* Hide by default */
    }

    html[dir="ltr"] .side-nav-wrapper {
        left: auto;
        right:0;
    }

        .side-nav-wrapper.active {
            display: block;
            transform: translateX(0);
            width: 300px;
        }

    .toggle-side-nav {
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 1100;
        background: none;
        border: none;
    }

    .side-nav {
        background: #ffffff !important;
        border-radius: 0 0 2em 0 !important;
        box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
    }

    .side-nav ul {
        list-style: none;
        padding: 20px;
    }

        .side-nav ul li {
            margin: 15px 0;
        }

            .side-nav ul li a {
                text-decoration: none;
                color: #000;
                font-size: 16px;
            }
    .header-body {
        height: auto !important;
 
    }

    .mobile-menu-icons {
        display: block !important;
        background: #ffffff;
        height: 30px;
        text-align: center;
        padding:10px;
    }

    .mobile-menu-icons .nav-pills {
        display: inline-flex;
    }

    .mobile-menu-icons .nav-pills li {
        margin: 0 1px;
    }

    #welcomesection {
        position: relative;
        top: -5px;
        right: 35%;
        border-radius: 10px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
        padding: 0 10px;
    }

    .welcomemessage {
        display:none;
    }

        #welcomesection a {
            text-decoration: none
        }

}



.mobile-menu-icons {
    display: none; 
}

/* custom style for fix patch 02 */

#mc-embedded-subscribe {
    margin-top: -2px;
    margin-bottom: 3px;
}

.toggle.toggle-simple .toggle > label:before, .toggle.toggle-simple .toggle > .toggle-title:before { 
    left: 6px; 
    font-size: 14px; 
}

.toggle .toggle {
    margin: 0px;
}

.embed-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

 
@media (max-width: 768px) {
    .popup-youtube img { 
        height: 210px;
        object-fit: cover;
    }
}

.sitemap {
    font-size: 1.2em;
}

ul.sitemap > li > a {
    color: #004971 !important;
    font-size: 1.05em;
}

ul.nav-list li a:before { 
    font-size: 0.55rem; 
}

@media (max-width: 991px) {
    #header .header-nav-main nav {
        height: 100vh; /* Full viewport height */
        max-height: 100vh; /* Ensures it doesn't exceed the viewport */
        overflow: hidden;
        overflow-y: auto;
        padding: 0 15px;
        transition: ease all 500ms;
    }

    /* Optional: Ensure body doesn't scroll behind the side nav */
    body.nav-open {
        overflow: hidden;
    }

    #header .header-nav-main nav > ul li a {
        font-size: 16px; 
        padding: 13px 8px; 
    }
}


.donation-cart.tabs .nav-tabs > li {
    margin-bottom: 15px !important;
}

.mt-2.float-start {
    height:30px !important;
}




.cardfixedtitle {
    height: 90px;
}
@media (max-width: 768px) {
    .amana-body {
        padding-top: 150px;
    }
}