/* Sticky Footer Fix */
html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}


body { font-family: Arial; }

/* Branding */
.ifsc-brand {
  color: #0d47a1; /* Dark blue */
}

.ifsc-header .nav-link {
  color: #333;
  font-weight: 500;
  transition: color 0.2s;
}

.ifsc-header .nav-link:hover {
  color: #00796b; /* Teal hover */
}

.ifsc-footer h5,
.ifsc-footer h6 {
  color: #0d47a1;
}

.footer-link {
  color: #555;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
  color: #00796b;
}


/* Reusable hover effect for bank cards */
.hover-shadow:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

/* Form spacing */
.form-label {
  font-weight: 600;
  color: #333;
}

section {
  scroll-margin-top: 100px;
}

.hover-shadow:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transform: translateY(-2px);
  transition: all 0.2s ease-in-out;
}

.hover-shadow:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  transform: translateY(-3px);
  transition: all 0.2s ease-in-out;
}


