.header-middle {
    margin-bottom: 40px;
	display: flex;
    justify-content: center;
}
#section-header {
    position: relative;
    z-index: 10;
}

.mm-page {
    padding-top: 40px;
}
.category-menu li a {
    transition: all 0.2s ease;
}

.category-menu li a:hover {
    color: #2bb673;
}

.header-middle .logo-text,
.header-middle .site-title {
    display: block !important;
    font-size: 22px;
    font-weight: 600;
}
.subcategory_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.subcategory_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.subcategory_image img {
    max-height: 200px;
    width: auto;
    object-fit: contain;
}
.subcategory_card .card_body {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #6b5353;
}
.subcategory_card .subcategory_link {
    color: white;
    font-weight: 600;
    text-decoration: none;
}
.subcategory_image {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}