logo-section {
  background-color: white;
}

.logo-section2 {
  font-size: 12px;
}

@media (max-width:376px) {
  .logo-section2{
    font-size: 10px;
  }
  
}

li .nav-border {
  border: 2px solid white;
  border-top: none;
  border-bottom: none;
  border-right: none;
  width: 170px;
  padding: 13px;
  align-items: center;
  text-align: center;
  margin: auto;
}

li .nav-border2 {
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-right: none;
  width: 170px;
  padding: 13px;
  align-items: center;
  text-align: center;
  margin: auto;
}

ul .explore {
  background-color: #AF0505;
  color: white;
}

li.explore {
  background-color: #AF0505;
}

@media (max-width: 1024px) {
  li .nav-border {
    width: 100%;
    border: none;
    padding: 10px;
  }
}

.email-border {
  border-right: 2px solid black;
  width: 200px;
  text-align: start;
  align-items: center;
}

.email-border2 {
  width: 200px;
  text-align: start;
  align-items: center;
}

@media(max-width:768px) {
  .email-border {
    display: none;
  }
}

@media(max-width:768px) {
  .email-border2 {
    display: none;
  }
}

.nav-section {
  background-color: #AF0505;
}

.logo-image {
  height: 70px;
}

.danger {
  background-color: #AF0505;
  color: white;
}

.second-hero {
  background-image: url('../image/Rectangle\ 338\ \(6\).png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 50vh;
  width: 100%;
  padding: 5rem;
  color: white;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
}

.student {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.FORM1 {
  border: 2px solid #F5F3F0;
  background-color: #F5F3F0;
  padding: 40px;
  border-radius: 10px;
  /* max-height: 100%; */
  font-size: 14px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

#form2 {
  background-color: #EBE7E0;
}

.submit {
  align-items: center;
  text-align: center;
  border: 2px solid #AF0505;
  background-color: #AF0505;
  padding: 2px;
  border-radius: 10px;
  color: white;


}


#ward {
  background-color: #FFC1C1;
  border: 2px solid #FFC1C1;
  padding: 50px;
  border-radius: 10px;
}

.ward2 {
  text-decoration: none;
  color: white;
  border: 2px solid #500000;
  padding: 7px;
  background-color: #500000;
  margin-bottom: 100px;
  border-radius: 10px;
}

.ward2:hover {
  text-decoration: none;
  color: white;
  border: 2px solid black;
  padding: 7px;
  background-color: black;
  margin-bottom: 100px;
  border-radius: 10px;
}

.ward3 {
  color: #333333;
}

/* @media (max-width:380px) {
  #ward{
    margin-top: 200px;
  }
  
} */

.footer-section {
  background-color: #500000;
  border-radius: 10px;
  padding: 30px;
}

.icon-social {
  color: white;
}

.icon-social2 {
  color: white;
  font-size: 15px;
  font-weight: bold;
}

.icon-social3 {
  font-size: 20px;
  color: white;
}

.quick2 {
  text-decoration: none;
  color: white;
}

.icon-social,
.icon-social2,
.quick2 {
  font-size: 14px;
}

.icon-social3 i {
  font-size: 20px;
  transition: transform 0.3s ease;
  background-color: white;
  padding: 5px;
  border-radius: 5px;
}

.icon-social3:hover i {
  transform: scale(1.2);
}

.form-label,
.form-control,
.form-select,
textarea {
  font-size: 0.875rem;
  /* Adjust as needed (0.875rem = 14px) */
}

.form-check-label {
  font-size: 0.9rem;
}

h2,
h4 {
  font-size: 1.25rem;
  /* Smaller headers */
}

strong {
  font-weight: bolder;
  font-size: 0.95rem;
}