.elementor-27409 .elementor-element.elementor-element-c41bf61{--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-27409 .elementor-element.elementor-element-7824da1 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-7824da1 */<style>
/* -------------------------------------------
   1. CSS Code for custom-post
---------------------------------------------- */

/* General Reset and Container Styling */
.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevents horizontal scroll */
    background-color: #f0f2f5; /* Light background for the overall page */
}

/* Header Styling - Top banner */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0px; /* Separation from the first card */
}

.custom-post header h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.8em;
    word-wrap: break-word;
}

.custom-post header p {
    margin: 0;
    font-size: 1em;
    font-weight: 300;
    word-wrap: break-word;
}

/* Section Styling (The Card Effect) */
.custom-post section {
    background-color: white; /* White background for the card */
    padding: 20px;
    margin-top: 15px !Important;
    margin: 0px; /* Margin for separation between cards */
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    border-bottom: none; 
}

/* Heading Styling */
.custom-post h2, .custom-post h3, .custom-post h4 {
    color: #003f63;
    border-bottom: 2px solid #e2f0fb; /* Lighter underline */
    padding-bottom: 5px;
    margin-top: 0; /* Resetting top margin for inside card */
    margin-bottom: 15px;
    font-weight: 600;
}
.custom-post h2 {
    font-size: 1.6em;
}

/* Paragraph Styling */
.custom-post p {
    margin-bottom: 15px;
    text-align: justify;
}

/* Table of Contents Styling (The first card) */
.custom-post .table-of-contents {
    padding: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-shadow: none; /* Remove shadow to make it distinct/lighter */
}

.custom-post .table-of-contents h4 {
    color: #005b96;
    border: none;
    margin-top: 0;
    margin-bottom: 10px;
}

.custom-post .table-of-contents ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.custom-post .table-of-contents li a {
    color: #003f63;
    text-decoration: none;
    display: block;
    padding: 3px 0;
}

/* Responsive Table Wrapper */
.custom-post .responsive-table {
    overflow-x: auto;
    margin: 15px 0;
}

/* Table Styling */
.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 300px; /* Ensure readability on smallest screens */
}

.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 12px 10px;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word; /* Wrap long text */
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}
/* Specific Fee Table Styling */
.custom-post .fee-table th:nth-child(2),
.custom-post .fee-table td:nth-child(2),
.custom-post .fee-table th:nth-child(3),
.custom-post .fee-table td:nth-child(3),
.custom-post .fee-table th:nth-child(4),
.custom-post .fee-table td:nth-child(4) {
    text-align: center;
    min-width: 100px;
}
.custom-post .fee-table tr:last-child th,
.custom-post .fee-table tr:last-child td {
    background-color: #e2f0fb;
    font-weight: bold;
    color: #003f63;
}


/* List Styling */
.custom-post ul, .custom-post ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.custom-post ul li, .custom-post ol li {
    margin-bottom: 8px;
    text-align: justify;
}

/* Important Notes Box */
.custom-post .important {
    border-left: 5px solid #ffca2c;
    background-color: #fff3cd;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.custom-post .important h4 {
    color: #c99e00; /* Darker yellow for text */
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
}

/* Button Styling */
.custom-post .admission-button {
    display: inline-block;
    background-color: #005b96;
    color: white;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin: 10px 0 20px 0;
    transition: background-color 0.3s;
}

.custom-post .admission-button:hover {
    background-color: #003f63;
}

/* Footer Styling */
.custom-post footer {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0px 0px 0px; /* Align with card margins */
    font-size: 0.9em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.custom-post footer a {
    color: #005b96;
    text-decoration: none;
}

.custom-post footer a:hover {
    text-decoration: underline;
}

/* Media Queries for full responsiveness */
@media screen and (max-width: 600px) {
    .custom-post header h1 {
        font-size: 1.5em;
    }
    .custom-post section {
        margin: 10px;
        padding: 15px;
    }
    .custom-post th, .custom-post td {
        padding: 8px;
        font-size: 0.9em;
    }
}
</style>/* End custom CSS */