.body-blog {
    padding: 60px 0;
}
.blog-box {
      margin-bottom: 30px;
    border: 1px solid #efefef;
    padding: 16px;
}
.blog-img img {
    margin-bottom: 11px;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.dt-txt {
    color: #707070;
    font-size: 14px;
    font-weight: 500;
}
a.blog-title {
    font-size: 22px;
    font-weight: 600;
    color: #ed141c;
    display: inline-block;
    font-family: 'Abel', sans-serif;
}
.blog-readmore {
    background: #ed141c;
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}
.blog-readmore:hover {
    background: #282372;
}
.blog-box.blog-single h3 {
    color: #ed141c;
    font-size: 22px;
}
.blog-box.blog-single h2 {
    color: #ed141c;
}
.blog-box.blog-single {
    border: none;
    padding: 0;
}

.recent-news {
    margin-bottom: 40px;
}
.recent-news ul {
    padding: 0;
}
.recent-news {
    border: 1px solid #ededed;
    padding: 30px;
}
.recent-news ul li {
       list-style: circle;
    position: relative;
    margin-bottom: 20px;
   
}
.recent-news ul li img {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding: 6px;
}
.recent-news ul li a {
    color: #ed141c;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.8px;
}
.call-boxinr {
    background-image: url(https://design.trueeastdigital.com/aaaplustransportation/blog/wp-content/uploads/2026/08/services_single.jpg);
      padding: 100px 30px;
    background-position: top center;
    background-size: cover;
    position: relative;
    text-align: center;
   
    color: #fff;
}
.phone-txt a {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    display: block;
}
.call-boxinr p {
    color: #fff;
    font-size: 15px;
    margin-top: 12px;
}

.call-boxinr h3 {
       font-size: 28px;
    margin-bottom: 23px;
    font-weight: 500;
    color: #fff;
}
.call-btm {
  background: #fff;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 38px;
    position: relative;
    display: inline-block;
    margin-top: 20px;
	
}
#comment{border:1px solid #ddd;width:100%;height:100px;margin-bottom:5px;padding-left:6px;}
#author,#email,#url{border:1px solid #ddd;width:100%;height:34px;margin-bottom:5px;padding-left:6px;}
#submit{width:100%;padding:7px;border:1px solid #ddd;background:#ddd9;}
#reply-title{font-size:23px;font-weight:300;margin-bottom:5px;}
#comments{font-size:18px;margin-bottom:18px;font-weight:300;}
.commentlist{border:1px solid #ddd;padding:19px;list-style:none;margin-bottom:12px;}
.comment-author.vcard{margin-bottom:10px;padding-left:16px;font-size:16px;}
.fn{margin-left:15px;}
.comment-meta.commentmetadata{margin-bottom:15px;margin-top:9px;font-size:15px;}
#div-comment-3{margin-bottom:11px;padding-left:11px;font-size:16px;border:1px solid #ddd;padding:15px;}
.children{margin-top:15px;list-style:none;}
.coment_new a{color:#9e9e9e;font-size:12px;}
.tag a{border:1px solid #ddd;padding:7px 5px;font-size:11px;font-weight:200;transition:all linear 0.2s;}
.tag_title{font-size:18px;margin-bottom:17px;padding-left:5px;color:#191927;}
.tag{line-height:44px;margin-top:7px;}

.reply { border-top: 1px solid #ddd;padding: 11px;}
#comments {text-align: center; color: #2024d2;font-weight: bolder;}
#reply-title {color: #2024d2;font-weight: bolder;}

/* Center and format the pagination container */
ul.pagination {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none !important;
    padding: 0;
    margin: 40px auto 20px auto;
    gap: 8px;
    width: 100%;
}

/* Individual list item */
ul.pagination li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* Link and active item styles */
ul.pagination li a,
ul.pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    background-color: #f4f4f4;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    transition: all 0.2s ease-in-out;
}

/* Hover state */
ul.pagination li a:hover {
    background-color: #d92228;
    color: #ffffff;
    border-color: #d92228;
}

/* Active / Current page */
ul.pagination li.active a,
ul.pagination li.active span {
    background-color: #d92228;
    color: #ffffff;
    border-color: #d92228;
    cursor: default;
}