.elementor-17 .elementor-element.elementor-element-caf6bb5{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:120px;--padding-bottom:61px;--padding-left:0px;--padding-right:0px;}.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-17 .elementor-element.elementor-element-54d7314{text-align:center;}.elementor-17 .elementor-element.elementor-element-54d7314 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:55px;font-weight:600;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-caf6bb5 *//* Card Container */
.program-list {
    display: flex
;
    gap: 20px !important;
    max-width: 1170px !important;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
}
.card {
    width: 260px;
    background-color: #f5d1a3!important;
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
    position: relative;
}

/* Date Box */
.date {
    background-color: #153251;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    width: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.date span {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.date span:last-child {
    font-size: 20px;
}

/* Event Image */
.image {
    width: 100%;
    height: 180px;
   
    border-radius: 5px;
    margin-top: 0px;
    object-fit: cover;
}
.image img {
    height: 100%;
    object-fit: cover;
}
/* Content Section */
.content {
    padding: 10px 0;
}

.tag {
    background-color: #2c1f0a;
    color: white;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
}
.tag2 {
    color: #000;
    display: inline-block;
    padding: 1px 0px;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
}
.title {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0;
    color: #2c1f0a;
    text-align: left;
}

.time {
    background-color: #ffffff;
    padding: 0px 10px;
    border-radius: 10px;
    display: inline-table;
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0;
    color: #000;
    width: auto;
    float: left;
}
.description {
    float:left;
    white-space: 100%;
    font-size: 14px;
    color: #333;
    margin: 5px 0;
    text-align: justify;
}

/* Button */
.button {
    display: block;
    text-align: center;
    background-color: #a32b1d;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
}

.button:hover {
    background-color: #7a1d13;
}/* End custom CSS */