﻿body, html {
    margin: 0;
    padding: 0;
}

.navbar-brand .fw-bold.text-primary {
  color: #2c4489 !important; 
  font-weight: bold;
}

.footer-wrapper {
  background-color: #996600;
  width: 100%;
}
.container-fluid {
  padding-left: 15px; /* or keep default */
  padding-right: 15px;
  
}

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030; 
   /* background-color: #2c4489; */
}
.col-lg-4 .login-box {
  max-width: 450px;
  width: 100%;
  margin-top: 110px !important; /* center it horizontally */
  /*padding: 1.5rem; */ 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/* Optional: give .col-lg-4 flex behavior to control alignment */
.col-lg-4 {
  display: flex;
  align-items: flex-start;  /* Align to top */
  justify-content: center;  /* Center horizontally */
}
.small, small {
    font-size: .875em;
}
.form-label {
    margin-bottom: .5rem;
}

.quick-link-footer {
    background: #90EE90;  
    font-size: 0.95rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #000000;  /* Default text color white */
    margin: 0;
    /*padding: 0; */
    margin-bottom: 55px;
    
}

  

.quick-link-footer h6,
.quick-link-footer p,
.quick-link-footer ul li a {
    color: #000000;  /* White text for most */
    text-decoration: none;  /* No underline for links */
     margin-bottom: 4px;
    
}

.contact-info h6,
.contact-info p {
  color: #000000 !important;
}

.quick-link-footer ul li a:hover {
    color: #0000FF;  /* Yellow on hover */
}

.social-icons a {
    font-size: 1.2rem;
    color: #000000;  /* White social icons */
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #FFFF00;  /* Yellow on hover */
}

.copyright p {
    color: #fff;  /* White copyright */
}

.quick-link-footer .row {
  margin-bottom: 0; /* Removes extra space under the grid row */
}

.quick-link-footer .col-md-4,
.quick-link-footer .col-md-2 {
  margin-bottom: 0 !important; /* Prevent columns from pushing down */
  padding-bottom: 0 !important;
}

.quick-link-footer .copyright {
  margin-top: px; /* Reduce from mt-4 (usually 1.5rem = 24px) */
}

/*
.quick-link-footer-logo {
    width: 50px;
    height: auto;
}*/

/*reform Section*/
.reforms-section {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 24px;
    overflow: visible;
    /* Optionally add max-width if needed, but col-lg-5 controls width */
}

.section-title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.reforms-tags {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tag {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px;
    color: #555;
    white-space: nowrap;
}

/* Related departments styling */
.related-section {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.related-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.related-list li {
    position: relative;
    padding-left: 24px; /* space for arrow */
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #000;
}

/* Blue arrow before each list item */
.related-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #007bff; /* Bootstrap blue or pick your preferred blue */
    font-weight: bold;
    font-size: 18px;
}

/* Optional: Equal height columns */
.row.align-items-start > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.reforms-section, .related-section {
    flex-grow: 1;
}


.mb-4 {
    margin-bottom: 1.5rem !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 600;
}


.bengaluru-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1rem 1rem;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 100px;
    width: 150px;
}

.bengaluru-card img {
    /*position: absolute;*/
    top: -150px;
    left: 50%;
    transform: translateX(-0%);
    width: 300px;
    height: 250px;
    z-index: 2;
}

.bengaluru-card ul {
    text-align: left;
    padding-left: 0;
    list-style-type: disc;
}
.bengaluru-card li {
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

.bengaluru-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 1rem 0;
}

.bengaluru-title::before,
.bengaluru-title::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); /* lighter gray with 20% opacity */
  margin: 0 10px;
}

/*login box */

.login-box {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.login-box h5 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

/*cards*/
.service {
  background-color: #bbe9ff;
  border-radius: 70px;
  border: 2px solid #006391;
}

.service-card {
  background-color: #2c4489; /* Blue background */
  color: #e6e6e6; /* Light text */
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
  height: 200px;
  width: 100%;
}

.service-card h5 {
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-card ul li {
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #c7d1f0; /* Slightly lighter */
}

.service-card ul li a {
  color: #c7d1f0;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 18px;
}

.service-card ul li a:hover {
  color: #a9bdfc;
}

.icon {
  font-size: 1.2rem;
}


.col-md-4 contact-info p {
  color: black;
}

.quick-link-footer-bpas {
    width: 80px;
    height: auto;
}

.quick-link-footer-logo {
    width: 40px;
    height: auto;
}

.quick-link-footer-img
{
    width:225px;
    height:auto;
}

/*slider*/
.main-slider {
    top: 70px;
}
