
#hero-1 {
  text-align: center;
  padding: 100px 20px;
  background-color: #f8f9fa;
}
#hero-1 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-1 .hero-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 12px 30px;
  font-size: 18px;
}



#mobile-app-26 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#mobile-app-26 .timeline-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-26 .timeline-intro h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#mobile-app-26 .timeline-intro p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
}
#mobile-app-26 .timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
#mobile-app-26 .timeline-container::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #0d6efd;
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  z-index: 1;
}
#mobile-app-26 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 30px;
  z-index: 2;
}
#mobile-app-26 .timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #fff;
  border: 4px solid #0d6efd;
  top: 15px;
  border-radius: 50%;
  z-index: 3;
}
#mobile-app-26 .timeline-left {
  left: 0;
  padding-right: 50px;
  text-align: right;
}
#mobile-app-26 .timeline-right {
  left: 50%;
  padding-left: 50px;
  text-align: left;
}
#mobile-app-26 .timeline-left::after {
  left: -10px;
}
#mobile-app-26 .timeline-right::after {
  left: -10px;
}
#mobile-app-26 .timeline-content {
  padding: 15px 20px;
  background-color: white;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
#mobile-app-26 .timeline-content .timeline-icon {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#mobile-app-26 .timeline-content h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #212529;
}
#mobile-app-26 .timeline-content p {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
#mobile-app-26 .timeline-download-buttons {
  text-align: center;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#mobile-app-26 .timeline-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: 0 0.5rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-26 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-26 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-26 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-26 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-26 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #mobile-app-26 .timeline-container::after {
    left: 31px;
  }
  #mobile-app-26 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    text-align: left;
    margin-bottom: 40px;
  }
  #mobile-app-26 .timeline-right {
    left: 0%;
  }
  #mobile-app-26 .timeline-left::after,
  #mobile-app-26 .timeline-right::after {
    left: 16px;
    top: 18px;
    width: 15px;
    height: 15px;
  }
  #mobile-app-26 .timeline-left {
    text-align: left;
  }
  #mobile-app-26 .timeline-content {
    padding: 15px;
  }
}



#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-4 {
  text-align: center;
  background: #f9f9f9;
  padding: 80px 0;
}
#customer-support-4 .support-content {
  max-width: 800px;
  margin: 0 auto;
}
#customer-support-4 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#customer-support-4 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#customer-support-4 .support-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}
#customer-support-4 .support-card {
  position: relative;
  background: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  width: 250px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#customer-support-4 .support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
#customer-support-4 .support-card i {
  font-size: 2.8rem;
  color: #007bff;
  margin-bottom: 10px;
}
#customer-support-4 .support-card h5 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#customer-support-4 .support-status {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px;
}
#customer-support-4 .status-online {
  background: #28a745;
  color: white;
}
#customer-support-4 .status-busy {
  background: #dc3545;
  color: white;
}
#customer-support-4 .status-available {
  background: #ffc107;
  color: #222;
}
#customer-support-4 .status-24-7 {
  background: #007bff;
  color: white;
}
#customer-support-4 .support-card a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  color: white;
  background: #007bff;
  transition: background 0.3s ease-in-out;
}
#customer-support-4 .support-card a:hover {
  background: #0056b3;
}



#testimonials-6 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#testimonials-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#testimonials-6 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-6 .testimonial-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#testimonials-6 .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#testimonials-6 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-6 .testimonial-card p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-6 .client-info {
  font-size: 0.95rem;
  color: #777;
}
@media (max-width: 992px) {
  #testimonials-6 .testimonial-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #testimonials-6 .testimonial-card {
    flex: 1 1 100%;
  }
}



#faq-11 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-11 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
  color: #212529;
}
#faq-11 .accordion-item {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem !important;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#faq-11 .accordion-header {
}
#faq-11 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
}
#faq-11 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-11 .accordion-button::after {
  background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\");
  transition: transform 0.2s ease-in-out;
}
#faq-11 .accordion-button:not(.collapsed)::after {
  background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\");
  transform: rotate(-180deg);
}
#faq-11 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
}
#faq-11 .accordion-body p:last-child {
  margin-bottom: 0;
}



#call-to-action-8 {
  background-color: #17a2b8;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
}
#call-to-action-8 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-8 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-8 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #17a2b8;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-8 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #17a2b8;
}
@media (max-width: 767.98px) {
  #call-to-action-8 h2 {
    font-size: 28px;
  }
  #call-to-action-8 p {
    font-size: 16px;
  }
}


