/* ================= section02 ================= */
.technology_section02 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper_solution_banner {
  position: relative;
  z-index: 15;
}

.swiper_solution_banner .swiper-slide {
  position: relative;
}

.swiper_solution_banner .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(to right, rgba(5, 16, 53, 0.5), rgba(5, 16, 53, 0));
  pointer-events: none;
  z-index: 6;
}

.swiper_banner .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(to right, rgba(5, 16, 53, 0.5), rgba(5, 16, 53, 0));
  pointer-events: none;
  z-index: 6;
}

.technology_section02 .head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 64rem;
  padding-top: 6rem;
}

.technology_section02 .content {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 3rem;
}

.technology_section02 .head .syedittext .title {
  font-size: 6.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 3rem;
  max-width: 56rem;
}

.technology_section02 .head .syedittext .desc {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  opacity: 0.85;
  margin: 0 0 3rem;
  max-width: 52rem;
}

.technology_section02 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 21.2rem;
  height: 6.2rem;
  padding: 0 3rem;
  border-radius: 3.1rem;
  background: var(--primary);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.technology_section02 .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(7, 89, 188, 0.35);
}

.technology_section02 .dots {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4rem;
  z-index: 2;
}

.technology_section02 .dots span {
  display: block;
  width: 7.4rem;
  height: 0.3rem;
  background: #fff;
  opacity: 0.4;
  border-radius: 2px;
  transition: 0.3s;
}

.technology_section02 .dots span.active {
  opacity: 1;
}

/* ================= section03 ================= */
.products_section03 {
  padding: 12.6rem 0 9.3rem;

}

.products_section03 .cards {
  gap: 3rem;
  flex-wrap: wrap;
}

.products_section03 .card {
  flex: 1;
  min-width: 22rem;
  background: #eff5f9;
  border-radius: 1.878rem;
  height: 31.536rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  position: relative;
  transition: all 0.3s ease;
}

.products_section03 .card>img {
  width: 100%;
  height: auto;
  max-height: 17rem;
  display: block;
  display: none;
  margin-bottom: 2rem;
}

.products_section03 .card .icon_wrap {
  width: 11.3rem;
  height: 11.3rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  margin-top: -2rem;
}

.products_section03 .card .icon_wrap img {
  width: 4.4rem;
  height: auto;
}

.products_section03 .card h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--secondary);
  text-align: center;
  line-height: 1.4;
  margin: 0;
  max-width: 21rem;
  max-width: 100%;
}

.products_section03 .card .arrow {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.swiper_banner .swiper-slide::after{
  background: linear-gradient(to right, rgba(5, 16, 53, 0.5), rgba(5, 16, 53, 0.5)) !important;
}
.products_section03 .card .arrow img {
  width: 1.6rem;
  height: 1.6rem;

}

.products_section03 .card.active {
  background: var(--primary);
}

.products_section03 .card.active img {
  display: block;
}

.products_section03 .card.active h3 {
  color: #fff;
  max-width: 20rem;
  max-width: 100%;
}

.products_section03 .card.active .icon_wrap,
.products_section03 .card.active .arrow {
  display: none;
}

/* ================= section04 ================= */
.products_section04 {
  padding: 9.3rem 0 9rem;
  overflow: hidden;
}

.products_section04 .head {
  margin-bottom: 4rem;
}

.products_section04 .head h2 {
  font-size: 3.8rem;
  font-weight: 700;
  color: var(--title);
  line-height: 1.3;
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
}

.products_section04 .main {
  display: flex;
  align-items: center;
  gap: 9.5rem;
}

.products_section04 .img_wrap {
  width: 52.2%;
  aspect-ratio: 709/452;
  border-radius: 2.8rem;
  overflow: hidden;
}

.products_section04 .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.products_section04 .text_wrap {
  flex: 1;
}

.products_section04 .text_wrap p {
  font-size: 1.8rem;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 2rem;
}

.products_section04 .check_list {
  list-style: none;
  padding: 0;
  margin: 3rem 0 0;
}

.products_section04 .check_list li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.8rem;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 0rem;
}

