.elementor-4875 .elementor-element.elementor-element-edd7fe4{--display:flex;}.elementor-4875 .elementor-element.elementor-element-765cafe > .elementor-widget-container{margin:25px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-765cafe *//* Table Styling */
table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}

table th {
    background: #0f4c81;
    color: #fff;
    padding: 18px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

table td {
    padding: 18px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
}

table tr:last-child td {
    border-bottom: none;
}

/* Row Hover Effect */
.course-name {
    transition: all 0.3s ease;
}

.course-name:hover {
    background: #f8fbff;
}

/* Professional CTA Button */
.btn-know-more {
    display: inline-block;
    padding: 10px 22px;
    background: #0f4c81;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-know-more:hover {
    background: #1565c0;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(21,101,192,0.25);
}

/* Mobile Responsive */
@media (max-width: 768px) {

    table,
    table tbody,
    table tr,
    table td {
        display: block;
        width: 100%;
    }

    table th {
        display: block;
        width: 100%;
    }

    table tr {
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    table td {
        text-align: center;
        padding: 15px;
        border: none;
    }

    .btn-know-more {
        width: 100%;
        max-width: 220px;
    }
}/* End custom CSS */