/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 13 2024 | 15:51:23 */
.ti-footer-filter-text{
	display: none;
}
/* Pet Loop Grid */
.pet_loop_grid:hover .pet_grid_img_container {
    transform: scale(1.2);
    -webkit-transform: scale(1.2); /* For older browsers */
    transition: transform 0.3s ease; /* Smooth transition */
}

.pet_loop_grid:hover .elementor-divider-separator {
    background-color: #F55676;
    transition: background-color 0.3s ease; /* Smooth transition */
}

.pet_loop_grid:hover a {
    color: #F55676;
    transition: color 0.3s ease; /* Smooth transition */
}
.pet_loop_grid:hover span {
    color: #F55676;
    transition: color 0.3s ease; /* Smooth transition */
}

.pet_loop_grid:hover svg {
    fill: #F55676;
    transition: fill 0.3s ease; /* Smooth transition */
}


