
#hero-11 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 65vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: left;
  color: #ffffff;
  --hero-overlay-color: rgba(0, 0, 0, 0.5);
}
#hero-11::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
}
#hero-11 .container {
  position: relative;
  z-index: 2;
}
#hero-11 .hero-content-wrapper-11 {
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
}
#hero-11 .hero-title-11 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-11 .hero-subtitle-11 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-11 .hero-cta-button-11 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-11 .hero-cta-button-11:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #hero-11 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-11 .hero-content-wrapper-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-11 .hero-title-11 {
    font-size: 2.4rem;
  }
  #hero-11 .hero-subtitle-11 {
    font-size: 1.1rem;
  }
}



#mobile-app-18 {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
#mobile-app-18 .content-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
#mobile-app-18 .app-image-column {
  position: relative;
  text-align: center;
}
#mobile-app-18 .app-showcase-image {
  max-width: 85%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  display: inline-block;
}
#mobile-app-18 .stats-card-overlap {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 10%;
  left: -10%;
  width: auto;
  min-width: 280px;
  z-index: 3;
  display: flex;
  gap: 1rem;
  justify-content: space-around;
}
#mobile-app-18 .stat-item {
  text-align: center;
  flex: 1;
}
#mobile-app-18 .stat-item i {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-bottom: 0.5rem;
  display: block;
}
#mobile-app-18 .stat-item .stat-value {
  font-size: 1.4rem;
  font-weight: 700;
  color: #212529;
  display: block;
  line-height: 1.2;
}
#mobile-app-18 .stat-item .stat-label {
  font-size: 0.85rem;
  color: #6c757d;
  display: block;
}
#mobile-app-18 .section-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mobile-app-18 .section-description {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-18 .download-buttons-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-18 .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-18 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-18 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-18 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-18 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-18 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-18 .app-image-column {
    margin-bottom: 60px;
    text-align: center;
  }
  #mobile-app-18 .stats-card-overlap {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin: -40px auto 0 auto;
    width: 90%;
    max-width: 400px;
  }
  #mobile-app-18 .app-showcase-image {
    max-width: 70%;
  }
  #mobile-app-18 .content-column {
    text-align: center;
  }
  #mobile-app-18 .download-buttons-group {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  #mobile-app-18 .stats-card-overlap {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
  }
  #mobile-app-18 .app-showcase-image {
    max-width: 80%;
  }
}



#how-it-works-4 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#how-it-works-4 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-4 .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#how-it-works-4 .step-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;
}
#how-it-works-4 .step-card:hover {
  transform: translateY(-5px);
}
#how-it-works-4 .step-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
#how-it-works-4 .step-card h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#how-it-works-4 .step-card p {
  font-size: 1rem;
  color: #555;
}
@media (max-width: 992px) {
  #how-it-works-4 .step-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #how-it-works-4 .step-card {
    flex: 1 1 100%;
  }
}



#features-27 {
  overflow: hidden;
}
#features-27 .split-row {
  min-height: 550px; 
}
#features-27 .image-column {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
min-height: 300px; 
}
#features-27 .content-column {
  padding: 50px 40px; 
  background-color: {{ $data['features-27']['content_bg_color'] ?? '#ffffff' }};
  color: {{ $data['features-27']['text_color'] ?? '#343a40' }};
  display: flex;
  flex-direction: column;
  justify-content: center; 
}
#features-27 .content-column h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: inherit;
}
#features-27 .content-column .subtitle {
  font-size: 16px;
  color: #6c757d; 
  margin-bottom: 30px;
  line-height: 1.6;
}
#features-27 .feature-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
#features-27 .feature-list-item:last-child {
    margin-bottom: 0;
}
#features-27 .feature-list-icon {
  flex-shrink: 0;
  margin-right: 15px;
  margin-top: 3px; 
}
#features-27 .feature-list-icon i {
  font-size: 22px;
  color: var(--bs-primary, #0d6efd);
  width: 25px;
  text-align: center;
}
#features-27 .feature-list-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: inherit;
}
#features-27 .feature-list-content p {
  font-size: 15px;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.5;
}
#features-27 .content-column .btn {
    margin-top: 30px;
    align-self: flex-start; 
    padding: 10px 25px;
    font-weight: 500;
}
@media (max-width: 991.98px) {
  #features-27 .split-row {
    min-height: auto; 
  }
  #features-27 .image-column {
     min-height: 350px; 
  }
  #features-27 .content-column {
     padding: 40px 30px;
  }
   #features-27 .content-column h2 {
     font-size: 28px;
   }
}



