.elementor-27464 .elementor-element.elementor-element-ca69e94{--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 );}.elementor-27464 .elementor-element.elementor-element-df5e829 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-df5e829 */.custom-post {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.custom-post * {
    box-sizing: border-box;
}

/* Card Styling for Header (Corner Round) */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px; /* Added separation */
}

.custom-post header h1 {
    font-size: 2em;
    margin: 0 0 5px 0;
}

.custom-post .institute-address {
    font-size: 0.9em;
    margin-bottom: 10px;
}

/* Card Styling for each Section */
.custom-post section {
    padding: 20px;
    margin: 0 0 25px 0;
    background-color: #ffffff; /* White background for the card */
    border: 1px solid #e0e0e0; /* Subtle border */
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Subtle shadow */
}

.custom-post h2 {
    color: #003f63; /* Section headings color */
    border-bottom: 2px solid #005b96;
    padding-bottom: 5px;
    margin-top: 0; /* Reset margin top for sections */
    font-size: 1.5em;
}

.custom-post h3 {
    color: #003f63;
    margin-top: 15px;
    font-size: 1.2em;
}

.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
    margin: 15px 0;
}

.custom-post table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    min-width: 300px;
}

.custom-post th, .custom-post td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    word-wrap: break-word;
}

.custom-post th {
    background-color: #e2f0fb; /* Table headers color */
    color: #003f63;
    font-weight: bold;
}

.custom-post ul, .custom-post ol {
    margin: 15px 0;
    padding-left: 20px;
}

.custom-post ul li, .custom-post ol li {
    margin-bottom: 8px;
}

.custom-post .important {
    border: 1px solid #ffca2c;
    border-left: 5px solid #ffca2c; /* Notes box border-left */
    background-color: #fff3cd; /* Notes box background */
    padding: 15px;
    margin: 20px 0;
    color: #664d03;
    border-radius: 4px;
}

.custom-post .important strong {
    font-weight: bold;
}

.custom-post .call-to-action {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.custom-post .call-to-action a {
    background-color: #005b96;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s;
}

.custom-post .call-to-action a:hover {
    background-color: #003f63;
}

.custom-post footer {
    padding: 10px 0;
    margin-top: 20px;
    border-top: 1px solid #eee;
    font-size: 0.85em;
    text-align: center;
}

/* Table of Contents Styling */
.custom-post .table-of-contents {
    /* Uses general section styling for card effect */
}

.custom-post .table-of-contents h3 {
    margin-top: 0;
    color: #003f63;
}

.custom-post .table-of-contents ul {
    list-style-type: none;
    padding-left: 0;
}

.custom-post .table-of-contents ul li a {
    color: #005b96;
    text-decoration: none;
}/* End custom CSS */