body {
    font-family: 'Segoe UI', sans-serif;
    background: #f5f7fa;
}

/* Navbar */
.navbar {
    background: #0a2540;
}
.navbar-brand, .nav-link {
    color: #fff !important;
}
.nav-link:hover {
    text-decoration: underline;
}

/* Hero */
.hero {
    background: linear-gradient(to right, #0a2540, #007bff);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}
.hero h1 {
    font-size: 42px;
    font-weight: bold;
}
.hero p {
    font-size: 18px;
    margin-top: 15px;
}

/* Section */
.section {
    padding: 60px 20px;
}
.section-title {
    text-align: center;
    margin-bottom: 40px;
}

/* Cards */
.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.card-title {
    font-weight: 600;
}

/* Buttons */
.btn-primary {
    background: #007bff;
    border-radius: 30px;
    padding: 10px 25px;
}

/* Footer */
footer {
    background: #0a2540;
    color: #fff;
    padding: 25px 0;
    text-align: center;
}

/* Forms */
.form-control {
    border-radius: 8px;
}

/* Mobile */
@media(max-width:768px){
    .hero h1 {
        font-size: 30px;
    }
}
.card {
    background: #ffffff;
}

.form-label {
    font-weight: 600;
}

.alert-info {
    background: #eef5ff;
    border-left: 4px solid #007bff;
}
.form-label {
    font-weight: 600;
}

.card {
    background: #ffffff;
}

textarea.form-control {
    min-height: 120px;
}

.alert-info {
    background: #eef5ff;
    border-left: 4px solid #007bff;
}
.card img {
    object-fit: cover;
    border: 4px solid #eaf2ff;
}
.hero {
    background: linear-gradient(to right, #0a2540, #007bff);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.hero h1 {
    font-weight: bold;
}

.hero p {
    font-size: 18px;
    opacity: 0.9;
}
.card ul li {
    margin-bottom: 6px;
}

.card h5 {
    color: #0a2540;
}
.navbar-toggler-icon {
    color: #fff;
    filter: invert(1);
}
