
#hero-17 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-17 .hero-overlay-17 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-17 .container {
  position: relative;
  z-index: 2;
}
#hero-17 .hero-content-wrapper-17 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-17 .hero-urgency-badge-17 {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 1.2rem;
}
#hero-17 .hero-title-17 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-17 .hero-subtitle-17 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-17 .hero-cta-button-17 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-17 .hero-cta-button-17:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-17 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-17 .hero-title-17 {
    font-size: 2.2rem;
  }
  #hero-17 .hero-subtitle-17 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #hero-17 .hero-urgency-badge-17 {
    margin-bottom: 1rem;
    font-size: 0.8em;
    padding: 0.25rem 0.7rem;
  }
}



#contact-12 {
  padding: 60px 0;
  background-color: #eef1f5;
  overflow: hidden;
}
#contact-12 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#contact-12 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3a4d6e;
  margin-bottom: 10px;
}
#contact-12 .section-description {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 750px;
  margin: 0 auto;
}
#contact-12 .contact-form-main {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
#contact-12 .form-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #3a4d6e;
}
#contact-12 .form-label {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #495057;
}
#contact-12 .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 10px 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-12 .form-control:focus {
  border-color: #6c8bc7;
  box-shadow: 0 0 0 0.25rem rgba(108, 139, 199, 0.25);
}
#contact-12 .btn-submit-contact {
  background-color: #5a7bb4;
  border: none;
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}
#contact-12 .btn-submit-contact:hover {
  background-color: #4a689a;
  transform: translateY(-2px);
}
#contact-12 .contact-sidebar {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  height: 100%;
}
#contact-12 .sidebar-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #3a4d6e;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#contact-12 .sidebar-image {
  display: block;
  max-width: 80px;
  height: auto;
  margin: 0 auto 20px auto;
  opacity: 0.8;
}
#contact-12 .sidebar-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact-12 .sidebar-info-list li {
  display: flex;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #555;
}
#contact-12 .sidebar-info-list li i {
  flex-shrink: 0;
  width: 25px;
  margin-right: 10px;
  color: #5a7bb4;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 2px;
}
#contact-12 .sidebar-info-list li .info-label {
  font-weight: 500;
  margin-right: 5px;
}
#contact-12 .sidebar-info-list li .info-value {
  color: #6c757d;
}
#contact-12 .sidebar-info-list li .info-value a {
  color: #5a7bb4;
  text-decoration: none;
  transition: color 0.3s ease;
}
#contact-12 .sidebar-info-list li .info-value a:hover {
  color: #4a689a;
  text-decoration: underline;
}
#contact-12 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 4px;
}
#contact-12 .contact-alert.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
#contact-12 .contact-alert.error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
@media (max-width: 991.98px) {
  #contact-12 .contact-sidebar {
    margin-top: 30px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #contact-12 {
    padding: 40px 0;
  }
  #contact-12 .section-title {
    font-size: 2rem;
  }
  #contact-12 .contact-form-main {
    padding: 25px;
  }
  #contact-12 .contact-sidebar {
    padding: 20px;
  }
  #contact-12 .btn-submit-contact {
    width: 100%;
  }
}



#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;
}


