
#our-services-19 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#our-services-19 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-19 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#our-services-19 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#our-services-19 .process-flow-row {
  position: relative;
}
#our-services-19 .step-item {
  text-align: center;
  padding: 1rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #our-services-19 .step-item:not(:last-child)::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 25%;
    right: -20px;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #adb5bd;
    z-index: 1;
  }
  #our-services-19 .step-item {
    margin-bottom: 0;
  }
}
#our-services-19 .step-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--bs-primary, #0d6efd);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 4px 8px rgba(13, 110, 253, 0.3);
  transition: transform 0.3s ease;
}
#our-services-19 .step-item:hover .step-icon {
  transform: scale(1.1);
}
#our-services-19 .step-icon i {
  font-size: 1.75rem;
}
#our-services-19 .step-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #495057;
}
#our-services-19 .step-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  #our-services-19 .step-item:not(:last-child)::after {
    display: none;
  }
  /* #our-services-19 .process-flow-row::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #e9ecef;
    top: 35px; // Start below first icon
    bottom: 35px; // End above last icon base
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
   }
    #our-services-19 .step-item { z-index: 1; background-color: #f8f9fa; } // Ensure item is above line */
}



#how-it-works-14 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#how-it-works-14 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-14 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
#how-it-works-14 .section-main-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-14 .pillar-item {
  background-color: #f8f9fa;
  padding: 35px 25px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#how-it-works-14 .pillar-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
#how-it-works-14 .pillar-icon {
  font-size: 2.8rem;
  color: #0d6efd;
  margin-bottom: 20px;
  line-height: 1;
}
#how-it-works-14 .pillar-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 15px;
}
#how-it-works-14 .pillar-description {
  font-size: 0.95rem;
  color: #5a6778;
  line-height: 1.6;
  flex-grow: 1;
}
@media (min-width: 768px) {
  #how-it-works-14 .pillar-item {
    margin-bottom: 0;
  }
}



#content-block-7 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#content-block-7 .header {
  text-align: center;
  margin-bottom: 40px;
}
#content-block-7 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-7 .header p {
  font-size: 1.1rem;
  color: #777;
}
#content-block-7 .article-body {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}



#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-22 {
  padding: 4rem 0;
  overflow: hidden;
  color: #ffffff;
}
.cta-urgent {
}
.cta-urgent-icon i {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  display: block;
}
.cta-urgent-headline {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cta-urgent-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-urgent-button .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease;
}
.cta-urgent-button .btn:hover {
  transform: scale(1.05);
}
.cta-urgent-button .btn i {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-22 {
    padding: 3rem 0;
  }
  .cta-urgent-icon i {
    font-size: 3rem;
  }
  .cta-urgent-headline {
    font-size: 1.9rem;
  }
  .cta-urgent-subtext {
    font-size: 1rem;
  }
}


