
#hero-8 {
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-8 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
#hero-8 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.registration-form {
  max-width: 500px;
  margin: 0 auto;
}
.registration-form input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.registration-form button {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  background-color: #2575fc;
  color: #fff;
  border: none;
  border-radius: 4px;
}



#mobile-app-1 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#mobile-app-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 30px;
}
#mobile-app-1 .description {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}
#mobile-app-1 .download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#mobile-app-1 .download-btn {
  display: inline-block;
  padding: 12px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
  transition: background 0.3s;
}
#mobile-app-1 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-1 .download-btn i {
  margin-right: 10px;
}



#how-it-works-7 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-7 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-7 .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
#how-it-works-7 .accordion-button {
  background: #f8f9fa;
  font-size: 1rem;
}
#how-it-works-7 .accordion-body {
  font-size: 0.95rem;
  color: #555;
}



#features-26 {
  padding: 100px 0; 
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  color: {{ $data['features-26']['text_color'] ?? '#ffffff' }};
background-color: #343a40;
}
@media (hover: none) {
  #features-26 {
    background-attachment: scroll;
  }
}
#features-26::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: {{ $data['features-26']['overlay_color'] ?? 'rgba(0, 0, 0, 0.65)' }};
  z-index: 1;
}
#features-26 .container {
  position: relative;
  z-index: 2;
}
#features-26 .section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: inherit; 
}
#features-26 .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-26 .section-title p {
  margin-bottom: 50px;
  color: inherit;
  opacity: 0.9;
}
#features-26 .feature-box {
  text-align: center;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.1); 
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
#features-26 .feature-box:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}
#features-26 .feature-icon i {
  font-size: 42px;
  color: var(--bs-primary, #0d6efd);
margin-bottom: 20px;
  display: inline-block;
}
#features-26 .feature-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: inherit;
}
#features-26 .feature-box p {
  font-size: 15px;
  line-height: 1.6;
  color: inherit;
  opacity: 0.85;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #features-26 {
    padding: 60px 0;
    background-attachment: scroll; 
  }
  #features-26 .section-title h2 {
    font-size: 28px;
  }
   #features-26 .feature-icon i {
     font-size: 36px;
   }
   #features-26 .feature-box h4 {
     font-size: 18px;
   }
}



#customer-support-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#customer-support-7 .support-content-wrapper {
  display: flex;
  align-items: center;
}
#customer-support-7 .support-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#customer-support-7 .support-text {
  padding-left: 3rem;
}
#customer-support-7 .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#customer-support-7 .section-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#customer-support-7 .section-description {
  color: #495057;
  margin-bottom: 2rem;
  line-height: 1.7;
}
#customer-support-7 .support-buttons .btn {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
}
#customer-support-7 .support-buttons .btn i {
  margin-right: 0.5rem;
}
#customer-support-7 .contact-info-list {
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 0;
}
#customer-support-7 .contact-info-list li {
  margin-bottom: 0.75rem;
  color: #495057;
  display: flex;
  align-items: center;
}
#customer-support-7 .contact-info-list li i {
  color: var(--bs-primary);
  margin-right: 0.75rem;
  width: 20px;
  text-align: center;
}
#customer-support-7 .contact-info-list li a {
  color: #212529;
  text-decoration: none;
  font-weight: 500;
}
#customer-support-7 .contact-info-list li a:hover {
  text-decoration: underline;
  color: var(--bs-primary);
}
@media (max-width: 991.98px) {
  #customer-support-7 .support-text {
    padding-left: 1.5rem;
  }
  #customer-support-7 .section-title {
    font-size: 2rem;
  }
  #customer-support-7 .section-subtitle {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #customer-support-7 .support-image {
    margin-bottom: 2rem;
    text-align: center;
  }
  #customer-support-7 .support-image img {
    max-width: 80%;
  }
  #customer-support-7 .support-text {
    padding-left: 0;
    text-align: center;
  }
  #customer-support-7 .support-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #customer-support-7 .support-buttons .btn {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 80%;
  }
  #customer-support-7 .contact-info-list {
    justify-content: center;
    text-align: left;
    display: inline-block;
  }
  #customer-support-7 .contact-info-list li {
    justify-content: flex-start;
  }
}



#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;
  }
}


