/* blog new css */
      .col-lg-10 {
        width: 100%;
        max-width: 78.33%;
        margin: 0 auto;
      }
      .blogs_banner::before {
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../images/icons/Union.svg");
        position: absolute;
        top: 0;
        background-repeat: no-repeat;
        z-index: -1;
        object-fit: cover;
        background-size: 100%;
      }
      .blogs_banner {
        padding: 130px 0 320px;
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
      }
      .blog-title {
        margin-bottom: 80px;
        font-size: 50px;
        font-weight: 800;
        padding-left: 30px;
      }

      .hmove {
        margin-left: 8.33%;
      }
      .p_title {
        margin-bottom: 8px;
        padding-left: 36px;
      }
      .blog-info {
        background-color: #fff;
        padding: 40px;
        bottom: -70px;
        right: 113px;
        width: 100%;
        max-width: 37.66667%;
         box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); /* subtle shadow */
      }
      .more_blogs .mb-head {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -1.2px !important;
        margin-bottom: 40px;
      }
      .sec-pd {
        padding-bottom: 120px;
      }
      .custom_space {
        margin-bottom: 80px;
      }
      .red-stroke {
        display: flex;
        align-items: flex-start; /* vertically center the text with the line */
      }

      .border-line {
        width: 4px; /* thickness of the line */
        height: 45px; /* full height of the text */
        background-color: red;
        flex-shrink: 0;
        margin-top: 2px; /* prevent the line from shrinking */
      }
      .main-blog-title {
        font-size: 28px;
        line-height: 38px;
      }
      .hvr,
      .hvr-line,
      .hvr-line::after {
        position: relative;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
      }
      .hvr-line::after {
        position: absolute !important;
        content: "";
        bottom: -5px;
        left: 0;
        width: 25%;
        height: 1px;
        background: #FF5D18;
      }
      .lp-link--pri,
      .lp-link--red:hover {
        color: #FF5D18;
      }
      .lp-link--pri {
        color: #FF5D18;
        padding-top: 10px;
      }
      .lp-link--pri:hover {
        color: #FF5D18;
      }
      .hvr-line:hover::after,
      .hvr:hover::after {
        width: 100%;
      }
      .clr-second,
      .lp-card-title {
        color: #FF5D18;
      }
      .text-center {
        text-align: center !important;
      }
      .custom_width {
        max-width: 800px;
        margin: 0 auto;
      }
      #loadMore {
        color: #FF5D18;
        cursor: pointer;
      }
   
   .reveal img {
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
     height: 405px;
    object-fit: cover;
    /* border-radius: 16px; */
}

.reveal:hover img {
    transform: scale(1.05);
   
}



      @media only screen and (max-width: 767px) {
        .blog-info {
          position: relative;
          max-width: 100%;
          bottom: inherit;
          right: inherit;
          padding: 20px 20px 35px;
        }
        
        span{
          font-size: 14px;
        }
        .blog-title{
          font-size: 32px;
          padding-left: 0;
          margin-bottom: 40px;
        }
      .border-line {
      display: none;
      }
      .p_title{
        padding-left: 0;
      }
      .hmove {
    margin-left: 0;
}
.col-lg-10{
   width: 100%;
        max-width: 100%;
        margin: 0 auto;
      
}
.main-blog-title{
  font-size: 24px;
  line-height: 34px;
}
.lp-link--pri{
  font-size: 0.875rem;
}
.blogs_banner::before{
  height: 366px;
  background-size: cover;
}
.blog_sec_banner{
  padding-top: 0;
}

      }
      .blog_sec_banner {
      padding-top: 200px;
      padding-bottom: 159px;
    }
    .remain_cards{
            position: relative;
    z-index: 99;
    margin-top: -131px;
    padding-bottom: 110px;
    }


    /* all banner cards */

    