.products_section04 .check_icon {
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.products_section04 .check_icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

/* ================= section05 ================= */
.products_section05 {
  padding: 9rem 0 4rem;
  background: #fff;
}

.products_section05 .title_main {
  font-size: 3.8rem;
  font-weight: 700;
  color: var(--title);
  margin-left: 4rem;
  margin-bottom: 6.8rem;
}

.products_section05 .main_row {
  gap: 9rem;
}

.products_section05 .visual {
  flex: 0 0 73.4rem;
  max-width: 73.4rem;
}

.products_section05 .pill {
  width: 100%;
  height: 39.6rem;
  border-radius: 19.8rem;
  background: linear-gradient(180deg, #7CB1D9 0%, #BFE0F3 55%, #EBF9FC 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products_section05 .pill img {
  transform: translateY(5rem);
  inset: 0;
  width: 120%;
  height: 120%;
  object-fit: contain;
}

.products_section05 .info {
  max-width: 55rem;
}

.products_section05 .info h3 {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--title);
  margin-bottom: 3rem;
}

.products_section05 .info .divider {
  width: 7.6rem;
  height: 0.96rem;
  margin-bottom: 3.6rem;
}

.products_section05 .info p {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.78;
}

/* ================= section06 ================= */
.products_section06 {
  padding: 6rem 0 6rem;

  position: relative;
}

.products_section06 .content {
  position: relative;
}

.products_section06 .tabs-wrap {
  text-align: center;
  margin-bottom: 4.8rem;
}

.products_section06 .tabs {
  display: inline-flex;
  background: #f7f8f9;
  border-radius: 3.5rem;
  height: 7rem;
  align-items: center;
}

.products_section06 .tab {
  padding: 0 4.2rem;
  height: 7rem;
  line-height: 7rem;
  border-radius: 3.5rem;
  font-size: 2rem;
  font-weight: 500;
  color: #383845;
  cursor: pointer;
  transition: all .3s;
  white-space: nowrap;
}

.products_section06 .tab.active {
  background: var(--primary);
  color: #fff;
  font-weight: 400;
}

.products_section06 .swiper_wrap {
  position: relative;
}

.products_section06 .products_section06_swiper {
  overflow: hidden;
  padding-top: 5rem;
}

.products_section06 .swiper-slide {
  background: #F1F6FC;
  border-radius: 3rem;
  padding: 3.9rem 3.9rem 4rem;
  height: auto;
  cursor: pointer;
}

.products_section06 .img_area {
  height: 29rem;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.products_section06 .img_area img {
  width: 115%;
  height: 115%;
  object-fit: contain;
  max-width: 50rem;
}

.products_section06 .subtitle {
  font-size: 1.7rem;
  color: var(--text);
  margin-bottom: 1.5rem;
}

.products_section06 h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--title);
  line-height: 1.4;
  margin-bottom: 1.8rem;
  max-width: 46rem;
}

.products_section06 .learn_more {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  color: #212121;
  font-size: 1.8rem;
  font-weight: 600;
}

