@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Hind", sans-serif;
  /* font-family: "Roboto", sans-serif; */
  /* font-family: "Poppins", sans-serif; */

  background-color: #f6f8fc;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.searchForm {
  display: flex;
  align-items: center;
  background-color: #f1f3f4;
  border-radius: 10px;
  overflow: hidden;
}

.searchForm input {
  border: 0px;
  background-color: transparent !important;
  height: 50px;
}

.searchIcon {
  padding-left: 16px;
  position: relative;
  top: -2px;
}

.HeaderNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
  align-items: center;
}
.HeaderNav ul li a {
  text-decoration: none;
  color: #5f6368;
  padding: 12px 0px;
  display: block;
  font-size: 15px;
  font-weight: 500;
}

.HeaderNav ul li {
  min-width: max-content;
}

.HeaderNav ul {
  overflow-x: auto;
  white-space: nowrap;
  /* scrollbar-width: thin; */
  /* scrollbar-color: #c1c1c1 transparent; */
}

/* WebKit (Chrome, Edge, Safari) */
.HeaderNav ul::-webkit-scrollbar {
  height: 0px;
  display: none;
}

.HeaderNav ul::-webkit-scrollbar-track {
  background: transparent;
  display: none;
}

.HeaderNav ul::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
  display: none;
}

/* Optional: Hover effect */
.HeaderNav ul::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a0;
  display: none;
}

.HeaderNav {
  display: flex;
  /* justify-content: center; */
}

section#topHeaer {
  background-color: #fff;
}

.HeaderNav ul li.active a {
  color: #0056b3 !important;
  border-bottom: 3px solid;
}
.bufferingBox h2 {
  font-size: 25px;
  font-weight: 100;
  margin-bottom: 0px;
}
.bufferingBox p {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 600;
}

.bufferingBox {
  background-color: #fff;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
}

.weather-widget {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  max-width: 320px;
  width: 100%;
  gap: 1rem;
  position: relative;
}
.weather-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.location {
  font-weight: 400;
  font-size: 0.875rem;
  color: #9ca3af; /* gray-400 */
  line-height: 1.2;
}
.temperature {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
}
.google-weather-link {
  font-weight: 400;
  font-size: 0.75rem;
  color: #2563eb; /* blue-600 */
  text-decoration: none;
  line-height: 1.2;
}
.google-weather-link:hover {
  text-decoration: underline;
}
.btn-icon {
  background: none;
  border: none;
  color: #9ca3af;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.2s ease-in-out;
}
.btn-icon:hover {
  color: #4b5563; /* gray-600 */
}
.btn-back {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-settings {
  margin-left: auto;
}

/*    -top-stories*/

.TopStories {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.headingTopStories a {
  color: #0056b3;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.headingTopStories {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.MainNewsImage img {
  width: 100%;
  height: 170px !important;
  border-radius: 10px;
}

.mainNewsContent {
  margin-top: 15px;
}
.nEWSpUBLISH {
  font-size: 13px;
}
.newsTitle {
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.meta-info {
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 5px;
}

.meta-info .dot {
  font-weight: bold;
  color: #aaa;
}

.NewsTitleBoxRight {
  color: #000 !important;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
}

.NewsTitleBoxRight:hover {
  text-decoration: underline !important;
}

.rightSideNewsList .nEwsBox {
  	    background-color: #f6f8fc;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 5px;
}

.lrNewsBox,
.main-box-pr {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.imageNCONTENT img {
  border-radius: 10px;
  width: 100%;
}

.imageNCONTENT2 img {
  border-radius: 10px;
  width: 50px;
}

.headerSectionBox h3 {
  font-size: 20px;
  font-family: "Google Sans", sans-serif;
  line-height: 1.1428571429;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000000de;
}


.timizonIndia{
      height: 100%;
    background-color: #2956b3;
    width: max-content;
    color: #fff;
    padding: 12px;
    padding-left: 30px;
    padding-right: 30px !important;
    display: flex
;
    align-items: center;
    border-radius: 6px;
}


.news-topbar {
  background: #e21b22;
  border-bottom: 1px solid #e5e7eb;
  font-size: 14px;
  color: #333;
}

.weather span {
  margin-left: 6px;
  font-weight: 500;
}

.date-time {
     color: #000000;
    font-weight: 500;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 8px;
}

.breaking-label {
      color: #ffffff;
    font-weight: 600;
    margin-right: 10px;
}

.ticker {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 250px;
}

.ticker span {
  display: inline-block;
  animation: ticker 5s linear infinite;
}

@keyframes ticker {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.social-icons a {
  color: #444;
  margin-left: 10px;
  font-size: 15px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #0d6efd;
}

@media (max-width: 768px) {
  .news-topbar {
    font-size: 13px;
    text-align: center;
  }
  .ticker {
    width: 150px;
  }
}


.right-section.d-flex{
      width: 50%;
    background-color: #e21b22;
    padding: 7px 0px;
    color: #fff;
    padding-left: 20px;
}

.bbshow .imageNCONTENT img{
        width: 175px;
    height: 140px;
    object-fit: cover;
}


@media(max-width:767px){
  .LolTBOX .col-md-7{
    margin-top: 20px;
  }
}
.bbshow .n_CoNTENT a{
      font-size: 20px;
}

@media(max-width: 575px){
  .myorderminus{
    order: -1;
  }
  .bbshow .imageNCONTENT img{
        width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}
}

.detailsHeading h1{
      font-size: 25px;
}

.short_Description {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eee;
}

.large_descriptionP{
  margin-top: 10px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #eee;
}

.box-vpr-image img{
      width: 60px;
    margin-right: 10px;
    border-radius: 10px;
    height: 50px;
    object-fit: cover;
}


@media(max-width:600px){
  #topHeaer{
    padding-top:0px !important
  }
  .webLogo{
        display: flex;
    justify-content: center;
  }
  .searchForm{
    margin-bottom: 15px;
  }
  .newsItem h3{
        text-emphasis: bisque;
    font-size: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

  }
   .newsItem p{
        font-size: 13px;
   }
}