/* Mobile and Tablet Styles */
@media (max-width: 991px) {
    .conslt-popup .modal-dialog {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
        height: 100% !important;
        display: flex;
        align-items: center;
        min-height: 100vh;
    }

    .conslt-popup .modal-content {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        min-height: auto;
        border-radius: 8px;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    }

    .conslt-popup .modal-body {
        padding: 30px !important;
    }

    .conslt-popup .c-form-2 {
        padding: 0 !important;
        width: 100%;
    }

    .conslt-popup .c-form-2 h3 {
        font-size: 28px !important;
        text-align: center;
        margin-bottom: 25px !important;
    }

    .conslt-popup .c-form-2 form {
        padding: 0 !important;
        width: 100%;
    }

    .conslt-popup .form-control {
        height: 50px;
        padding: 10px 15px;
        font-size: 16px;
        margin-bottom: 15px;
        border-radius: 6px;
        border: 1px solid #ddd;
    }

    #forgotPasswordModal .d-flex {
        align-items: center;
    }

    .conslt-popup .theme-btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 16px;
        font-weight: 500;
        margin: 10px 0;
        border-radius: 6px;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .social-login-btn {
        width: 100%;
        padding: 12px 15px !important;
        font-size: 15px !important;
        margin: 8px 0 !important;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .social-login-btn img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .divider {
        margin: 20px 0 !important;
    }

    .divider-text {
        padding: 0 15px;
        background: #fff;
        position: relative;
        z-index: 1;
    }

    .divider:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 0;
        background: #eee;
        z-index: 0;
    }

    .toggle-password {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        color: #777;
    }
}

/* Extra Small Devices */
@media (max-width: 575px) {
    .conslt-popup .modal-dialog {
        max-width: 95% !important;
    }

    .conslt-popup .modal-body {
        padding: 20px !important;
    }

    .conslt-popup .c-form-2 h3 {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }

    .conslt-popup .form-control {
        font-size: 15px;
        height: 48px;
    }
}