
#hero-14 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-14::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-14 .container {
  position: relative;
  z-index: 2;
}
#hero-14 .hero-content-wrapper-14 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .hero-title-14 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-14 .hero-subtitle-14 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-14 .hero-form-wrapper-14 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .input-group .form-control {
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  border-radius: 0.3rem 0 0 0.3rem;
  border: none;
}
#hero-14 .input-group .btn-form-submit-14 {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 0 0.3rem 0.3rem 0;
  border: none;
  background-color: #0d6efd;
  color: #ffffff;
  transition: filter 0.2s ease;
}
#hero-14 .input-group .btn-form-submit-14:hover {
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-14 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-14 .hero-title-14 {
    font-size: 2.2rem;
  }
  #hero-14 .hero-subtitle-14 {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #hero-14 .input-group {
    flex-direction: column;
    gap: 0.5rem;
  }
  #hero-14 .input-group .form-control,
  #hero-14 .input-group .btn-form-submit-14 {
    border-radius: 0.3rem;
    width: 100%;
  }
}



#mobile-app-30 {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
#mobile-app-30 .hero-content-col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#mobile-app-30 .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212529;
  line-height: 1.3;
}
#mobile-app-30 .hero-description {
  font-size: 1.1rem;
  color: #495057;
  margin-bottom: 2rem;
  line-height: 1.7;
  max-width: 500px;
}
#mobile-app-30 .hero-image-col {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-app-30 .offset-app-image {
  position: absolute;
  max-width: 320px;
  height: auto;
  z-index: 1;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.1));
  transition: transform 0.5s ease-out;
}
#mobile-app-30 .hero-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-30 .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-30 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-30 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-30 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-30 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-30 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-30 {
    padding: 40px 0;
  }
  #mobile-app-30 .hero-content-col {
    text-align: center;
    order: 2;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #mobile-app-30 .hero-title {
    font-size: 2rem;
  }
  #mobile-app-30 .hero-description {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  #mobile-app-30 .hero-image-col {
    order: 1;
    min-height: 350px;
  }
  #mobile-app-30 .offset-app-image {
    position: relative;
    transform: none !important;
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }
  #mobile-app-30 .hero-download-buttons {
    justify-content: center;
  }
}



#features-24 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-24']['bg_color'] ?? '#f8f9fa' }};
}
#features-24 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-24 .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-24 .section-title p {
  margin-bottom: 50px; 
  color: #6c757d;
}
#features-24 .central-image-column {
  text-align: center;
}
#features-24 .central-image img {
  max-width: 80%; 
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#features-24 .feature-item-col .feature-item {
  display: flex;
  align-items: flex-start; 
  margin-bottom: 30px; 
  position: relative;
}
#features-24 .feature-item-col.features-left .feature-item {
   flex-direction: row-reverse; 
   text-align: right;
}
#features-24 .feature-item-col.features-left .feature-icon {
  margin-right: 0;
  margin-left: 20px;
}
#features-24 .feature-icon {
  flex-shrink: 0;
  width: 50px; 
  height: 50px;
  background: var(--bs-primary, #0d6efd);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px; 
}
#features-24 .feature-icon i {
  font-size: 22px;
  line-height: 0;
}
#features-24 .feature-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #343a40;
}
#features-24 .feature-content p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #features-24 .central-image {
     margin-bottom: 40px; 
   }
   #features-24 .feature-item-col .feature-item,
   #features-24 .feature-item-col.features-left .feature-item {
      flex-direction: row; 
      text-align: left; 
      margin-left: auto; 
      margin-right: auto;
      max-width: 400px; 
   }
    #features-24 .feature-item-col.features-left .feature-icon {
       margin-left: 0;
       margin-right: 20px;
    }
}
@media (max-width: 767.98px) {
  #features-24 .section-title h2 {
    font-size: 28px;
  }
   #features-24 .central-image img {
      max-width: 70%;
   }
}



#call-to-action-15 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
#call-to-action-15 .left-side,
#call-to-action-15 .right-side {
  flex: 1 1 50%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px;
}
#call-to-action-15 .left-side {
  background-color: #007bff;
}
#call-to-action-15 .right-side {
  background-color: #28a745;
}
#call-to-action-15 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-15 p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-15 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-15 .left-side .btn {
  background-color: #fff;
  color: #007bff;
}
#call-to-action-15 .left-side .btn:hover {
  background-color: #e0f2f7;
}
#call-to-action-15 .right-side .btn {
  background-color: #fff;
  color: #28a745;
}
#call-to-action-15 .right-side .btn:hover {
  background-color: #e3f2fd;
}
#call-to-action-15::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #007bff 50%, #28a745 50%);
  z-index: -1;
}
@media (max-width: 768px) {
  #call-to-action-15::before {
    background: linear-gradient(to bottom, #007bff 50%, #28a745 50%);
  }
}


