.elementor-27879 .elementor-element.elementor-element-9bb674a{--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-27879 .elementor-element.elementor-element-a1a2111 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-a1a2111 *//* Card Styling for Sections AND Ads */
.custom-post .section-card {
    background-color: white;
    padding: 20px;
    margin: 20px 0; /* 0px left/right margin */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.custom-post .ad-card {
    background-color: #f9f9f9;
    padding: 15px;
    margin: 20px 0; /* 0px left/right margin */
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center; /* Center align the ad content */
}
.custom-post .ad-card .ad-text { /* Specific class for 'Advertisement' text */
    margin: 0; 
    font-size: 0.8em; 
    color: #888;
    text-align: center; /* Ensures the text itself is centered */
}

/* Main Container and Typography */
.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Header Styling */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 25px 20px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}
.custom-post header h1 {
    margin: 0;
    font-size: 1.8em;
    line-height: 1.2;
}
.custom-post header p.subtitle {
    margin-top: 5px;
    font-size: 1em;
    opacity: 0.9;
}
.custom-post .institute-address {
    font-size: 0.9em;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.9);
}

/* Section Headings */
.custom-post section h2,
.custom-post section h3,
.custom-post section h4 {
    color: #003f63;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    margin-top: 0; /* Reset for section-card padding */
}

/* Responsive Table Styling */
.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
    margin-top: 15px;
}
.custom-post .responsive-table table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    font-size: 0.95em;
    min-width: 600px; /* Ensures minimum readability on small screens */
}
.custom-post .responsive-table th,
.custom-post .responsive-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}
/* Table Headers Color Theme */
.custom-post .responsive-table th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

/* Important Notes Box */
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}
.custom-post .important strong {
    color: #856404;
}

/* Lists and Paragraphs */
.custom-post ul, .custom-post ol {
    padding-left: 20px;
    margin-top: 10px;
}
.custom-post p {
    margin-bottom: 15px;
    text-align: justify;
}

/* Button Styling */
.custom-post .admission-button {
    display: inline-block;
    background-color: #005b96;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin: 15px 0 20px 0;
    transition: background-color 0.3s;
}
.custom-post .admission-button:hover {
    background-color: #003f63;
}

/* Footer Styling */
.custom-post footer {
    padding: 15px 20px;
    background-color: #f4f4f4;
    border-radius: 0 0 8px 8px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}
.custom-post footer p {
    margin: 5px 0;
    font-size: 0.9em;
    color: #666;
}
.custom-post footer a {
    color: #005b96;
    text-decoration: none;
}
.custom-post footer a:hover {
    text-decoration: underline;
}

/* Table of Contents Styling */
.custom-post .toc-card {
    background-color: #f0f8ff;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #b3d9ff;
    border-radius: 8px;
}
.custom-post .toc-card h3 {
    color: #003f63;
    margin-top: 0;
    border-bottom: 1px dotted #b3d9ff;
    padding-bottom: 5px;
}
.custom-post .toc-card ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.custom-post .toc-card ul li {
    margin-bottom: 5px;
}
.custom-post .toc-card ul li a {
    color: #005b96;
    text-decoration: none;
    font-size: 0.95em;
    display: block;
}
.custom-post .toc-card ul li a:hover {
    color: #003f63;
    text-decoration: underline;
}

/* Mobile Adjustments (Fully responsive by default, but minor adjustments) */
@media (max-width: 600px) {
    .custom-post header {
        padding: 20px 15px;
    }
    .custom-post .section-card {
        padding: 15px;
    }
    .custom-post .responsive-table table {
        min-width: 100%; /* Allows horizontal scroll on very small screens if necessary, but tries to fit */
    }
    .custom-post .responsive-table th,
    .custom-post .responsive-table td {
        padding: 10px;
    }
}/* End custom CSS */