/* Maitri News Highlight section start */
.maitri-news-highlight__section {
  background: #fe282f0d;
  border: 1px solid #fe282f1a;
  padding: 10px 0;
  overflow-x: auto;
}
.maitri-news-highlight__section a {
  color: var(--secondary);
  font-size: 14px;
  display: ruby;
}
/* Maitri News Highlight section end */

/* Maitri News Banner section start */
.maitri-news-banner__section .banner-title {
  color: var(--text);
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 1.1;
}
.maitri-news-banner__section .banner-title a {
  color: var(--text);
  display: block;
  padding-top: 3px;
}
.maitri-news-banner__section .featured-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.maitri-news-banner__section iframe {
  height: 551px;
  width: 100%;
}
.maitri-news-banner__section .entry-content {
  margin: 0;
  text-align: center;
}
.news-banner-wrapper > div:not(:last-child) {
  margin-bottom: 60px;
}
.news-banner-container {
  border-radius: 5px;
  overflow: hidden;
}
.news-banner-container .common-author-date {
  justify-content: center;
}
.maitri-news-banner__section
  .news-banner-container:has(.featured-image img)
  .entry-content {
  background-color: #426cc71c;
  padding: 38px 50px;
}

@media (max-width: 1200px) {
  .news-banner-wrapper > div:not(:last-child) {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .maitri-news-banner__section .featured-image img {
    height: 400px;
  }
  .maitri-news-banner__section
    .news-banner-container:has(.featured-image img)
    .entry-content {
    padding: 30px;
  }
  .news-banner-wrapper > div:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media (max-width: 567px) {
  .maitri-news-banner__section .featured-image img {
    height: 300px;
  }
  .maitri-news-banner__section
    .news-banner-container:has(.featured-image img)
    .entry-content {
    padding: 20px;
  }
}
/* Maitri News Banner section end */

/* Card Right Row section start */
.card-row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}
@media (max-width: 767px) {
  .card-row-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 567px) {
  .card-row-wrapper {
    gap: 30px;
  }
}
/* Card Right Row section end */

/* Maitri News Bishes section start */
.maitri-news-bishes__section {
  background-color: var(--primary);
}
.maitri-news-bishes__section .common-card {
  background-color: #ffffff36;
}
.maitri-news-bishes__section .common-card .entry-content {
  background-color: unset;
  padding: 30px;
}
.maitri-news-bishes__section .common-card > img {
  height: 307px;
}
@media (min-width: 1024px) {
  .maitri-news-third-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .maitri-news-third-wrapper .slick-track {
    display: flex;
    gap: 15px;
  }
  .maitri-news-bishes__section .common-card .entry-content {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .maitri-news-third-wrapper .slick-track {
    gap: 0;
  }
  .maitri-news-bishes__section .common-card .entry-content {
    gap: 20px;
  }
}
/* Maitri News Bishes section end */

/* Maitri News Samachar section end */
.maitri-news-samachar__section .fourth-card-news {
  border-radius: 5px;
  background-color: var(--primary);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 35px;
}
.fourth-card-news.common-card .entry-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px;
  gap: 20px;
}
.maitri-news-samachar__section .fourth-card-news .featured-image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.fourth-row-news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.fourth-row-news .regular-title {
  margin: 0 0 15px;
}
.fourth-row-news .common-row {
  margin-bottom: 0;
}
.eighty-twenty > div:nth-child(1) {
  width: 78%;
}
.eighty-twenty > div:nth-child(2) {
  width: 22%;
}
.maitri-news-fourth-wrapper .fourth-left > .flex,
.eighty-twenty {
  align-items: start;
  gap: 35px;
}
.maitri-news-fourth-wrapper .fourth-left > .flex > div:nth-child(1) {
  width: 75%;
}
.maitri-news-fourth-wrapper .fourth-left > .flex > div:nth-child(2) {
  width: 25%;
}
.sidebar-container {
  position: sticky;
  top: 30px;
}
.sidebar-container .ads {
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sidebar-container .ads:not(:last-child) {
  margin-bottom: 35px;
}
.sidebar-container .ads img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .maitri-news-fourth-wrapper .fourth-left > div:nth-child(2) {
    flex-direction: column;
    gap: 56px;
  }
  .maitri-news-fourth-wrapper .fourth-left > .flex > div:nth-child(1),
  .maitri-news-fourth-wrapper .fourth-left > .flex > div:nth-child(2) {
    width: 100%;
  }
  .eighty-twenty > div:nth-child(1) {
    width: 65%;
  }
  .eighty-twenty > div:nth-child(2) {
    width: 35%;
  }
}
@media (max-width: 989px) {
  .fourth-row-news {
    grid-template-columns: repeat(1, 1fr);
  }
  .fourth-card-news.common-card .entry-content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .maitri-news-samachar__section .fourth-card-news {
    grid-template-columns: repeat(1, 1fr);
  }
  .maitri-news-samachar__section .fourth-card-news .featured-image {
    order: -1;
  }
  .eighty-twenty {
    flex-direction: column;
  }
  .eighty-twenty > div:nth-child(1),
  .eighty-twenty > div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .maitri-news-samachar__section .fourth-card-news .featured-image img {
    min-height: 200px;
  }
}
/* Maitri News Samachar section end */

/* Maitri News Blogs section end */
.maitri-news-blogs__section .common-card > img {
  height: 286px;
}
/* Maitri News Blogs section end */

/* Maitri News Featured Video section start */
.maitri-news-featured-video__section .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  background-color: #fff3;
  border-radius: 50px;
  padding: 18px;
  backdrop-filter: blur(10px);
}
.maitri-news-featured-video__section .video-icon img {
  margin-left: 3px;
}
.maitri-news-featured-video__section .video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  justify-content: center;
  align-items: center;
}
.maitri-news-featured-video__section .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
}
.maitri-news-featured-video__section .video-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  z-index: 2;
}
.maitri-news-featured-video__section .video-content iframe {
  width: 100%;
  height: 500px;
  border-radius: 6px;
}
.maitri-news-featured-video__section .video-close {
  position: absolute;
  top: -30px;
  right: -24px;
  font-size: 20px;
  color: var(--dark);
  cursor: pointer;
  z-index: 3;
  background-color: var(--light);
  border-radius: 50%;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 989px) {
  .maitri-news-featured-video__section .video-content iframe {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .maitri-news-featured-video__section .video-content iframe {
    height: 400px;
  }
}
@media (max-width: 567px) {
  .maitri-news-featured-video__section .video-content iframe {
    height: 330px;
  }
}
/* Maitri News Featured Video section end */

/* Maitri News Rajniti section end */
.card-row-wrapper.card-column {
  grid-template-columns: repeat(1, 1fr);
}
.card-row-wrapper.card-column .row-right {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  display: grid;
}
.card-row-wrapper.card-column .common-row {
  margin: 0;
}
.trending-news .trending-news-container {
  gap: 30px;
  align-items: start;
}
.trending-news .trending-news-container:not(:last-child) {
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 2%, #00000030);
  border-image-slice: 1;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.trending-news .trending-news-container .count {
  position: relative;
}
.trending-news .trending-news-container .count img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 50%;
}
.trending-news .trending-news-container .regular-title {
  margin: 0;
  color: var(--light);
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -54%);
  opacity: unset;
}
@media (max-width: 989px) {
  .card-row-wrapper.card-column .row-right {
    grid-template-columns: repeat(1, 1fr);
  }
  .trending-news .trending-news-container {
    gap: 20px;
  }
}
/* Maitri News Rajniti section end */