#testimonials-14 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
}
#testimonials-14 .container {
  max-width: 960px;
}
#testimonials-14 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#testimonials-14 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-14 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
#testimonials-14 .testimonial-item-row {
  margin-bottom: 50px;
  align-items: center;
}
#testimonials-14 .testimonial-image-container {
  text-align: center;
  padding: 15px;
}
#testimonials-14 .testimonial-image-container img {
  max-width: 100%;
  height: auto;
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 5px solid #ffffff;
}
#testimonials-14 .testimonial-content-box {
  background-color: #f8f9fa;
  padding: 35px 40px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9ecef;
}
#testimonials-14 .testimonial-content-box::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 5rem;
  color: #e9ecef;
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 1;
  line-height: 1;
  opacity: 0.9;
}
#testimonials-14 .testimonial-content {
  position: relative;
  z-index: 2;
}
#testimonials-14 .testimonial-quote {
  font-size: 1.1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
#testimonials-14 .client-name {
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 3px;
  font-size: 1.05rem;
}
#testimonials-14 .client-position {
  font-size: 0.9rem;
  color: #6c757d;
  display: block;
  margin-bottom: 10px;
}
#testimonials-14 .rating {
  color: #ffc107;
  font-size: 0.95rem;
}
@media (max-width: 767.98px) {
  #testimonials-14 {
    padding: 50px 0;
  }
  #testimonials-14 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-14 .testimonial-item-row {
    margin-bottom: 30px;
  }
  #testimonials-14 .testimonial-image-container {
    margin-bottom: 20px;
  }
  #testimonials-14 .testimonial-image-container img {
    width: 180px;
    max-height: 180px;
  }
  #testimonials-14 .testimonial-content-box {
    padding: 30px;
  }
  #testimonials-14 .testimonial-content-box::before {
    font-size: 4rem;
    top: 10px;
    right: 15px;
  }
}



#faq-27 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-27 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-27 .faq-video-wrapper {
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#faq-27 .faq-video-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #343a40;
}
#faq-27 .faq-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#faq-27 .faq-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#faq-27 .additional-faqs-title {
  text-align: center;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #495057;
}
#faq-27 .accordion-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-27 .accordion-button {
  font-weight: 500;
  color: #495057;
  background-color: #fff;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none !important;
  text-align: left;
}
#faq-27 .accordion-button:not(.collapsed) {
  color: #0b5ed7;
  background-color: #f0f7ff;
}
#faq-27 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%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;
  filter: brightness(0.6);
}
#faq-27 .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='%230b5ed7'%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);
  filter: none;
}
#faq-27 .accordion-body {
  padding: 1.25rem 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-27 .accordion-body p:last-child {
  margin-bottom: 0;
}



#offers-18 {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-18 .offer-glass-card {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  max-width: 550px;
  width: 100%;
  color: #fff;
}
#offers-18 .offer-glass-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#offers-18 .offer-glass-description {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#offers-18 .offer-glass-code {
  margin-bottom: 2rem;
  min-height: 40px;
}
#offers-18 .offer-glass-code strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  opacity: 0.8;
}
#offers-18 .offer-glass-code span {
  font-weight: 700;
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.4rem 1rem;
  border-radius: 5px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  display: inline-block;
}
#offers-18 .btn-glass-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  background-color: #ffc107;
  border: none;
  color: #333;
  border-radius: 50rem;
}
#offers-18 .btn-glass-cta:hover {
  background-color: #ffca2c;
}
@media (max-width: 767.98px) {
  #offers-18 {
    padding: 100px 0;
    min-height: 450px;
  }
  #offers-18 .offer-glass-card {
    padding: 2rem;
  }
  #offers-18 .offer-glass-title {
    font-size: 1.8rem;
  }
}


