* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:root {
  --primary-color: #EC1D23;
  --secondary-color: #302F8D;
  --white-hover: #ffffffbf;
  --golden-yellow: #E85442;
  --natural: #333333;
  --optional-color: #035c9E;
  --section-break-color: #F6F9FF;
  --text-color:#333;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: 'Mukta', sans-serif;
}

.wrapper {
  /* width: 75%; */
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 85%;
  }
}

.sampadakiya__wrap .sampadakiya__title {
  margin-bottom: 20px;
}

.sampadakiya__wrap .sampadakiya__title h2 {
  font-size: 40px;
  font-weight: 400;
  display: inline-block;
  background-color: #0366B3;
  padding: 15px 170px 15px 10px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.sampadakiya__wrap .sampadakiya__title h2:before {
  content: "";
  height: 124px;
  width: 155px;
  background-color: #fff;
  position: absolute;
  top: 21px;
  left: 258px;
  transform: rotate(144deg);
}

.main__footer .footer__content {
  background-color: #075DA0;
  padding: 50px 100px;
  z-index: 9999;
}

@media (max-width:600px) {
  .main__footer .footer__content {
    padding: 50px 70px;
  }
}

.main__footer .footer__content .footer__wrap h4 {
  line-height: 32px;
  font-size: 22px;
  color: #FFFCFC;
  margin-bottom: 12px;
}

.main__footer .footer__content .footer__wrap ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.main__footer .footer__content .footer__wrap ul li {
  line-height: 32px;
}

.main__footer .footer__content .footer__wrap ul li a,
.main__footer .footer__content .footer__wrap ul li span {
  color: #FFFCFC;
  font-size: 16px;
}

.main__footer .footer__content .footer__wrap ul li {
  color: #FFFCFC;
  font-size: 16px;
}

.main__footer .footer__content .footer__wrap p {
  color: #FFFCFC;
  line-height: 32px;
  font-size: 14px;
}

.main__footer .footer__content .footer__wrap .footer__media ul {
  list-style-type: none;
}

.main__footer .footer__content .footer__wrap .footer__media ul li {
  display: inline-block;
}

/* Common CSS */
.overlay_wrap {
  position: relative;
  height: 600px;
}

@media (max-width:767px) {
  .overlay_wrap {
    height: auto;
  }
}

.overlay_wrap:before {
  content: "";
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  /* background: linear-gradient(180deg, transparent 40%, #000 82%, #000); */
  background: linear-gradient(180deg, transparent 40%, #000 82%, #000);
  /* background-image: linear-gradient(to top,rgba(0,0,0,0.88),rgba(0,0,0,0.68),transparent,transparent,transparent); */
  opacity: 0.99;
}

.overlay_text {
  position: absolute;
  display: inline-block;
  bottom: 12px;
  left: 30px;
  color: #fff;
  z-index: 9999;
}

@media (max-width:768px) {
  .overlay_text {
    position: absolute;
    display: inline-block;
    bottom: 52px;
    /* left: 30px; */
    color: #fff;
    z-index: 9999;
  }

}

.overlay_text span {
  font-size: 14px;
  margin-left: 7px;
  color: #fff !important;
}

.overlay_text a {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 0;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  display: flex;
}

.overlay_text:hover a {
  color: #ff4b03;
}

@media (max-width:600px) {
  .overlay_text a {
    font-size: 20px;
  }
}

@media (min-width:601px) and (max-width:750px) {
  .overlay_text a {
    font-size: 25px;
  }
}

@media (min-width:751px) and (max-width:850px) {
  .overlay_text a {
    font-size: 22px;

  }
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: -68px;
}

.owl-nav button.owl-next {
  right: -68px;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: var(--primary-color);
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: var(--secondary-color);
}

@media (max-width:767px) {
  .owl-dots button.owl-dot.active {
    background-color: #fff;
  }
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--secondary-color) !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.owl-nav button:focus {
  outline: none;
}

/* 
.owl-stage-outer{
  margin:  0 80px;
} */
.yatra__text {
  margin-top: 10px;
  cursor: pointer;
  margin-left: 43px;
}

@media (max-width:768px) {
  .yatra__text {
    margin-left: 40px;
  }
}

.time-stamp-des {
  display: flex;
  align-items: center;
}

.time-stamp-des .yatra__content {
  font-size: 14px;
}

.yatra__text h3 {
  color: #075DA0;
  line-height: 40px;
}

.yatra__text a {
  color: #000;
  cursor: pointer;
}

.yatra__text a:hover {
  color: #2260bf;
}

.yatra__text span {
  font-size: 14px;
  color: #3D3C3C;
}

.yatra__text .yatra__content {
  padding-right: 10px;
  color: #0366B3;
  font-weight: bold;
}

.manoranjan__image-wrap {
  height: 290px;
}

.manoranjan__image {
  height: 600px;
}

.manoranjan__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.manoranjan__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video__wrap-item {
  height: 590px;
}

.video__wrap-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.manoranjan__image-wrap:hover img {
  transform: scale(1.01);
  box-shadow: 0px 0px 8px 1px lightgray;
}

.title__manoranjan .manoranjan__image-wrap {
  margin-bottom: 15px;
}

.manoranjan__image:hover img {
  transform: scale(1.0001);
  box-shadow: 0px 0px 8px 1px lightgray;

}

@media (max-width:600px) {
  .manoranjan__image img {
    width: 100%;
  }

  .manoranjan__image-wrap img {
    width: 100%;
  }
}

.sampadakiya__title.title__video.title__manoranjan h2:before {
  left: 237px !important;
}

.green__box img {
  margin: 35px 0;
  width: 100%;
  height: 10vh;
}

.ad__content img {
  width: 100%;
  height: 15vh;
}
.news_add {
     margin-top:20px;
}
.all_news_sidebar_add.news-details-add {
    margin-bottom: 20px;
}
.game__image-content {
  height: 288px;
}

@media (max-width:767px) {
  .game__image {
    /* padding: 20px 0px 0px 0px; */
    margin: 20px 0px 0px 0px;
  }
}

.sampadakiya__wrap.sahitya__wrap.sahitya__game-wrap .game__wrap {
  position: relative;
  /* z-index: -1; */
}

.sampadakiya__wrap.sahitya__wrap.sahitya__game-wrap .game__wrap .row:first-child {
  margin-bottom: 30px;
}

.sampadakiya__wrap.sahitya__wrap.sahitya__game-wrap .game__wrap .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sampadakiya__wrap.sahitya__wrap.sahitya__game-wrap .game__wrap .row img:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 8px 1px lightgray;

}

.sampadakiya__wrap.sahitya__wrap.sahitya__game-wrap .game__wrap .game__text-wrap {
  margin-top: 15px;
}

.sampadakiya__wrap.sahitya__wrap.sahitya__game-wrap .game__wrap .game__text-wrap h3 {
  color: #035B9C;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sampadakiya__wrap.sahitya__wrap.sahitya__game-wrap .game__wrap .game__text-wrap h3:hover {
  color: #f5e3e3;
}

.game__text-wrap h3 a {
  color: var(--text-color);
  transition: color 0.3s ease, transform 0.3s ease;
}

.game__text-wrap h3 a:hover {
  color: var(--optional-color);
}

.sampadakiya__wrap.sahitya__wrap.sahitya__game-wrap .game__wrap .game__text-wrap span {
  font-size: 14px;
  color: #3D3C3C;
  margin-left: 7px;
}

.sampadakiya__wrap.sahitya__wrap.sahitya__game-wrap .main__game-wrap {
  display: flex;
  grid-gap: 37px;
}

.sampadakiya__wrap .sampadakiya__title.sahitya__title h2:before {
  content: "";
  height: 124px;
  width: 155px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 203px;
  transform: rotate(144deg);
}

.sahitya__image__wrap .sahitya__gap {
  margin-top: 87px;
}

.sahitya__image__wrap .image__asha h3 {
  margin-top: 15px;
  font-size: 20px;
  color: #035B9C;
}

.image__asha a {
  color: #000;
}

.image__asha a:hover {
  color: #2260bf;
}

.image__asha img {
  height: 135px;
  width: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.interview_bichar img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}


@media (max-width:768px) {
  .sahitya__image__wrap .image__asha h3 {
    padding: 20px 0px;
  }
}

.image__content img {
  /* width: 100%;
  height: 220px; */
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 0px 0px 0px;
  aspect-ratio: 4/4;
}

/* .sahitya__image__wrap .image__content {
  margin-bottom: 15px;
} */

.sampadakiya__wrap {
  margin-bottom: 30px;
}

.sampadakiya__wrap .samachar__wrap a {
  background-color: #0366B3;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;
  padding: 9px 23px;
  border-radius: 50px;
  margin-top: 40px;
}

.sampadakiya__wrap .samachar__wrap a span {
  display: inline-block;
}

.sampadakiya__wrap .sampadakiya__title.title__video h2:before {
  top: 23px;
  left: 205px;
  background-color: #3B406F;
}

.sampadakiya__wrap .sampadakiya__video {
  position: relative;
}

.sampadakiya__wrap .sampadakiya__video .video__wrap-item .video__media {
  position: relative;
}

.sampadakiya__wrap .sampadakiya__video .video__wrap-item .video__media .media__box {
  position: absolute;
  bottom: 250px;
  left: 220px;
  z-index: 999;
}

.sampadakiya__wrap .sampadakiya__video .video__wrap-item .video__media .media__box .btn-red {
  background-color: #A10000;
  height: 60px;
  width: 60px;
  display: inline-block;
}

.sampadakiya__wrap .sampadakiya__video .video__wrap-item .video__media .media__box .btn-red .iconify {
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.sampadakiya__wrap .sampadakiya__video .video__wrap-item .video__media .media__box .btn-red .iconify iconify-icon {
  font-size: 30px;
}

.sampadakiya__wrap .sampadakiya__video .video__wrap-item .video__media .media__text.overlay_text {
  left: 122px;
}

.sampadakiya__wrap .sampadakiya__video .video__wrap-item img {
  width: 100%;
}

@media (max-width:600px) {
  .sampadakiya__wrap .sampadakiya__video .video__wrap-item img {
    padding: 30px 0px;
  }
}

.sampadakiya__wrap .sampadakiya__video .sidebar__text p {
  font-size: 22px;
  color: #fff;
  line-height: 40px;
}

.sampadakiya__wrap .sampadakiya__video .sidebar__text span {
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
}

.sidebar__text a {
  color: #fff;
}

.sidebar__text a:hover {
  color: #f5e3e3;
}

.sampadakiya__wrap.sampadakiya__video-wrap {
  /* background-color: #3B406F; */
  background: #26577c;
  position: relative;
  /* z-index: -1; */
}

.sidebar_news {
  margin-bottom: 22px;
}

.sidebar_news iframe {
  width: 100%;
}

.side-add-new {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width:768px) {

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin: 0px 43px;
  }
}


@media (min-width:300px) {
  .offcanvas-body {
    flex-grow: 0.0123 !important;
    padding: 1rem 1rem;
    overflow-y: auto;
  }
}

.main-footer {
  position: relative;
  color: #fff;
  padding: 0px 0px 30px 0px;
  font-family: Arial, sans-serif;
}



.main-footer a {
  color: #ddd;
  text-decoration: none;
}

.main-footer a:hover {
  color: #fff;
  text-decoration: underline;
}



.address li {
  margin-bottom: 10px;
  list-style: none;
  display: flex;
  align-items: center;
}

.address li iconify-icon {
  margin-right: 8px;
  color: var(--optional-color);
}

.icon-all-ft {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.mid-header {
  padding: 30px 0px;
}

/* New-footer-css-start */
.footer {
  background: #F6F9FF;
  padding: 0;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  color: #aaa;
  position: relative;
}
.footer .more-nav {
  margin-top: 30px;
}

.footer .items:nth-child(1) {
  border-left: 0;
}

.footer .items {
  color: #040707;
  font-size: 14px;
  margin-top: 0;
}

.footer .items .footer-title {
  color: var(--optional-color);
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 19px;
  font-family: "Noto Sans", sans-serif;
}

.titles.title-6 {
  font-size: 18px;
  line-height: 27px;
}

.titles {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  line-height: 36px;
  display: block;
  font-family: "Mukta", sans-serif;
}

.footer .chairmain-smpadk-one p a {
  color: #000;
}

.chairmain-smpadk-one .nigranerani-ch {
  font-weight: 700;
}

.footer .items .description {
  font-weight: 400;
  display: inline-block;
  width: 100%;
  color: #3f3f3f !important;
  line-height: 24px;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
}

.footer .items .footer-nav.alt {
  margin-top: 0;
}

.suchanada-kendra {
  /* font-size: 16px; */
  font-weight: 800;
}

.footer .address li a {
  font-size: 16px;
  color: #000;
  transition: color 0.3s ease, transform 0.3s ease;
}
.footer .address li a:hover{
  color: var(--golden-yellow); 
}

.footer .items .footer-nav {
  margin: 15px 0 20px 0;
  padding: 0;
  display: block;
  line-height: 22px;
}

.footer .items .footer-nav.alt.team-nav li {
  width: auto;
  margin-right: 10px;
}

.footer .items .footer-nav li:nth-child(1) {
  margin-top: 0;
}

.footer .items .footer-nav.alt.team-nav li a {
  font-weight: 700;
  color: #3F3F3F;
  font-family: "Noto Sans", sans-serif;
}

.footer .items .footer-nav li a {
  font-size: 14px;
  color: #3f3f3f;
  padding: 0;
  line-height: 18px;
  display: block;
}

.titles.news-title-9 {
  font-size: 16px;
  line-height: 21px;
  color: var(--optional-color);
}

.footer .items .social-icons {
  display: inline-block;
  width: 100%;
  margin-top: 0;
}

.footer .items .social-icons li:nth-child(1) {
  margin-left: 0;
}

.footer .items .social-icons li {
  list-style: none;
  display: inline-block;
  margin: 0 0 10px 5px;
}

.footer .items .social-icons li a {
  padding: 0;
  color: #fff;
}

.footer .items .footer-nav li {
  list-style: none;
  display: inline-block;
  width: 100%;
  line-height: 18px;
  margin-top: 5px;
}

.footer .chaimain {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.footer .chaimain img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.chairmain-sampadak {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;

}

.chairmain-smpadk-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer .description p {
  text-align: justify;
}

.description .social_link {
  width: 40px;
  height: 40px;
  background-color: #ffff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
    transition: background-color 0.3s, border-color 0.3s;

}
.description .social_link:hover {
  background-color: var(--golden-yellow);
  color: #fff;
  border-color: var(--golden-yellow);
}
.description .social_link iconify-icon {
  transition: transform 0.3s ease, color 0.3s ease;
}

.description .social_link:hover iconify-icon {
  transform: scale(1.1);
  color: #fff;
}

.description .social_link a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .container>* {
  position: relative;
  z-index: 2;
}

.offcanvas-header .btn-close {
  font-size: 20px;
  color: var(--optional-color) !important;
}

/* Smooth dropdown effect */
/* Modern vividha dropdown */
/* Modern vividha dropdown */
.vividha-dropdown {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 170px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 0;
  z-index: 999;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}

.nav-item.dropdown:hover .vividha-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.vividha-dropdown .dropdown-item {
  color: #000 !important;
}

.vividha-dropdown .dropdown-item {
  font-size: 16px;
  padding: 10px 20px;
  color: #333;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.vividha-dropdown .dropdown-item:hover {
  background-color: var(--optional-color);
  color: #fff !important;
  border-left: 3px solid var(--primary-color);
}
.footer-bg-image{
  position: relative;
}
.footer-bg-positon img{
  content: '';
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  opacity: 0.5;
  z-index: 0;
}
/* .footer .items .footer-nav.alt li {
    width: 48%;
} */
/* New-footer-css-End */

/* Inter-css */
.section.normal-section {
  margin-top: 0;
  margin-bottom: 0;
}

.section.normal-list-section {
  padding: 20px 0 35px 0;
}

.game__wrap .featured-box-item .description {
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}

.news-title-des-side {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
   transition: color 0.3s ease, transform 0.3s ease;
    
}
.news-title-des-side:hover{
      color: var(--optional-color);
    
}

.news-title-des {
  font-size: 30px;
  transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.news-title-des:hover{
   color: var(--optional-color); 
    transform: translateY(-1px);
}
.date-line {
  color: rgba(0, 0, 0, 0.7);
}

.thumb-news .media-item {
  padding-bottom: 20px;
}

.nigrani-news-jiwan {
  margin-bottom: 0px;
}

.search-btn-tt {
  display: flex;
  align-items: center;
  padding: 5px 18px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}

.nigranee-special-jiwan {
  background: var(--section-break-color);
}

/* Rashiphal-section-css */
.rashiphal-tab {
  justify-content: space-around;
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--optional-color);

  padding-bottom: 17px;

}

.rashiphal-tab h4 {
  color: var(--optional-color);
  font-size: 25px;
  font-weight: 600;
}

.rashiphal-tabs .nav-link {
  color: #dc3545;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.rashiphal-tabs .nav-link.active {
  background-color: transparent;
  color: #dc3545;
  border-bottom: 2px solid var(--optional-color);
  font-weight: bold;
}

.rashiphal-tabs .nav-link:hover {
  color: #a71d31;
  background-color: #f1f1f1;
  border-radius: 5px;
}

.rashiphal-card {
  border: 1px solid #ddd;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  height: 100%;
  max-width: 100%;
}

.rashiphal-details-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 150px;
  padding-bottom: 25px;
  gap: 20px;
}


.rashiphal-img img{
  width: 100%;
  height: 100%;
  background-color: #dddd;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
} 
.read-more-btn-rashiphal{
  color: var(--optional-color);
  font-size: 16px;
}
.read-more-btn-rashiphal:hover{
  color: var(--golden-yellow);
}
.rashiphal-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.card-img-top {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: 10px;
}

.card-title {
  color: var(--optional-color);
  font-size: 2rem;
  margin-top: 6px;
}

.card-text {
  color: #000;
  /* padding: 0 10px; */
}

.rashiphal-details-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}

.card-body.card-body-details {
  flex: 1;
  text-align: left;
}

.rashiphal-img {
  flex-shrink: 0;
  width: 150px;
}

.rashiphal-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.card-list-rashiphal{
  margin-bottom: 0;
}
.card-list-des{
  margin-bottom: 0;
  text-align: left;
  font-size: 25px;
  color: var(--optional-color);
}

.card-body-details{
  padding: 0;
}
.rashiphal-card .card-body .card-text {
  font-size: 16px;
  line-height: 1.5;
}
.yearly-rashiphal .card-list-rashiphal{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;

}

.read-more-btn {
  color: var(--optional-color);
  font-size: 14px;
}

.yearly-rashi-one {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-title-des-h:hover{
  color: var(--optional-color);
}
.video-sec-nigranee .news-list-nigranee .video-tt h2 a:hover{
  color: var(--golden-yellow);
}

@media (max-width: 768px) {
  .card-img-top {
    width: 80px;
    height: 80px;
  }

  .card-title {
    font-size: 1.2rem;
  }
}
.nigrane-popup{
  padding: 20px;
}
/* Rashiphal-section-css */
/* Responsive CSS Start */
@media (max-width:768px) {
  .mid-header {
    padding: 20px;
  }

  .top-header__social-icons-wrapper {
    gap: 2px;
    margin-top: 15px;
  }

  .top-header__data-and-time {
    font-size: 1.5rem;
  }

  .nigranee-mobile {
    width: 100%;
  }

  .nigrane-mbl {
    width: 50%;
  }

  .news-list-nigranee .gradient-bg h2 a {
    font-size: 30px;
    line-height: 40px;
  }

  .game__wrap .featured-box-item .description {
    font-size: 16px;
  }

  .news-title-des-side {
    font-size: 16px;
  }

  .profile-details .job a {
    font-size: 16px;
  }

  .news-header__title a {
    font-size: 30px;
    line-height: 40px;
  }
  .news-second-title-new a{
      font-size: 30px;
    line-height: 40px;
  }

  .nigranidainik-sidebar-card-news .nigranidainik-post-ltr a .nigranidainik-post-content-wrap h2 {
    font-size: 16px;
  }

  .news-title-des {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 40px;
  }

  /* .titles {
    line-height: 30px;
  } */

  .phichar-sec-title h3 a {
    font-size: 20px;
    line-height: 40px;
  }

  .nigranidainik-news-post a h2.nigranidainik-news-title-txt {
    font-size: 16px;
  }

  .time-stamp {
    font-size: 1rem;
  }

  .sampadakiya__wrap.sahitya__wrap.sahitya__game-wrap .game__wrap .game__text-wrap h3 {
    font-size: 16px;
  }

  .news-title,
  .news-title a {
    font-size: 16px;
  }

  .main-news-list .items.world-two {
    order: 2;
  }

  .titles.news-title-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .titles.news-title-5 {
    font-size: 16px;
    line-height: 30px;
  }

  .video-sec-nigranee .news__item--large {
    padding: 4px 10px;
  }

  .news-list-nigranee .video-tt {
    padding: 0px 10px;
  }
  .rashiphal-details-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .rashiphal-img {
    width: 100%;
    text-align: center;
  }

  .card-body.card-body-details {
    text-align: center;
  }
  
}
.heading-badge {
      background-color:var(--optional-color);
      color: white;
      display: inline-block;
      padding: 8px 16px;
      font-size: 2rem;
      font-weight: bold;
      border-radius: 0.25rem;
      margin-bottom: 20px;
    }
    .rashifal-section {
      line-height: 1.8;
      color: #212529;
    }
    .rashifal-section p{
      font-size: 18px;
    }
    .zodiac-image {
      max-width: 100%;
      height: auto;
    }
    .rashifal-section h5{
      font-size: 18px;
    }
    .date-line {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    }
    @media (max-width:768px){
.rashiphal-tab {
   flex-direction: column;
}
}
/* Responsive CSS Start */