
#hero-19 {
  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-19 .hero-overlay-19 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-19 .container {
  position: relative;
  z-index: 2;
}
#hero-19 .hero-content-wrapper-19 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#hero-19 .hero-title-19 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-19 .hero-subtitle-19 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.85;
}
#hero-19 .app-buttons-wrapper-19 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-19 .app-store-button img,
#hero-19 .google-play-button img {
  height: 45px;
  width: auto;
  transition: transform 0.2s ease;
}
#hero-19 .app-store-button img:hover,
#hero-19 .google-play-button img:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-19 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-19 .hero-title-19 {
    font-size: 2.3rem;
  }
  #hero-19 .hero-subtitle-19 {
    font-size: 1.05rem;
    margin-bottom: 2rem;
  }
  #hero-19 .app-store-button img,
  #hero-19 .google-play-button img {
    height: 40px;
  }
}



#contact-16 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}
#contact-16 .section-title-container {
  margin-bottom: 45px;
}
#contact-16 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#contact-16 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#contact-16 .contact-form-wrapper {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
#contact-16 .form-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #2c3e50;
}
#contact-16 .form-control {
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 0.95rem;
  border: 1px solid #ced4da;
}
#contact-16 .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
#contact-16 textarea.form-control {
  resize: vertical;
}
#contact-16 .btn-submit-contact {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
#contact-16 .btn-submit-contact:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
#contact-16 .contact-details-sidebar {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}
#contact-16 .sidebar-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #2c3e50;
}
#contact-16 .contact-info-list {
  list-style: none;
  padding-left: 0;
}
#contact-16 .contact-info-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 0.95rem;
  color: #495057;
}
#contact-16 .contact-info-list li .info-icon {
  font-size: 1.2rem;
  color: #0d6efd;
  margin-right: 15px;
  width: 20px;
  text-align: center;
  margin-top: 3px;
}
#contact-16 .map-container {
  margin-top: 25px;
  border-radius: 8px;
  overflow: hidden;
  height: 250px;
}
#contact-16 .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 991.98px) {
  #contact-16 .contact-details-sidebar {
    margin-top: 30px;
  }
}



#customer-support-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#customer-support-7 .support-content-wrapper {
  display: flex;
  align-items: center;
}
#customer-support-7 .support-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#customer-support-7 .support-text {
  padding-left: 3rem;
}
#customer-support-7 .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#customer-support-7 .section-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#customer-support-7 .section-description {
  color: #495057;
  margin-bottom: 2rem;
  line-height: 1.7;
}
#customer-support-7 .support-buttons .btn {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
}
#customer-support-7 .support-buttons .btn i {
  margin-right: 0.5rem;
}
#customer-support-7 .contact-info-list {
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 0;
}
#customer-support-7 .contact-info-list li {
  margin-bottom: 0.75rem;
  color: #495057;
  display: flex;
  align-items: center;
}
#customer-support-7 .contact-info-list li i {
  color: var(--bs-primary);
  margin-right: 0.75rem;
  width: 20px;
  text-align: center;
}
#customer-support-7 .contact-info-list li a {
  color: #212529;
  text-decoration: none;
  font-weight: 500;
}
#customer-support-7 .contact-info-list li a:hover {
  text-decoration: underline;
  color: var(--bs-primary);
}
@media (max-width: 991.98px) {
  #customer-support-7 .support-text {
    padding-left: 1.5rem;
  }
  #customer-support-7 .section-title {
    font-size: 2rem;
  }
  #customer-support-7 .section-subtitle {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #customer-support-7 .support-image {
    margin-bottom: 2rem;
    text-align: center;
  }
  #customer-support-7 .support-image img {
    max-width: 80%;
  }
  #customer-support-7 .support-text {
    padding-left: 0;
    text-align: center;
  }
  #customer-support-7 .support-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #customer-support-7 .support-buttons .btn {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 80%;
  }
  #customer-support-7 .contact-info-list {
    justify-content: center;
    text-align: left;
    display: inline-block;
  }
  #customer-support-7 .contact-info-list li {
    justify-content: flex-start;
  }
}


