.elementor-28295 .elementor-element.elementor-element-ac4c2ae{--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-28295 .elementor-element.elementor-element-c8d489d > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-c8d489d *//* Card Styling for Sections AND Ads */
.custom-post {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.custom-post .section-card {
    background-color: white;
    padding: 20px;
    margin: 20px 0; /* 0px left/right margin, 20px top/bottom */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.custom-post .ad-card {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    text-align: center;
}

.custom-post .ad-card p {
    margin: 0;
    font-size: 0.8em;
    color: #888;
}

/* Header Styling */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 8px;
    /* Corner round on the header itself, not the whole container */
}

.custom-post header h1 {
    margin: 0;
    font-size: 1.8em;
    line-height: 1.2;
}

.custom-post header .subtitle {
    font-size: 1em;
    opacity: 0.9;
    margin-top: 5px;
}

.custom-post .institute-address {
    padding: 10px 0;
    font-size: 0.9em;
    color: #666;
}

/* Section Heading Styling */
.custom-post .section-card h2,
.custom-post .section-card h3,
.custom-post .section-card h4 {
    color: #003f63;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

/* Button Styling */
.custom-post .admission-btn {
    display: inline-block;
    background-color: #e67e22; /* A vibrant color for the button */
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 15px;
    transition: background-color 0.3s;
    text-align: center;
}

.custom-post .admission-btn:hover {
    background-color: #d35400;
}

/* Responsive Table Styling */
.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.custom-post th,
.custom-post td {
    border: 1px solid #ddd;
    padding: 12px 10px;
    text-align: left;
    word-wrap: break-word; /* Wrap long text naturally */
}

/* Table Header Styling */
.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

/* Important Notes Box Styling */
.custom-post .important {
    background-color: #fff3cd;
    border: 1px solid #ffca2c;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.custom-post .important strong {
    color: #856404;
}

/* List Styling */
.custom-post ul, .custom-post ol {
    padding-left: 20px;
}

.custom-post ul li, .custom-post ol li {
    margin-bottom: 10px;
}

/* Footer Styling */
.custom-post footer {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 0.9em;
    text-align: center;
    color: #666;
}

/* Table of Contents Styling */
.custom-post #table-of-contents {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;
    margin: 20px 0;
}

.custom-post #table-of-contents h2 {
    color: #003f63;
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}/* End custom CSS */