
#hero-3 {
  padding: 100px 0;
}
#hero-3 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
}
#hero-3 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
#hero-3 .hero-image {
  max-width: 100%;
  border-radius: 8px;
}



#contact-9 {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333;
  overflow: hidden;
}
#contact-9 .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #a0522d;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#contact-9 .section-description {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1rem;
  color: #6c757d;
}
#contact-9 .contact-info-block {
  margin-bottom: 30px;
}
#contact-9 .contact-info-title,
#contact-9 .contact-form-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #343a40;
}
#contact-9 .contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
#contact-9 .contact-info-item .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #f0e6d2;
  color: #a0522d;
  border: 1px solid #e0cfb2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-right: 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#contact-9 .contact-info-item:hover .icon {
  background-color: #a0522d;
  color: #fff;
}
#contact-9 .contact-info-item .details h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #343a40;
}
#contact-9 .contact-info-item .details p {
  font-size: 1rem;
  margin-bottom: 0;
  color: #6c757d;
  line-height: 1.6;
}
#contact-9 .contact-info-item .details a {
  color: #a0522d;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
#contact-9 .contact-info-item .details a:hover {
  color: #8b4513;
  text-decoration: underline;
}
#contact-9 .contact-form-wrapper {
  background-color: #f8f9fa;
  padding: 35px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
#contact-9 .form-description {
  margin-bottom: 20px;
  font-size: 0.95rem;
  color: #6c757d;
}
#contact-9 .form-label {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #495057;
}
#contact-9 .form-control {
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 12px 18px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-9 .form-control:focus {
  border-color: #a0522d;
  box-shadow: 0 0 0 0.25rem rgba(160, 82, 45, 0.2);
}
#contact-9 .btn-submit-contact {
  background-color: #a0522d;
  border: none;
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(160, 82, 45, 0.2);
}
#contact-9 .btn-submit-contact:hover {
  background-color: #8b4513;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(160, 82, 45, 0.3);
}
#contact-9 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 5px;
}
#contact-9 .contact-alert.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
#contact-9 .contact-alert.error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
@media (max-width: 991.98px) {
  #contact-9 .section-title {
    font-size: 2rem;
  }
  #contact-9 .section-description {
    font-size: 1rem;
  }
  #contact-9 .contact-info-block {
    margin-bottom: 40px;
  }
  #contact-9 .contact-form-wrapper {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  #contact-9 {
    padding: 40px 0;
  }
  #contact-9 .section-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #contact-9 .section-description {
    margin-bottom: 30px;
  }
  #contact-9 .contact-info-title,
  #contact-9 .contact-form-title {
    font-size: 1.5rem;
  }
  #contact-9 .contact-info-item .icon {
    width: 45px;
    height: 45px;
    font-size: 1.4rem;
  }
  #contact-9 .contact-info-item .details h5 {
    font-size: 1rem;
  }
  #contact-9 .contact-info-item .details p {
    font-size: 0.95rem;
  }
  #contact-9 .contact-form-wrapper {
    padding: 20px;
  }
  #contact-9 .btn-submit-contact {
    width: 100%;
    padding: 10px 20px;
  }
}



#faq-23 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-23 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-23 .faq-trigger-list .list-group-item {
  padding: 1rem 1.25rem;
  font-weight: 500;
  color: #343a40;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-color: #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq-23 .faq-trigger-list .list-group-item:hover {
  background-color: #eef2f7;
  color: #0d6efd;
}
#faq-23 .faq-trigger-list .list-group-item i {
  color: #adb5bd;
  font-size: 0.9em;
}
#faq-23 .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
#faq-23 .modal-title {
  font-weight: 600;
  font-size: 1.2rem;
}
#faq-23 .modal-body {
  padding: 1.5rem 2rem;
  line-height: 1.7;
}
#faq-23 .modal-body img {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #eee;
}
#faq-23 .modal-body p:last-child {
  margin-bottom: 0;
}
#faq-23 .modal-footer {
  border-top: 1px solid #dee2e6;
  background-color: #f8f9fa;
}


