/* ================================
   Blog Article Style
   خدمات حمل و نقل نادری
================================ */


body{
    background:#eef3f8;
}


/* محتوای اصلی مقاله */

.blog-article{

    width:90%;
    max-width:1100px;

    margin:40px auto;

    background:#ffffff;

    padding:40px;

    border-radius:15px;

    box-shadow:0 5px 25px rgba(0,0,0,0.08);

    direction:rtl;

    text-align:right;

    line-height:2.2;

}



/* عنوان اصلی مقاله */

.blog-article h1{

    font-size:36px;

    color:#111;

    text-align:center;

    margin-bottom:45px;

    font-weight:800;

}



/* تیترهای داخلی */

.blog-article h2{

    font-size:27px;

    color:#101010;

    margin-top:45px;

    margin-bottom:20px;

    font-weight:700;

}



/* متن مقاله */

.blog-article p{

    font-size:18px;

    color:#333;

    margin-bottom:25px;

}



/* لینک ها */

.blog-article a{

    color:#000080;

    text-decoration:none;

}


.blog-article a:hover{

    color:#ffb000;

}



/* تصویر مقاله */

.blog-article img{

    width:100%;

    height:auto;

    border-radius:12px;

    margin:25px 0;

}



/* لیست ها */

.blog-article ul{

    padding-right:25px;

}


.blog-article li{

    font-size:18px;

    margin-bottom:12px;

}



/* باکس های مهم */

.blog-box{

    background:#fff8e5;

    border-right:5px solid #ffb000;

    padding:20px;

    border-radius:10px;

    margin:30px 0;

}



/* جدول */

.blog-article table{

    width:100%;

    border-collapse:collapse;

    margin:30px 0;

}


.blog-article th{

    background:#01013d;

    color:white;

    padding:15px;

}


.blog-article td{

    padding:15px;

    border:1px solid #ddd;

}



/* بخش سوالات متداول */

.faq{

    margin-top:50px;

}



.faq h2{

    text-align:center;

}



.faq-item{

    margin-bottom:35px;

}


.faq-item h3{

    font-size:24px;

    color:#222;

}


.faq-item p{

    font-size:18px;

}



/* دکمه تماس */

.blog-call{

    display:block;

    width:max-content;

    margin:40px auto;

    background:#ffb000;

    color:#000;

    padding:14px 35px;

    border-radius:30px;

    font-size:20px;

    font-weight:bold;

}



/* ================================
   Responsive
================================ */


@media(max-width:992px){


.blog-article{

    width:92%;

    padding:30px;

}


.blog-article h1{

    font-size:30px;

}


.blog-article h2{

    font-size:24px;

}


}



@media(max-width:768px){


.blog-article{

    width:94%;

    padding:20px;

    border-radius:10px;

}



.blog-article h1{

    font-size:24px;

    line-height:1.8;

}



.blog-article h2{

    font-size:22px;

}



.blog-article p{

    font-size:16px;

    line-height:2;

}



.blog-article img{

    border-radius:8px;

}



.blog-article table{

    display:block;

    overflow-x:auto;

}



}



/* موبایل کوچک */

@media(max-width:480px){


.blog-article{

    padding:15px;

}



.blog-article h1{

    font-size:22px;

}



.blog-article h2{

    font-size:20px;

}



}
.article-container{
    max-width:900px;
    margin:40px auto;
    padding:20px;
    background:#fff;
}

.article-container p{
    line-height:2;
    text-align:justify;
    font-size:17px;
}

.article-container h1,
.article-container h2{
    margin:25px 0;
}

.article-image{
    width:100%;
    border-radius:10px;
}
/* باکس تماس انتهای مقاله */

.article-contact-box{

    margin:60px 0 20px;

    padding:35px 25px;

    background:linear-gradient(135deg,#01013d,#163f8a);

    color:#fff;

    text-align:center;

    border-radius:15px;

    box-shadow:0 8px 25px rgba(0,0,0,.15);

}


.article-contact-box h3{

    margin:0 0 15px;

    font-size:28px;

    color:#ffb000;

}


.article-contact-box p{

    color:#fff;

    font-size:18px;

    line-height:2;

    margin-bottom:25px;

}


.article-contact-btn{

    display:inline-block;

    background:#ffb000;

    color:#01013d;

    text-decoration:none;

    font-size:20px;

    font-weight:bold;

    padding:14px 35px;

    border-radius:40px;

    transition:.3s;

}


.article-contact-btn:hover{

    background:#fff;

    color:#01013d;

    transform:translateY(-2px);

}


/* موبایل */

@media(max-width:768px){

.article-contact-box{

    padding:25px 15px;

}

.article-contact-box h3{

    font-size:22px;

}

.article-contact-box p{

    font-size:16px;

}

.article-contact-btn{

    width:100%;

    font-size:18px;

    padding:12px 20px;

}

}