.oem_banner .nums{
  display: flex;
  gap: 6.8rem;
  margin-top: 3rem;
}
.oem_banner .head .breadcrumbs{
  margin-bottom: 1rem;
}
.oem_banner .head{
  max-width: 77.2rem;
  padding-top: 8.5rem;
}
.oem_banner .nums .row strong{
  font-size: 4.4rem;
  font-weight: 600;
  color: white;
}
.oem_banner .nums .row{
  font-family: 'Oswald', sans-serif;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.oem_banner .nums .row span{
  font-size: 3.8rem;
  font-weight: 600;
  color: var(--primary);
  transform: translateY(0.5rem);
}
.oem_banner .nums p{
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0;
  color: #999999;
  margin-top: -0.5rem;
  font-family: 'Inter', sans-serif;
}
.oem_banner .banner_flex{
  display: flex;
  gap: 11.7rem;
}



.oem_services {
  padding: 12.5rem 0 11.3rem;
  overflow: hidden;
}

.oem_services .head {
  margin: 0 auto;
}

.oem_services .head .desc {
  max-width: 71rem;
  margin: 0 auto;
  margin-top: 2.5rem;
}
.oem_services .head h2{
  max-width: 59rem;
}
.oem_services .list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2.7rem;
}

.oem_services .item {
  position: relative;
  background: #F6F6F6;
  display: flex;
  flex-direction: column;
  justify-content: center;

  transition: transform 0.4s ease;
  z-index: 1;

  clip-path: polygon(
    0 0,
    calc(100% - 4.3rem) 0,
    100% 4.3rem,
    100% calc(100% - 3rem),
    calc(100% - 3rem) 100%,
    0 100%
  );
}

.oem_services .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 4rem;
  height: 0.7rem;
  background: var(--primary);
  transform: skewX(-45deg);
  z-index: 2;
  width: 100%;
}

.oem_services .item:hover {
  transform: translateY(-0.5rem);
}

.oem_services .item .img_bg {
  aspect-ratio: 461/274;
  clip-path: polygon(
      0 0,
      calc(100% - 4.3rem) 0,
      100% 4.3rem,
      100% 100%,
      4.3rem 100%,
      0 calc(100% - 4.3rem)
    );
}
.oem_services .item:hover .img_bg img{
  transform: scale(1.05);
}

.oem_services .item .img_bg .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oem_services .item .info {
  position: relative;
  z-index: 2;
  padding: 3.4rem 3rem 7.5rem;
}

.oem_services .item .info h3 {
  color: var(--title);
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.oem_services .item .info p {
  color: #666666;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 2rem;
}

.oem_services .item .info li{
  font-size: 1.8rem;
  line-height: 3rem;
  color: #555555;
  position: relative;
  padding-left: 2.9rem;
  font-weight: 500;
}
.oem_services .item .info li:before{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.7rem;
  background: url('../img/red_corret.svg') no-repeat center/contain;
}

.oem_process {
  background: #f7f7f7;
  padding: 11rem 0 12rem;
  position: relative;
  --w: 4.2rem;
}

.oem_process .head {
  margin-bottom: 5.2rem;
}

.oem_process .head .subtitle {
  margin-bottom: 1rem;
}

.oem_process .head h2 {
  margin-bottom: 2.2rem;
}

.oem_process .head .desc {
  max-width: 69.3rem;
}

.oem_process_timeline::before {
  content: "";
  position: absolute;
  top: 2.1rem;
  left: 12.5%;
  right: 12.5%;
  border-top: 2px dashed rgba(0, 0, 0, 0.14);
  z-index: 1;
}

.oem_process_timeline .item {
  position: relative;
  z-index: 2;
  width: 23.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.oem_process .node {
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.2rem;
  box-shadow: 0 7px 15px rgba(188, 188, 188, 0.24);
  transition: all 0.4s ease;
}
.oem_process .oem_process_swiper{
  overflow: hidden;
  position: relative;
}
.oem_process .oem_process_swiper:before{
  content: "";
  width: 100%;
  top: calc(var(--w) / 2);
  position: absolute;
  left: 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.14);
}
.oem_process .item.active .node,
.oem_process .item:hover .node {
  box-shadow: 0 15px 30px rgba(188, 188, 188, 0.55);
}

.oem_process .card {
  width: 100%;
  background: #fff;
  padding: 4.5rem 2.5rem 12rem;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
}

.oem_process .item.active .card {
  background: var(--primary);
  box-shadow: 0 15px 30px rgba(188, 188, 188, 0.55);
}

.oem_process .card .icon {
  height: 5.6rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oem_process .card .icon img,
.oem_process .card .icon svg {
  max-height: 100%;
  width: auto;
  transition: all 0.3s;
}

.oem_process .item.active .card .icon img {
  filter: contrast(0) brightness(100);
}

.oem_process .card .title {
  font-family: 'Oswald', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
}

.oem_process .item.active .title {
  color: #fff;
}

.oem_process .card .desc {
  font-size: 1.8rem;
  color: #666;
  line-height: 2.8rem;
  transition: all 0.3s;

}

.oem_process .item.active .desc {
  color: rgba(255, 255, 255, 0.9);
}

.oem_process .card .img_desc {
  width: 100%;
  max-width: 27rem;
  margin-top: 1rem;
  transition: all 0.3s;
}

.oem_process .item.active .card .img_desc {
  filter: brightness(0) invert(1);
}

.oem_choose {
  padding: 12.5rem 0 13rem;
}

.oem_choose .head {
  margin-bottom: 6rem;
}

.oem_choose .head .subtitle {
}

.oem_choose .head h2 {
  max-width: 59rem;
  margin-bottom: 2.4rem;
}

.oem_choose .head .desc {
  max-width: 69.5rem;
}

.oem_choose .cards_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.1rem 3.2rem;
}

.oem_choose .item {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 4.5rem 3.2rem 2.8rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.oem_choose .icon_wrap {
  width: 5.4rem;
  height: 5.4rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--primary);
  transition: all 0.3s ease;
}

.oem_choose .icon_wrap svg {
  width: auto;
  height: 100%;
  max-width: 100%;
}

.oem_choose .icon_wrap img {
  width: auto;
  height: 100%;
  transition: all 0.3s ease;
}

.oem_choose .item h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--title);
  text-transform: uppercase;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.oem_choose .item p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #666666;
  min-height: 5rem;
  transition: all 0.3s ease;
}

