﻿
/* استایل پایه برای تب‌ها */
.nav-pills .nav-link {
    padding: 23px;
    text-align: center;
}

/* استایل دسکتاپ */
@media (min-width: 768px) {
    .nav-pills .nav-link {
        width: 33.3% !important;
        display: inline-block;
    }
}

/* استایل موبایل */
@media (max-width: 767.98px) {
    .mobile-tab {
        width: 100% !important;
        margin-bottom: 5px;
    }

    .nav-pills {
        flex-direction: column;
    }
}

.ftco-animate {
    transition: all 0.3s ease;
}

.modal {
    z-index: 1050;
    display: none;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}

.equal-height-cards {
    display: flex;
    flex-wrap: wrap;
}

.equal-height-cards .col-md-4 {
    display: flex;
}

.blog-entry {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .blog-entry .text {
        flex: 1;
    }

/*.custom-btn {
            display: inline-flex;
            align-items: center;
            font-weight: bold;
        }*/
.custom-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
}

    .custom-btn i {
        margin-left: 8px; /* فاصله بین آیکون و متن */
        font-weight: bold;
    }

.equal-height-cards .blog-entry {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.equal-height-cards .text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.equal-height-cards .endbottom {
    margin-top: auto !important;
    align-items: flex-end;
}

.equal-height-cards .col-md-4 {
    margin-bottom: 30px !important;
}
