﻿/* HERO */
.hero {
    background: linear-gradient(120deg, #0b3c8a 0%, #0e63b6 55%, #1aa6a1 100%);
    color: #fff;
    padding: 90px 0 120px;
    position: relative;
    overflow: hidden;
}

    .hero::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 90px;
        background: #fff;
        border-top-left-radius: 100% 40px;
        border-top-right-radius: 100% 40px;
    }

.hero-badge {
    background: #f4b000;
    color: #1b1b1b;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
}

/* HERO STATS */
.hero-stats {
    max-width: 420px;
    margin-left: auto;
}

.stat-card {
    background: #dff1fb;
    border-radius: 20px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    margin-bottom: 18px;
}

.stat-icon {
    width: 44px;
    height: 44px;
    background: #f4b000;
    color: #000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-card h4 {
    margin: 0;
    font-weight: 700;
    color: #0b3c8a;
}

.stat-card small {
    color: #4b6b88;
    font-weight: 500;
}

/* SECTION */
.section-pill {
    background: #eef4ff;
    color: #0e63b6;
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 20px;
    display: inline-block;
}

/* STEPS */
.step-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
    height: 100%;
}

/* PROGRAMS */
.program-card {
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    position: relative;
    overflow: hidden;
}

    .program-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        border-radius: 22px 22px 0 0;
    }

    .program-card.ug::before {
        background: #0d47a1
    }

    .program-card.pg::before {
        background: #1fb57a
    }

    .program-card.diploma::before {
        background: #f4a100
    }

    .program-card.research::before {
        background: #0b5ed7
    }

    .program-card.ug {
        border-top-color: #0d47a1
    }

    .program-card.pg {
        border-top-color: #1fb57a
    }

    .program-card.diploma {
        border-top-color: #f4a100
    }

    .program-card.research {
        border-top-color: #0b5ed7
    }

.program-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 12px;
}

/* CTA */
.cta {
    background: linear-gradient(120deg,#0b3c8a,#0e63b6,#1aa6a1);
    color: #fff;
    border-radius: 24px;
    padding: 46px;
}

/* FOOTER */
footer {
    background: #0b3c8a;
    color: #fff;
    padding: 50px 0;
}

    footer a {
        color: #cfd8e3;
        text-decoration: none;
    }

body {
    font-family: "Inter", system-ui, sans-serif;
    background: #fff;
}

.admission-process {
    width: 100%;
    background: #ffffff;
    padding: 90px 80px; /* left-right spacing image jevu */
    font-family: "Inter",system-ui,sans-serif;
}

.how-pill {
    display: inline-block;
    padding: 8px 18px;
    background: #edf2ff;
    color: #1d4ed8;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.title {
    font-size: 42px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.desc {
    max-width: 720px;
    margin: 0 auto 70px;
    color: #64748b;
    font-size: 18px;
    line-height: 1.6;
}

/* GRID */
.process-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

/* CARD */
.process-card {
    display: flex;
    gap: 22px;
    background: #fff;
    border-radius: 26px;
    padding: 36px 32px;
    box-shadow: 0 12px 35px rgba(15,23,42,.08);
    border: 1px solid #e6edf7;
}

/* ICON */
.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-box svg {
        width: 28px;
        height: 28px;
        stroke-width: 2;
        fill: none;
    }

/* COLORS */
.blue {
    background: #fff
}

    .blue svg {
        stroke: #0284c7
    }

.navy {
    background: #fff
}

    .navy svg {
        stroke: #1e40af
    }

.orange {
    background: #fff
}

    .orange svg {
        stroke: #f59e0b
    }

.teal {
    background: #fff
}

    .teal svg {
        stroke: #14b8a6
    }

.yellow {
    background: #fff
}

    .yellow svg {
        stroke: #f59e0b
    }

.green {
    background: #fff
}

    .green svg {
        stroke: #22c55e
    }

/* TEXT */
.step {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
}

.card-content h4 {
    font-size: 22px;
    margin: 6px 0 10px;
    color: #0f172a;
}

.card-content p {
    color: #64748b;
    line-height: 1.6;
    font-size: 16px;
}

.custom-banner {
    /* Gradient matching the image */
    background: linear-gradient(90deg, #0a40a4 0%, #0d6efd 50%, #20c997 100%);
    border-radius: 20px;
    padding: 60px 40px;
    color: white;
}

.btn-apply {
    background-color: #ffb429;
    color: #000;
    font-weight: 600;
    border-radius: 12px;
    padding: 12px 30px;
    border: none;
}

.btn-inquiry {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: 600;
    border-radius: 12px;
    padding: 12px 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
}

.info-card {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    transition: transform 0.3s ease;
}

    .info-card:hover {
        transform: translateY(-5px);
    }

.icon-circle {
    background-color: #f8e5c2;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #d4a017;
    font-size: 1.5rem;
}

.card-label {
    font-size: 0.8rem;
    opacity: 0.8;
    margin-bottom: 5px;
}

.card-link {
    font-weight: bold;
    text-decoration: none;
    color: white;
    font-size: 0.95rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", sans-serif;
}

/* SECTION */
.programs-section {
    padding: 60px 80px;
    background: #fff;
}

.section-header {
    margin-bottom: 40px;
}

.badge {
    background: #e9efff;
    color: #0d4ed8;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .header-row h2 {
        font-size: 42px;
        color: #0f172a;
    }

.view-all {
    padding: 14px 24px;
    border: 2px solid #0d4ed8;
    border-radius: 30px;
    text-decoration: none;
    color: #0d4ed8;
    font-weight: 600;
}

/* GRID */
.programs-grid {
    display: grid;
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

/* CARD */
.program-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: 32px;
    border: 1px solid #e6edf5;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .program-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    }

    /* TOP COLOR STRIP */
    .program-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 6px;
        width: 100%;
        background: var(--top-color);
    }

/* ICON */
.icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 24px;
    color: #fff;
    background: var(--top-color);
}

/* TEXT */
.program-card h3 {
    font-size: 24px;
    margin-bottom: 6px;
    color: #0f172a;
}

.count {
    color: #64748b;
    margin-bottom: 20px;
}

/* TAGS */
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

    .tags span {
        background: #f1f5f9;
        padding: 6px 14px;
        border-radius: 20px;
        font-size: 14px;
        color: #475569;
    }

/* LINK */
.explore {
    text-decoration: none;
    color: #0d4ed8;
    font-weight: 600;
}

/* COLORS */
.blue {
    --top-color: #0d4ed8;
}

.green {
    --top-color: #22b573;
}

.yellow {
    --top-color: #f5a300;
}

.navy {
    --top-color: #0a3a78;
}