/* Tabs Section */
.tabs-section {
  padding-top: 40px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .tabs-navigation {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tabs-section{
  padding-top: 90px;
}

  .tabs-navigation .nav-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  .tabs-navigation .nav-item {
    flex: 0 0 auto;
  }
}

.tabs-section li.nav-item {
  width: auto;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .tabs-section ul.nav.nav-tabs {
    justify-content: center;
  }

  .tab-content {
    width: 100% !important;
  }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #181e3b;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: -0.9px;
  border-bottom: 5px solid #f3723b;
  width: 100%;
}

.nav-link:hover {
  color: #181e3b !important;
}

.nav-link {
  color: #181e3b;
}

.custom-card {
  border: none;
  box-shadow: none;
  height: 20%;
}

.custom-tag {
  display: inline-block;
  width: fit-content;
  height: 24px;
  padding: 2px 6px;
  border-radius: 5px;
  border: 1px solid #e0e3e6;
  background: #f4f7ff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.card-body {
  padding: 0px;
}

.card-title {
  font-weight: 800 !important;
}

.card-text {
  color: #181e3b;
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  opacity: 0.7;
}

.blog-card {
  display: none !important;
}

.tab-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .tab-content {
    width: 1120px !important;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-bottom: 44px;
  }
}

.read-more img {
  width: 12px !important;
  height: 12px !important;
}

.read-more .btn-icon {
  transition: transform 0.3s ease-in-out;
}

.read-more:hover .btn-icon {
  transform: rotate(45deg);
}

.read-more span {
  display: inline-block;
}

.read-more:hover span {
  border-bottom: 2px solid #f3723b;
}

/* PAgination */
.blogs-pagination .pagination {
  gap: 8px;
}

.blogs-pagination .page-link {
  border: none;
  background: transparent;
  color: #181e3b;
  font-weight: 500;
  padding-top: 2px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
}

.blogs-pagination .page-item.active .page-link {
  background-color: #ff5c1c;
  color: #fff;
  width: 31px;
  height: 28px;
  margin-right: 3px;
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
  width: 31px;
  height: 28px;
  margin-right: 3px;
}

.blogs-pagination .page-item.disabled .page-link {
  color: #bbb;
}

.blogs-pagination .page-link.rounded-circle {
  border: 1px solid #e0e0e0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: 40px; */
}

.pagination-page-count {
  padding-top: 6px;
  display: flex;
} 

.page-link.rounded-circle{margin:0 40px !important;}


.register-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.register-btn::after {
  font-size: 18px;
}

.btn-icon {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
}

.register-btn .btn-icon {
  transition: transform 0.3s ease-in-out;
}


/* Mobile responsive */
 @media (max-width: 767px) { 
  .page-link.rounded-circle{margin:0 36px !important;}
}


@media (max-width: 767px) {
  .tabs-navigation {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tabs-navigation .nav-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  .tabs-navigation .nav-item {
    flex: 0 0 auto;
  }
}

@media (min-width: 992px) {
.tabs-section  ul.nav.nav-tabs {
    justify-content: center;
  }

  .tab-content {
    width: 100% !important;
  }
}


@media (min-width: 1024px) {
  .tab-content {
    width: 1120px !important;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-bottom: 44px;
  }
}


@media (max-width: 767px) {
  .search-container {
    position: relative;
  }

  .tabs-navigation {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

.tabs-section .posts-container{ padding-right: 12px;}

  .tabs-navigation .nav-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  .tabs-navigation .nav-item {
    flex: 0 0 auto;
  }
}

.tabs-section ul.nav.nav-tabs {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  --bs-nav-tabs-border-width: none;
  border-bottom: 2px solid #e0e0e0;
}


@media (min-width: 992px) {
  .tabs-section ul.nav.nav-tabs {
    width:100%;
    justify-content: center;
  }

  .tab-content {
    width: 100% !important;
  }
}

@media (min-width: 1024px) {
  .tab-content {
    width: 1120px !important;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-bottom: 44px;
  }
  .home_banner{padding: 172px 0 80px;clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);}

}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 769px) {
  .home_banner{padding: 172px 0 130px;clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);}
  .updates-section{padding-top:0}
}
@media (max-width: 768px) {
  .home_banner{padding: 172px 0 140px;clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);}
}
@media (max-width: 767px) {
  .home_banner{padding: 135px 0 80px;clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);}
}

.blog .custom-card .card-img-top{
  height:220px;
  object-fit: cover;
  object-position: top;
}

.post_component {
    height: 100px;
} 

 .line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}