body {
    background: #f5f7fb;
    font-family: Arial, sans-serif;
}

.hero-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0d6efd, #4f46e5);
    color: #fff;
}

.card-custom {
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.section-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.feature-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
    height: 100%;
}

.footer-text {
    text-align: center;
    padding: 20px 0;
    color: #666;
}
.form-control, .form-select {
    box-shadow: none !important;
}

.btn {
    border-radius: 10px;
}

.card {
    border-radius: 16px;
}
