
#hero-9 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-9 .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero-9 .container {
  position: relative;
  z-index: 2;
}
#hero-9 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-9 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}



#mobile-app-17 {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}
#mobile-app-17 .minimalist-content {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-17 .minimalist-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
#mobile-app-17 .minimalist-description {
  font-size: 1.15rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#mobile-app-17 .minimalist-download-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
#mobile-app-17 .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 12px 25px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-17 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#mobile-app-17 .btn-download-app i {
  font-size: 2em;
  margin-right: 12px;
}
#mobile-app-17 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-17 .btn-download-app .button-text span:first-child {
  font-size: 0.85em;
}
#mobile-app-17 .btn-download-app .button-text span:last-child {
  font-size: 1.15em;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  #mobile-app-17 .minimalist-title {
    font-size: 2.5rem;
  }
  #mobile-app-17 .minimalist-description {
    font-size: 1.05rem;
  }
  #mobile-app-17 .minimalist-download-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  #mobile-app-17 .btn-download-app {
    width: 100%;
    justify-content: center;
  }
}



#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-20 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#how-it-works-20 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-20 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-20 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-20 .transformation-column {
  padding: 25px;
  background-color: #f8f9fa;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
#how-it-works-20 .column-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 15px;
}
#how-it-works-20 .column-icon {
  font-size: 2rem;
  color: #0d6efd;
  margin-right: 15px;
  min-width: 32px;
}
#how-it-works-20 .column-main-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
}
#how-it-works-20 .item-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 10px;
}
#how-it-works-20 .item-description {
  font-size: 0.95rem;
  color: #5a6778;
  line-height: 1.6;
  margin-bottom: 15px;
}
#how-it-works-20 .item-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 5px;
  margin-top: auto;
  align-self: center;
}
#how-it-works-20 .process-steps-list {
  list-style: none;
  padding-left: 0;
}
#how-it-works-20 .process-step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #5a6778;
}
#how-it-works-20 .process-step-item i {
  color: #28a745;
  margin-right: 10px;
  margin-top: 3px;
  min-width: 16px;
}
@media (max-width: 991.98px) {
  #how-it-works-20 .transformation-column {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  #how-it-works-20 .column-header {
    flex-direction: column;
    text-align: center;
  }
  #how-it-works-20 .column-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #how-it-works-20 .item-image {
    max-width: 100%;
  }
}



#testimonials-18 {
  padding: 80px 0;
  background-color: #ffffff;
}
#testimonials-18 .container {
  max-width: 960px;
}
#testimonials-18 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#testimonials-18 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-18 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-18 .testimonial-timeline-container {
  position: relative;
  margin: 0 auto;
}
#testimonials-18 .testimonial-timeline-container::before {
  content: "";
  position: absolute;
  width: 3px;
  background-color: var(--timeline-color, #0d6efd);
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}
#testimonials-18 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 30px;
}
#testimonials-18 .timeline-item::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: -9px;
  background-color: #ffffff;
  border: 4px solid var(--timeline-color, #0d6efd);
  top: 25px;
  border-radius: 50%;
  z-index: 1;
}
#testimonials-18 .timeline-item.timeline-left {
  left: 0;
  padding-right: 60px;
}
#testimonials-18 .timeline-item.timeline-right {
  left: 50%;
  padding-left: 60px;
}
#testimonials-18 .timeline-item.timeline-right::after {
  left: -9px;
}
#testimonials-18 .timeline-item.timeline-left .timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
}
#testimonials-18 .timeline-item.timeline-right .timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
#testimonials-18 .timeline-content {
  padding: 20px 25px;
  background-color: #f8f9fa;
  position: relative;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
