/* Custom User Registration Styles - Armenian Version */
.custom-user-reg-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
}
#avatar-preview-img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.btn-upload{
    cursor:pointer;
}
.custom_login_submit,
.custom_profile_submit,
.custom_register_submit{
    background-color: #bc8e28;
    color: white;
    padding: 7px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    font-family: Arial, 'Sylfaen', sans-serif;
}
.wp-singular .entry-header{
    max-width: 1370px!important;
    margin: 100px auto 0!important;
    padding:0 20px!important;
    z-index: 0;
}
.alredy-register_text{
    max-width:1370px;
    margin:20px auto;
}
.form-footer{
    margin-top: 10px;
    color: #333;
}
.form-footer a{
    text-decoration: underline;
}

.form-row{
    gap:10px!important;
}
.custom-form-wrapper,
.custom-profile-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.custom-form-wrapper h2,
.custom-profile-wrapper h2 {
    margin-bottom: 30px;
    text-align: center;
    color: #333;
    font-family: Arial, 'Sylfaen', sans-serif;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #555;
    font-family: Arial, 'Sylfaen', sans-serif;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="tel"],
.form-group input[type="date"],
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s;
    font-family: Arial, 'Sylfaen', sans-serif;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #bc8e
}
main header h1{
    color: #bc8e28;

}
main header{
    background: none!important;
    width:fit-content;
}

@media (max-width:768px) {
    .form-row{
        flex-direction: column;
    }
}



/*//*/
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    animation: fadeIn 0.3s ease;
}

#go-home-btn {
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    margin-top: 15px;
    cursor: pointer;
    transition: background 0.2s ease;
}

#go-home-btn:hover {
    background: #005f8d;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
