
#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;
  }
}



#customer-support-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  overflow: hidden;
}
#customer-support-10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#customer-support-10 .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
#customer-support-10 .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}
#customer-support-10 .section-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.85);
}
#customer-support-10 .search-form {
  max-width: 650px;
  margin: 0 auto 2.5rem auto;
}
#customer-support-10 .search-form .form-control {
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 50rem;
  border: none;
}
#customer-support-10 .search-form .btn-search {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 50rem;
  font-weight: 500;
}
#customer-support-10 .search-form .input-group .btn {
  margin-left: -1px;
  z-index: 5;
}
#customer-support-10 .popular-topics-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
#customer-support-10 .popular-topics-list a {
  display: inline-block;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem;
  margin: 0.3rem;
  border-radius: 50rem;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
#customer-support-10 .popular-topics-list a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.8);
}
#customer-support-10 .contact-prompt {
  margin-top: 3rem;
}
#customer-support-10 .cant-find-text {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
#customer-support-10 .btn-contact {
  padding: 0.75rem 1.8rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #customer-support-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-10 .section-title {
    font-size: 2.2rem;
  }
  #customer-support-10 .section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  #customer-support-10 .search-form .form-control,
  #customer-support-10 .search-form .btn-search {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
}



#faq-12 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-12 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #212529;
}
#faq-12 .faq-category-title {
  font-weight: 600;
  font-size: 1.4rem;
  color: #343a40;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
}
#faq-12 .accordion-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-12 .accordion-button {
  font-weight: 500;
  color: #495057;
  background-color: #fff;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none !important;
  text-align: left;
}
#faq-12 .accordion-button:not(.collapsed) {
  color: #0b5ed7;
  background-color: #f0f7ff;
}
#faq-12 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%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;
  filter: brightness(0.6);
}
#faq-12 .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='%230b5ed7'%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);
  filter: none;
}
#faq-12 .accordion-body {
  padding: 1.25rem 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-12 .accordion-body p:last-child {
  margin-bottom: 0;
}



#contact-8 {
  padding: 60px 0;
  background-color: #1a1a1a;
  color: #ccc;
  overflow: hidden;
}
#contact-8 .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #e0a800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#contact-8 .section-description {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1rem;
  color: #aaa;
}
#contact-8 .contact-info-block {
  margin-bottom: 30px;
}
#contact-8 .contact-info-title,
#contact-8 .contact-form-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
}
#contact-8 .contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
#contact-8 .contact-info-item .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #e0a800;
  color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: background-color 0.3s ease;
}
#contact-8 .contact-info-item:hover .icon {
  background-color: #ffc107;
}
#contact-8 .contact-info-item .details h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #eee;
}
#contact-8 .contact-info-item .details p {
  font-size: 1rem;
  margin-bottom: 0;
  color: #bbb;
  line-height: 1.6;
}
#contact-8 .contact-info-item .details a {
  color: #ffc107;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
#contact-8 .contact-info-item .details a:hover {
  color: #fff;
  text-decoration: underline;
}
#contact-8 .contact-form-wrapper {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#contact-8 .form-description {
  margin-bottom: 20px;
  font-size: 0.95rem;
  color: #aaa;
}
#contact-8 .form-label {
  font-weight: 500;
  margin-bottom: 8px;
  color: #ddd;
}
#contact-8 .form-control {
  background-color: #333;
  border: 1px solid #555;
  border-radius: 4px;
  padding: 10px 15px;
  color: #eee;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-8 .form-control::placeholder {
  color: #888;
}
#contact-8 .form-control:focus {
  background-color: #444;
  border-color: #e0a800;
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(224, 168, 0, 0.25);
}
#contact-8 .btn-submit-contact {
  background-color: #e0a800;
  border: none;
  color: #1a1a1a;
  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-8 .btn-submit-contact:hover {
  background-color: #ffc107;
  transform: translateY(-2px);
}
#contact-8 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 5px;
}
#contact-8 .contact-alert.success {
  background-color: #198754;
  color: #fff;
  border: 1px solid #198754;
}
#contact-8 .contact-alert.error {
  background-color: #dc3545;
  color: #fff;
  border: 1px solid #dc3545;
}
@media (max-width: 991.98px) {
  #contact-8 .section-title {
    font-size: 2rem;
  }
  #contact-8 .section-description {
    font-size: 1rem;
  }
  #contact-8 .contact-info-block {
    margin-bottom: 40px;
  }
  #contact-8 .contact-form-wrapper {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  #contact-8 {
    padding: 40px 0;
  }
  #contact-8 .section-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #contact-8 .section-description {
    margin-bottom: 30px;
  }
  #contact-8 .contact-info-title,
  #contact-8 .contact-form-title {
    font-size: 1.5rem;
  }
  #contact-8 .contact-info-item .icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
  #contact-8 .contact-info-item .details h5 {
    font-size: 1rem;
  }
  #contact-8 .contact-info-item .details p {
    font-size: 0.95rem;
  }
  #contact-8 .contact-form-wrapper {
    padding: 20px;
  }
  #contact-8 .btn-submit-contact {
    width: 100%;
    padding: 10px 20px;
  }
}



#call-to-action-12 {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
}
#call-to-action-12 .cta-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
#call-to-action-12 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-12 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-12 .btn {
  display: inline-block;
  background-color: #ffc107;
  color: #333;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-12 .btn:hover {
  background-color: #e0a800;
}