.oem_choose .divider {
  height: 1px;
  background-color: #ddd;
  margin: 4rem 0 1.5rem;
  transition: all 0.3s ease;
}

.oem_choose .stat {
  gap: 1.5rem;
}

.oem_choose .num {
  font-family: 'Oswald', sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--primary);
  transition: all 0.3s ease;
}

.oem_choose .label {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #888;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.oem_choose .hover_list .item:hover,
.oem_choose .hover_list .item.active {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 1.5rem 3rem rgba(188, 188, 188, 0.55);
}

.oem_choose .hover_list .item:hover .icon_wrap,
.oem_choose .hover_list .item.active .icon_wrap {
  color: #fff;
}

.oem_choose .hover_list .item:hover .icon_wrap img,
.oem_choose .hover_list .item.active .icon_wrap img {
  filter: brightness(0) invert(1);
}

.oem_choose .hover_list .item:hover h3,
.oem_choose .hover_list .item.active h3,
.oem_choose .hover_list .item:hover .num,
.oem_choose .hover_list .item.active .num,
.oem_choose .hover_list .item:hover .label,
.oem_choose .hover_list .item.active .label {
  color: #fff;
}

.oem_choose .hover_list .item:hover p,
.oem_choose .hover_list .item.active p {
  color: rgba(255, 255, 255, 0.9);
}

.oem_choose .hover_list .item:hover .divider,
.oem_choose .hover_list .item.active .divider {
  background-color: rgba(255, 255, 255, 0.34);
}

.oem_case {
    background-color: #f7f7f7;
    padding: 12.5rem 0 13rem;
}
.oem_case .head {
    margin-bottom: 6rem;
}
.oem_case .subtitle {
  margin-bottom: 0.4rem;
}
.oem_case h2 {
  max-width: 45rem;
  margin-bottom: 2.5rem;
}
.oem_case .head .desc{
  max-width: 65rem;
} 
.oem_case .head_icon {
    margin-top: 3.5rem;
    width: 64.7rem;
    max-width: 100%;
}




.oem_case .card {
  background: #fff;
  border: 1px solid #e2e8f0;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.oem_case .card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.05);
  border-color: #d1d9e6;
}
.oem_case .card .img_wrap {
  position: relative;
  aspect-ratio: 456/264;
  overflow: hidden;
}
.oem_case .card .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.oem_case .card:hover .img_wrap img {
  transform: scale(1.05);
}
.oem_case .card .tag {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  background: var(--primary);
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  padding: 0 1.2rem;
  clip-path: polygon(0 0, calc(100% - 0.8rem) 0, 100% 0.8rem, 100% 100%, 0.8rem 100%, 0 calc(100% - 0.8rem));
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
}
.oem_case .card .info {
  padding: 4rem 2.9rem 3rem;
}
.oem_case .card .date {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--primary);
  margin-bottom: 1rem;
}
.oem_case .card strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.3;
  color: var(--title);
  margin-bottom: 2rem;
  text-transform: uppercase;
  max-width: 26.3rem;
}
.oem_case .card p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 3.5rem;
}
.oem_case .card .learn_more {
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--primary);
  transition: opacity 0.3s;
}
.oem_case .card .learn_more svg {
  width: 1.4rem;
  height: 1.4rem;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin-left: 0.8rem;
  transition: transform 0.3s;
}
.oem_case .card:hover .learn_more svg {
  transform: translateX(0.4rem);
}


