@charset "UTF-8";
body {
  /* font-family: "Noto Sans Gujarati", sans-serif; */
  /* font-family: "poppins"; */
  font-optical-sizing: auto;
  font-size: 16px;
  color: #18171D;
  font-weight: 400;
  font-style: normal;
}
/* Gujarati */
.font-gujarati body {
  font-family: "Noto Sans Gujarati", sans-serif !important
}

/* English */
.font-english body {
  font-family: "Poppins", sans-serif !important
}
a {
  text-decoration: none;
}
a.active {
  font-weight: 600;
}

.flex-1 {
  flex: 1 !important;
}

.text-yellow {
  color: rgb(255, 132, 0) !important;
}

.content-box {
  padding: 20px;
}

.vert-content-box .content-image {
  height: 243px;
  position: relative;
}
.vert-content-box .content-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
   
}
.save-news img{
  height: 188px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vert-content-box .content-image .live-btn {
  background: linear-gradient(180deg, #FE0B0A 0%, #C80203 100%);
  padding: 5px 16px;
  color: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 254px;
  border: none;
  font-weight: 500;
  line-height: normal;
}

.text-primary {
  color: rgb(236, 8, 7) !important;
}

.dropdown-item:active {
  background-color: rgb(200, 2, 3);
}

.form-control:focus {
  box-shadow: none;
}

.bg-gray {
  background-color: #F9F9F9;
}

.black-btn {
  border: 1px solid #18181B;
  border-radius: 6px;
  color: #18181B;
  padding: 9px 65px;
}
.black-btn:hover {
  color: #fff;
  border: 1px solid #18181B;
  background-color: #18181B;
}

header {
  /* dropdown */
  /* show on hover */
  /* grid */
  /* scrollbar styling */
  /* city item */
}
header .main-menu a {
  color: #515151;
  margin-right: 25px;
}
header .date-txt {
  color: #212529;
  font-size: 14px;
}
header .city-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
header .city-dropdown {
  position: absolute;
  top: 20px;
  left: 0;
  width: 360px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
  padding: 18px;
  display: none;
  z-index: 999;
}
header .city-hover:hover .city-dropdown {
  display: block;
}
header .city-grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-height: 150px;
  overflow-y: auto;
  padding-right: 6px;
}
header .city-grid1::-webkit-scrollbar {
  width: 6px;
}
header .city-grid1::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 10px;
}
header .city-item {
  font-size: 16px;
  color: #222;
  cursor: pointer;
  transition: 0.2s;
}
header .city-item:hover {
  color: #e60023;
  font-weight: 600;
}

.view-more {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  margin: 0;
}
.view-more:hover {
  color: #000000;
}

.breadcrumb {
  margin-bottom: 40px;
}
.breadcrumb a {
  color: #4A4A4A;
}

.vert-content-box .time-txt, .horiz-content-box .time-txt {
  color: #4A4A4A;
  font-size: 12px;
}
.vert-content-box img, .horiz-content-box img {
  border-radius: 12px;
}

.vert-content-box .main-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 8px 0;
}
.vert-content-box .detail-image {
  height: 569px;
  width: 100%;
}
.vert-content-box .detail-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vert-content-box .detail-video {
  width: 100%;
  max-height: 70vh;
  aspect-ratio: 16 / 9;   /* 🔥 keeps layout stable */
  border-radius: 12px;
  background: #000;
  object-fit: contain;   /* 🔥 fits ANY video size */
}

