/*
Theme Name:  Saral Jeevan Foundation
Description: .

Author:  Chandan
Version: 1.0.1
Tags:  
*/  


.footer-contact li{
    color: #d6d6d6;
    margin-bottom: 15px;
    line-height: 1.8;
}

.footer-contact li a{
    color: #d6d6d6 !important;
    text-decoration: none;
    transition: 0.3s;
}

.footer-contact li a:hover{
    color: #ff6b35 !important;
}

.footer-contact li i{
    color: #ff6b35;
    margin-right: 10px;
    min-width: 18px;
}

/* CATEGORY WIDGET */
.bd-cat-widget{
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    margin-bottom: 35px;
}

.bd-widget-title{
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.bd-title-shape{
    width: 8px;
    height: 35px;
    background: linear-gradient(180deg,#ff6b2c,#ff9d2f);
    border-radius: 30px;
}

/* CATEGORY LIST */
.bd-category-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.bd-category-list li{
    margin-bottom: 14px;
}

.bd-category-list li:last-child{
    margin-bottom: 0;
}

.bd-category-list li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    background: #f8f8f8;
    border-radius: 14px;
    text-decoration: none;
    transition: all .3s ease;
    border: 1px solid transparent;
}

.bd-category-list li a:hover{
    background: #fff3ed;
    border-color: #ff6b2c;
    transform: translateX(5px);
}

/* LEFT SIDE */
.cat-left{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.cat-left i{
    color: #ff6b2c;
    font-size: 16px;
}

/* COUNT */
.cat-count{
    min-width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg,#ff6b2c,#ff9d2f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

/* MOBILE */
@media(max-width:767px){

    .bd-cat-widget{
        padding: 20px;
    }

    .bd-widget-title{
        font-size: 26px;
    }

    .bd-category-list li a{
        padding: 14px;
    }

    .cat-left{
        font-size: 15px;
    }

}


/* TAB ICON */
.service-tab-item .tab-icon i{
    color: #ff6b2c;
    transition: all .3s ease;
}

/* TAB LABEL */
.service-tab-item .tab-label{
    color: #222;
    transition: all .3s ease;
}

/* ACTIVE TAB */
.service-tab-item.active{
    background: #ff6b2c;
    border-color: #ff6b2c;
}

/* ACTIVE ICON */
.service-tab-item.active .tab-icon i{
    color: #fff !important;
}

/* ACTIVE LABEL */
.service-tab-item.active .tab-label{
    color: #fff !important;
}

/* HOVER */
.service-tab-item:hover{
    background: #ff6b2c;
    border-color: #ff6b2c;
}

.service-tab-item:hover .tab-icon i{
    color: #fff;
}

.service-tab-item:hover .tab-label{
    color: #fff;
}


.bank-actions{
    position: relative;
    z-index: 10;
}

.bank-action-btn{
    position: relative;
    z-index: 99;
    pointer-events: auto;
}