
#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-9 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#mobile-app-9 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#mobile-app-9 .split-container {
  display: flex;
  gap: 30px;
  align-items: center;
}
#mobile-app-9 .image-column {
  flex: 1;
}
#mobile-app-9 .image-column img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
#mobile-app-9 .content-column {
  flex: 1;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#mobile-app-9 .download-buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
#mobile-app-9 .download-btn {
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}
#mobile-app-9 .download-btn:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  #mobile-app-9 .split-container {
    flex-direction: column;
  }
}
#mobile-app-9 .download-btn i {
  margin-right: 10px;
}



#how-it-works-23 {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}
#how-it-works-23 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-23 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-23 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-23 .problem-solution-pair {
  margin-bottom: 40px;
  padding: 25px;
  border-radius: 8px;
  background-color: #f8f9fa;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
#how-it-works-23 .problem-block,
#how-it-works-23 .solution-block {
  padding: 20px;
  border-radius: 6px;
}
#how-it-works-23 .problem-block {
  background-color: #fff5f5;
  border-left: 5px solid #e53e3e;
  margin-bottom: 20px;
}
#how-it-works-23 .solution-block {
  background-color: #f0fff4;
  border-left: 5px solid #38a169;
}
#how-it-works-23 .block-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#how-it-works-23 .block-icon {
  font-size: 1.8rem;
  margin-right: 15px;
  min-width: 28px;
}
#how-it-works-23 .problem-block .block-icon {
  color: #e53e3e;
}
#how-it-works-23 .solution-block .block-icon {
  color: #38a169;
}
#how-it-works-23 .block-title {
  font-size: 1.3rem;
  font-weight: 600;
}
#how-it-works-23 .problem-block .block-title {
  color: #c53030;
}
#how-it-works-23 .solution-block .block-title {
  color: #2f855a;
}
#how-it-works-23 .block-description {
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.7;
}
@media (min-width: 768px) {
  #how-it-works-23 .problem-solution-pair .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #how-it-works-23 .problem-block {
    margin-bottom: 0px;
  }
}



#features-28 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-28']['bg_color'] ?? '#f8f9fa' }};
}
#features-28 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-28 .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-28 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-28 .feature-image-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 250px; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  transition: transform 0.3s ease;
  cursor: pointer; 
   box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
#features-28 .feature-image-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
#features-28 .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
transition: background-color 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1;
}
/* Hover effect defined via JS might be smoother if needed,
   but CSS transition is simpler */
#features-28 .feature-image-card:hover .card-overlay {
}
#features-28 .card-content {
   position: relative;
   z-index: 2;
}
#features-28 .card-icon i {
  font-size: 40px;
  margin-bottom: 15px;
  opacity: 0.9;
}
#features-28 .card-title {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #features-28 .section-title h2 {
    font-size: 28px;
  }
  #features-28 .feature-image-card {
     min-height: 200px;
  }
   #features-28 .card-icon i {
      font-size: 36px;
   }
    #features-28 .card-title {
      font-size: 18px;
   }
}



#customer-support-12 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#customer-support-12 .section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
#customer-support-12 .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-12 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
}
#customer-support-12 .content-box {
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
}
#customer-support-12 .box-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
  color: #343a40;
}
#customer-support-12 .contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#customer-support-12 .contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.05rem;
}
#customer-support-12 .contact-list li:last-child {
  margin-bottom: 0;
}
#customer-support-12 .contact-list li i {
  color: var(--bs-primary);
  margin-right: 1rem;
  width: 25px;
  text-align: center;
  font-size: 1.2rem;
}
#customer-support-12 .contact-list li a {
  color: #212529;
  text-decoration: none;
  font-weight: 500;
  word-break: break-word;
}
#customer-support-12 .contact-list li a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
#customer-support-12 .contact-list li span {
  color: #495057;
  font-weight: 500;
}
#customer-support-12 .hours-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
#customer-support-12 .hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px dotted #e0e0e0;
  font-size: 1rem;
  color: #495057;
}
#customer-support-12 .hours-list li:last-child {
  border-bottom: none;
}
#customer-support-12 .hours-list li .days {
  font-weight: 500;
  color: #343a40;
}
#customer-support-12 .hours-list li .time {
  text-align: right;
}
#customer-support-12 .status-indicator {
  text-align: center;
  padding: 0.75rem;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 1.1rem;
}
#customer-support-12 .status-indicator.open {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
#customer-support-12 .status-indicator.closed {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
#customer-support-12 .status-indicator.limited {
  background-color: #fff3cd;
  color: #664d03;
  border: 1px solid #ffecb5;
}
@media (max-width: 991.98px) {
  #customer-support-12 .content-box {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-12 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  #customer-support-12 .section-header {
    margin-bottom: 2.5rem;
  }
  #customer-support-12 .section-title {
    font-size: 2rem;
  }
  #customer-support-12 .row > div {
    margin-bottom: 1.5rem;
  }
  #customer-support-12 .row > div:last-child {
    margin-bottom: 0;
  }
  #customer-support-12 .content-box {
    padding: 1.5rem;
    margin-bottom: 0;
  }
}



#call-to-action-13 {
  padding: 120px 0;
  background-color: #28a745;
  color: #fff;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
}
#call-to-action-13::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
#call-to-action-13 .container {
  position: relative;
  z-index: 1;
}
#call-to-action-13 h2 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: -1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#call-to-action-13 p {
  font-size: 1.3rem;
  margin-bottom: 40px;
  line-height: 1.8;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#call-to-action-13 .btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#call-to-action-13 .btn {
  display: inline-block;
  padding: 18px 45px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  animation: pulse 2s infinite alternate;
}
#call-to-action-13 .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
#call-to-action-13 .btn.primary {
  background-color: #007bff;
  color: #fff;
}
#call-to-action-13 .btn.primary:hover {
  background-color: #0056b3;
}
#call-to-action-13 .btn.secondary {
  background-color: #ffc107;
  color: #333;
}
#call-to-action-13 .btn.secondary:hover {
  background-color: #e0a800;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.05);
    opacity: 1;
  }
}


