/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
 Version: 1.0.0
*/

/* Force Swiper layout */
.category-carousel .swiper-wrapper {
    display: flex;
}

.category-carousel .swiper-slide {
    flex-shrink: 0;
}

/* Item */
.category-carousel-item {
    text-align: center;
}

/* Link */
.category-carousel-item a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

/* Circle image with red border */
.category-carousel-img {
    width: 120px;
    height: 120px;
    padding : 15px;
    margin: 0 auto 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ED310C;
    transition: transform 0.3s ease;
}

.category-carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius : 50%;
}

/* Title */
.category-carousel-title {
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

/* Hover scale */
.category-carousel-item a:hover .category-carousel-img,
.category-carousel-item a:hover .category-carousel-title {
    transform: scale(1.08);
}

/* Small arrows */
.category-carousel .swiper-button-prev,
.category-carousel .swiper-button-next {
    width: 24px;
    height: 24px;
    color: #333;
}

.category-carousel .swiper-button-prev::after,
.category-carousel .swiper-button-next::after {
    font-size: 14px;
}

.swiper-slide.category-carousel-item {
	padding : 20px;
}

.whatsapp-button {
    padding: 9px 24px;
    border: 1px solid #ED310C;
    color: #ED310C;
    border-radius: 3px;
    font-size : 15px;
}

.whatsapp-button:hover {
    color: #ED310C;
}