.products_section06 .learn_more .circle {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background: var(--secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.products_section06 .learn_more .circle svg {
  width: 50%;
  height: 50%;
}

.products_section06 .swiper_btns.middle {
  width: 120%;
}


/* ================= section07 ================= */
.products_section07 {
  padding: 4rem 0 9.3rem;
}

.products_section07 .head {
  text-align: center;
  margin-bottom: 5.9rem;
}

.products_section07 h2 {
  font-size: 3.8rem;
  font-weight: 600;
  color: var(--title);
  margin: 0;
}

.products_section07 .cards {
  gap: 3.3rem;
}

.products_section07 .card {
  flex: 1;
  background: #eff5f9;
  border-radius: 1.8rem;
  padding: 2.9rem 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 22.6rem;
}

.products_section07 .card_icon {
  width: 11.3rem;
  height: 11.3rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.products_section07 .card_icon img {
  width: 4rem;
  height: auto;
  object-fit: contain;
}

.products_section07 .card_bottom {
  width: 100%;
  gap: 1rem;
}

.products_section07 .card_label {
  font-size: 1.8rem;
  font-weight: 600;
  color: #232323;
}

.products_section07 .card.active .card_label {
  text-decoration: underline;
}

.products_section07 .arrow {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #232323;
  flex-shrink: 0;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
}

.products_section07 .card.active .arrow {
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
}

.products_section07 .arrow svg {
  width: 1.6rem;
  height: 1.6rem;
}

.products_section07 .card.active .arrow svg {
  width: 1.4rem;
  height: 1.4rem;
}

/* ================= section08 ================= */
.products_section08 {
  padding: 9rem 0 8rem;
  font-family: 'Manrope', sans-serif;
  background: #fff;
}

.products_section08 .content {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 3rem;
}

.products_section08 .head {
  gap: 4rem;
  margin-bottom: 5rem;
}

.products_section08 .head h2 {
  font-size: 3.8rem;

  color: var(--title);
  line-height: 1.3;
  max-width: 40rem;
  margin: 0;
}

.products_section08 .head .desc {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.8;
  max-width: 67.5rem;
  margin: 0;
  padding-top: 1rem;
}

.products_section08 .cards {
  gap: 2.4rem;
}

.products_section08 .card {
  flex: 1 1 calc((100% - 4.8rem) / 3);
  min-width: 28rem;
  background: #eff5f9;
  border-radius: 2.9rem;
  height: 47rem;
  padding: 3.5rem 1.3rem;
  position: relative;
  overflow: hidden;
}

.products_section08 .card_head {
  gap: 1.5rem;
  padding: 0 2rem;
  margin-bottom: 2.2rem;
}

.products_section08 .img {
  aspect-ratio: 409/313;
  border-radius: 2.6rem;
}

.products_section08 .card .number {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--primary);
  margin: 0 0 0.8rem;
}

.products_section08 .card .label {
  font-size: 1.8rem;
  color: var(--text);
  margin: 0;
}

.products_section08 .card .icon {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.products_section08 .card .icon svg,
.products_section08 .card .icon img {
  width: 3.5rem;
  height: 3.5rem;
  color: var(--primary);
}

/* ================= section09 ================= */
.products_section09 {
  padding: 12.7rem 0 8rem;
  font-family: "Manrope", sans-serif;
  background: #fff;
  overflow: hidden;
}

.products_section09 .content {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
}

.products_section09 .head {
  margin-bottom: 16rem;
}

.products_section09 .head h2 {
  font-size: 3.8rem;
  font-weight: 600;
  color: var(--title);
  line-height: 1.2;
  margin: 0;
  max-width: 60rem;
}

.products_section09 .more_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4rem;
  height: 6.2rem;
  border: .2rem solid var(--primary);
  border-radius: 10rem;
  color: var(--primary);
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: .3s;
}

.products_section09 .more_btn:hover {
  background: var(--primary);
  color: #fff;
}

.products_section09 .swiper_wrap {
  position: relative;
}

.products_section09_swiper {
  overflow: hidden;
}

.products_section09 .swiper-slide {
  height: auto;
}

.products_section09 .card {
  background: #f7f8f9;
  border-radius: 2.2rem;
  padding: 3.4rem 3rem 3.5rem;
  min-height: 19rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .3s;
}

.products_section09 .card h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--title);
  line-height: 1.3;
  margin: 0 0 1.5rem;
  max-width: 34rem;
}

.products_section09 .card .desc {
  font-size: 1.7rem;
  color: #fff;
  line-height: 1.6;
  margin: 0;
  opacity: .85;
  max-width: 38rem;
}

.products_section09 .card .link {
  color: var(--primary);
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
}

.products_section09 .card.active {
  background: var(--primary);
}

.products_section09 .card.active h3 {
  color: #fff;
}

.products_section09 .btn_prev,
.products_section09 .btn_next {
  position: absolute;
  top: 50%;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transform: translateY(-50%);
  transition: .3s;
}

.products_section09 .btn_prev {
  left: -3.5rem;
  border: .15rem solid rgba(22, 22, 22, .5);
  background: #fff;
  color: #0c0c0c;
}

.products_section09 .btn_next {
  right: -3.5rem;
  background: var(--secondary);
  color: #fff;
}

.products_section09 .btn_prev svg,
.products_section09 .btn_next svg {
  width: 2rem;
  height: 2rem;
}

.products_section09 .btn_next:hover,
.products_section09 .btn_prev:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

/* ================= section10 ================= */
.products_section10 {
  padding: 8rem 0 7rem;
  color: var(--text);
}

.products_section10 .col_left {
  width: 26.47%;
  flex-shrink: 0;
}

