
#hero-21 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#hero-21 .hero-overlay-21 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-21 .container {
  position: relative;
  z-index: 2;
}
#hero-21 .hero-content-wrapper-21 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#hero-21 .hero-title-21 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-21 .hero-subtitle-21 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-21 .hero-cta-button-21 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#hero-21 .hero-cta-button-21:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  #hero-21 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-21 .hero-title-21 {
    font-size: 2.5rem;
  }
  #hero-21 .hero-subtitle-21 {
    font-size: 1.1rem;
  }
}



#contact-12 {
  padding: 60px 0;
  background-color: #eef1f5;
  overflow: hidden;
}
#contact-12 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#contact-12 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3a4d6e;
  margin-bottom: 10px;
}
#contact-12 .section-description {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 750px;
  margin: 0 auto;
}
#contact-12 .contact-form-main {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
#contact-12 .form-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #3a4d6e;
}
#contact-12 .form-label {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #495057;
}
#contact-12 .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 10px 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-12 .form-control:focus {
  border-color: #6c8bc7;
  box-shadow: 0 0 0 0.25rem rgba(108, 139, 199, 0.25);
}
#contact-12 .btn-submit-contact {
  background-color: #5a7bb4;
  border: none;
  color: #fff;
  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-12 .btn-submit-contact:hover {
  background-color: #4a689a;
  transform: translateY(-2px);
}
#contact-12 .contact-sidebar {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  height: 100%;
}
#contact-12 .sidebar-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #3a4d6e;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#contact-12 .sidebar-image {
  display: block;
  max-width: 80px;
  height: auto;
  margin: 0 auto 20px auto;
  opacity: 0.8;
}
#contact-12 .sidebar-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact-12 .sidebar-info-list li {
  display: flex;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #555;
}
#contact-12 .sidebar-info-list li i {
  flex-shrink: 0;
  width: 25px;
  margin-right: 10px;
  color: #5a7bb4;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 2px;
}
#contact-12 .sidebar-info-list li .info-label {
  font-weight: 500;
  margin-right: 5px;
}
#contact-12 .sidebar-info-list li .info-value {
  color: #6c757d;
}
#contact-12 .sidebar-info-list li .info-value a {
  color: #5a7bb4;
  text-decoration: none;
  transition: color 0.3s ease;
}
#contact-12 .sidebar-info-list li .info-value a:hover {
  color: #4a689a;
  text-decoration: underline;
}
#contact-12 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 4px;
}
#contact-12 .contact-alert.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
#contact-12 .contact-alert.error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
@media (max-width: 991.98px) {
  #contact-12 .contact-sidebar {
    margin-top: 30px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #contact-12 {
    padding: 40px 0;
  }
  #contact-12 .section-title {
    font-size: 2rem;
  }
  #contact-12 .contact-form-main {
    padding: 25px;
  }
  #contact-12 .contact-sidebar {
    padding: 20px;
  }
  #contact-12 .btn-submit-contact {
    width: 100%;
  }
}



#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;
}



#call-to-action-2 {
  padding: 60px 15px;
  background-color: #007bff;
  color: #fff;
  text-align: center;
}
#call-to-action-2 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-2 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-2 .btn {
  display: inline-block;
  margin: 5px;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-2 .btn-primary {
  background-color: #0056b3;
  color: #fff;
}
#call-to-action-2 .btn-primary:hover {
  background-color: #003f7f;
}
#call-to-action-2 .btn-outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-2 .btn-outline:hover {
  background-color: #fff;
  color: #007bff;
}


