.owlitem {
  /* background: radial-gradient(circle, #3d3d3d 10%, #000000 11%);
    background-size: 1em 1em;
    opacity: 1; */
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.ol_article {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.ol_article_rt {
  width: 65%;
}

.ol_article_lt {
  width: 35%;
  position: relative;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #c8c8c893;

  .nws_article_strip {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-weight: 600;
    border: 1px solid #a4a4a4;
    background-color: #0a0000ba;
    color: #ffffff;
  }

  img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;

    &:hover {
      transform: scale(1.05);
    }
  }
}

.ol_title {
  .t_main {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 13px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;

    &:hover {
      color: #d20606;
    }
  }

  .t_sub {
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #545454;
    text-overflow: ellipsis;
    font-size: 16px;
    display: block;
  }

  .publish_wrap {
    gap: 5px;
    margin-bottom: 13px;

    .publish_dt,
    .publish_tm {
      padding-inline: 10px;
      padding-block: 3px;
      background-color: #8e8e8e45;
      color: #313131;
      font-weight: 600;
      border-radius: 6px;
    }
  }
}

.main_article .rt_main {
  padding-top: 5px;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}

.main_article .rt_sub {
  font-size: 20px;
  color: #333333;
  padding-right: 0;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 6px;
}


.artcle_tab {
  display: flex;
  align-items: self-end;
  gap: 22px;

  .publish_dt,
  .publish_tm {
    color: #797979;
  }
}

/* NL1021- 16sep 2025 - poppins removed */
.editedby {
  font-size: 12px;
  color: #666;
  font-family: "Noto Sans Devanagari", sans-serif;

  a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 5px;
  }
}

.category_tag {
  display: flex;
  gap: 6px;
  color: #797979;
  align-items: center;

  a {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    text-decoration: underline;

  }
}

.artcle_tab {
  display: flex;
  align-items: center;
  justify-content: space-between;

  .at_left {
    display: flex;
    gap: 25px;
  }
}

.shr_btn {
  margin-right: 15px;
}

.shr_btn,
.cmmt_btn {
  outline: none;
  border: none;
  padding: 0px;
  background: none;
  color: #797979;
  font-size: 20px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;

  &:hover {
    background: none;
  }
}

.at_img {
  margin-top: 12px;

  img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
  }
}

.at_img_credit {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  max-width: 370px;
  white-space: nowrap;
  width: 100%;
  color: #ffffff;
  border-radius: 0 0 0 10px;
  margin-top: 5px;
  text-align: left;
  background: linear-gradient(92deg, #0000008f, transparent);
}

.at_content {
  margin-top: 20px;

  div {
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  p {
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  a {
    font-weight: 500;
    color: blue;
    text-decoration: underline;
  }
}

.at_sub {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  letter-spacing: 0.4px;
}

.at_head {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 32px;
}

a.trendingtopic_container {
  display: block;
  margin-right: 10px;
  padding-inline: 10px;
  padding-block: 1px 0px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  border-radius: 54px;
  background: #f2f2f2;
}

a.trendingtopic_container {
  width: fit-content;
}

/* NL1021- 16sep 2025 - added */
/* election */
.election-image {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.el-mob {
  display: none;
}

/*share dropdown */
.social_lnk {
  margin-left: 0px;
}

.shr_dropdown {
  position: relative;
  display: inline-block;
}


.shr_content {
  display: none;
  position: absolute;
  border-radius: 10px;
  background-color: #eeeeeec6;
  min-width: 151px;
  bottom: -65px;
  left: -138px;
  padding-inline: 10px;
  backdrop-filter: blur(13px);
  z-index: 1
}

#shr_content {
  bottom: -50px;
}

.--video-detail {
  border-radius: 8px;
  overflow: hidden;
}

.shr_content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.shr_content a:hover {
  color: rgb(107, 107, 107);
}

/* Facebook link */
.shr_content li:nth-child(1) a {
  color: #325771;
}

/* Twitter link */
.shr_content li:nth-child(2) a {
  color: #464646;
}

/* Google Plus link */
.shr_content li:nth-child(3) a {
  color: #038308;
}

/* LinkedIn link */
.shr_content li:nth-child(4) a {
  color: #026499;
}

/* Instagram link */
.shr_content li:nth-child(5) a {
  color: #2fb7ed;
}



.shr_dropdown:hover .shr_content {
  display: block;
}

.shr_dropdown:hover .shr_btn {
  color: #ff0000;
}

.social_lnk {
  display: flex;
  list-style: none;
  margin-bottom: 0px;
  padding: 0;

  li a {
    font-size: 25px;
  }
}

/* related card slider */
.rel_article {
  background: transparent;
}

.rel_artcle {
  padding: 12px;
  padding-top: 15px;
  padding-bottom: 0px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 25px;
  background: #efefef;
}

.rel-swiper {
  min-height: fit-content;
}

.rel_heading {
  line-height: 30px;
  color: #000000;
}

.rel_heading_wrap {
  /* background: linear-gradient(45deg, #e3e1e1, transparent); */
  min-height: 33px;
  border-left: 3px solid #ff0000;
  padding-left: 10px;
}

#rel-nav-prev {
  left: -98px;
  background: #000;
  height: 34px;
  border-radius: 50%;
  width: 35px;
  top: 10px;

}

#rel-nav-prev::after {
  font-size: 16px;
  margin-right: 3px;
  color: #fff;
  font-weight: 600;
}

#rel-nav-next {
  right: 4px;
  background: #000;
  height: 34px;
  border-radius: 50%;
  width: 35px;
  top: 10px;

}

