@import "https://fonts.googleapis.com/css?family=Mukta:400,500,600,700,800";

.auto-margin {
  margin: 20px auto;
}

.padding-bottom {
  padding-bottom: 10px;
}

.padding-top {
  padding-top: 10px;
}

.page-title {
  text-align: center;
  margin-bottom: 50px;
  text-decoration: underline;
  font-size: 50px;
  font-weight: bold;
  color: var(--light-yellow);
  border-radius: 50%;
}

/* article title */
.article-main-title {
  font-size: 30px;
  transition: transform 0.6s ease-in-out;
  font-weight: 600 !important;
  line-height: 1.4;
  padding: 10px;
  transition: color 1s ease;
}

.article-title {
  transition: transform 0.6s ease-in-out;
  font-size: 18px;
  line-height: 1.5;
  transition: color 1s ease;
}

.article-main-title:hover,
.article-title:hover {
  color: var(--blue);
  transition: transform 0.6s ease-in-out;
  transition: color 1s ease;
}

/* article subtitle */
.article-main-excerpt {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: var(--dark-grey);
}

/* image zoom on hover */
figure.news_thumbnail {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  border-radius: 5px;
}

figure.news_thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  transition: transform 3s ease;
}

figure.news_thumbnail:hover img {
  transform: scale(1.2);
  transition: transform 3s ease-in-out;
}

/* section title */
.section-title:hover {
  color: var(--blue);
}

.section-title>h2 {
  margin-bottom: 10px;
  border-bottom: 2px solid var(--border);
  font-size: 25px;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 1s ease;
}

.section-title>h2>a:hover,
.side-box>div>h3>a>i:hover {
  color: var(--orange);
  transition: color 1s ease;
}

.section-title>h3>a>i {
  background: var(--light-blue);
  padding: 2px !important;
  border-radius: 10px;
  color: var(--blue);
  margin-right: 10px;
}

/* news auth info style-01 */
.news-auth-info-01 {
  text-align: center;
  color: var(--dark-grey);
  padding: 5px 0px;
}

.news-auth-info-01>span,
.news-auth-info-01 .pub_date {
  margin-right: 10px;
  font-size: 12px;
}

.news-auth-info-01 .auth-tag,
.news-auth-info-02 span.auth-tag {
  border: 1px solid var(--tag-border);
  border-radius: 50px;
  padding: 0px 10px;
  color: var(--dark);
  font-size: 12px;
  background: var(--tag);
}

/* news auth info style-02 */
.news-auth-info-02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-auth-info-02 time {
  font-size: 12px;
}

/* sajha-lekh-tow-col-01 */
.sajha-lekh-two-col-01 {
  display: grid;
  grid-template-columns: 60% 1fr;
  grid-auto-rows: auto;
  grid-gap: 10px;
}

.sajha-lekh-left-col-01 {
  width: 100%;
}

.sajha-lekh-right-col-01 {
  width: 100%;
}

/* ads*/
.ads {
  width: 100%;
}

.ads .ads-wrap {
  width: 100%;
  height: auto;
}

.ads .ads-wrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*breaking News*/
.breaking-news {
  width: 100%;
  height: 100%;
  background: var(--light);
}

.breaking-news-wrap {
  padding: 30px 20px;
}

.breaking-news-wrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.breaking-news-title {
  margin-bottom: 10px;
}

.breaking-news-title h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  transition: color 1s ease;
}

.breaking-news-title h2:hover {
  color: var(--blue);
  transition: color 1s ease;
}

.breaking-news-image {
  padding: 10px 0px;
  width: 85%;
}

.breaking-news-image figure.news_thumbnail {
  height: 450px;
  width: 100%;
}

.news-auth-info {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: 5px;
  align-items: center;
}

.news-auth-info>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--dark-grey);
}

.news-auth-info .source figure {
  height: 33px;
  width: 33px;
  overflow: hidden;
  border: 1px solid var(--border);
  padding: 2px;
  border-radius: 50px;
}

.news-auth-info .source img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
}


/* main news section */
.section-divide {
  width: 100%;
}

