
/* ================== BLOG CSS ================== */
.tsh_blogs_banner_bg {
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 540px;
  min-height: 100%;
  display: block;
  position: relative;
  z-index: 0;
}

.tsh_blogs_content_list img {
  border-radius: 8px;
}

.tsh_blogs_sec {
  padding: 80px 0;
}

.tsh_blogs_heading_area {
  gap: 20px;
}

.tsh_blogs_heading {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #000000;
  font-family: "Bricolage Grotesque", sans-serif;
  letter-spacing: -0.684px;
  margin: 0;
}

.tsh_blogs_filter_box {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 19px;
  align-items: baseline;
  color: #000;
  font-family: "Inter Tight", sans-serif;
}

.tsh_blogs_filter_box>span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.084px;
}

.blogs_filter_box_list {
  display: flex;
  gap: 8px;
}

.blogs_filter_box_list select {
  padding: 8px 16px;
  border-radius: 500px;
  border: 1px solid #dde1e6;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.084px;
  display: block;
  width: 100%;
  max-width: 131px;
}

.form-select:focus {
  border-color: #dde1e6;
  box-shadow: none;
}

.tsh_blogs_content_list,
.Recent_posts_blog_area {
  padding-top: 50px;
}

.tsh_blogs_content_title,
.tsh_blogs_box_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.408px;
  font-family: "Bricolage Grotesque", sans-serif;
}

.tsh_blogs_box_title {
  color: #0e0f11;
  letter-spacing: -0.601px;
}

.Most_popular_blog_area>.row>div {
  padding: 0 10px;
}

.tsh_blogs_content_title {
  margin-bottom: 20px;
}

.tsh_blogs_box_info {
  padding-top: 16px;
}

.tsh_blogs_box_info>p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.176px;
  margin: 4px 0 12px;
}

.tsh_blogs_box_date_time {
  display: flex;
  gap: 24px;
  padding: 4px 0;
}

.tsh_blogs_box_date_time>* {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.084px;
}

.tsh_blogs_box_date_time p {
  color: #000;
  margin: 0;
}

.tsh_blogs_box_date_time p>span {
  color: #838d95;
}

.tsh_blogs_content_box_set {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tsh_blogs_content_box_small {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 16px;
}

.tsh_blogs_content_box_small .tsh_blogs_box_img {
  width: 100%;
  max-width: 232px;
}

.tsh_blogs_content_box_small .tsh_blogs_box_info {
  padding: 0;
}

.tsh_blogs_box_title_small {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.176px;
  color: #0e0f11;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.tsh_blogs_content_box_small .tsh_blogs_box_info p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.084px;
  margin-bottom: 0;
  color: #000;
}

.Recent_posts_blog_area .tsh_blogs_content_title {
  margin-bottom: 24px;
}

.tsh_blogs_content_box_pera {
  padding-right: 11px;
}

.tsh_blogs_content_box_pera .tsh_blogs_box_info>p {
  margin-bottom: 0;
}

.Recent_posts_blog_area>.row {
  gap: 28px 0;
}

.Recent_posts_pagenation_area {
  margin-top: 20px;
}

.Recent_posts_pagenation_area,
.Recent_posts_pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.Recent_posts_pagenation_area button.pagenation_btn {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 4px;
  border: 1px solid #e2e2e9;
  border-radius: 8px;
  background: transparent;
  transition: all 0.5s ease-in-out;
}

.Recent_posts_pagenation_area button.pagenation_btn:hover,
ul.Recent_posts_pagenation li.active button.pagenation_btn {
  background: #faad14;
  color: #fff;
}

.Recent_posts_pagenation_area button.left_arrow_btn,
.Recent_posts_pagenation_area button.right_arrow_btn {
  border-color: transparent;
  padding: 0;
}

.Recent_posts_pagenation_area button.left_arrow_btn:hover,
.Recent_posts_pagenation_area button.right_arrow_btn:hover {
  background: transparent;
}

.tsh_blogs_details_social_list a.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    text-align: center;
    background: rgb(0 0 0 / 10%);
}
.tsh_blogs_details_social_list a.social-icon>i {
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
}


.Recent_posts_pagenation_area .page-numbers {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 4px;
    border-radius: 8px;
    border: 1px solid #E2E2E9;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    color: #4C4F67;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.5s ease;
}
.Recent_posts_pagenation_area .page-numbers.current {
    background: #FAAD14;
    color: #fff;
}
.Recent_posts_pagenation_area .next,
.Recent_posts_pagenation_area .prev{
    position: relative;
    font-size: 0;
    border: 0;
    z-index: 0;
    height: 32px;
    width: 32px;
}

