
#hero-10 {
  padding: 120px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-10 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-10 .hero-subtitle {
  font-size: 22px;
  color: #777;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 14px 40px;
  font-size: 18px;
}



#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-12 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-12 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #212529;
}
#faq-12 .faq-category-title {
  font-weight: 600;
  font-size: 1.4rem;
  color: #343a40;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
}
#faq-12 .accordion-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-12 .accordion-button {
  font-weight: 500;
  color: #495057;
  background-color: #fff;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none !important;
  text-align: left;
}
#faq-12 .accordion-button:not(.collapsed) {
  color: #0b5ed7;
  background-color: #f0f7ff;
}
#faq-12 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
  filter: brightness(0.6);
}
#faq-12 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230b5ed7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: none;
}
#faq-12 .accordion-body {
  padding: 1.25rem 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-12 .accordion-body p:last-child {
  margin-bottom: 0;
}



#customer-support-18 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  overflow: hidden;
}
#customer-support-18.bordered {
  border-top: 1px solid #dee2e6;
}
#customer-support-18 .container {
  max-width: 700px;
}
#customer-support-18 .support-text {
  font-size: 1.3rem;
  font-weight: 500;
  color: #343a40;
  margin-bottom: 1.5rem;
}
#customer-support-18 .primary-button .btn {
  padding: 0.8rem 2.5rem;
  font-weight: 500;
}
#customer-support-18 .primary-button .btn i {
  margin-right: 0.6rem;
}
#customer-support-18 .secondary-link {
  margin-top: 1rem;
}
#customer-support-18 .secondary-link a {
  font-size: 0.95rem;
  text-decoration: none;
}
#customer-support-18 .secondary-link a.text-muted {
  color: #6c757d !important;
}
#customer-support-18 .secondary-link a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  #customer-support-18 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #customer-support-18 .support-text {
    font-size: 1.15rem;
  }
  #customer-support-18 .primary-button .btn {
    padding: 0.7rem 1.8rem;
    font-size: 1rem;
  }
}



#call-to-action-3 {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 70px 15px;
  color: #fff;
  text-align: center;
}
#call-to-action-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#call-to-action-3 .content {
  position: relative;
  z-index: 2;
}
#call-to-action-3 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-3 p {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
#call-to-action-3 .btn {
  background-color: #ff5722;
  color: #fff;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-3 .btn:hover {
  background-color: #e64a19;
}
#call-to-action-3 .statistics {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
#call-to-action-3 .stat {
  text-align: center;
}
#call-to-action-3 .stat .value {
  font-size: 2rem;
  font-weight: bold;
}
#call-to-action-3 .stat .label {
  font-size: 1rem;
  color: #ddd;
}


