/* 
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 */
/* Φόρμα συναλλαγής αρχική σελίδα */

.exchange-widget {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 25px;
    color: white;
    max-width: 500px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto;
}

.tab-buttons {
    display: flex;
    margin-bottom: 20px;
    column-gap: 8px;
}

.tab-btn {
    flex: 1;
    padding: 12px;
    border: none;
    background: #063057;
    color: #fff !important;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 8px;
}

.tab-btn:hover {
    background: #ED2236;
}


.tab-btn.active {
    background: #ED2236;
    color: #fff;
}

.tab-btn.active:hover {
    background: #c91e30;
    color: #fff;
}

.tab-btn:not(.active):hover {
    background: #0a4068;
    color: #ED2236;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
}

.form-group input::placeholder {
    color: #063057;
}

.form-group input {
    color: #063057;
}


.form-group label {
    color: white;
}


.form-group select option {
    background: #063057;
    color: #fff;
}

.rate-display,
.total-display {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.rate-value,
.total-value {
    font-weight: 600;
    color: #ED2236;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: #ED2236;
    color: #fff !important;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #c91e30;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(237, 34, 54, 0.4);
}

/* Τέλος φόρμας συναλλαγής αρχική σελίδα */