.container-call{
    width: 100%;
    max-width: 1200px;
    margin-top: 100px;
}
/* --- استایل اصلی آیکون‌ها (دسکتاپ) --- */
.container-call img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

/* --- کاملاً ریسپانسیو برای موبایل --- */
@media (max-width: 768px) {

    .container-call {
        padding: 25px !important;
    }

    .container-call img {
        width: 80px !important;
        height: 80px !important;
    }

    /* ردیف اول: تماس */
    .container-call .row {
        flex-direction: column;
        text-align: center;
    }

    .container-call .row .col-12,
    .container-call .row .col-md-3,
    .container-call .row .col-md-9 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* تنظیم فاصله بین عکس و متن */
    .container-call .row img {
        margin-bottom: 10px;
    }

    /* متن‌ها وسط‌چین */
    .container-call h5,
    .container-call p {
        text-align: center !important;
    }

    /* حذف margin غیر ضروری لپ‌تاپ */
    .container-call .ms-3 {
        margin: 0 !important;
    }

    /* رفع مشکل row دوم */
    .container-call .row.shadow-lg {
        padding: 15px 10px;
    }
}












