
#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-3 {
  padding: 80px 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #fff;
}
#contact-3 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#contact-3 .section-header h2 {
  font-size: 2.5rem;
  color: #333;
}
#contact-3 .section-header p {
  font-size: 1.1rem;
  color: #555;
}
#contact-3 .contact-map {
  margin-top: 30px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#contact-3 i {
  color: #007bff;
  margin-right: 8px;
}



#customer-support-15 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#customer-support-15 .section-title-header {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 600;
  color: #343a40;
}
#customer-support-15 .quick-contact-item {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
}
#customer-support-15 .item-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  margin-right: 1.5rem;
}
#customer-support-15 .item-icon i {
  font-size: 1.5rem;
  color: var(--bs-primary);
  vertical-align: middle;
}
#customer-support-15 .item-content {
  flex-grow: 1;
}
#customer-support-15 .item-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #343a40;
}
#customer-support-15 .item-text {
  font-size: 1rem;
  color: #495057;
  margin-bottom: 0.25rem;
  word-break: break-word;
}
#customer-support-15 .item-text a {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#customer-support-15 .item-text a:hover {
  text-decoration: underline;
}
#customer-support-15 .item-subtext {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #customer-support-15 .quick-contact-item {
    margin-bottom: 0;
    padding: 1rem;
  }
  #customer-support-15 .row > div:not(:last-child) .quick-contact-item {
    border-right: 1px solid #e0e0e0;
  }
  #customer-support-15 .row > div:not(:first-child) .quick-contact-item {
    padding-left: 2rem;
  }
  #customer-support-15 .row > div:not(:last-child) .quick-contact-item {
    padding-right: 2rem;
  }
}
@media (max-width: 991.98px) {
  #customer-support-15 .quick-contact-item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1.5rem;
  }
  #customer-support-15 .row > div:last-child .quick-contact-item {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  #customer-support-15 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #customer-support-15 .section-title-header {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
  #customer-support-15 .item-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 1rem;
  }
  #customer-support-15 .item-icon i {
    font-size: 1.3rem;
  }
}


