.elementor-526 .elementor-element.elementor-element-75e98037{--display:flex;}.elementor-526 .elementor-element.elementor-element-785be6f{--display:flex;}/* Start custom CSS *//* IMPORTANT DATES - PREMIUM STYLE */
.important-dates-section{
    margin-top:65px;
    background:linear-gradient(135deg, #2f3c8f, #1aa260);
    border-radius:12px;
    padding:30px 35px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.important-title{
    text-align:center;
    font-size:30px;
    font-weight:700;
    color:#ffffff;
    letter-spacing:1px;
    margin-bottom:25px;
}

.dates-card{
    background:#ffffff;
    border-radius:10px;
    overflow:hidden;
}

.dates-table{
    width:100%;
    border-collapse:collapse;
    font-size:18px;
}

.dates-table tr{
    border-bottom:1px solid #e5e5e5;
}

.dates-table tr:last-child{
    border-bottom:none;
}

.dates-table td{
    padding:16px 18px;
}

.dates-table td:first-child{
    font-weight:500;
    color:#2f3c8f;
    width:70%;
}

.dates-table td:last-child{
    font-weight:600;
    color:#000;
}

@media (max-width:768px){
    .cfp-header{
        flex-direction:column;
        text-align:center;
    }
    .header-text h1{
        font-size:26px;
    }
    .cfp-title{
        font-size:28px;
    }
    .cfp-content p, ul li{
        font-size:16px;
    }
}/* End custom CSS */