/* Maitri News Featured section start */
.maitri-news-featured__section {
  background-color: var(--primary);
}
.featured-news-wrapper .featured-news-container {
  position: relative;
}
.featured-news-wrapper .featured-news-container > a > img {
  height: 589px;
  width: 100%;
  object-fit: cover;
}
.featured-news-wrapper .featured-news-container .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.featured-news-wrapper .overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.85) 100%
  );
  top: 0;
  left: 0;
}
.featured-news-wrapper .medium-title a,
.featured-news-wrapper .common-author-date .common-author span,
.featured-news-wrapper .common-author-date .common-date span {
  color: var(--light);
}
.featured-news-wrapper .common-author-date .common-date span::before {
  content: url(../img/date-white.png);
}
@media (min-width: 1200px) {
  .featured-news-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .featured-news-wrapper .slick-track {
    display: flex;
    gap: 15px;
  }
  .featured-news-wrapper .featured-news-container > a > img {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .featured-news-wrapper .featured-news-container > a > img {
    height: 480px;
  }
  .featured-news-wrapper .slick-track {
    gap: 0;
  }
}
@media (max-width: 567px) {
  .featured-news-wrapper .featured-news-container > a > img {
    height: 400px;
  }
  .featured-news-wrapper .featured-news-container .entry-content {
    padding: 20px;
  }
}
/* Maitri News Featured section end */

/* Maitri News Aartha section end */
.maitri-news-aartha__section .common-card .medium-title {
  margin: 0 0 35px;
}
.maitri-news-aartha__section .common-row .featured-image img {
  height: 110px;
}
.maitri-news-aartha__section .common-card > a > img {
  height: 354px;
}
.maitri-news-aartha__section .row-no-image:nth-child(1) {
  border-top: 1px solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 2%, #00000030);
  border-image-slice: 100%;
  border-image-slice: 1;
  padding-top: 24px;
}
@media (max-width: 989px) {
  .maitri-news-aartha__section .card-row-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .maitri-news-aartha__section .common-card .medium-title {
    margin: 0 0 12px;
  }
}
/* Maitri News Aartha section end */

/* Maitri News Talk section end */
.maitri-news-talk__section {
  background-color: var(--primary);
}
.talk-slider-container {
  opacity: 40%;
}
.talk-slider-container.slick-active {
  opacity: 100%;
}
.maitri-news-talk__section .card-no-bg > a > img {
  height: 277px;
}
.maitri-news-talk__section .slick-track {
  display: flex;
  gap: 30px;
}
.maitri-news-talk__section .slick-dots {
  bottom: -50px;
}
.maitri-news-talk__section .slick-dots li {
  width: unset;
  height: unset;
}
.maitri-news-talk__section .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid var(--light);
}
.maitri-news-talk__section .slick-dots li button::before {
  content: unset;
}
.maitri-news-talk__section .slick-dots li.slick-active button {
  background-color: var(--light);
}
.maitri-news-talk__section .medium-title a {
  color: var(--light);
}
.maitri-news-talk__section .common-author-date .common-author,
.maitri-news-talk__section .common-author-date .common-date span {
  color: var(--light);
}
.maitri-news-talk__section .common-author-date .common-date span::before {
  content: url(../img/date-white.png);
}
@media (max-width: 1200px) {
  .maitri-news-talk__section .slick-track {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .maitri-news-talk__section .slick-track {
    gap: 0;
  }
}
/* Maitri News Talk section end */

/* Maitri News Three Column section start */
.maitri-news-three-column__section .three-column-wrapper {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(3, 1fr);
}
.maitri-news-three-column__section .card-no-bg {
  margin-bottom: 35px;
}
.maitri-news-three-column__section .common-row,
.maitri-news-three-column__section .common-author-date {
  gap: 20px;
}
.maitri-news-three-column__section .common-row .featured-image img {
  height: 110px;
}
@media (max-width: 989px) {
  .maitri-news-three-column__section .three-column-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .maitri-news-three-column-container {
    display: flex;
    gap: 35px;
    align-items: start;
  }
  .maitri-news-three-column-container > div {
    width: 50%;
  }
  .maitri-news-three-column__section .card-no-bg {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .common-row-collection {
    grid-template-columns: repeat(1, 1fr);
  }
  .maitri-news-three-column-container {
    flex-direction: column;
  }
  .maitri-news-three-column-container > div {
    width: 100%;
  }
}
/* Maitri News Three Column section end */

/* Maitri News Khelkud section start */
.maitri-news-khelkud__section {
  background-color: #fe282f0d;
}
.maitri-news-khelkud__section .btn {
  background-color: var(--secondary);
  opacity: 70%;
  border-color: var(--secondary);
  color: var(--light);
}
.maitri-news-khelkud__section .btn::after {
  content: url(../img/dots.png);
}
.maitri-news-khelkud__section .btn:hover {
  background-color: var(--dark);
  border-color: var(--dark);
}
.khelkud-news-container .medium-title a {
  color: #98181c;
}
.maitri-news-khelkud__section .row-no-image:nth-child(1) {
  border-top: 1px solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 2%, #00000030);
  border-image-slice: 100%;
  border-image-slice: 1;
  padding-top: 24px;
}
@media (min-width: 1024px) {
  .khelkud-news-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
/* Maitri News Khelkud section end */

/* Maitri News Kala section end */
.kala-news-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.maitri-news-kala__section .section-wrapper > .flex {
  gap: 35px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.maitri-news-kala__section .row-no-image:nth-child(1) {
  border-top: 1px solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 2%, #00000030);
  border-image-slice: 100%;
  border-image-slice: 1;
  padding-top: 24px;
}
@media (max-width: 989px) {
  .kala-news-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Maitri News Kala section end */

/* Maitri News Photo Story section start */
.maitri-news-photo-story__section .section-wrapper > .flex {
  gap: 35px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.maitri-news-photo-story__section .photo-story-wrapper {
  border-radius: 5px;
  overflow: hidden;
}
.photo-story-wrapper {
  position: relative;
}
.photo-story-wrapper > a {
  position: relative;
  display: block;
}
.photo-story-wrapper > a > img {
  height: 685px;
  width: 100%;
  object-fit: cover;
  border: 5px;
}
.photo-story-wrapper .overlay {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 58.1%,
    rgba(0, 0, 0, 0.8) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.maitri-news-photo-story__section .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 46px;
}
.maitri-news-photo-story__section .story-title {
  font-size: clamp(28px, 3vw, 50px);
  margin: 0 0 4px;
  line-height: 1.1;
  text-align: center;
}
.maitri-news-photo-story__section .story-title a {
  color: var(--light);
}
@media (max-width: 1024px) {
  .photo-story-wrapper > a > img {
    height: 540px;
  }
}
@media (max-width: 767px) {
  .photo-story-wrapper > a > img {
    height: 460px;
  }
  .maitri-news-photo-story__section .entry-content {
    padding: 26px;
  }
}
@media (max-width: 567x) {
  .photo-story-wrapper > a > img {
    height: 380px;
  }
}
/* Maitri News Photo Story section end */

/* Maitri News Single section end */
.single-news-container .featured-image {
  margin: 30px 0;
}
.single-news-container .featured-image img {
  width: 100%;
  border-radius: 5px;
}
.single-news-container p {
  margin: 0 0 12px;
  line-height: 1.7;
  letter-spacing: 4%;
}
.related-news-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}
.single__news__content figure {
  width: 100% !important;
}
.single__news__content figcaption {
  background-color: #c9c9c92e;
  padding: 20px;
  font-size: clamp(16px, 2vw, 18px);
}
.news-hastag {
  margin: 0 0 30px;
}
.news-hastag ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-hastag ul li a {
  font-size: 14px;
  display: block;
  padding: 4px 10px;
  border-radius: 50px;
  background: #c7c7c756;
  border: 1px solid var(--dark);
  color: var(--dark);
}
.comment__box {
  padding: 30px 0 0;
}
.comment__box .comments-title {
  color: var(--dark);
  font-size: clamp(24px, 2vw, 32px);
  margin: 0;
}
.comment__box .comments-title span {
  color: var(--text);
}
.comment-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.comment-list > li:not(:last-child) {
  margin-bottom: 30px;
}
.comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.comment-author img {
  border-radius: 50%;
  margin-right: 8px;
}
.comment-author a {
  font-size: 16px;
  color: var(--dark);
}
.comment-author .says {
  display: none;
}
.comment-metadata a {
  color: var(--dark);
  opacity: 70%;
  font-size: 16px;
}
.comment {
  list-style: none;
}
.comment-body {
  padding: 20px;
  background-color: #d7d7d730;
  border-radius: 20px;
}
.comment-content p {
  line-height: 1.5;
  margin: 10px 0 10px 40px;
}
.comment-content p a {
  color: var(--dark);
}
.comment-body .reply {
  text-align: right;
}
.comment-body .reply a {
  color: var(--text);
  position: relative;
  display: flex;
  justify-content: end;
  gap: 5px;
}
.comment-body .reply a::after {
  content: "\f3e5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
}
ol.children {
  margin: 20px 0 0 20px;
  padding: 0;
}
ol.children > li:not(:last-child) {
  margin: 0 0 20px;
}
.comment-respond {
  margin: 30px 0 0;
}
.comment-reply-title {
  font-size: clamp(20px, 2vw, 24px);
  margin: 0;
}
.comment-form p {
  margin: 0 0 16px;
  opacity: 100%;
}
.comment-form p.form-submit {
  margin-bottom: 0;
}
.comment-form p a {
  color: var(--dark);
}
.comment-form p a:hover {
  text-decoration: underline;
}
.comment-form p label {
  display: block;
}
.comment-form p input,
.comment-form p textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  outline: unset;
}
.comment-form p input[type="submit"] {
  cursor: pointer;
}
.comment-form p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 15px;
}
.comment-form p.comment-form-cookies-consent input {
  width: fit-content;
}
.single__news__content .entry-title {
  font-size: clamp(24px, 2vw, 34px);
  margin: 0 0 6px;
  line-height: 1;
}
.single__news__content .entry-title a {
  color: var(--dark);
  opacity: 80%;
}
.entry-meta span a {
  color: var(--text);
}
.entry-meta span a .updated {
  display: none;
}
.single__news__content .entry-content {
  margin: 20px 0 0;
}
.single__news__content .entry-content p {
  margin: 0 0 12px;
  line-height: 1.7;
  letter-spacing: 4%;
}
.entry-footer > span {
  display: block;
  margin: 0 0 6px;
}
.entry-footer > span a {
  color: var(--text);
}
.entry-footer > span.tags-links {
  display: flex;
  align-items: center;
  gap: 6px;
}
.entry-footer > span.tags-links a {
  font-size: 14px;
  display: block;
  padding: 4px 10px;
  border-radius: 50px;
  background: #c7c7c756;
  border: 1px solid var(--dark);
  color: var(--dark);
}
@media (max-width: 767px) {
  .related-news-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
/* Maitri News Single section end */

/* Sthaniye section start */
.sthaniye-news-wrapper {
  display: flex;
  align-items: start;
  gap: 30px;
  flex-wrap: wrap;
}
.sthaniye-news-wrapper > div {
  width: calc((100% - 60px) / 3);
}
.sthaniye-news-wrapper > div:first-child {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f4f6f8;
  border-radius: 8px;
  overflow: hidden;
}
.sthaniye-news-wrapper > div:first-child > a,
.sthaniye-news-wrapper > div:first-child > div {
  flex: 1;
  width: 100%;
}
.sthaniye-news-wrapper .card-no-bg:first-child .regular-title {
  font-size: clamp(26px, 2vw, 32px);
}
.sthaniye-news-wrapper .card-no-bg:first-child > a > img {
  border-radius: 0;
  margin-bottom: 0;
  height: 100%;
}
.sthaniye-news-wrapper .card-no-bg > a > img {
  height: 190px;
  margin-bottom: 16px;
}
.sthaniye-news-wrapper .card-no-bg p {
  display: none;
  margin: 14px 0 0;
}
.sthaniye-news-wrapper .card-no-bg:first-child p {
  display: block;
}
.sthaniye-news-wrapper > div:first-child > div {
  padding: clamp(20px, 3vw, 40px);
}
@media (max-width: 1200px) {
  .sthaniye-news-wrapper {
    gap: 20px;
  }
  .sthaniye-news-wrapper > div {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 767px) {
  .sthaniye-news-wrapper {
    gap: 15px;
  }
  .sthaniye-news-wrapper > div {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 567px) {
  .sthaniye-news-wrapper > div:first-child {
    flex-direction: column;
  }
  .sthaniye-news-wrapper > div {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .sthaniye-news-wrapper .card-no-bg:not(:first-child) > a > img {
    height: 100px;
    margin-bottom: 0;
    width: 115px;
    min-width: 115px;
  }
}
/* Sthaniye section end */

/* Video section start */
.maitri-news-video__section {
  background-color: #161a25;
}
.video-wrapper .slick-list {
  margin: 0 -15px;
}
.video-item {
  margin: 0 15px;
}
.video-item iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 13/7;
  margin-bottom: 20px;
}
.video-item .regular-title a {
  color: var(--light);
}
/* Video section end */

/* Manoranjan section start */
.maitri-news-manoranjan__section {
  background: linear-gradient(
    to bottom right,
    #342640,
    #3b2f4c,
    #393151,
    #323c67
  );
}
.maitri-news-manoranjan__section .section-wrapper div {
  gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.maitri-news-manoranjan__section .section-wrapper ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.maitri-news-manoranjan__section .section-wrapper ul a {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--light);
}
.maitri-news-manoranjan__section
  .section-wrapper
  ul
  li:not(:last-child)
  a::after {
  content: "|";
  opacity: 0.2;
  margin: 0 12px;
}
.manoranjan-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 30px;
}
.manoranjan-container:nth-child(1) {
  grid-column: span 2 / span 2;
  grid-row: span 4 / span 4;
}
.manoranjan-container:nth-child(2) {
  grid-column: span 2 / span 2;
  grid-row: span 4 / span 4;
  grid-column-start: 3;
}
.manoranjan-container:nth-child(3) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 5;
}
.manoranjan-container:nth-child(4) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 5;
  grid-row-start: 3;
}
.manoranjan-container {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.manoranjan-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manoranjan-container h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(20px, 3vw, 30px);
  z-index: 1;
  color: var(--light);
  margin: 0;
}
.manoranjan-container .overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.85) 100%
  );
  top: 0;
  left: 0;
}
@media (max-width: 989px) {
  .manoranjan-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .manoranjan-wrapper > div {
    width: calc(50% - 10px);
  }
  .manoranjan-container img {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .manoranjan-container img {
    height: 280px;
  }
}
@media (max-width: 567px) {
  .manoranjan-wrapper > div {
    width: 100%;
  }
}
/* Manoranjan section end */

/* Antrarastriya section start */
.antarastriya-news-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.antarastriya-news-wrapper > div {
  width: calc(50% - 15px);
  margin: 0 !important;
  gap: clamp(15px, 2vw, 20px);
}
.antarastriya-news-wrapper > div:first-child {
  width: 100%;
  background-color: #f4f6f8;
  border-radius: 5px;
  gap: 0;
}
.antarastriya-news-wrapper > div:first-child > div {
  width: 50%;
}
.antarastriya-news-wrapper > div:first-child .featured-image img {
  height: 400px;
}
.antarastriya-news-wrapper > div:first-child .entry-content {
  padding: clamp(20px, 3vw, 30px);
}
.antarastriya-news-wrapper > div:first-child .regular-title {
  font-size: clamp(26px, 2vw, 32px);
  margin: 0;
}
@media (max-width: 989px) {
  .antarastriya-news-wrapper > div:first-child .featured-image img {
    height: 100%;
  }
}
@media (max-width: 567px) {
  .antarastriya-news-wrapper > div {
    width: 100%;
  }
  .antarastriya-news-wrapper {
    gap: 20px;
  }
  .antarastriya-news-wrapper > div:first-child .featured-image img {
    height: 120px;
  }
  .antarastriya-news-wrapper > div:first-child > div:first-child {
    width: 30%;
  }
  .antarastriya-news-wrapper > div:first-child > div:last-child {
    width: 70%;
  }
  .antarastriya-news-wrapper > div:first-child .regular-title {
    font-size: clamp(20px, 2vw, 22px);
  }
  .antarastriya-news-wrapper > div {
    gap: 15px !important;
  }
  .antarastriya-news-wrapper > div:first-child {
    background-color: unset;
  }
  .antarastriya-news-wrapper > div:first-child .entry-content {
    padding: 0;
  }
}
/* Antrarastriya section end */

/* Antarbarta section start */
.antarbarta-news-wrapper {
  display: flex;
  align-items: start;
  gap: clamp(20px, 3vw, 35px);
}
.antarbarta-left {
  width: 60%;
}
.antarbarta-right {
  width: 40%;
}
.antarbarta-left .common-card {
  position: relative;
}
.antarbarta-left .common-card .large-title {
  margin: 0;
}
.antarbarta-left .common-card > a {
  position: relative;
  display: block;
}
.antarbarta-left .common-card > a::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.85) 100%
  );
  inset: 0;
}
.antarbarta-left .common-card > a > img {
  height: 472px;
}
.antarbarta-left .common-card .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(20px, 3vw, 30px);
  background-color: unset;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.antarbarta-right .common-row .featured-image img {
  height: 100px;
}

.maitri-news-video-antarbarta__section {
  background-color: #161a25;
}
.maitri-news-video-antarbarta__section .regular-title a {
  color: var(--light);
}
.video-duration svg {
  width: 20px;
  height: 20px;
  fill: #e11b22;
}
.antarbarta-left .video-duration svg {
  min-width: 60px;
  width: 60px;
  height: 60px;
}
@media (max-width: 1024px) {
  .antarbarta-left .video-duration svg {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .antarbarta-news-wrapper {
    flex-direction: column;
  }
  .antarbarta-left,
  .antarbarta-right {
    width: 100%;
  }
  .antarbarta-left .common-card > a > img {
    height: 280px;
  }
}
/* Antarbarta section end */

.gam-ad-position-wrap {
  padding: clamp(20px, 3vw, 45px) 0 0;
}
.gam-ad-position-wrap.home-after-breaking,
.gam-ad-position-wrap.home-after-artha {
  padding: 0 0 clamp(20px, 3vw, 45px);
}
.gam-ad-position-wrap.home-after-desh {
  padding: clamp(20px, 3vw, 45px) 0;
}
