@media(min-width:690px){.elementor-31465 .elementor-element.elementor-element-daa3002{width:29.121%;}.elementor-31465 .elementor-element.elementor-element-310d7b9{width:41.684%;}.elementor-31465 .elementor-element.elementor-element-079bd5f{width:28.859%;}}/* Start custom CSS for html, class: .elementor-element-ff75423 */<style>
.cfo-reg-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    direction: rtl;
    font-family: 'Heebo', sans-serif;
}

.cfo-reg-container {
    background: #ffffff;
    width: 100%;
    max-width: 450px;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-right: 6px solid #e8d21d; /* פס זהב בצד */
}

.cfo-reg-header {
    text-align: center;
    margin-bottom: 30px;
}

.cfo-reg-header h3 {
    color: #1e2761;
    font-size: 26px;
    font-weight: 800;
    margin: 0;
}

.cfo-reg-header p {
    color: #666;
    font-size: 15px;
    margin-top: 8px;
}

.cfo-input-group {
    margin-bottom: 20px;
}

.cfo-input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #1e2761;
}

.cfo-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: 0.3s;
}

.cfo-input:focus {
    border-color: #e8d21d;
    outline: none;
    box-shadow: 0 0 5px rgba(232, 210, 29, 0.3);
}

.cfo-reg-note {
    font-size: 13px;
    color: #888;
    margin-bottom: 25px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
}

.cfo-reg-btn {
    width: 100%;
    background: #1e2761;
    color: #ffffff;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.cfo-reg-btn:hover {
    background: #e8d21d;
    color: #1e2761;
    transform: translateY(-2px);
}

.cfo-reg-footer {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #666;
}

.cfo-reg-footer a {
    color: #1e2761;
    font-weight: 700;
    text-decoration: none;
}
</style>/* End custom CSS */