.horiz-content-box {
  padding: 15px 0;
  border-top: 1px dotted #000;
}
.horiz-content-box .sub-title {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  margin: 8px 0;
}
.horiz-content-box .desc {
  font-size: 14px;
  color: #18171D;
  line-height: normal;
  margin-bottom: 8px;
}
.horiz-content-box .horiz-image {
  height: 188px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.horiz-content-box .side-news-image {
  height: 108px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.tag-page-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.02em;
  color: #1C232D;
}

.upload-news {
  padding: 10px;
  background: linear-gradient(180deg, #FE0B0A 0%, #C80203 100%);
  border-radius: 8px;
  display: flex;
  gap: 10px;
  color: #ffffff;
  align-items: center;
  justify-content: space-between;
}
.upload-news .title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.upload-news .text {
  font-size: 12px;
  font-weight: 500;
}
.upload-news .icon {
  height: 34px;
  width: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}

.live-section {
  margin: auto;
  padding-top: 40px;
}
.live-section .live-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* timeline */
.timeline {
  position: relative;
  padding-left: 35px;
  /* item */
  /* text */
  /* image */
}
.timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  border-left: 2px dashed #d6d6d6;
}
.timeline .timeline-item {
  position: relative;
  margin-bottom: 26px;
}
.timeline .timeline-item::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: linear-gradient(180deg, #FE0B0A 0%, #C80203 100%);
  border-radius: 50%;
}
.timeline .live-time {
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(180deg, #FE0B0A 0%, #C80203 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  margin-bottom: 6px;
}
.timeline .live-text {
  font-size: 16px;
  color: #222;
  margin-bottom: 12px;
  font-weight: 500;
}
.timeline .live-img {
  width: 328px;
  height: 180px;
  max-width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 6px;
}

.top-video .news-video {
  height: 500px;
  width: 100%;
  margin: 0;
}
.top-video .news-video img.news-img {
  height: 493px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stories-slide {
  height: 490px;
  overflow: hidden;
}
.stories-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.copy-group {
  display: flex;
  gap: 14px;
}
.copy-group .icon {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.astro-detail {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.astro-content-title {
  font-weight: 400;
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 32px;
}
.astro-content-title span.gradient-text {
  background: linear-gradient(180deg, #FE0B0A 0%, #C80203 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.moon-sign {
  font-weight: 700;
  font-size: 20px;
}

.zodiac-sign {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}

.chandra-rashi {
  padding: 10px;
  background: #FFF2EF;
  border-radius: 7px;
}

.today-astro {
  color: #000000;
  font-weight: 700;
  font-size: 22px;
  position: relative;
  margin-right: 30px;
}
.today-astro::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: linear-gradient(180deg, #FE0B0A 0%, #C80203 100%);
  border-radius: 1.55172px;
  left: 0;
  bottom: -5px;
}

.astro-detail-img {
  width: 114px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}

.astrology-dropdown .dropdown-toggle {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.astrology-dropdown .dropdown-toggle::after {
  border: none;
  background-image: url(../imgs/drop-icon.svg);
  background-repeat: no-repeat;
  height: 6px;
  width: 11px;
  background-size: contain;
  background-position: center;
}

.tag-world, .tag-political {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 13px;
  color: #878787;
}
.tag-world:before, .tag-political:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #EA7D19;
}

.tag-title {
  font-size: 20px;
  color: #18171D;
  line-height: normal;
  font-weight: 600;
}

.tag-political:before {
  background-color: #0930F9;
}

.border-title {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid #E1E1E1;
}
.border-title:before {
  content: "";
  left: 0;
  height: 2px;
  width: 50px;
  bottom: -2px;
  position: absolute;
  background-color: #000000;
}

.time-and-catg {
  font-size: 12px;
  font-weight: 600;
}
.time-and-catg .catg {
  color: #000;
}
.time-and-catg .dot {
  background-color: #888;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}
.time-and-catg .date-txt {
  color: #888;
}

.news-swiper .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.news-swiper .swiper-slide .content-box {
  position: absolute;
  bottom: 0;
  padding: 20px 15px 45px 15px !important;
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.news-swiper .swiper-slide .content-box h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.news-swiper .swiper-slide .content-box span {
  font-size: 12px;
  line-height: normal;
  color: #fff;
}
.news-swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 18%;
  height: 4px;
  background-color: #fff;
}
.top-video {
  border-radius: 20px;
  overflow: hidden;
}
.top-video .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.top-video .content-box {
  position: absolute;
  bottom: 0;
  padding: 50px 15px 20px 15px !important;
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.top-video .content-box h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.top-video .content-box span {
  font-size: 12px;
  line-height: normal;
  color: #fff;
}

.main-menu {
  align-items: center;
}

.more-options-dropdown .dropdown-toggle {
  border: none;
  background-color: transparent;
}
.more-options-dropdown .dropdown-toggle::after {
  display: none;
}

.search-input {
  width: 385px;
  max-width: 100%;
}

.profile-dropdown .dropdown-toggle {
  background-color: transparent;
  border: none;
}
.profile-dropdown .dropdown-toggle::after {
  background-image: url("../imgs/drop-icon.svg");
  height: 6px;
  width: 12px;
  background-size: contain;
  border: none;
  background-repeat: no-repeat;
}
.profile-dropdown .dropdown-menu {
  padding: 14px 14px;
  width: 300px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: none;
}
.profile-dropdown .dropdown-item {
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: normal;
}
.profile-dropdown .dropdown-item img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile-dropdown .profile-avatar {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-dropdown li {
  border-bottom: 1px solid #ECECEC;
}
.profile-dropdown li :hover {
  background-color: transparent;
}
.profile-dropdown li a {
  padding: 15px 0;
}

.notify-dropdown .dropdown-menu {
  padding: 18px 14px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: none;
  width: 413px;
}
.notify-dropdown .dropdown-menu li {
  display: flex;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #C4C4C4;
}
.notify-dropdown .dropdown-menu li .notiy-image img {
  height: 64px;
  width: 96px;
  -o-object-fit: cover;
     object-fit: contain;
  border-radius: 9px;
  
}
.notify-dropdown .dropdown-menu li .title {
  font-size: 14px;
  font-weight: 600;
}
.notify-dropdown .dropdown-menu li .text {
  font-weight: 400;
  font-size: 12px;
  color: #888888;
}
.notify-dropdown .dropdown-toggle {
  border: none;
  background-color: transparent;
  margin: 0 18px;
}
.notify-dropdown .dropdown-toggle::after {
  display: none;
}

.profile-modal {
  border-radius: 20px;
  padding: 10px;
}
.profile-modal .profile-img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-modal .profile-camera {
  position: absolute;
  bottom: 0;
  right: calc(50% - 45px);
  background: #ff0000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.profile-modal .profile-camera img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile-modal .profile-input {
  border-radius: 10px;
  background-color: #f2f2f2;
  border: none;
  padding: 12px;
  font-size: 14px;
}
.profile-modal .profile-input:focus {
  box-shadow: none;
  background: #f2f2f2;
}
.profile-modal .profile-save-btn {
  background: linear-gradient(180deg, #FE0B0A 0%, #C80203 100%);
  box-shadow: 0px 4px 20px rgba(248, 128, 102, 0.1);
  border-radius: 50px;
  padding: 12px;
  font-weight: 600;
  border: none;
  color: #ffffff;
}
.profile-modal .profile-save-btn:hover {
  opacity: 0.9;
}

.uplaoded-doc {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  overflow: hidden;
  border-radius: 22px;
}
.uplaoded-doc img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.upload-card {
  position: relative;
  border: 2px dashed #E6E6E6;
  padding: 22px;
  border-radius: 22px;
  margin-bottom: 30px;
}
.upload-card .upload-file {
  border-radius: 22px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.upload-card input[type=file] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.upload-card .upload-icon {
  background-color: #E6E6E6;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.upload-card .upload-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.scroll-btn {
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f1f1;
  cursor: pointer;
  z-index: 2;
  font-size: 24px;
}

.custom-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 16px 14px;
  border-radius: 12px;
  filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.08));
  width: 100%;
  margin-top: 60px;
  margin-bottom: 24px;
}

.custom-pagination {
  gap: 6px;
}

.custom-pagination .page-link {
  border: none;
  background: transparent;
  color: #323232;
  font-weight: 400;
  padding: 6px 10px;
  border-radius: 8px;
  min-width: 34px;
  text-align: center;
  margin-right: 12px;
}

.custom-pagination .page-item.active .page-link {
  font-weight: 700;
}

.custom-pagination .page-link:hover {
  background: #f1f1f1;
  color: #000000;
}

.custom-pagination .page-item:first-child .page-link,
.custom-pagination .page-item:last-child .page-link {
  font-size: 18px;
  line-height: 1;
}

.pagination-info {
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
}

footer {
  background-color: #FDFDFD;
  border-top: 1px solid #3B3B3B;
  padding: 80px 0;
}
footer a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
footer .categ-a {
  display: block;
}
footer .categ-a li {
  display: inline-block;
  margin-bottom: 10px;
}
footer .categ-a li:last-child a {
  border-right: 0px solid #000;
}
footer .categ-a li a {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #000;
}

.astrology-card {
  padding: 30px;
}
.astrology-card .content-title {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: #1C232D;
  text-align: center;
}
.astrology-card .hr-line {
  width: 396px;
  height: 2px;
  background: #E0E0E0;
  border-radius: 1px;
  margin: 0 auto;
}

.astro-card {
  text-align: center;
}
.astro-card .astro-icon {
  height: 84px;
  width: 114px;
  margin-bottom: 16px;
}
.astro-card .astro-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.astro-card .astro-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

.page-title {
  font-weight: 700;
  font-size: 48px;
  color: #1C232D;
}

.faq-accordion .accordion-item {
  background: #F9F9F9;
  padding: 26px;
  border: none;
  margin-bottom: 30px;
  border-radius: 6px;
}
.faq-accordion .accordion-button {
  padding: 0;
  background-color: transparent;
  border: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #2A3342;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-button::after {
  background-image: url("../imgs/faq-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.faq-accordion .accordion-body {
  border: none;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #556987;
  padding-top: 12px;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #000000;
  box-shadow: none;
}

.contact-label {
  padding: 2px 8px;
  background: #D8D8D8;
  box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
  border-radius: 36px;
  font-weight: 500;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  color: #020202;
  text-transform: uppercase;
}

.page-subtext {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #556987;
}

.contact-ui-wrapper {
  background: #ffffff;
}

.contact-info-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-info-item .info-title {
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  color: rgb(42, 51, 66);
}
.contact-info-item p {
  font-weight: 500;
  font-size: 16px;
  color: #556987;
}
.contact-info-item a {
  font-weight: 500;
  font-size: 16px;
  color: #556987;
}

.contact-icon {
  width: 44px;
  height: 44px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  padding: 10px;
}
.contact-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.social-links {
  display: flex;
  gap: 22px;
}
.social-links a {
  color: #000;
  font-size: 18px;
  transition: 0.3s;
  margin-right: 0;
}
.social-links a:hover {
  opacity: 0.7;
}

.contact-form-box {
  background: rgb(247, 248, 249);
  padding: 30px;
  border-radius: 12px;
}
.contact-form-box .form-label {
  font-weight: 500;
}

.custom-input,
.custom-textarea {
  border-radius: 8px;
  border: 1px solid rgb(213, 218, 225);
  padding: 12px 14px;
  font-size: 15px;
}
.custom-input:focus,
.custom-textarea:focus {
  box-shadow: none;
  border-color: #000;
}

.submit-btn {
  background: #000;
  color: #fff;
  padding: 14px;
  font-size: 16px;
  border-radius: 8px;
}
.submit-btn:hover {
  background: #111;
  color: #fff;
}

.cms-box {
  color: #515151;
  border-radius: 8px;
  padding: 30px;
}

.label-wrapper {
  padding: 8px 0;
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex: 1;
  /* Hide scrollbar - Chrome, Safari */
  /* Hide scrollbar - Firefox */
  scrollbar-width: none;
  /* Hide scrollbar - IE / Edge */
  -ms-overflow-style: none;
}
.label-wrapper::-webkit-scrollbar {
  display: none;
}
.label-wrapper .news-label {
  padding: 6px 9px;
  border: 1px solid #9ca3af;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  background: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  line-height: normal;
}
.label-wrapper .news-label:hover {
  background: #f3f4f6;
}
.label-wrapper .active-label {
  color: #dc2626;
  border-color: transparent;
  font-weight: 600;
}

.astro-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 50px;
}
.astro-tabs .nav-link {
  font-size: 22px;
  line-height: 33px;
  color: #000000;
  border: none;
  position: relative;
}
.astro-tabs .nav-link.active {
  font-weight: 700;
  color: #000000;
  background-color: transparent;
  padding: 8px 0;
}
.astro-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: linear-gradient(180deg, #FE0B0A 0%, #C80203 100%);
  border-radius: 1.55172px;
  left: 0;
  bottom: -5px;
}

.yearly-title {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #000000;
  line-height: 45px;
  margin-bottom: 30px;
}

.download-app-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.download-app-group .btn {
  height: 45px;
  width: 152px;
  padding: 0;
}
.download-app-group .btn img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.qr-code img {
  height: 165px;
  width: 165px;
  -o-object-fit: contain;
     object-fit: contain;
}

.download-title {
  font-weight: 400;
  font-size: 22px;
  color: #000;
  text-align: center;
}

.photo-gallery .horiz-content-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.photo-gallery .horiz-content-box .time-txt {
  margin-top: auto;
}

.news-logo span:first-child {
  background: #e11b22;
  color: #fff;
  padding: 6px 10px;
  font-weight: 700;
}

.news-logo span:last-child {
  background: #000;
  color: #fff;
  padding: 6px 10px;
  font-weight: 700;
  margin-left: -4px;
}

.login-card {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 57px 70px;
}
.login-card .auth-title {
  font-weight: 700;
  font-size: 30px;
  color: #2A3342;
  text-align: center;
}
.login-card .sub-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #556987;
  text-align: center;
}
.login-card .login-vector {
  height: 194px;
  width: 292px;
  max-width: 100%;
  margin: 0 auto;
}
.login-card .login-vector img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.login-card .next-btn {
  background-color: rgb(0, 0, 0);
  padding: 11px;
}
.login-card .profile-img-wrapper {
  width: 96px;
  height: 96px;
  position: relative;
}
.login-card .profile-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-card .camera-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: #e11b22;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.login-card .camera-icon img {
  width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.login-card .custom-input {
  border-radius: 8px;
  font-size: 16px;
  background-color: rgba(196, 196, 196, 0.24);
}
.login-card .custom-input:focus {
  box-shadow: none;
  border-color: #ccc;
}

.custom-group {
  padding: 10px 14px;
  background: #FFFFFF;
  border: 1px solid #D5DAE1;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  gap: 8px;
}
.custom-group .input-group-text {
  padding: 0;
  border: none;
}
.custom-group .input-group-text .icon {
  height: 24px;
  width: 24px;
}
.custom-group .form-control {
  padding: 0;
  border: none;
  line-height: normal;
}

.auth-logo img {
  width: 280px;
  height: 127px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.otp-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 26px;
}
.otp-group .form-control {
  border: none;
  border-bottom: 2px solid #000000;
  padding: 12px;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  line-height: 29px;
  color: #656565;
  width: 60px;
}
.label-details-wrapper {
  display: flex;
  flex-wrap: wrap;              /* ✅ allow next line */
  gap: 12px 16px;               /* row gap | column gap */
  margin-top: 30px;
  overflow: visible;            /* ❌ remove scroll */
}

.label-details-wrapper .tag-label {
  padding: 5px 18px;
  background: #F7DAD9;
  border-radius: 18px;
  line-height: normal;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
}
.label-details-wrapper .tag-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  white-space: nowrap;
}

/* Wrapper */
.ws-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* Story Card */
}
.ws-wrapper .ws-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1767885588830-31f05bc57de0?q=80&w=735&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center/cover no-repeat;
  filter: blur(18px);
  transform: scale(1.1);
}
.ws-wrapper .ws-story {
  position: relative;
  width: 440px;
  max-width: 90%;
  height: 90vh;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  z-index: 2;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* Progress */
.ws-progress {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  height: 3px;
  border-radius: 5px;
  z-index: 3;
  display: flex;
  gap: 10px;
}
.ws-progress span {
  display: block;
  width: 40%;
  height: 100%;
  background: #ffffff;
  border-radius: 5px;
}

/* Media */
.ws-media {
  width: 100%;
  height: 100%;
}
.ws-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Caption */
.ws-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 24px;
  background: rgba(0, 0, 0, 0.6509803922);
  padding: 14px 16px;
  border-radius: 12px;
  color: #ffffff;
  display: flex;
  gap: 12px;
  align-items: center;
}
.ws-caption p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

/* Yellow Indicator */
.ws-indicator {
  width: 4px;
  height: 100%;
  background: #ffcc00;
  border-radius: 2px;
}

/* Navigation Buttons */
.ws-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9019607843);
  cursor: pointer;
  font-size: 22px;
  z-index: 3;
  line-height: 2.2;
}
.ws-nav.ws-prev {
  left: 25%;
}
.ws-nav.ws-next {
  right: 25%;
}

/* Wrapper */
.filter-search-wrapper {
  max-width: 100%;
  /* Search Box */
  /* Chips Container */
  /* Chip */
  /* Active Chip (red like attachment) */
  /* Hover */
}
.filter-search-wrapper .search-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 0;
}
.filter-search-wrapper .search-icon {
  font-size: 18px;
  color: #aaa;
  margin-right: 10px;
}
.filter-search-wrapper .search-box input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 18px;
  padding: 6px 0;
}
.filter-search-wrapper .filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.filter-search-wrapper .chip {
  padding: 10px 18px;
  border-radius: 30px;
  border: 1.5px solid #1c1c1c;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
  line-height: normal;
}
.filter-search-wrapper .chip.active {
  background: #e11b22;
  border-color: #e11b22;
  color: #fff;
}
.filter-search-wrapper .chip:hover {
  background: #e11b22;
  border-color: #e11b22;
  color: #fff;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  height: 271px;
  overflow: auto;
  /* City Card */
  /* Overlay text */
  /* Active State */
}
.city-grid .city-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  height: 110px;
  z-index: 1;
  border: 2px solid transparent;
}
.city-grid .city-card::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.65;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  z-index: 0;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
.city-grid input[type=checkbox] {
  position: absolute;
  right: 10px;
  top: 7px;
  z-index: 2;
  height: 20px;
  width: 20px;
  border-radius: 50px;
}
.city-grid input:checked {
  background-color: rgb(0, 0, 0);
  border: none;
}
.city-grid input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 16, 41, 0.25);
}
.city-grid .city-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}
.city-grid .city-card span {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
  z-index: 2;
}
.city-grid .city-card.active::after {
  content: "✓";
  position: absolute;
  top: 6px;
  right: 6px;
  background: #e11b22;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.city-grid input:checked ~ img {
  border: 2px solid #000000;
}

