.home3-categoty-area .h3-category-slider {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.home3-categoty-area .h3-category-slider .swiper-slide {
    display: flex;
    height: auto;
    justify-content: center;
}

.home3-categoty-area .category-card {
    width: 210px;
    height: 244px;
    overflow: hidden;
    border: 1px solid rgba(45, 65, 72, 0.08);
    border-radius: 32px;
    background: linear-gradient(155deg, #eef9f7 0%, #dff2ef 100%);
    box-shadow: 0 12px 30px rgba(30, 61, 69, 0.08);
    perspective: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home3-categoty-area .swiper-slide:nth-child(3n + 2) .category-card {
    background: linear-gradient(155deg, #fff8e9 0%, #ffedc8 100%);
}

.home3-categoty-area .swiper-slide:nth-child(3n) .category-card {
    background: linear-gradient(155deg, #f4f8e9 0%, #e5f1c9 100%);
}

.home3-categoty-area .category-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 38px rgba(30, 61, 69, 0.16);
}

.home3-categoty-area .category-card .category-card-inner,
.home3-categoty-area .category-card:hover .category-card-inner {
    transform: none;
}

.home3-categoty-area .category-card .category-card-inner .category-card-front {
    position: relative;
    display: flex;
    height: 100%;
    padding: 22px 20px 20px;
    flex-direction: column;
    align-items: center;
    border-radius: 32px;
    backface-visibility: visible;
}

.home3-categoty-area .category-card .category-card-inner .category-card-front::before {
    position: absolute;
    width: 138px;
    height: 138px;
    top: 12px;
    content: "";
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
}

.home3-categoty-area .category-card .category-card-inner .category-card-front .category-icon {
    position: relative;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
}

.home3-categoty-area .category-card .category-card-inner .category-card-front .category-icon img {
    width: 104px;
    height: 104px;
    object-fit: contain;
}

.home3-categoty-area .category-card .category-card-inner .category-card-front .content {
    position: relative;
    z-index: 1;
    max-width: 170px;
}

.home3-categoty-area .category-card .category-card-inner .category-card-front .content h4 {
    margin-bottom: 3px;
    font-size: 1.15rem;
    line-height: 1.15;
}

.home3-categoty-area .category-card .content span {
    color: #69767a;
    font-size: 0.78rem;
    font-weight: 500;
}

.home3-categoty-area .category-arrow {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: #86c338;
    color: #fff;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.home3-categoty-area .category-card:hover .category-arrow {
    transform: translateX(3px);
    background: #f46f30;
}

@media (max-width: 767px) {
    .home3-categoty-area {
        padding-top: 34px !important;
        margin-bottom: 38px !important;
    }

    .home3-categoty-area .row.mb-60,
    .home3-collection-area .row.mb-60 {
        margin-bottom: 30px !important;
    }

    .home3-categoty-area .section-title3 h2,
    .home3-collection-area .section-title3 h2 {
        font-size: 1.65rem !important;
        line-height: 1.18 !important;
        text-align: center;
    }

    .home3-categoty-area .section-title3 h2 img,
    .home3-collection-area .section-title3 h2 img {
        width: 22px;
        height: auto;
    }

    .home3-categoty-area .section-title3,
    .home3-collection-area .section-title3 {
        width: 100%;
    }

    .home3-categoty-area .category-card {
        width: 174px;
        height: 214px;
    }
}