.Recent_posts_pagenation_area .next::after {
    content: '»';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    color: #AAAFB6;
    justify-content: center;
    align-items: center;
}

.Recent_posts_pagenation_area .prev::after {
    content: '«';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    color: #AAAFB6;
    justify-content: center;
    align-items: center;
}

/* ================== BLOG-DETAILS CSS ================== */
.tsh_blogs_details_sec {
  padding: 80px 0;
}

.tsh_blogs_details_inner_area {
  max-width: 1200px;
  margin: 0 auto;
}

.tsh_blogs_details_inner_area .Recent_posts_blog_area {
  padding: 0;
}

.blog_details_img_mobile {
  display: none;
}

.tsh_blogs_details_inner_area>.row {
  gap: 50px;
}

.tsh_blogs_details_inner_navbox,
.tsh_blogs_details_social_list {
  display: flex;
  gap: 8px;
}

.tsh_blogs_details_social_list {
  gap: 4px;
}

.tsh_blogs_details_inner_navbox,
.blogs_upper_author_box,
ul.tsh_blogs_details_tags li a,
.tsh_blogs_details_social_info,
.tsh_blogs_details_upper_informiation p,
.tsh_blogs_details_info_bottom_img,
.tsh_blogs_details_bottom_list p,
ul.tsh_blogs_releted_categorie_list li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.084px;
}

.tsh_blogs_details_inner_navbox,
.tsh_blogs_details_inner_navbox a {
  color: #0e0f11;
}

.tsh_blogs_details_inner_navbox span.active {
  font-weight: 600;
  color: #838d95;
}

.tsh_blogs_details_upper_title_box,
.tsh_blogs_details_upper_title_box .tsh_blogs_details_upper_author_area,
.tsh_blogs_details_info_upper_area,
.tsh_blogs_details_info_box,
.tsh_blogs_details_info_bottom_area,
.tsh_blogs_details_bottom_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tsh_blogs_details_upper_title_box h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -1.008px;
  color: #ebb419;
  margin: 0;
}

.tsh_blogs_details_upper_author {
  display: flex;
  align-items: center;
  gap: 24px;
}

.blogs_upper_author_box {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 8px;
  color: #000;
}

.blogs_upper_author_box img {
  width: 32px;
  height: 32px;
}

