
#hero-12 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0 8rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
#hero-12 .container {
  position: relative;
}
#hero-12 .hero-content-wrapper-12 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-12 .hero-title-12 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-12 .hero-subtitle-12 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.95;
}
#hero-12 .hero-cta-button-12 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-12 .hero-cta-button-12:hover {
  transform: translateY(-3px);
}
@media (max-width: 767.98px) {
  #hero-12 {
    min-height: 60vh;
    padding: 4rem 0 6rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }
  #hero-12 .hero-title-12 {
    font-size: 2.4rem;
  }
  #hero-12 .hero-subtitle-12 {
    font-size: 1.1rem;
  }
}



#faq-9 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-9 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-9 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-9 .faq-item {
  margin-bottom: 30px;
}
#faq-9 .faq-question {
  font-size: 18px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#faq-9 .faq-answer {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
}
#faq-9 .progress {
  height: 10px;
  background-color: #e9ecef;
  border-radius: 5px;
}
#faq-9 .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #17a2b8;
  border-radius: 5px;
  transition: width 1s ease-in-out;
}



#contact-14 {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #fff;
  overflow: hidden;
}
#contact-14::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 10, 10, 0.75);
  z-index: 1;
}
#contact-14 .container {
  position: relative;
  z-index: 2;
}
#contact-14 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#contact-14 .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#contact-14 .section-description {
  font-size: 1.1rem;
  margin-bottom: 0;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#contact-14 .contact-form-overlay {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 35px;
  border-radius: 8px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}
#contact-14 .form-label {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #eee;
}
#contact-14 .form-control {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 10px 15px;
  color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
#contact-14 .form-control::placeholder {
  color: #ccc;
}
#contact-14 .form-control:focus {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: #c8a45d;
  color: #fff;
  box-shadow: none;
}
#contact-14 .btn-submit-contact {
  background-color: #c8a45d;
  border: none;
  color: #111;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  width: 100%;
}
#contact-14 .btn-submit-contact:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}
#contact-14 .quick-contacts-section {
  text-align: center;
  margin-top: 40px;
}
#contact-14 .quick-contacts-title {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 15px;
  font-weight: 500;
}
#contact-14 .quick-contacts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 25px;
}
#contact-14 .quick-contacts-list li a {
  font-size: 1.5rem;
  color: #ddd;
  transition: color 0.3s ease, transform 0.3s ease;
}
#contact-14 .quick-contacts-list li a:hover {
  color: #c8a45d;
  transform: scale(1.1);
}
#contact-14 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff;
}
#contact-14 .contact-alert.success {
  background-color: rgba(40, 167, 69, 0.8);
  border: 1px solid rgba(40, 167, 69, 0.9);
}
#contact-14 .contact-alert.error {
  background-color: rgba(220, 53, 69, 0.8);
  border: 1px solid rgba(220, 53, 69, 0.9);
}
@media (max-width: 767.98px) {
  #contact-14 {
    padding: 60px 0;
  }
  #contact-14 .section-title {
    font-size: 2.2rem;
  }
  #contact-14 .contact-form-overlay {
    padding: 25px;
  }
}



#customer-support-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#customer-support-6 .section-header {
  margin-bottom: 4rem;
}
#customer-support-6 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.75rem;
}
#customer-support-6 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 1rem;
}
#customer-support-6 .section-description {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #495057;
}
#customer-support-6 .support-card {
  border: none;
  border-radius: 0.5rem;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 100%;
}
#customer-support-6 .support-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
}
#customer-support-6 .support-card .card-body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#customer-support-6 .support-card .support-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
  line-height: 1;
}
#customer-support-6 .support-card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #343a40;
}
#customer-support-6 .support-card .card-text {
  color: #6c757d;
  flex-grow: 1;
  margin-bottom: 1.5rem;
}
#customer-support-6 .support-card .support-info {
  font-size: 0.95rem;
  margin-top: auto;
  word-break: break-word;
}
#customer-support-6 .support-card .support-info a {
  text-decoration: none;
  font-weight: 500;
}
#customer-support-6 .support-card .support-info a:hover {
  text-decoration: underline;
}
#customer-support-6 .support-card .btn {
  margin-top: auto;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #customer-support-6 .section-title {
    font-size: 2.2rem;
  }
  #customer-support-6 .support-card .card-body {
    padding: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  #customer-support-6 .section-header {
    margin-bottom: 3rem;
  }
  #customer-support-6 .section-title {
    font-size: 1.9rem;
  }
  #customer-support-6 .section-subtitle {
    font-size: 1rem;
  }
}



#call-to-action-15 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
#call-to-action-15 .left-side,
#call-to-action-15 .right-side {
  flex: 1 1 50%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px;
}
#call-to-action-15 .left-side {
  background-color: #007bff;
}
#call-to-action-15 .right-side {
  background-color: #28a745;
}
#call-to-action-15 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-15 p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-15 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-15 .left-side .btn {
  background-color: #fff;
  color: #007bff;
}
#call-to-action-15 .left-side .btn:hover {
  background-color: #e0f2f7;
}
#call-to-action-15 .right-side .btn {
  background-color: #fff;
  color: #28a745;
}
#call-to-action-15 .right-side .btn:hover {
  background-color: #e3f2fd;
}
#call-to-action-15::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #007bff 50%, #28a745 50%);
  z-index: -1;
}
@media (max-width: 768px) {
  #call-to-action-15::before {
    background: linear-gradient(to bottom, #007bff 50%, #28a745 50%);
  }
}


