.elementor-18 .elementor-element.elementor-element-91c12e6{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-18 .elementor-element.elementor-element-ba56f9d{text-align:center;}.elementor-18 .elementor-element.elementor-element-ba56f9d .elementor-heading-title{color:var( --e-global-color-astglobalcolor0 );}/* Start custom CSS for html, class: .elementor-element-f0f7bf2 *//* Medical Colleges Table Styling */
.medical-table-container {
    margin: 20px 0;
    overflow-x: auto; /* Responsive for mobile */
}

.medical-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    color: #212529;
    font-size: 14px;
}

.medical-table th,
.medical-table td {
    padding: 12px;
    vertical-align: top;
    border: 1px solid #dee2e6;
    text-align: left;
}

.medical-table th {
    background-color: #178E79; /* Blue header */
    color: white;
    font-weight: bold;
    text-align: center;
}

.medical-table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05); /* Striped rows */
}

.medical-table tr:hover {
    background-color: #f8f9fa; /* Hover effect */
}

.medical-table td:nth-child(1),
.medical-table th:nth-child(1) { /* Sl.No column */
    width: 5%;
    text-align: center;
}

.medical-table td:nth-child(2),
.medical-table th:nth-child(2) { /* Degree column */
    width: 10%;
}

.medical-table td:nth-child(3),
.medical-table th:nth-child(3) { /* College column */
    width: 40%;
}

.medical-table td:nth-child(4),
.medical-table th:nth-child(4) { /* State column */
    width: 15%;
    text-align: center;
}

.medical-table td:nth-child(5),
.medical-table th:nth-child(5) { /* Eligibility column */
    width: 20%;
}

.medical-table td:nth-child(6),
.medical-table th:nth-child(6) { /* Duration column */
    width: 10%;
    text-align: center;
}

.scroll-to-top {
    margin-top: 20px;
    text-align: center;
}

.scroll-to-top a {
    background-color: #178E79;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.scroll-to-top a:hover {
    background-color: #0056b3;
}/* End custom CSS */