body {
    font-family: 'Segoe UI', sans-serif;
}

.bg-maroon {
      background-color: #841c1c;
    }

    .top-nav a {
      color: white !important;
      font-weight: 500;
      margin-right: 15px;
    }

    .login-btn {
      background: linear-gradient(to right, orange, #ff9900);
      color: black;
      font-weight: bold;
      border-radius: 5px;
      padding: 8px 20px;
      text-decoration: none;
      box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    }

    .main-header {
      background-color: rgb(168, 154, 154);
      padding: 10px 0;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .main-header img {
      height: 60px;
    }

    .dropdown-menu a {
      color: #333 !important;
    }

    .navbar .dropdown-menu {
      background-color: #fff;
    }

    @media (max-width: 991px) {
      .top-nav .navbar-collapse {
        background-color: #841c1c;
        padding: 10px;
      }

      .top-nav .nav-link {
        margin-right: 0;
      }
    }


.bg-maroon {
    background-color: #7B1F23;
}

.btn-maroon {
    background-color: #7B1F23;
    color: white;
}
.btn-maroon:hover {
    background-color: #5e1518;
    color: white;
}
.bg-light-green {
    background-color: #DFF6DD;
}
.carousel-content-item {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background-color: #f8f9fa;
    color: #7B1F23;
}
.info-card i {
    font-size: 2rem;
    margin-bottom: 10px;
}
.scheme-box {
    background-color: #f8f9fa;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.scheme-box h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7B1F23;
}
.scheme-box ul {
    list-style: none;
    padding-left: 0;
}
.scheme-box ul li {
    margin-bottom: 10px;
}


.scheme-box ul li i {
    margin-right: 10px;
    color: #7B1F23;
}
.scheme-box ul li {
margin-bottom: 6px;
font-size: 0.9rem;
}
.scheme-box ul li:hover {
text-decoration: underline;
cursor: pointer;
}

.scheme-box ul a {
  text-decoration: none;
  color: #a10000; /* dark red shade to match your theme */
  font-weight: 400;
  display: block;
  padding: 5px 10px;
  transition: background-color 0.3s ease;
}

.scheme-box ul a:hover {
  background-color: #ffe5e5; /* light red hover effect */
  color: #800000;
}


.navbar-brand img {
    vertical-align: middle;
    margin-right: 10px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-link {
    cursor: pointer;
}
/* Footer */
footer {
background-color: #a12222;
}
footer h5 {
font-size: 1rem;
margin-bottom: 1rem;
}
footer ul li {
margin-bottom: 6px;
font-size: 0.9rem;
}
footer ul li:hover {
text-decoration: underline;
cursor: pointer;
}
footer p {
font-size: 0.9rem;
}        body {
    font-family: 'Segoe UI', sans-serif;
}

.bg-maroon {
    background-color: #7B1F23;
    color: white;
}

.about-section h2,
.about-section h4 {
    color: #7B1F23;
}

.green-footer {
    background: linear-gradient(to right, #f7f7f7, #e6e6e6);
    color: black;
}

.footer-section h5 {
    font-size: 1.1rem;
    font-weight: bold;
}
a {
    color: #f7f7f7; /* or any theme-appropriate color */
    text-decoration: none;
}

a:hover {
    color: #f0f0f0;
    text-decoration: underline;
}


h2 span{
  color: #d19008;
  font-size: 30px;
}

        .bg-maroon {
            background: linear-gradient(to right, #B22222, #7B1F23);
            color: white;
        }
        .green-footer {
            background: linear-gradient(to right, #7B1F23, #7B1F23);
            color: rgb(255, 255, 255);
        }
        .footer-section h5 {
            font-size: 1.1rem;
            font-weight: bold;
        }
        .text-maroon {
            color: #7B1F23;
        }
        .form-control {
            margin-bottom: 15px;
        }

.gradient-banner {
    background: linear-gradient(to right, #bd9b38, #d8cb14);
    padding: 20px 0;
    color: white;
    text-align: center;
  }

  .gradient-banner h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
  }

  .title-text{
        font-size: 1rem;
          font-weight: bold;
       color: #7B1F23;;
  }