


/* FILTER */
.blog-filter-section {
    padding: 50px 0 30px;
}

.blogFilterSec {
    padding: 20px;
    margin: 0px;
    background: #eaeaea;
    border: transparent;
    border-radius: 5px;
}

.filter-label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    color: #333;
}

.blogFilterSec .form-control {
    border-radius: 2px !important;
    font-size: 13px;
}

.custom-input,
.custom-date {
    height: 52px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}

.blogFilterSec .col-lg-2, .blogFilterSec .col-lg-3, .blogFilterSec .col-lg-4
 {
    margin-top: 0;
}

/* BUTTON */
.search-btn {
    height: 50px;
    border-radius: 2px;
    background:#df3042;
    border:none;
    width:100%;
    color:#fff;
    font-weight:600;
}

/* CARD */
.blog-card{
    background:#fff;
    border-radius:5px;
    overflow:hidden;
    border:1px solid #ddd;
    height:100%;
    transition:0.3s;
}

.blog-card:hover{
    transform:translateY(-5px);
}

.blog-img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.blog-content{
    padding:18px;
}

.blog-meta{
    display:flex;
    justify-content:space-between;
    font-size:13px;
    color:#666;
    margin-bottom:10px;
}

.blog-title{
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
}

/* ✅ 3 LINE DESCRIPTION */
.blog-desc{
    font-size:15px;
    color:#444;
    line-height:1.6;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* READ MORE */
.read-more{
    display:inline-block;
    margin-top:10px;
    color:#df3042;
    font-weight:600;
    text-decoration:none;
}

#blogContainer .blog-content {
    padding: 20px;
    position: relative;
}

#blogContainer .blog-content h3.blog-title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 24px;
}

#blogContainer  .blog-content p {
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

span.blogDate {
    position: absolute;
    top: -55px;
    right: 25px;
    background: #c02222;
    padding: 10px 15px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

span.blogDate span.bdate {
    font-size: 20px;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
}

span.blogDate span.bDate {
    font-size: 20px;
    display: block;
    line-height: 20px;
}












 .section-title{
      margin-bottom:20px;
      text-align:center;
    }

    .blog-card{
      border:none;
      border-radius:5px;
      overflow:hidden;
      background:#fff;
      box-shadow:0 10px 30px rgba(0,0,0,0.08);
      transition:0.3s ease;
      height:100%;
    }

    .blog-card:hover{
      transform:translateY(-8px);
    }

    .blog-card img{
      width:100%;
      height:240px;
      object-fit:cover;
    }

    .blog-content{
      padding:25px;
    }

    .blog-date{
      font-size:14px;
      color:#6c757d;
      margin-bottom:10px;
    }

    .blog-title{
      font-size:22px;
      font-weight:700;
      line-height:1.4;
      margin-bottom:15px;
    }

    .blog-text{
      color:#666;
      font-size:15px;
      line-height:1.7;
      margin-bottom:20px;
    }

    .read-more{
      text-decoration:none;
      font-weight:600;
      color:#c02222;
    }

    #HomeBlogSection .blog-content {
    padding: 20px;
    position: relative;
}

#HomeBlogSection .card.blog-card {
    height: 100% !important;
}

#HomeBlogSection .blog-content p {
    color: #555;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-content span.authorName {
    background: rgb(242, 242, 242);
    padding: 5px 15px;
    border-radius: 50px;
    position: relative;
    top: -5px;
    left: -5px;
}

#HomeBlogSection .blog-content h4.blog-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
}

    /* Tablet */
    @media (max-width: 991px){
      .section-title{
        font-size:34px;
      }
    }

    /* Mobile */
    @media (max-width: 767px){

      .blog-section{
        padding:60px 0;
      }

      .section-title{
        font-size:28px;
        margin-bottom:35px;
      }

      .blog-card img{
        height:220px;
      }

      .blog-title{
        font-size:20px;
      }
    }


    .blog-details-section{
      padding:80px 0;
    }

    .blog-main{
      background:#fff;
      border-radius:5px;
      overflow:hidden;
      box-shadow:0 10px 30px rgba(0,0,0,0.08);
    }

    .blog-main img{
      width:100%;
      height:420px;
      object-fit:cover;
      object-position: top;
    }

    .blog-content{
      padding:40px;
    }

    .blog-date{
      font-size:14px;
      color:#6c757d;
      margin-bottom:15px;
    }

    .blog-title{
 font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
    }

    .blog-content p{
      color:#555;
      line-height:1.9;
      font-size:16px;
      margin-bottom:20px;
    }

    /* =========================
       SIDEBAR
    ========================== */

    .sidebar-box{
      background:#fff;
      padding:25px;
      border-radius:5px;
      box-shadow:0 10px 30px rgba(0,0,0,0.08);
    }

    .sidebar-title{
      font-size:20px;
      font-weight:600;
      margin-bottom:25px;
    }

    .sidebar-blog{
      display:flex;
      gap:15px;
      margin-bottom:20px;
      padding-bottom:20px;
      border-bottom:1px solid #eee;
      text-decoration:none;
    }

    .sidebar-blog:last-child{
      margin-bottom:0;
      padding-bottom:0;
      border-bottom:none;
    }

    .sidebar-blog img{
      width:100px;
      height:90px;
      object-fit:cover;
      border-radius:2px;
      flex-shrink:0;
    }

    .sidebar-blog-content h5{
font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
    transition: 0.3s;
    }

    .sidebar-blog:hover h5{
      color:#0d6efd;
    }

    .sidebar-blog-content span{
      font-size:13px;
      color:#6c757d;
    }

    .conclusionSec {
    padding: 30px 30px 10px;
    border: 1px solid #ddd;
}

.blogAuthordetails img {
    height: 50px;
    width: auto !important;
    margin-right: 10px;
}

.blogAuthordetails h5, .blogAuthordetails p {
    padding: 0;
    margin: 0;
}

#blogContainer .blog-content span.authorName {
    background: #f2f2f2;
    padding: 5px 15px;
    border-radius: 50px;
        position: relative;
    top: -5px;
    left: -5px;
}

img.img-fluid.infographic {
    height: auto;
    margin: 20px 0 30px;
}

    /* =========================
       RESPONSIVE
    ========================== */

    @media (max-width:991px){

      .blog-title{
        font-size:34px;
      }

      .blog-main img{
        height:350px;
      }

      .sidebar-box{
        margin-top:40px;
      }
    }

    @media (max-width:767px){

      .blog-details-section{
        padding:60px 0;
      }

      .blog-content{
        padding:25px;
      }

      .blog-title{
        font-size:28px;
      }

      .blog-main img{
        height:250px;
      }

      .sidebar-blog{
        align-items:center;
      }

      .sidebar-blog img{
        width:85px;
        height:80px;
      }
    }
