.elementor-853 .elementor-element.elementor-element-7a3f29e{--display:flex;--min-height:196px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-around;}.elementor-853 .elementor-element.elementor-element-7a3f29e:not(.elementor-motion-effects-element-type-background), .elementor-853 .elementor-element.elementor-element-7a3f29e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.jordan-hospital.com/wp-content/uploads/2025/08/h2_slider.jpg");background-position:center left;background-repeat:no-repeat;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-853 .elementor-element.elementor-element-0f9f531{text-align:right;}.elementor-853 .elementor-element.elementor-element-0f9f531 .elementor-heading-title{color:var( --e-global-color-accent );}.elementor-853 .elementor-element.elementor-element-acdcfda{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:1025px){.elementor-853 .elementor-element.elementor-element-7a3f29e:not(.elementor-motion-effects-element-type-background), .elementor-853 .elementor-element.elementor-element-7a3f29e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for container, class: .elementor-element-acdcfda *//* Main card styling */
.custom-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* Image styling */
.custom-card img {
    width: 100%;
    display: block;
}

/* Date card - fixed and non-clickable */
.custom-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    border-left: 4px solid #00a48b;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 8px 10px;
    min-width: 60px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none; /* Disables all click interactions */
    font-family: Arial, sans-serif;
    z-index: 1;
}

/* Date components */
.custom-date .month {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 2px;
}

.custom-date .day {
    font-size: 22px;
    font-weight: bold;
    color: #00a48b;
    margin-bottom: 2px;
}

.custom-date .year {
    font-size: 10px;
    color: #999;
}

/* Content styling */
.custom-card h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px;
    color: #333;
}

.custom-button {
    display: inline-block;
    margin: 0 15px 15px;
    padding: 8px 14px;
    background: #00a48b;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s ease;
}

.custom-button:hover {
    background: #00856e;
}/* End custom CSS */