
#hero-9 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-9 .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero-9 .container {
  position: relative;
  z-index: 2;
}
#hero-9 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-9 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}



#contact-10 {
  padding: 80px 0;
  background-color: #f4f4f4;
  overflow: hidden;
}
#contact-10 .section-title-container {
  margin-bottom: 50px;
}
#contact-10 .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
#contact-10 .section-description {
  text-align: center;
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#contact-10 .contact-visual-wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-wrap: wrap;
}
#contact-10 .contact-details-column {
  padding-right: 30px;
}
#contact-10 .contact-image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#contact-10 .contact-info-title,
#contact-10 .contact-form-title,
#contact-10 .map-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #c8a45d;
}
#contact-10 .contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#contact-10 .contact-info-item .icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #c8a45d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 15px;
}
#contact-10 .contact-info-item .details h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 2px;
  color: #343a40;
}
#contact-10 .contact-info-item .details p,
#contact-10 .contact-info-item .details a {
  font-size: 0.95rem;
  margin-bottom: 0;
  color: #6c757d;
  text-decoration: none;
  line-height: 1.5;
}
#contact-10 .contact-info-item .details a:hover {
  color: #a0522d;
}
#contact-10 .contact-form-column {
  padding-left: 30px;
}
#contact-10 .form-label {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 0.9rem;
  color: #495057;
}
#contact-10 .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 10px 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-10 .form-control:focus {
  border-color: #c8a45d;
  box-shadow: 0 0 0 0.25rem rgba(200, 164, 93, 0.25);
}
#contact-10 .btn-submit-contact {
  background-color: #c8a45d;
  border: none;
  color: #fff;
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}
#contact-10 .btn-submit-contact:hover {
  background-color: #ab8a4a;
  transform: translateY(-2px);
}
#contact-10 .map-container {
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
  height: 350px;
}
#contact-10 .map-container iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
#contact-10 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 5px;
}
#contact-10 .contact-alert.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
#contact-10 .contact-alert.error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
@media (max-width: 991.98px) {
  #contact-10 .contact-details-column {
    padding-right: 0;
  }
  #contact-10 .contact-form-column {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  #contact-10 {
    padding: 50px 0;
  }
  #contact-10 .section-title {
    font-size: 2rem;
  }
  #contact-10 .contact-visual-wrapper {
    padding: 25px;
  }
  #contact-10 .map-container {
    height: 300px;
  }
  #contact-10 .btn-submit-contact {
    width: 100%;
  }
}



#faq-24 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-24 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-24 .faq-tabs-nav {
  margin-bottom: 2.5rem;
  border-bottom-color: #dee2e6;
  justify-content: center;
}
#faq-24 .faq-tabs-nav .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: transparent transparent #dee2e6;
  border-bottom-width: 2px;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
#faq-24 .faq-tabs-nav .nav-link i {
  font-size: 1.1em;
  opacity: 0.7;
}
#faq-24 .faq-tabs-nav .nav-link:hover {
  color: #0d6efd;
  border-color: transparent transparent #adb5bd;
}
#faq-24 .faq-tabs-nav .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background-color: transparent;
  border-color: transparent transparent #0d6efd;
}
#faq-24 .faq-tabs-nav .nav-link.active i {
  opacity: 1;
}
#faq-24 .faq-pills-nav {
  margin-bottom: 2.5rem;
  justify-content: center;
}
#faq-24 .faq-pills-nav .nav-link {
  color: #495057;
  background-color: #e9ecef;
  border: none;
  border-radius: 50rem;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0.3rem;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#faq-24 .faq-pills-nav .nav-link i {
  font-size: 1.1em;
  opacity: 0.7;
}
#faq-24 .faq-pills-nav .nav-link:hover {
  background-color: #dee2e6;
  color: #000;
}
#faq-24 .faq-pills-nav .nav-link.active {
  color: #fff;
  font-weight: 600;
  background-color: #0d6efd;
}
#faq-24 .faq-pills-nav .nav-link.active i {
  opacity: 1;
}
#faq-24 .tab-content {
}
#faq-24 .tab-pane .faq-item-in-tab {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #eee;
}
#faq-24 .tab-pane .faq-item-in-tab:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#faq-24 .faq-question-in-tab {
  font-weight: 600;
  font-size: 1.1rem;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#faq-24 .faq-answer-in-tab {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}



#call-to-action-11 {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
}
#call-to-action-11 .left-col,
#call-to-action-11 .right-col {
  flex: 1 1 50%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  text-align: left;
}
#call-to-action-11 .left-col {
  background-color: #f8f9fa;
  color: #333;
}
#call-to-action-11 .left-col h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-11 .left-col p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-11 .left-col .btn {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-11 .left-col .btn:hover {
  background-color: #0056b3;
  color: #fff;
}
#call-to-action-11 .right-col {
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #call-to-action-11 {
    flex-direction: column;
  }
  #call-to-action-11 .left-col,
  #call-to-action-11 .right-col {
    flex: 1 1 100%;
    min-height: auto;
  }
  #call-to-action-11 .left-col {
    text-align: center;
  }
}


