
#hero-20 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 6rem 0 5rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-20 .hero-overlay-20 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-20 .container {
  position: relative;
  z-index: 2;
}
#hero-20 .hero-content-wrapper-20 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
#hero-20 .hero-title-20 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-20 .hero-subtitle-20 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-20 .hero-cta-button-20 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-20 .hero-cta-button-20:hover {
  transform: translateY(-2px);
}
#hero-20 .hero-logos-wrapper-20 {
  margin-top: 3.5rem;
}
#hero-20 .logos-title-20 {
  font-size: 0.9rem;
  font-weight: 500;
  color: inherit;
  opacity: 0.7;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#hero-20 .logos-list-20 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
#hero-20 .hero-logo-item img {
  max-height: 40px;
  max-width: 120px;
  width: auto;
  transition: filter 0.3s ease;
}
#hero-20 .hero-logo-item a:hover img,
#hero-20 .hero-logo-item img:hover {
  filter: none;
}
@media (max-width: 767.98px) {
  #hero-20 {
    min-height: 70vh;
    padding: 4rem 0 3rem 0;
  }
  #hero-20 .hero-content-wrapper-20 {
    margin-bottom: 2.5rem;
  }
  #hero-20 .hero-title-20 {
    font-size: 2.3rem;
  }
  #hero-20 .hero-subtitle-20 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-20 .hero-logos-wrapper-20 {
    margin-top: 3rem;
  }
  #hero-20 .logos-list-20 {
    gap: 1.5rem;
  }
  #hero-20 .hero-logo-item img {
    max-height: 30px;
  }
}



#mobile-app-11 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#mobile-app-11 .app-intro-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-app-11 .app-intro-title {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}
#mobile-app-11 .app-intro-description {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-11 .app-download-buttons .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-11 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-11 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-11 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-11 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-11 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
#mobile-app-11 .app-image-container {
  text-align: center;
}
#mobile-app-11 .mobile-app-image {
  max-width: 80%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #mobile-app-11 .app-image-container {
    text-align: right;
  }
  #mobile-app-11 .mobile-app-image {
    max-width: 100%;
  }
  #mobile-app-11 .app-intro-content {
    align-items: flex-start;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  #mobile-app-11 .app-download-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #mobile-app-11 .app-download-buttons .btn-download-app {
    margin-right: 0;
    justify-content: center;
    width: 100%;
  }
  #mobile-app-11 .app-intro-content {
    align-items: center;
    text-align: center;
  }
}



#features-30 {
  padding: 60px 0;
  overflow: hidden;
background-color: {{ $data['features-30']['fallback_bg_color'] ?? '#f1f3f5' }}; 
}
#features-30 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-30 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 25px);
}
#features-30 .section-title p {
  margin-bottom: 50px; 
  color: #6c757d;
}
#features-30 .feature-item-shape {
  text-align: center;
  padding: 25px;
  background-color: #ffffff; 
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%; 
  display: flex;
  flex-direction: column; 
}
#features-30 .feature-item-shape:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
#features-30 .shaped-icon {
  width: 80px; 
  height: 80px;
  border-radius: 50%; 
  margin: 0 auto 25px auto; 
  display: flex;
  align-items: center;
  justify-content: center;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); 
  transition: transform 0.3s ease;
}
#features-30 .feature-item-shape:hover .shaped-icon {
    transform: scale(1.1); 
}
#features-30 .shaped-icon i {
  font-size: 32px; 
  color: #ffffff; 
  line-height: 0;
}
#features-30 .feature-item-shape h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #343a40;
}
#features-30 .feature-item-shape p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
  flex-grow: 1; 
}
@media (max-width: 767.98px) {
  #features-30 .section-title h2 {
    font-size: 28px;
  }
  #features-30 .shaped-icon {
     width: 70px;
     height: 70px;
     margin-bottom: 20px;
  }
   #features-30 .shaped-icon i {
     font-size: 28px;
   }
   #features-30 .feature-item-shape h4 {
     font-size: 17px;
   }
}