#rel-nav-next::after {
  font-size: 16px;
  margin-left: 3px;
  color: #fff;
  font-weight: 600;
}

/* autor */
.news_auth {
  margin-bottom: 28px;

  p {
    font-size: 20px;
    color: #333333;
    padding-right: 0;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
  }
}

.author-t {
  border-left: 4px solid red;
  padding-left: 16px;
}

/* releted articles  */
.rel_artcle_wrap {
  padding-top: 25px;
}

.rel_content {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 8px;

  li {
    width: 32%;
  }
}

.rel_article {
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  max-width: 300px;
}

.rel_top {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 160px;

  .nws_article_strip {
    position: absolute;
    top: 6px;
    right: 7px;
    font-size: 13px;
    line-height: 20px;
    color: #ff0000;
    text-decoration: none;
  }

}

.playBtn-wrap3 {
  left: -1px;
  max-width: 74px;
  position: absolute;
  bottom: 0px;
  padding: 1px 8px 0px 8px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0e0e0e52;
  gap: 0px;
  z-index: 2;
  backdrop-filter: blur(1px);
  margin-bottom: 0 !important;
}

.play-btn3 i {
  color: #ffff;
}

.v-duration3 {
  margin: 0;
  color: #fff;
  font-size: 12px;
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid #ffffff52;
  padding-top: 1px;
  margin-top: -1px;
}

.rel_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;

  &:hover {
    transform: scale(1.05);
  }

}

.rel_bottom {
  padding-top: 0px;
}

/* Optional: uncomment if needed
.nws_article_strip {
  margin-bottom: 10px;
}
*/

