body {
    /* background: linear-gradient(135deg, #000, #333); */
    background: linear-gradient(135deg, #dadada, #9b9b9b);
    min-height: 100vh;
}

.feature-section {
    background: linear-gradient(135deg, #0f172a, #020617);
    color: #fff;
    border-radius: 0 20px 20px 0;
}

.feature-badge {
    display: inline-block;
    background: #e4c74b;
    color: #022c22;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 15px;
}

.ylwtxt {
    color: #e4c74b;
}

.fw-bold {
    font-weight: 700 !important;
}

.f-hdng {
    font-size: 19px;
    font-weight: 800;
}

a {
    color: #c1a21b;
    text-decoration: none;
    font-weight: 600;
}

.feature-section h1 {
    font-weight: 800;
    line-height: 1.2;
    font-size: 26px;
    text-transform: uppercase;
}



.feature-section p {
    color: #cbd5e1;
}

.feature-list {
    margin-top: 25px;
}

    .feature-list li {
        list-style: none;
        display: flex;
        gap: 10px;
        margin-bottom: 12px;
        color: #e5e7eb;
        font-size: 16px;
    }

    .feature-list i {
        color: #e4c74b;
        margin-top: 4px;
    }

.support-box {
    background: rgba(255,255,255,0.05);
    border-radius: 14px;
    padding: 20px;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .feature-section {
        border-radius: 20px;
    }
}

.auth-wrapper {
    min-height: 100vh;
}

.auth-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    overflow: hidden;
}

.form-section {
    padding: 40px;
}

    .form-section a {
        color: #c1a21b;
        text-decoration: none;
        font-weight: 600;
    }

    .form-section h2 {
        font-weight: 700;
    }

.form-control {
    border-radius: 12px;
    padding: 12px 15px;
}

.btn-signup {
    background: linear-gradient(90deg, #3e3e3e, #000000);
    border: none;
    border-radius: 14px;
    padding: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

    .btn-signup:hover {
        background: linear-gradient(90deg, #e4c74b, #dcbb29);
        color: #fff;
    }

.social-btn {
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}

.image-section {
    background: linear-gradient(135deg, #242424, #4a4a4a);
    position: relative;
    color: #fff;
}

    .image-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.image-overlay {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

    .image-overlay h3 {
        font-weight: 700;
    }

@media (max-width: 991px) {
    .image-section {
        min-height: 350px;
    }
}
