.maf-mvp-dashboard {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.maf_hidden {
    display: none !important;
}

.wp_maf_loader {
    border: 24px solid #FFF;
    border-color: #512772 #512772 #fff #fff;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

.wp_maf_loader:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -125%);
    left: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.toastify.success {
    background-color: #22C55E;
    border-radius: 6px;
    font-weight: 600;
}

.toastify.error {
    background-color: #EF4444;
    border-radius: 6px;
    font-weight: 600;
}


.wp_maf_mvp_other_pets {
    overflow: hidden !important;
}

.wp_maf_mvp_other_pets .swiper-initialized {
    margin-bottom: 30px;
}

.wp_maf_mvp_other_pets .swiper-slide {
    width: 32% !important;
}

.wp_maf_read_more_btn a {
    padding: 10px 45px !important
}



.elementor-pagination {
    text-align: left !important;
    margin: 80px 0px;
}

.elementor-pagination .prev::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M13.9802 18.68L10.7702 15.4699L8.80024 13.5099C7.97024 12.6799 7.97024 11.3299 8.80024 10.4999L13.9802 5.31995C14.6602 4.63995 15.8202 5.12995 15.8202 6.07995L15.8202 11.6899L15.8202 17.9199C15.8202 18.8799 14.6602 19.36 13.9802 18.68Z' fill='%23171717'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.elementor-pagination .next::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M10.0198 18.68L13.2298 15.4699L15.1998 13.5099C16.0298 12.6799 16.0298 11.3299 15.1998 10.4999L10.0198 5.31995C9.33977 4.63995 8.17977 5.12995 8.17977 6.07995L8.17977 11.6899L8.17977 17.9199C8.17977 18.8799 9.33977 19.36 10.0198 18.68Z' fill='%23171717'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.elementor-pagination .page-numbers {
    background-color: #FFFFFF;
    font-family: "Satoshi", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    fill: #171717;
    color: #171717;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 12px 12px 12px;
    min-width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
}

.wp_maf_pets_marquee_container {
    overflow-x: hidden !important;
}

.wp_maf_mvp_pets_marquee_parent {
    width: 102% !important;
    overflow: hidden !important;
    /* margin-left: -16px; */
    /* margin-right: -16px; */

}

.wp_maf_mvp_pets_marquee_content {
    white-space: nowrap !important;
    animation: marquee 7s linear infinite !important;
}

.wp_maf_mvp_pets_marquee_content .elementor-widget-image {
    min-width: 245px !important;
}



@keyframes marquee {
    0% {
        transform: translateX(-13%);
    }

    100% {
        transform: translateX(-142%);
    }
}


.wp_maf_reviews_loop_grid {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
}

.wp_maf_reviews_loop_grid .elementor-grid {
    display: flex;
    gap: 24px;
}

.wp_maf_reviews_loop_grid .e-loop-item {
    flex: 0 0 26%;
    text-align: center;
}

.reviews_slider_wrapper {
    width: 90%;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Mobile screen query */
@media (max-width: 767px) {
    .wp_maf_reviews_loop_grid .e-loop-item {
        flex: 0 0 94%;
        text-align: center;
    }

    .wp_maf_mvp_other_pets .swiper-slide {
        width: 90.2vw !important;
    }
}