﻿/* =======================
   تصویر بالا
======================= */
.service-image img {
    width: 100%;
    height: 380px;
    object-fit: contain;
    padding-top:2%
}

/* =======================
   لایه اصلی
======================= */
.service-content-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
    padding: 30px;
}

/* =======================
   محتوای اصلی
======================= */
.service-content {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border-top: 4px solid #0b2a3a;
    background-image: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    direction:rtl
}

.service-title {
    font-size: 28px;
    margin-bottom: 15px;
    color: #0b2a3a;
}

.service-text p {
    line-height: 2;
    color: #4b5563;
}

/* =======================
   سایدبار
======================= */
.service-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* باکس‌های سایدبار */
.sidebar-box {
    background: #f0fbfb;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.05);
    border-right: 4px solid #00b3b3;direction:rtl
}

    .sidebar-box h3 {
        color: #0b2a3a;
        margin-bottom: 10px;
    }

/* =======================
   تماس
======================= */
.contact-box p {
    margin: 8px 0;
    color: #374151;
}

/* =======================
   جدیدترین خدمات
======================= */
.service-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    cursor: pointer;
    padding: 8px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e6f7f7;
    transition: 0.3s ease;
}

    .service-item img {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        object-fit: cover;
        border: 2px solid #00b3b3;
    }

    /* هاور جذاب */
    .service-item:hover {
        background: #00b3b3;
        transform: translateX(-5px);
        box-shadow: 0 10px 20px rgba(0,179,179,0.25);
    }

        .service-item:hover span {
            color: #fff;
        }

/* =======================
   ریسپانسیو
======================= */
@media (max-width: 768px) {
    .service-content-wrapper {
        grid-template-columns: 1fr;
        padding: 15px;
    }

    .service-image img {
        height: 250px;
    }
}
.blc {
    color: black;
}