.sa_blue{
    color: #0048ff !important;
}
.sa_black{
    color: #000000 !important;
}
.blog-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-item {
    flex: 1 1 calc(50% - 20px);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.blog-item img {
    width: 100%;
    height: 280px;
    object-fit: cover; /* 👈 مهم: تصویر را به تناسب قاب برش می‌دهد */
    display: block;
}

.news-caption {
    padding: 15px;
}

.news-caption h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.news-caption h2 a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.news-caption h2 a:hover {
    color: #007bff;
}

/* 📱 حالت موبایل */
@media (max-width: 768px) {
    .blog-item {
        flex: 1 1 100%;
    }
    .blog-item img {
        height: 220px;
    }
}


.single-service-cap  , .single-project {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* تعیین ارتفاع ثابت بخش متن برای هماهنگی */
.single-project , .service-cap {
    flex: 1 1 auto;
    min-height: 120px; /* مقدار پیشنهادی، با توجه به محتوای واقعی قابل تغییر */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
/*languge*/
/* رنگ متن دکمه زبان */
.lang-btn #langLabel {
    color: #000; /* پیش‌فرض: مشکی (برای موبایل) */
}
.hero-title{
    color: #ffffff;
}


@media (min-width: 992px) {
    .lang-btn #langLabel {
        color: #fff !important;
    }
}
/* درباره ما*/
@media (max-width: 767px) {
    .support-company-area {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.icon-svg {
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
    overflow: visible;
    color: inherit;
}
/*h1 - h6 */
.hh1 {
    font-size: 2.5rem !important;
    font-weight: 700;
    line-height: 1.2;
}

.hh2 {
    font-size: 2rem !important;
    font-weight: 600;
    line-height: 1.3;
}

.hh3 {
    font-size: 1.75rem !important;
    font-weight: 600;
    line-height: 1.4;
}

.hh4 {
    font-size: 1.5rem !important;
    font-weight: 500;
    line-height: 1.4;
}

.hh5 {
    font-size: 1.25rem !important;
    font-weight: 500;
    line-height: 1.5;
}

.hh6 {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
}
