/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* JND Login/Register Button Style */
.jnd-btn,
.jnd-box button,
.jnd-box a.jnd-btn {
    display: inline-block;
    background: linear-gradient(135deg, #00c6cc, #00a8b0);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 28px;
    border-radius: 999px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 10px rgba(0, 168, 176, 0.35);
}

/* Hover */
.jnd-btn:hover,
.jnd-box button:hover,
.jnd-box a.jnd-btn:hover {
    background: linear-gradient(135deg, #00a8b0, #008f96);
    box-shadow: 0 6px 14px rgba(0, 168, 176, 0.45);
    transform: translateY(-1px);
}

/* Active */
.jnd-btn:active,
.jnd-box button:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 168, 176, 0.35);
}


.jnd-link {
    font-weight: 600;
    text-decoration: underline;
    color: #007f86;
}
.jnd-link:hover {
    text-decoration: none;
}