/*.color-1
{
background-color: blueviolet;
}
.border-darksalmo {
    border-color: blueviolet;
}
.text.color1 {
    background-color: blueviolet;
}*/
.btn-login {
    border-radius: 50px;
    background-color: #6cc6ec;
    color: #fff;
    font-weight: bold;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: gold;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 3px 6px;
}












.s {
    font-family: 'IRANSans', sans-serif;
    background-color: #fff;
    direction: rtl;
}

.survey-section {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
}

/* Right column */
.survey-info {
    background: linear-gradient(135deg, #3f51b5, #673ab7);
    color: #fff;
    text-align: center;
    padding: 4rem 2rem;
}

    .survey-info h2 {
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .survey-info p {
        color: rgba(255, 255, 255, 0.85);
        line-height: 1.8;
    }

    .survey-info img {
        max-width: 320px;
        margin-bottom: 2rem;
    }

/* Left column (form) */
.survey-form {
    background-color: #fff;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-wrapper {
    max-width: 450px;
    width: 100%;
}

.form-label {
    font-weight: 500;
}

.form-check-label a {
    color: #3f51b5;
    text-decoration: none;
}

    .form-check-label a:hover {
        text-decoration: underline;
    }

.btn-primary {
    background-color: #3f51b5;
    border-color: #3f51b5;
}

    .btn-primary:hover {
        background-color: #2f3fa0;
    }

footer {
    font-size: 13px;
    color: #aaa;
}

@media (max-width: 992px) {
    .survey-section {
        flex-direction: column-reverse;
    }

    .survey-info {
        padding: 3rem 1.5rem;
    }
}