/* Top Bar */
.top-bar {
    background: #f4c542;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
}

/* ================= HERO SECTION ================= */

.hero-section {
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
    background: linear-gradient(250deg, #1c2b4a, transparent);
    min-height: 100vh;
}

/* Dark Overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

/* Logos */
.main-logo { height: 90px; }

.naac-logo { height: 80px; }

@media (max-width: 991px) {
.main-logo { height: 40px; }

.naac-logo { height: 40px; }

}

/* Content Layer */
.hero-left,
.form-card {
    position: relative;
    z-index: 2;
}

/* CTA Box */
.hero-text-box,
.sub-box {
    background: rgba(255, 255, 255, 0.9);
    color: #1c2b4a;
    display: inline-block;
}

.hero-text-box { padding: 25px; }
.sub-box { padding: 15px 20px; }

/* Typography */
.small-heading {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}

.main-heading {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
}

.yellow-line {
    width: 60px;
    height: 5px;
    background: #f4c542;
    margin-top: 15px;
}

.sub-box h5 { font-weight: 600; }
.sub-box p  { margin: 0; font-size: 14px; }

/* Form Card */
.form-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.form-control,
.form-select {
    height: 45px;
    border-radius: 4px;
}

.country-code { max-width: 90px; }

.apply-btn {
    background: #fff;
    border: 2px solid #000;
    border-radius: 30px;
    font-weight: 600;
    padding: 10px;
    transition: .3s ease;
}

.apply-btn:hover {
    background: #000;
    color: #fff;
}

/* Bottom Left Image */
.hero-image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.hero-image img {
    max-height: 600px;
}

.hero-content-row {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    min-height: 80vh;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {

    .main-heading { font-size: 30px; }

    .form-card { margin-top: 40px; }

    .hero-image {
        position: absolute;
        text-align: center;
        /*margin-bottom: 30px;*/
    }

    .hero-image img {
        max-height: 350px;
    }
}







/* Target Section */
.target-section {
    background: #f5f7fb;
}

/* Section Heading */
.section-subtitle {
    color: #c9a227;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.section-title {
    font-size: 38px;
    font-weight: 600;
    color: #1c2b4a;
    margin: 10px 0;
}

.section-description {
    max-width: 700px;
    margin: 0 auto;
    color: #6c757d;
}

/* Cards */
.exam-card {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    height: 100%;
    overflow: hidden;
    border: 1px solid #eee;
}

/* Highlight First Card */
.highlight-card {
    border: 2px solid #c9a227;
}

/* Card Header */
.card-header-custom {
    background: #1c2b4a;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.exam-card:not(.highlight-card) .card-header-custom {
    background: #f1f3f6;
    color: #1c2b4a;
}

.card-header-custom h5 {
    margin: 0;
    font-weight: 600;
}

.card-header-custom small {
    opacity: 0.8;
}

/* Icon Circle */
.icon-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #c9a227;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.icon-circle.blue {
    background: #2c5aa0;
    color: #fff;
}

.icon-circle.green {
    background: #2f8f6f;
    color: #fff;
}

/* List */
.exam-list {
    list-style: none;
    padding: 20px;
    margin: 0;
}

.exam-list li {
    background: #f9f9f9;
    padding: 12px 15px;
    border-radius: 30px;
    margin-bottom: 12px;
    position: relative;
    font-weight: 500;
}

.exam-list.simple li {
    background: #f1f3f6;
}

.badge-top {
    background: #c9a227;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    float: right;
}

/* Bottom Note */
.bottom-note {
    border: 1px solid #c9a227;
    margin: 20px;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    background: #fff8e1;
}

/* Bottom Banner */
.bottom-banner {
    background: #2f3a4c;
    color: #fff;
    padding: 18px;
    border-radius: 40px;
    font-size: 16px;
}



/* Roadmap Section */
.roadmap-section {
    background: #f6f8fb;
}

/* Timeline */
.timeline-wrapper {
    position: relative;
    text-align: center;
}

.timeline-line {
    height: 4px;
    background: linear-gradient(to right, #4a90e2, #c9a227, #1c2b4a);
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: 0 10%;
}

.step {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Step Colors */
.step-1 {
    border: 4px solid #4a90e2;
    color: #4a90e2;
}

.step-2 {
    border: 4px solid #c9a227;
    color: #c9a227;
}

.step-3 {
    border: 4px solid #1c2b4a;
    color: #1c2b4a;
}

/* Year Cards */
.year-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    height: 100%;
}

/* Year Header */
.year-header {
    padding: 25px;
    text-align: center;
    border-bottom: 3px solid;
}

.year-header p {
    margin: 0;
    font-weight: 600;
}

.year-header h4 {
    margin-top: 5px;
    font-weight: 600;
}

/* Year Specific Colors */
.year1 .year-header {
    background: #eaf2fb;
    border-color: #4a90e2;
    color: #1c2b4a;
}

.year2 .year-header {
    background: #f8f4e6;
    border-color: #c9a227;
    color: #7a5c00;
}

.year3 .year-header {
    background: #eef2f7;
    border-color: #1c2b4a;
    color: #1c2b4a;
}

/* Year Body */
.year-body {
    padding: 25px;
}

.year-body h6 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #6c757d;
}

.year-body ul {
    padding-left: 18px;
}

.year-body ul li {
    margin-bottom: 8px;
}

/* Notes */
.year-note {
    margin-top: 20px;
    padding: 12px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
}

.year-note.blue {
    background: #e3f0ff;
    color: #1c2b4a;
}

.year-note.gold {
    background: #fff6d9;
    color: #7a5c00;
}

.year-note.dark {
    background: #e6ebf2;
    color: #1c2b4a;
}

/* Responsive */
@media (max-width: 991px) {
    .timeline-line {
        display: none;
    }

    .timeline-steps {
        justify-content: center;
        gap: 20px;
    }
}


/* Campus Section */
.campus-section {
    background: #f8f9fc;
}

/* Left Image */
.campus-image {
    position: relative;
    background: url('../images/hostel.jpg') center/cover no-repeat;
    min-height: 600px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 40px;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
}

.campus-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #d4af37;
    color: #000;
    padding: 6px 15px;
    border-radius: 20px;
    font-weight: 600;
    z-index: 2;
}

