
#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-30 {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
#mobile-app-30 .hero-content-col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#mobile-app-30 .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212529;
  line-height: 1.3;
}
#mobile-app-30 .hero-description {
  font-size: 1.1rem;
  color: #495057;
  margin-bottom: 2rem;
  line-height: 1.7;
  max-width: 500px;
}
#mobile-app-30 .hero-image-col {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-app-30 .offset-app-image {
  position: absolute;
  max-width: 320px;
  height: auto;
  z-index: 1;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.1));
  transition: transform 0.5s ease-out;
}
#mobile-app-30 .hero-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-30 .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-30 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-30 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-30 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-30 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-30 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-30 {
    padding: 40px 0;
  }
  #mobile-app-30 .hero-content-col {
    text-align: center;
    order: 2;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #mobile-app-30 .hero-title {
    font-size: 2rem;
  }
  #mobile-app-30 .hero-description {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  #mobile-app-30 .hero-image-col {
    order: 1;
    min-height: 350px;
  }
  #mobile-app-30 .offset-app-image {
    position: relative;
    transform: none !important;
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }
  #mobile-app-30 .hero-download-buttons {
    justify-content: center;
  }
}



#how-it-works-29 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}
#how-it-works-29 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-29 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
}
#how-it-works-29 .section-main-subtitle {
  font-size: 1.1rem;
  color: #495057;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-29 .flow-stage-column {
  display: flex;
  height: 100%;
}
#how-it-works-29 .flow-stage-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
#how-it-works-29 .flow-stage-card:not(:last-child)::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #0d6efd;
  z-index: 2;
}
@media (min-width: 992px) {
  #how-it-works-29 .row > div:nth-child(3) .flow-stage-card::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #how-it-works-29 .flow-stage-card::after {
    display: none;
  }
  #how-it-works-29 .flow-stage-card {
    margin-bottom: 30px;
  }
  #how-it-works-29 .flow-stage-card:not(:last-child)::before {
    content: "\f063";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.8rem;
    color: #0d6efd;
    z-index: 2;
  }
  #how-it-works-29 .row > div:last-child .flow-stage-card::before {
    display: none;
  }
}
#how-it-works-29 .stage-icon-header {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 15px;
}
#how-it-works-29 .stage-main-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#how-it-works-29 .stage-description-text {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 20px;
  line-height: 1.6;
}
#how-it-works-29 .stage-item-list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-top: auto;
}
#how-it-works-29 .stage-item-list li {
  font-size: 0.9rem;
  color: #495057;
  padding: 8px 0;
  border-bottom: 1px dashed #e0e0e0;
  display: flex;
  align-items: center;
}
#how-it-works-29 .stage-item-list li:last-child {
  border-bottom: none;
}
#how-it-works-29 .stage-item-list li i {
  color: #20c997;
  margin-right: 10px;
  font-size: 0.8rem;
}



#features-6 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-6 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-6 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-6 .feature-item {
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
#features-6 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-6 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-6 .feature-counter {
  font-size: 36px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#features-6 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-6 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#cta-banner-18 {
  padding: 3rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 1px solid transparent;
  background-color: #e9ecef;
  color: #084298;
  border-color: #b6d4fe;
}
#cta-banner-18 .container {
  max-width: 800px;
}
#cta-banner-18 .event-icon {
  margin-bottom: 1rem;
  font-size: 2rem;
  opacity: 0.8;
}
#cta-banner-18 .event-title {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#cta-banner-18 .event-details {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #555;
}
#cta-banner-18 .event-description {
  font-size: 1rem;
  color: #495057;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-18 .cta-button .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.05rem;
  font-weight: 500;
}
#cta-banner-18 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-18 {
    padding: 2.5rem 1rem;
  }
  #cta-banner-18 .event-title {
    font-size: 1.8rem;
  }
  #cta-banner-18 .event-details {
    font-size: 1rem;
  }
  #cta-banner-18 .event-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-18 .cta-button .btn {
    padding: 0.7rem 1.8rem;
    font-size: 1rem;
  }
}


