
#hero-5 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-5 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-5 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #2575fc;
  text-decoration: none;
  border-radius: 4px;
}



#contact-23 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d6efd;
  color: #ffffff;
}
#contact-23 .section-title-container {
  margin-bottom: 30px;
}
#contact-23 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
}
#contact-23 .section-main-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#contact-23 .main-contact-message {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 35px;
  color: #f8f9fa;
}
#contact-23 .action-buttons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
#contact-23 .btn-action-contact {
  padding: 15px 20px;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#contact-23 .btn-action-contact i {
  margin-right: 12px;
  font-size: 1.3rem;
}
#contact-23 .btn-action-contact:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
#contact-23 .btn-success {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
#contact-23 .btn-success:hover {
  background-color: #157347;
  border-color: #146c43;
}
#contact-23 .btn-info {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #000;
}
#contact-23 .btn-info:hover {
  background-color: #31d2f2;
  border-color: #25cff2;
}
#contact-23 .btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
#contact-23 .btn-secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
}
#contact-23 .location-snippet-area {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 25px;
  border-radius: 8px;
  margin-top: 20px;
}
#contact-23 .location-snippet-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #f0f0f0;
  margin-bottom: 10px;
}
#contact-23 .address-text {
  font-size: 1rem;
  color: #e9ecef;
  line-height: 1.5;
  margin-bottom: 15px;
}
#contact-23 .map-link {
  font-size: 0.95rem;
  color: #ffc107;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
#contact-23 .map-link:hover {
  color: #ffd043;
  text-decoration: underline;
}
#contact-23 .map-link i {
  margin-right: 6px;
}



#faq-15 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#faq-15 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-15 .faq-expand-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
}
#faq-15 .faq-card-header button {
  width: 100%;
  text-align: left;
  padding: 1.2rem 1.5rem;
  font-weight: 600;
  color: #212529;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: background-color 0.2s ease;
  box-shadow: none !important;
}
#faq-15 .faq-card-header button:hover {
  background-color: #f8f9fa;
}
#faq-15 .faq-card-header button:not(.collapsed) {
  color: #0d6efd;
  background-color: #f0f7ff;
  border-bottom-color: transparent;
}
#faq-15 .faq-card-header button::after {
  content: "\\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 0.9em;
  color: #6c757d;
}
#faq-15 .faq-card-header button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-180deg);
  color: #0d6efd;
}
#faq-15 .faq-card-body-collapse .card-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
}
#faq-15 .faq-card-body-collapse .card-body p:last-child {
  margin-bottom: 0;
}



#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-2 {
  padding: 4rem 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #0d6efd;
}
#cta-banner-2 .container {
}
#cta-banner-2 .cta-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#cta-banner-2 .cta-text-content {
  text-align: center;
  flex-basis: 100%;
  margin-bottom: 1.5rem;
}
#cta-banner-2 .cta-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#cta-banner-2 .cta-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 0;
}
#cta-banner-2 .cta-button-wrapper {
  text-align: center;
  flex-basis: 100%;
}
#cta-banner-2 .cta-button-wrapper .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.05rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  #cta-banner-2 {
    padding: 5rem 2rem;
  }
  #cta-banner-2 .cta-text-content {
    text-align: left;
    flex: 1 1 60%;
    padding-right: 2rem;
    margin-bottom: 0;
  }
  #cta-banner-2 .cta-title {
    font-size: 2.5rem;
  }
  #cta-banner-2 .cta-subtitle {
    font-size: 1.2rem;
  }
  #cta-banner-2 .cta-button-wrapper {
    text-align: right;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  #cta-banner-2 .cta-title {
    font-size: 2.8rem;
  }
}