.products_section10 .col_left h2 {
  font-size: 3.8rem;
  font-weight: 700;
  color: var(--title);
  line-height: 1.25;
  margin-bottom: 2.4rem;
  max-width: 32rem;
}

.products_section10 .col_left .desc {
  font-size: 1.8rem;
  line-height: 1.67;
  color: var(--text);
  margin-bottom: 3rem;
  max-width: 30rem;
}

.products_section10 .btn_contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 4rem;
  border: 0.2rem solid var(--primary);
  border-radius: 5rem;
  color: var(--primary);
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  cursor: pointer;
}

.products_section10 .btn_contact:hover {
  background: var(--primary);
  color: #fff;
}

.products_section10 .faq_list {
  width: 62.5%;
}

.products_section10 .faq_item {
  border-bottom: 0.1rem solid #dfe3e5;
  padding: 2rem 0;
}

.products_section10 .faq_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 2rem;
}

.products_section10 .faq_head h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--title);
  line-height: 1.4;
}

.products_section10 .faq_icon {
  flex-shrink: 0;
  width: 2.3rem;
  height: 2.3rem;
  color: var(--primary);
  transition: transform .3s;
}

.products_section10 .faq_item.active .faq_icon {
  transform: rotate(180deg);
}

.products_section10 .faq_body {
  display: none;
  padding-top: 1.8rem;
}

.products_section10 .faq_body p {
  font-size: 1.8rem;
  line-height: 1.67;
  color: var(--text);
  margin-bottom: 3rem;
}

.products_section10 .faq_body p:last-child {
  margin-bottom: 0;
}

.products_section10 .faq_body p.strong {
  color: var(--title);
  font-weight: 700;
}
.products_section06{
  overflow: hidden;
}

/* ================= Responsive: 1220px ================= */
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .products_section02 {
    height: 52rem;
  }

  .products_section02 .content {
    padding-top: 12rem;
  }

  .products_section03 .card {
    min-width: 20rem;
    height: 28rem;
  }

  .products_section04 .head h2 {
    font-size: 3.2rem;
    margin-left: 12rem;
  }

  .products_section04 .img_wrap {
    flex: 0 0 55rem;
    margin-left: -8rem;
  }

  .products_section05 .title_main {
    font-size: 3.2rem;
    margin-left: 2rem;
  }

  .products_section05 .visual {
    flex: 0 0 55rem;
    max-width: 55rem;
  }

  .products_section05 .pill {
    height: 30rem;
    border-radius: 15rem;
  }

  .products_section05 .info h3 {
    font-size: 2.8rem;
  }

  .products_section06 .tab {
    font-size: 1.8rem;
    padding: 0 2.5rem;
  }

  .products_section06 h3 {
    font-size: 2.2rem;
  }

  .products_section07 .cards {
    gap: 2rem;
  }

  .products_section07 .card {
    padding: 2.4rem 2rem;
  }

  .products_section08 .head h2 {
    font-size: 3.4rem;
  }

  .products_section08 .card {
    height: 42rem;
  }

  .products_section09 .btn_prev {
    left: 1rem;
  }

  .products_section09 .btn_next {
    right: 1rem;
  }

  .products_section10 .content {
    gap: 4rem;
  }

  .products_section10 .col_left {
    width: 30rem;
  }

  .products_section10 .col_left h2 {
    font-size: 3.2rem;
  }
}

