/* #812C21 , #89A39F */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');
@import url(https://fonts.googleapis.com/css?family=Roboto:500);

.table th, .table td {
    padding: 6px 8px !important;
    vertical-align: middle !important;
}
.red-title{
    color:#812C21 !important;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.downFile{
    margin: 0px 10px !important;
}
.downFile a{
    color: #89A39F;
}
.notification-icon {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.notification-icon i {
    font-size: 24px;
    color: #333;
}
.notification-badge {
    position: absolute;
    top: -50%;
    right: 50%;
    background-color: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    padding: 4px 0 0px;
    width: 22px;
    height: 18px;
    text-align: center;
}
.adminNotification .notification-icon {
    margin:0 10px;
    cursor: pointer;
}
.adminNotification .notification-badge{
    width: 22px;
    height: 22px;
}

.notification-icon .notifications_list {
    display: none;
    position: absolute;
    width: 250px;
    left: -10px;  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 0px;
    margin: 0px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    z-index: 10;
    max-height: 300px;
    overflow: auto;
}

/*.notification-icon:hover .notifications_list {
    display: block;
}*/
.notifications_list ul{
    padding: 0px;
    margin: 0px;
}
.notifications_list ul li{
    list-style: none;
    padding: 5px 10px;
    border: 1px solid #f0f0f0;
    margin: 2px 5px;
    border-radius: 5px;
}
.notifications_list ul li:hover{
    background: #f0f0f0;
}
.notifications_list ul li .notification_body{
    margin: 5px 2px;
    font-size: 14px;
}
.notifications_list ul li small.date{
    display: block;
    text-align: end;
}


.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.profile_header{
    position: relative;
    height: 30px;
}
.profile_header *{
    position: absolute;
}
.profile_header .profPageNum{
    left: 0px;
    background: #89A39F;
    font-weight: 600;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
}
.h650{
    min-height: 650px;
}
.mbtn{
    padding: 10px 25px !important;
}
.sec_btn{
    color: #812C21 !important;
    border: 1px solid #7fab3a !important;
    background: none;
}
.sec_btn:hover{
    background: #89A39F !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}
option.avatar {
    background-repeat: no-repeat !important;
    padding-left: 100px;
}
.avatar .ui-icon {
    background-position: left top;
}


.country-code-dropdown {
    position: relative;
    display: inline-block;
}

#country-search {
    width: 50px;
}

.country-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    width: 200px;
}

.country-item {
    padding: 10px;
    cursor: pointer;
}

.country-item:hover {
    background-color: #f0f0f0;
}
.myFlag{
    display: inline-block;
    max-width: 30px;
    height: 20px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.googleBtn {
    text-align: center;
}
.googleBtn img {
    max-width: 80%;
    border-radius: 20px !important;
}


.google-btn {
    height: 42px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
    position: relative;
    border-radius: 20px;
}
.google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
    left: 0px;
    text-align: center;
    border-radius: 50%;
}
.google-icon {
    margin-top: 11px;
    width: 18px;
    height: 18px;
}
.btn-text {
    padding-top: 8px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
}
.google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
}
.google-btn:active {
    background: #1669F2;
}
.overlayBg{
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    top: 0;
}
.popupPage {
    position: relative;
    margin-top: 5%;
    align-self: center;
    inset-inline-end: 0;
    max-width: 40%;
    z-index: 1;
    background: #fff;
    overflow: auto;
    box-shadow: 0 4px 8px #00000012, 0 6px 20px #00000014;
    border-radius: 15px;
    padding: 40px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    max-height: 80%;
    margin-right: calc(30% - 5px);
}
.popupPage .popupPageHeader{
    min-height: 40px;
}
.popupPage .popupPageHeader a.close{
    left: 20px;
    right: auto;
}
.downOrgFile {
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 7px;
    border: 1px solid #812C21 !important;
    background: none;
}
.downOrgFile.nm{
    margin-top: 0px;
    position: absolute;
    right: 0px;
}
.downOrgFile:hover {
    background: #f0f0f0;
    border-radius: 10px;
}