.section-divide .section-divide-wrap {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 20px;
}

.left-section {
  display: block;
}

/* left section */
.left-section>div>div {
  width: 100%;
  background: var(--light);
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.left-section-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

/* vertical menu list section */
.left-section .vertical-menu-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.left-section .vertical-menu-list li {
  padding: 5px 0px;
}

.left-section .vertical-menu-list li a .bx {
  background-color: var(--dark-grey);
  padding: 4px;
  color: var(--light);
  border-radius: 5px;
  margin-right: 5px;
}


/* left section */
/*right section inner wrap*/
.right-section .right-section-inner-wrap {
  display: flex;
  width: 100%;
}

/*main news*/
.right-section .right-section-inner-wrap .main-news {
  width: calc(100% - 320px);
  margin-right: 20px;
}

.right-section .right-section-inner-wrap .side-box {
  width: 320px;
}


/* side-box suscribe box */
.subscribe-box {
  width: 100%;
  text-align: center;
  background-color: var(--light);
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.subscribe-box h3 {
  font-size: 30px;
  color: var(--blue);
  margin-bottom: 15px;
  font-weight: 700;
}

.subscribe-box span {
  color: var(--dark);
  font-size: 16px;
  text-transform: capitalize;
}

.subscribe-box input {
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid var(--dark-grey);
  border-radius: 10px;
  margin-bottom: 25px;
}

.subscribe-box input:focus-visible {
  border: 1px solid var(--tag-border);
  outline: var(--dark-grey);
}

.subscribe-box button {
  width: 100%;
  padding: 15px;
  border: 0;
  border: 1px solid var(--dark);
  border-radius: 5px;
  background: var(--dark);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: .3s;
}

.subscribe-box button:hover {
  background: var(--dark-grey);
}

/*main news wrap*/
/*sajha-lekh-news-01*/
.sajha-lekh-news-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--light);
  padding: 10px;
  border-radius: 5px;
}

.sajha-lekh-news-01 figure.news_thumbnail {
  max-height: 400px;
}

.sajha-lekh-news-01 a article {
  text-align: center;
  margin: 10px auto;
  padding: 0px 10px;
  line-height: 1.5;
}

/* sajha-lekh-news-02*/
.sajha-lekh-news-02-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 2fr));
  grid-gap: 20px;
  list-style: none;
  padding: 0;
  white-space: wrap;
  cursor: grab;
  justify-content: space-between;
}

.sajha-lekh-news-02-wrap li {
  background: var(--light);
  padding: 10px;
  border-radius: 5px;
}

.sajha-lekh-news-02-wrap li a {
  display: flex;
  text-decoration: none;
  color: inherit;
  gap: 10px;
}

.sajha-lekh-news-02-wrap li {
  align-items: stretch;
}

.sajha-lekh-news-02-wrap li a figure.news_thumbnail {
  height: 90px;
  width: 90px;
  flex: 1;
}

.sajha-lekh-news-02-wrap article {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

/* sajha-lekh-news-03  */
.sajha-lekh-news-03-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  padding: 0;
  gap: 10px;
  cursor: grab;
  justify-content: space-between;
}

.sajha-lekh-news-03 {
  background-color: var(--light);
  padding: 10px;
  border-radius: 5px;
}

.sajha-lekh-news-03:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sajha-lekh-news-03 a {
  text-decoration: none;
  display: flex;
  position: relative;
}

.sajha-lekh-news-03 a figure.news_thumbnail {
  width: 80px;
  height: 70px;
}

.sajha-lekh-news-03 a article {
  flex: 2;
  padding-left: 18px;
}


/* sajha-lekh-news-04  */
.sajha-lekh-news-04 {
  width: 100%;
  border-radius: 5px;
  background: var(--light);
  margin-bottom: 10px;
}

.sajha-lekh-news-04 .sajha-lekh-news-04-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
  grid-gap: 10px;
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
}

.sajha-lekh-news-04 .sajha-lekh-news-04-wrap figure {
  width: 100px;
  height: 70px;
}

