/* Hero Banner */
.hero {
  height: 8.68rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.7s ease;
  z-index: 0;
}

.carousel-slide.active {
  opacity: 1;
  z-index: 1;
}

.slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 12rem;
  padding: 2.4rem 0.4rem 0;
  margin: 0 auto;
}

.hero-sunto-auout {
  font-family: "Arial Bold MT", "Arial Black", Arial, sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: transparent;
  -webkit-text-stroke: 0.02rem #dbf0fe;
  text-stroke: 0.02rem #dbf0fe;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}

.hero-sunto-auout .first-letter {
  font-size: 1.5em;
}

.hero-tagline {
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 0.45rem;
  opacity: 0.95;
  text-transform: capitalize;
}

/* Background Wrapper Section */
.bg-wrapper-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bg-wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.bg-wrapper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

/* Solution Section */
.solution-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: transparent;
  z-index: 2;
}

.solution-footer-content {
  padding-top: 0.8rem;
  align-self: flex-start;
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

/* Contact Section */

/* Footer Section */
/* Footer Section */
.footer-section {
  position: relative;
  z-index: 1;
  /* margin-top: 5rem; */
  margin-bottom: 0.5rem;
  width: 100%;
}

.solution-footer-content {
  padding-top: 0.8rem;
  align-self: flex-start;
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.footer-container {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  padding-right: 0.8rem;
  box-sizing: border-box;
}

.footer-left {
  flex: 0 0 auto;
}

.footer-logo {
  width: 1.2rem;
  margin-bottom: 0.15rem;
}

.footer-title {
  font-size: 0.24rem;
  color: #2c60e2;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  color: #666;
  font-size: 0.16rem;
  width: 4.49rem;
}

.contact-icon {
  width: 0.18rem;
  height: 0.18rem;
  flex-shrink: 0;
}

.footer-right {
  flex: 2;
  display: flex;
  gap: 0.3rem;
  justify-content: flex-end;
}

.footer-column {
  flex: 1;
}

.column-title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.15rem;
}

.column-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.column-links a {
  color: #666;
  text-decoration: none;
  font-size: 0.18rem;
  transition: color 0.3s ease;
}

.column-links a:hover {
  color: #2c60e2;
}

.footer-bottom {
  /* margin: 0.3rem 0 0; */
  /* padding: 0.2rem 0.8rem 0; */
  margin-top: 0.3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bottom-links {
  display: flex;
  gap: 0.25rem;
  margin-right: 0.2rem;
}

.bottom-links a {
  color: #666;
  text-decoration: none;
  font-size: 0.16rem;
  font-weight: bold;
  transition: color 0.3s ease;
}

.bottom-links a:hover {
  color: #2c60e2;
}

.bottom-links .follow-link {
  color: #2c60e2;
  font-weight: bold;
}

.social-icons {
  display: flex;
  gap: 0.1rem;
}

.social-icon {
  width: 0.24rem;
  height: 0.24rem;
  /* filter: grayscale(100%); */
  transition: filter 0.3s ease;
}

.social-icon:hover {
  /* filter: grayscale(0%); */
}

.footer-copyright {
  width: 100%;
  padding: 0.15rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4fcfe;
  box-sizing: border-box;
  padding-top: 0.2rem;
}

.footer-copyright .copyright-wrapper {
  /* max-width: 1200px; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.copyright-left span {
  color: #666;
  font-size: 0.16rem;
}

.copyright-right {
  display: flex;
  gap: 0.2rem;
  align-items: center;
}

.copyright-right a {
  color: #000;
  text-decoration: none;
  font-size: 0.16rem;
  transition: color 0.3s ease;
}

.copyright-right a:hover {
  color: #2c60e2;
}

.copyright-right .manage-cookie {
  color: #2c60e2;
  font-weight: bold;
}

.copyright-right .manage-cookie:hover {
  background: #1a4fb5;
  color: white;
}

.scroll-top-btn {
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  background: #2c60e2;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.scroll-top-btn:hover {
  background: #1a4fb5;
}

.scroll-top-btn img {
  width: 0.12rem;
  height: 0.12rem;
  /* filter: brightness(0) invert(1);
    transform: rotate(-90deg); */
}

.word-header {
  margin-bottom: 0.6rem;
  padding-top: 0.6rem;
  /* padding-bottom: 0.8rem; */
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero {
    height: 5.2rem;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.95);
    padding: 0.3rem;
    flex-direction: column;
    gap: 0.15rem;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    color: #fff;
  }

  .qa-btn {
    display: none;
  }

  .menu-toggle {
    display: block;
  }
}

@media (max-width: 480px) {
  .header-container {
    padding: 0 0.2rem;
  }
}

@media (max-width: 768px) {
  .solution-footer-content {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

/* Solutions Section */
.solutions-section {
  position: relative;
  z-index: 2;
  padding: 0.8rem 0.8rem;
}

.solutions-container {
  /* max-width: 1200px; */
  margin: 0 auto;
}

.solutions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3rem;
}

.solution-card {
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  background: transparent;
  border-radius: 0.15rem;
}

.solution-image {
  flex: 1;
  border-radius: 0.15rem;
  overflow: hidden;
}

.solution-image img {
  width: 8.35rem;
  height: 4.64rem;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.solution-image:hover img {
  transform: scale(1.05);
}

.solution-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(240, 248, 255, 0.8);
  padding: 0.3rem 0.2rem;
  border-radius: 0.15rem;
  gap: 0.15rem;
}

.solution-icon {
  width: 0.74rem;
  height: 0.74rem;
}

.solution-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.solution-desc {
  font-size: 0.2rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.solution-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.05rem;
  padding: 0.08rem 0.2rem;
  background: #2c60e2;
  color: #fff;
  border: none;
  border-radius: 0.2rem;
  font-size: 0.179rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: fit-content;
}

.solution-btn:hover {
  background: #1a4a9e;
}

.solution-btn img {
  width: 0.16rem;
  height: 0.16rem;
}

@media (max-width: 992px) {
  .solutions-section {
    padding: 0.4rem 0.2rem;
    overflow-x: hidden;
  }

  .solutions-grid {
    gap: 0.3rem;
  }

  .solution-card {
    flex-direction: column;
    max-width: 100%;
  }

  .solution-image {
    width: 100%;
  }

  .solution-image img {
    width: 100%;
    height: 2.5rem;
  }

  .solution-content {
    padding: 0.3rem;
  }

  .contact-section-type {
    padding: 0 0.2rem;
  }

  .contact-section {
    flex-direction: column;
    padding: 0.4rem;
    margin-top: 0.5rem;
  }

  .contact-container {
    flex-direction: column;
    gap: 0.3rem;
  }

  .contact-title-col {
    padding-right: 0;
    text-align: center;
  }

  .contact-title {
    font-size: 0.4rem;
    width: 100%;
    text-align: center;
  }

  .contact-arrow-col {
    flex: none;
    padding: 0.2rem 0;
  }

  .contact-arrow {
    width: 0.6rem;
  }

  .contact-form-col {
    padding-left: 0;
    width: 100%;
    gap: 0.2rem;
  }

  .hero-sunto-auout {
    font-size: 0.48rem;
  }
}