
#hero-14 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-14::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-14 .container {
  position: relative;
  z-index: 2;
}
#hero-14 .hero-content-wrapper-14 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .hero-title-14 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-14 .hero-subtitle-14 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-14 .hero-form-wrapper-14 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .input-group .form-control {
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  border-radius: 0.3rem 0 0 0.3rem;
  border: none;
}
#hero-14 .input-group .btn-form-submit-14 {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 0 0.3rem 0.3rem 0;
  border: none;
  background-color: #0d6efd;
  color: #ffffff;
  transition: filter 0.2s ease;
}
#hero-14 .input-group .btn-form-submit-14:hover {
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-14 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-14 .hero-title-14 {
    font-size: 2.2rem;
  }
  #hero-14 .hero-subtitle-14 {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #hero-14 .input-group {
    flex-direction: column;
    gap: 0.5rem;
  }
  #hero-14 .input-group .form-control,
  #hero-14 .input-group .btn-form-submit-14 {
    border-radius: 0.3rem;
    width: 100%;
  }
}



#contact-29 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#contact-29 .section-title-container {
  margin-bottom: 40px;
}
#contact-29 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#contact-29 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#contact-29 .nav-tabs-locations {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 25px;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 5px;
}
#contact-29 .nav-tabs-locations .nav-item {
  margin-bottom: -2px;
  flex-shrink: 0;
}
#contact-29 .nav-tabs-locations .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
#contact-29 .nav-tabs-locations .nav-link:hover,
#contact-29 .nav-tabs-locations .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #0d6efd;
  background-color: #f8f9fa;
}
#contact-29 .nav-tabs-locations .nav-link.active {
  color: #0d6efd;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
  border-bottom: 2px solid #ffffff;
  font-weight: 600;
}
#contact-29 .tab-content-location {
}
#contact-29 .location-details-column {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px 0 0 8px;
}
#contact-29 .location-map-column {
  padding: 0;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #contact-29 .location-details-column {
    border-radius: 8px 8px 0 0;
  }
  #contact-29 .location-map-column {
    border-radius: 0 0 8px 8px;
    height: 300px;
    margin-top: 0px;
  }
}
#contact-29 .location-name-tab {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 20px;
}
#contact-29 .location-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #495057;
}
#contact-29 .location-info-item .info-icon {
  font-size: 1.1rem;
  color: #0d6efd;
  margin-right: 12px;
  width: 20px;
  text-align: center;
  margin-top: 3px;
}
#contact-29 .location-map iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border: 0;
}



#faq-29 {
  padding: 80px 0;
  background-color: #eef2f7;
}
#faq-29 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-29 .faq-chat-container {
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 500px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
#faq-29 .chat-message {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: flex-end;
}
#faq-29 .chat-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 10px;
}
#faq-29 .chat-bubble {
  max-width: 75%;
  padding: 0.8rem 1.2rem;
  border-radius: 18px;
  line-height: 1.6;
  font-size: 0.95rem;
  position: relative;
}
#faq-29 .chat-message.user {
  justify-content: flex-end;
}
#faq-29 .chat-message.user .chat-avatar {
  order: 2;
}
#faq-29 .chat-message.user .chat-bubble {
  background-color: #0d6efd;
  color: #fff;
  border-bottom-right-radius: 5px;
  order: 1;
}
#faq-29 .chat-message.support {
  justify-content: flex-start;
}
#faq-29 .chat-message.support .chat-avatar {
  order: 1;
}
#faq-29 .chat-message.support .chat-bubble {
  background-color: #e9ecef;
  color: #343a40;
  border-bottom-left-radius: 5px;
  order: 2;
}
#faq-29 .chat-bubble p:last-child {
  margin-bottom: 0;
}