#testimonials-18 .timeline-date {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--timeline-color, #0d6efd);
  margin-bottom: 10px;
  display: block;
}
#testimonials-18 .timeline-message {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 15px;
  font-style: italic;
}
#testimonials-18 .timeline-client {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#testimonials-18 .timeline-client img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  border: 2px solid #ffffff;
}
#testimonials-18 .timeline-client-info .name {
  font-weight: 600;
  color: #343a40;
  display: block;
  font-size: 0.95rem;
}
#testimonials-18 .timeline-client-info .position {
  font-size: 0.85rem;
  color: #6c757d;
  display: block;
}
@media screen and (max-width: 767px) {
  #testimonials-18 .testimonial-timeline-container::before {
    left: 31px;
    margin-left: 0;
  }
  #testimonials-18 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
  #testimonials-18 .timeline-item.timeline-left,
  #testimonials-18 .timeline-item.timeline-right {
    left: 0%;
  }
  #testimonials-18 .timeline-item::after {
    left: 22px;
  }
  #testimonials-18 .timeline-item.timeline-right::after {
    left: 22px;
  }
  #testimonials-18 .timeline-item.timeline-left .timeline-content::before,
  #testimonials-18 .timeline-item.timeline-right .timeline-content::before {
    left: -10px;
    right: auto;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  #testimonials-18 .section-header h2 {
    font-size: 2rem;
  }
}



#faq-8 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-8 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-8 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-8 .faq-item {
  margin-bottom: 40px;
}
#faq-8 .faq-question {
  font-size: 20px;
  font-weight: bold;
  color: #17a2b8;
  cursor: pointer;
  margin-bottom: 15px;
}
#faq-8 .faq-image {
  display: none;
  margin-top: 10px;
}
#faq-8 .faq-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #faq-8 .faq-image img {
    height: auto;
  }
}



#offers-15 {
  padding: 60px 0;
  background-color: #fff;
}
#offers-15 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#offers-15 .offer-carousel-container {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  overflow: hidden;
}
#offers-15 .carousel-item {
}
#offers-15 .carousel-item-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-15 .carousel-item-content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  min-height: 350px;
  object-fit: cover;
}
#offers-15 .carousel-item-content .carousel-caption-custom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.5rem;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  color: #fff;
  text-align: left;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#offers-15 .carousel-caption-custom h5 {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
#offers-15 .carousel-caption-custom p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#offers-15 .carousel-caption-custom .btn {
  font-size: 0.9rem;
  padding: 0.5rem 1.2rem;
}
#offers-15 .carousel-control-prev,
#offers-15 .carousel-control-next {
  width: 5%;
}
#offers-15 .carousel-control-prev-icon,
#offers-15 .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 1.2rem;
  background-size: 50% 50%;
}
#offers-15 .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  margin: 0 5px;
}
#offers-15 .carousel-indicators .active {
  background-color: #0d6efd;
}
@media (max-width: 767.98px) {
  #offers-15 .carousel-caption-custom {
    padding: 1.5rem 1rem;
  }
  #offers-15 .carousel-caption-custom h5 {
    font-size: 1.1rem;
  }
  #offers-15 .carousel-caption-custom p {
    font-size: 0.9rem;
    -webkit-line-clamp: 2;
  }
  #offers-15 .carousel-control-prev,
  #offers-15 .carousel-control-next {
    display: none;
  }
}



#cta-banner-15 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  color: #212529;
}
#cta-banner-15 .container {
  max-width: 750px;
}
#cta-banner-15 .content-image-wrapper {
  margin-bottom: 2rem;
}
#cta-banner-15 .content-image-wrapper img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#cta-banner-15 .cta-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#cta-banner-15 .cta-subtitle {
  font-size: 1.15rem;
  color: #555;
  margin-bottom: 1rem;
}
#cta-banner-15 .cta-description {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 2rem;
}
#cta-banner-15 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-15 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-15 {
    padding: 4rem 1rem;
  }
  #cta-banner-15 .content-image-wrapper img {
    max-height: 200px;
  }
  #cta-banner-15 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-15 .cta-subtitle {
    font-size: 1.05rem;
  }
  #cta-banner-15 .cta-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-15 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


