
#hero-23 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 5rem 0;
  text-align: center;
}
#hero-23 .container {
  position: relative;
  z-index: 2;
}
#hero-23 .hero-content-wrapper-23 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-23 .hero-title-23 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-23 .hero-subtitle-23 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 1.75rem;
  opacity: 0.95;
}
#hero-23 .hero-cta-button-23 {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}
#hero-23 .hero-cta-button-23:hover {
  filter: brightness(115%);
}
@media (max-width: 767.98px) {
  #hero-23 {
    min-height: 50vh;
    padding: 4rem 0;
  }
  #hero-23 .hero-title-23 {
    font-size: 2.4rem;
  }
  #hero-23 .hero-subtitle-23 {
    font-size: 1.1rem;
  }
}



#contact-13 {
  padding: 60px 0;
  background-color: #fff;
  overflow: hidden;
}
#contact-13 .section-header {
  margin-bottom: 50px;
  text-align: center;
}
#contact-13 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
#contact-13 .section-description {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto;
}
#contact-13 .department-card {
  background-color: #f8f9fa;
  padding: 30px 25px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
}
#contact-13 .department-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
#contact-13 .department-icon {
  font-size: 2.8rem;
  color: #c8a45d;
  margin-bottom: 20px;
}
#contact-13 .department-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#contact-13 .department-description {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 20px;
  flex-grow: 1;
}
#contact-13 .department-contact-btn {
  display: inline-block;
  background-color: #c8a45d;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
  margin-top: auto;
}
#contact-13 .department-contact-btn:hover {
  background-color: #ab8a4a;
}
#contact-13 .general-inquiry-section {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
#contact-13 .general-inquiry-text {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 15px;
}
#contact-13 .general-inquiry-btn {
  display: inline-block;
  background-color: #5a7bb4;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
#contact-13 .general-inquiry-btn:hover {
  background-color: #4a689a;
}
@media (max-width: 767.98px) {
  #contact-13 {
    padding: 40px 0;
  }
  #contact-13 .section-title {
    font-size: 2rem;
  }
  #contact-13 .department-card {
    padding: 25px 20px;
  }
  #contact-13 .department-icon {
    font-size: 2.5rem;
  }
  #contact-13 .department-title {
    font-size: 1.2rem;
  }
}



#faq-16 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-16 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #212529;
}
#faq-16 .faq-list-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#faq-16 .faq-minimal-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
}
#faq-16 .faq-minimal-item:last-child {
  border-bottom: none;
}
#faq-16 .faq-minimal-question {
  font-weight: 600;
  font-size: 1.15rem;
  color: #343a40;
  margin-bottom: 0.8rem;
  display: block;
}
#faq-16 .faq-minimal-answer {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}