/* sajha-lekh-news-05  */
.sajha-lekh-news-05 {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.sajha-lekh-news-05-wrap {
  padding: 5px;
  background-color: var(--light);
  margin: 0.5rem;
  position: relative;
  height: 12rem;
  overflow: hidden;
  border-radius: 5px;
  flex: 1;
  min-width: 290px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (min-width: 900px) {
  .sajha-lekh-news-05-wrap {
    height: 20rem
  }
}

.sajha-lekh-news-05-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
  ;
  z-index: 0;
}

.sajha-lekh-news-05-wrap__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sajha-lekh-news-05-wrap__image {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}

.sajha-lekh-news-05-wrap__text-wrapper {
  position: absolute;
  bottom: 0rem;
  padding: 1rem;
  color: #CCC;
  transition: background-color 1.5s ease;
}

.sajha-lekh-news-05-wrap__title {
  font-size: 18px;
  transition: color 1s ease;
  margin-bottom: .5rem;
}

.sajha-lekh-news-05-wrap__post-date {
  font-size: 12px;
  margin-bottom: .5rem;
  color: #CCC;
}

.sajha-lekh-news-05-wrap__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}

@media (min-width: 900px) {
  .sajha-lekh-news-05-wrap:hover .sajha-lekh-news-05-wrap__details-wrapper {
    max-height: 20rem;
    opacity: 1;
  }

  .sajha-lekh-news-05-wrap:hover .sajha-lekh-news-05-wrap__text-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .sajha-lekh-news-05-wrap:hover .sajha-lekh-news-05-wrap__title {
    color: var(--light-blue);
  }

  .sajha-lekh-news-05-wrap:hover .sajha-lekh-news-05-wrap__image {
    transform: scale(1.2);
    z-index: -1;
  }
}

.sajha-lekh-news-05-wrap__excerpt {
  font-size: 14px;
  font-weight: 300;
}

/* section two column  */
.section-two-column {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-auto-rows: auto;
  grid-gap: 20px;
}

/* sajha-lekh-news-06  */
.sajha-lekh-news-06 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sajha-lekh-news-06-wrap {
  background-color: var(--light);
  padding: 10px 5px;
  width: 300px;
  border-radius: 5px;
}

.sajha-lekh-news-06-wrap a {
  width: 100%;
}

.sajha-lekh-news-06-wrap a figure {
  max-width: 110px;
  max-height: 70px;
  margin-right: 10px;
  float: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.sajha-lekh-news-06-wrap a figure img {
  max-width: 100%;
  height: auto;
}

.sajha-lekh-news-06-wrap a article {
  padding: 0px 10px;
  font-size: 18px;
  line-height: 1.5;
}

/* four col section  */
.four-col-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.four-col-card {
  width: 24%;
}

.four-col-card-wrap {
  background-color: var(--light);
  padding: 10px;
  border-radius: 5px;
}

.four-col-card-data figure.news_thumbnail {
  width: 100%;
  height: 200px;
}

.four-col-card-wrap a .article-title {
  padding: 10px 0px;

}

.four-col-card-wrap article {
  border-bottom: 1px solid var(--border);
}


/* news source */
.news-source {
  width: 100%;
  display: block;
  padding: 20px;
  background-color: var(--light);
}

.news-source-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.news-source-wrap li a {
  flex: 1;
}

.news-source-wrap li a figure {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 50px;
}

.news-source-wrap li a p {
  font-size: 10px;
  text-align: center;
  padding: 5px 0px;
}

.main-single,
.main-news_list {
  padding-top: 50px;
}

.inner-banner {
  padding-top: 60px;
  background-color: #a1a1a126;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 3px;
  list-style: none;
}

.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}

.breadcrumb .breadcrumb-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  color: var(--dark);
}

.breadcrumb .breadcrumb-item.active {
  color: var(--dark-grey);
}

.breadcrumb-item.active {
  color: var(--dark);
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: var(--dark);
  content: ">";
}


/* rasifal source */
.page-title-rashifal {
  text-align: center;
  padding-top: 20px;
}

.rasifal {
  background-color: var(--light);
  width: 100%;
  padding: 30px;
}