/* ================= Responsive: 1024px ================= */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .products_section02 {
    height: 48rem;
  }

  .products_section02 h2 {
    font-size: 5.4rem;
    max-width: 34rem;
  }

  .products_section03 .cards {
    gap: 1.5rem;
  }

  .products_section03 .card {
    min-width: 18rem;
    height: 26rem;
  }

  .products_section03 .card .icon_wrap {
    width: 9rem;
    height: 9rem;
  }

  .products_section04 .head h2 {
    font-size: 2.8rem;
    margin-left: 8rem;
  }

  .products_section04 .img_wrap {
    flex: 0 0 45rem;
    margin-left: -6rem;
  }

  .products_section05 .main_row {
    gap: 3rem;
  }

  .products_section05 .visual {
    flex: 0 0 45rem;
    max-width: 45rem;
  }

  .products_section05 .pill {
    height: 25rem;
    border-radius: 12.5rem;
  }

  .products_section06 .swiper_wrap {
    padding: 0 8rem;
  }

  .products_section06 .tab {
    font-size: 1.6rem;
    padding: 0 2rem;
  }

  .products_section07 .card_icon {
    width: 9rem;
    height: 9rem;
  }

  .products_section08 .head {
    flex-direction: column;
    gap: 2rem;
  }

  .products_section08 .card {
    height: auto !important;
    min-width: 22rem;
  }

  .products_section09 .head {
    margin-bottom: 12rem;
  }

  .products_section09 .head h2 {
    font-size: 3.2rem;
  }

  .products_section10 {
    padding: 8rem 0;
  }

  .products_section10 .col_left {
    width: 26rem;
  }

  .products_section10 .col_left h2 {
    font-size: 2.8rem;
  }

  .products_section10 .faq_head h3 {
    font-size: 2rem;
  }
  .products_section06 .swiper_btns.middle{
    width: 100%;
  }
}

