/* 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;
}

.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 {
  font-family: "Arial Bold MT", "Arial Black", Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: transparent;
  -webkit-text-stroke: 0.02rem #cadce8;
  text-stroke: 0.02rem #cadce8;
  margin-top: 0.8rem;
  margin-bottom: 0.2rem;
}

/* 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;
}

/* Sections inside background wrapper */
.bg-wrapper-section section {
  position: relative;
  z-index: 1;
}

/* Career Jobs Section */
.career-jobs-section {
  padding: 1rem 0.8rem 0.6rem;
  box-sizing: border-box;
}

.jobs-container {
  display: flex;
  gap: 0.3rem;
  /* max-width: 1600px; */
  margin: 0 auto;
  justify-content: space-between;
}

/* Left Filter Panel */
.filter-panel {
  width: 3.66rem;
  background-color: #fff;
  border-radius: 0.2rem;
  height: auto;
  min-height: 6rem;
  padding: 0.3rem;
  box-sizing: border-box;
}

.filter-wrapper {
  flex-shrink: 0;
  background: #fff;
  border-radius: 0.12rem;
  padding: 0.2rem;
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.05);
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}

.filter-title-row {
  display: flex;
  align-items: center;
  gap: 0.08rem;
}

.filter-icon {
    width: 0.07rem;
    height: 0.24rem;
    background: #2C60E2;
    border-radius: 0.04rem;
}

.filter-title {
  font-size: 0.27rem;
  font-weight: bold;
  color: #333;
}
.filterclear{
    display: flex;
    align-items: center;
}
.filter-clear {
  color: #999;
  font-size: 0.18rem;
  cursor: pointer;
}
.filterclear .clearimg{
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.08rem;
}
.filter-results{
      padding-bottom: 0.8rem;
      font-size: 0.18rem;
}
.filter-results .filter-tags {
  font-size: 0.18rem;
  color: #999;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #eee;
}

.filter-group {
  margin-bottom: 0.15rem;
}

.filter-group-title {
  font-size: 0.22rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.1rem;
}

.search-box {
  display: flex;
  border: 0.01rem solid #ddd;
  border-radius: 0.05rem;
  overflow: hidden;
}

.search-input {
  flex: 1;
  padding: 0.08rem 0.1rem;
  border: none;
  font-size: 0.2rem;
  outline: none;
}

.search-btn {
  padding: 0.08rem 0.1rem;
  border: none;
  background: #f5f5f5;
  cursor: pointer;
  transition: background 0.3s;
}

.filter-label {
  font-size: 0.2rem;
  color: #333;
  font-weight: 600;
}

.search-btn:hover {
  background: #eee;
}

.search-btn img {
  width: 0.14rem;
  height: 0.14rem;
}

.filter-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.08rem 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.22rem;
  color: #333;
}

.filter-arrow {
 width: 0.16rem;
 height: 0.1rem;
}
.arrow-img {
    transition: transform 0.3s ease;
}
.arrow-rotate {
    transform: rotate(180deg);
}
.filter-options {
  display: none;
  padding: 0.1rem 0;
  flex-direction: column;
  gap: 0.08rem;
}

.filter-options label {
  font-size: 0.18rem;
  color: #666;
  cursor: pointer;
}

.filter-options input[type="checkbox"] {
  margin-right: 0.08rem;
}

.function-select {
  width: 100%;
  padding: 0.08rem 0.1rem;
  border: 0.01rem solid #ddd;
  border-radius: 0.05rem;
  font-size: 0.22rem;
  color: #666;
  outline: none;
}

/* Middle Job List */
.job-list {
   width: 8.9rem;
  min-width: 0;
}

.job-list-header {
padding-left: 0.35rem;
  display:flex;
 align-items: center;
  width: 8.9rem;
height: 0.6rem;
background: #FFFFFF;
border-radius: 0.2rem;
}

