
#hero-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 8rem 0;
  text-align: center;
}
#hero-24 .container {
  width: 100%;
}
#hero-24 .hero-content-wrapper-24 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#hero-24 .hero-title-24 {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
#hero-24 .hero-subtitle-24 {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #hero-24 {
    padding: 7rem 0;
  }
  #hero-24 .hero-title-24 {
    font-size: 3.2rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #hero-24 {
    padding: 5rem 0;
    min-height: 40vh;
  }
  #hero-24 .hero-title-24 {
    font-size: 2.6rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.1rem;
  }
}



#our-services-7 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  overflow: hidden;
}
#our-services-7 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#our-services-7 .content-body {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}
#our-services-7 .services-list {
  list-style: none;
  padding: 0;
}
#our-services-7 .services-list li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #555;
}



#features-13 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-13 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-13 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-13 .feature-item {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-13 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-13 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-13 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-13 .feature-description {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}
#features-13 .testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
}
#features-13 .testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
}
#features-13 .testimonial-text {
  text-align: left;
}
#features-13 .testimonial-name {
  font-size: 14px;
  font-weight: bold;
}
#features-13 .testimonial-position {
  font-size: 12px;
  color: #6c757d;
}



#testimonials-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#testimonials-10 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#testimonials-10 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#testimonials-10 .testimonial-tab {
  text-align: center;
}
#testimonials-10 .testimonial-tab img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-10 .testimonial-tab p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-10 .client-info {
  font-size: 0.95rem;
  color: #777;
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Zigzag Rows === */
.zigzag-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.zigzag-row.visible {
  opacity: 1;
  transform: translateY(0);
}
.zigzag-row .zigzag-image,
.zigzag-row .zigzag-content {
  flex: 1 1 50%;
  padding: 15px;
}
.zigzag-row:nth-child(even) {
  flex-direction: row-reverse;
}

/* Image styling */
.zigzag-image img {
  width: 100%;
  border-radius: 0.5rem;
  display: block;
}

/* Content styling */
.zigzag-content h5 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
.zigzag-content .meta {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1rem;
}
.zigzag-content .meta i {
  margin-right: 6px;
}
.zigzag-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.25rem;
}
.zigzag-content .btn-readmore {
  font-size: 0.9rem;
}

/* === Responsive === */
@media (max-width: 767.98px) {
  .zigzag-row {
    flex-direction: column !important;
  }
  .zigzag-image,
  .zigzag-content {
    flex: 1 1 100%;
  }
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#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;
}



#call-to-action-7 {
  padding: 60px 20px;
  background-color: #f8f9fa;
  color: #333;
}
#call-to-action-7 .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#call-to-action-7 .cta-text {
  flex: 1 1 300px;
  text-align: left;
}
#call-to-action-7 .cta-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#call-to-action-7 .cta-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
#call-to-action-7 .cta-btn {
  padding: 10px 25px;
  background-color: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-7 .cta-btn:hover {
  background-color: #138496;
}
#call-to-action-7 .cta-image {
  flex: 1 1 300px;
  text-align: center;
}
#call-to-action-7 .cta-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-7 .cta-container {
    flex-direction: column;
    text-align: center;
  }
  #call-to-action-7 .cta-text {
    text-align: center;
  }
}



#mobile-app-25 {
  padding: 80px 0;
  background-color: #fff;
}
#mobile-app-25 .mockup-column {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-app-25 .device-mockup {
  max-width: 320px;
  height: auto;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15));
}
#mobile-app-25 .features-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-app-25 .mockup-features-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mobile-app-25 .mockup-features-description {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-25 .icon-feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.5rem;
}
#mobile-app-25 .icon-feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  color: #343a40;
}
#mobile-app-25 .icon-feature-list li i {
  font-size: 1.5em;
  color: #0d6efd;
  margin-right: 15px;
  width: 30px;
  text-align: center;
}
#mobile-app-25 .mockup-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-25 .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-25 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-25 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-25 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-25 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-25 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-25 .mockup-column {
    margin-bottom: 3rem;
  }
  #mobile-app-25 .features-column {
    text-align: center;
  }
  #mobile-app-25 .icon-feature-list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #mobile-app-25 .icon-feature-list li {
    justify-content: flex-start;
  }
  #mobile-app-25 .mockup-download-buttons {
    justify-content: center;
  }
}



#faq-18 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-18 .faq-visual-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#faq-18 .faq-split-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#faq-18 .faq-contact-block {
  background-color: #f8f9fa;
  padding: 2.5rem;
  border-radius: 12px;
  text-align: center;
  width: 100%;
}
#faq-18 .faq-contact-block h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
#faq-18 .faq-contact-block p {
  color: #495057;
  margin-bottom: 1.5rem;
}
#faq-18 .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-18 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
}
#faq-18 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-18 .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-18 .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-18 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
}
#faq-18 .accordion-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #faq-18 .faq-visual-column {
    margin-bottom: 3rem;
  }
}


