
#hero-2 {
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
#hero-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#hero-2 .container {
  position: relative;
  z-index: 2;
}
#hero-2 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-2 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#mobile-app-5 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#mobile-app-5 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#mobile-app-5 .split-container {
  display: flex;
  gap: 30px;
  align-items: center;
}
#mobile-app-5 .video-column,
#mobile-app-5 .content-column {
  flex: 1;
}
#mobile-app-5 .video-column {
  position: relative;
  padding-top: 56.25%;
}
#mobile-app-5 .video-column iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#mobile-app-5 .content-column {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#mobile-app-5 .download-buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
#mobile-app-5 .download-btn {
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}
#mobile-app-5 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-5 .download-btn i {
  margin-right: 10px;
}
@media (max-width: 768px) {
  #mobile-app-5 .split-container {
    flex-direction: column;
  }
}



#features-23 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-23']['bg_color'] ?? '#ffffff' }};
}
#features-23 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-23 .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-23 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-23 .comparison-table {
  width: 100%;
  border-collapse: collapse; 
}
#features-23 .comparison-table th,
#features-23 .comparison-table td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dee2e6; 
}
#features-23 .comparison-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  font-size: 18px;
  color: #495057;
  position: relative; 
}
#features-23 .comparison-table th .plan-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: var(--bs-danger, #dc3545);
    color: #fff;
}
#features-23 .comparison-table tbody th {
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
}
#features-23 .comparison-table tbody td {
  font-size: 15px;
  color: #6c757d;
}
#features-23 .comparison-table tbody tr:nth-child(odd) td {
   background-color: #f8f9fa; 
}
#features-23 .comparison-table tbody tr:hover td {
   background-color: #f1f3f5; 
}
#features-23 .comparison-table .icon-cell i {
  font-size: 1.2rem;
}
#features-23 .comparison-table .highlight {
  background-color: var(--bs-primary-light, #e7f1ff); 
  border-left: 3px solid var(--bs-primary, #0d6efd);
  border-right: 3px solid var(--bs-primary, #0d6efd);
}
#features-23 .comparison-table th.highlight {
  background-color: var(--bs-primary-lighter, #d0e3ff);
  color: var(--bs-primary-dark, #0a58ca);
}
.table-responsive {
    padding: 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 767.98px) {
  #features-23 .comparison-table th,
  #features-23 .comparison-table td {
    padding: 10px;
    font-size: 14px;
  }
  #features-23 .comparison-table th {
    font-size: 16px;
  }
  #features-23 .comparison-table tbody th {
     font-size: 15px;
  }
}



#how-it-works-21 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
}
#how-it-works-21 .section-title-container {
  margin-bottom: 60px;
}
#how-it-works-21 .section-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
}
#how-it-works-21 .section-main-subtitle {
  font-size: 1.15rem;
  color: #666;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-21 .minimal-step-item {
  text-align: center;
  padding: 20px;
  position: relative;
}
#how-it-works-21 .step-number-display {
  font-size: 6rem;
  font-weight: 800;
  color: #e9ecef;
  line-height: 1;
  margin-bottom: -20px;
  position: relative;
  z-index: 0;
}
#how-it-works-21 .step-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding-top: 10px;
  display: inline-block;
}
#how-it-works-21 .step-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
  display: block;
}
#how-it-works-21 .step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
#how-it-works-21 .step-short-description {
  font-size: 0.95rem;
  color: #777;
}
@media (min-width: 768px) {
  #how-it-works-21 .minimal-step-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(2.5rem + 30px);
    right: -15%;
    width: 30%;
    height: 2px;
    background-color: #0d6efd;
    opacity: 0.3;
    z-index: 0;
  }
  #how-it-works-21 .row > div:nth-child(3)::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #how-it-works-21 .step-number-display {
    font-size: 5rem;
    margin-bottom: -15px;
  }
  #how-it-works-21 .minimal-step-item {
    margin-bottom: 30px;
  }
  #how-it-works-21 .minimal-step-item:not(:last-child)::after {
    display: none;
  }
}



#overview-9 {
  overflow: hidden;
  background-color: #f8f9fa;
}
#overview-9 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
#overview-9 .timeline-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0;
}
#overview-9 .timeline-container::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: var(--bs-primary);
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}
#overview-9 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
#overview-9 .timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #ffffff;
  border: 4px solid var(--bs-primary);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
#overview-9 .timeline-item.left {
  left: 0;
  padding-right: 30px;
}
#overview-9 .timeline-item.right {
  left: 50%;
  padding-left: 30px;
}
#overview-9 .timeline-item.left::after {
  right: -10px;
}
#overview-9 .timeline-item.right::after {
  left: -10px;
}
#overview-9 .timeline-content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
#overview-9 .timeline-item.right .timeline-content {
  text-align: left;
}
#overview-9 .timeline-item.left .timeline-content {
  text-align: right;
}
#overview-9 .timeline-content .timeline-icon {
  font-size: 1.5rem;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  display: block;
}
#overview-9 .timeline-content .timeline-date {
  font-size: 0.85rem;
  color: #6c757d;
  display: block;
  margin-bottom: 0.25rem;
}
#overview-9 .timeline-content h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
#overview-9 .timeline-content p {
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #overview-9 .timeline-container::after {
    left: 31px;
  }
  #overview-9 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  #overview-9 .timeline-item.left,
  #overview-9 .timeline-item.right {
    left: 0%;
    text-align: left;
  }
  #overview-9 .timeline-item::after {
    left: 21px;
  }
  #overview-9 .timeline-item.right::after {
    left: 21px;
  }
  #overview-9 .timeline-content {
    text-align: left !important;
  }
}