.campus-quote {
    position: relative;
    z-index: 2;
}

.campus-quote h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
}

.campus-quote p {
    font-size: 14px;
    margin-top: 10px;
    opacity: 0.9;
}

/* Right Content */
.campus-content {
    display: flex;
    align-items: center;
    padding: 60px;
}

.inner-wrapper {
    max-width: 700px;
}

/* Cards */
.campus-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    height: 100%;
}

.campus-card h5 {
    margin-bottom: 15px;
    font-weight: 600;
}

.campus-card ul {
    padding-left: 18px;
}

.campus-card ul li {
    margin-bottom: 8px;
}

/* Facilities */
.campus-facilities {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.facility-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
}

.facility-grid span {
    background: #f1f3f6;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
}

/* Bottom CTA */
.campus-cta {
    background: #1c2b4a;
    color: #fff;
    padding: 18px 25px;
    border-radius: 12px;
    font-weight: 500;
}

.campus-cta strong {
    color: #d4af37;
}

/* Responsive */
@media (max-width: 991px) {

    .campus-image {
        min-height: 400px;
    }

    .campus-content {
        padding: 40px 20px;
    }

    .facility-grid {
        justify-content: center;
    }
}


/* Footer */
.main-footer {
    background: #0f1b2d;
    color: #ffffff;
    padding: 25px 0;
}

.footer-text {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.footer-subtext {
    font-size: 13px;
    color: #d4af37;
    margin: 0;
}


/* Campus Gallery */
.campus-gallery {
    background: #f8f9fc;
}

/* Gallery Card */
.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    height: 280px;
    cursor: pointer;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Overlay */
.gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.1));
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

/* Hover Effect */
.gallery-card:hover img {
    transform: scale(1.05);
}

/* Responsive Height */
@media (max-width: 991px) {
    .gallery-card {
        height: 220px;
    }
}





