/*.arshine-partner {
  padding: 40px 0;
  background-color: #fff;
  text-align: center;
}

.arshine-partner h3 {
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ff5900;
  margin-bottom: 35px;
}

.partner-container {
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.38);
  padding: 20px 0;
}

.arshine-partner ul {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 30px; 
  padding: 0;
  margin: 0;
  list-style: none;
}

.arshine-partner ul li {
  display: flex;
  align-items: center;
  position: relative;
}


.arshine-partner ul li .pic {
  display: flex;
  align-items: center;
  width: 100%;
}

.arshine-partner ul li .pic img {
  max-height: 100%;
  object-fit: contain;
  width: 100%;
}


.arshine-partner ul li:nth-child(4)::after,
.arshine-partner ul li:nth-child(7)::after {
  content: "";
  position: absolute;
  right: -15px; 
  top: 50%; 
  transform: translateY(-50%); 
  width: 1px;
  height: 30px;
  background-color: #e0e0e0;
}


@media screen and (min-width: 1200px) {
  .arshine-partner ul {
    grid-template-columns: repeat(11, 1fr);
  }
}


@media screen and (max-width: 1199px) and (min-width: 768px) {
  .arshine-partner ul {
    grid-template-columns: repeat(6, 1fr);
  }
  .arshine-partner ul li:nth-child(4)::after,
  .arshine-partner ul li:nth-child(7)::after {display: none;}
}


@media screen and (max-width: 767px) {
  .arshine-partner {
    padding: 30px 0;
  }
  .arshine-partner h3 {
    font-size: 22px;
  }
  .arshine-partner ul {
    grid-template-columns: repeat(3, 1fr); 
  }

  .arshine-partner ul li:nth-child(4)::after,
  .arshine-partner ul li:nth-child(7)::after {display: none;}
}

*/



.arshine-partner {
  padding: 40px 0;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.arshine-partner h3 {
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ff5900;
  margin-bottom: 35px;
}

.partner-container {
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.38);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.partner-swiper {
  width: 100%;
  height: auto;
  padding: 20px 0 40px !important;
  
}

.partner-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 0 10px;
}

.partner-swiper .swiper-slide .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
}

.partner-swiper .swiper-slide .pic img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.partner-pagination {
  position: absolute;
  bottom: -15px; 
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.partner-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  opacity: 1;
  margin: 0 4px;
}

.partner-pagination .swiper-pagination-bullet-active {
  background-color: #ff5900;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .partner-swiper .swiper-slide {
    padding: 0 8px;
  }
  .partner-swiper .swiper-slide .pic {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .arshine-partner {
    padding: 30px 0;
  }
  .arshine-partner h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .partner-container {
    padding: 15px 0 30px; 
  }
  .partner-swiper .swiper-slide {
    padding: 0 5px;
  }
  .partner-swiper .swiper-slide .pic {
    height: 60px;
  }
}


