.elementor-1955 .elementor-element.elementor-element-18a2424{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1955 .elementor-element.elementor-element-bbd893d{width:100%;max-width:100%;}.elementor-1955 .elementor-element.elementor-element-9c7d260{--display:flex;}.elementor-1955 .elementor-element.elementor-element-c02455a{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1955 .elementor-element.elementor-element-373ee0a .elementor-heading-title{font-family:"Ploni ML V2AAAA", Sans-serif;font-size:0px;font-weight:600;}@media(max-width:767px){.elementor-1955 .elementor-element.elementor-element-bbd893d{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-bbd893d */.card {
    width: 650px;
    background: white;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-height: 90vh;
    overflow-y: auto; 
}

@media (max-width: 767px) {
    .card {
        width: 100%;
        padding: 18px;
        margin: 0 12px;
    }
}

.card::-webkit-scrollbar {
    display: none;
}
.card {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #cfd6e3;
    border-radius: 10px;
    font-size: 18px!important;
    box-sizing: border-box;
    transition: border-color 0.3s;
    direction: rtl
}

.hidden { display: none; }

.title {
    font-size: 20px;
    color: #1f3b63;
    font-weight: bold;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.section-label {
    text-align: right;
    font-size: 16px;
    color: #1f3b63;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Input fields */
.input-box {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #cfd6e3;
    border-radius: 10px;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

input.error {
    border-color: #e74c3c;
    background-color: #fdf2f2;
}

.error-message {
    color: #e74c3c;
    font-size: 12px;
    text-align: right;
    margin-top: -10px;
    margin-bottom: 10px;
    display: none;
}

/* Slider */
.loan-value {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1f3b63;
}
.range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}
.slider-container { margin: 10px 0 20px; }

.hidden-radio {
    display: none;
}

label {
    cursor: pointer;
    width: 100%;
}

/* Grids */
.status-container, .purpose-container, .bank-container {
    display: grid;
    gap: 10px;
    margin: 15px 0;
}
.status-container { grid-template-columns: repeat(4, 1fr); }
.purpose-container { grid-template-columns: repeat(4, 1fr); }
.bank-container { grid-template-columns: repeat(4, 1fr); gap: 8px; }

.assets-container, .cards-container, .education-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 15px 0;
}

.employment-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 10px 0;
}

/* Button Styles for Options */
.status-btn, .purpose-btn, .assets-btn, .card-btn, .bank-btn, 
.vehicle-btn, .pension-btn, .redemption-btn, .study-fund-btn, 
.checks-btn, .restricted-btn, .additional-loan-btn, 
.execution-btn, .bdi-btn, .insurance-btn, .select-btn {
    border: 2px solid #cfd6e3;
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
    font-size: 13px;
    background: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}

.purpose-btn { min-height: 90px; }
.assets-btn { min-height: 100px; }
.card-btn { min-height: 125px; }
.bank-btn { min-height: 80px; font-size: 11px; }

.vehicle-btn, .pension-btn, .redemption-btn, .study-fund-btn,
.checks-btn, .restricted-btn, .additional-loan-btn,
.execution-btn, .bdi-btn, .insurance-btn {
    width: 100%;
    display: block;
    padding: 12px;
}

/* מחזיר צבע מלא כברירת מחדל */
.bank-btn img {
    filter: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* אפקט עדין במעבר */
.bank-btn:hover img {
    transform: scale(1.06);
    opacity: 0.9;
}

/* אפקט בחירה נשאר */
.hidden-radio:checked + .bank-btn {
    background: #1f3b63;
    color: white;
    border-color: #1f3b63;
}

.hidden-radio:checked + .bank-btn img {
    filter: brightness(0) invert(1);
}


.hidden-radio:checked + div {
    background: #1f3b63;
    color: white;
    border-color: #1f3b63;
}

.hidden-radio:checked + div img {
    filter: brightness(0) invert(1);
}

.vehicle-btn.active {
    background: #1f3b63;
    color: white;
    border-color: #1f3b63;
}

/* Navigation Buttons */
.btn-main {
    width: 100%;
    background: #FFD43E;
    padding: 12px;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 12px;
    margin-top: 20px;
    color: #2F6389;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.btn-secondary {
    width: 100%;
    background: #e0e0e0;
    padding: 12px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    color: #777;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-18a2424 */.elementor-1955 .elementor-element.elementor-element-18a2424{
        font-family: "Ploni ML V2AAAA", Sans-serif!important;
}/* End custom CSS */