/* Make the parent flex container stretch its children to equal heights */
.elementor-element-7382c9d {
    align-items: stretch !important;
}

/* Style the three program containers aggressively globally */
.elementor-element-0559d9f,
.elementor-element-fe040fb,
.elementor-element-ac149fc {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    height: 100% !important;
    overflow: hidden !important;
    margin: 10px !important; /* Force equal spacing around */
}

/* Add a subtle hover effect to spice them up */
.elementor-element-0559d9f:hover,
.elementor-element-fe040fb:hover,
.elementor-element-ac149fc:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
}

/* Make all images a uniform size and nicely fitted */
.elementor-element-0559d9f img,
.elementor-element-fe040fb img,
.elementor-element-ac149fc img {
    border-radius: 8px !important;
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    margin-bottom: 20px !important;
}

/* Ensure buttons are pushed to the bottom and properly spaced */
.elementor-element-0559d9f .elementor-widget-button,
.elementor-element-fe040fb .elementor-widget-button,
.elementor-element-ac149fc .elementor-widget-button {
    margin-top: auto !important;
    width: 100% !important;
}
