 .image-box {
      position: relative;
      width: 100%;
      text-align: left;
    }

    .image-box img {
      width: 100%;
      height: auto; 
      display: block;
    }

    .overlay-text {
      position: absolute;
      top: 30%;
      transform: translateY(-50%);
      color: white;
      padding: 20px 30px;
      font-size: 40px;
    }

    .chairman-message-box {
      margin: 50px auto;
      max-width: 1000px;
      padding: 20px;
    }

    .chairman-title {
      font-size: 24px;
      font-weight: bold;
    }

    .chairman-body {
      text-align: justify;
      margin-top: 15px;
    }

    .chairman-sign {
      font-weight: bold;
      text-align: right;
      margin-top: 30px;
    }

    .chairman-subsign {
      text-align: right;
      font-style: italic;
    }
    .footer {
  background-color: #510024;
  color: white;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.footer-logo-section {
  flex: 1 1 250px;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo {
  width: 160px;
  height: auto;
}

.logo-text {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

.footer-links {
  flex: 2 1 600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: -10px;
}

.footer-links ul li a {
  text-decoration: none;
  color: white;
}

.footer-column {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 140px;
}

.footer-column li {
  margin-bottom: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
  color: white;
}

.footer-column li:hover {
  text-decoration: underline;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 20px auto 10px;
  max-width: 95%;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer-top {
    text-align: center;
    gap: 10px;
  }

  .footer-logo-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
  }

  .logo-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .footer-logo {
    width: 120px;
  }

  .logo-text {
    font-size: 13px;
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    margin: 0;
  }

  .footer-column {
    margin: 0;
    padding: 0;
  }

  .footer-column li {
    margin-bottom: 5px;
    font-size: 13.5px;
  }

  .footer-divider {
    margin: 15px auto 5px;
  }

  .footer-bottom {
    font-size: 12.5px;
    margin-top: 0;
    padding-bottom: 10px;
  }
}
