.social-footer li img{
    width: 30px;
    margin-right: 0;
}
.social-footer li{
    text-align: center;
}

.index-gallert-holder .card-title{
    font-weight: bold;
    font-size: 14px;
}
.index-gallert-holder .card-title-right{
    text-align: right;

}

.index-gallert-holder .card-title-left{
    text-align: left;
}
.index-gallert-holder .card-body{
    overflow: hidden;
}

.blog .content-swiper-slider,.blog-grid .card{
    min-height: 600px;
}


/* Container سفارشی برای ناوبری */
.owl_nav_cus .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
    font-size: 31px;
    padding: 7px;
}

/* دکمه‌ها */
.owl_nav_cus .owl-nav button {
    pointer-events: all;    /* فعال کردن کلیک */
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s;
}

.owl_nav_cus .owl-nav button:hover {
    background: rgba(0,0,0,0.8);
}
.owl_nav_cus .owl-prev,.owl_nav_cus .owl-next{
    background: #223144 !important;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 10px !important;
    color: #fff !important;
}