
#hero-16 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
}
#hero-16 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#hero-16 .hero-content-wrapper-16 {
  max-width: 650px;
  padding: 2.5rem 3.5rem;
  border-radius: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  color: #ffffff;
}
#hero-16 .hero-title-16 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-16 .hero-subtitle-16 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-16 .hero-cta-button-16 {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
#hero-16 .hero-cta-button-16:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767.98px) {
  #hero-16 {
    min-height: 65vh;
    padding: 3rem 1rem;
  }
  #hero-16 .hero-content-wrapper-16 {
    padding: 2rem;
    max-width: 90%;
  }
  #hero-16 .hero-title-16 {
    font-size: 2.2rem;
  }
  #hero-16 .hero-subtitle-16 {
    font-size: 1rem;
  }
}



#contact-5 {
  padding: 80px 0;
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
#contact-5 .step-header {
  text-align: center;
  margin-bottom: 40px;
}
#contact-5 .step-header h2 {
  font-size: 2.5rem;
  color: #333;
}
#contact-5 .step-header p {
  font-size: 1.1rem;
  color: #555;
}
#contact-5 form .form-control {
  border-radius: 4px;
  border: 1px solid #ccc;
}
#contact-5 form .btn-submit {
  background-color: #17a2b8;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  transition: background-color 0.3s;
}
#contact-5 form .btn-submit:hover {
  background-color: #117a8b;
}



#faq-25 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-25 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-25 .accordion-item {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem !important;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#faq-25 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
}
#faq-25 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-25 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
}
#faq-25 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
#faq-25 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-25 .accordion-body p:last-child {
  margin-bottom: 0;
}
#faq-25 .ask-question-card {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
}
#faq-25 .ask-question-card h4 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
#faq-25 .ask-question-card .form-text {
  color: #6c757d;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
#faq-25 .ask-question-card .form-label {
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
#faq-25 .ask-question-card .form-control {
  margin-bottom: 1rem;
}
#faq-25 .ask-question-card textarea.form-control {
  min-height: 120px;
}
#faq-25 .ask-question-card .btn-submit-question {
  width: 100%;
  padding: 0.75rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #faq-25 .ask-question-card {
    margin-top: 2rem;
  }
}



#customer-support-17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#customer-support-17 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#customer-support-17 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-17 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#customer-support-17 .product-support-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
}
#customer-support-17 .product-support-card:last-child {
  margin-bottom: 0;
}
#customer-support-17 .product-header {
  padding: 1.5rem 2rem;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
}
#customer-support-17 .product-icon {
  flex-shrink: 0;
  margin-right: 1.5rem;
}
#customer-support-17 .product-icon i {
  font-size: 2rem;
  color: var(--bs-primary);
}
#customer-support-17 .product-info {
  flex-grow: 1;
}
#customer-support-17 .product-name {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #343a40;
}
#customer-support-17 .product-description {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 0;
}
#customer-support-17 .product-links {
  padding: 1.5rem 2rem;
}
#customer-support-17 .product-links-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
#customer-support-17 .product-links-list li {
  margin-right: 1.5rem;
  margin-bottom: 0.75rem;
}
#customer-support-17 .product-links-list li:last-child {
  margin-right: 0;
}
#customer-support-17 .product-links-list li a {
  text-decoration: none;
  color: var(--bs-primary);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
#customer-support-17 .product-links-list li a:hover {
  color: #0a58ca;
  text-decoration: underline;
}
#customer-support-17 .product-links-list li a i {
  margin-right: 0.5rem;
  font-size: 0.9em;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  #customer-support-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-17 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-17 .product-header {
    padding: 1rem 1.5rem;
  }
  #customer-support-17 .product-icon i {
    font-size: 1.8rem;
  }
  #customer-support-17 .product-name {
    font-size: 1.2rem;
  }
  #customer-support-17 .product-links {
    padding: 1rem 1.5rem;
  }
  #customer-support-17 .product-links-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #customer-support-17 .product-links-list li:last-child {
    margin-bottom: 0;
  }
}



#cta-banner-17 {
  padding: 5rem 1rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #6c757d;
}
#cta-banner-17::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
#cta-banner-17 .container {
  position: relative;
  z-index: 2;
  max-width: 700px;
  width: 100%;
}
#cta-banner-17 .cta-card-inner {
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  color: #212529;
}
#cta-banner-17 .cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-17 .cta-subtitle {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#cta-banner-17 .cta-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#cta-banner-17 .cta-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-17 {
    padding: 4rem 1rem;
  }
  #cta-banner-17 .cta-card-inner {
    padding: 2rem;
  }
  #cta-banner-17 .cta-title {
    font-size: 1.9rem;
  }
  #cta-banner-17 .cta-subtitle {
    font-size: 1rem;
  }
  #cta-banner-17 .cta-text {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
}


