
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#hero-15 {
  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;
  overflow: hidden;
  color: #ffffff;
  --hero-overlay-color: rgba(0, 0, 0, 0.5);
}
#hero-15::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
}
#hero-15 .container {
  position: relative;
  z-index: 2;
}
#hero-15 .hero-content-wrapper-15 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#hero-15 .hero-title-15,
#hero-15 .hero-subtitle-15,
#hero-15 .hero-cta-button-15 {
  opacity: 0;
  animation-name: fadeInUp;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
#hero-15 .hero-title-15 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  animation-delay: 0.2s;
}
#hero-15 .hero-subtitle-15 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
  animation-delay: 0.4s;
}
#hero-15 .hero-cta-button-15 {
  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;
  background-color: #0d6efd;
  color: #ffffff;
  animation-delay: 0.6s;
}
#hero-15 .hero-cta-button-15:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  #hero-15 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-15 .hero-title-15 {
    font-size: 2.5rem;
  }
  #hero-15 .hero-subtitle-15 {
    font-size: 1.1rem;
  }
}



#contact-11 {
  padding: 0 0 60px 0;
  background-color: #fff;
  overflow: hidden;
}
#contact-11 .contact-banner {
  position: relative;
  text-align: center;
  color: #fff;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  padding: 40px 20px;
}
#contact-11 .contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#contact-11 .banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#contact-11 .banner-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#contact-11 .banner-description {
  font-size: 1.2rem;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#contact-11 .contact-content-area {
  padding-top: 50px;
}
#contact-11 .contact-block {
  margin-bottom: 40px;
  text-align: center;
}
#contact-11 .contact-block-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
}
#contact-11 .direct-support-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
#contact-11 .direct-support-list li a {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}
#contact-11 .direct-support-list li a i {
  margin-right: 8px;
  color: #c8a45d;
  font-size: 1.3rem;
}
#contact-11 .direct-support-list li a:hover {
  color: #c8a45d;
}
#contact-11 .social-icons-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
#contact-11 .social-icons-list li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #c8a45d;
  border-radius: 50%;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
#contact-11 .social-icons-list li a:hover {
  background-color: #ab8a4a;
  transform: scale(1.1);
}
#contact-11 .app-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
#contact-11 .app-links-list li a {
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  border: 1px solid #c8a45d;
  color: #c8a45d;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#contact-11 .app-links-list li a i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#contact-11 .app-links-list li a:hover {
  background-color: #c8a45d;
  color: #fff;
}
#contact-11 .contact-form-wrapper {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
}
#contact-11 .form-label {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 0.9rem;
  color: #495057;
}
#contact-11 .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 8px 12px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-11 .form-control:focus {
  border-color: #c8a45d;
  box-shadow: 0 0 0 0.25rem rgba(200, 164, 93, 0.25);
}
#contact-11 .btn-submit-contact {
  background-color: #c8a45d;
  border: none;
  color: #fff;
  padding: 8px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  width: 100%;
}
#contact-11 .btn-submit-contact:hover {
  background-color: #ab8a4a;
  transform: translateY(-1px);
}
#contact-11 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.9rem;
}
#contact-11 .contact-alert.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
#contact-11 .contact-alert.error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
@media (max-width: 767.98px) {
  #contact-11 .banner-title {
    font-size: 2rem;
  }
  #contact-11 .banner-description {
    font-size: 1rem;
  }
  #contact-11 .contact-content-area {
    padding-top: 30px;
  }
  #contact-11 .contact-block-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  #contact-11 .direct-support-list {
    justify-content: flex-start;
    text-align: left;
  }
  #contact-11 .social-icons-list {
    gap: 15px;
  }
  #contact-11 .social-icons-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
  }
  #contact-11 .app-links-list {
    justify-content: flex-start;
    text-align: left;
    gap: 15px;
  }
  #contact-11 .app-links-list li a {
    padding: 6px 12px;
    font-size: 0.9rem;
  }
}



#faq-26 {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #212529;
}
#faq-26::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#faq-26 .container {
  position: relative;
  z-index: 2;
}
#faq-26 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#faq-26 .faq-content-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
#faq-26 .faq-minimal-item {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#faq-26 .faq-minimal-item:last-child {
  border-bottom: none;
}
#faq-26 .faq-minimal-question {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}
#faq-26 .faq-minimal-answer {
  line-height: 1.7;
  margin-bottom: 0;
  opacity: 0.9;
}
#faq-26 .accordion-item {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-26 .accordion-button {
  font-weight: 600;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
  background-color: transparent;
}
#faq-26 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: rgba(231, 241, 255, 0.8);
}
#faq-26 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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-26 .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='%230d6efd'%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-26 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
#faq-26 .accordion-body p:last-child {
  margin-bottom: 0;
}


