
#hero-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 8rem 0;
  text-align: center;
}
#hero-24 .container {
  width: 100%;
}
#hero-24 .hero-content-wrapper-24 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#hero-24 .hero-title-24 {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
#hero-24 .hero-subtitle-24 {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #hero-24 {
    padding: 7rem 0;
  }
  #hero-24 .hero-title-24 {
    font-size: 3.2rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #hero-24 {
    padding: 5rem 0;
    min-height: 40vh;
  }
  #hero-24 .hero-title-24 {
    font-size: 2.6rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.1rem;
  }
}



#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-1 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-1 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-1 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-1 .accordion-button {
  background-color: #17a2b8;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-1 .accordion-button:hover {
  background-color: #138496;
}
#faq-1 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}



#customer-support-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  overflow: hidden;
}
#customer-support-10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#customer-support-10 .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
#customer-support-10 .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}
#customer-support-10 .section-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.85);
}
#customer-support-10 .search-form {
  max-width: 650px;
  margin: 0 auto 2.5rem auto;
}
#customer-support-10 .search-form .form-control {
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 50rem;
  border: none;
}
#customer-support-10 .search-form .btn-search {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 50rem;
  font-weight: 500;
}
#customer-support-10 .search-form .input-group .btn {
  margin-left: -1px;
  z-index: 5;
}
#customer-support-10 .popular-topics-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
#customer-support-10 .popular-topics-list a {
  display: inline-block;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem;
  margin: 0.3rem;
  border-radius: 50rem;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
#customer-support-10 .popular-topics-list a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.8);
}
#customer-support-10 .contact-prompt {
  margin-top: 3rem;
}
#customer-support-10 .cant-find-text {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
#customer-support-10 .btn-contact {
  padding: 0.75rem 1.8rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #customer-support-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-10 .section-title {
    font-size: 2.2rem;
  }
  #customer-support-10 .section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  #customer-support-10 .search-form .form-control,
  #customer-support-10 .search-form .btn-search {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
}



#cta-banner-1 {
  padding: 6rem 1rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #343a40;
}
#cta-banner-1::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.6);
}
#cta-banner-1 .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#cta-banner-1 .cta-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#cta-banner-1 .cta-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-1 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-1 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
  #cta-banner-1 {
    padding: 5rem 1rem;
  }
  #cta-banner-1 .cta-title {
    font-size: 2.4rem;
  }
  #cta-banner-1 .cta-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-1 {
    padding: 4rem 1rem;
  }
  #cta-banner-1 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-1 .cta-subtitle {
    font-size: 1rem;
  }
  #cta-banner-1 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


