body {
    background: linear-gradient(135deg, #eef2f7, #f8f9fc);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background: #e4deeb;
}

.logo {
    height: 40px;
    filter: brightness(0) invert(1);
}

.navbar.bg-gradient-blue {
    background: linear-gradient(90deg, #272463, #3c2d86, #301783, #3f41bc, #41c8fc, #1f7fa5);
    padding-top: 5px;
    padding-bottom: 5px;
}

.card {
    border-radius: 12px;
    background: #f6eff7;
}

.form-control,
.form-select {
    border-radius: 8px;
    padding: 10px 12px;
    border: 1px solid #dbd8e1;
    background-color: #f6eff7;
    border-radius: 5px;
    padding-left: 40px;
}

.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 2;
}

.star {
    color: #db2424
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: #f6eff7;
    border-color: #8f879b;
    outline: 0;
    box-shadow: none;
}

.btn-primary {
    background: linear-gradient(90deg, #4f6ef7, #5c7cfa);
    border: none;
    border-radius: 8px;
}

.btn-primary:hover {
    opacity: 0.95;
}

.illustration-box {
    background: #e4deea;
    border-radius: 16px;
    width: 100%;
}

footer {
    background: transparent;
}

.list-box {
    list-style-type: none;
    padding: 0;
}

.list-box li {
    border: 1px solid #cfc8de;
    margin: 10px 0;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    padding-left: 40px;
}

.list-box li i {
    position: absolute;
    top: 12px;
    left: 15px;
    color: #382b82;
}

.main-heading {
    color: #464278;
}

.card h5 {
    color: #4a45a1;
}