/* --- PRODUCT CATEGORY CARDS STYLES --- */
.category-section-57e01819 {
    width: 100%;
    box-sizing: border-box;
}

.container-57e01819 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* --- SECTION HEADER --- */
.section-header-57e01819 {
    margin-bottom: 30px;
    text-align: left;
}

.section-title-57e01819 {
    font-size: 26px;
    font-weight: 700;
    color: #1b4332;
    letter-spacing: -0.5px;
    margin: 5px 0 0 0;
}

.section-subtitle-57e01819 {
    font-size: 14px;
    color: #52b788;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: block;
}

/* --- MAIN GRID LAYOUT --- */
.category-grid-57e01819 {
    display: grid;
    width: 100%;
}

/* --- CARD BASE STYLING --- */
.card-57e01819 {
    background-color: #ffffff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #e5e7eb;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.card-57e01819:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(45, 106, 79, 0.12);
    border-color: #b7e4c7;
}

.card-title-57e01819 {
    font-size: 18px;
    font-weight: 700;
    color: #1b4332;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.card-link-57e01819 {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    color: #2d6a4f;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.card-link-57e01819 span {
    transition: transform 0.2s ease;
    margin-left: 5px;
}

.card-link-57e01819:hover {
    color: #1b4332;
}

.card-link-57e01819:hover span {
    transform: translateX(4px);
}

/* --- SINGLE BANNER CARD STYLING --- */
.single-img-container-57e01819 {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f8f9fa;
    position: relative;
}

.single-img-container-57e01819 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.card-57e01819:hover .single-img-container-57e01819 img {
    transform: scale(1.05);
}

/* --- 4-IN-1 GRID CARD STYLING --- */
.four-grid-57e01819 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.grid-item-57e01819 {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.grid-img-wrapper-57e01819 {
    width: 100%;
    height: 95px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.grid-item-57e01819 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.grid-item-57e01819:hover img {
    transform: scale(1.06);
}

.grid-item-57e01819 span {
    font-size: 12px;
    color: #374151;
    margin-top: 6px;
    font-weight: 600;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.grid-item-57e01819:hover span {
    color: #2d6a4f;
}

/* --- BADGE / TAG --- */
.badge-57e01819 {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #e8f5e9;
    color: #2d6a4f;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 20px;
    text-transform: uppercase;
}

/* --- RESPONSIVE FALLBACKS (if not fully overridden by Elementor styling settings) --- */
@media (max-width: 1024px) {
    .grid-img-wrapper-57e01819 {
        height: 85px;
    }
}

@media (max-width: 767px) {
    .grid-img-wrapper-57e01819 {
        height: 110px;
    }
    .single-img-container-57e01819 {
        height: 200px;
    }
    .card-57e01819 {
        padding: 15px !important;
    }
}
