.axis-card {
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.axis-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.axis-tabs {
    text-align: center;
    margin-bottom: 20px;
}

.axis-tab {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
}

.axis-tab.active {
    background: #b63a3a;
    color: #fff;
}
.axis-widget .swiper-wrapper p {
    text-align: center;
    padding: 20px;
}
.axis-gallery-swiper .swiper-slide {
    justify-content: end;
    display: flex;
}

.axis-gallery-swiper img {
    width: 100%;
    width: auto;
    display: block;
    border-radius: 8px;
}

/* Thumbnails */
.axis-thumb-slider {
    margin-top: 15px;
}

.axis-thumb-slider .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
}

.axis-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
}