.trending_sec {
  margin: 0;
}

.container {
  max-width: 1200px;
}

.pc-blog-list {
  padding: 1rem 0 0 0;
}

.main-intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}

.main-intro h2:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  position: absolute;
  left: 0;
  top: 15px;
}

.main-intro h2 {
  font-size: 2rem;
  line-height: 40px;
  position: relative;
  padding-left: 28px;
  color: #202020;
  font-weight: 500;
  margin: 0;
}

.blog-post img {
  display: block;
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  margin: 0;
}

.blog-content h2 {
  font-size: 1.4rem;
  line-height: normal;
  color: #000;
  font-weight: 600;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-content {
  padding: 22px 20px 20px;
  background: #0a78be24;
  border-radius: 0 0 10px 10px;
}

.auth-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.auth-wrap .author-img img {
  border-radius: 100%;
  height: 40px;
  width: 40px;
}

.auth-wrap .entry-meta {
  color: rgba(0, 0, 0, 0.6);
}

.blog-content p {
  text-align: justify;
  font-size: 17px;
  line-height: 30px;
  margin: 0 0 10px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-post-col {
  margin: 0 0 2rem 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
  border-radius: 10px;
}

.blog-post-col img {
  display: block;
  height: 120px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  margin: 0;
}

.blog-post-col h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  line-height: normal;
  margin: 0 0 1rem 0;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-post-padding {
  padding: 0 10px 10px 10px;
}

.latest-blog h3 {
  font-size: 1.7rem;
  line-height: 40px;
  position: relative;
  padding-left: 28px;
  color: #202020;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.latest-blog h3:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: orange;
  position: absolute;
  left: 0;
  top: 15px;
}

.inner-latest-blog {
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
  padding-right: 1rem;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.inner-latest-blog img {
  display: block;
  border-radius: 10px 0 0 10px;
  height: 150px;
  width: 100%;
  object-fit: cover;
  margin: 0;
}

.inner-latest-blog h4 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.inner-latest-blog .auth-wrap .author-img img {
  height: 30px;
  width: 30px;
}

.category_name {
  font-size: 14px;
  border-radius: 5px;
  background: #343a403d;
  padding: 5px 10px;
  color: #000 !important;
}

.top_content_sec h1 {
  color: var(--gray);
  font-size: 3.5rem;
  line-height: 75px;
  font-weight: 500;
  margin: 2rem 0 2rem 0;
}

/*  */

.browsecategorywidget a {
  padding: 11px 20px;
  background: #fffcf1;
  border-radius: 20px;
  border: 1px solid #ffad00;
  color: gray;
  display: inline-block;
  font-size: 0.825rem;
  font-weight: 500;
  margin: 0 5px 1.5rem;
  text-decoration: none;
  text-transform: capitalize;
}

.date_category_div {
  font-size: 13px;
  margin-bottom: 1rem;
  padding: 5px 10px;
  background-color: whitesmoke;
  color: #000;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
}

.date_category_div:hover {
  padding: 5px 10px;
  background-color: #0000004f;
  color: #000;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
}

.blog-main-page a:hover {
  text-decoration: none;
}

.inner-latest-blog a:hover {
  text-decoration: none;
}


/* 📌 150% Scaling (effective ~1280px width) */
@media screen and (max-width: 1280px) {
  .container {
    max-width: 1200px!important;
   
  }
}

/* 📌 125% Scaling (effective ~1536px width) */
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1500px!important;
    padding: 0 14px;
  }
}
@media only screen and (max-width:500px){
    .top_content_sec h1{
        display: none;
    }
    .browsecategorywidget a {
        margin: 5px 0px;
    }
    .blog-post img {
    height: 150px;
    }
    .blog-content h2 {
    font-size: 1.3rem;
    line-height: normal;
    color: #000;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-content p {
    text-align: start;
 
    font-size: 1rem;
    line-height: 25px;
    margin: 0 0 10px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.blog-post-col {
    margin: 1rem 0;
}
.blog-post-col img {
    height: 150px;
}
.inner-latest-blog .col-lg-5{
    padding-right: 0px;
}
.inner-latest-blog img {
    border-radius:5px 5px 0px 0px ;
}
.inner-latest-blog .col-lg-7{
    padding-left:15px!important;
    margin: 1rem 10px;
}
.inner-latest-blog h4 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.latest-blog h3 {
    font-size: 1.5rem;
    font-weight: 600;
}
}
