/* application tab styles */
.application {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.application .section1 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 18px;
  padding: 26px 1% 28px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(20, 38, 66, 0.08);
  position: relative;
  z-index: 2;
}

.application .section1 .item {
  display: flex;
  flex: 1;
  position: relative;
  overflow: hidden;
  border: 3px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  background: #111827;
  transition: border-color 0.5s ease, transform 0.5s ease;
}

.application .section1 .item:hover,
.application .section1 .item.item-active {
  border-color: #f59a14;
}

.application .section1 .item img {
  display: block;
  width: 100%;
  aspect-ratio: 270 / 150;
  object-fit: cover;
  filter: grayscale(0) brightness(0.82);
  transition: filter 0.5s ease, transform 0.5s ease;
}

.application .section1 .item:hover img,
.application .section1 .item.item-active img {
  filter: grayscale(0) brightness(0.82);
  transform: scale(1.05);
}

.application .section1 .item .title {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
}

.application .section1 .item .title p {
  display: flex;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 22px;
  line-height: 75px;
  text-align: center;
}

/* application detail styles */
.application .section2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 92px 0 104px;
  background: #f4f4f5;
}

.application .section2 .swiper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

.application .section2 .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.application .section2 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.application .section2 .swiper-slide .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 55%;
  padding-left: 8%;
  padding-right: 4%;
}

.application .section2 .swiper-slide .content .title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin-bottom: 52px;
  width: fit-content;
  border-bottom: 1px solid rgba(57, 49, 132, 1);
}

.application .section2 .swiper-slide .content .title p {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 1);
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 35px;
  line-height: 75px;
}

.application .section2 .swiper-slide .content .title p span {
  color: rgba(240, 153, 22, 1);
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 50px;
  line-height: 75px;
  margin-right: 14px;
}

.application .section2 .swiper-slide .content .title .line {
  display: flex;
  padding: 2px 160px 0 0;
  background: #393184;
  margin-top: 14px;
}

.application .section2 .swiper-slide .content .desc {
  display: flex;
  width: 100%;
  margin-bottom: 48px;
}

.application .section2 .swiper-slide .content .desc p {
  display: flex;
  color: rgba(0, 0, 0, 1);
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 17px;
  line-height: 42px;
}

.application .section2 .swiper-slide .content .bottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  gap: 34px;
}

.application .section2 .swiper-slide .content .bottom .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}

.application .section2 .swiper-slide .content .bottom .text1 {
  display: flex;
  align-items: center;
}

.application .section2 .swiper-slide .content .bottom .text1 .dot {
  display: flex;
  width: 12px;
  max-width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 29px;
  background: rgba(240, 153, 22, 1);
  margin-right: 15px;
}

.application .section2 .swiper-slide .content .bottom .text1 p {
  display: flex;
  color: rgba(57, 49, 132, 1);
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
}

.application .section2 .swiper-slide .content .bottom .text2 {
  display: flex;
  width: 100%;
}

.application .section2 .swiper-slide .content .bottom .text2 p {
  display: flex;
  color: rgba(0, 0, 0, 1);
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 17px;
  line-height: 42px;
}

.application .section2 .swiper-slide .img {
  display: flex;
  width: 45%;
  position: relative;
  padding: 50px 0 0;
}

.application .section2 .swiper-slide .img::before {
  content: "";
  display: flex;
  position: absolute;
  left: 10%;
  right: -8%;
  top: 0;
  bottom: 18%;
  border-radius:  14px 0px 0px 14px;
  background: #f59a14;
}

.application .section2 .swiper-slide .img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 455px;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
}

.application .section2 .swiper-slide .num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 17%;
  bottom: -10px;
  color: rgba(0, 0, 0, 1);
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 35px;
  line-height: 75px;
  z-index: 3;
}

.application .section2 .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10%;
  bottom: 0;
  gap: 250px;
  z-index: 4;
}

.application .section2 .swiper-btn .prev,
.application .section2 .swiper-btn .next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: 50%;
  background: #fb903b;
  cursor: pointer;
  transition: background 0.5s ease, transform 0.5s ease;
}

.application .section2 .swiper-btn .prev:hover,
.application .section2 .swiper-btn .next:hover {
  background: #f59a14;
}

/* applications responsive styles */
@media only screen and (max-width: 1280px) {
  .application .section1 {
    gap: 14px;
    padding: 25px 1%;
  }

  .application .section1 .item .title p,
  .application .section2 .swiper-slide .content .title p,
  .application .section2 .swiper-slide .content .title p span,
  .application .section2 .swiper-slide .num {
    font-size: 20px;
    line-height: 28px;
  }

  .application .section2 {
    padding: 25px 0;
  }

  .application .section2 .swiper-slide .content {
    padding-left: 4%;
    padding-right: 3%;
  }

  .application .section2 .swiper-slide .content .title,
  .application .section2 .swiper-slide .content .desc {
    margin-bottom: 25px;
  }

  .application .section2 .swiper-slide .content .desc p,
  .application .section2 .swiper-slide .content .bottom .text2 p {
    font-size: 16px;
    line-height: 25px;
  }

  .application .section2 .swiper-slide .content .bottom {
    gap: 25px;
  }

  .application .section2 .swiper-slide .content .bottom .text1 p {
    font-size: 18px;
    line-height: 25px;
  }

  .application .section2 .swiper-slide .img {
    padding-top: 25px;
  }

  .application .section2 .swiper-slide .img img {
    height: auto;
    aspect-ratio: 590 / 455;
  }

  .application .section2 .swiper-btn {
    gap: 120px;
    right: 8%;
  }
  .application .section2 .swiper-slide .num{
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .application .section1 {
    flex-wrap: wrap;
  }

  .application .section2 .swiper-slide .content,
  .application .section2 .swiper-slide .img {
    width: 100%;
  }

  .application .section2 .swiper-slide .content {
    padding: 0 4% 25px;
  }

  .application .section2 .swiper-slide .num {
    display: none;
  }
  .application .section1 .item .title p{
    font-size: 18px;
  }
}

@media only screen and (max-width: 820px) {
  .application .section1 .item .title p,
  .application .section2 .swiper-slide .content .title p,
  .application .section2 .swiper-slide .content .title p span {
    font-size: 20px;
    line-height: 27px;
  }

  .application .section2 .swiper-slide .content .desc p,
  .application .section2 .swiper-slide .content .bottom .text2 p {
    font-size: 14px;
    line-height: 22px;
  }

  .application .section2 .swiper-slide .content .bottom .text1 p {
    font-size: 16px;
    line-height: 24px;
  }
  
  .application .section1{
    display: none;
  }
  .application .section2 .swiper-btn{
    bottom: auto;
    top: 0;
    gap: 20px;
    right: 2%;
  }
  .application .section2 .swiper-btn .prev, .application .section2 .swiper-btn .next{
    width: 40px;
    height: 40px;
    padding: 5px;
  }
  .application .section2 .swiper-slide .content .bottom .text1 .dot {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .application .section1 .item {
    width: 48%;
  }

  .application .section2 {
    padding: 22px 0;
  }
}

@media only screen and (max-width: 640px) {
  .application .section2 .swiper-slide .content .desc p,
  .application .section2 .swiper-slide .content .bottom .text2 p {
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 414px) {
  .application .section1 {
    padding: 20px 4%;
  }

  .application .section1 .item {
    width: 100%;
  }

  .application .section2 .swiper-slide .content {
    padding: 0 4% 18px;
  }

  .application .section2 .swiper-slide .content .bottom {
    gap: 16px;
  }
}

