.footer-section {
  min-height: 60vh;
  /* background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); */
  background: linear-gradient(180deg, #fff5e4, #de490d);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
  color: #fff;
}

.footer-container{
  width: 100%;
}
.school-logo {
  width: 80px;
  border-radius: 50%;
}

.school-name {
  font-size: 1.8rem;
  font-weight: 700;
}

.school-address {
  font-size: 0.9rem;
  color: #dcdcdc;
}

.footer-menu a {
  color: #b8ffb8;
  text-decoration: none;
  padding: 5px 12px;
  font-size: 0.95rem;
}

.footer-menu a:hover {
  color: #ffffff;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #9eff9e;
  color: #9eff9e;
  margin: 5px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #9eff9e;
  color: #000;
}

.blank-div{
    margin: 30px auto;
    border: 1px solid gray;
}

.copyright{
    font-size: 18px;
}

.developed-by{
    font-size: 14px;
}

@media (min-width: 768px) {
  .school-name {
    font-size: 2.3rem;
  }

  .blank-div{
    width: 60%;
  }

}