.ws-grid {
  position: relative;
  width: 440px;
  max-width: 90%;
  height: 90vh;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #ffffff;
  border-radius: 20px;
  padding: 12px;
  overflow-y: auto;
}

.ws-grid-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 100%;
  gap: 12px;
}
.ws-grid-inner .ws-grid-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.ws-grid-inner .ws-grid-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ws-grid-inner .ws-grid-card .ws-grid-caption {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: rgba(0, 0, 0, 0.7019607843);
  color: #ffffff;
  padding: 6px 8px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.3;
}

.hidden {
  display: none;
}

.video-main {
  background: #4a4a4a; /* grey sides like attachment */
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  /* VIDEO */
  /* BACK BUTTON */
  /* SOCIAL BAR */
  /* caption */
}
.video-main .video-player {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
  background: #000;
}
.video-main .back-btn {
  position: fixed;
  top: 26px;
  left: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #2c2c2c;
  color: #fff;
  font-size: 22px;
}
.video-main .social-bar {
  position: absolute;
  right: 0;
  bottom: -72px;
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: center;
}
.video-main .icon-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #1f1f1f;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.video-main .icon-btn img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.video-main .caption {
  position: fixed;
  bottom: 110px;
  width: 420px;
  max-width: 95%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  padding: 20px;
}

