/* Start custom CSS for image, class: .elementor-element-15565fa *//* =========================
   2 CARDS PER ROW
========================= */
.elementor-10114 .elementor-container {
    display: flex;
    flex-wrap: wrap;
}

.elementor-10114 .elementor-column {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding: 20px;
    box-sizing: border-box;
}


/* =========================
   CARD STYLE
========================= */
.elementor-10114 .elementor-widget-image a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
}


/* =========================
   IMAGE SIZE (UNIFORM)
========================= */
.elementor-10114 .elementor-widget-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}


/* =========================
   HOVER ANIMATION
========================= */
.elementor-10114 .elementor-widget-image a:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}


/* =========================
   IMAGE CARD CONTAINER
========================= */
.elementor-10114 .elementor-widget-image figure {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
}


/* =========================
   TITLE ABOVE CARD
========================= */
.elementor-10114 .elementor-widget-image .wp-caption-text {
    position: static;
    background: none;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 768px) {
    .elementor-10114 .elementor-column {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .elementor-10114 .elementor-widget-image img {
        height: 320px;
    }
}/* End custom CSS */