.elementor-26978 .elementor-element.elementor-element-7e7301c{--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-26978 .elementor-element.elementor-element-1d4d1db > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-1d4d1db */.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    /* Ensure no external margin/padding as requested */
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
}

.custom-post * {
    box-sizing: border-box;
}

/* Header Styling */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px; /* Corner round */
    margin-bottom: 20px;
}

.custom-post h1 {
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.2;
}

.custom-post .address {
    font-size: 0.9em;
    margin-bottom: 0;
}

/* Card Styling for Sections (White background) */
.custom-post section,
.custom-post .toc {
    margin-bottom: 20px;
    padding: 15px;
    background-color: white; /* Card Background: White */
    border: 1px solid #eee; /* Subtle border */
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Subtle shadow for card lift */
}

/* Section Headings */
.custom-post h2 {
    color: #003f63; /* Section headings color */
    font-size: 1.5em;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    margin-top: 0;
}

.custom-post h3 {
    color: #003f63; /* Section headings color */
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 10px;
}

.custom-post p {
    margin-bottom: 15px;
    text-align: justify;
}

/* Responsive Table Styling */
.custom-post .responsive-table {
    overflow-x: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 500px; /* Ensures minimum readability on small screens */
}

.custom-post th, .custom-post td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
    word-wrap: break-word;
}

.custom-post th {
    background-color: #e2f0fb; /* Table headers color */
    color: #003f63;
    font-weight: bold;
}

/* List Styling */
.custom-post ul, .custom-post ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.custom-post li {
    margin-bottom: 8px;
    text-align: justify;
}

/* Important Notes Box Styling */
.custom-post .important {
    background-color: #fff3cd; /* Notes box color */
    border-left: 5px solid #ffca2c; /* Notes box border */
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
    text-align: justify;
}

.custom-post .important strong {
    color: #856404;
}

/* Button Styling */
.custom-post .admission-button {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    padding: 15px;
    text-align: center;
    background-color: #003f63;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s;
}

.custom-post .admission-button:hover {
    background-color: #005b96;
}

/* Footer Styling */
.custom-post footer {
    margin-top: 30px;
    padding: 15px;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 0.9em;
    border-top: 1px solid #eee;
    border-radius: 8px;
}

/* Media Query for Mobile Responsiveness */
@media (max-width: 600px) {
    .custom-post header {
        padding: 15px;
    }

    .custom-post h1 {
        font-size: 1.5em;
    }

    .custom-post section {
        padding: 10px;
    }
}/* End custom CSS */