
#hero-23 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 5rem 0;
  text-align: center;
}
#hero-23 .container {
  position: relative;
  z-index: 2;
}
#hero-23 .hero-content-wrapper-23 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-23 .hero-title-23 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-23 .hero-subtitle-23 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 1.75rem;
  opacity: 0.95;
}
#hero-23 .hero-cta-button-23 {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}
#hero-23 .hero-cta-button-23:hover {
  filter: brightness(115%);
}
@media (max-width: 767.98px) {
  #hero-23 {
    min-height: 50vh;
    padding: 4rem 0;
  }
  #hero-23 .hero-title-23 {
    font-size: 2.4rem;
  }
  #hero-23 .hero-subtitle-23 {
    font-size: 1.1rem;
  }
}



#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-14 {
  padding: 60px 0;
}
#faq-14 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-14 .faq-sidebar {
  position: sticky;
  top: 80px;
  height: calc(100vh - 100px);
  overflow-y: auto;
}
#faq-14 .faq-sidebar .nav-link {
  color: #495057;
  padding: 0.6rem 1rem;
  border-left: 3px solid transparent;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
#faq-14 .faq-sidebar .nav-link:hover {
  color: #0d6efd;
  background-color: #f1f5f9;
  border-left-color: #cfe2ff;
}
#faq-14 .faq-sidebar .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background-color: #e7f1ff;
  border-left-color: #0d6efd;
}
#faq-14 .faq-content-area {
}
#faq-14 .faq-content-item {
  margin-bottom: 2.5rem;
  padding-top: 1rem;
}
#faq-14 .faq-content-item h5 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.8rem;
}
#faq-14 .faq-content-item p {
  color: #495057;
  line-height: 1.7;
}
#faq-14 .faq-content-item p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #faq-14 .faq-sidebar {
    position: static;
    height: auto;
    margin-bottom: 2rem;
    overflow-y: visible;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
  }
  #faq-14 .faq-sidebar .nav {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  #faq-14 .faq-sidebar .nav-link {
    border-left: none;
    border-bottom: 3px solid transparent;
    margin: 0 0.5rem 0.5rem 0.5rem;
  }
  #faq-14 .faq-sidebar .nav-link.active {
    border-left-color: transparent;
    border-bottom-color: #0d6efd;
    background-color: transparent;
  }
  #faq-14 .faq-sidebar .nav-link:hover {
    border-left-color: transparent;
    border-bottom-color: #cfe2ff;
    background-color: transparent;
  }
}



#customer-support-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#customer-support-20 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#customer-support-20 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-20 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
}
#customer-support-20 .contact-details-wrapper {
}
#customer-support-20 .detail-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
#customer-support-20 .detail-block:last-child {
  margin-bottom: 0;
}
#customer-support-20 .detail-icon {
  flex-shrink: 0;
  width: 45px;
  margin-right: 1.5rem;
  text-align: center;
}
#customer-support-20 .detail-icon i {
  font-size: 1.8rem;
  color: var(--bs-primary);
  margin-top: 5px;
}
#customer-support-20 .detail-content {
  flex-grow: 1;
}
#customer-support-20 .detail-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#customer-support-20 .detail-text p {
  margin-bottom: 0.25rem;
  color: #495057;
  line-height: 1.6;
}
#customer-support-20 .detail-text a {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#customer-support-20 .detail-text a:hover {
  text-decoration: underline;
}
#customer-support-20 .detail-text .label {
  font-weight: 500;
  color: #343a40;
  margin-right: 0.5rem;
}
#customer-support-20 .map-placeholder-wrapper {
  height: 100%;
  min-height: 350px;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
#customer-support-20 .map-placeholder-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
#customer-support-20 .map-placeholder-div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  color: #6c757d;
  font-style: italic;
  font-size: 1.1rem;
  border-radius: 0.5rem;
}
@media (max-width: 991.98px) {
  #customer-support-20 .map-placeholder-wrapper {
    min-height: 300px;
  }
  #customer-support-20 .detail-icon {
    margin-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-20 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-20 .map-placeholder-wrapper {
    margin-bottom: 2.5rem;
    min-height: 250px;
  }
}



#call-to-action-18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-18.bg-gradient {
  background: linear-gradient(
    135deg,
    var(--cta18-bg-start, #0d6efd),
    var(--cta18-bg-end, #6f42c1)
  );
}
#call-to-action-18.bg-solid {
  background-color: var(--cta18-bg-start, #f8f9fa);
  color: #212529;
}
#call-to-action-18.bg-solid .cta-simple-subtext {
  color: #6c757d;
}
#call-to-action-18.bg-solid .cta-simple-button .btn-primary {
}
.cta-simple-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cta-simple-headline {
  font-size: calc(1.5rem + 1.5vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cta-simple-headline {
    font-size: 2.8rem;
  }
}
.cta-simple-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.cta-simple-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-simple-button .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cta-simple-button .btn i {
  margin-right: 8px;
}


