@font-face {
    font-family: "vazir";
    src: url("fa-font/vazir.woff2") format("woff2");
}

* {
    font-family: 'vazir' !important;
}

.mff {
    font-family: 'vazir' !important;
}

.m-img-footer {
    width: 180px;
}

.social-faizi {
    margin-top: 20px !important;
}

.social-faizi span {
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.tp-copyright-content-right>div {
    font-weight: 500;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    font-family: var(--tp-ff-dmsans);
}

.fs-15 {
    font-size: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.text-justify {
    line-height: 2.1 !important;
    /* تنظیم ارتفاع بین خطوط */
    text-align: justify;
}

.color-white {
    color: white !important;
}

.w100 {
    width: 100px;
}

.ms {
    color: #fffefe !important;
    font-size: 3.2em !important;
}

.ab-hero__ptb {
    color: #fffefe !important;
    font-size: 3.2em !important;
    padding: 100px;
}

.mt {
    margin-top: 30px !important;
}

.fs60 {
    font-size: 60px !important;
}

.center {
    text-align: center !important;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.tp-hero-title>.d-n {
    color: white !important;
    background-color: red !important;
}

.contact-info {
    flex: 1;

}

.fs13 {
    font-size: 13px;
    font-weight: bold;
}

.maps {
    flex: 1;
    text-align: center;
}

/* lang */
.tp-header-cv {
    position: relative;
}

.ab-funfact__number span {
    width: 170px !important;
}

.language-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    background-color: #bce80c;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 10;
}

.t-justi {
    text-align: justify !important;
}

.language-menu .menu-item {
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.language-menu .menu-item:last-child {
    border-bottom: none;
}

.language-menu .menu-item:hover {
    background-color: #8cad05;
    color: #fffefe;
}

.tp-header-cv:hover .language-menu {
    display: block;
}

/* end lang */

/* واکنش‌گرایی */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        /* در حالت موبایل به زیر منتقل شود */
    }

    .d-n {
        display: none !important;
    }

    .maps, .contact-info {
        max-width: 100%;
        /* عرض کامل برای موبایل */
    }
}

.fs17 {
    font-size: 17px !important;
}

.tj {
    text-align: justify;
}
.social-icon svg {
    fill: #000 !important; 
    transition: fill 0.3s ease !important;
}
.social-icon:hover svg {
    fill: #fff !important; 
}
.mfs70
{
    font-weight: bold;
    font-size: 65px !important;
}
.mt30{
    padding-top: 50px !important;
}
.ab-hero__big-img img {
    margin-left: 200px !important;
}
.brand-color{
    color: #0fa3f8 !important;
}
@media(max-width: 900px){
    .d-none-900{
        display: none !important;
    }
    .img-center img{
        margin-right: 0 !important;
    }
    .t-center{
        padding: 0 !important;
    }
    .ab-hero__big-img img {
        margin-left: 0 !important;
    }
}