.elementor-3525 .elementor-element.elementor-element-de873dc{padding:40px 0px 40px 0px;}.elementor-3525 .elementor-element.elementor-element-4fefc19{padding:40px 0px 40px 0px;}/* Start custom CSS for html, class: .elementor-element-e0b39b6 *//* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap');

/* Academic Table */
.custom-academic {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Figtree', sans-serif;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* Table Cells */
.custom-academic th,
.custom-academic td {
    border: 1px solid #e5e7eb;
    padding: 14px 16px;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
}

/* Main Heading Row */
.custom-academic thead tr:first-child th {
    background: #22325C;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 16px;
}

/* Column Headings */
.custom-academic thead tr:nth-child(2) th {
    background: #f8f9fc;
    color: #22325C;
    text-align: center;
    font-weight: 600;
}

/* Alternate Row Color */
.custom-academic tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Hover Effect */
.custom-academic tbody tr:hover {
    background: rgba(34, 50, 92, 0.04);
}

/* Program Name Column */
.program-name {
    text-align: left;
    font-weight: 500;
    color: #333;
}

/* Center Button Columns */
.custom-academic td:not(.program-name) {
    text-align: center;
}

/* View Button */
.view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    padding: 8px 18px;
    background: #B72928;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #B72928;
    transition: all 0.3s ease;
}

.view-btn:hover {
    background: #22325C;
    border-color: #22325C;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Space Between Tables */
.custom-academic + .custom-academic {
    margin-top: 40px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .custom-academic {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .custom-academic th,
    .custom-academic td {
        padding: 12px;
        font-size: 13px;
    }

    .custom-academic thead tr:first-child th {
        font-size: 16px;
    }

    .view-btn {
        min-width: 75px;
        padding: 7px 14px;
        font-size: 12px;
    }
}/* End custom CSS */