.elementor-362 .elementor-element.elementor-element-e4845e5{--display:flex;}.elementor-362 .elementor-element.elementor-element-3ed1cea{width:100%;max-width:100%;}.elementor-362 .elementor-element.elementor-element-3015c14{width:100%;max-width:100%;}.elementor-362 .elementor-element.elementor-element-c2b50e5{width:100%;max-width:100%;}.elementor-362 .elementor-element.elementor-element-dea4b4c{width:100%;max-width:100%;}.elementor-362 .elementor-element.elementor-element-fa8b02a{--display:flex;}.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 );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3ed1cea */.course-page {
    font-family: Arial;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

/* HEADER */
.course-header {
    background: #375e97;
    color: white;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
}

/* SECTION */
section {
    margin-top: 30px;
}

/* LEFT BORDER HEADING */
section h2 {
    border-left: 5px solid #375e97;
    padding-left: 12px;
    color: #1d355;
}

/* TABLE */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

table, th, td {
    border: 1px solid #ccc;
    padding: 10px;
}

/* LIST */
ul {
    padding-left: 20px;
}

/* FEATURE BOXES */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.box {
    background: #f4f6f9;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

/* CTA */
.cta {
    background: #375e97;
    color: white;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
}

.cta a {
    background: #f39c12;
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}/* End custom CSS */