.oem_case_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3.3rem;
}

.oem_factory {
  padding: 12.7rem 0 8.2rem;
  background-color: #fff;
  overflow: hidden;
}

.oem_factory .left_col {
  width: 43.95%;
}

.oem_factory .subtitle {
  margin-bottom: 0.3rem;
}

.oem_factory h2 {
  margin-bottom: 2.5rem;
}

.oem_factory .head {
  margin-bottom: 3.5rem;
}

.oem_factory .features_list {
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
}

.oem_factory .feature_item .num {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: -0.1rem;
  margin-right: 1.3rem;
}

.oem_factory .feature_item h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--title);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.oem_factory .feature_item p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: var(--text);
  max-width: 49.7rem;
}

.oem_factory .feature_item img {
  display: block;
  max-width: 100%;
  margin-top: 1.5rem;
}

.oem_factory .right_col {
  width: 47.08%;
  position: relative;
  
  clip-path: polygon(0 0, calc(100% - 3.1rem) 0, 100% 3.1rem, 100% 100%, 3.1rem 100%, 0 calc(100% - 3.1rem));
  padding: 8rem 12.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.oem_factory .card_bg {
  position: absolute;
  inset: 0;
  opacity: 1;
  z-index: 0;
}

.oem_factory .card_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.oem_factory .card_icon {
  position: relative;
  width: 8.5rem;
  height: 8.5rem;
  margin-bottom: 2.5rem;
}

.oem_factory .card_icon .circle {
  position: absolute;
  inset: 0;
  background-color: var(--primary);
  border-radius: 50%;
  z-index: 1;
}

.oem_factory .card_icon img {
  position: relative;
  z-index: 2;
  width: 5.4rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.oem_factory .right_col strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  position: relative;
  z-index: 2;
}

.oem_factory .right_col p{
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #666666;
  text-align: center;
  margin-bottom: 4.6rem;
}

.oem_factory .stats {
  width: 100%;
  position: relative;
  z-index: 2;
}

.oem_factory .stat_item {
  text-align: center;
}

.oem_factory .stat_val {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.oem_factory .stat_label {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--secondary);
  opacity: 0.6;
  text-transform: uppercase;
}

.oem_factory .red_line {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 0.7rem;
  background-color: var(--primary);
  z-index: 10;
  transform: skewX(45deg);
}

.oem_faq {
  padding: 8.2rem 0 22rem;
  background-color: #ffffff;
}
.oem_faq .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.3rem;
}
.oem_faq .subtitle {
  margin-bottom: 0.5rem;
}
.oem_faq h2 {
  max-width: 53.5rem;
}
.oem_faq .accordion {
  max-width: 93.6rem;
  margin: 0 auto;
}
.oem_faq .acc_item {
  background-color: #f6f6f6;
  margin-bottom: 1.4rem;
  transition: background-color 0.3s ease;
}
.oem_faq .acc_header {
  padding: 2.5rem 3rem;
  cursor: pointer;
  user-select: none;
}
.oem_faq .acc_header strong {
  font-size: 2rem;
  display: block;
  font-weight: 600;
  color: var(--title);
  font-family: 'Oswald', sans-serif;
  margin-right: 3rem;
  text-transform: uppercase;
}
.oem_faq .acc_icon {
  width: 1.2rem;
  height: 0.7rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  color: #111111;
}
.oem_faq .acc_icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.oem_faq .acc_content {
  display: none;
  padding: 0 3rem 3rem;
}
.oem_faq .acc_body p {
  font-size: 1.6rem;
  color: var(--text);
  line-height: 2.6rem;
  max-width: 81.2rem;
  margin-top: -0.5rem;
}
.oem_faq .acc_item.active .acc_icon {
  transform: rotate(180deg);
}


