
#hero-8 {
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-8 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
#hero-8 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.registration-form {
  max-width: 500px;
  margin: 0 auto;
}
.registration-form input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.registration-form button {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  background-color: #2575fc;
  color: #fff;
  border: none;
  border-radius: 4px;
}



#contact-21 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}
#contact-21 .section-title-container {
  margin-bottom: 40px;
}
#contact-21 .section-main-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #343a40;
}
#contact-21 .section-main-subtitle {
  font-size: 1.05rem;
  color: #6c757d;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#contact-21 .contact-methods-block,
#contact-21 .social-media-block {
  margin-top: 30px;
}
#contact-21 .block-internal-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
  display: inline-block;
}
#contact-21 .contact-method-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  transition: background-color 0.2s ease;
  padding: 10px;
  border-radius: 6px;
}
#contact-21 .contact-method-item:hover {
  background-color: #e9ecef;
}
#contact-21 .contact-method-icon {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-right: 18px;
  width: 25px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 2px;
}
#contact-21 .contact-method-text a,
#contact-21 .contact-method-text span {
  font-size: 1rem;
  color: #495057;
  text-decoration: none;
  line-height: 1.5;
}
#contact-21 .contact-method-text a:hover {
  color: #0b5ed7;
  text-decoration: underline;
}
#contact-21 .social-icons-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
#contact-21 .social-icons-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #e0e0e0;
  color: #555;
  font-size: 1.3rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
#contact-21 .social-icons-list li a:hover {
  background-color: #0d6efd;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
}



#faq-22 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-22 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2rem;
}
#faq-22 .faq-alternating-block {
  margin-bottom: 5rem;
}
#faq-22 .faq-alternating-block:last-child {
  margin-bottom: 0;
}
#faq-22 .faq-alternating-block:nth-child(even) {
  background-color: #f8f9fa;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 15px;
}
#faq-22 .faq-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 1.5rem;
}
#faq-22 .faq-content-col h5 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
#faq-22 .faq-content-col p {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}
#faq-22 .faq-image-col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faq-22 .faq-alternating-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  #faq-22 .faq-alternating-block {
    margin-bottom: 3rem;
  }
  #faq-22 .faq-image-col {
    margin-bottom: 1.5rem;
    order: 1 !important;
  }
  #faq-22 .faq-content-col {
    order: 2 !important;
    text-align: center;
  }
  #faq-22 .faq-content-col p {
    text-align: left;
  }
  #faq-22 .faq-alternating-image {
    max-width: 80%;
  }
  #faq-22 .faq-alternating-block:nth-child(even) {
    padding: 2rem 1rem;
  }
}


