
#hero-23 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 5rem 0;
  text-align: center;
}
#hero-23 .container {
  position: relative;
  z-index: 2;
}
#hero-23 .hero-content-wrapper-23 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-23 .hero-title-23 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-23 .hero-subtitle-23 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 1.75rem;
  opacity: 0.95;
}
#hero-23 .hero-cta-button-23 {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}
#hero-23 .hero-cta-button-23:hover {
  filter: brightness(115%);
}
@media (max-width: 767.98px) {
  #hero-23 {
    min-height: 50vh;
    padding: 4rem 0;
  }
  #hero-23 .hero-title-23 {
    font-size: 2.4rem;
  }
  #hero-23 .hero-subtitle-23 {
    font-size: 1.1rem;
  }
}



#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-6 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-6 .faq-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
#faq-6 .faq-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}
#faq-6 .faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#faq-6 .faq-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}
#faq-6 .faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#faq-6 .faq-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
#faq-6 .faq-content {
  flex: 1;
  text-align: left;
}
#faq-6 .faq-question {
  font-size: 20px;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 10px;
}
#faq-6 .faq-answer {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  #faq-6 .faq-list {
    gap: 15px;
  }
  #faq-6 .faq-item {
    flex-direction: column;
    text-align: center;
  }
  #faq-6 .faq-image {
    margin-bottom: 15px;
  }
  #faq-6 .faq-content {
    text-align: center;
  }
}



#call-to-action-4 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  text-align: center;
  color: #fff;
}
#call-to-action-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#call-to-action-4 .content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}
#call-to-action-4 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-4 p {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#call-to-action-4 .btn {
  display: inline-block;
  margin: 10px;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
}
#call-to-action-4 .btn-primary {
  background-color: #ff5722;
  color: #fff;
  border: none;
}
#call-to-action-4 .btn-primary:hover {
  background-color: #e64a19;
}
#call-to-action-4 .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-4 .btn-secondary:hover {
  background-color: #fff;
  color: #ff5722;
}


