/* ========================================
   Fleet Swiper Customization
   ======================================== */
.fleetSwiper {
    padding-bottom: 72px;
}

.fleetSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    opacity: 0.35;
}

.fleetSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 30px;
    border-radius: 6px;
}

.fleet-swiper-controls {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    padding: 0 10px;
}

.fleet-swiper-button {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--primary-color);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    pointer-events: all;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.fleet-swiper-button:hover {
    transform: translateY(-2px);
    background: var(--primary-color);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.fleet-swiper-button:active {
    transform: translateY(0);
}

.fleet-swiper-button.swiper-button-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.fleet-swiper-pagination {
    bottom: 12px !important;
}

@media (max-width: 767px) {
    .fleet-swiper-button {
        width: 40px;
        height: 40px;
    }
}


/* ========================================
  Common Swiper Customization
   ======================================== */
.commonSwiper {
    padding-bottom: 72px;
}

.commonSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    opacity: 0.35;
}

.commonSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 30px;
    border-radius: 6px;
}

.common-swiper-controls {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    padding: 0 10px;
}

.common-swiper-button {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--primary-color);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    pointer-events: all;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.common-swiper-button:hover {
    transform: translateY(-2px);
    background: var(--primary-color);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.common-swiper-button:active {
    transform: translateY(0);
}

.common-swiper-button.swiper-button-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.common-swiper-pagination {
    bottom: 12px !important;
}

@media (max-width: 767px) {
    .common-swiper-button {
        width: 40px;
        height: 40px;
    }
}



/* mega slider css button */

.megaSellSwiper {
    position: relative;
    overflow: hidden; 
}
.megaSellSwiper img{
    width: 100%;
}

.megaSellNext,
.megaSellPrev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; 
    width: 30px; 
    height: 30px; 
    cursor: pointer;
    background-color: rgba(
        255,
        255,
        255,
        0.8
    );
    border-radius: 50%; /
}

.megaSellPrev {
    left: 5px;
}

.megaSellNext {
    right: 5px;
}

.megaSellPrev::after {
    content: "❮"; 
    font-size: 16px;
    font-weight: bold;
    line-height: 1; 
}

.megaSellNext::after {
    content: "❯"; 
    font-size: 16px;
    font-weight: bold;
    line-height: 1; 
}

/* mega swapper end */

/* Tetsti Moniola Swapper */
.testimonialsSwiper {
    padding-bottom: 72px;
}

.testimonialsSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    opacity: 0.35;
}

.testimonialsSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 30px;
    border-radius: 6px;
}


