@media only screen and (min-width: 1200px) {
  .mxd-section.padding-hero-01 {
    padding: 1rem;
  }
}

.mxd-container {
  padding: 0;
}

.swiper.marquee-swiper {
  margin-top: 0 !important;
}

.swiper-wrapper.marquee-swiper {
  transition-timing-function: linear;
  align-items: center;
}

.swiper-slide.marquee-swiper {
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-filter: blur(0) !important;
  filter: blur(0) !important;
}

.hero {
  /* --- Original Styles --- */
  text-align: center;
  padding: 80px 20px;
  background: #141219;
  border-radius: 20px;
  color: #ffffff;
  height: 95vh;

  /* --- Additions for Centering --- */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero h1 {
  font-family: "Qualy", sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #f8f8fa;
}

.hero h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}

.hero p {
  font-size: 18px;
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto 30px auto;
  color: #b5c0ce;
}

.cta-btn {
  background-color: #0056d2;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: linear-gradient(135deg, #0041c2, #0061ff);
}

.content {
  max-width: 900px;
  margin: 60px auto;
  text-align: left;
}

.content h3 {
  font-family: "Qualy", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0056d2;
}

.content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #2e2e2e;
}
