/* Page styles for iGOT-Karmayogi/index.html — hero band + carded course table */

.igot-main { padding: 44px 0 64px; }
.igot-main .container { max-width: 1100px; }

/* The 4-column course table is wider than a phone screen: let it scroll
   sideways inside the card instead of pushing the page wider */
.igot-main .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.igot-main .table-scroll > .table {
    min-width: 640px;
    margin-bottom: 0;
}

/* Indigo header band + comfortable, readable rows to match the theme */
.igot-main .table thead th {
    background: var(--iith-indigo);
    color: #fff;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: .92rem;
    letter-spacing: .02em;
    border-color: rgba(255, 255, 255, .14);
    padding: 12px 14px;
    white-space: nowrap;
    vertical-align: middle;
}
.igot-main .table tbody td {
    padding: 12px 14px;
    color: var(--ink);
    border-color: var(--line);
    line-height: 1.6;
    vertical-align: middle;
}
.igot-main .table tbody tr:nth-child(even) td { background: var(--bg-alt); }

@media (max-width: 575.98px) {
    .igot-main { padding: 32px 0 48px; }
}