.controlsDiv{
    margin: 50px 0px 0px;
}
.controlsDiv ul{
    padding: 0px;
    margin: 0px 30px;
}
.controlsDiv ul li{
    list-style: none;
    margin: 10px 0px 0px;
    line-height: 1.5;

}
.steps-section .btns {
    position: relative;
}
/*
.projects-grid {
    gap: 0;
    justify-content: center;

}
.project-card-container{
    flex: 0 0 calc(33.33% - 10px);
    margin-bottom: 20px;
}
*/
.top-projects{
    /*display: block;
    max-width: 80vw;
    margin: 0px auto !important;
    text-align: center;*/
    padding: 0px !important;
    padding-inline: 20px;
    z-index: 1;
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-inline: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
/*
.project-card {
    min-height: auto !important;
    max-width: inherit;
    z-index: 2;
    display: inline-block;
    margin: 10px 0px 0px 10px;
}
 */
.img-content .content {
    max-height: unset   ;

}
.img-content {
    gap: 60px;
}
.img-content img {
    max-width: unset;
}
.hero-section .label {
    font-size: 40px;
}

.home-page .counters {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.category-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


.pImages{
    padding: 20px 10px;
}

.pImages div.img{
    display: inline-block;
    position: relative;
    margin: 5px 0;
}

.pImages div.img .del{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    background: #ff0000;
    text-align: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    top: -10px;
    right: -10px;
}
.pImages div.img .setDef{
     text-align: center;
     position: absolute;
     width: calc(100% - 30px);
     color: #fff;
     background: #999999;
     border-radius: 5px;
     top: 30%;
     right: 5px;
     cursor: pointer;
    display: none;
 }
.pImages div.img:hover .setDef{
    top: 40%;
    display: block;
 }
.pImages div.img .del:hover {
    opacity: 70%;
}
.project-details .container {
    padding: 0px 120px 70px;
}
.project-details .gallery {
    margin: 30px 0;
}
.payBtnContainer{
    text-align: center;
    margin: 20px 0;
}
.payBtnContainer a{
    display: inline-block;
    padding: 20px 40px;
    background: #a0190a;
    color: #fff;
    border-radius: 30px;
}
.payBtnContainer a:hover{
    border-radius: 35px;
    opacity: 80%;
    padding: 20px 50px;
}
.our-team-section .team {
    gap: 10px;
}
.our-team-section .card {
    min-height: 150px;
    width: 160px !important;
}
.our-team-section .card .description {
    margin-bottom: 10px !important;
    font-weight: bold;
    min-height: 30px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 30px;
}
.our-team-section .card .name {
    min-height: 50px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    max-height: 50px;
    line-height: 1.3;
}

.hero-section .desc {
    font-size: 18px;
}
.hero-section .desc.num{
    padding: 2px 10px;
    background: rgba(128, 128, 128, 0.6);
    width: fit-content;
    border-radius: 5px;
}

.pro_footer_btns{
    display: contents;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.pro_footer_btns * {
    margin: 0 !important;
}
.details_btn{
    color: #812C21 !important;
    text-align: end;
    display: flex;
    line-height: 2;
    padding-top: 5px;
    font-size: 14px;
}


.details_btn:hover {
    color: #89A39F !important;
}
a p.title:hover{
    color: #89A39F !important;
}

.arrow {
    margin: 0 5px !important;
    font-size: 14px;
    line-height: 2.4;
}


.work_map , .work_map_en{
    max-width: 100% !important;
    margin: 0 auto 20px;
    background: url(../images/workmap_ar.svg) center no-repeat;
    height: 450px;
    background-size: contain;
}
.work_map_en{
    background: url(../images/workmap_en.svg) center no-repeat;
}
.work_map img , .work_map_en img{
    width: 100%;
    display: none;
}


.projects-grid .action-btn {
    padding: 10px 20px;
    background: #008000;
}


.projects-grid .action-btn:hover {
    background: #89A39F !important;
}

.pagination li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.pay_line{
    width: 100%;
    text-align: center;
    margin: 10px auto;
    height: 50px;
}
.pay_line a{
    display: inline-block;
    padding: 5px 8px;
    margin: 0 5px;
    background: #89A39F !important;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
}
.pay_line a:hover {
    background: #89A39F !important;
    color: #fff;
}

.country{
    align-items: center;
    display: flex;
}
.post .country img{
    width: 30px !important;
    height: 20px !important;
    margin: 0 4px;
}

.post:hover .country img {
    width: 30px !important;
    height: 20px !important;
}


.projects-grid .title {
    min-height: 60px;
    font-size: 18px;
    text-align: center;
    align-items: center;
    display: flex;
}

.logo img {
    max-width: 280px;
}

.card-wrapper .tag.big {
    font-size: 24px;
    margin: 10px 0;
}
.card-wrapper .tag.small {
    color: #144768;
    text-align: center;
}


.main-card .donate-action .action-btn, .main-card-centered .donate-action .action-btn {
    background: #812C21;
}


.dataTbl{

}
.dataTbl tr.act{

}
.dataTbl tr.act td{
    background: #e0ebe9;
    border-bottom: 1px solid #fff;
}
.dataTbl tr.nAct td{
    background: #f4dbd8;
    border-bottom: 1px solid #fff;
}
.dataTbl tr.nFill td{
    background: #d2d2d2;
    border-bottom: 1px solid #fff;
}

.dataTbl tr.act td a {
    color: #822b21;
}
.dataTbl tr.act td a:hover {
    color: #8aa7a2;
}



/*********************************************/
.payment_btns{
    background: #fff;
    padding: 100px 0 10px;
    text-align: center;
}
.payments_slider{
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    position: relative;
    background: #c0c0c0;
    height: 10px;
    border-radius: 5px;
}
.payment_btns .payments_slider .paid_balance {
    position: absolute;
    top: calc(-100% - 20px);
    right: 0;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 22px;
    color: #008000;
}
.payment_btns .payments_slider .paid_balance_text {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    font-size: 20px;
}
.payment_btns .payments_slider .total_balance {
    position: absolute;
    top: calc(-100% - 20px);
    left: 0;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 22px;
    color: #a0190a;
}
.payment_btns .payments_slider .total_balance_text {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    font-size: 20px;
}
.payment_btns .payments_slider .payouts {
    height: 10px;
    background: #008000;
    #background: linear-gradient(45deg,#adff2f 1%,#008000 100%);
    border-radius: 5px;
    right: 0px;
    position: absolute;
}
.payment_btns .payments_slider .payouts_line {
    position: absolute;
    width: 3px;
    height: 30px;
    top: -10px;
    background: #333;
}

.btns_container{
    text-align: center;
    padding: 50px 0 0 0;
}
.btns_container ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.btns_container ul li{
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #008000;
}
.btns_container ul li:hover, .btns_container ul li.active{
    background: #008000;
    color: #fff;
}
.btns_container ul li input{
    width: 50px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
}
.btns_container a{
    margin: 40px auto 0;
    padding: 10px 85px;
    font-size: 25px;
    background: #008000;
    width: fit-content;
}
.btns_container a:hover{
     background: #32cd32 !important;;
}
.btns_container .res{
    margin-top: 20px;
    color: #ff0000;
    display: none;
}
.projects-grid .data-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px;
}

header {
    margin-bottom: 0;
}
.nav-wrapper {
    margin-bottom: 5px;
}
.ql-align-center{
    text-align: center;
}
.ql-align-right{
    text-align: right;
}
.ql-align-left{
    text-align: left;
}

.js-dropdown:hover div{
    display: flex;
}




.img-download>span {
    background: #812C21 !important;
    border-top-right-radius: 20px;
}
.heart .fav i.mdi-heart-outline {
    font-size: 25px;
}


.projects-grid .progress-bar-wrapper .achieved {
    height: 6px;
    background: #008000 !important;
}
.projects-grid .progress-bar-wrapper {
    height: 6px;
}
.projects-grid .progress-bar-wrapper .percentage {
    top: -20.5px;
    width: auto;
    height: auto;
    outline: 0;
    color: #008000;
    background: transparent;
    font-size: 14px;
    border-radius: 20px;
    padding: 3px 4px !important;
    line-height: 1;
    left: 0;
}

.main-card, .main-card-centered {
    z-index: 5;
}
.topCards{
    display: flex;
    margin: 40px 0;
}
.mid_card{
    width: 45%;
}
.topCards  div.mid_card:first-child{
    margin-left: 10%;
}

/*
.our-team-section .team {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.our-team-section .card{
    box-shadow: none;
    border: 0;
    margin-top: 50%;
}
.our-team-section .card img {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 4px 8px #00000012, 0 6px 20px #00000014;
}
*/

.section {
    padding: 50px 0;
}
.advisory{
    max-width: 1200px;
    margin: 60px auto 0;
}
.advisory .team {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.advisory .team .card {
    flex: 0 0 calc(20% - 20px); /* Adjust as needed */
}
.advisory .card {
    margin-top: 0px;
    position: relative;
    overflow: visible;
    width: 200px;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    box-shadow: none;
    border: none;
    min-height: auto;
}
.advisory .card * {
    display: block;
}
.advisory .card img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    top: auto;
    left: auto;
    transform: none;
}
.advisory .card .name {
    font-size: 15px;

}


.img-content .content{
    font-size: 18px;
}
.projects-grid .data-wrapper {
    color: #333;
}


.funded{
    background: #812C21 !important;
}
@media only screen and (max-width: 1400px) {
    .home-page .cta-msg {
        margin-top: 50px;

    }

}

.box {
    font-size: 15px;
}
.img-content {
    margin: 0 !important;
}
.howitworks {
        background-size: contain !important;
}

.partners{
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}


.pagination li {
    background-color: transparent;
}

.pagination li.active {
    background-color: transparent;
}
.pagination li.active span{
    background-color: #89A39F;
    color: #fff;
}
.pagination li a, .pagination li span {
    border-radius: 20px;
    padding: 10px 15px;
}

.about_inner .card{
    width: 250px !important;
}

.our-goal {
    padding-bottom: 20px;
}
.page-container {
    padding: 40px 0 0;
}

.hero-section.inner_more{
    text-align: center !important;
    align-items: center;
}
.hero-section.inner_more h1{
    font-size: 45px;
}
.section.inner_more{
    margin-top: -150px;
    z-index: 9;
}


.pay_inner{
    background:#008000 !important;
}
.pay_inner:hover{
    background:#32cd32 !important;
}

.heart .fav i.mdi-heart {
    font-size: 25px;
}




.projects-grid .action-btn.funded:hover{
    background: #812C21 !important;
}




/* Style for the dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Style for the search input */
input[type="text"] {
    padding: 8px;
    box-sizing: border-box;
}

/* Style for the dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
}

/* Style for the dropdown options */
.dropdown-content li {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

/* Highlight the selected option */
.dropdown-content li:hover {
    background-color: #ddd;
}

/* Show the dropdown content when the input is focused */
.dropdown:hover .dropdown-content {
    display: block;
}

.partners .partner p {
    white-space: normal;
}


.project-details .main-img {
    width: auto;
}

.social-share-buttons a {
    background-color: #666 !important;
}

.nmob{
    display: block;
}
@media only screen and (max-width: 900px){
    .nmob{
        display: none;
    }
    .project-details .main-img {
        width: 100%;
        height: 100%;
    }
    .row {
        padding: 20px;
    }
    .payments_slider {
        max-width: 90%;
    }
    .btns_container ul li {
        margin-bottom: 20px;
    }
    .logo img {
        max-width: 200px;
        margin: 0 0 10px 0;
    }
    .mobile-only{
        display: block !important;
    }
    .navbar {
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    }

    .home .slider, .home .slider-bg {
        top: 0;
        margin-top: 150px;
    }
    .top-projects {
        display: flex !important;
    }


    .account_drop .language-dropdown {
        inset-inline-start: -15px;
    }

    .account_drop .language-dropdown:after {
        inset-inline-start: 20px;
    }
    .top-header {
        display: block;
        padding: 0;
        box-shadow: none;
        min-height: 140px;
    }
    .logo_container{
        width: 100%;
        display: block;
        margin: 10px auto 0 auto;
        text-align: center;
    }
    .home .mdi-menu {
        color: #000;
    }
    .header-btns {
        gap: 10px;
        margin-top: -5px;
        justify-content: center;
    }
    .c100 {
        font-size: 60px;
        margin: 0 20px;
    }
    .home-page {
        margin-top: 88vw;
    }
    .category-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .work_map , .work_map_en{
        background: url(../images/workmap_ar_mob.svg) center no-repeat;
        height: 400px;
        background-size: contain;
    }

    .work_map_en {
        background: url(../images/workmap_en_mob.svg) center no-repeat;
    }

    .howitworks {
        background-position: center !important;
    }
    .page-container {
        margin-inline: 0;
        padding: 0px 0;
    }
    .img-content {
        gap: 0px;
    }
    .project-details .container {
        padding: 0 20px !important;
    }
    .details_btn {
        font-size: 14px;
        line-height: 2.5;
    }
    .arrow {
        font-size: 1em;
        line-height: 2.5;
    }
    .our-team-section .team {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .advisory .team {
        display: flex;
        gap: 5px;

    }
    .advisory .team .card {
        flex: 0 0 calc(33% - 5px)
    }
    .language-dropdown {
        inset-inline-start: unset !important;
    }

    .top_btn_logins{
        display: flex;
    }
    .top_btn_logins .top_btn_login{
        margin: 0 5px;
    }
    .hero-section {
        padding: 30px;
        height: 80px;
    }
}

@media only screen and (max-width: 600px){
    .payment_btns .btns_container ul li {
        margin: 5px 5px;
    }
    .single-project .hero-section {
        align-items: center;
        height: fit-content;
    }
    .project-card {
        width: calc(100%);
    }
    .cta-msg{
        text-align: center;
    }
    .home-page .btns-wrapper {
        display: grid;
    }
    .hide_mob{
        display: none;
    }
    .category-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .category-section .category {
        width: auto;
    }
    .partners {
        display: grid !important;
    }

    .topCards {
        display: block;
    }
    .mid_card {
        width: 100%;
    }
    .topCards div.mid_card:first-child {
        margin-left: 0;
    }
    .our-team-section .team {
        display: grid;
        grid-template-columns: 1fr;
    }
    .our-team-section .team.inner_tops {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .advisory .team {
        display: flex;
        gap: 5px;

    }
    .advisory .team .card {
        flex: 0 0 calc(33% - 5px)
    }
    .box img {
        max-width: 65% !important;
    }
    .hero-section.inner_more {
        padding: 80px 0;
    }
    .hero-section.inner_more h1{
        font-size: 35px;
    }
    .section.inner_more{
        margin-top: -100px;
        z-index: 9;
    }
    .section-head {
        margin-bottom: 20px;
    }
    .out_why{
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }
    .outer{
        grid-template-columns: 1fr 1fr !important;
    }
    .partners.in_page{
        grid-template-columns: 1fr 1fr !important;
    }
    .partners.in_page{
        grid-template-columns: 1fr 1fr !important;
    }
    .partners.in_page .partner {
        padding: 5px;
    }
    .partners.in_page .partner p {
        font-size: clamp(12px,.1rem + 1vw,16px);
        white-space: normal;
    }

    .projects-grid .project-card {
        min-height: auto !important;
    }
    .hero-section .label {
        text-align: center;
    }
    .projects-categories-links {
        padding: 40px 0;
    }
    .popupPage {
        max-width: 80%;
        width: 80%;
        left: calc(10% - 10px);
    }

    .curved-bg {
        margin-top: -50px;
    }
    .flag {
        display: block !important;
        text-align: center !important;
    }
    .nonMob{
        display: none;
    }
    .mob-wrapper{
        max-width: 75%;
    }
    .hero-section.inner_more_mob{
        height: 100px !important;
    }
    .main-card.mobView {
        margin-top: -50px;
    }
    #payment-form{
        padding: 10px;
        direction: ltr;
    }
    .project-details .main-img {
        aspect-ratio: 1/1;
        border-radius: 15px;
    }
    .main-cta-card {
        display: none;
    }
    .payment_btns {
        padding: 30px 0 10px;
    }
    .payment_btns .btns_container ul li {
        margin: 5px 2px;
    }
    .btns_container ul li {
        display: inline-block;
        padding: 10px 15px;
    }
    .btns_container a {
        margin: 10px auto 0;
    }
    .post.ramadan {
        width: 44vw;
        margin-inline: auto;
    }
    .projInnerImage {
        display: block !important;
    }
    .home{
        overflow: hidden;
    }

    .projects-section {
        margin-top: 10px;
    }


    .card-wrapper {
        top: -80px;
    }
    .hero-section {
        height: 180px;
    }
    .hero-section .label {
        font-size: 30px;
    }
    .hero-section .desc {
        font-size: 18px;
    }

}
.main-card.mobView {
    margin-top: -50px;
}

.pagesList{
    list-style: none;
    margin: 0;
    text-align: start;
    padding: 7px 10px;
    height: 37px;
    transition: height 0.3s ease;
    z-index: 2;
    position: absolute;
    overflow: hidden;
}
.pagesList li{
    margin: 3px 15px;
}
.pagesList li label{
    font-size: 15px;
}
.pagesList.expanded {
    height: auto;
    max-height: 300px;
    overflow: auto;
}
.dropdown_select{
    position: relative;
}
.dropdown_select .openButton{
    position: absolute;
    top: 0;
    left: 0;
    background: none !important;
    color: #333 !important;    border: 0;
    font-size: 20px;
    z-index: 3;
    cursor: pointer;
    padding: 0 10px 4px;
}
input, button{
    outline: none !important;
    box-shadow: none !important;
}
.orgs_list .card{
    background: none;
    border: none;
    box-shadow: none;
    width: 200px !important;
    padding: 0 !important;
    margin: 10px auto;
}
.orgs_list .card img{
    position: unset;
    padding: 10px;
    background: #fff;
    display: block;
    border: 1px solid #f0f0f0;
    margin: auto;
    transform: none;
}
.orgs_list .card .name {
    background: #812C21 !important;
    font-size: 16px;
    margin: 5px auto ;
    padding: 2px 10px 4px;
    min-height: auto;
    color: #fff;
    border-radius: 20px;
    width: auto;
}
.orgs_list .card .description {
    color: #812C21 !important;
    font-size: 16px;
    font-family: cairo-bold;
}
.main-menu .main-menu-content {
    overflow: auto;
}
.main-menu .main-menu-content .ps__rail-y {
    display: none;
}
.post_details img{
    aspect-ratio: auto !important;
    height: auto;
}
.successStories .cards-grid {
    display: flex;
}
.successStories .cards-grid .post{
    max-width: 300px;
}
.projInnerImage{
    width: 95%;
    margin: 10px auto;
    display: none;
    text-align: center;
}
.projInnerImage img{
    width: 100%;
    max-height: 300px;
    border-radius: 10px;
}
