/* /Pages/About.cshtml.rz.scp.css */
.about-hero[b-8sqeclyt2a] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 80px 0;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

    .about-hero[b-8sqeclyt2a]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>') repeat;
        background-size: 100px 100px;
    }

    .about-hero h1[b-8sqeclyt2a] {
        font-size: 3rem;
        font-weight: 800;
        margin-bottom: 1.5rem;
    }

    .about-hero p[b-8sqeclyt2a] {
        font-size: 1.25rem;
        opacity: 0.95;
        max-width: 700px;
    }

.section-title[b-8sqeclyt2a] {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

    .section-title[b-8sqeclyt2a]::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 60px;
        height: 4px;
        background: linear-gradient(90deg, #28a745, #20c997);
        border-radius: 2px;
    }

.about-section[b-8sqeclyt2a] {
    padding: 60px 0;
}

.about-card[b-8sqeclyt2a] {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e2e8f0;
}

    .about-card:hover[b-8sqeclyt2a] {
        transform: translateY(-5px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    }

    .about-card .icon[b-8sqeclyt2a] {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

        .about-card .icon i[b-8sqeclyt2a] {
            font-size: 28px;
            color: white;
        }

    .about-card h5[b-8sqeclyt2a] {
        font-weight: 700;
        color: #2d3748;
        margin-bottom: 12px;
    }

    .about-card p[b-8sqeclyt2a] {
        color: #64748b;
        line-height: 1.7;
        margin-bottom: 0;
    }

.mission-section[b-8sqeclyt2a] {
    background: linear-gradient(135deg, #f8fffe 0%, #f0fdf4 100%);
    border-radius: 24px;
    padding: 50px;
    margin: 40px 0;
}

.feature-list[b-8sqeclyt2a] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .feature-list li[b-8sqeclyt2a] {
        display: flex;
        align-items: flex-start;
        padding: 16px 0;
        border-bottom: 1px solid #e2e8f0;
    }

        .feature-list li:last-child[b-8sqeclyt2a] {
            border-bottom: none;
        }

    .feature-list .check-icon[b-8sqeclyt2a] {
        width: 28px;
        height: 28px;
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px;
        flex-shrink: 0;
    }

        .feature-list .check-icon i[b-8sqeclyt2a] {
            color: white;
            font-size: 14px;
        }

    .feature-list .feature-text[b-8sqeclyt2a] {
        color: #4a5568;
        line-height: 1.6;
    }

        .feature-list .feature-text strong[b-8sqeclyt2a] {
            color: #2d3748;
        }

.stats-section[b-8sqeclyt2a] {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin: 40px 0;
}

.stat-item[b-8sqeclyt2a] {
    text-align: center;
    padding: 20px;
}

    .stat-item .stat-number[b-8sqeclyt2a] {
        font-size: 3rem;
        font-weight: 800;
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .stat-item .stat-label[b-8sqeclyt2a] {
        color: #64748b;
        font-size: 1rem;
        font-weight: 500;
        margin-top: 8px;
    }

.feedback-section[b-8sqeclyt2a] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-radius: 24px;
    padding: 50px;
    color: white;
    text-align: center;
    margin-top: 60px;
}

    .feedback-section h3[b-8sqeclyt2a] {
        font-weight: 700;
        margin-bottom: 20px;
    }

    .feedback-section p[b-8sqeclyt2a] {
        opacity: 0.95;
        max-width: 700px;
        margin: 0 auto 30px;
        line-height: 1.8;
    }

    .feedback-section .contact-btn[b-8sqeclyt2a] {
        background: white;
        color: #28a745;
        border: none;
        padding: 14px 32px;
        border-radius: 50px;
        font-weight: 600;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .feedback-section .contact-btn:hover[b-8sqeclyt2a] {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
            color: #28a745;
        }

.text-gradient[b-8sqeclyt2a] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* /Pages/Account/ChangePassword.cshtml.rz.scp.css */
.change-password-container[b-jouxfgk1fg] {
    min-height: calc(100vh - 200px);
    padding: 40px 0;
    background: #f9f9f9;
}

.change-password-header[b-jouxfgk1fg] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}

    .change-password-header h1[b-jouxfgk1fg] {
        margin: 0;
        font-size: 28px;
    }

    .change-password-header p[b-jouxfgk1fg] {
        margin: 5px 0 0;
        opacity: 0.9;
    }

/* Method Tabs */
.method-tabs[b-jouxfgk1fg] {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-bottom: none;
}

.method-tab[b-jouxfgk1fg] {
    flex: 1;
    padding: 14px 20px;
    border: none;
    background: #f8f9fa;
    color: #666;
    font-weight: 600;
    font-size: 0.95em;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .method-tab:hover[b-jouxfgk1fg] {
        background: #e9ecef;
        color: #333;
    }

    .method-tab.active[b-jouxfgk1fg] {
        background: #28a745;
        color: white;
    }

    .method-tab i[b-jouxfgk1fg] {
        margin-right: 6px;
    }

/* Card */
.change-password-card[b-jouxfgk1fg] {
    background: white;
    border-radius: 0 0 10px 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
    border-top: none;
}

.section-title[b-jouxfgk1fg] {
    color: #28a745;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.section-desc[b-jouxfgk1fg] {
    color: #888;
    font-size: 0.9em;
    margin-bottom: 20px;
}

/* Phone display */
.phone-display[b-jouxfgk1fg] {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    color: #166534;
    font-size: 0.95em;
}

    .phone-display i[b-jouxfgk1fg] {
        margin-right: 8px;
    }

/* OTP Input */
.otp-input-group[b-jouxfgk1fg] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 10px 0;
}

.otp-box[b-jouxfgk1fg] {
    width: 48px;
    height: 52px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s;
}

    .otp-box:focus[b-jouxfgk1fg] {
        border-color: #28a745;
        box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.15);
    }

/* OTP info bar */
.otp-info[b-jouxfgk1fg] {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 0.9em;
    color: #856404;
}

/* Password Strength */
.password-strength[b-jouxfgk1fg] {
    font-size: 0.8em;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    display: none;
}

.strength-weak[b-jouxfgk1fg] {
    color: #dc3545;
    background: #f8d7da;
}

.strength-fair[b-jouxfgk1fg] {
    color: #fd7e14;
    background: #fff3cd;
}

.strength-good[b-jouxfgk1fg] {
    color: #ffc107;
    background: #fff9e6;
}

.strength-strong[b-jouxfgk1fg] {
    color: #28a745;
    background: #d4edda;
}

.strength-very-strong[b-jouxfgk1fg] {
    color: #155724;
    background: #c3e6cb;
}

/* Responsive */
@@media (max-width: 576px) {
    .change-password-header[b-jouxfgk1fg] {
        padding: 20px;
    }

        .change-password-header h1[b-jouxfgk1fg] {
            font-size: 22px;
        }

    .change-password-card[b-jouxfgk1fg] {
        padding: 20px;
    }

    .method-tab[b-jouxfgk1fg] {
        padding: 10px 12px;
        font-size: 0.85em;
    }

    .otp-box[b-jouxfgk1fg] {
        width: 40px;
        height: 44px;
        font-size: 1.2em;
    }

    .otp-input-group[b-jouxfgk1fg] {
        gap: 6px;
    }
}
/* /Pages/Account/EditProfile.cshtml.rz.scp.css */
.account-container[b-44pben7lgb] {
    min-height: calc(100vh - 200px);
    padding: 40px 0;
    background: #f9f9f9;
}

.edit-profile-header[b-44pben7lgb] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    text-align: center;
}

.edit-profile-header h1[b-44pben7lgb] {
    margin: 0;
    font-size: 32px;
}

.edit-profile-header p[b-44pben7lgb] {
    margin: 5px 0 0 0;
    font-size: 16px;
    opacity: 0.9;
}

.edit-profile-card[b-44pben7lgb] {
    background: white;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.form-section[b-44pben7lgb] {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
}

.form-section:last-of-type[b-44pben7lgb] {
    border-bottom: none;
}

.form-section h4[b-44pben7lgb] {
    color: #28a745;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 20px;
}

.form-section h4 i[b-44pben7lgb] {
    margin-right: 8px;
}

.form-label[b-44pben7lgb] {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-control[b-44pben7lgb],
.form-select[b-44pben7lgb] {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    transition: all 0.3s;
}

.form-control:focus[b-44pben7lgb],
.form-select:focus[b-44pben7lgb] {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-check-input:checked[b-44pben7lgb] {
    background-color: #28a745;
    border-color: #28a745;
}

.action-buttons[b-44pben7lgb] {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.action-buttons .btn[b-44pben7lgb] {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s;
}

.action-buttons .btn-success[b-44pben7lgb] {
    background-color: #28a745;
    border-color: #28a745;
}

.action-buttons .btn-success:hover[b-44pben7lgb] {
    background-color: #218838;
    border-color: #1e7e34;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.action-buttons .btn-secondary[b-44pben7lgb] {
    background-color: #6c757d;
    border-color: #6c757d;
}

.action-buttons .btn-secondary:hover[b-44pben7lgb] {
    background-color: #5a6268;
    border-color: #545b62;
}

.alert[b-44pben7lgb] {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.alert-danger[b-44pben7lgb] {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.alert-success[b-44pben7lgb] {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

/* Map Styles */
#map[b-44pben7lgb] {
    border: 2px solid #ddd;
    margin-bottom: 10px;
}

.leaflet-container[b-44pben7lgb] {
    font-family: inherit;
}

/* Form Validation Styles */
.was-validated .form-control:invalid[b-44pben7lgb],
.was-validated .form-select:invalid[b-44pben7lgb] {
    border-color: #dc3545;
}

.was-validated .form-control:valid[b-44pben7lgb],
.was-validated .form-select:valid[b-44pben7lgb] {
    border-color: #28a745;
}

.invalid-feedback[b-44pben7lgb] {
    display: none;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.was-validated .invalid-feedback[b-44pben7lgb] {
    display: block;
}

.text-danger[b-44pben7lgb] {
    color: #dc3545;
}

/* Responsive Design */
@media (max-width: 768px) {
    .edit-profile-card[b-44pben7lgb] {
        padding: 20px;
    }

    .action-buttons[b-44pben7lgb] {
        flex-direction: column;
    }

    .action-buttons .btn[b-44pben7lgb] {
        width: 100%;
    }

    .edit-profile-header h1[b-44pben7lgb] {
        font-size: 24px;
    }
}
/* /Pages/Account/Login.cshtml.rz.scp.css */
.login-container[b-v13jl88z17] {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f5f5 0%, #e0f5e0 100%);
    padding: 40px 0;
}

.login-card[b-v13jl88z17] {
    width: 100%;
    max-width: 450px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.login-header[b-v13jl88z17] {
    text-align: center;
    margin-bottom: 30px;
}

    .login-header h1[b-v13jl88z17] {
        font-size: 28px;
        color: #333;
        margin-bottom: 10px;
    }

    .login-header p[b-v13jl88z17] {
        color: #666;
        font-size: 14px;
    }

.form-group[b-v13jl88z17] {
    margin-bottom: 20px;
}

.form-label[b-v13jl88z17] {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-control[b-v13jl88z17] {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 14px;
    transition: border-color 0.3s;
    width: 100%;
}

    .form-control:focus[b-v13jl88z17] {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
        outline: none;
    }

.credential-hint[b-v13jl88z17] {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.btn-login[b-v13jl88z17] {
    width: 100%;
    background-color: #28a745;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .btn-login:hover[b-v13jl88z17] {
        background-color: #218838;
        color: white;
    }

    .btn-login:disabled[b-v13jl88z17] {
        background-color: #ccc;
        cursor: not-allowed;
    }

.signin-options[b-v13jl88z17] {
    margin-top: 20px;
    text-align: center;
}

    .signin-options p[b-v13jl88z17] {
        color: #666;
        font-size: 14px;
    }

    .signin-options a[b-v13jl88z17] {
        color: #28a745;
        text-decoration: none;
        font-weight: 600;
    }

        .signin-options a:hover[b-v13jl88z17] {
            text-decoration: underline;
        }

.alert[b-v13jl88z17] {
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 12px 15px;
}

.alert-danger[b-v13jl88z17] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.loading-spinner[b-v13jl88z17] {
    display: none;
    margin-left: 8px;
}

.spinner-border[b-v13jl88z17] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 0.6s linear infinite;
    display: inline-block;
}

.form-group input[b-v13jl88z17]::placeholder {
    color: #999;
}

/* /Pages/Account/ManageRoles.cshtml.rz.scp.css */
/* Manage Roles Page Styles */

.manage-roles-container[b-s52r9wznjv] {
    padding: 40px 0;
    background-color: #f8f9fa;
    min-height: calc(100vh - 200px);
}

.page-header[b-s52r9wznjv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #28a745;
}

.page-header h1[b-s52r9wznjv] {
    color: #28a745;
    font-weight: 700;
    margin-bottom: 5px;
}

.page-header h1 i[b-s52r9wznjv] {
    margin-right: 10px;
}

/* Statistics Cards */
.stat-card[b-s52r9wznjv] {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover[b-s52r9wznjv] {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.stat-icon[b-s52r9wznjv] {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.stat-icon.bg-primary[b-s52r9wznjv] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.stat-icon.bg-success[b-s52r9wznjv] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.stat-icon.bg-info[b-s52r9wznjv] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
}

.stat-icon.bg-warning[b-s52r9wznjv] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
}

.stat-content h3[b-s52r9wznjv] {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #333;
}

.stat-content p[b-s52r9wznjv] {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
}

/* Role Cards */
.role-card[b-s52r9wznjv] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.role-card:hover[b-s52r9wznjv] {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.role-card-header[b-s52r9wznjv] {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
}

.role-card-header.bg-danger[b-s52r9wznjv] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.role-card-header.bg-info[b-s52r9wznjv] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
}

.role-card-header.bg-warning[b-s52r9wznjv] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
}

.role-card-header.bg-success[b-s52r9wznjv] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.role-icon[b-s52r9wznjv] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.role-info[b-s52r9wznjv] {
    flex: 1;
}

.role-info h3[b-s52r9wznjv] {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.role-info p[b-s52r9wznjv] {
    font-size: 13px;
    margin: 0;
    opacity: 0.9;
}

.role-count[b-s52r9wznjv] {
    text-align: center;
}

.role-count .count[b-s52r9wznjv] {
    display: block;
    font-size: 28px;
    font-weight: 700;
}

.role-count .label[b-s52r9wznjv] {
    display: block;
    font-size: 12px;
    opacity: 0.9;
}

.role-card-body[b-s52r9wznjv] {
    padding: 20px;
}

.role-stats[b-s52r9wznjv] {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
}

.stat-item[b-s52r9wznjv] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.stat-item i[b-s52r9wznjv] {
    font-size: 16px;
}

/* Recent Users List */
.recent-users[b-s52r9wznjv] {
    margin-top: 15px;
}

.recent-users h6[b-s52r9wznjv] {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.user-list[b-s52r9wznjv] {
    margin-bottom: 15px;
}

.user-item[b-s52r9wznjv] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 8px;
    background-color: #f8f9fa;
    transition: background-color 0.2s ease;
}

.user-item:hover[b-s52r9wznjv] {
    background-color: #e9ecef;
}

.user-avatar-small[b-s52r9wznjv] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    flex-shrink: 0;
}

.user-details[b-s52r9wznjv] {
    flex: 1;
    min-width: 0;
}

.user-name-small[b-s52r9wznjv] {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-email-small[b-s52r9wznjv] {
    font-size: 11px;
    color: #6c757d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-status-small[b-s52r9wznjv] {
    flex-shrink: 0;
}

.badge-sm[b-s52r9wznjv] {
    font-size: 10px;
    padding: 4px 8px;
}

.view-all-btn[b-s52r9wznjv] {
    width: 100%;
    margin-top: 10px;
}

/* Empty State */
.empty-state[b-s52r9wznjv] {
    text-align: center;
    padding: 30px 15px;
    color: #6c757d;
}

.empty-state i[b-s52r9wznjv] {
    font-size: 40px;
    margin-bottom: 10px;
    color: #dee2e6;
}

.empty-state p[b-s52r9wznjv] {
    margin: 0;
    font-size: 14px;
}

/* Role Actions */
.role-actions[b-s52r9wznjv] {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dee2e6;
}

/* Permissions Section */
.permissions-section[b-s52r9wznjv] {
    background: white;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.permissions-section h3[b-s52r9wznjv] {
    color: #28a745;
    font-weight: 700;
    margin-bottom: 25px;
}

.permissions-section h3 i[b-s52r9wznjv] {
    margin-right: 10px;
}

.permission-card[b-s52r9wznjv] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
    transition: transform 0.3s ease;
}

.permission-card:hover[b-s52r9wznjv] {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.permission-card h5[b-s52r9wznjv] {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dee2e6;
}

.permission-list[b-s52r9wznjv] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.permission-list li[b-s52r9wznjv] {
    padding: 8px 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.permission-list li i[b-s52r9wznjv] {
    font-size: 14px;
}

.permission-list li i.fa-check[b-s52r9wznjv] {
    color: #28a745;
}

.permission-list li i.fa-times[b-s52r9wznjv] {
    color: #dee2e6;
}

/* Modal Customization */
.modal-header[b-s52r9wznjv] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

.modal-header .btn-close[b-s52r9wznjv] {
    filter: brightness(0) invert(1);
}

/* Buttons */
.btn-success[b-s52r9wznjv] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    transition: all 0.3s ease;
}

.btn-success:hover[b-s52r9wznjv] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.btn-primary[b-s52r9wznjv] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-s52r9wznjv] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.btn-outline-primary[b-s52r9wznjv] {
    border-color: #007bff;
    color: #007bff;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover[b-s52r9wznjv] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-color: transparent;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header[b-s52r9wznjv] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .stat-card[b-s52r9wznjv] {
        margin-bottom: 15px;
    }

    .role-card-header[b-s52r9wznjv] {
        flex-wrap: wrap;
    }

    .role-count[b-s52r9wznjv] {
        width: 100%;
        margin-top: 10px;
        text-align: left;
    }

    .permission-card[b-s52r9wznjv] {
        margin-bottom: 15px;
    }
}

/* List Group Items in Modal */
.list-group-item[b-s52r9wznjv] {
    border: 1px solid #dee2e6;
    border-radius: 6px !important;
    margin-bottom: 8px;
    transition: all 0.2s ease;
}

.list-group-item:hover[b-s52r9wznjv] {
    background-color: #f8f9fa;
    transform: translateX(5px);
}

.list-group-item h6[b-s52r9wznjv] {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.list-group-item small[b-s52r9wznjv] {
    font-size: 12px;
}

/* Loading Spinner */
.spinner-border[b-s52r9wznjv] {
    width: 3rem;
    height: 3rem;
}
/* /Pages/Account/ManageUsers.cshtml.rz.scp.css */
/* Manage Users Page Styles */

.manage-users-container[b-jcb8uzjdiw] {
    padding: 40px 0;
    background-color: #f8f9fa;
    min-height: calc(100vh - 200px);
}

.page-header[b-jcb8uzjdiw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #28a745;
}

.page-header h1[b-jcb8uzjdiw] {
    color: #28a745;
    font-weight: 700;
    margin-bottom: 5px;
}

.page-header h1 i[b-jcb8uzjdiw] {
    margin-right: 10px;
}

/* Statistics Cards */
.stat-card[b-jcb8uzjdiw] {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover[b-jcb8uzjdiw] {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.stat-icon[b-jcb8uzjdiw] {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.stat-icon.bg-primary[b-jcb8uzjdiw] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.stat-icon.bg-success[b-jcb8uzjdiw] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.stat-icon.bg-warning[b-jcb8uzjdiw] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
}

.stat-icon.bg-danger[b-jcb8uzjdiw] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.stat-content h3[b-jcb8uzjdiw] {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #333;
}

.stat-content p[b-jcb8uzjdiw] {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
}

/* Filters Section */
.filters-section[b-jcb8uzjdiw] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.filters-section .input-group-text[b-jcb8uzjdiw] {
    background-color: #f8f9fa;
    border-right: none;
}

.filters-section .form-control[b-jcb8uzjdiw] {
    border-left: none;
}

.filters-section .form-control:focus[b-jcb8uzjdiw] {
    border-color: #28a745;
    box-shadow: none;
}

/* Users Table Card */
.users-table-card[b-jcb8uzjdiw] {
    background: white;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.users-table-card .table[b-jcb8uzjdiw] {
    margin-bottom: 0;
}

.users-table-card thead[b-jcb8uzjdiw] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

.users-table-card thead th[b-jcb8uzjdiw] {
    border: none;
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.users-table-card tbody tr[b-jcb8uzjdiw] {
    transition: background-color 0.2s ease;
}

.users-table-card tbody tr:hover[b-jcb8uzjdiw] {
    background-color: #f8f9fa;
}

.users-table-card tbody td[b-jcb8uzjdiw] {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

/* User Info */
.user-info[b-jcb8uzjdiw] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar[b-jcb8uzjdiw] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
}

.user-name[b-jcb8uzjdiw] {
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.user-id[b-jcb8uzjdiw] {
    font-size: 12px;
    color: #6c757d;
}

/* Role Select */
.role-select[b-jcb8uzjdiw] {
    max-width: 150px;
    border-color: #dee2e6;
    cursor: pointer;
}

.role-select:focus[b-jcb8uzjdiw] {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* Status Badge */
.status-badge[b-jcb8uzjdiw] {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* Action Buttons */
.action-buttons[b-jcb8uzjdiw] {
    display: flex;
    gap: 5px;
}

.action-buttons .btn[b-jcb8uzjdiw] {
    padding: 6px 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.action-buttons .btn:hover[b-jcb8uzjdiw] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.action-buttons .btn-warning[b-jcb8uzjdiw] {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #333;
}

.action-buttons .btn-warning:hover[b-jcb8uzjdiw] {
    background-color: #e0a800;
    border-color: #d39e00;
}

.action-buttons .btn-danger[b-jcb8uzjdiw] {
    background-color: #dc3545;
    border-color: #dc3545;
}

.action-buttons .btn-danger:hover[b-jcb8uzjdiw] {
    background-color: #c82333;
    border-color: #bd2130;
}

/* Modal Customization */
.modal-header.bg-danger[b-jcb8uzjdiw] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

/* Toast Container */
.toast-container[b-jcb8uzjdiw] {
    z-index: 1100;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header[b-jcb8uzjdiw] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .stat-card[b-jcb8uzjdiw] {
        margin-bottom: 15px;
    }

    .filters-section .row > div[b-jcb8uzjdiw] {
        margin-bottom: 10px;
    }

    .users-table-card[b-jcb8uzjdiw] {
        overflow-x: auto;
    }

    .user-info[b-jcb8uzjdiw] {
        flex-direction: column;
        align-items: flex-start;
    }

    .action-buttons[b-jcb8uzjdiw] {
        flex-direction: column;
    }
}

/* Loading Spinner */
.spinner-border-sm[b-jcb8uzjdiw] {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

/* Empty State */
.text-center.py-5 i.fa-3x[b-jcb8uzjdiw] {
    color: #dee2e6;
}

/* Form Controls */
.form-select:focus[b-jcb8uzjdiw],
.form-control:focus[b-jcb8uzjdiw] {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.btn-success[b-jcb8uzjdiw] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    transition: all 0.3s ease;
}

.btn-success:hover[b-jcb8uzjdiw] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.btn-primary[b-jcb8uzjdiw] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-jcb8uzjdiw] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.btn-secondary[b-jcb8uzjdiw] {
    transition: all 0.3s ease;
}

.btn-secondary:hover[b-jcb8uzjdiw] {
    transform: translateY(-2px);
}
/* /Pages/Account/MyAccount.cshtml.rz.scp.css */
.account-container[b-qzgbp5ec81] {
    min-height: calc(100vh - 200px);
    padding: 40px 0;
    background: #f9f9f9;
}

.account-header[b-qzgbp5ec81] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

    .account-header h1[b-qzgbp5ec81] {
        margin: 0;
        font-size: 32px;
    }

.account-card[b-qzgbp5ec81] {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.profile-section[b-qzgbp5ec81] {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.profile-avatar[b-qzgbp5ec81] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    margin-right: 20px;
}

.profile-info h2[b-qzgbp5ec81] {
    margin: 0 0 5px 0;
    color: #333;
}

.profile-info p[b-qzgbp5ec81] {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.info-section[b-qzgbp5ec81] {
    margin: 5px 0;
}

.info-label[b-qzgbp5ec81] {
    font-weight: 600;
    color: #333;
    margin-top: 15px;
    margin-bottom: 5px;
}

.info-value[b-qzgbp5ec81] {
    color: #666;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 5px;
    border-left: 3px solid #28a745;
}

.action-buttons[b-qzgbp5ec81] {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-action[b-qzgbp5ec81] {
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary[b-qzgbp5ec81] {
    background-color: #28a745;
    color: white;
}

    .btn-primary:hover[b-qzgbp5ec81] {
        background-color: #218838;
        color: white;
        text-decoration: none;
    }

.btn-secondary[b-qzgbp5ec81] {
    background-color: #6c757d;
    color: white;
}

    .btn-secondary:hover[b-qzgbp5ec81] {
        background-color: #5a6268;
        color: white;
        text-decoration: none;
    }

.btn-danger[b-qzgbp5ec81] {
    background-color: #dc3545;
    color: white;
}

    .btn-danger:hover[b-qzgbp5ec81] {
        background-color: #c82333;
        color: white;
        text-decoration: none;
    }

.alert-info[b-qzgbp5ec81] {
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    color: #0c5460;
    padding: 12px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

/* Admin Quick Links */
.admin-quick-links[b-qzgbp5ec81] {
    margin-bottom: 20px;
}

.admin-quick-links .alert-success[b-qzgbp5ec81] {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 20px;
    border-radius: 10px;
}

.admin-quick-links h5[b-qzgbp5ec81] {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 700;
}

.admin-links[b-qzgbp5ec81] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.admin-links .btn[b-qzgbp5ec81] {
    transition: all 0.3s ease;
}

.admin-links .btn:hover[b-qzgbp5ec81] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* /Pages/Account/Register.cshtml.rz.scp.css */
/* Register Page - Modern Design */
.register-page[b-xlb0uhat6c] {
    min-height: 100vh;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.register-container[b-xlb0uhat6c] {
    display: flex;
    max-width: 1000px;
    width: 100%;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Left Panel - Branding */
.register-branding[b-xlb0uhat6c] {
    flex: 0 0 380px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.register-branding[b-xlb0uhat6c]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    animation: pulse-b-xlb0uhat6c 15s infinite;
}

@keyframes pulse-b-xlb0uhat6c {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.branding-content[b-xlb0uhat6c] {
    position: relative;
    z-index: 1;
}

.brand-icon[b-xlb0uhat6c] {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.register-branding h1[b-xlb0uhat6c] {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.tagline[b-xlb0uhat6c] {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 40px;
}

.features-list[b-xlb0uhat6c] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-item[b-xlb0uhat6c] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
}

.feature-item i[b-xlb0uhat6c] {
    font-size: 1.2rem;
}

/* Right Panel - Form */
.register-form-panel[b-xlb0uhat6c] {
    flex: 1;
    padding: 40px 50px;
    max-height: 90vh;
    overflow-y: auto;
}

.form-header[b-xlb0uhat6c] {
    margin-bottom: 25px;
}

.form-header h2[b-xlb0uhat6c] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.form-header p[b-xlb0uhat6c] {
    color: #666;
    margin: 0;
}

/* Registration Tabs */
.registration-tabs[b-xlb0uhat6c] {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    background: #f8f9fa;
    padding: 6px;
    border-radius: 12px;
}

.reg-tab[b-xlb0uhat6c] {
    flex: 1;
    padding: 12px 20px;
    border: none;
    background: transparent;
    border-radius: 10px;
    font-weight: 600;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.reg-tab:hover[b-xlb0uhat6c] {
    color: #333;
}

.reg-tab.active[b-xlb0uhat6c] {
    background: white;
    color: #28a745;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Registration Method Panels */
.registration-method[b-xlb0uhat6c] {
    display: none;
}

.registration-method.active[b-xlb0uhat6c] {
    display: block;
    animation: fadeIn-b-xlb0uhat6c 0.3s ease;
}

@keyframes fadeIn-b-xlb0uhat6c {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Form Styles */
.form-row[b-xlb0uhat6c] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-group[b-xlb0uhat6c] {
    margin-bottom: 18px;
}

.form-label[b-xlb0uhat6c] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: #444;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.form-label i[b-xlb0uhat6c] {
    color: #28a745;
}

.required[b-xlb0uhat6c] {
    color: #dc3545;
}

.optional[b-xlb0uhat6c] {
    color: #999;
    font-weight: 400;
    font-size: 0.85rem;
}

.form-control[b-xlb0uhat6c], .form-select[b-xlb0uhat6c] {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.form-control:focus[b-xlb0uhat6c], .form-select:focus[b-xlb0uhat6c] {
    border-color: #28a745;
    box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.1);
}

/* Phone Input */
.phone-input-wrapper[b-xlb0uhat6c] {
    display: flex;
    align-items: center;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.phone-input-wrapper:focus-within[b-xlb0uhat6c] {
    border-color: #28a745;
    box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.1);
}

.country-code[b-xlb0uhat6c] {
    padding: 12px 15px;
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
    border-right: 2px solid #e9ecef;
}

.phone-input-wrapper .form-control[b-xlb0uhat6c] {
    border: none;
    border-radius: 0;
    padding: 12px 15px;
}

.phone-input-wrapper .form-control:focus[b-xlb0uhat6c] {
    box-shadow: none;
    border: none;
}

/* Gender Selector */
.gender-selector[b-xlb0uhat6c] {
    display: flex;
    gap: 15px;
}

.gender-option[b-xlb0uhat6c] {
    flex: 1;
    cursor: pointer;
}

.gender-option input[b-xlb0uhat6c] {
    display: none;
}

.gender-label[b-xlb0uhat6c] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-weight: 500;
    color: #666;
    transition: all 0.3s ease;
}

.gender-option input:checked + .gender-label[b-xlb0uhat6c] {
    border-color: #28a745;
    background: #f0fff4;
    color: #28a745;
}

/* Password Wrapper */
.password-wrapper[b-xlb0uhat6c] {
    position: relative;
}

.password-wrapper .form-control[b-xlb0uhat6c] {
    padding-right: 45px;
}

.password-toggle[b-xlb0uhat6c] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 5px;
}

.password-toggle:hover[b-xlb0uhat6c] {
    color: #28a745;
}

/* Address Section */
.address-section[b-xlb0uhat6c] {
    margin-bottom: 20px;
}

.address-header[b-xlb0uhat6c] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0 10px 0;
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 20px;
}

.address-header i[b-xlb0uhat6c] {
    color: #28a745;
    font-size: 1.2rem;
}

.address-fields[b-xlb0uhat6c] {
    padding: 0;
}

/* Terms Checkbox */
.terms-check[b-xlb0uhat6c] {
    margin: 20px 0;
}

.custom-checkbox[b-xlb0uhat6c] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.custom-checkbox input[b-xlb0uhat6c] {
    display: none;
}

.checkmark[b-xlb0uhat6c] {
    width: 22px;
    height: 22px;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.custom-checkbox input:checked + .checkmark[b-xlb0uhat6c] {
    background: #28a745;
    border-color: #28a745;
}

.custom-checkbox input:checked + .checkmark[b-xlb0uhat6c]::after {
    content: '✓';
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.checkbox-label[b-xlb0uhat6c] {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

.link[b-xlb0uhat6c] {
    color: #28a745;
    text-decoration: none;
    font-weight: 500;
}

.link:hover[b-xlb0uhat6c] {
    text-decoration: underline;
}

/* Buttons */
.btn-register[b-xlb0uhat6c], .btn-primary-action[b-xlb0uhat6c] {
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    border-radius: 12px;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-register:hover[b-xlb0uhat6c], .btn-primary-action:hover[b-xlb0uhat6c] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(40, 167, 69, 0.3);
}

.btn-register:disabled[b-xlb0uhat6c], .btn-primary-action:disabled[b-xlb0uhat6c] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.btn-secondary-action[b-xlb0uhat6c] {
    padding: 14px 24px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    color: #666;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary-action:hover[b-xlb0uhat6c] {
    background: #e9ecef;
}

.step-actions[b-xlb0uhat6c] {
    display: flex;
    gap: 15px;
}

.step-actions .btn-secondary-action[b-xlb0uhat6c] {
    flex: 0 0 auto;
}

.step-actions .btn-primary-action[b-xlb0uhat6c] {
    flex: 1;
}

/* OTP Steps */
.otp-steps[b-xlb0uhat6c] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding: 20px 0;
}

.otp-step[b-xlb0uhat6c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.step-num[b-xlb0uhat6c] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e9ecef;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.otp-step.active .step-num[b-xlb0uhat6c] {
    background: #28a745;
    color: white;
}

.otp-step.completed .step-num[b-xlb0uhat6c] {
    background: #28a745;
    color: white;
}

.otp-step.completed .step-num[b-xlb0uhat6c]::after {
    content: '✓';
}

.step-label[b-xlb0uhat6c] {
    font-size: 0.8rem;
    color: #999;
    font-weight: 500;
}

.otp-step.active .step-label[b-xlb0uhat6c],
.otp-step.completed .step-label[b-xlb0uhat6c] {
    color: #28a745;
}

.step-line[b-xlb0uhat6c] {
    width: 60px;
    height: 3px;
    background: #e9ecef;
    margin: 0 10px;
    margin-bottom: 25px;
}

/* OTP Step Content */
.otp-step-content[b-xlb0uhat6c] {
    display: none;
}

.otp-step-content.active[b-xlb0uhat6c] {
    display: block;
    animation: fadeIn-b-xlb0uhat6c 0.3s ease;
}

.step-header[b-xlb0uhat6c] {
    text-align: center;
    margin-bottom: 25px;
}

.step-header i[b-xlb0uhat6c] {
    font-size: 2.5rem;
    color: #28a745;
    margin-bottom: 10px;
}

.step-header h4[b-xlb0uhat6c] {
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.step-header p[b-xlb0uhat6c] {
    color: #666;
    margin: 0;
}

/* OTP Channel Select */
.otp-channel-select[b-xlb0uhat6c] {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.channel-option[b-xlb0uhat6c] {
    flex: 1;
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.channel-option i[b-xlb0uhat6c] {
    font-size: 1.5rem;
    color: #666;
}

.channel-option span[b-xlb0uhat6c] {
    font-weight: 600;
    color: #666;
}

.channel-option.selected[b-xlb0uhat6c] {
    border-color: #28a745;
    background: #f0fff4;
}

.channel-option.selected i[b-xlb0uhat6c],
.channel-option.selected span[b-xlb0uhat6c] {
    color: #28a745;
}

/* OTP Input */
.otp-sent-info[b-xlb0uhat6c] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    background: #f0fff4;
    border-radius: 10px;
    margin-bottom: 20px;
}

.btn-link[b-xlb0uhat6c] {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 0.9rem;
}

.otp-input-container[b-xlb0uhat6c] {
    margin-bottom: 20px;
}

.otp-inputs[b-xlb0uhat6c] {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.otp-digit[b-xlb0uhat6c] {
    width: 50px;
    height: 60px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    transition: all 0.3s ease;
}

.otp-digit:focus[b-xlb0uhat6c] {
    border-color: #28a745;
    box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.1);
    outline: none;
}

.otp-timer-section[b-xlb0uhat6c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 10px;
}

.timer-text[b-xlb0uhat6c] {
    color: #666;
    font-size: 0.9rem;
}

.timer-value[b-xlb0uhat6c] {
    font-weight: 700;
    color: #28a745;
}

.btn-resend[b-xlb0uhat6c] {
    background: none;
    border: none;
    color: #007bff;
    font-weight: 500;
    cursor: pointer;
}

.btn-resend:disabled[b-xlb0uhat6c] {
    color: #999;
    cursor: not-allowed;
}

/* Verified Phone Badge */
.verified-phone-badge[b-xlb0uhat6c] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-radius: 30px;
    color: #155724;
    font-weight: 600;
    margin-bottom: 20px;
}

.verified-phone-badge i[b-xlb0uhat6c] {
    color: #28a745;
}

/* Map Section - Common for both registration methods */
.map-section[b-xlb0uhat6c] {
    margin-bottom: 20px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.map-header[b-xlb0uhat6c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 2px solid #e9ecef;
    flex-wrap: wrap;
    gap: 10px;
}

.map-header span[b-xlb0uhat6c] {
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-header span i[b-xlb0uhat6c] {
    color: #dc3545;
}

.btn-detect[b-xlb0uhat6c] {
    padding: 8px 16px;
    background: white;
    border: 2px solid #28a745;
    border-radius: 8px;
    color: #28a745;
    font-weight: 600;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-detect:hover[b-xlb0uhat6c] {
    background: #28a745;
    color: white;
}

.btn-detect:disabled[b-xlb0uhat6c] {
    opacity: 0.7;
    cursor: not-allowed;
}

.location-map[b-xlb0uhat6c] {
    height: 280px;
    width: 100%;
    z-index: 1;
}

.coordinates-display[b-xlb0uhat6c] {
    display: flex;
    gap: 25px;
    padding: 12px 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    font-size: 0.85rem;
    color: #666;
    border-top: 1px solid #e9ecef;
}

.coordinates-display span[b-xlb0uhat6c] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.coordinates-display i[b-xlb0uhat6c] {
    color: #28a745;
}

/* Map marker icon fix */
.leaflet-default-icon-path[b-xlb0uhat6c] {
    background-image: url(https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png);
}

/* Login Redirect */
.login-redirect[b-xlb0uhat6c] {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e9ecef;
    color: #666;
}

/* Responsive */
@media (max-width: 900px) {
    .register-container[b-xlb0uhat6c] {
        flex-direction: column;
    }
    
    .register-branding[b-xlb0uhat6c] {
        flex: 0 0 auto;
        padding: 30px;
    }
    
    .features-list[b-xlb0uhat6c] {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .feature-item[b-xlb0uhat6c] {
        flex: 0 0 50%;
    }
    
    .register-form-panel[b-xlb0uhat6c] {
        padding: 30px;
        max-height: none;
    }
}

@media (max-width: 600px) {
    .register-page[b-xlb0uhat6c] {
        padding: 10px;
    }
    
    .register-branding[b-xlb0uhat6c] {
        display: none;
    }
    
    .register-form-panel[b-xlb0uhat6c] {
        padding: 25px 20px;
    }
    
    .form-row[b-xlb0uhat6c] {
        grid-template-columns: 1fr;
    }
    
    .otp-digit[b-xlb0uhat6c] {
        width: 42px;
        height: 52px;
        font-size: 1.2rem;
    }
    
    .otp-steps[b-xlb0uhat6c] {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .step-line[b-xlb0uhat6c] {
        display: none;
    }
    
    .step-actions[b-xlb0uhat6c] {
        flex-direction: column;
    }

    .map-header[b-xlb0uhat6c] {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-detect[b-xlb0uhat6c] {
        width: 100%;
        justify-content: center;
    }

    .location-map[b-xlb0uhat6c] {
        height: 220px;
    }

    .coordinates-display[b-xlb0uhat6c] {
        flex-direction: column;
        gap: 8px;
    }
}

/* Alerts */
.alert[b-xlb0uhat6c] {
    border-radius: 10px;
    border: none;
    padding: 12px 15px;
    margin-bottom: 20px;
}

.alert-success[b-xlb0uhat6c] {
    background: #d4edda;
    color: #155724;
}

.alert-danger[b-xlb0uhat6c] {
    background: #f8d7da;
    color: #721c24;
}

/* Leaflet map customizations */
.leaflet-container[b-xlb0uhat6c] {
    font-family: inherit;
}

.leaflet-popup-content-wrapper[b-xlb0uhat6c] {
    border-radius: 10px;
}

.leaflet-control-zoom a[b-xlb0uhat6c] {
    border-radius: 8px !important;
}

.leaflet-control-zoom[b-xlb0uhat6c] {
    border: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15) !important;
}
/* /Pages/Components/HeroOne/Default.cshtml.rz.scp.css */
/* Hero Section */
.hero-section[b-1gpa655kon] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.hero-background[b-1gpa655kon] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.9) 0%, rgba(39, 174, 96, 0.9) 100%);
    z-index: 1;
}

.hero-pattern[b-1gpa655kon] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
    z-index: 2;
}

.hero-content[b-1gpa655kon] {
    position: relative;
    z-index: 10;
    padding: 100px 0;
}

.hero-title[b-1gpa655kon] {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease;
}

.hero-subtitle[b-1gpa655kon] {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    animation: fadeInUp 1s ease;
}

.hero-buttons[b-1gpa655kon] {
    animation: fadeInUp 1.2s ease;
}

.btn-hero[b-1gpa655kon] {
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 50px;
    margin: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary-hero[b-1gpa655kon] {
    background: white;
    color: var(--dark-green);
    border: 2px solid white;
}

    .btn-primary-hero:hover[b-1gpa655kon] {
        background: transparent;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

.btn-outline-hero[b-1gpa655kon] {
    background: transparent;
    color: white;
    border: 2px solid white;
}

    .btn-outline-hero:hover[b-1gpa655kon] {
        background: white;
        color: var(--dark-green);
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }


/* Scroll animations */
.scroll-reveal[b-1gpa655kon] {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

    .scroll-reveal.active[b-1gpa655kon] {
        opacity: 1;
        transform: translateY(0);
    }
/* /Pages/Components/HeroSection/Default.cshtml.rz.scp.css */
/* ========================================
   Hero Section - Modern Design
   ======================================== */

.hero-section[b-4rds3sb5ul] {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #15803d 100%);
    color: white;
    padding: 60px;
    margin: 30px 0;
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
}

/* Decorative Elements */
.hero-section[b-4rds3sb5ul]::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    animation: pulse-slow-b-4rds3sb5ul 4s ease-in-out infinite;
}

.hero-section[b-4rds3sb5ul]::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

@keyframes pulse-slow-b-4rds3sb5ul {
    0%, 100% { transform: scale(1); opacity: 0.08; }
    50% { transform: scale(1.1); opacity: 0.12; }
}

.hero-section h1[b-4rds3sb5ul] {
    font-size: 3.3rem;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-section p[b-4rds3sb5ul] {
    font-size: 1.25rem;
    margin-bottom: 36px;
    opacity: 0.95;
    max-width: 90%;
    line-height: 1.7;
}

.btn-shop-now[b-4rds3sb5ul] {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    padding: 18px 48px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-shop-now[b-4rds3sb5ul]::after {
    content: '→';
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.btn-shop-now:hover[b-4rds3sb5ul] {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.5);
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
}

.btn-shop-now:hover[b-4rds3sb5ul]::after {
    transform: translateX(4px);
}

.btn-shop-now:active[b-4rds3sb5ul] {
    transform: translateY(-2px) scale(1);
}

/* ========================================
   Carousel Styling - Smooth Horizontal Sliding
   ======================================== */

#heroCarousel[b-4rds3sb5ul] {
    position: relative;
    z-index: 1;
}

/* Carousel inner container with shadow and border */
#heroCarousel .carousel-inner[b-4rds3sb5ul] {
    overflow: hidden;
    border-radius: 1.5rem;
    width: 95%;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: #000;
}

#heroCarousel .carousel-item[b-4rds3sb5ul] {
    height: 380px;
    /* Enable hardware acceleration without breaking Bootstrap's transform */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#heroCarousel .carousel-item img[b-4rds3sb5ul] {
    object-fit: cover;
    height: 100%;
    width: 100%;
    /* Enable GPU acceleration for images only */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Let Bootstrap handle the sliding transforms - don't override */
#heroCarousel .carousel-item-next.carousel-item-start[b-4rds3sb5ul],
#heroCarousel .carousel-item-prev.carousel-item-end[b-4rds3sb5ul] {
    transform: translateX(0);
}

#heroCarousel .carousel-item-next[b-4rds3sb5ul],
#heroCarousel .active.carousel-item-end[b-4rds3sb5ul] {
    transform: translateX(100%);
}

#heroCarousel .carousel-item-prev[b-4rds3sb5ul],
#heroCarousel .active.carousel-item-start[b-4rds3sb5ul] {
    transform: translateX(-100%);
}

.carousel-caption[b-4rds3sb5ul] {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    bottom: 30px;
}

.carousel-caption h2[b-4rds3sb5ul] {
    font-size: 2rem;
    font-weight: bold;
    text-shadow: none;
    margin-bottom: 0.5rem;
}

.carousel-caption p[b-4rds3sb5ul] {
    font-size: 1rem;
    margin-bottom: 0;
    opacity: 0.9;
}

/* Carousel Controls */
#heroCarousel .carousel-control-prev[b-4rds3sb5ul],
#heroCarousel .carousel-control-next[b-4rds3sb5ul] {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 10;
}

#heroCarousel .carousel-control-prev[b-4rds3sb5ul] {
    left: 10px;
}

#heroCarousel .carousel-control-next[b-4rds3sb5ul] {
    right: 10px;
}

#heroCarousel .carousel-control-prev:hover[b-4rds3sb5ul],
#heroCarousel .carousel-control-next:hover[b-4rds3sb5ul] {
    background: rgba(255, 255, 255, 0.35);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

#heroCarousel .carousel-control-prev-icon[b-4rds3sb5ul],
#heroCarousel .carousel-control-next-icon[b-4rds3sb5ul] {
    background-color: transparent;
    background-size: 50%;
    padding: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Carousel Indicators */
#heroCarousel .carousel-indicators[b-4rds3sb5ul] {
    bottom: -40px;
    z-index: 10;
}

#heroCarousel .carousel-indicators button[b-4rds3sb5ul] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

#heroCarousel .carousel-indicators button.active[b-4rds3sb5ul] {
    background-color: white;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* Responsive */
@media (max-width: 991px) {
    .hero-section[b-4rds3sb5ul] {
        padding: 60px 30px;
    }
    
    .hero-section h1[b-4rds3sb5ul] {
        font-size: 2.5rem;
    }
    
    #heroCarousel .carousel-item[b-4rds3sb5ul] {
        height: 320px;
    }
}

@media (max-width: 768px) {
    .hero-section[b-4rds3sb5ul] {
        padding: 50px 20px;
        text-align: center;
    }
    
    .hero-section h1[b-4rds3sb5ul] {
        font-size: 2rem;
    }
    
    .hero-section p[b-4rds3sb5ul] {
        font-size: 1rem;
        max-width: 100%;
    }
    
    .btn-shop-now[b-4rds3sb5ul] {
        padding: 14px 32px;
        font-size: 1rem;
    }
    
    #heroCarousel .carousel-item[b-4rds3sb5ul] {
        height: 280px;
        margin-top: 30px;
    }
    
    #heroCarousel .carousel-inner[b-4rds3sb5ul] {
        width: 100%;
    }
    
    #heroCarousel .carousel-indicators[b-4rds3sb5ul] {
        bottom: -30px;
    }
}
/* /Pages/Components/HeroTwo/Default.cshtml.rz.scp.css */
.hero-section[b-cmnj36x8nd] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    .hero-section[b-cmnj36x8nd]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,144C960,149,1056,139,1152,122.7C1248,107,1344,85,1392,74.7L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
        background-size: cover;
    }

.hero-content[b-cmnj36x8nd] {
    position: relative;
    z-index: 2;
}

.hero-badge[b-cmnj36x8nd] {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-block;
    color: white;
    font-weight: 500;
    margin-bottom: 20px;
}

.hero-title[b-cmnj36x8nd] {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 24px;
    line-height: 1.2;
}

.hero-subtitle[b-cmnj36x8nd] {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    line-height: 1.6;
}

.btn-hero[b-cmnj36x8nd] {
    padding: 14px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary-hero[b-cmnj36x8nd] {
    background: white;
    color: #667eea;
}

    .btn-primary-hero:hover[b-cmnj36x8nd] {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        background: #f8f9fa;
        color: #667eea;
    }

.btn-outline-hero[b-cmnj36x8nd] {
    background: transparent;
    color: white;
    border: 2px solid white;
}

    .btn-outline-hero:hover[b-cmnj36x8nd] {
        background: white;
        color: #667eea;
        transform: translateY(-2px);
    }

.hero-stats[b-cmnj36x8nd] {
    margin-top: 50px;
}

.stat-item[b-cmnj36x8nd] {
    text-align: center;
    color: white;
}

.stat-number[b-cmnj36x8nd] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.stat-label[b-cmnj36x8nd] {
    font-size: 1rem;
    opacity: 0.9;
}

.hero-image[b-cmnj36x8nd] {
    position: relative;
    animation: float-b-cmnj36x8nd 3s ease-in-out infinite;
}

    .hero-image img[b-cmnj36x8nd] {
        max-width: 100%;
        height: auto;
        filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    }

@keyframes float-b-cmnj36x8nd {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.feature-icon[b-cmnj36x8nd] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    margin-bottom: 15px;
}

.feature-card[b-cmnj36x8nd] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 25px;
    color: white;
    transition: all 0.3s ease;
}

    .feature-card:hover[b-cmnj36x8nd] {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.15);
    }

@media (max-width: 768px) {
    .hero-title[b-cmnj36x8nd] {
        font-size: 2.5rem;
    }

    .hero-subtitle[b-cmnj36x8nd] {
        font-size: 1.1rem;
    }

    .stat-number[b-cmnj36x8nd] {
        font-size: 2rem;
    }
}
/* /Pages/Components/TopVegetables/Default.cshtml.rz.scp.css */
/* Products Page Modern Styles */

.products-hero[b-cd9p0fsib5] {
    background: linear-gradient(135deg, var(--dark-green) 0%, var(--primary-green) 50%, #81C784 100%);
    padding: 3rem 0;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

    .products-hero[b-cd9p0fsib5]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 100%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
        animation: float 6s ease-in-out infinite;
        z-index: 0;
    }

    .products-hero h1[b-cd9p0fsib5] {
        color: white;
        font-weight: 700;
        font-size: 2.5rem;
        text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        position: relative;
        z-index: 1;
    }

    .products-hero .breadcrumb[b-cd9p0fsib5] {
        background: transparent;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
    }

    .products-hero .breadcrumb-item a[b-cd9p0fsib5] {
        color: rgba(255,255,255,0.85);
        text-decoration: none;
        transition: color 0.3s;
    }

        .products-hero .breadcrumb-item a:hover[b-cd9p0fsib5] {
            color: white;
        }

    .products-hero .breadcrumb-item.active[b-cd9p0fsib5] {
        color: white;
    }

    .products-hero .breadcrumb-item + .breadcrumb-item[b-cd9p0fsib5]::before {
        color: rgba(255,255,255,0.6);
    }

    .products-hero .btn[b-cd9p0fsib5] {
        position: relative;
        z-index: 2;
    }

/* Modern Filter Sidebar */
.filter-sidebar[b-cd9p0fsib5] {
    position: sticky;
    top: 100px;
}

.filter-card[b-cd9p0fsib5] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    border: none;
}

    .filter-card .card-header[b-cd9p0fsib5] {
        background: linear-gradient(135deg, var(--dark-green), var(--primary-green));
        color: white;
        font-weight: 600;
        padding: 1rem 1.25rem;
        border: none;
        font-size: 1.1rem;
    }

        .filter-card .card-header i[b-cd9p0fsib5] {
            margin-right: 0.5rem;
        }

.category-list[b-cd9p0fsib5] {
    padding: 0.5rem 0;
}

.category-item[b-cd9p0fsib5] {
    display: flex;
    align-items: center;
    padding: 0.875rem 1.25rem;
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    position: relative;
}

    .category-item:hover[b-cd9p0fsib5] {
        background: var(--light-green);
        color: var(--dark-green);
        border-left-color: var(--primary-green);
        padding-left: 1.5rem;
    }

    .category-item.active[b-cd9p0fsib5] {
        background: var(--light-green);
        color: var(--dark-green);
        font-weight: 600;
        border-left-color: var(--primary-green);
    }

    .category-item i[b-cd9p0fsib5] {
        width: 24px;
        text-align: center;
        margin-right: 0.75rem;
        font-size: 1.1rem;
    }

    .category-item .count-badge[b-cd9p0fsib5] {
        margin-left: auto;
        background: #f0f0f0;
        color: #666;
        padding: 0.25rem 0.6rem;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: 500;
    }

    .category-item.active .count-badge[b-cd9p0fsib5] {
        background: var(--primary-green);
        color: white;
    }

/* Products Header */
.products-header[b-cd9p0fsib5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    .products-header h2[b-cd9p0fsib5] {
        font-weight: 700;
        color: #333;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .products-header h2[b-cd9p0fsib5]::before {
            content: '';
            width: 4px;
            height: 28px;
            background: linear-gradient(to bottom, var(--primary-green), var(--dark-green));
            border-radius: 2px;
        }

.products-count[b-cd9p0fsib5] {
    background: var(--light-green);
    color: var(--dark-green);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 500;
    font-size: 0.9rem;
}

.view-options[b-cd9p0fsib5] {
    display: flex;
    gap: 0.5rem;
}

.view-btn[b-cd9p0fsib5] {
    width: 40px;
    height: 40px;
    border: 2px solid #e0e0e0;
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all 0.3s;
    cursor: pointer;
}

    .view-btn:hover[b-cd9p0fsib5], .view-btn.active[b-cd9p0fsib5] {
        border-color: var(--primary-green);
        color: var(--primary-green);
        background: var(--light-green);
    }

/* Modern Product Card */
.modern-product-card[b-cd9p0fsib5] {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}

    .modern-product-card:hover[b-cd9p0fsib5] {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(76, 175, 80, 0.15);
        border-color: var(--light-green);
    }

.product-image-wrapper[b-cd9p0fsib5] {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

    .product-image-wrapper img[b-cd9p0fsib5] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

.modern-product-card:hover .product-image-wrapper img[b-cd9p0fsib5] {
    transform: scale(1.1);
}

.product-badges[b-cd9p0fsib5] {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
}

.discount-badge[b-cd9p0fsib5] {
    background: linear-gradient(135deg, #FF5252, #F44336);
    color: white;
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(244, 67, 54, 0.3);
}

/* Fresh Badge */
.fresh-badge[b-cd9p0fsib5] {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
    color: white;
    padding: 0.3rem 0.65rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
    z-index: 2;
}

    .fresh-badge i[b-cd9p0fsib5] {
        margin-right: 4px;
    }

.product-actions-overlay[b-cd9p0fsib5] {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
}

.action-btn[b-cd9p0fsib5] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.wishlist-btn[b-cd9p0fsib5] {
    background: white;
    color: #999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

    .wishlist-btn:hover[b-cd9p0fsib5] {
        background: #fff0f0;
        color: #e53935;
        transform: scale(1.15);
    }

.quick-view-btn[b-cd9p0fsib5] {
    background: white;
    color: #666;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateX(20px);
}

.modern-product-card:hover .quick-view-btn[b-cd9p0fsib5] {
    opacity: 1;
    transform: translateX(0);
}

.quick-view-btn:hover[b-cd9p0fsib5] {
    background: var(--primary-green);
    color: white;
}

.product-content[b-cd9p0fsib5] {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-header-section[b-cd9p0fsib5] {
    margin-bottom: 0.75rem;
}

.product-category-tag[b-cd9p0fsib5] {
    display: inline-block;
    background: var(--light-green);
    color: var(--dark-green);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

/* Product Name Row - Name on Left, Languages on Right */
.product-name-row[b-cd9p0fsib5] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.875rem;
}

.product-name[b-cd9p0fsib5] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0;
    line-height: 1.3;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Compact Local Language Badges */
.product-local-labels[b-cd9p0fsib5] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex-shrink: 0;
    align-items: flex-end;
}

.local-lang-badge[b-cd9p0fsib5] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
    cursor: help;
}

    .local-lang-badge:hover[b-cd9p0fsib5] {
        transform: translateY(-1px);
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }

.telugu-badge[b-cd9p0fsib5] {
    background: linear-gradient(135deg, #FFB74D, #FF9800);
    color: white;
}

.hindi-badge[b-cd9p0fsib5] {
    background: linear-gradient(135deg, #64B5F6, #2196F3);
    color: white;
}

.lang-icon[b-cd9p0fsib5] {
    font-family: 'Noto Sans Telugu', 'Noto Sans Devanagari', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    opacity: 0.9;
}

.lang-text[b-cd9p0fsib5] {
    font-family: 'Noto Sans Telugu', 'Noto Sans Devanagari', sans-serif;
    font-size: 0.9rem;
    font-weight: 900;
}

.telugu-badge .lang-text[b-cd9p0fsib5] {
    font-family: 'Noto Sans Telugu', 'Gautami', sans-serif;
}

.hindi-badge .lang-text[b-cd9p0fsib5] {
    font-family: 'Noto Sans Devanagari', 'Mangal', sans-serif;
}

/* Product Description Section */
.product-description-section[b-cd9p0fsib5] {
    margin-bottom: 0.875rem;
}

.product-description[b-cd9p0fsib5] {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0.35rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.desc-ellipsis[b-cd9p0fsib5] {
    color: #999;
}

.read-more-link[b-cd9p0fsib5] {
    font-size: 0.75rem;
    color: var(--primary-green);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

    .read-more-link:hover[b-cd9p0fsib5] {
        color: var(--dark-green);
        text-decoration: underline;
    }

/* Product Pricing Section */
.product-pricing-section[b-cd9p0fsib5] {
    margin-bottom: 0.875rem;
}

.price-row[b-cd9p0fsib5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
}

.current-price[b-cd9p0fsib5] {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--dark-green);
    letter-spacing: -0.5px;
}

.original-price[b-cd9p0fsib5] {
    font-size: 0.95rem;
    color: #aaa;
    text-decoration: line-through;
}

.savings-tag[b-cd9p0fsib5] {
    background: linear-gradient(135deg, #FFF3E0, #FFE0B2);
    color: #E65100;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
}

.price-unit[b-cd9p0fsib5] {
    color: #888;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}

    .price-unit i[b-cd9p0fsib5] {
        font-size: 0.7rem;
        color: #aaa;
    }

.product-footer[b-cd9p0fsib5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.quantity-selector[b-cd9p0fsib5] {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}

.qty-btn[b-cd9p0fsib5] {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    color: #666;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .qty-btn:hover[b-cd9p0fsib5] {
        background: var(--light-green);
        color: var(--dark-green);
    }

.qty-input[b-cd9p0fsib5] {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 0.95rem;
    color: #333;
}

.add-to-cart-btn[b-cd9p0fsib5] {
    flex: 1;
    background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
    color: white;
    border: none;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

    .add-to-cart-btn:hover[b-cd9p0fsib5] {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
    }

    .add-to-cart-btn:active[b-cd9p0fsib5] {
        transform: translateY(0);
    }

/* Description Modal */
.description-modal-content[b-cd9p0fsib5] {
    border-radius: 16px;
    border: none;
    overflow: hidden;
}

    .description-modal-content .modal-header[b-cd9p0fsib5] {
        background: linear-gradient(135deg, var(--light-green), #E8F5E9);
        border-bottom: none;
        padding: 1.25rem 1.5rem;
    }

    .description-modal-content .modal-title[b-cd9p0fsib5] {
        font-weight: 600;
        color: var(--dark-green);
    }

    .description-modal-content .modal-body[b-cd9p0fsib5] {
        padding: 1.5rem;
    }

    .description-modal-content .modal-footer[b-cd9p0fsib5] {
        border-top: 1px solid #f0f0f0;
        padding: 1rem 1.5rem;
    }

/* Empty State */
.empty-state[b-cd9p0fsib5] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

    .empty-state i[b-cd9p0fsib5] {
        font-size: 4rem;
        color: #ddd;
        margin-bottom: 1.5rem;
    }

    .empty-state h4[b-cd9p0fsib5] {
        color: #666;
        margin-bottom: 0.5rem;
    }

    .empty-state p[b-cd9p0fsib5] {
        color: #999;
    }

/* Responsive Adjustments */
@media (max-width: 991px) {
    .filter-sidebar[b-cd9p0fsib5] {
        position: static;
        margin-bottom: 2rem;
    }

    .products-hero h1[b-cd9p0fsib5] {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .products-hero[b-cd9p0fsib5] {
        padding: 2rem 0;
    }

        .products-hero h1[b-cd9p0fsib5] {
            font-size: 1.75rem;
        }

    .product-image-wrapper[b-cd9p0fsib5] {
        height: 160px;
    }

    .products-header[b-cd9p0fsib5] {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-content[b-cd9p0fsib5] {
        padding: 1rem;
    }

    .current-price[b-cd9p0fsib5] {
        font-size: 1.2rem;
    }

    /* Stack language badges vertically on mobile */
    .product-name-row[b-cd9p0fsib5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .product-local-labels[b-cd9p0fsib5] {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.4rem;
    }

    .local-lang-badge[b-cd9p0fsib5] {
        font-size: 0.65rem;
        padding: 0.2rem 0.45rem;
    }

    .lang-icon[b-cd9p0fsib5] {
        font-size: 0.7rem;
    }

    .lang-text[b-cd9p0fsib5] {
        font-size: 0.65rem;
    }
}
/* /Pages/Faq.cshtml.rz.scp.css */
/* FAQ Page Styles */

.faq-hero[b-vtqhtif3d9] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 60px 0;
    margin-bottom: 0;
}

.faq-hero h1[b-vtqhtif3d9] {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.faq-hero p[b-vtqhtif3d9] {
    font-size: 1.15rem;
    opacity: 0.95;
    max-width: 600px;
    line-height: 1.7;
}

.faq-search-box[b-vtqhtif3d9] {
    max-width: 600px;
    margin: 0 auto;
}

.faq-search-box .form-control[b-vtqhtif3d9] {
    padding: 15px 20px;
    font-size: 1rem;
    border-radius: 50px;
    border: 2px solid #e2e8f0;
}

.faq-search-box .form-control:focus[b-vtqhtif3d9] {
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.faq-search-box .input-group-text[b-vtqhtif3d9] {
    border-radius: 50px 0 0 50px;
    border: 2px solid #e2e8f0;
    padding-left: 20px;
}

.faq-category-card[b-vtqhtif3d9] {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    text-align: center;
}

.faq-category-card:hover[b-vtqhtif3d9] {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-color: #28a745;
}

.faq-category-card .icon[b-vtqhtif3d9] {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.faq-category-card .icon i[b-vtqhtif3d9] {
    font-size: 28px;
    color: white;
}

.faq-category-card h5[b-vtqhtif3d9] {
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 8px;
}

.faq-category-card p[b-vtqhtif3d9] {
    color: #64748b;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.faq-section[b-vtqhtif3d9] {
    margin-bottom: 40px;
}

.faq-section-title[b-vtqhtif3d9] {
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e8f0;
}

.faq-section-title i[b-vtqhtif3d9] {
    color: #28a745;
}

.accordion-item[b-vtqhtif3d9] {
    border: 1px solid #e2e8f0;
    border-radius: 12px !important;
    margin-bottom: 12px;
    overflow: hidden;
}

.accordion-button[b-vtqhtif3d9] {
    font-weight: 600;
    color: #2d3748;
    padding: 18px 24px;
    background: #fff;
}

.accordion-button:not(.collapsed)[b-vtqhtif3d9] {
    background: linear-gradient(135deg, #f0fdf4 0%, #f8fffe 100%);
    color: #166534;
    box-shadow: none;
}

.accordion-button:focus[b-vtqhtif3d9] {
    box-shadow: none;
    border-color: #e2e8f0;
}

.accordion-button[b-vtqhtif3d9]::after {
    background-size: 16px;
}

.accordion-body[b-vtqhtif3d9] {
    padding: 20px 24px;
    color: #4a5568;
    line-height: 1.7;
}

.accordion-body ul[b-vtqhtif3d9],
.accordion-body ol[b-vtqhtif3d9] {
    margin-bottom: 15px;
    padding-left: 20px;
}

.accordion-body li[b-vtqhtif3d9] {
    margin-bottom: 8px;
}

.faq-contact-section[b-vtqhtif3d9] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-radius: 24px;
    padding: 50px;
    color: white;
    text-align: center;
    margin-top: 40px;
}

.faq-contact-section h3[b-vtqhtif3d9] {
    font-weight: 700;
    margin-bottom: 20px;
}

.faq-contact-section p[b-vtqhtif3d9] {
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

.faq-contact-section .contact-btn[b-vtqhtif3d9] {
    background: white;
    color: #28a745;
    border: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-contact-section .contact-btn:hover[b-vtqhtif3d9] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    color: #28a745;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .faq-hero[b-vtqhtif3d9] {
        padding: 40px 0;
    }

    .faq-hero h1[b-vtqhtif3d9] {
        font-size: 2rem;
    }

    .faq-contact-section[b-vtqhtif3d9] {
        padding: 30px 20px;
    }

    .accordion-button[b-vtqhtif3d9] {
        padding: 15px 18px;
        font-size: 0.95rem;
    }

    .accordion-body[b-vtqhtif3d9] {
        padding: 15px 18px;
    }
}
/* /Pages/MyOrders/Details.cshtml.rz.scp.css */
/* Order Details Page Styles */

.order-details-hero[b-w8iv3s2tz6] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 40px 0;
}

.order-details-hero h1[b-w8iv3s2tz6] {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.order-details-hero .breadcrumb[b-w8iv3s2tz6] {
    background: transparent;
    padding: 0;
    margin-bottom: 15px;
}

.order-details-hero .breadcrumb-item a[b-w8iv3s2tz6] {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.order-details-hero .breadcrumb-item a:hover[b-w8iv3s2tz6] {
    color: white;
}

.order-details-hero .breadcrumb-item.active[b-w8iv3s2tz6] {
    color: rgba(255, 255, 255, 0.9);
}

.order-details-hero .breadcrumb-item + .breadcrumb-item[b-w8iv3s2tz6]::before {
    color: rgba(255, 255, 255, 0.6);
}

/* Order Progress */
.order-progress-section[b-w8iv3s2tz6] {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.progress-tracker[b-w8iv3s2tz6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.progress-step[b-w8iv3s2tz6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.progress-step .step-icon[b-w8iv3s2tz6] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #94a3b8;
    transition: all 0.3s ease;
}

.progress-step.completed .step-icon[b-w8iv3s2tz6] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

.progress-step .step-label[b-w8iv3s2tz6] {
    margin-top: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    text-align: center;
}

.progress-step.completed .step-label[b-w8iv3s2tz6] {
    color: #28a745;
}

.progress-line[b-w8iv3s2tz6] {
    flex: 1;
    height: 4px;
    background: #e2e8f0;
    margin: 0 5px;
    margin-bottom: 30px;
    border-radius: 2px;
}

.progress-line.completed[b-w8iv3s2tz6] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

/* Detail Cards */
.detail-card[b-w8iv3s2tz6] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    overflow: hidden;
}

.card-header-custom[b-w8iv3s2tz6] {
    background: linear-gradient(135deg, #f8fffe 0%, #f0fdf4 100%);
    padding: 18px 25px;
    border-bottom: 1px solid #e2e8f0;
}

.card-header-custom h5[b-w8iv3s2tz6] {
    margin: 0;
    font-weight: 700;
    color: #2d3748;
    font-size: 1.1rem;
}

/* Items List */
.items-list[b-w8iv3s2tz6] {
    padding: 0;
}

.order-item[b-w8iv3s2tz6] {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #f0f0f0;
    gap: 20px;
}

.order-item:last-child[b-w8iv3s2tz6] {
    border-bottom: none;
}

.item-image-container[b-w8iv3s2tz6] {
    flex-shrink: 0;
}

.item-img[b-w8iv3s2tz6] {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    object-fit: cover;
}

.item-img-placeholder[b-w8iv3s2tz6] {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.item-info[b-w8iv3s2tz6] {
    flex: 1;
}

.item-info .item-name[b-w8iv3s2tz6] {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 5px;
}

.item-meta[b-w8iv3s2tz6] {
    display: flex;
    gap: 15px;
    color: #64748b;
    font-size: 0.9rem;
}

.item-total[b-w8iv3s2tz6] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #2d3748;
}

/* Delivery Details */
.delivery-details[b-w8iv3s2tz6] {
    padding: 25px;
}

.detail-item[b-w8iv3s2tz6] {
    margin-bottom: 20px;
}

.detail-item:last-child[b-w8iv3s2tz6] {
    margin-bottom: 0;
}

.detail-item label[b-w8iv3s2tz6] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-item span[b-w8iv3s2tz6] {
    color: #2d3748;
    font-size: 1rem;
}

/* Rythu Bazaar Card */
.rythu-bazaar-card[b-w8iv3s2tz6] {
    padding: 20px 25px;
}

.rb-icon[b-w8iv3s2tz6] {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    margin-right: 15px;
}

.rb-info h6[b-w8iv3s2tz6] {
    margin: 0;
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
}

.rb-info span[b-w8iv3s2tz6] {
    font-weight: 600;
    color: #2d3748;
}

/* Payment Summary Card */
.payment-summary-card .payment-details[b-w8iv3s2tz6] {
    padding: 25px;
}

.summary-row[b-w8iv3s2tz6] {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #4a5568;
}

.summary-row.discount span:last-child[b-w8iv3s2tz6] {
    font-weight: 600;
}

.summary-row.total[b-w8iv3s2tz6] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d3748;
    padding-top: 15px;
}

.summary-row.total span:last-child[b-w8iv3s2tz6] {
    color: #28a745;
}

.payment-method-info[b-w8iv3s2tz6] {
    background: #f0fdf4;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    color: #166534;
    font-weight: 600;
}

.savings-info[b-w8iv3s2tz6] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

.savings-info h6[b-w8iv3s2tz6] {
    margin: 0 0 10px 0;
    color: #92400e;
    font-size: 0.9rem;
}

.savings-row[b-w8iv3s2tz6] {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #78350f;
}

/* Actions Card */
.actions-card[b-w8iv3s2tz6] {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Help Card */
.help-card[b-w8iv3s2tz6] {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
}

.help-card h6[b-w8iv3s2tz6] {
    color: #2d3748;
    margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 992px) {
    .progress-tracker[b-w8iv3s2tz6] {
        padding: 0;
    }

    .progress-step .step-icon[b-w8iv3s2tz6] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .progress-step .step-label[b-w8iv3s2tz6] {
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    .order-details-hero h1[b-w8iv3s2tz6] {
        font-size: 1.4rem;
    }

    .progress-tracker[b-w8iv3s2tz6] {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .progress-line[b-w8iv3s2tz6] {
        display: none;
    }

    .progress-step[b-w8iv3s2tz6] {
        width: 18%;
        min-width: 60px;
    }

    .order-item[b-w8iv3s2tz6] {
        flex-wrap: wrap;
    }

    .item-info[b-w8iv3s2tz6] {
        flex: 1 1 calc(100% - 90px);
    }

    .item-total[b-w8iv3s2tz6] {
        width: 100%;
        text-align: right;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dashed #e2e8f0;
    }
}

@media (max-width: 576px) {
    .progress-step[b-w8iv3s2tz6] {
        width: 30%;
    }

    .item-meta[b-w8iv3s2tz6] {
        flex-direction: column;
        gap: 5px;
    }
}
/* /Pages/MyOrders/Index.cshtml.rz.scp.css */
/* Orders Page Styles */

.orders-hero[b-nhg54kz4jy] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 40px 0;
}

.orders-hero h1[b-nhg54kz4jy] {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 5px;
}

.orders-hero .breadcrumb[b-nhg54kz4jy] {
    background: transparent;
    padding: 0;
    margin-bottom: 15px;
}

.orders-hero .breadcrumb-item a[b-nhg54kz4jy] {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.orders-hero .breadcrumb-item a:hover[b-nhg54kz4jy] {
    color: white;
}

.orders-hero .breadcrumb-item.active[b-nhg54kz4jy] {
    color: rgba(255, 255, 255, 0.9);
}

.orders-hero .breadcrumb-item + .breadcrumb-item[b-nhg54kz4jy]::before {
    color: rgba(255, 255, 255, 0.6);
}

/* Filters Section */
.filters-section[b-nhg54kz4jy] {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.filters-section .form-select[b-nhg54kz4jy] {
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    padding: 10px 15px;
}

.filters-section .form-select:focus[b-nhg54kz4jy] {
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.orders-count[b-nhg54kz4jy] {
    color: #64748b;
    font-size: 0.95rem;
}

/* Orders List */
.orders-list[b-nhg54kz4jy] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Order Card */
.order-card[b-nhg54kz4jy] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e2e8f0;
}

.order-card:hover[b-nhg54kz4jy] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Order Header */
.order-header[b-nhg54kz4jy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, #f8fffe 0%, #f0fdf4 100%);
    border-bottom: 1px solid #e2e8f0;
    flex-wrap: wrap;
    gap: 15px;
}

.order-info[b-nhg54kz4jy] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.order-number[b-nhg54kz4jy] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #2d3748;
}

.order-date[b-nhg54kz4jy] {
    color: #64748b;
    font-size: 0.9rem;
}

.order-status-badges[b-nhg54kz4jy] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.order-status-badges .badge[b-nhg54kz4jy] {
    padding: 8px 14px;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 20px;
}

/* Order Items Preview */
.order-items-preview[b-nhg54kz4jy] {
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.items-grid[b-nhg54kz4jy] {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.item-preview[b-nhg54kz4jy] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 10px;
    min-width: 200px;
}

.item-image[b-nhg54kz4jy] {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
}

.item-placeholder[b-nhg54kz4jy] {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.item-details[b-nhg54kz4jy] {
    display: flex;
    flex-direction: column;
}

.item-name[b-nhg54kz4jy] {
    font-weight: 600;
    color: #2d3748;
    font-size: 0.95rem;
}

.item-qty[b-nhg54kz4jy] {
    color: #64748b;
    font-size: 0.85rem;
}

.more-items[b-nhg54kz4jy] {
    background: #e2e8f0;
    padding: 15px 20px;
    border-radius: 10px;
    color: #64748b;
    font-weight: 600;
}

/* Order Footer */
.order-footer[b-nhg54kz4jy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.order-summary[b-nhg54kz4jy] {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.summary-item[b-nhg54kz4jy] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.summary-item .label[b-nhg54kz4jy] {
    color: #64748b;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.summary-item .value[b-nhg54kz4jy] {
    font-weight: 600;
    color: #2d3748;
    font-size: 1rem;
}

.summary-item.total .value[b-nhg54kz4jy] {
    color: #28a745;
    font-size: 1.2rem;
    font-weight: 700;
}

.order-actions[b-nhg54kz4jy] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.order-actions .btn[b-nhg54kz4jy] {
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
}

/* Delivery Info */
.delivery-info[b-nhg54kz4jy] {
    padding: 15px 20px;
    background: #f8f9fa;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.9rem;
    color: #4a5568;
}

/* Empty State */
.empty-orders[b-nhg54kz4jy] {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.empty-icon[b-nhg54kz4jy] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.empty-icon i[b-nhg54kz4jy] {
    font-size: 3rem;
    color: #28a745;
}

.empty-orders h3[b-nhg54kz4jy] {
    color: #2d3748;
    font-weight: 700;
    margin-bottom: 10px;
}

.empty-orders p[b-nhg54kz4jy] {
    color: #64748b;
    max-width: 400px;
    margin: 0 auto 20px;
}

/* Help Section */
.orders-help-section[b-nhg54kz4jy] {
    background: linear-gradient(135deg, #f0fdf4 0%, #f8fffe 100%);
    border-radius: 16px;
    padding: 30px;
    margin-top: 40px;
    text-align: center;
}

.orders-help-section h5[b-nhg54kz4jy] {
    color: #2d3748;
    font-weight: 700;
    margin-bottom: 10px;
}

.orders-help-section p[b-nhg54kz4jy] {
    color: #64748b;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .orders-hero h1[b-nhg54kz4jy] {
        font-size: 1.5rem;
    }

    .order-header[b-nhg54kz4jy] {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-footer[b-nhg54kz4jy] {
        flex-direction: column;
        align-items: stretch;
    }

    .order-summary[b-nhg54kz4jy] {
        justify-content: space-between;
        width: 100%;
    }

    .order-actions[b-nhg54kz4jy] {
        justify-content: center;
    }

    .item-preview[b-nhg54kz4jy] {
        min-width: 100%;
    }

    .delivery-info[b-nhg54kz4jy] {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .summary-item[b-nhg54kz4jy] {
        flex: 1;
        min-width: 70px;
    }

    .order-actions .btn[b-nhg54kz4jy] {
        flex: 1;
        text-align: center;
    }
}
/* /Pages/Orders/Details.cshtml.rz.scp.css */
/* ===== Hero Section ===== */
.details-hero[b-hsj2iey8ir] {
    background: linear-gradient(135deg, #166534, #16a34a);
    color: #fff;
    padding: 2rem 0 1.75rem;
}

.details-hero h1[b-hsj2iey8ir] {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #fff;
}

.details-hero p[b-hsj2iey8ir] {
    color: rgba(255, 255, 255, 0.9);
}

.details-hero .breadcrumb[b-hsj2iey8ir] {
    background: transparent;
    padding: 0;
    margin-bottom: 0.75rem;
}

.details-hero .breadcrumb-item a[b-hsj2iey8ir] {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.details-hero .breadcrumb-item a:hover[b-hsj2iey8ir] {
    color: #fff;
}

.details-hero .breadcrumb-item.active[b-hsj2iey8ir] {
    color: rgba(255, 255, 255, 0.9);
}

.details-hero .breadcrumb-item + .breadcrumb-item[b-hsj2iey8ir]::before {
    color: rgba(255, 255, 255, 0.5);
}

/* ===== Status Badge ===== */
.status-badge[b-hsj2iey8ir] {
    font-weight: 600;
    font-size: 0.78rem;
    padding: 0.3rem 0.65rem;
    border-radius: 6px;
    white-space: nowrap;
}

.badge-pickup[b-hsj2iey8ir] {
    background: #fef3c7;
    color: #92400e;
    font-weight: 600;
}

/* ===== Detail Cards ===== */
.detail-card[b-hsj2iey8ir] {
    background: #fff;
    border: 1px solid #bbf7d0;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.card-header-custom[b-hsj2iey8ir] {
    background: linear-gradient(135deg, #f0fdf4, #f0fdf4);
    padding: 1rem 1.5rem;
    border-bottom: 2px solid #bbf7d0;
}

.card-header-custom h5[b-hsj2iey8ir] {
    margin: 0;
    font-weight: 700;
    color: #166534;
    font-size: 1rem;
}

.card-body-custom[b-hsj2iey8ir] {
    padding: 1.25rem 1.5rem;
}

/* ===== Progress Tracker ===== */
.progress-tracker[b-hsj2iey8ir] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.5rem 0;
    overflow-x: auto;
}

.progress-step[b-hsj2iey8ir] {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    flex-shrink: 0;
    width: 80px;
}

.step-icon[b-hsj2iey8ir] {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all .3s;
}

.progress-step.completed .step-icon[b-hsj2iey8ir] {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff;
    box-shadow: 0 3px 10px rgba(22,163,74,.3);
}

.step-label[b-hsj2iey8ir] {
    margin-top: 0.4rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: #6b7280;
    text-align: center;
    line-height: 1.2;
    max-width: 80px;
    word-wrap: break-word;
}

.progress-step.completed .step-label[b-hsj2iey8ir] {
    color: #15803d;
}

.progress-line[b-hsj2iey8ir] {
    flex: 1;
    height: 4px;
    background: #e5e7eb;
    margin: 0;
    margin-top: 21px;
    border-radius: 2px;
    min-width: 16px;
}

.progress-line.completed[b-hsj2iey8ir] {
    background: linear-gradient(135deg, #22c55e, #4ade80);
}

/* ===== Order Items ===== */
.items-list[b-hsj2iey8ir] {
    padding: 0;
}

.order-item[b-hsj2iey8ir] {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dcfce7;
    gap: 1rem;
}

.order-item:last-child[b-hsj2iey8ir] {
    border-bottom: none;
}

.item-image-container[b-hsj2iey8ir] {
    flex-shrink: 0;
}

.item-img[b-hsj2iey8ir] {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #bbf7d0;
}

.item-img-placeholder[b-hsj2iey8ir] {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: linear-gradient(135deg, #22c55e, #4ade80);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
}

.item-info[b-hsj2iey8ir] {
    flex: 1;
}

.item-name[b-hsj2iey8ir] {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.item-meta[b-hsj2iey8ir] {
    display: flex;
    gap: 1rem;
    color: #6b7280;
    font-size: 0.85rem;
}

.item-total[b-hsj2iey8ir] {
    font-weight: 700;
    font-size: 1.05rem;
    color: #166534;
    white-space: nowrap;
}

/* ===== Delivery Details ===== */
.detail-item[b-hsj2iey8ir] {
    margin-bottom: 1rem;
}

.detail-item:last-child[b-hsj2iey8ir] {
    margin-bottom: 0;
}

.detail-item label[b-hsj2iey8ir] {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #15803d;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.detail-item span[b-hsj2iey8ir] {
    color: #374151;
    font-size: 0.92rem;
}

/* ===== Rythu Bazaar Card ===== */
.rb-card[b-hsj2iey8ir] {
    border-color: #86efac;
}

.rb-icon[b-hsj2iey8ir] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.rb-info h6[b-hsj2iey8ir] {
    margin: 0;
    font-size: 0.78rem;
    color: #6b7280;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.rb-info span[b-hsj2iey8ir] {
    font-weight: 700;
    color: #166534;
    font-size: 1rem;
}

/* ===== Timeline (Status History) ===== */
.timeline[b-hsj2iey8ir] {
    position: relative;
    padding-left: 1.75rem;
}

.timeline[b-hsj2iey8ir]::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #bbf7d0;
}

.timeline-item[b-hsj2iey8ir] {
    position: relative;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
}

.timeline-item:last-child[b-hsj2iey8ir] {
    padding-bottom: 0;
}

.timeline-dot[b-hsj2iey8ir] {
    position: absolute;
    left: -1.75rem;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
}

.timeline-dot.order-dot[b-hsj2iey8ir] {
    box-shadow: 0 0 0 3px #bbf7d0;
}

.timeline-dot.payment-dot[b-hsj2iey8ir] {
    box-shadow: 0 0 0 3px #bfdbfe;
}

.timeline-content[b-hsj2iey8ir] {
    font-size: 0.85rem;
}

/* ===== Payment Summary ===== */
.payment-card[b-hsj2iey8ir] {
    border-color: #86efac;
}

.summary-row[b-hsj2iey8ir] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.45rem 0;
    font-size: 0.9rem;
    color: #4a5568;
}

.sub-row[b-hsj2iey8ir] {
    font-size: 0.82rem;
    padding-left: 0.75rem;
    color: #6b7280;
}

.discount-row[b-hsj2iey8ir] {
    color: #15803d;
}

.total-divider[b-hsj2iey8ir] {
    border-top: 2px solid #22c55e;
    margin: 0.5rem 0;
    opacity: 1;
}

.total-row[b-hsj2iey8ir] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #166534;
}

.total-row span:last-child[b-hsj2iey8ir] {
    color: #15803d;
}

.payment-method-tag[b-hsj2iey8ir] {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    text-align: center;
    color: #15803d;
    font-weight: 600;
    font-size: 0.9rem;
}

.savings-box[b-hsj2iey8ir] {
    margin-top: 1rem;
    padding: 0.85rem;
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    font-size: 0.85rem;
}

.savings-box h6[b-hsj2iey8ir] {
    color: #15803d;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

/* ===== Action & Meta Cards ===== */
.actions-card[b-hsj2iey8ir] {
    background: #fff;
    border: 1px solid #bbf7d0;
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.btn-back[b-hsj2iey8ir] {
    background: #16a34a;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    transition: background .2s;
}

.btn-back:hover[b-hsj2iey8ir] {
    background: #15803d;
    color: #fff;
}

.meta-card[b-hsj2iey8ir] {
    background: #fff;
    border: 1px solid #bbf7d0;
    border-radius: 14px;
    padding: 1rem 1.25rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.meta-card h6[b-hsj2iey8ir] {
    color: #166534;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #dcfce7;
}

.meta-item[b-hsj2iey8ir] {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.6rem;
}

.meta-item:last-child[b-hsj2iey8ir] {
    margin-bottom: 0;
}

.meta-label[b-hsj2iey8ir] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #15803d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.meta-value[b-hsj2iey8ir] {
    font-size: 0.82rem;
    color: #6b7280;
    word-break: break-all;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .progress-step[b-hsj2iey8ir] {
        width: 70px;
    }

    .step-icon[b-hsj2iey8ir] {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }

    .step-label[b-hsj2iey8ir] {
        font-size: 0.65rem;
        max-width: 70px;
    }

    .progress-line[b-hsj2iey8ir] {
        margin-top: 18px;
    }
}

@media (max-width: 768px) {
    .details-hero h1[b-hsj2iey8ir] {
        font-size: 1.35rem;
    }

    .progress-tracker[b-hsj2iey8ir] {
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
    }

    .progress-line[b-hsj2iey8ir] {
        display: none;
    }

    .progress-step[b-hsj2iey8ir] {
        width: 28%;
        min-width: 70px;
    }

    .order-item[b-hsj2iey8ir] {
        flex-wrap: wrap;
    }

    .item-info[b-hsj2iey8ir] {
        flex: 1 1 calc(100% - 80px);
    }

    .item-total[b-hsj2iey8ir] {
        width: 100%;
        text-align: right;
        margin-top: 0.5rem;
        padding-top: 0.5rem;
        border-top: 1px dashed #bbf7d0;
    }

    .item-meta[b-hsj2iey8ir] {
        flex-direction: column;
        gap: 0.25rem;
    }
}
/* /Pages/Orders/Index.cshtml.rz.scp.css */
/* /Pages/Orders/Search.cshtml.rz.scp.css */
/* ===== Hero Section ===== */
.search-hero[b-x1kar5a1p6] {
    background: linear-gradient(135deg, #166534, #16a34a);
    color: #fff;
    padding: 2.5rem 0 2rem;
}

.search-hero h1[b-x1kar5a1p6] {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #fff;
}

.search-hero p[b-x1kar5a1p6] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

/* ===== Search Card ===== */
.search-card[b-x1kar5a1p6] {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-top: -1.5rem;
    position: relative;
    z-index: 2;
    border: 1px solid #bbf7d0;
}

.search-input[b-x1kar5a1p6] {
    border: 2px solid #86efac;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color .2s;
}

.search-input:focus[b-x1kar5a1p6] {
    border-color: #22c55e;
    box-shadow: 0 0 0 0.2rem rgba(34,197,94,.25);
}

.search-icon-box[b-x1kar5a1p6] {
    background: #dcfce7;
    border: 2px solid #86efac;
    border-right: none;
    color: #15803d;
    border-radius: 8px 0 0 8px;
}

.btn-search[b-x1kar5a1p6] {
    background: #16a34a;
    color: #fff;
    border: none;
    border-radius: 0 8px 8px 0;
    padding: 0 2rem;
    font-weight: 600;
    transition: background .2s;
}

.btn-search:hover[b-x1kar5a1p6] {
    background: #15803d;
    color: #fff;
}

.search-hints[b-x1kar5a1p6] {
    color: #6b7280;
}

.search-hints strong[b-x1kar5a1p6] {
    color: #15803d;
}

/* ===== Results Header ===== */
.results-header[b-x1kar5a1p6] {
    margin-top: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #bbf7d0;
}

.results-header h5[b-x1kar5a1p6] {
    color: #166534;
    margin: 0;
}

/* ===== Empty State ===== */
.empty-state[b-x1kar5a1p6] {
    text-align: center;
    padding: 3rem 1rem;
    color: #9ca3af;
}

.empty-state i[b-x1kar5a1p6] {
    color: #86efac;
}

.empty-state h4[b-x1kar5a1p6] {
    color: #6b7280;
}

/* ===== Order Result Card ===== */
.order-result-card[b-x1kar5a1p6] {
    background: #fff;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    margin-top: 1rem;
    overflow: hidden;
    transition: box-shadow .2s, border-color .2s;
}

.order-result-card:hover[b-x1kar5a1p6] {
    box-shadow: 0 4px 16px rgba(22,163,74,.12);
    border-color: #4ade80;
}

/* Summary Row */
.order-summary-row[b-x1kar5a1p6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    flex-wrap: wrap;
}

.order-main-info[b-x1kar5a1p6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.order-number-badge[b-x1kar5a1p6] {
    background: #15803d;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.35rem 0.85rem;
    border-radius: 6px;
    white-space: nowrap;
}

.order-meta[b-x1kar5a1p6] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    font-size: 0.875rem;
}

.customer-name[b-x1kar5a1p6] {
    font-weight: 600;
    color: #374151;
}

.order-date[b-x1kar5a1p6] {
    color: #6b7280;
    font-size: 0.8rem;
}

.order-quick-info[b-x1kar5a1p6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.order-amount[b-x1kar5a1p6] {
    font-weight: 700;
    font-size: 1.05rem;
    color: #166534;
    white-space: nowrap;
}

.order-actions .btn-view-details[b-x1kar5a1p6] {
    background: #16a34a;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 6px;
}

.order-actions .btn-view-details:hover[b-x1kar5a1p6] {
    background: #15803d;
    color: #fff;
}

/* Tags */
.order-tags[b-x1kar5a1p6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0 1.25rem 0.75rem;
}

.tag[b-x1kar5a1p6] {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
    font-size: 0.75rem;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    white-space: nowrap;
}

.tag-pickup[b-x1kar5a1p6] {
    background: #fef3c7;
    border-color: #fde68a;
    color: #92400e;
}

/* ===== Status Badge ===== */
.status-badge[b-x1kar5a1p6] {
    font-weight: 600;
    font-size: 0.78rem;
    padding: 0.3rem 0.65rem;
    border-radius: 6px;
    white-space: nowrap;
}

/* ===== Card Link ===== */
.order-card-link[b-x1kar5a1p6] {
    text-decoration: none;
    color: inherit;
    display: block;
}

.order-card-link:hover[b-x1kar5a1p6] {
    color: inherit;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .order-summary-row[b-x1kar5a1p6] {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-quick-info[b-x1kar5a1p6] {
        width: 100%;
        justify-content: flex-start;
    }

    .order-actions[b-x1kar5a1p6] {
        width: 100%;
    }

    .order-actions .btn[b-x1kar5a1p6] {
        width: 100%;
    }
}
/* /Pages/Products/Create.cshtml.rz.scp.css */
.product-preview-container[b-rnoqttqdey] {
    background-color: #f8f9fa; /* Light grey background */
    border: 2px dashed #198754; /* Green dashed border */
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

    .product-preview-container:hover[b-rnoqttqdey] {
        background-color: #e9ecef;
        cursor: pointer;
    }

.product-preview-img[b-rnoqttqdey] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: none; /* Hidden by default */
}

.placeholder-text[b-rnoqttqdey] {
    color: #198754;
    font-weight: 500;
    text-align: center;
}
/* /Pages/Products/Index.cshtml.rz.scp.css */
/* Products Page Modern Styles */

.products-hero[b-b14h09udwt] {
    background: linear-gradient(135deg, var(--dark-green) 0%, var(--primary-green) 50%, #81C784 100%);
    padding: 3rem 0;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

    .products-hero[b-b14h09udwt]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 100%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
        animation: float 6s ease-in-out infinite;
        z-index: 0;
    }

    .products-hero h1[b-b14h09udwt] {
        color: white;
        font-weight: 700;
        font-size: 2.5rem;
        text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        position: relative;
        z-index: 1;
    }

    .products-hero .breadcrumb[b-b14h09udwt] {
        background: transparent;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
    }

    .products-hero .breadcrumb-item a[b-b14h09udwt] {
        color: rgba(255,255,255,0.85);
        text-decoration: none;
        transition: color 0.3s;
    }

        .products-hero .breadcrumb-item a:hover[b-b14h09udwt] {
            color: white;
        }

    .products-hero .breadcrumb-item.active[b-b14h09udwt] {
        color: white;
    }

    .products-hero .breadcrumb-item + .breadcrumb-item[b-b14h09udwt]::before {
        color: rgba(255,255,255,0.6);
    }

    .products-hero .btn[b-b14h09udwt] {
        position: relative;
        z-index: 2;
    }

/* Modern Filter Sidebar */
.filter-sidebar[b-b14h09udwt] {
    position: sticky;
    top: 100px;
}

.filter-card[b-b14h09udwt] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    border: none;
}

    .filter-card .card-header[b-b14h09udwt] {
        background: linear-gradient(135deg, var(--dark-green), var(--primary-green));
        color: white;
        font-weight: 600;
        padding: 1rem 1.25rem;
        border: none;
        font-size: 1.1rem;
    }

        .filter-card .card-header i[b-b14h09udwt] {
            margin-right: 0.5rem;
        }

.category-list[b-b14h09udwt] {
    padding: 0.5rem 0;
}

.category-item[b-b14h09udwt] {
    display: flex;
    align-items: center;
    padding: 0.875rem 1.25rem;
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    position: relative;
}

    .category-item:hover[b-b14h09udwt] {
        background: var(--light-green);
        color: var(--dark-green);
        border-left-color: var(--primary-green);
        padding-left: 1.5rem;
    }

    .category-item.active[b-b14h09udwt] {
        background: var(--light-green);
        color: var(--dark-green);
        font-weight: 600;
        border-left-color: var(--primary-green);
    }

    .category-item i[b-b14h09udwt] {
        width: 24px;
        text-align: center;
        margin-right: 0.75rem;
        font-size: 1.1rem;
    }

    .category-item .count-badge[b-b14h09udwt] {
        margin-left: auto;
        background: #f0f0f0;
        color: #666;
        padding: 0.25rem 0.6rem;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: 500;
    }

    .category-item.active .count-badge[b-b14h09udwt] {
        background: var(--primary-green);
        color: white;
    }

/* Products Header */
.products-header[b-b14h09udwt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    .products-header h2[b-b14h09udwt] {
        font-weight: 700;
        color: #333;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .products-header h2[b-b14h09udwt]::before {
            content: '';
            width: 4px;
            height: 28px;
            background: linear-gradient(to bottom, var(--primary-green), var(--dark-green));
            border-radius: 2px;
        }

.products-count[b-b14h09udwt] {
    background: var(--light-green);
    color: var(--dark-green);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 500;
    font-size: 0.9rem;
}

.view-options[b-b14h09udwt] {
    display: flex;
    gap: 0.5rem;
}

.view-btn[b-b14h09udwt] {
    width: 40px;
    height: 40px;
    border: 2px solid #e0e0e0;
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all 0.3s;
    cursor: pointer;
}

    .view-btn:hover[b-b14h09udwt], .view-btn.active[b-b14h09udwt] {
        border-color: var(--primary-green);
        color: var(--primary-green);
        background: var(--light-green);
    }

/* Modern Product Card */
.modern-product-card[b-b14h09udwt] {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}

    .modern-product-card:hover[b-b14h09udwt] {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(76, 175, 80, 0.15);
        border-color: var(--light-green);
    }

.product-image-wrapper[b-b14h09udwt] {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

    .product-image-wrapper img[b-b14h09udwt] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

.modern-product-card:hover .product-image-wrapper img[b-b14h09udwt] {
    transform: scale(1.1);
}

.product-badges[b-b14h09udwt] {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
}

.discount-badge[b-b14h09udwt] {
    background: linear-gradient(135deg, #FF5252, #F44336);
    color: white;
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(244, 67, 54, 0.3);
}

/* Fresh Badge */
.fresh-badge[b-b14h09udwt] {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
    color: white;
    padding: 0.3rem 0.65rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
    z-index: 2;
}

    .fresh-badge i[b-b14h09udwt] {
        margin-right: 4px;
    }

.product-actions-overlay[b-b14h09udwt] {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
}

.action-btn[b-b14h09udwt] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.wishlist-btn[b-b14h09udwt] {
    background: white;
    color: #999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

    .wishlist-btn:hover[b-b14h09udwt] {
        background: #fff0f0;
        color: #e53935;
        transform: scale(1.15);
    }

.quick-view-btn[b-b14h09udwt] {
    background: white;
    color: #666;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateX(20px);
}

.modern-product-card:hover .quick-view-btn[b-b14h09udwt] {
    opacity: 1;
    transform: translateX(0);
}

.quick-view-btn:hover[b-b14h09udwt] {
    background: var(--primary-green);
    color: white;
}

.product-content[b-b14h09udwt] {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-header-section[b-b14h09udwt] {
    margin-bottom: 0.75rem;
}

.product-category-tag[b-b14h09udwt] {
    display: inline-block;
    background: var(--light-green);
    color: var(--dark-green);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

/* Product Name Row - Name on Left, Languages on Right */
.product-name-row[b-b14h09udwt] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.875rem;
    flex-wrap: wrap;
}

.product-name[b-b14h09udwt] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0;
    line-height: 1.3;
    flex: 1 1 100%;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* When badges exist, product name should try to fit in one line with them */
.product-name-row:has(.product-local-labels) .product-name[b-b14h09udwt] {
    flex: 1 1 auto;
    /*max-width: calc(100% - 140px);*/
}

/* Compact Local Language Badges */
.product-local-labels[b-b14h09udwt] {
    display: flex;
    flex-direction: row;
    gap: 0.35rem;
    flex-shrink: 0;
    align-items: flex-start;
    margin-left: auto;
}

.local-lang-badge[b-b14h09udwt] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
    cursor: help;
}

    .local-lang-badge:hover[b-b14h09udwt] {
        transform: translateY(-1px);
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }

.telugu-badge[b-b14h09udwt] {
    background: linear-gradient(135deg, #FFB74D, #FF9800);
    color: white;
}

.hindi-badge[b-b14h09udwt] {
    background: linear-gradient(135deg, #64B5F6, #2196F3);
    color: white;
}

.lang-icon[b-b14h09udwt] {
    font-family: 'Noto Sans Telugu', 'Noto Sans Devanagari', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    opacity: 0.9;
}

.lang-text[b-b14h09udwt] {
    font-family: 'Noto Sans Telugu', 'Noto Sans Devanagari', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    font-style: normal;
}

.telugu-badge .lang-text[b-b14h09udwt] {
    font-family: 'Suranna', 'Noto Sans Telugu', 'Gautami', sans-serif;
}

.hindi-badge .lang-text[b-b14h09udwt] {
    font-family: 'Tiro Devanagari Hindi','Noto Sans Devanagari', 'Mangal', sans-serif;
}

/* Product Description Section */
.product-description-section[b-b14h09udwt] {
    margin-bottom: 0.875rem;
}

.product-description[b-b14h09udwt] {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0.35rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.desc-ellipsis[b-b14h09udwt] {
    color: #999;
}

.read-more-link[b-b14h09udwt] {
    font-size: 0.75rem;
    color: var(--primary-green);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

    .read-more-link:hover[b-b14h09udwt] {
        color: var(--dark-green);
        text-decoration: underline;
    }

/* Product Pricing Section */
.product-pricing-section[b-b14h09udwt] {
    margin-bottom: 0.875rem;
}

.price-row[b-b14h09udwt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
}

.current-price[b-b14h09udwt] {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--dark-green);
    letter-spacing: -0.5px;
}

.original-price[b-b14h09udwt] {
    font-size: 0.95rem;
    color: #aaa;
    text-decoration: line-through;
}

.savings-tag[b-b14h09udwt] {
    background: linear-gradient(135deg, #FFF3E0, #FFE0B2);
    color: #E65100;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
}

.price-unit[b-b14h09udwt] {
    color: #888;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}

    .price-unit i[b-b14h09udwt] {
        font-size: 0.7rem;
        color: #aaa;
    }

.product-footer[b-b14h09udwt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.quantity-selector[b-b14h09udwt] {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}

.qty-btn[b-b14h09udwt] {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    color: #666;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .qty-btn:hover[b-b14h09udwt] {
        background: var(--light-green);
        color: var(--dark-green);
    }

.qty-input[b-b14h09udwt] {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 0.95rem;
    color: #333;
}

.add-to-cart-btn[b-b14h09udwt] {
    flex: 1;
    background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
    color: white;
    border: none;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

    .add-to-cart-btn:hover[b-b14h09udwt] {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
    }

    .add-to-cart-btn:active[b-b14h09udwt] {
        transform: translateY(0);
    }

/* Description Modal */
.description-modal-content[b-b14h09udwt] {
    border-radius: 16px;
    border: none;
    overflow: hidden;
}

    .description-modal-content .modal-header[b-b14h09udwt] {
        background: linear-gradient(135deg, var(--light-green), #E8F5E9);
        border-bottom: none;
        padding: 1.25rem 1.5rem;
    }

    .description-modal-content .modal-title[b-b14h09udwt] {
        font-weight: 600;
        color: var(--dark-green);
    }

    .description-modal-content .modal-body[b-b14h09udwt] {
        padding: 1.5rem;
    }

    .description-modal-content .modal-footer[b-b14h09udwt] {
        border-top: 1px solid #f0f0f0;
        padding: 1rem 1.5rem;
    }

/* Empty State */
.empty-state[b-b14h09udwt] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

    .empty-state i[b-b14h09udwt] {
        font-size: 4rem;
        color: #ddd;
        margin-bottom: 1.5rem;
    }

    .empty-state h4[b-b14h09udwt] {
        color: #666;
        margin-bottom: 0.5rem;
    }

    .empty-state p[b-b14h09udwt] {
        color: #999;
    }

/* Responsive Adjustments */
@media (max-width: 991px) {
    .filter-sidebar[b-b14h09udwt] {
        position: static;
        margin-bottom: 2rem;
    }

    .products-hero h1[b-b14h09udwt] {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .products-hero[b-b14h09udwt] {
        padding: 2rem 0;
    }

        .products-hero h1[b-b14h09udwt] {
            font-size: 1.75rem;
        }

    .product-image-wrapper[b-b14h09udwt] {
        height: 160px;
    }

    .products-header[b-b14h09udwt] {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-content[b-b14h09udwt] {
        padding: 1rem;
    }

    .current-price[b-b14h09udwt] {
        font-size: 1.2rem;
    }

    /* Stack language badges vertically on mobile */
    .product-name-row[b-b14h09udwt] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .product-local-labels[b-b14h09udwt] {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.4rem;
        margin-left: 0;
    }

    .local-lang-badge[b-b14h09udwt] {
        font-size: 0.65rem;
        padding: 0.2rem 0.45rem;
    }

    .lang-icon[b-b14h09udwt] {
        font-size: 0.7rem;
    }

    .lang-text[b-b14h09udwt] {
        font-size: 0.65rem;
    }
}
/* /Pages/Products/IndexThumbsGrid.cshtml.rz.scp.css */
.product-card[b-68vl21nzgk] {
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

    .product-card:hover[b-68vl21nzgk] {
        transform: translateY(-5px);
        box_shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

.card-img-wrapper[b-68vl21nzgk] {
    height: 200px; /* Fixed height for uniformity */
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
}

.card-img-top[b-68vl21nzgk] {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers area without distortion */
}

.price-tag[b-68vl21nzgk] {
    font-weight: 700;
    color: #2e7d32; /* Rythu Green */
    font-size: 1.2rem;
}

.btn-add-cart[b-68vl21nzgk] {
    background-color: #2e7d32;
    color: white;
    border-radius: 20px;
}

    .btn-add-cart:hover[b-68vl21nzgk] {
        background-color: #1b5e20;
        color: white;
    }

.badge-discount[b-68vl21nzgk] {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e53935;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    z-index: 10;
}
/* /Pages/RB/Index.cshtml.rz.scp.css */
/* Super UI/UX: Modern Table Styling */
.table-container[b-csie8pi23a] {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    overflow: hidden; /* Clips corners for border-radius */
}

.table thead th[b-csie8pi23a] {
    background-color: #2e7d32; /* Rythu Green */
    color: white;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    vertical-align: middle;
    padding: 15px;
}

.table tbody td[b-csie8pi23a] {
    vertical-align: middle; /* Aligns text with images */
    padding: 12px 15px;
    color: #495057;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
}

.table-hover tbody tr:hover[b-csie8pi23a] {
    background-color: #f1f8e9; /* Light green tint on hover */
    transition: background-color 0.2s ease-in-out;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Header Search Styles */
.header-search-form[b-9x1habsr7a] {
    position: relative;
}

.header-search-form .form-control[b-9x1habsr7a] {
    border-radius: 25px 0 0 25px;
    border: 2px solid #e2e8f0;
    padding: 10px 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.header-search-form .form-control:focus[b-9x1habsr7a] {
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.header-search-form .btn-success[b-9x1habsr7a] {
    border-radius: 0 25px 25px 0;
    padding: 10px 20px;
    border: 2px solid #28a745;
    border-left: none;
}

.search-suggestions[b-9x1habsr7a] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    z-index: 1050;
    max-height: 350px;
    overflow-y: auto;
    display: none;
    margin-top: 5px;
}

.search-suggestions.active[b-9x1habsr7a] {
    display: block;
}

.search-suggestion-item[b-9x1habsr7a] {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: inherit;
}

.search-suggestion-item:last-child[b-9x1habsr7a] {
    border-bottom: none;
}

.search-suggestion-item:hover[b-9x1habsr7a] {
    background-color: #f8fffe;
}

.search-suggestion-item img[b-9x1habsr7a] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 12px;
}

.search-suggestion-item .suggestion-icon[b-9x1habsr7a] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: white;
}

.search-suggestion-item .suggestion-text[b-9x1habsr7a] {
    flex: 1;
}

.search-suggestion-item .suggestion-text strong[b-9x1habsr7a] {
    display: block;
    color: #2d3748;
    font-size: 0.95rem;
}

.search-suggestion-item .suggestion-text small[b-9x1habsr7a] {
    color: #64748b;
}

.search-no-results[b-9x1habsr7a] {
    padding: 20px;
    text-align: center;
    color: #64748b;
}

.search-category-header[b-9x1habsr7a] {
    padding: 8px 15px;
    background: #f8f9fa;
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Top Header */
.top-header[b-9x1habsr7a] {
    background-color: var(--dark-green);
    color: white;
    padding: 10px 0;
    font-size: 14px;
}

    .top-header a[b-9x1habsr7a] {
        color: white;
        text-decoration: none;
        margin-left: 15px;
    }

.nav-pills .nav-link.active[b-9x1habsr7a], .nav-pills .show > .nav-link[b-9x1habsr7a] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-9x1habsr7a] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-9x1habsr7a] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-9x1habsr7a] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-9x1habsr7a] {
  font-size: 1rem;
  line-height: inherit;
}

/* Footer */
.footer[b-9x1habsr7a] {
    background: #2C3E50;
    color: white;
    padding: 50px 0 20px;
    margin-top: 50px;
}

    .footer h5[b-9x1habsr7a] {
        color: white;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .footer ul[b-9x1habsr7a] {
        list-style: none;
        padding: 0;
    }

        .footer ul li[b-9x1habsr7a] {
            margin-bottom: 10px;
        }

            .footer ul li a[b-9x1habsr7a] {
                color: #bdc3c7;
                text-decoration: none;
                transition: color 0.3s;
            }

                .footer ul li a:hover[b-9x1habsr7a] {
                    color: white;
                }

.social-icons a[b-9x1habsr7a] {
    color: white;
    font-size: 24px;
    margin-right: 15px;
    transition: color 0.3s;
}

    .social-icons a:hover[b-9x1habsr7a] {
        color: var(--primary-green);
    }

.copyright[b-9x1habsr7a] {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #34495e;
    margin-top: 30px;
    color: #bdc3c7;
}

/* User Name Display */
.user-name-display[b-9x1habsr7a] {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    white-space: nowrap;
    position: absolute;
    top: -5px;
    margin-left: 160px;
}

/* Pause Notice */
.pause-notice[b-9x1habsr7a] {
    background: #FFF3CD;
    border: 1px solid #FFE69C;
    color: #856404;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
}



.nearby-rb-banner[b-9x1habsr7a] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    display: none;
}

    .nearby-rb-banner.show[b-9x1habsr7a] {
        display: block;
    }

    .nearby-rb-banner i[b-9x1habsr7a] {
        margin-right: 8px;
    }

    .nearby-rb-banner .rb-name[b-9x1habsr7a] {
        font-weight: 600;
    }

    .nearby-rb-banner .rb-distance[b-9x1habsr7a] {
        margin-left: 10px;
        opacity: 0.9;
    }

    .nearby-rb-banner .rb-loading[b-9x1habsr7a] {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .nearby-rb-banner .spinner-border[b-9x1habsr7a] {
        width: 16px;
        height: 16px;
        border-width: 2px;
    }