.rel_bottom .rel_link {
  font-size: 16px;
  line-height: 22px;
  display: block;
  text-align: left;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.rel_bottom .rel_link:hover {
  color: red;
}

/* webstory */
/* Remove default Swiper arrows */
.web_s_all_next::after,
.web_s_all_prev::after {
  display: none;
}

/* Custom arrow buttons */
.web_s_all_next,
.web_s_all_prev {
  background: #18000085;
  color: #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 10;
}

/* Position arrows */
.web_s_all_next {
  right: 10px;
}

.web_s_all_prev {
  left: 10px;
}

/* Adjust icons */
.web_s_all_next i,
.web_s_all_prev i {
  font-size: 16px;
}



/* Ensure slides have no gap */
.swiper-slide.web_s_all {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.story-card {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.cstm-story-container h3 {
  text-align: center;
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  color: #414141;
}

.cstm-story-container h3 {
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, transparent 0%, #8d8d8d 50%, transparent 100%);
  border-image-slice: 1;
}

.web_s_all_slider .swiper-slide {
  margin-right: 10px !important;
}

.web_s_all_slider .swiper-slide:last-child {
  margin-right: 0 !important;
}

.web_s_all_slider .swiper-wrapper {
  margin-right: -10px;
}

/* Follow us */
.follow_us {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 15px 0 0;
  align-items: center;
  position: relative;
  gap: 15px;
}

.follow_us_socials .socials-item:last-of-type {
  margin-right: 0px;
}

.follow_us h6 {
  font-size: 13px;
  margin-bottom: 0px;
  margin-right: 10px;
  color: #6b6a6a;
  white-space: nowrap;
}

.flw_wrap {
  display: flex;
  align-items: center;
}

.follow_us_icon {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
}

.follow_us_bar {
  width: 100%;
  height: 1px;
  background: #d5d5d5;
}

.follow_us_socials {
  display: flex;
}

.follow_us_socials .socials-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 6px;
  line-height: 16px;
  border: none;
  padding: 10px;
  border-radius: 9px;
  background-color: #ffffff;
  box-shadow: 3px 9px 16px rgb(0 0 0 / 13%), -3px -3px 10px rgb(255 255 255 / 0%), inset 14px 14px 26px rgb(182 182 182 / 30%), inset -3px -3px 15px rgba(255, 255, 255, 0.05);
}

.follow_us_socials .socials-item:hover {
  box-shadow: 0 0px 14px rgb(255, 176, 176);
}

.follow_us_socials .socials-item .facebook {
  color: #1877f2;
}

.follow_us_socials .socials-item .fa-x-twitter {
  color: #333;
}

.follow_us_socials .socials-item .instagram {
  color: #e4405f;
}

.follow_us_socials .socials-item .youtube {
  color: #ff0000;
}

.follow_us_socials .socials-item .whatsapp {
  color: #25d366;
}

/* inner page */

/* whatsap btn----------------------------- */
.wp-btn {
  display: flex;
  justify-content: center;
}

.button2 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 0.7em 3.3em 0.5em 1.7em;
  font-size: 18px;
  border-radius: 5.5em;
  border: #009087;
  background-color: #009087;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.button2:hover {
  color: #ffffff;
  background-color: #028a81;
}

.button2>svg {
  height: 30px;
  position: absolute;
  padding: 0px 5px;
  margin-top: -4px;
}

/* load more button */
.show-more-btn {
  background: linear-gradient(145deg, #e53935, #d32f2f);
  color: #ffff;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 0;
  border: solid #e53935 1px;
  border-radius: 7px;
}

/* comment-button */
.bookmarkBtn {
  width: 130px;
  height: 40px;
  border-radius: 40px;
  border: none;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: .3s;
  overflow: hidden;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.062);
}

.IconContainer {
  width: 30px;
  height: 30px;
  background-color: rgb(103, 74, 228);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: .3s;
}

.icon {
  border-radius: 1px;
}

.text {
  height: 100%;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(26, 26, 26);
  z-index: 1;
  transition-duration: .3s;
  font-size: 1.04em;
  font-weight: 600;
}

.bookmarkBtn:hover .IconContainer {
  width: 120px;
  border-radius: 40px;
  transition-duration: .3s;
}

.bookmarkBtn:hover .text {
  transform: translate(10px);
  width: 0;
  font-size: 0;
  transition-duration: .3s;
}

.bookmarkBtn:active {
  transform: scale(0.95);
  transition-duration: .3s;
}

.c-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* share button----------------------------- */
.shr-button {
  cursor: pointer;
  padding: 9px 1px;
  line-height: 0px;
  font-size: 15px;
  width: 6.2em;
  color: white;
  background: #212121;
  background-size: cover;
  background-blend-mode: overlay;
  border-radius: 0.5em;
  outline: 0.1em solid #353535;
  border: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}



.icon {
  fill: white;
  width: 1em;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  margin: auto;
  transform: translate(-35%, 10%);
}

/* news----------------------------- */

.news_main_row {
  display: flex;
  gap: 20px;

}

.col_left {

  flex-basis: 70%;
  max-width: 70%;
  display: block;
}

.col_right {
  flex-basis: 30%;
  max-width: 30%;
  display: block;
}

.widget_categories {
  background-color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 20px 18px;
  border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #c9c9c9;

}

.news_main_wrap {
  display: flex;
  gap: 12px;
}

.nws-left {
  flex-basis: 50%;
  max-width: 50%;

}

.nws-right {
  flex-basis: 50%;
  max-width: 50%;

  .custom-tab-card {
    margin-bottom: 8px;

    .nws_article_strip {
      /* width: fit-content; */
      font-size: 13px;
      color: red;
      margin-bottom: 4px;
      font-weight: 600;
      padding: 0;
      border: none;
      /* padding: 1px 8px 0px; */
      background: transparent;
    }
  }

  .custom-tab-title {
    a {
      font-size: 15px;
      line-height: 21px;
      font-weight: 500;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .category_strip2 {
      width: max-content;
      font-size: 12px;
      border-radius: 5px;
      background: #ff4141;
      position: relative;
      color: #fff;
      margin-bottom: 3px;
      padding-inline: 10px;
      padding-block: 4px;
    }
  }
}


.nws_card_top {
  width: 100%;
  height: 246px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 15px;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;

    &:hover {
      transform: scale(1.05);
    }
  }

  .category_strip {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }

}

.nws_card_bottom {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  a {
    text-decoration: none;
    color: #333;
    font-size: 19px;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;

    &:hover {
      color: red;
    }
  }
}

.publish_wrap {
  display: flex;
  gap: 5px;
}

/* NL1021- 16sep 2025 - poppins removed */
.publish_dt,
.publish_tm {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #666666c7;
  font-size: 12px;
  font-family: "Noto Sans Devanagari", sans-serif;
}

.news_sub_wrap {
  padding-top: 20px;

  .news-tabs {
    &::after {
      left: 70PX;
      background-color: #d0d0d0;
    }
  }

  .nws_list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    list-style-type: none;
    padding: 0px;
    margin-left: 0px;
  }
}