.rasifal-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rasifal-wrap .rasifal-info {
  border: 1px solid var(--border);
  padding: 10px;
}

.rasifal-wrap .rasifal-info h2 {
  font-size: 20px;
}

.rasifal-wrap .rasifal-info p {
  font-size: 18px;
  font-weight: normal;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.pag-wrap {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.pag-item {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pag-item:hover {
  background-color: #087f5b;
  color: #fff;
}

.pag-wrap .active {
  background-color: #087f5b;
  color: #fff;
}

.pag-icon {
  background-color: #fff;
  border: 1px solid #087f5b;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pag-icon:hover {
  background-color: #087f5b;
}

.btn--icon {
  height: 24px;
  width: 24px;
  stroke: #087f5b;
}

.btn--icon:hover {
  stroke: #fff;
}


@media screen and (max-width: 1200px) {

  /*breaking News*/
  .breaking-news-image {
    padding: 10px 0px;
    width: 100%;
  }

  /* main news section */
  .section-divide .section-divide-wrap {
    grid-template-columns: 1fr;
  }

  .left-section {
    display: none;
  }

  .right-section {
    width: 100%;
  }

  /* four col section  */
  .four-col-card-data figure.news_thumbnail {
    height: 132px;
  }
}

@media screen and (max-width: 992px) {

  /*breaking News*/
  .breaking-news-image figure.news_thumbnail {
    height: 350px;
    width: 100%;
  }

  /*right section inner wrap */
  .right-section .right-section-inner-wrap {
    flex-direction: column;
  }

  /*main news*/
  .right-section .right-section-inner-wrap .main-news {
    width: 100%;
    margin-right: 0px;
  }

  /*side box*/
  .right-section .right-section-inner-wrap .side-box {
    width: 100%;
  }

  /* section two column  */
  .section-two-column {
    grid-template-columns: 1fr;
  }

  /* sajha-lekh-news-03  */
  .sajha-lekh-news-03-wrap {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 20px;
  }

  /* sajha-lekh-news-06*/
  .sajha-lekh-news-06-wrap {
    width: 350px;
  }

  /* four col section  */
  .four-col-card {
    width: 48%;
    margin-bottom: 20px;
  }

  .four-col-card-data figure.news_thumbnail {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .sajha-lekh-two-col-01 {
    grid-template-columns: 1fr;
  }

  /* news auth info style-02 */
  .news-auth-info-02 {
    padding: 10px 0px 0px 0px;
  }

  /* sajha-lekh-news-02*/
  .sajha-lekh-right-col-01,
  .sajha-lekh-news-02-wrap,
  .sajha-lekh-news-03-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
    grid-gap: 10px;
  }

  .sajha-lekh-news-02-wrap li a,
  .sajha-lekh-news-03 a {
    gap: 5px;
    flex-direction: column !important;
  }

  .sajha-lekh-news-02-wrap li a figure.news_thumbnail {
    height: 120px;
    width: 100%;
  }

  /* sajha-lekh-news-03*/
  .sajha-lekh-news-03 a article {
    flex: 1;
    padding: 5px;
  }

  .sajha-lekh-news-03 a figure.news_thumbnail,
  .sajha-lekh-news-04 a figure.news_thumbnail {
    width: 100%;
    height: 120px;
  }

  /* sajha-lekh-news-04*/
  .sajha-lekh-news-04 .sajha-lekh-news-04-wrap {
    grid-template-columns: 1fr;
    grid-gap: 5px;
    padding: 10px;
  }

  .sajha-lekh-news-04 {
    margin-bottom: 0px;
  }

  .sajha-lekh-news-05-wrap {
    height: 16rem;
  }

  /* sajha-lekh-news-06*/
  .sajha-lekh-news-06-wrap {
    width: 250px;
  }

  .sajha-lekh-news-06-wrap a article {
    padding: 0px 5px;
  }
}

@media screen and (max-width: 600px) {
  .article-title {
    font-size: 18px;
    padding: 10px 0px;
    line-height: 1.2;
  }

  .breaking-news-wrap {
    padding: 10px;
  }

  .breaking-news-title h2 {
    font-size: 35px;
  }

  .breaking-news-image figure.news_thumbnail {
    height: 100%;
    width: 100%;
  }

  .sajha-lekh-news-01 a article {
    margin: 0px auto;
    padding: 10px 0px;
  }

  .article-main-title {
    font-size: 22px;
    padding: 10px 0px;
  }

  .sajha-lekh-news-06-wrap {
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .four-col-card {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 430px) {
  .section-divide .section-divide-wrap {
    display: block;
  }

  .sajha-lekh-news-05-wrap {
    min-width: 100%;
    height: 100%;
  }

  .sajha-lekh-news-02-wrap li a figure.news_thumbnail {
    height: 100%;
    width: 100%;
  }

  .sajha-lekh-news-03 a figure.news_thumbnail,
  .sajha-lekh-news-04 a figure.news_thumbnail {
    width: 100%;
    height: 100%;
  }
}

.sajha-page-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
}

.side-wrap {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.facebook-page {
  background: var(--light);
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 992px) {
  .sajha-page-wrap {
    grid-template-columns: 100%;
  }

  .listing-page-sidebar {
    width: 100%;
  }
}


/* listing page start */
/* listing page featured start*/
.listing-page-feature {
  width: 100%;
  background-color: var(--light);
  padding: 5px;
  border-radius: 5px;
}

.listing-page-feature figure {
  height: 370px;
  overflow: hidden;
  position: relative;
}

.listing-page-feature figure .media {
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 5px;
}

.listing-page-feature figure .figure_text {
  color: #252830;
  height: calc(100% - 0px);
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

.listing-page-feature figure .figure_text article {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  text-align: center;
}

.listing-page-feature figure .figure_text article h2 {
  font-size: 40px;
}

.listing-page-feature figure .figure_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

/* listing page featured end*/

/* listing page list start*/
.listing-page-list {
  width: 100%;
}

.spl-wrap ul.spl-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.spl-wrap ul.spl-card li {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: var(--light);
}

.spl-card-details {
  width: 100%;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 15px;
  justify-content: space-between;
}

.spl-card-details figure {
  overflow: hidden;
  max-height: 150px;
}

.spl-card-details figure img {
  width: 100%;
  height: 100%;
}

.spl-card-details article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* listing page list end*/

@media screen and (max-width: 992px) {
  .listing-page-sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .spl-card-details figure {
    overflow: hidden;
    max-height: 200px;
  }
}

@media screen and (max-width: 482px) {
  .spl-card-details {
    grid-template-columns: 1fr;
  }
}


/* news details single page start */
/* news-section*/
.single-news-wrap {
  display: block;
  gap: 20px;
  justify-content: space-between
}

/* news details */
.news-data {
  width: 100%;
  padding: 24px;
  background-color: var(--light);
  border-radius: 10px;
}

.single-news-title {
  border-bottom: 2px solid var(--border);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.single-cat {
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 0px 10px;
  color: var(--dark);
  font-size: 12px;
  background: var(--tag);
}

.single-news-title h1 {
  font-size: 40px;
  padding: 5px 0px;
}

.title-info {
  color: var(--dark-grey);
}

.title-info>span {
  margin-right: 10px;
}

.feature-image {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 30px;
}

.news-content p,
.news-content>div {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}

.news-content p img {
  padding: 30px 0px;
}

/* social share */
.social-share {
  margin: 30px auto;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
  padding: 20px;
}

.social-share a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 8px;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  opacity: 0.75;
  transition: opacity 0.15s linear;
}

.social-share a:hover {
  opacity: 1;
}

.social-share i {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
}

.facebook {
  background: #3b5998;
}

.twitter {
  background: #55acee;
}

.linkedin {
  background: #0077b5;
}

.pinterest {
  background: var(--red);
}

/* news details single page end */

.privacy-policy {
  background: var(--light);
  padding: 20px;
}

.privacy-policy h1 {
  padding-bottom: 20px;
}

.privacy-policy h2 {
  margin-top: 20px;
}

.privacy-policy p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7;
}