.tsh_blogs_details_tags_social {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.tsh_blogs_details_tags_social,
.tsh_blogs_details_upper_author_area {
  gap: 12px;
}

ul.tsh_blogs_details_tags,
.tsh_blogs_details_social_info {
  display: flex;
  align-items: center;
  gap: 8px;
}
ul.tsh_blogs_details_tags {
    flex-wrap: wrap;
}

ul.tsh_blogs_details_tags li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 8px 12px;
  border-radius: 500px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tsh_blogs_details_info_upper_area,
.tsh_blogs_details_info_box,
.tsh_blogs_details_info_bottom_area {
  gap: 33px;
}

.tsh_blogs_details_upper_informiation p,
.tsh_blogs_details_info_bottom_img,
.tsh_blogs_details_bottom_list p,
ul.tsh_blogs_releted_categorie_list li a,
.tsh_blogs_details_social_info span {
  color: #000;
  margin-bottom: 0;
}

.tsh_blogs_details_info_bottom_img {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tsh_blogs_details_info_bottom_img img {
  border-radius: 12px;
}

.tsh_blogs_details_bottom_list_area h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.252px;
}

.tsh_blogs_details_info_box {
  padding-right: 20px;
}

.tsh_blogs_details_releted_area {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tsh_blogs_releted_area_box h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.084px;
  color: #000;
  font-family: "Inter Tight", sans-serif;
  margin-bottom: 20px;
}

.tsh_blogs_releted_area_box>.tsh_blogs_content_box_set .tsh_blogs_box_img {
  max-width: 192px;
}

.tsh_blogs_box_img img,
.tsh_blogs_releted_area_box>.tsh_blogs_content_box_set .tsh_blogs_box_img img {
  border-radius: 8px;
}

.tsh_blogs_details_releted_area .tsh_blogs_content_box_set .tsh_blogs_box_title_small {
  max-width: 192px;
}

ul.tsh_blogs_releted_categorie_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

ul.tsh_blogs_releted_categorie_list li a {
  display: flex;
  padding: 8px 12px;
  border-radius: 500px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tsh_blogs_content_box_pera>.tsh_blogs_box_img img {
    width: 100%;
    max-height: 193px;
    height: 100%;
    object-fit: cover;
}
.tsh_blogs_details_inner_area .Recent_posts_blog_area .tsh_blogs_content_box.tsh_blogs_content_box_pera .tsh_blogs_box_img img {
    width: 100%;
    max-height: 193px;
    min-height: 193px;
    height: 100%;
    object-fit: cover;
}
.tsh_blogs_content_box_small .tsh_blogs_box_img img {
    width: 100%;
    max-height: 145px;
    min-height: 145px;
    height: 100%;
    object-fit: cover;
}
/* ===================== NEWS CSS ===================== */
.tsh_blogs_details_releted_area {
  padding: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.news_banner_heading {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.684px;
  margin: 0;
  color: #fff;
}

.tsh_news_banner_section .tsh_blogs_banner_bg {
  padding: 130px 0;
  height: auto;
  background-position: bottom left;
}

.tsh_news_heading_sec .news_banner_heading {
  color: #000;
}

ul.blogs_categorys_box_list {
  display: flex;
  gap: 19px;
  flex-direction: row;
  flex-wrap: wrap;
}

ul.blogs_categorys_box_list a.category_btn {
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.084px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: #000;
  border-radius: 500px;
  border: 1px solid #DDE1E6;
  width: 100%;
  min-width: 133px;
}

ul.blogs_categorys_box_list a.category_btn img {
  width: 24px;
  height: 24px;
}

.tsh_news_heading_sec>.container>.row {
  gap: 40px;
}

ul.blogs_categorys_box_list a.category_btn:focus-visible {
    outline: none;
}

.tsh_news_heading_sec .Recent_posts_blog_area {
  padding: 0;
}

/* ===================== NEWS-CATEGORY-PAGE CSS ===================== */
.tsh_news_category_section,
.tsh_news_tags_section {
  padding: 40px 0 80px;
}


.tsh_news_category_section .tsh_blogs_details_inner_navbox,
.tsh_news_tags_section .tsh_blogs_details_inner_navbox {
  margin-bottom: 20px;
}

/* ===================== RESPONSIVE CSS ===================== */
@media (max-width: 1650px) {
  .tsh_blogs_banner_bg {
    height: 540px;
  }
}

@media (max-width: 1199px) {
  .tsh_blogs_details_tags_social {
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media (max-width: 991px) {

  .tsh_blogs_details_info_box,
  .tsh_blogs_details_releted_area {
    padding: 0;
  }
}

@media (max-width: 650px) {

  /* BLOG CSS */
  .tsh_blogs_banner_section {
    display: none;
  }

  .tsh_blogs_sec,
  .tsh_blogs_details_sec {
    padding: 24px 0;
  }

  .tsh_blogs_section .container,
  .tsh_blogs_details_sec .container {
    padding: 0 16px;
  }

  .blogs_filter_box_list select {
    width: 131px;
  }

  .tsh_blogs_filter_box {
    max-width: 425px;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .tsh_blogs_heading_sec .row>div,
  .tsh_blogs_content_box_pera {
    padding-right: 0;
  }

  .tsh_blogs_heading {
    padding-right: 16px;
  }

  .tsh_blogs_content_box_set {
    padding-top: 20px;
  }

  .tsh_blogs_content_box_big .tsh_blogs_box_info>p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-right: 30px;
  }

  .tsh_blogs_content_box_small .tsh_blogs_box_img {
    max-width: 171px;
  }

  /* BLOG-DETAILS CSS */
  .tsh_blogs_details_upper_title_box h1 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.684px;
  }

  .blog_details_img_desktop,
  .tsh_blogs_details_releted_area {
    display: none;
  }

  .blog_details_img_mobile {
    display: block;
  }

  .tsh_blogs_details_inner_area>.row,
  .tsh_blogs_details_info_upper_area,
  .tsh_blogs_details_info_box,
  .tsh_blogs_details_info_bottom_area,
  .tsh_blogs_details_inner_area .Recent_posts_blog_area>.row {
    gap: 24px;
  }

  .tsh_blogs_details_upper_author,
  ul.tsh_blogs_details_tags, 
  .tsh_blogs_details_social_list {
    flex-wrap: wrap;
  }

  .tsh_blogs_details_upper_author,
  .tsh_blogs_details_upper_author_area {
    gap: 12px;
  }

  .blogs_upper_author_box,
  ul.tsh_blogs_details_tags {
    width: 100%;
  }

  /* NEWS CSS */
   .tsh_news_category_section,
  .tsh_news_tags_section {
    padding: 24px 0;
  }


}

@media (max-width: 575px) {

    /* News CSS */
    .tsh_categorys_filter_box>span {
        display: none;
    }
    
    .tsh_news_section .tsh_news_heading_sec>.container>.row>div:nth-child(3) {
        padding-right: 0;
    }
    ul.blogs_categorys_box_list {
        gap: 8px;
    }
    .tsh_blogs_content_box_small .tsh_blogs_box_img img {
        max-height: 107px;
        min-height: 107px;
    }
}