/* ================= Responsive: 896px ================= */
@media screen and (min-width: 769px) and (max-width: 896px) {
  .products_section02 {
    height: 44rem;
  }

  .products_section02 h2 {
    font-size: 4.6rem;
    max-width: 30rem;
  }

  .products_section03 .card {
    min-width: calc(50% - 1rem);
  }

  .products_section04 .img_wrap {
    flex: 0 0 40rem;
    margin-left: -4rem;
  }

  .products_section04 .head h2 {
    margin-left: 4rem;
  }

  .products_section05 .title_main {
    font-size: 2.8rem;
  }

  .products_section05 .info h3 {
    font-size: 2.4rem;
  }

  .products_section05 .info p {
    font-size: 1.6rem;
  }

  .products_section06 .swiper-slide {
    padding: 3rem;
  }

  .products_section06 h3 {
    font-size: 2rem;
  }

  .products_section07 .cards {
    flex-wrap: wrap;
  }

  .products_section07 .card {
    flex: 0 0 calc(50% - 1rem);
  }
  .products_section08 .cards{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .products_section08 .card {
    min-width: unset !important;
    flex: unset !important;
  }

  .products_section09 {
    padding: 10rem 0 6rem;
  }

  .products_section09 .head {
    margin-bottom: 10rem;
  }

  .products_section10 .content {
    gap: 3rem;
  }

  .products_section10 .col_left {
    width: 24rem;
  }

  .products_section10 .col_left h2 {
    font-size: 2.6rem;
  }

  .products_section10 .faq_head h3 {
    font-size: 1.8rem;
  }
}

/* ================= Mobile: 768px ================= */
@media screen and (max-width: 768px) {

  /* section02 (banner) */
  .technology_section02 {
    min-height: unset;
    padding: 0;
  }

  .technology_section02 .head {
    min-height: unset;
    padding: 15rem 0 10rem;
  }

  .technology_section02 .content {
    padding: 0 20px;
  }

  .technology_section02 .head .syedittext .title {
    font-size: 25px;
    line-height: 1.5;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .technology_section02 .head .syedittext .desc {
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .technology_section02 .btn {
    min-width: unset;
    height: 44px;
    font-size: 14px;
    padding: 0 24px;
  }

  .technology_section02 .dots span {
    width: 50px;
  }

  /* section03 */
  .products_section03 {
    padding: 40px 0;
  }

  .products_section03 .cards {
    gap: 12px;
  }

  .products_section03 .card {
    min-width: calc(50% - 6px);
    height: 192px;
    padding: 20px 15px;
    border-radius: 12px;
  }

  .products_section03 .card .icon_wrap {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
  }

  .products_section03 .card .icon_wrap img {
    width: 28px;
  }

  .products_section03 .card h3 {
    font-size: 16px;
    max-width: 100%;
  }

  .products_section03 .card .arrow img {
    width: 12px;
    height: 12px;
  }

  /* section04 */
  .products_section04 {
    padding: 40px 0;
  }

  .products_section04 .head {
    margin-bottom: 25px;
  }

  .products_section04 .head h2 {
    font-size: 22px;
    margin-left: 0;
    max-width: 100%;
    line-height: 1.3;
  }

  .products_section04 .main {
    flex-direction: column;
    gap: 25px;
  }

  .products_section04 .img_wrap {
    flex: 0 0 auto;
    margin-left: 0;
    width: 100%;
    border-radius: 16px;
  }

  .products_section04 .text_wrap p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .products_section04 .check_list {
    margin-top: 20px;
  }

  .products_section04 .check_list li {
    font-size: 14px;
    gap: 10px;
  }

  .products_section04 .check_icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }

  .products_section04 .check_icon svg {
    width: 10px;
    height: 10px;
  }

  /* section05 */
  .products_section05 {
    padding: 40px 0;
  }

  .products_section05 .title_main {
    font-size: 22px;
    margin-left: 0;
    margin-bottom: 25px;
  }

  .products_section05 .main_row {
    flex-direction: column;
    gap: 55px;
  }

  .products_section05 .visual {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .products_section05 .pill {
    height: 220px;
    border-radius: 110px;
  }

  .products_section05 .info {
    max-width: 100%;
  }

  .products_section05 .info h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .products_section05 .info .divider {
    margin-bottom: 20px;
  }

  .products_section05 .info p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* section06 */
  .products_section06 {
    padding: 40px 0;
  }

  .products_section06 .tabs-wrap {
    margin-bottom: 25px;
    overflow: auto;
  }

  .products_section06 .tabs {
    height: auto;
    border-radius: 16px;
    padding: 8px;
    gap: 8px;
    justify-content: left;
    overflow: auto;
  }

  .products_section06 .tab {
    height: auto;
    line-height: 1;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 50px;
  }

  .products_section06 .products_section06_swiper {
    padding-top: 0;
  }

  .products_section06 .swiper_wrap {
    padding: 0;
  }

  .products_section06 .swiper-slide {
    border-radius: 16px;
    padding: 25px 20px;
  }

  .products_section06 .img_area {
    height: 144px;
    margin-bottom: 25px;
    margin-top: -20px;
  }

  .products_section06 .subtitle {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .products_section06 h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .products_section06 .learn_more {
    font-size: 14px;
  }

  .products_section06 .learn_more .circle {
    width: 30px;
    height: 30px;
  }

  .products_section06 .swiper_btns.middle {
    display: none;
  }

  /* section07 */
  .products_section07 {
    padding: 40px 0;
  }

  .products_section07 .head {
    margin-bottom: 25px;
  }

  .products_section07 h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .products_section07 .cards {
    flex-wrap: wrap;
    gap: 12px;
  }

  .products_section07 .card {
    flex: 0 0 calc(50% - 6px);
    min-height: 144px;
    padding: 16px 12px;
    border-radius: 12px;
  }

  .products_section07 .card_icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }

  .products_section07 .card_icon img {
    width: 28px;
  }

  .products_section07 .card_label {
    font-size: 14px;
  }

  .products_section07 .card.active .arrow {
    width: 26px;
    height: 26px;
  }

  /* section08 */
  .products_section08 {
    padding: 40px 0;
  }

  .products_section08 .head {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 25px;
  }

  .products_section08 .head h2 {
    font-size: 22px;
    max-width: 100%;
    line-height: 1.3;
  }

  .products_section08 .head .desc {
    font-size: 14px;
    max-width: 100%;
    line-height: 1.6;
  }

  .products_section08 .cards {
    flex-direction: column;
  }

  .products_section08 .card {
    flex: 1 1 100%;
    height: 288px;
    border-radius: 16px;
    padding: 25px 20px;
  }

  .products_section08 .card .number {
    font-size: 20px;
  }

  .products_section08 .card .label {
    font-size: 14px;
  }

  .products_section08 .card .icon {
    width: 56px;
    height: 56px;
  }

  .products_section08 .card .icon svg,
  .products_section08 .card .icon img {
    width: 28px;
    height: 28px;
  }

  .products_section08 .img {
    border-radius: 16px;
  }

  /* section09 */
  .products_section09 {
    padding: 40px 0;
  }

  .products_section09 .head {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .products_section09 .head h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .products_section09 .more_btn {
    height: 44px;
    font-size: 14px;
    padding: 0 24px;
  }

  .products_section09 .card {
    padding: 25px 20px;
    border-radius: 16px;
    min-height: unset;
  }

  .products_section09 .card h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .products_section09 .card .desc {
    font-size: 14px;
  }

  .products_section09 .card .link {
    font-size: 14px;
  }

  .products_section09 .btn_prev,
  .products_section09 .btn_next {
    width: 40px;
    height: 40px;
  }

  .products_section09 .btn_prev {
    left: 4px;
  }

  .products_section09 .btn_next {
    right: 4px;
  }

  /* section10 */
  .products_section10 {
    padding: 40px 0;
  }
  .products_section10 .content > .flex{
    
    flex-direction: column;
    gap: 30px;
  }

  .products_section10 .col_left {
    width: 100%;
  }

  .products_section10 .col_left h2 {
    font-size: 22px;
    max-width: none;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .products_section10 .col_left .desc {
    max-width: none;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .products_section10 .btn_contact {
    padding: 12px 24px;
    font-size: 14px;
  }

  .products_section10 .faq_list {
    width: 100%;
  }

  .products_section10 .faq_item {
    padding: 15px 0;
  }

  .products_section10 .faq_head {
    gap: 15px;
  }

  .products_section10 .faq_head h3 {
    font-size: 16px;
  }

  .products_section10 .faq_icon {
    width: 20px;
    height: 20px;
  }

  .products_section10 .faq_body {
    padding-top: 12px;
  }

  .products_section10 .faq_body p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .products_section03 .card.active img{
    display: none;
  }
  .products_section03 .card.active .icon_wrap, .products_section03 .card.active .arrow{
    display: block;
  }
  .products_section03 .card.active .icon_wrap{
    display: flex;
  }
  .products_section03 .card.active .icon_wrap img{
    display: block;
  }
}

/* ================= Small Mobile: 576px ================= */
@media screen and (max-width: 576px) {

  /* section02 */
  .technology_section02 .head .syedittext .title {
    font-size: 22px;
  }

  .technology_section02 .head .syedittext .desc {
    font-size: 13px;
  }

  /* section03 */
  .products_section03 .card {
    min-width: 100%;
    height: 176px;
  }

  /* section04 */
  .products_section04 .head h2 {
    font-size: 20px;
  }

  .products_section04 .text_wrap p {
    font-size: 13px;
  }

  .products_section04 .check_list li {
    font-size: 13px;
  }

  /* section05 */
  .products_section05 .title_main {
    font-size: 20px;
  }

  .products_section05 .pill {
    height: 176px;
    border-radius: 88px;
  }

  .products_section05 .info h3 {
    font-size: 18px;
  }

  .products_section05 .info p {
    font-size: 13px;
  }

  /* section06 */
  .products_section06 .tab {
    font-size: 13px;
  }

  .products_section06 .swiper-slide {
    padding: 20px 15px;
  }

  .products_section06 h3 {
    font-size: 14px;
  }

  .products_section06 .subtitle {
    font-size: 12px;
  }

  .products_section06 .learn_more {
    font-size: 13px;
  }

  /* section07 */
  .products_section07 h2 {
    font-size: 20px;
  }

  .products_section07 .card_label {
    font-size: 13px;
  }

  .products_section07 .card_icon {
    width: 56px;
    height: 56px;
  }

  .products_section07 .card_icon img {
    width: 24px;
  }

  /* section08 */
  .products_section08 .head h2 {
    font-size: 20px;
  }

  .products_section08 .card {
    height: 240px;
    padding: 20px 15px;
  }

  .products_section08 .card .number {
    font-size: 18px;
  }

  .products_section08 .card .label {
    font-size: 13px;
  }

  .products_section08 .card .icon {
    width: 48px;
    height: 48px;
  }

  .products_section08 .card .icon svg,
  .products_section08 .card .icon img {
    width: 22px;
    height: 22px;
  }

  /* section09 */
  .products_section09 .head h2 {
    font-size: 20px;
  }

  .products_section09 .card {
    padding: 20px 15px;
  }

  .products_section09 .card h3 {
    font-size: 14px;
  }

  .products_section09 .card .desc {
    font-size: 13px;
  }

  /* section10 */
  .products_section10 .col_left h2 {
    font-size: 20px;
  }

  .products_section10 .col_left .desc {
    font-size: 13px;
  }

  .products_section10 .faq_head h3 {
    font-size: 14px;
  }

  .products_section10 .faq_body p {
    font-size: 13px;
  }
}