
#hero-25 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
}
#hero-25 .hero-overlay-25 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-25 .container {
  position: relative;
  z-index: 2;
}
#hero-25 .hero-content-wrapper-25 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#hero-25 .hero-title-25 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-25 .hero-subtitle-25 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-25 .event-details-wrapper-25 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
#hero-25 .event-detail-item-25 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.85;
}
#hero-25 .event-detail-item-25 i {
  font-size: 0.9em;
}
#hero-25 .hero-cta-button-25 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-25 .hero-cta-button-25:hover {
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  #hero-25 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-25 .hero-title-25 {
    font-size: 2.3rem;
  }
  #hero-25 .hero-subtitle-25 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-25 .event-details-wrapper-25 {
    justify-content: center;
    margin-bottom: 2rem;
    gap: 0.5rem 1rem;
  }
  #hero-25 .event-detail-item-25 {
    font-size: 0.9rem;
  }
}



#mobile-app-14 {
  padding: 60px 0;
  background-color: #fff;
}
#mobile-app-14 .app-features-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-app-14 .app-features-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mobile-app-14 .app-features-description {
  color: #555;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
#mobile-app-14 .features-list-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}
#mobile-app-14 .features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#mobile-app-14 .features-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
  color: #444;
}
#mobile-app-14 .features-list li i {
  font-size: 1.2em;
  color: #0d6efd;
  margin-right: 12px;
  width: 25px;
  text-align: center;
  margin-top: 3px;
}
#mobile-app-14 .app-download-buttons-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
#mobile-app-14 .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-14 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-14 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-14 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-14 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-14 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
#mobile-app-14 .app-features-image-container {
  text-align: center;
}
#mobile-app-14 .app-features-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}
@media (min-width: 992px) {
  #mobile-app-14 .app-features-image-container {
    text-align: left;
  }
  #mobile-app-14 .app-features-image {
    max-width: 100%;
  }
}



#features-10 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-10 .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
#features-10 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-10 .feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#features-10 .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
#features-10 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 15px;
}
#features-10 .feature-counter {
  font-size: 40px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#features-10 .feature-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#features-10 .feature-description {
  font-size: 16px;
  color: #666;
}



#how-it-works-12 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
#how-it-works-12 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-12 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
#how-it-works-12 .section-main-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-12 .timeline {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1000px;
}
#how-it-works-12 .timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #0d6efd;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}
#how-it-works-12 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
#how-it-works-12 .timeline-item::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12.5px;
  background-color: white;
  border: 4px solid #0d6efd;
  top: 25px;
  border-radius: 50%;
  z-index: 1;
}
#how-it-works-12 .timeline-item.left {
  left: 0;
}
#how-it-works-12 .timeline-item.right {
  left: 50%;
}
#how-it-works-12 .timeline-item.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 30px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e9ecef;
}
#how-it-works-12 .timeline-item.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 30px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e9ecef transparent transparent;
}
#how-it-works-12 .timeline-item.right::after {
  left: -12.5px;
}
#how-it-works-12 .timeline-content {
  padding: 20px 30px;
  background-color: #e9ecef;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
#how-it-works-12 .timeline-icon {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-right: 10px;
  float: left;
}
#how-it-works-12 .timeline-badge {
  display: inline-block;
  padding: 0.25em 0.6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  color: #fff;
  background-color: #6c757d;
  margin-bottom: 10px;
}
#how-it-works-12 .timeline-title {
  margin-top: 0;
  color: #343a40;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
}
#how-it-works-12 .timeline-description {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #how-it-works-12 .timeline::after {
    left: 31px;
  }
  #how-it-works-12 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  #how-it-works-12 .timeline-item.left::before,
  #how-it-works-12 .timeline-item.right::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e9ecef transparent transparent;
  }
  #how-it-works-12 .timeline-item.left::after,
  #how-it-works-12 .timeline-item.right::after {
    left: 18px;
  }
  #how-it-works-12 .timeline-item.right {
    left: 0%;
  }
}



#faq-10 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-10 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-10 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-10 .faq-item {
  border-bottom: 1px solid #dee2e6;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}
#faq-10 .faq-item:last-child {
  border-bottom: none;
}
#faq-10 .faq-question {
  font-size: 18px;
  font-weight: bold;
  color: #17a2b8;
}
#faq-10 .faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #17a2b8;
  transition: transform 0.3s;
}
#faq-10 .faq-answer {
  display: none;
  font-size: 14px;
  color: #6c757d;
  margin-top: 10px;
}
#faq-10 .faq-item.active .faq-answer {
  display: block;
}
#faq-10 .faq-item.active .faq-icon {
  transform: translateY(-50%) rotate(180deg);
}



#call-to-action-6 {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
#call-to-action-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#call-to-action-6 .cta-content {
  position: relative;
  z-index: 1;
}
#call-to-action-6 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-6 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-6 .cta-btn {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background-color: #17a2b8;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-6 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-6 h2 {
    font-size: 28px;
  }
  #call-to-action-6 p {
    font-size: 16px;
  }
}


