
.QC_inner-banner.seasonal-banner {
    height: 486px;
    min-height: 486px;
    max-height: 486px;
    position: relative;
}
.seasonal-content {
    position: relative
}
.container-xs {
    margin-top: 20px;
}
.complete-amount {
    font-size: 22px !important;
}
.seasonal-main-icon {
    align-items: center;
    padding: 12px;
    background-color: #F7E7EF;
    border-radius: 12px;
}

@media (max-width:768px) {
    .container-xs {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .complete-amount {
        font-size: 18px !important;
    }
}

@media (max-width:576px) {
    .main-adha-image {
        height: 225px;
    }
    .gap-20-xs{
        gap:20px !important;
    }
}

@media (min-width: 768px) {
    .seasonal-content {
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50px;
        right: auto;
        transform: translateY(-50%);
        z-index: 10;
        padding: 32px;
        border-radius: 20px;
    }
    .main-adha-image {
        border-radius: 24px;
    }

}

ul.nav-pills {
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
    margin: 0;
}

.nav-pills > li > a {
    border-radius: 8px;
    padding: 12px;
    margin: 0 5px;
    color: black;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #E6EDF3;
    color: black;
    border-bottom: none;
    border-radius: 8px;
}

.nav-pills > li > a:hover {
    background-color: #f1f1f1;
    color: black;
}

.nav-pills-scroll {
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

    .nav-pills-scroll ul {
        display: inline-block;
        white-space: nowrap;
        margin: 0;
    }


        .nav-pills-scroll ul > li {
            display: inline-block;
            float: none;
        }

    .nav-pills-scroll::-webkit-scrollbar {
        height: 6px;
    }

    .nav-pills-scroll::-webkit-scrollbar-thumb {
        background-color: black !important;
        border-radius: 3px;
    }

    .nav-pills-scroll::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

.tab-content h3 {
    font-size: 24px !important;
}

@media(max-width:767px) {
    .tab-content h3 {
        font-size: 20px !important;
    }

    nav-pills > li > a {
        padding: 8px 15px;
    }

    nav-pills-scroll {
        margin-top: 15px
    }

    .tab-content h3 {
        font-size: 20px !important;
    }

    .unit-title {
        font-size: 18px !important;
    }
}

.seasonal .card {
    background: #FFFFFF;
    padding: 12px;
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #CED1D7;
}

.border-bottom-responsive {
    border-bottom: 8px solid #DADADA;
}

@media(min-width:768px) {
    
    .seasonal .card-title-price h4 {
        font-size: 16px !important;
    }

    .border-bottom-responsive {
        border-bottom: none;
    }

    .approved-count {
        font-size: 20px !important;
    }
}

.seasonal .card img {
    width: 98px;
    height: 98px;
    object-fit: cover;
    border-radius: 12px;
    font-size: 12px;
}

.seasonal .card-title-price h4 {
    margin: 0;
    font-weight: bold;
}

.seasonal .price {
    font-size: 16px;
    font-weight: bold;
}

.seasonal .card-footer {
    align-items: end;
}

seasonal .card-footer .country {
    align-items: center;
}

.seasonal .card-footer .country img, .seasonal .card-country .country img {
    width: 24px;
    height: 18px;
    object-fit: cover;
    border-radius: 4px;
}

.seasonal .card-footer .country span, .seasonal .card-country .country span {
    font-size: 12px;
    font-weight: 700;
}

.custom-width-modal {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .custom-width-modal {
        width: 375px;
        max-width: 375px;
    }
}

.donation-amount-box {
    border: 1px solid #D7DADF;
    border-radius: 16px;
    padding: 16px;
}

    .donation-amount-box #quantity {
        width: 70px;
        margin: 0 10px;
        background-color: #fff;
        height: 36px;
        color: #000000 !important;
    }

#increaseBtn, #descreaseBtn {
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}


#increaseBtn {
    border: 1px solid #000;
    color: #000;
}

#descreaseBtn {
    border: 1px solid #000;
    color: #000;
}

.column-gap-responsive {
    column-gap: 16px;
}

@media(min-width:768px) {
    .column-gap-responsive {
        column-gap: 20px;
    }
}

.donate-btn {
    font-size: 14px !important;
    color: #F7E7EF !important;
    width: 72px;
    height: 40px;
    line-height: 40px;
}

.fixed-adha-nav {
    position: fixed;
    z-index: 7;
    width: inherit;
    background: white;
    margin-top: 0;
    margin-bottom: 0;
}

    .fixed-adha-nav hr:first-of-type {
        border: none !important;
    }


@media(max-width:991px) {
    .fixed-adha-nav {
        left: 0;
        right: 0;
        width: 100%;
    }
}
.increase-btn-primary {
    font-weight: lighter;
    border: none;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    background-color: #E1E3E7;
    color:#000;
}
.view-btn-primary {
    font-weight: lighter;
    border: none;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    background-color: #E1E3E7;
    color: #000 !important;
}
.view-primary-icon {
    width: 18px;
    height: 20px;
    font-size: 20px;
    text-align: end;
    align-items: end;
}
.item-quantity {
    width: 40px !important;
    border: none !important;
    height: 20px !important;
    margin-bottom: 0 !important;
    color: black !important;
    background-color:transparent !important;
}
.decrease-btn, .increase-btn-secondary {
    background-color: transparent;
    border: none;
}
.quantity-box-secondary {
    border: 1px solid;
    border-radius: 12px;
}
#AdhaDonationBox {
    position: sticky !important;
    width: 100vw !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 100px !important;
    top: auto !important;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0px !important;
    border-top: 1px solid #D7DADF !important;
}
.share-page-fast-donation {
    position: fixed;
    top: 75%;
    right: 2%;
    left: auto;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    width: 48px;
    height: 48px;
    border: none;
}
/*End of Styles added for seasonal campaign 2025 by Fazlur*/