.nws_article {
  display: flex;
  gap: 20px;
}

.nws_article_lt {
  width: 28%;
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
}

#cat-t {
  color: #000;
}

.nws_article_lt img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s
}

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

.nws_article_rt {
  width: 75%;
  padding-right: 20px;

  /* .nws_article_strip{
  display: none;
 } */
  .nws_row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 6px;
    margin-bottom: 7px;
  }

  .nws_title {
    .t_main {
      font-size: 19px;
      display: block;
      color: #000;
      font-weight: 600;
      margin-bottom: 6px;
      transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;

      &:hover {
        color: red;
      }

    }
  }
}

.t_sub {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  display: block;
  color: #666;
  margin-bottom: 0;
}

.nws_article_strip {
  display: inline-block;
  cursor: pointer;
  background-color: #ffffffed;
  /* background: transparent; */
  color: red;
  border-radius: 5px;
  /* border: 1px solid #ff000030; */
  font-weight: 600;
  padding-inline: 11px;
  padding-block: 4px 1px;
  font-size: 14px;
}

/* nws_pagination Styles */
.nws_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 10px 0;
}

.nws_pagination .page-btn {
  padding: 5px 12px 3px;
  text-decoration: none;
  color: #373737;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.nws_pagination .page-btn:hover {
  background-color: #f0f0f0;
}

.nws_pagination .page-btn.active {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}

.nws_pagination .page-btn.prev,
.nws_pagination .page-btn.next {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px 3px;
}

.nws_pagination .page-btn.prev i,
.nws_pagination .page-btn.next i {
  font-size: 14px;
}




.podcast_iframe {
  border-radius: 10px;
}

.podcast_card .news-tabs {
  display: block;
  margin-bottom: 20px;
}

#main .breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 4px 1px;
}

.wp-post-image {
  width: 100%;
  max-width: 875px;
  height: 500px;
}

/* new tabs */
.news_tab_t {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  align-items: center;
  gap: 10px;
}

.ntab .newstab_title {
  white-space: nowrap;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 26px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;

  &:hover {
    color: #d20606;
  }
}

.nline {
  height: 1px;
  width: 100%;
  background: #d0d0d0;
}

/*  emoji */
.emoji {
  width: 20px;
}

.custom-img-link {
  height: 100%;
}

/* comment button */
.comment-button {
  position: relative;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

/* ================================================ */
/* comment section */
/* ================================================ */
#commentSection {
  position: fixed;
  top: 0;
  right: -425px;
  /* right: 0px; */
  /* hidden offscreen */
  width: 425px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 6px rgba(0, 0, 0, 0.2);
  transition: right 0.4s ease;
  z-index: 9999;
  overflow-y: auto;
}

.cmmt-container {
  position: relative;
}

/* when active */
#commentSection.active {
  right: 0;
}

.cmmt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}

.cmmt-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  color: #333;
  margin-left: 15px;
  line-height: 21px;
}

