body {
    font-family: 'Cairo', sans-serif;
    background: #fff;
}

.fu-hero {
    background: linear-gradient(135deg,#0d4d92,#1465b6);
    color: #fff;
    padding: 80px 0;
}

.min-vh-80 {
    min-height: 80vh;
}

.hero-badge {
    background: #ffcc00;
    color: #000;
    padding: 8px 18px;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 30px;
}

.hero-buttons a {
    margin-left: 10px;
    margin-bottom: 10px;
}

.btn-primary-fu,
.btn-outline-fu {
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

.btn-primary-fu {
    background: #ffcc00;
    color: #000;
}

.btn-outline-fu {
    border: 2px solid #fff;
    color: #fff;
}

.hero-image {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,.2);
}

.quick-services {
    padding: 40px 0;
    margin-top: -50px;
    position: relative;
    z-index: 5;
}

.service-card {
    background: #fff;
    padding: 30px;
    display: block;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    margin-bottom: 20px;
    color: #1465b6;
    transition: .3s;
}

.service-card:hover {
    transform: translateY(-5px);
    text-decoration: none;
}

.service-card i {
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
}

.fu-stats {
    background: #f7f9fc;
    padding: 70px 0;
}

.stat-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,.06);
}

.stat-box h2 {
    color: #1465b6;
    font-size: 42px;
    font-weight: 700;
}

.fu-section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 38px;
    color: #1465b6;
    font-weight: 700;
}

.section-title p {
    color: #666;
}

.college-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    margin-bottom: 30px;
}

.college-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.college-content {
    padding: 25px;
    text-align: center;
}

.college-content a {
    background: #1465b6;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 15px;
}

.bg-light {
    background: #f8f9fa;
}

.e-service {
    background: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 5px 20px rgba(0,0,0,.06);
    margin-bottom: 20px;
}

.e-service i {
    font-size: 35px;
    color: #1465b6;
    display: block;
    margin-bottom: 15px;
}

.bg-blue {
    background: #1465b6;
    color: #fff;
}

.white h2,
.white p {
    color: #fff !important;
}

@media(max-width:768px) {
    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .quick-services {
        margin-top: 0;
    }
}




















