
#hero-19 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-19 .hero-overlay-19 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-19 .container {
  position: relative;
  z-index: 2;
}
#hero-19 .hero-content-wrapper-19 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#hero-19 .hero-title-19 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-19 .hero-subtitle-19 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.85;
}
#hero-19 .app-buttons-wrapper-19 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-19 .app-store-button img,
#hero-19 .google-play-button img {
  height: 45px;
  width: auto;
  transition: transform 0.2s ease;
}
#hero-19 .app-store-button img:hover,
#hero-19 .google-play-button img:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-19 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-19 .hero-title-19 {
    font-size: 2.3rem;
  }
  #hero-19 .hero-subtitle-19 {
    font-size: 1.05rem;
    margin-bottom: 2rem;
  }
  #hero-19 .app-store-button img,
  #hero-19 .google-play-button img {
    height: 40px;
  }
}



#our-services-3 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#our-services-3 .row {
  display: flex;
  gap: 30px;
  align-items: center;
}
#our-services-3 .image-column {
  flex: 1;
}
#our-services-3 .image-column img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
#our-services-3 .text-column {
  flex: 2;
}
#our-services-3 .text-column h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}
#our-services-3 .text-column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 768px) {
  #our-services-3 .row {
    flex-direction: column;
  }
}



#why-choose-us-27 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#why-choose-us-27 .section-title-container {
  margin-bottom: 40px;
}
#why-choose-us-27 .section-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a2b48;
  line-height: 1.3;
}
#why-choose-us-27 .section-main-subtitle {
  font-size: 1.15rem;
  color: #4a5568;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  margin-bottom: 30px;
}
#why-choose-us-27 .introduction-paragraph-text {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: justify;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#why-choose-us-27 .core-value-item {
  margin-bottom: 35px;
  padding: 25px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #0d6efd;
}
#why-choose-us-27 .value-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#why-choose-us-27 .value-icon {
  font-size: 1.8rem;
  color: #0d6efd;
  margin-right: 15px;
  min-width: 30px;
}
#why-choose-us-27 .value-title-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
}
#why-choose-us-27 .value-description-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.8;
  text-align: justify;
  padding-left: 45px;
}
#why-choose-us-27 .closing-statement-text {
  margin-top: 40px;
  text-align: center;
  font-size: 1.1rem;
  color: #343a40;
  font-weight: 500;
  font-style: italic;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #e9f5ff;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  #why-choose-us-27 .section-main-title {
    font-size: 2.2rem;
  }
  #why-choose-us-27 .section-main-subtitle {
    font-size: 1.05rem;
  }
  #why-choose-us-27 .introduction-paragraph-text {
    font-size: 1rem;
    text-align: left;
  }
  #why-choose-us-27 .value-title-text {
    font-size: 1.3rem;
  }
  #why-choose-us-27 .value-description-text {
    font-size: 0.95rem;
    padding-left: 0;
    text-align: left;
  }
  #why-choose-us-27 .core-value-item {
    padding: 20px;
  }
}



#features-15 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-15 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-15 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-15 .feature-item {
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  background-color: #f8f9fa;
  margin-bottom: 20px;
  cursor: pointer;
}
#features-15 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-15 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-15 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-15 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#testimonials-15 {
  padding: 80px 0;
  background-color: #ffffff;
}
#testimonials-15 .container {
  max-width: 1140px;
}
#testimonials-15 .section-header {
  margin-bottom: 50px;
  text-align: center;
}
#testimonials-15 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-15 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
#testimonials-15 .testimonial-bubble-wall {
  column-gap: var(--column-gap, 1.5rem);
  column-count: var(--column-count-sm, 1);
}
#testimonials-15 .testimonial-bubble {
  display: inline-block;
  width: 100%;
  background-color: var(--bubble-bg-color, #f8f9fa);
  padding: 20px 25px;
  border-radius: 15px;
  margin-bottom: var(--column-gap, 1.5rem);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  page-break-inside: avoid;
  break-inside: avoid;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#testimonials-15 .testimonial-bubble:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
#testimonials-15 .bubble-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#testimonials-15 .bubble-image img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}
#testimonials-15 .bubble-client-name {
  font-weight: 600;
  color: #343a40;
  font-size: 0.95rem;
}
#testimonials-15 .bubble-message {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #testimonials-15 .testimonial-bubble-wall {
    column-count: var(--column-count-md, 2);
  }
}
@media (min-width: 992px) {
  #testimonials-15 .testimonial-bubble-wall {
    column-count: var(--column-count-lg, 3);
  }
}
@media (max-width: 767.98px) {
  #testimonials-15 {
    padding: 50px 0;
  }
  #testimonials-15 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-15 .testimonial-bubble {
    padding: 15px 20px;
  }
  #testimonials-15 .bubble-message {
    font-size: 0.95rem;
  }
}