.job-list-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.job-item{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 0.2rem;
    margin-top: 0.3rem;
    overflow: hidden;
}
.job-item.job-card {
  background: #fff;
  border-radius: 0.12rem;
  padding: 0;
  margin-bottom: 0.15rem;
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.job-header:hover {
  background-color: #f8f9fa;
}

.job-header-right {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.job-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.job-toggle {
  width: 0.15rem;
  height: 0.15rem;
  border: none;
  border-radius: 0;
  background: transparent url("../image/down.png") center/contain no-repeat;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  filter: grayscale(100%);
  opacity: 0.6;
}

.job-toggle:hover {
  opacity: 1;
}

.job-item.expanded .job-toggle {
  transform: rotate(180deg);
}

.job-body {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
  opacity: 0;
  padding: 0 0.25rem;
}

.job-item.expanded .job-body {
  max-height: 10rem;
  opacity: 1;
  padding: 0 0.25rem 0.25rem;
  overflow: auto;
}

.job-item.expanded .job-toggle {
  transform: rotate(180deg);
}

.job-date {
  font-size: 0.2rem;
  color: #999;
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin-bottom: 0.15rem;
  padding: 0 0.2rem;
}

.job-tag {
  padding: 0.04rem 0.1rem;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.08rem;
}

.tag-icon {
  width: 0.18rem;
  height: 0.18rem;
  object-fit: contain;
}

.job-preview-content {
  padding: 0 0.2rem;
}

.job-item.expanded .job-preview-content {
  display: none;
}

.job-preview-text {
  font-size: 0.2rem;
  color: #666;
  margin: 0.1rem 0;
  line-height: 1.6;
}

.job-content {
  margin-bottom: 0.2rem;
}

.job-section {
  margin-bottom: 0.2rem;
}

.job-section:last-child {
  margin-bottom: 0;
}

.job-section-title {
  font-size: 0.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.1rem;
}

.job-list-items {
  padding-left: 0.2rem;
  margin: 0;
}

.job-list-items li {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0.08rem;
}

.job-list-items li:last-child {
  margin-bottom: 0;
}

.job-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.15rem;
}

.job-note {
  font-size: 0.2rem;
  color: #999;
  margin: 0;
}

.job-preview {
  font-size: 0.18rem;
  color: #999;
  margin: 0;
  line-height: 1.6;
}

.apply-btn {
  padding: 0.1rem 0.25rem;
  background: #2c60e2;
  color: #fff;
  border: none;
  border-radius: 0.2rem;
  font-size: 0.14rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}

.apply-btn:hover {
  background: #1a4dc0;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  margin-top: 0.3rem;
}

.page-btn {
  width: 0.98rem;
  height: 0.98rem;
  border: 0.01rem solid #eee;
  border-radius: 50%;
  background: #eee;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.page-btn:hover {
  /* border-color: #2C60E2; */
}

.page-btn.next-btn {
  background: #2c60e2;
  border-color: #2c60e2;
}

.page-btn.next-btn:hover {
  background: #1a4dc0;
}

.page-btn img {
  width: 0.14rem;
  height: 0.14rem;
}

.page-btn.next-btn img {
  filter: brightness(0) invert(1);
}

.page-numbers {
  display: flex;
  gap: 0.05rem;
}

.page-number {
  width: 0.5rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #666;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

.page-number:hover {
  color: #2c60e2;
}

.page-number.active {
  color: #2c60e2;
}

/* Right Latest Positions */
.latest-positions {
 width: 3.6rem;
}

.latest-header {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  margin-bottom: 0.2rem;
}

.latest-icon {
      width: 0.07rem;
    height: 0.24rem;
    background: #2C60E2;
    border-radius: 0.04rem;
}

.latest-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.latest-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.latest-item {
  padding: 0.1rem 0;
  font-size: 0.14rem;
  color: #666;
  border-bottom: 0.01rem dashed #eee;
  cursor: pointer;
  transition: color 0.3s;
}

.latest-item:last-child {
  border-bottom: none;
}

.latest-item:hover {
  color: #2c60e2;
}

/* Solution Section */
.solution-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: transparent;
  z-index: 1;
}

.solution-footer-content {
  padding-top: 0.8rem;
  align-self: flex-start;
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

/* Contact Section */

/* Responsive Design */
@media (max-width: 1200px) {
  .nav-links {
    gap: 0.2rem;
  }
}

@media (max-width: 992px) {
  .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;
  }

  .solution-footer-content {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }

  /* Hero Section */
  .hero {
    height: 9.2rem !important;
    padding: 0 0.2rem;
  }

  .hero-sunto {
    font-size: 0.48rem !important;
    letter-spacing: 0 !important;
    margin-top: 0.5rem;
  }

  /* Career Jobs Section */
  .career-jobs-section {
    padding: 0.4rem 0.2rem;
    overflow-x: hidden;
  }

  .jobs-container {
    flex-direction: column;
    gap: 0.3rem;
  }

  .filter-panel {
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem 0.6rem;
  }

  .filter-header {
    flex-wrap: wrap;
    gap: 0.1rem;
  }

  .filter-title-row {
    flex: 1;
  }
.filterclear{
    display:flex;
    align-items: center;
}
  .filter-clear {
    flex-shrink: 0;
  }

  /* Contact Section */
  .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;
  }

  .form-row .form-input {
    margin-left: 0;
  }
  /*....*/
  .hero-content{
      width: 80%;
  }
    .hero-sunto {
        font-size: 0.46rem;
        letter-spacing: 0.05rem;
        margin-top: 2rem;
    }
    .job-list{
        width: 100%;
    }
    .job-list-header{
        width: 100%;
        box-sizing: border-box;
    }
    .bg-wrapper-section{
        background-size: 100% 100% !important;
    }
    .latest-positions{
        display: none;
    }
    .job-footer{
        flex-wrap: wrap;
    }
    .job-note{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .job-list-items li{
        font-size: 0.2rem !important;
    }
    .job-item.expanded .job-body{
        height: auto;
        max-height: none;
    }
    .filter-results{
        padding-bottom: 0.2rem;
    }
}

@media (max-width: 480px) {
  .header-container {
    padding: 0 0.15rem;
  }

  .solution-footer-content {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }

  /* Contact Section */
  .contact-title {
    font-size: 0.24rem;
  }

  .form-input {
    font-size: 0.14rem;
  }

  .contact-btn {
    justify-content: center;
  }
}