:root {
    --theme-color: #2d4870;
    --theme-color2: #f20f10;
    --orange-color: #2494b4;
    --title-color: #0f2239;
    --body-color: #4d5765;
    --smoke-color: #f3f7fb;
    --black-color: #000000;
    --white-color: #ffffff;
    --light-color: #72849b;
    --yellow-color: #ffb539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #ecf1f9;
    --title-font: "Jost", sans-serif;
    --body-font: "Roboto", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1380px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s;
}
.iti {
    width: 100%;
}
.iti__search-input {
    height: 3rem;
    padding: 8px;
}
body {
    background: var(--smoke-color);
    font-family: var(--body-font);
    color: var(--body-color);
}
p {
    text-transform: capitalize;
}
a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}
.sidebar {
    background: #2c3e50;
    color: var(--white-color);
    min-height: 100vh;
    position: sticky;
    top: 0;
    padding: 0;
}

.sidebar-header {
    padding: 30px 20px;
    background: #1a2530;
    text-align: center;
}

/* .sidebar-logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--orange-color);
    margin-bottom: 10px;
} */
.navbar-brand img {
    width: 50%;
    height: auto;
    margin: auto;
}
.sidebar-subtitle {
    font-size: 0.9rem;
    opacity: 0.8;
    font-weight: 700;
}

.highlights-section {
    padding: 30px 20px;
}

.highlights-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    transition: background 0.3s;
}

.highlight-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.highlight-icon {
    color: var(--orange-color);
    font-size: 1.1rem;
    width: 20px;
}

.highlight-text {
    font-size: 0.9rem;
}

.sidebar-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: #1a2530;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.contact-item a {
    color: var(--white-color);
}
.contact-icon {
    color: var(--white-color);
}

.main-content {
    padding: 0;
}

.hero-section {
    background: var(--white-color);
    padding: 60px 40px;
    border-bottom: 1px solid var(--border-color);
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0;
}

.comparison-section {
    padding: 40px;
}

.university-card {
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    overflow: hidden;
}

.university-header {
    background: #f3f7fb85;
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    gap: 20px;
}
.state-city div {
    flex: 1 1 50%;
}

.university-logo {
    width: 100px;
    height: 60px;
    background: var(--white-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--white-color);
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgb(0 0 0 / 62%);
    padding: 2px;
    box-sizing: border-box;
}
.university-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.university-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.university-body {
    padding: 20px;
}

.university-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.detail-item {
    text-align: center;
    padding: 15px;
    background: var(--smoke-color);
    border-radius: 8px;
}

.detail-label {
    font-size: 0.9rem;
    color: var(--black-color);
    margin-bottom: 10px;
    font-weight: 700;
}

.detail-value {
    font-weight: 600;
    color: #2c3e50;
}

.approval-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.approval-badge {
    background: #1a2530;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.fee-amount {
    font-size: 1.2rem;
    color: var(--success-color);
}

.score {
    font-size: 1.1rem;
    color: var(--theme-color);
}

.stars {
    color: var(--yellow-color);
    margin-bottom: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.1rem;
    margin-bottom: 2px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.stars svg {
    vertical-align: middle;
    fill: #fdc500;
    height: 1rem;
    width: 1.2rem;
}

.university-footer {
    padding: 20px;
    border-top: 1px solid var(--border-color);
    text-align: center;
}

.enquire-btn {
    background: var(--orange-color);
    border: none;
    color: var(--white-color);
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s;
}

.enquire-btn:hover {
    background: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
    color: var(--white-color);
}
.btn:focus-visible {
    background-color: var(--orange-color);
    color: #fff;
}
.modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.modal-header {
    border-bottom: 1px solid var(--border-color);
    padding: 20px;
}

.modal-body {
    padding: 30px;
}

.form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
}

.form-control,
.form-select {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 20px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--orange-color);
    box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.25);
}

.submit-btn {
    background: var(--orange-color);
    border: none;
    color: var(--white-color);
    padding: 12px 40px;
    border-radius: 5px;
    font-weight: 700;
    width: 100%;
    font-size: 1.1rem;
}

.submit-btn:hover {
    background: #e55a2b;
}
.footer {
    background: var(--white-color);
    color: black;
    padding: 50px 0;
    margin-top: 60px;
    display: none;
}
.r-mobile {
    display: none;
}
.footer h5 {
    color: var(--black-color);
    margin-bottom: 20px;
}
.highlights-section-mobile {
    display: none;
}
.sidebar-header-mobile {
    display: none;
}
@media (max-width: 768px) {
    .hero-section {
        padding: 30px 15px;
    }
    .hero-title {
        font-size: 1.7rem;
    }
    .comparison-section {
        padding: 20px;
    }
    .sidebar {
        min-height: auto;
        position: relative;
    }

    .sidebar-footer {
        display: none;
    }
    .footer {
        padding: 20px 0;
        display: inline-block;
        margin-top: 0;
        text-align: center;
    }
    .university-details {
        grid-template-columns: 1fr 1fr;
    }
    .footer .navbar-brand img {
        width: 20%;
    }
    .enquire-btn {
        padding: 5px 10px;
        font-size: 15px;
    }
    .university-name {
        font-size: 1.1rem;
    }
    .r-big {
        display: none;
    }
    .r-mobile {
        display: flex;
        gap: 4px;
        font-size: 13px;
        margin-top: 5px;
    }
    .highlights-section {
        display: none;
    }
    .highlights-section-mobile {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    .sidebar-header {
        display: none;
    }
    .sidebar-header-mobile {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 3px;
    }
    .sidebar-header-mobile .navbar-brand img {
        width: 60%;
        margin: auto 0;
    }
    .head-conatact {
        flex-direction: column;
    }
    .head-conatact a {
        color: var(--black-color);
        font-size: 14px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
}
