
    a {
        
        text-decoration: none !important ;

    }

    
    .uc-header {

        background : #000 ;

    }

    .uc-center-navbar {

        background: #000 ;
        color: #FFF ;

    }

    .text-facebook {

        background-color: #3b5998 ;
        color: #FFF ;
        padding: 0 10px 0 !important ;

    }

    .text-twitter {

        background-color: #41b5efff ;
        color: #FFF ;
        padding: 0 10px 0 !important ;

    }

    .text-youtube {

        background-color: #c62f2fff ;
        color: #FFF ;
        padding: 0 10px 0 !important ;

    }

    #wrapper{

        margin-top:20px ;

    }

    .post-title {
        font-size: 16px !important;
        line-height: 29px !important;
        font-weight: 700;
    }

    .unicon-search {

        color : #FFF; 

    }

    .uc-menu-trigger {

        color: #FFF ;

    }

    .first_news img {

        margin-bottom : 20px;

    }

    .first_news .news_title {

        color : #272525ff ;
        font-weight : 600 ;
        /* text-align: justify ; */

    }

    .first_news .news_para {

        color : #5d5b5bff ;
        font-weight : 500 ;
        text-align: justify ;

    }

    .main-header {
      background: linear-gradient(90deg, #d32f2f, #b71c1c);
      color: white;
      padding: 10px ;
      position: relative;
    }

    .main-header h1 {
      font-weight: 800;
      font-size: 28px;
      margin: 0 ;
    }

    .main-header .arrow {
      /* position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); */
      font-size: 26px;
      font-weight: bold;
    }

    .news-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s;
      margin-bottom: 1.5rem;
    }

    .news-card:hover {
      transform: translateY(-8px);
    }

    .news-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .card-title {
      font-size: 1.1rem;
      font-weight: 700;
      color: #000;
      padding: 1rem 1rem 0;
      line-height: 1.4;
    }

    .card-text {
      padding: 0 1rem 1rem;
      font-size: 1rem;
      color: #333;
      line-height: 1.5;
    }

    .bihar-map {
      position: absolute;
      top: -20px;
      left: 10px;
      opacity: 0.15;
      width: 180px;
      z-index: 0;
    }

    .section-header-arrow { 

        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;

    }

    .section-title {
        background-color: #d32f2f;
        color: white;
        padding: 12px 20px;
        font-size: 1.5rem;
        font-weight: bold;
        position: sticky;
        top: 0;
        z-index: 10;
    }
    .main-video-card {
        background-color: #000;
        color: white;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }
    .main-video-img {
        width: 100%;
        height: auto;
        display: block;
    }
    .video-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0,0,0,0.8));
        padding: 40px 20px 20px;
    }
    .video-title-main {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.3;
        margin-top : 30px;
        color: #FFF ;

    }
    .sidebar-video {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        color: white;
        text-decoration: none;
        transition: opacity 0.2s;
    }

    .sidebar-video:hover {
        opacity: 0.8;
        color: white;
    }

    .sub-video-image {

      width: auto;
      height: 70px;
      object-fit: cover;
      border-radius: 6px;
      object-fit: cover;
      display: block;
      position: relative;
      margin-right: 10px;

    }
    .sidebar-title {
        font-size: 0.95rem;
        margin-left: 12px;
        line-height: 1.3;
    }

.video-box {
    background : #000 ;
    padding : 30px 30px ;
}

.video-title-div {
  padding : 20px;
}

.small-div-title-main {
            
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    /* margin-top: 30px; */
    /* padding: 20px; */
    padding-left: 0;
    text-align: justify;

}

.bg-sky {

  background : #008ab9 ;

}

.bg-red {

  background : linear-gradient(90deg, #d32f2f, #b71c1c) ;

}

.bg-mehroon {

  background : #8e326a

}


.uc-header.header-seven.uc-sticky-below .uc-logo img {
    max-width : 100px !important; 
}

.main-title {

  font-size : 22px ;
  font-weight: 700;
    line-height: 37px;
  color: #000000c2 ;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Approx 20 words */
  overflow: hidden;
  text-overflow: ellipsis;

}

.main-title-2 {

    font-size: 16px !important ;
    line-height: 25px !important ;
    margin-bottom: 0;
    font-weight: 800;
    color: #000000d9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 ; /* Approx 20 words */
    overflow: hidden;
    text-overflow: ellipsis;

}

.sub-video-title {

    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 800;
    color: #FFFF;

}

.main-title-3 , .sub-title {

  font-size : 19px ;

}

.para {

  font-size: 18px;
  text-align: justify;

}

.news-card .main-title-2 {

  padding : 20px; 
  padding-bottom : 0 ; 

}

.home_para {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;

}

.my-breadcum {

  padding: 10px ;
  box-shadow: inset 0px 0px 0px 1px rgb(0, 0, 0, 0.2);
  border-radius: 30px;
  margin-bottom: 30px;
  border-left: 5px solid #292424;

}

@media screen and (max-width: 768px) {

  .main-header h1 {
    font-size: 1.7rem;
  }
  .main-header .arrow {
    font-size: 2rem;
    right: 15px;
  }
  .news-card img {
    height: 180px;
  }

  .video-title-main {
        font-size: 1.2rem;
  }

  .sub-video-image {
      width: 90px;
      height: 60px;
  }
  .sidebar-title {
      font-size: 0.9rem;
  }

  .uc-navbar-left, .uc-navbar-right, [class*=uc-navbar-center] {
      display: flex;
      gap: 0;
      align-items: center;
      justify-content: space-between;
      flex-direction: row-reverse;
  }

  .uc-navbar-left {
    width : 100% ;
  }

  .first_news .news_title {
      color: #272525ff;
      font-weight: 600;
      text-align: justify;
      font-size: 16px;
  }

  .first_news .news_para {
      color: #5d5b5bff;
      font-weight: 500;
      text-align: justify;
      font-size: 14px;
  }

}
