/*  === Products Style === */

.products-swiper .swiper-wrapper {
	padding: 10px !important;
}

.products-swiper .swiper-pagination-bullet,
.partners-slider .swiper-pagination-bullet {
	transition: 0.4s ease-in-out;
}

.products-swiper .swiper-pagination-bullet-active,
.partners-slider .swiper-pagination-bullet-active{
	width: 35px !important;
	border-radius: 5px !important;
}


.mt-auto {
	margin-top: auto !important;
}


@keyframes floatUpDown {
  0% {
    transform: translateY(80px);
  }
  50% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(80px);
  }
}

.floating {
  animation: floatUpDown 3s ease-in-out infinite alternate;
}

/*  ==== Project =====  */

.project-content ul {
	list-style: none;
	padding-left: 0;
}

.project-content ul li {
	position: relative;
	padding-inline-start: 20px;
	padding-top: 15px;
}

.project-content ul li, .project-content p {
	color: rgba(75, 85, 99, 1);
}

.project-content ul li::before {
	content: "";
    position: absolute;
    inset-inline-start: -5px;
    top: 15px;
    width: 18px;
    height: 18px;
    background-image: url(https://wordpress.aait.app/wesam-altamayoz/wp-content/uploads/2026/02/Vector-7.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
}

























