/* pricing toggle btn */
.toggle-btn {
    color: #6b7280;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toggle-btn.active {
    color: #ffffff;
    background-color: #1f2937;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.toggle-btn:hover:not(.active) {
    color: #374151;
}

/* Price animation effect */
.price-display {
    display: inline-block;
    text-align: left;
    transition: opacity 0.3s ease;
}

.price-display.animating {
    opacity: 0.8;
}


/* swiper */
#ModelCollaborationSwiper.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: 100% !important;
}


#ModelCollaborationSwiper .swiper-wrapper {
    transition: all 0.5s linear;
}

.collaboration-section .swiper-pagination {
    position: relative !important;
}

.collaboration-swiper-pagination {
    display: flex !important;
    justify-content: flex-start;
    gap: 0;
}

.collaboration-swiper-pagination .swiper-pagination-bullet {
    height: 8px !important;
    border-radius: 4px !important;
    background-color: #d1d5db !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
}

.collaboration-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000 !important;
    width: 32px !important;
}


@media screen and (max-width: 1024px) {
    #tracedMarginLeft {
        margin-left: auto !important;
    }
}
