/* first nav bar  */
*{
    margin:0;
    padding:0;
}

 h1, h2, h3, h4, h5, h6, p {
      font-family: 'Noto Sans', sans-serif;
      /* font-size:16px; */
    }
    .nav-link.active {
  color: #E93314 !important;
  font-weight: bold;
  border-bottom: 2px solid #E93314;
}

    .news-bar {
      background-color: #111;
      color: #fff;
      padding: 8px 12px;
    }

    .date-box {
      background-color: #000;
      text-align: center;
      font-weight: bold;
      padding: 6px;
      font-size: 0.9rem;
    }

    .date-box span {
      display: block;
      line-height: 1;
    }

    .hot-news-label {
      background-color: #E93314;
      padding: 6px 10px;
      font-weight: 600;
      font-size: 0.9rem;
      color: #fff;
      display: inline-block;
    }

    .news-content {
      
      padding: 5px 10px;
      border-radius: 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 0.9rem;
    }

    .controls i {
      background: #E93314;
      color: white;
      padding: 5px 8px;
      border-radius: 3px;
      margin-right: 4px;
      cursor: pointer;
    }

    .social-icons a {
      background-color: #E93314;
      color: white;
      padding: 6px 8px;
      margin-right: 6px;
      border-radius: 3px;
      font-size: 0.9rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .subscribe-btn {
      background-color: #E93314;
      color: white;
      padding: 6px 12px;
      font-weight: bold;
      border: none;
      border-radius: 3px;
    }
.social-icon {
  background-color: #E93314;
  color: #fff;
  padding: 6px 8px;
  border-radius: 3px;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.subscribe-btn {
  background-color: #E93314;
  color: #fff;
  padding: 6px 12px;
  font-weight: bold;
  border: none;
  border-radius: 3px;
}

    @media (max-width: 576px) {
      .news-content {
        font-size: 0.8rem;
      }
      .hot-news-label {
        font-size: 0.8rem;
      }
      .date-box {
        font-size: 0.8rem;
      }
      .controls i,
      .social-icons a,
      .subscribe-btn {
        padding: 8px 6px;
        font-size: 0.8rem;
      }
    }
    /* first nav end */

    /* second nav start */

     body {
      font-family: 'Noto Sans', sans-serif;
      
    }

    .logo-img {
      max-height: 70px;
    }

    .nav-link {
      color: #000;
      font-weight: 600;
      font-size: 11px;
      padding: 8px 14px;
      white-space: nowrap;
      margin-right: 4px;
    }

    .nav-link:hover {
      color: #E93314;
    }

    .navbar-nav {
      flex-wrap: wrap;
      justify-content: start;
    }

   
    /* second nav end */

    
    /* banner start */

    .carousel-item {
      height: 500px;
      background-size: cover;
      background-position: center;
      position: relative;
      color: white;
    }

    .carousel-overlay {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      background: rgba(0, 0, 0, 0.6);
      padding: 20px;
      border-radius: 10px;
    }

    .category-badge {
      background-color: #E93314;
      padding: 6px 12px;
      font-weight: bold;
      color: white;
      display: inline-block;
     
      font-size: 0.9rem;
    }

    .headline {
      font-size: 1.3rem;
      font-weight: bold;
      margin-top: 10px;
    }

    .meta-info {
      font-size: 0.85rem;
      margin-top: 8px;
    }

    .meta-info i {
      margin-right: 5px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: #E93314;
      padding: 20px;
      border-radius: 4px;
    }

    .carousel-indicators {
      margin-bottom: 0;
    }

    .carousel-indicators [data-bs-target] {
      background-color: #fff;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin: 3px;
    }

    .carousel-indicators .active {
      background-color: #E93314;
    }
    /* Custom Vertical Prev/Next */
  .custom-nav-buttons {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
  }

  .custom-nav-buttons .carousel-control-prev-icon,
  .custom-nav-buttons .carousel-control-next-icon {
    background-color: #E93314;
    padding: 12px;
    border-radius: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom-nav-buttons .carousel-control-prev-icon::after,
  .custom-nav-buttons .carousel-control-next-icon::after {
    content: '';
  }

  .custom-nav-buttons .carousel-control-prev,
  .custom-nav-buttons .carousel-control-next {
    position: static;
    background: none;
    border: none;
  }

  /* banner end */

    /* news section1,2 */
  .responsive-para {
    height: 60px;
    }
.responsive-subpara{
 height: 60px;
 font-size:12px
}
  /* news section1,2  end*/

/* newslist category section start */
.category{
 background: #FFE8E8;
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
 padding:10px;
 border: 2px solid #c8c6c6;
 border-radius: 10px;
}
   .category-box {
    background: #fff;
    /* border: 2px solid #FFE8E8; */
    border-radius: 10px;
    padding: 15px 20px;
   
  }

  .category-title {
    
    font-weight: bold;
    color: #E93314;
    text-align: center;
    margin-bottom: 15px;
  }

  .category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffe6e6;
    padding: 8px 12px;
 
    margin-bottom: 8px;
    
    font-weight: 500;
  }

  .category-count {
    background: #E93314;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 3px;
    
    min-width: 30px;
    text-align: center;
  }
/* newslist category section end */



.social-icon {
  width: 36px;
  height: 36px;
  background-color: #d32f13;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 18px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}
.social-icon:hover {
  transform: scale(1.1);
  background-color: #d84315;
}


.news-text {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.sticky-weather{
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border: 2px solid #c8c6c6;
  border-radius: 5px;
}
a {
  color: inherit;
  text-decoration: none;
}

 .news-content-header{
font-size: 12px; 
white-space: normal;
 overflow: hidden;
  }

   @media (max-width: 768px) {
      .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
      }

      .nav-link {
        padding: 10px 15px;
        width: 100%;
      }

      /* news section1,2 */
    .responsive-para {
    height: 100px;
    
  }
.responsive-subpara{
   height: 100px;
}
  
  /* news section1,2 end */
    }
  