.video-page {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 0;
  /* ARROWS */
  /* make arrows circular */
}
.video-page .reel-up,
.video-page .reel-down {
  color: #fff;
  right: 20px;
}
.video-page .reel-up {
  top: 43%;
}
.video-page .reel-up .swiper-navigation-icon {
  transform: rotate(270deg);
}
.video-page .reel-down {
  bottom: 43%;
  top: auto;
}
.video-page .reel-down .swiper-navigation-icon {
  transform: rotate(90deg);
}
.video-page .swiper-button-next,
.video-page .swiper-button-prev {
  background: #1f1f1f;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  right: 0;
  left: inherit;
  z-index: 2;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-page .swiper-button-next:after,
.video-page .swiper-button-prev:after {
  font-size: 18px;
}

.reels-wrapper {
  height: 78vh;
  max-width: 420px;
  margin: auto;
  position: relative;
}

.reelsSwiper {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.reelsSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.reelsSwiper .reel-video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1920px) {
  .container {
    min-width: 1520px;
  }
}
@media (max-width: 1600px) {
  .login-card {
    padding: 57px 40px;
  }
}
@media (max-width: 1400px) {
  .content-box .content-image {
    height: 188px;
  }
  .content-box .content-image .live-btn {
    font-size: 14px;
  }
  .live-btn {
    font-size: 14px;
  }
  .horiz-content-box .sub-title {
    font-size: 16px;
  }
  .horiz-content-box .horiz-image {
    height: 146px;
  }
  .horiz-content-box .side-news-image {
    height: 80px;
    /* width: 40px; */
  }
  .stories-slide {
    height: 300px;
  }
  .vert-content-box .main-title {
    font-size: 18px;
    line-height: normal;
  }
  .search-input {
    width: 305px;
  }
  .main-menu {
    flex-wrap: wrap;
  }
  .auth-logo img {
    width: 194px;
    height: 95px;
  }
}
@media (max-width: 1200px) {
  header .main-menu a {
    margin-right: 15px;
  }
  .notify-dropdown .dropdown-toggle {
    margin: 0 12px;
  }
  .search-input {
    width: 242px;
  }
  .profile-dropdown .profile-avatar {
    width: 35px;
    height: 35px;
  }
  .top-video .news-video {
    height: 320px;
  }
  .vert-content-box .detail-image {
    height: 429px;
  }
  .vert-content-box .detail-video {
    height: 429px;
  }
  .astrology-card {
    padding: 20px;
  }
  .astrology-card .content-title {
    font-size: 22px;
  }
  .astro-card .astro-icon {
    height: 66px;
    width: 76px;
  }
  .astro-detail-img {
    width: 81px;
    height: 82px;
  }
  .astro-content-title {
    font-size: 18px;
  }
  .today-astro {
    font-size: 18px;
    margin-right: 18px;
  }
  .astro-detail {
    font-size: 14px;
  }
  .zodiac-sign {
    font-size: 16px;
  }
  .moon-sign {
    font-size: 16px;
  }
  .page-title {
    font-weight: 700;
    font-size: 30px;
  }
  .faq-accordion .accordion-button {
    font-size: 18px;
  }
  .top-video .content-box {
    padding: 50px 8px 8px 8px !important;
  }
  .label-details-wrapper {
    gap: 12px;
  }
  .label-details-wrapper .tag-title {
    font-size: 20px;
  }
  .label-details-wrapper .tag-label {
    font-size: 14px;
  }
  .ws-nav.ws-prev {
    left: 18%;
  }
  .ws-nav.ws-next {
    right: 18%;
  }
}
@media (max-width: 991.5px) {
  .contact-order-1 {
    order: 1;
  }
  .contact-order-2 {
    order: 2;
  }
  .cms-box {
    padding: 20px;
  }
  .yearly-title {
    font-size: 20px;
    line-height: normal;
  }
  .download-title {
    font-size: 18px;
  }
  .download-app-group .btn {
    height: 36px;
    width: 140px;
  }
  .qr-code img {
    height: 105px;
    width: 105px;
  }
  .astro-tabs .nav-link {
    font-size: 18px;
    line-height: normal;
  }
  .tag-title {
    font-size: 16px;
  }
  .login-card .auth-title {
    font-size: 25px;
  }
  .login-card .sub-text {
    font-size: 16px;
  }
  .tag-page-title {
    font-size: 25px;
  }
  .vert-content-box .content-image {
    height: 165px;
  }
  .vert-content-box .main-title {
    font-size: 16px;
  }
  .custom-pagination-wrapper {
    padding: 10px 14px;
  }
  .ws-nav.ws-prev {
    left: 6%;
  }
  .ws-nav.ws-next {
    right: 6%;
  }
  .filter-search-wrapper .chip {
    padding: 7px 18px;
    font-size: 14px;
  }
  .filter-search-wrapper .search-icon img {
    height: 20px;
    width: 20px;
  }
  .filter-search-wrapper .search-box input {
    font-size: 16px;
    padding: 0;
  }
  .filter-search-wrapper .filter-chips {
    gap: 10px;
  }
  .live-section .live-title {
    font-size: 22px;
  }
  header .city-dropdown {
    width: 250px;
  }
  .video-page .swiper-button-next, .video-page .swiper-button-prev {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion-item {
    padding: 20px;
  }
  .page-title {
    font-size: 24px;
  }
  .contact-info-box {
    padding: 20px;
  }
  .contact-form-box {
    padding: 16px;
  }
  .page-subtext {
    line-height: normal;
    font-size: 16px;
  }
  .contact-form-box .form-label {
    font-size: 14px;
  }
  .submit-btn {
    padding: 10px;
  }
  .contact-info-item {
    gap: 4px;
  }
  .contact-info-item .info-title {
    font-size: 16px;
  }
  .contact-info-item p {
    font-size: 14px;
  }
  .contact-icon {
    width: 38px;
    height: 38px;
  }
  .cms-box {
    font-size: 14px;
  }
  .download-app-group .btn {
    height: 30px;
    width: 120px;
  }
  .content-box {
    padding: 12px;
  }
  .label-details-wrapper .tag-title {
    font-size: 16px;
  }
  .custom-pagination-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .custom-pagination .page-link {
    padding: 6px 6px;
    margin-right: 0;
    font-size: 14px;
  }
  .ws-nav {
    width: 35px;
    height: 35px;
    font-size: 17px;
  }
  .live-section .live-title {
    font-size: 20px;
  }
  header .city-dropdown {
    width: 220px;
  }
}
@media (max-width: 576px) {
  .profile-dropdown .dropdown-menu {
    padding: 10px 10px;
    width: 266px;
  }
  header .city-dropdown {
    width: 200px;
  }
  .profile-dropdown li a {
    padding: 10px 0;
  }
  .profile-dropdown .dropdown-item {
    line-height: normal;
    font-size: 14px;
  }
  .profile-dropdown .dropdown-item img {
    width: 20px;
    height: 20px;
  }
  .upload-news .title {
    font-size: 14px;
  }
  .notify-dropdown .dropdown-menu {
    width: 250px;
    padding: 13px 10px;
  }
  .notify-dropdown li {
    gap: 9px;
  }
  .notify-dropdown li .notiy-image img {
    height: 52px;
    width: 52px;
  }
  .faq-accordion .accordion-button {
    font-size: 16px;
    line-height: normal;
  }
  .faq-accordion .accordion-body {
    font-size: 14px;
  }
  .label-wrapper .news-label {
    font-size: 14px;
  }
  .content-box {
    padding: 8px;
  }
  .top-video .content-box {
    padding: 50px 8px 8px 8px !important;
  }
  .top-video .content-box h2 {
    font-size: 14px;
  }
  .login-card {
    padding: 37px 20px;
  }
  .login-card .login-vector {
    width: 240px;
  }
  .login-card .auth-title {
    font-size: 22px;
  }
  .otp-group .form-control {
    padding: 10px;
    font-size: 18px;
    width: 54px;
  }
  .login-card .custom-input {
    padding: 10px;
  }
  .ws-nav {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .ws-story {
    height: 100vh;
    border-radius: 0;
  }
  .login-card {
    padding: 30px 14px;
  }
  .login-card .city-grid {
    height: 266px;
  }
  .login-card .city-grid input {
    height: 16px;
    width: 16px;
  }
  .login-card .city-card {
    height: 80px;
  }
  .login-card .city-card span {
    font-size: 14px;
  }
  .scroll-btn {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
  .live-section .live-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
}/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
.astro-card .astro-title {
  font-weight: 700;
  font-size: 18px;
  color: black;

  margin-bottom: 5px;
}
.astro-desc{
  color: black;
}
.clamp-title,
.clamp-subtitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  line-height: 1.4;          /* VERY IMPORTANT */
  padding-top: 2px;          /* prevents top glyph cut */
}
.clamp-title {
  -webkit-line-clamp: 2;
}

.clamp-subtitle {
  -webkit-line-clamp: 3;
}

  .astro-card a {
    /* color: inherit; */
    text-decoration: none;
  }
  .font-dark{
color: black;
/* font-family: inherit; */
/*  */
  }
  .font-english .font-dark {
    font-family: "Poppins", sans-serif !important;
  }
  
  .font-gujarati .font-dark {
    font-family: "Noto Sans Gujarati", sans-serif !important;
  }
  
.page-loader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-content {
  text-align: center;
}

.loader-content img {
  width: 180px;
  animation: logoPulse 1.6s ease-in-out infinite;
}

.loader-content p {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #c40000; /* brand red */
  animation: fadeText 1.6s ease-in-out infinite;
}

@keyframes logoPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeText {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}/*# sourceMappingURL=style.css.map */