﻿body {
    background-color: #f2f4f7;
    font-family: 'Roboto', sans-serif;
}

.navbar {
    background: #002e6e !important;
    border-bottom: 4px solid #ffcc00;
}

/* Ad Sections */
.ad-space {
    background: #ebebeb;
    border: 1px dashed #bbb;
    text-align: center;
    color: #888;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-ad {
    height: 90px;
    width: 100%;
    margin-top: 15px;
}

.sidebar-ad {
    height: 500px;
    width: 100%;
}

.inline-ad {
    height: 100px;
    width: 100%;
    margin: 20px 0;
}

/* Sidebar Box */
.sidebar-box {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

    .sidebar-box h6 {
        border-bottom: 2px solid #002e6e;
        padding-bottom: 8px;
        font-weight: bold;
        color: #002e6e;
    }

.nav-link-custom {
    display: block;
    padding: 7px 0;
    color: #444;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

    .nav-link-custom:hover {
        color: #002e6e;
        font-weight: bold;
    }

/* College Cards */
.sai-prime {
    background: #fff;
    border: 2px solid #002e6e;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,46,110,0.1);
}

.prime-label {
    position: absolute;
    top: -12px;
    left: 20px;
    background: #002e6e;
    color: white;
    padding: 2px 15px;
    border-radius: 5px;
    font-size: 12px;
}

.college-row {
    background: white;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid #ccc;
    transition: 0.2s;
}

    .college-row:hover {
        border-left: 5px solid #002e6e;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

.footer {
    background: #1a1a1a;
    color: white;
    padding: 30px 0;
    font-size: 14px;
}