#awards-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
#awards-7 .container {
  max-width: 850px;
}
#awards-7 .featured-award-box {
  text-align: center;
  padding: 2.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
}
#awards-7 .award-visual {
  margin-bottom: 2rem;
}
#awards-7 .award-visual img {
  max-height: 100px;
  max-width: 250px;
  width: auto;
}
#awards-7 .award-visual i {
  color: var(--bs-primary);
  opacity: 0.9;
}
#awards-7 .award-name {
  font-size: 2.2rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#awards-7 .awarded-by {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-7 .award-year {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 1.5rem;
}
#awards-7 .award-description {
  font-size: 1.05rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-7 .award-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 0.5rem;
  position: relative;
  padding: 1rem 0;
  border-top: 1px solid #eee;
  margin-top: 2rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#awards-7 .quote-author {
  display: block;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 500;
  color: #6c757d;
  margin-top: 0.5rem;
}
#awards-7 .award-link {
  margin-top: 2rem;
}
#awards-7 .award-link a {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #awards-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-7 .featured-award-box {
    padding: 2rem;
  }
  #awards-7 .award-name {
    font-size: 1.8rem;
  }
  #awards-7 .award-description {
    font-size: 1rem;
  }
  #awards-7 .award-quote {
    font-size: 1rem;
  }
}



#testimonials-13 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  overflow: hidden;
}
#testimonials-13 .container {
  max-width: 800px;
}
#testimonials-13 .testimonial-card-featured {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 50px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}
#testimonials-13 .testimonial-card-featured::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 6rem;
  color: #e9ecef;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
  line-height: 1;
  opacity: 0.8;
}
#testimonials-13 .testimonial-content {
  position: relative;
  z-index: 2;
}
#testimonials-13 .client-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#testimonials-13 .testimonial-quote {
  font-size: 1.25rem;
  font-weight: 400;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 25px;
  font-style: italic;
}
#testimonials-13 .client-info .client-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 3px;
}
#testimonials-13 .client-info .client-position {
  font-size: 0.95rem;
  color: #6c757d;
  display: block;
}
#testimonials-13 .rating {
  margin-top: 15px;
  color: #ffc107;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  #testimonials-13 {
    padding: 50px 0;
  }
  #testimonials-13 .testimonial-card-featured {
    padding: 30px 25px;
  }
  #testimonials-13 .testimonial-card-featured::before {
    font-size: 4.5rem;
    top: 15px;
    left: 15px;
  }
  #testimonials-13 .client-image img {
    width: 80px;
    height: 80px;
  }
  #testimonials-13 .testimonial-quote {
    font-size: 1.1rem;
  }
}



#faq-16 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-16 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #212529;
}
#faq-16 .faq-list-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#faq-16 .faq-minimal-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
}
#faq-16 .faq-minimal-item:last-child {
  border-bottom: none;
}
#faq-16 .faq-minimal-question {
  font-weight: 600;
  font-size: 1.15rem;
  color: #343a40;
  margin-bottom: 0.8rem;
  display: block;
}
#faq-16 .faq-minimal-answer {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}



#call-to-action-24 {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #ffffff;
}
.cta-portrait-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#call-to-action-24 .container {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cta-portrait-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cta-portrait-content-col h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}
.cta-portrait-content-col p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 500px;
}
.cta-portrait-content-col .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  width: fit-content;
}
.cta-portrait-image-col {
  position: relative;
  text-align: center;
}
.cta-portrait-img {
  max-width: 100%;
  height: auto;
  max-height: 550px;
  position: relative;
  bottom: -5rem;
  margin-bottom: -5rem;
}
@media (max-width: 991.98px) {
  .cta-portrait-content-col {
    text-align: center;
    margin-bottom: 0;
  }
  .cta-portrait-content-col p {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-portrait-content-col .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .cta-portrait-img {
    max-height: 450px;
    bottom: -4rem;
    margin-bottom: -4rem;
  }
  #call-to-action-24 .container {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .cta-portrait-content-col h2 {
    font-size: 2rem;
  }
  .cta-portrait-img {
    max-height: 350px;
    bottom: -3rem;
    margin-bottom: -3rem;
  }
}


