.elementor-35486 .elementor-element.elementor-element-4e9551d{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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 text-editor, class: .elementor-element-8044e56 */<style>
.custom-post {
    color: #333;
    line-height: 1.6;
    background: #ffffff;
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.custom-post h1, .custom-post h2, .custom-post h3 {
    color: #003f63;
    margin-top: 25px;
}
.custom-post p {
    margin-bottom: 15px;
    text-align: justify;
}
.custom-post .section-card {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #eee;
}
.custom-post .btn-container {
    text-align: center;
    margin: 20px 0;
}
.custom-post .btn-admission {
    background-color: #003f63;
    color: #fff !important;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    transition: 0.3s;
}
.custom-post .btn-admission:hover {
    background-color: #002a42;
}
.custom-post .responsive-table {
    overflow-x: auto;
    margin: 20px 0;
}
.custom-post table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    table-layout: auto;
   
}
.custom-post table th {
    background-color: #e2f0fb;
    color: #003f63;
    padding: 12px;
    border: 1px solid #dee2e6;
    text-align: left;
}
.custom-post table td {
    padding: 10px;
    border: 1px solid #dee2e6;
    vertical-align: top;
}
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    color: #856404;
}
.custom-post .toc {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.custom-post ul, .custom-post ol {
    padding-left: 20px;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .custom-post table {
        font-size: 14px;
    }
}
</style>/* End custom CSS */