/*  FLASH NEWS  */
.flash-news {
    width: 100%;
    height: 60px;
    background-color: rgb(0 168 232);
    padding-top: 0px !important;
}
@media (min-width: 992px) {
    .menu {
        display: flex;
        /*gap: 1rem;*/
        margin-left: 146px !important;
    }
}
.hindi-text {
    color: #0A65A9;
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 18px !important;
    margin-top: 36px;
}

.text-content-1 {
    color: #0A65A9;
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 23px !important;
}

.text-content-2 {
    color: #000;
    font-weight: 700;
    font-size: 27px;
    padding-bottom: 20px !important;
}

.flash-banner {
    background-image: url('../images/flash-news-vector.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px;
    display: flex;
    align-items: center;
}

.flash-banner p {
    color: white;
    font-weight: 700;
    font-size: 25px;
    padding-left: 5px;
}

/* ----------------------------------
   ✅ Responsive Media Queries
---------------------------------- */

/* Small devices (phones, 320px – 479px) */
@media (max-width: 479px) {
    .flash-news {
        height: 40px;
    }

    .flash-banner {
        height: 40px;
        background-size: 60%;
    }

    .flash-banner p {
        font-size: 16px;
    }

    .hindi-text {
        font-size: 16px;
        padding-bottom: 8px !important;
    }

    .text-content-1 {
        font-size: 20px;
        padding-bottom: 10px !important;
    }

    .text-content-2 {
        font-size: 16px;
        padding-bottom: 10px !important;
    }
}

/* Medium devices (tablets, 480px – 767px) */
@media (min-width: 480px) and (max-width: 767px) {
    .flash-news {
        height: 50px;
    }

    .flash-banner {
        height: 50px;
        background-size: 75%;
    }

    .flash-banner p {
        font-size: 20px;
    }

    .hindi-text {
        font-size: 20px;
        padding-bottom: 10px !important;
    }

    .text-content-1 {
        font-size: 30px;
        padding-bottom: 12px !important;
    }

    .text-content-2 {
        font-size: 20px;
        padding-bottom: 12px !important;
    }
}

/* Large devices (small laptops/desktops, 768px – 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .flash-banner p {
        font-size: 22px;
    }

    .hindi-text {
        font-size: 22px;
    }

    .text-content-1 {
        font-size: 35px;
    }

    .text-content-2 {
        font-size: 24px;
    }
}

/* Notifications css */
.bg-blue{
    background-color: #E6F6FD;
}
.card{
    background-color: #ffffff;
    padding: 10px;
}
.card-two{
    margin-top: 4.5rem;
    margin-bottom: 0.5rem;
}
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

.animate-fade-up {
    animation: fade-up 0.8s ease-out both;
}

.delay-100 {
    animation-delay: 0.1s;
}

.delay-200 {
    animation-delay: 0.2s;
}

/* About US Content Styles */
.about-content {
    text-align: justify;
}

/* Govedrning Council */
.top-minus-8 {
    top: -8px !important;
}

/* Chart CSS */
canvas {
  background-color: white;
  border-radius: 0.5rem;
  /* box-shadow: 0 0 20px rgba(0,0,0,0.05); */
  width: 100%;
  margin: 50px;
}

button[type="submit"]{
    color: white;
}

.heading h3{
    text-align: center;
    font-size: 45px;
    padding: 11px;
}
.heading p{
    text-align: center;
}
@layer utilities {
  .list-circle {
    list-style-type: circle;
  }
}


.border-2{
    border:2px solid black !important;
}

/*==============================
Sub Navbar
==============================*/
@media (min-width: 320px) And (max-width: 991px) {
  .lee-style {
    display: block !important;
  }
}

@media (max-width: 992px) And (max-width: 2400px) {
  .lee-style { 
    max-width: 1712px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;

  }
}