#call-to-action-23 {
  padding: 5rem 0;
  overflow: hidden;
}
.cta-form-content h2 {
  font-weight: 700;
  color: #312e81;
}
.cta-form-content p {
  color: #4f46e5;
  font-size: 1.1rem;
}
.cta-form-wrapper .input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.cta-form-wrapper .form-control {
  min-height: 3.5rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #e0e7ff;
}
.cta-form-wrapper .form-control:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}
.cta-form-wrapper .btn {
  min-height: 3.5rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cta-form-wrapper .btn:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}
@media (max-width: 991.98px) {
  .cta-form-content {
    margin-bottom: 2rem;
    text-align: center;
  }
}



#customer-support-16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
#customer-support-16 .container {
  position: relative;
}
#customer-support-16 .content-wrapper {
  display: flex;
  align-items: center;
}
#customer-support-16 .text-content {
  padding-right: 3rem;
}
#customer-support-16 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-16 .section-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#customer-support-16 .section-description {
  margin-bottom: 2rem;
  line-height: 1.7;
  opacity: 0.85;
}
#customer-support-16 .benefits-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.5rem;
}
#customer-support-16 .benefits-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  opacity: 0.9;
}
#customer-support-16 .benefits-list li i {
  margin-right: 0.75rem;
  opacity: 1;
  color: #20c997;
}
#customer-support-16 .cta-buttons .btn {
  margin-right: 1rem;
  padding: 0.8rem 2rem;
  font-weight: 600;
}
#customer-support-16 .secondary-cta {
  font-size: 0.95rem;
  opacity: 0.9;
}
#customer-support-16 .secondary-cta a {
  text-decoration: none;
}
#customer-support-16 .secondary-cta a:hover {
  text-decoration: underline;
}
#customer-support-16 .image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  #customer-support-16 .text-content {
    padding-right: 1.5rem;
  }
  #customer-support-16 .section-title {
    font-size: 2.2rem;
  }
  #customer-support-16 .section-subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
  }
  #customer-support-16 .content-wrapper {
    flex-direction: column-reverse;
  }
  #customer-support-16 .text-content {
    padding-right: 0;
    margin-top: 3rem;
  }
  #customer-support-16 .image-content img {
    max-width: 250px;
  }
  #customer-support-16 .benefits-list {
    display: inline-block;
    text-align: left;
    margin-bottom: 2rem;
  }
  #customer-support-16 .cta-buttons .btn {
    width: 80%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #customer-support-16 .secondary-cta {
    margin-top: 1rem;
    display: block;
  }
}



#faq-2 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-2 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-2 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 30px;
}
#faq-2 .search-box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#faq-2 .search-box input {
  width: 60%;
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-radius: 4px 0 0 4px;
  outline: none;
}
#faq-2 .search-box button {
  padding: 10px 20px;
  border: none;
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-2 .search-box button:hover {
  background-color: #138496;
}
#faq-2 .accordion-button {
  background-color: #f1f1f1;
  color: #333333;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-2 .accordion-button:hover {
  background-color: #e2e6ea;
}
#faq-2 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}



#team-18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
#team-18 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-18 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-18 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-18 .stat-item-diversity {
  text-align: center;
  padding: 2rem 1rem;
  background-color: #f8f9fa;
  border-radius: 0.375rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
}
#team-18 .stat-icon {
  margin-bottom: 1rem;
}
#team-18 .stat-icon i {
  font-size: 2.8rem;
  color: var(--bs-primary);
}
#team-18 .stat-value {
  font-size: 2.2rem;
  font-weight: 700;
  color: #343a40;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
#team-18 .stat-label {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 0;
}
#team-18 .footer-text {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.1rem;
  font-style: italic;
  color: #6c757d;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  #team-18 .stat-value {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  #team-18 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-18 .section-title {
    font-size: 2.1rem;
  }
  #team-18 .stat-item-diversity {
    padding: 1.5rem 1rem;
  }
}


