
#hero-11 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 65vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: left;
  color: #ffffff;
  --hero-overlay-color: rgba(0, 0, 0, 0.5);
}
#hero-11::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
}
#hero-11 .container {
  position: relative;
  z-index: 2;
}
#hero-11 .hero-content-wrapper-11 {
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
}
#hero-11 .hero-title-11 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-11 .hero-subtitle-11 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-11 .hero-cta-button-11 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-11 .hero-cta-button-11:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #hero-11 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-11 .hero-content-wrapper-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-11 .hero-title-11 {
    font-size: 2.4rem;
  }
  #hero-11 .hero-subtitle-11 {
    font-size: 1.1rem;
  }
}



#contact-18 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #ffffff;
}
#contact-18 .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#contact-18 .container {
  position: relative;
  z-index: 2;
}
#contact-18 .banner-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#contact-18 .banner-main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
#contact-18 .banner-main-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.6;
  opacity: 0.9;
}
#contact-18 .btn-cta-banner {
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
#contact-18 .btn-cta-banner:hover {
  background-color: #ffffff;
  color: #0d6efd;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
#contact-18 .secondary-contact-display {
  margin-top: 25px;
  font-size: 1rem;
  opacity: 0.85;
}
#contact-18 .secondary-contact-display i {
  margin-right: 8px;
}
#contact-18.no-bg-image {
  background-color: #2c3e50;
}



#faq-29 {
  padding: 80px 0;
  background-color: #eef2f7;
}
#faq-29 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-29 .faq-chat-container {
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 500px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
#faq-29 .chat-message {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: flex-end;
}
#faq-29 .chat-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 10px;
}
#faq-29 .chat-bubble {
  max-width: 75%;
  padding: 0.8rem 1.2rem;
  border-radius: 18px;
  line-height: 1.6;
  font-size: 0.95rem;
  position: relative;
}
#faq-29 .chat-message.user {
  justify-content: flex-end;
}
#faq-29 .chat-message.user .chat-avatar {
  order: 2;
}
#faq-29 .chat-message.user .chat-bubble {
  background-color: #0d6efd;
  color: #fff;
  border-bottom-right-radius: 5px;
  order: 1;
}
#faq-29 .chat-message.support {
  justify-content: flex-start;
}
#faq-29 .chat-message.support .chat-avatar {
  order: 1;
}
#faq-29 .chat-message.support .chat-bubble {
  background-color: #e9ecef;
  color: #343a40;
  border-bottom-left-radius: 5px;
  order: 2;
}
#faq-29 .chat-bubble p:last-child {
  margin-bottom: 0;
}



#call-to-action-5 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
#call-to-action-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#call-to-action-5 .content {
  position: relative;
  z-index: 2;
  animation: fadeInUp 1.5s ease;
}
#call-to-action-5 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  animation: fadeIn 1.2s ease;
}
#call-to-action-5 p {
  font-size: 1.4rem;
  margin-bottom: 30px;
  animation: fadeIn 1.4s ease;
}
#call-to-action-5 .btn {
  background-color: #28a745;
  color: #fff;
  padding: 12px 30px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s, background-color 0.3s;
  animation: fadeInUp 1.6s ease;
}
#call-to-action-5 .btn:hover {
  transform: scale(1.1);
  background-color: #218838;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