.cmmt-title span {
  color: #ffffff;
  font-weight: 600;
  padding: 3px 10px 0;
  margin-left: 6px;
  border-radius: 8px;
  background: linear-gradient(45deg, #ff0000, #ff6f6f);
}

.cmmt {
  padding: 0 15px;
}

.cmmt-row {
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.cmmt-error {
  width: 100%;
  margin: 5px 10px 0;
  padding: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  background: #fbd8d8;
  box-shadow: 0px 0px 5px -3px #111;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  color: #921e1e;
}

.cmmt-success {
  width: 100%;
  padding: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  background: #EDFBD8;
  box-shadow: 0px 0px 5px -3px #111;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  color: #33921e;
}

.success__icon path {
  fill: #84D65A;
}

.cmmt-form {
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.cmmt-box {
  margin-bottom: 16px;
}

.cmmt-avatar {
  width: 38px;
  height: 35px;
  background: #e4e4e4;
  color: #ce1010;
  font-weight: 900;
  font-size: 17px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.cmmt-avatar2 {
  width: 26px;
  height: 26px;
  background: #ababab;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.usr-name {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}

.commt-area {
  width: 100%;
  padding: 10px;
  border: 1.5px solid #cbcbcb;
  border-radius: 9px;
  color: #333333;
  font-size: 1.1rem;
  margin-bottom: 0px;
  resize: vertical;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.commt-area:focus {
  border-color: red;
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.6);
  /* optional glow */
}

.commt-area::placeholder {
  color: #888;
  /* change this to your desired color */
  opacity: 1;
  /* ensure full opacity */
  font-size: 13px;
}

.post-btn {
  border: none;
  border-radius: 10px;
  padding: 7px 13px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: #000;
}

.success__icon {
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
  margin-right: 8px;
}

.cmmt-list {
  /* max-height: calc(92vh - 230px); */
  min-height: 50px;
  max-height: 550px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding: 0 15px;
  scrollbar-width: thin;
  scrollbar-color: #c0c0c0 transparent;
}

.cmmt-list::-webkit-scrollbar {
  width: 6px;
}

.cmmt-list::-webkit-scrollbar-track {
  background: transparent;
}

.cmmt-list::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  border-radius: 10px;
}

.cmmt-item {
  margin-bottom: 14px;
}

.cmmt-item-box {
  background: #ebebeb;
  border-radius: 12px;
  color: #fff;
  padding: 0px 10px;
}

.cmmt-item-box2 {
  background: #ebebeb;
  border-radius: 12px;
  color: #fff;
  padding: 0px 10px;
}

.cmmt-item-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 6px;
}

.google-login-box p {
  margin-bottom: 0;
}

.google-login-box {
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: center;
}

.google-login-btn {
  font: inherit;
  display: inline-block;
  margin-top: 12px;
  background-color: #f0f0f0;
  border: 0;
  color: #242424;
  border-radius: 0.5em;
  font-size: 20px;
  line-height: 31px;
  padding: 12px 16px 7px;
  font-weight: 600;
  text-shadow: 0 0.0625em 0 #fff;
  cursor: pointer;
  box-shadow: inset 0 0.03em 0 0 #f4f4f4, 0 0.03em 0 0 #efefef,
    0 0.0625em 0 0 #ececec, 0 0.125em 0 0 #e0e0e0, 0 0.125em 0 0 #dedede,
    0 0.2em 0 0 #dcdcdc, 0 0.225em 0 0 #cacaca, 0 0.225em 0.375em 0 #cecece;
}

/* ========================== */
/* Media Queries */
/* For mobile phones: */
/* ========================== */
@media (max-width: 1360px) {
  .nws_card_top {
    height: 208px;
  }

  .nws-right {
    .custom-tab-card {
      margin-bottom: 7px;
    }
  }

  .custom-img-link {
    max-width: 121px;
    height: 73px;
  }

  .nws-right {
    & .custom-tab-title {
      a {
        font-size: 14px;
        line-height: 20px;
      }
    }
  }



  .news_sub_wrap {
    .nws_list {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
  }

  .nws_article_lt {
    height: 129px;
  }

  .nws_article_rt {
    & .nws_title {
      .t_main {
        font-size: 19px;
        display: block;
        color: #000;
        font-weight: 600;
        margin-bottom: 3px;
      }
    }
  }

  .at_content {
    div {
      color: #333333;
      line-height: 25px;
      margin-bottom: 10px;
      font-size: 20px;
    }
  }

  .rel_top {
    height: 138px;
  }
}

/* ========================== */
/* Media Queries */
/* For mobile phones: */
/* ========================== */
@media (max-width: 600px) {

  /* NL1021- 16sep 2025 - addeed */
  .election-image {
    max-width: 100%;
  }

  .el-mob {
    display: block;
  }

  .el-full {
    display: none;
  }

  .web_s_all_next,
  .web_s_all_prev {
    display: none;
  }

  .web_s_all_slider .swiper-slide {
    margin-right: 0px !important;
  }

  .web_s_all_slider .swiper-slide:last-child {
    margin-right: 0 !important;
  }

  .web_s_all_slider .swiper-wrapper {
    margin-right: 0px;
  }

  .site-content {
    margin-top: 96px;
  }

  .breadcrumb {
    padding: 0px;
  }

  #main .breadcrumb {
    margin-bottom: 0px;
  }

  .breadcrumb:after {
    content: none;
  }

  .inner-page-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ads-container {
    height: 85px;
    margin-top: 6px;
  }

  .news_main_row {
    flex-direction: column;

    .col_left {
      flex-basis: 100%;
      max-width: 100%;
    }

    .col_right {
      flex-basis: 100%;
      max-width: 100%;
    }
  }

  .publish_wrap {
    gap: 5px;
    white-space: nowrap;
  }

  .publish_dt,
  .publish_tm {
    gap: 3px;
  }

  .news_main_row .col_left .news_main_wrap {
    flex-direction: column;

    .nws-left {
      flex-basis: 100%;
      max-width: 100%;
    }

    .nws-right {
      flex-basis: 100%;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      column-gap: calc(10px + 1vw);

      .custom-tab-card {
        flex-direction: column;
        margin-bottom: 8px;
        width: calc(50% - 10px);
      }
    }
  }

  .nws_card_top {
    height: 220px;
    margin-bottom: 12px;

    .category_strip {
      bottom: 9px;
    }
  }

  .nws_card_bottom {
    margin-bottom: 3px;
  }

  .custom-img-link {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 78px;
    overflow: hidden;
    border-radius: 8px;
  }

  .news_sub_wrap {
    & .news-tabs {
      &::after {
        left: inherit;
        width: 76%;
        right: 0;
        background-color: #d0d0d0;
      }
    }
  }

  .nws_article {
    flex-direction: column;
    gap: 8px;
  }

  .nws_article_lt {
    width: 100%;
    height: 220px;

    img {
      width: 100%;
    }
  }

  .nws_article_rt {
    width: 100%;

    .nws_row {
      align-items: center;
      margin-top: 6px;
      justify-content: space-between;
    }
  }

  .nws_article_rt {
    & .nws_title {
      .t_main {
        font-size: 17px;
        -webkit-line-clamp: 2;
        margin-bottom: 7px;
      }

      .t_sub {
        font-size: 15px;
        color: #636363;
        font-weight: 500;
      }
    }
  }

  /* autor */
  .author-t {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
    padding-left: 10px;
  }

  .news_auth {
    margin-bottom: 15px;

    p {
      font-size: 16px;
      color: #333333;
      padding-right: 0;
      line-height: 26px;
      font-weight: 400;
      margin-bottom: 10px;
    }
  }

  .nws_pagination {
    flex-wrap: wrap;
  }

  .js_block {
    height: 226px;
  }

  /* =========================================== */
  /* Main article */
  /* =========================================== */
  .main_article {
    .rt_main {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 10px;
    }
  }

  .artcle_tab {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column-reverse;

    .at_left {
      flex-wrap: wrap;
      gap: 12px;
    }
  }

  .social_lnk li:nth-child(3) {
    display: none;
  }

  .shr_content {
    left: 0;
  }

  .section-title {
    margin-top: 35px;
  }

  .tags_row {
    margin-left: 2px;
    gap: 10px 0px;
  }

  .rel_artcle_wrap {
    padding-top: 20px;
  }

  .rel_content {
    gap: 15px;

    li {
      width: 100%;
    }
  }

  .rel_article {
    max-width: 100%;
  }

  .at_content>h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .at_content>div>span {
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .at_content {
    margin-top: 20px;

    div {
      color: #333333;
      line-height: 30px;
      margin-bottom: 10px;
      font-size: 20px;
    }

    p {
      color: #333333;
      line-height: 30px;
      margin-bottom: 10px;
      font-size: 20px;
    }

    a {
      font-weight: 500;
    }
  }

  .at_content>iframe {
    width: 100%;
    height: 230px;
  }

  .wp-post-image {
    height: 225px !important;
  }

  .trendingtopic_container {
    display: block;
    font-size: 14px;
  }

  .rel_top {
    height: 215px;
  }
}

.pd_block {
  width: 100%;
  height: 250px;
}