
@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-27 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#contact-27 .section-title-container {
  margin-bottom: 40px;
}
#contact-27 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #222;
}
#contact-27 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#contact-27 .appointment-teaser-content {
}
#contact-27 .teaser-image-container img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #contact-27 .teaser-image-container img {
    margin-bottom: 0;
  }
}
#contact-27 .main-appointment-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 15px;
  line-height: 1.3;
}
#contact-27 .appointment-description-text {
  font-size: 1.05rem;
  color: #495057;
  margin-bottom: 25px;
  line-height: 1.7;
}
#contact-27 .benefits-list-area .benefits-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 15px;
}
#contact-27 .benefits-list-items {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
#contact-27 .benefits-list-items li {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #343a40;
  margin-bottom: 10px;
}
#contact-27 .benefits-list-items li .benefit-icon {
  font-size: 1.1rem;
  color: #20c997;
  margin-right: 12px;
  width: 22px;
  text-align: center;
}
#contact-27 .btn-book-appointment {
  padding: 14px 35px;
  font-size: 1.15rem;
  font-weight: 600;
  border-radius: 8px;
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
#contact-27 .btn-book-appointment:hover {
  background-color: #218838;
  border-color: #1e7e34;
  transform: scale(1.03);
}
#contact-27 .btn-book-appointment i {
  margin-right: 10px;
}
#contact-27 .secondary-appointment-cta {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #6c757d;
}
#contact-27 .secondary-appointment-cta a {
  color: #0d6efd;
  font-weight: 500;
  text-decoration: none;
}
#contact-27 .secondary-appointment-cta a:hover {
  text-decoration: underline;
}



#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;
}


