:root {
    --title-underline-color: #ffa000;
}

* {
    font-family: Arial, Helvetica, sans-serif;
}

.department {
    margin-bottom: 3rem;
}
.department__title {
    position: relative;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.department__title::after {
    content: "";
    position: absolute;
    bottom: -0.4rem;
    left: 50%;
    transform: translateX(-50%);
    height: 0.3rem;
    width: 30%;
    background-color: var(--title-underline-color);
}
.department__staffs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.staff {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.8;
}
.staff__img {
    border-radius: 50%;
    width: 100%;
    max-width: 15rem;
}
.staff__name {
    font-weight: bold;
}
.staff__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    transition: 0.2s ease-in-out;
}
.staff__icon {
    position: relative;
    max-width: 1rem;
    min-width: 1rem;
    height: 1rem;
    padding: 0.3rem;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
}
.staff__contact:hover .staff__icon {
    scale: 1.1;
}
.staff__contact--whatsapp:hover {
    color: #25d366;
}
.staff__icon--whatsapp {
    background-color: #25d366;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #C9A200;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}

        .contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #ffa000;
  border-radius: 50%;
  padding: 8px;

}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}
.bx {
    font-family: 'boxicons'!important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #ffa000 ;
  border: 0;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

      .contact .info-box {
color: #444;
text-align: center;
box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
padding: 20px 0 30px 0;
margin-bottom: 30px;
width: 100%;
}

.contact .info-box i {
font-size: 40px;
color: #ffa000;
border-radius: 50%;
padding: 8px;

}

.contact .info-box h3 {
font-size: 20px;
color: #666;
font-weight: 700;
margin: 10px 0;
}
.bx {
  font-family: 'boxicons'!important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact .info-box p {
padding: 0;
line-height: 24px;
font-size: 14px;
margin-bottom: 0;
}

@-webkit-keyframes animate-loading {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}

@keyframes animate-loading {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
  padding: 30px;
}
.contact .php-email-form .form-group {
margin-bottom: 20px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
background-color: #C9A200;
}

.contact .php-email-form input {
padding: 10px 15px;
}

.contact .php-email-form textarea {
padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
background: #ffa000;
border: 0;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
background: #C9A200;
}