@media screen and (max-width: 768px) {
  .oem_banner .head{
    padding-top: 40px;
  }
  .oem_banner .nums .row strong{
    font-size: 30px;
  }
  .oem_banner .nums p{
    font-size: 13px;
  }
  .oem_banner .nums{
    gap: 15px;
    justify-content: space-between;
    margin-top: 10px;
  }
  .oem_banner .head{
    width: 100%;
  }
  .oem_banner .banner_flex{
    flex-direction: column;
  }
  .oem_banner .banner_flex{
    gap: 20px;
  }
  .oem_services{
    padding: 40px 0;
  }
  .oem_services .list{
    margin-top: 30px;
    display: flex;
    gap: 20px;
    overflow-y: hidden;
  }
  .oem_services .item{
    min-width: 250px;
    display: block;
  } 
  .oem_services .item .info{
    padding: 20px;
  }
  .oem_services .item .info h3{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .oem_services .item .info p{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .oem_services .item .info li{
    font-size: 14px;
    line-height: 1.5;
    padding-left: 20px;
  }
  .oem_services .item .info li:before{
    width: 12px;
    height: 12px;
    top: 5px;
  }
  .oem_process{
    padding: 40px 0;
    --w: 30px;
  }
  .oem_process .head h2{
    margin-bottom: 10px;
  }
  .oem_process .head{
    margin-bottom: 20px;
  }
  .oem_process .node{
    font-size: 14px;
  }
  .oem_process .card{
    padding: 20px;
  }
  .oem_process .card .icon{
    height: 40px;
  }
  .oem_process .card .title{
    font-size: 16px;
  }
  .oem_process .card .desc{
    font-size: 14px;
    line-height: 1.5;
  }
  .oem_choose{
    padding: 40px 0;
  }
  .oem_choose .head h2{
    margin-bottom: 20px;
  }
  .oem_choose .cards_grid{
    display: flex;
    gap: 20px;
    overflow-y: hidden;
  }
  .oem_choose .item{
    min-width: 220px;
    padding: 20px;
  }
  .oem_choose .icon_wrap{
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
  }
  .oem_choose .item h3{
    font-size: 15px;
  }
  .oem_choose .item p{
    font-size: 14px;
    line-height: 1.5;
  }
  .oem_choose .divider{
    margin: 15px 0;
  }
  .oem_choose .num{
    font-size: 18px;
  }
  .oem_choose .label{
    font-size: 13px;
  }
  .oem_choose .head{
    margin-bottom: 20px;
  }
  .oem_case{
    padding: 40px 0;
  }
  .oem_case h2{
    margin-bottom: 15px;
  }
  .oem_case .head{
    margin-bottom: 30px;
  }
  .oem_case_list{
    display: flex;
    gap: 20px;
    overflow-y: hidden;
  }
  .oem_case .card{
    min-width: 230px;
  }
  

  .oem_case .card .img_wrap{
    aspect-ratio: 1/0.8;
  }
  .oem_case .card .tag{
    top: 10px;
    left: 10px;
    font-size: 13px;
    letter-spacing: 0;
    height: 22px;
  }
  .oem_case .card .info{
    padding: 15px;
  }
  .oem_case .card .date{
    font-size: 13px;
  }
  .oem_case .card strong{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .oem_case .card p{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .oem_case .card .learn_more{
    font-size: 13px;
  }
  .oem_case .card .learn_more svg{
    width: 10px;
    height: 10px;
  }
  .oem_factory{
    padding: 40px 0;
  }
  .oem_factory .left_col{
    width: 100%;
  }
  .oem_factory .content.flex{
    flex-flow: wrap;
  }
  .oem_factory h2{
    margin-bottom: 15px;
  }
  .oem_factory .feature_item .num{
    width: 25px;
    font-size: 14px;
    height: 25px;
  }
  .oem_factory .feature_item h3{
    font-size: 16px;
  }
  .oem_factory .feature_item p{
    font-size: 14px;
    line-height: 1.5;
  }
  .oem_factory .features_list{
    gap: 20px;
  }
  .oem_factory .right_col{
    width: 100%;
    margin-top: 30px;
    padding: 20px;
  }
  .oem_factory .card_icon{
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .oem_factory .card_icon img{
    width: 35px;
  }
  .oem_factory .right_col strong{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .oem_factory .right_col p{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .oem_factory .stat_val{
    font-size: 22px;
  }
  .oem_factory .stat_label{
    font-size: 13px;
  }
  .oem_faq{
    padding: 40px 0;
  }
  .oem_faq .head{
    margin-bottom: 20px;
  }
  .oem_faq .acc_header{
    padding: 15px;
  }
  .oem_faq .acc_header strong{
    font-size: 15px;
    line-height: 1.5;
  }
  .oem_faq .acc_content{
    padding: 0 15px 15px;
  }
  .oem_faq .acc_body p{
    font-size: 14px;
    line-height: 1.5;
  }
}