.elementor-widget-section [data-tippy-root] > .tippy-box{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), assistant;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-section [data-tippy-root] > .tippy-box .tippy-arrow{color:var( --e-global-color-primary );}.elementor-widget-column [data-tippy-root] > .tippy-box{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), assistant;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-column [data-tippy-root] > .tippy-box .tippy-arrow{color:var( --e-global-color-primary );}.elementor-widget-html [data-tippy-root] > .tippy-box{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), assistant;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-html [data-tippy-root] > .tippy-box .tippy-arrow{color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 input:not([type="submit"]){background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 select{background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 textarea{background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 label{font-family:var( --e-global-typography-primary-font-family ), assistant;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-widget-html ::placeholder{font-family:var( --e-global-typography-primary-font-family ), assistant;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7-submit{font-family:var( --e-global-typography-primary-font-family ), assistant;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 input[type="submit"]:hover{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}@media(max-width:1025px){.elementor-widget-section [data-tippy-root] > .tippy-box{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-column [data-tippy-root] > .tippy-box{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-html [data-tippy-root] > .tippy-box{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-html .wpcf7 label{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-html ::placeholder{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-html .wpcf7-submit{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:769px){.elementor-widget-section [data-tippy-root] > .tippy-box{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-column [data-tippy-root] > .tippy-box{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-html [data-tippy-root] > .tippy-box{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-html .wpcf7 label{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-html ::placeholder{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-html .wpcf7-submit{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for html, class: .elementor-element-a53abc9 *//* עיצוב מחשבון המשכנתא של SMART */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Rubik', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    direction: rtl;
}

.smart-mortgage-calculator {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    direction: rtl;
    text-align: right;
    position: relative;
}

.calculator-intro {
    text-align: center;
    margin-bottom: 30px;
}

.calculator-intro h2 {
    color: #005868;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}

.calculator-intro p {
    color: #666;
    font-size: 18px;
    margin-bottom: 20px;
}

/* מחוון התקדמות */
.progress-container {
    margin-bottom: 30px;
}

.progress-bar {
    height: 6px;
    background: #e6e6e6;
    border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
}

.progress-fill {
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, #f5821f, #e13930);
    border-radius: 3px;
    width: 25%;
    transition: width 0.3s ease;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.progress-step {
    width: 24px;
    height: 24px;
    background: #e6e6e6;
    border-radius: 50%;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.progress-step.active {
    background: #f5821f;
    color: white;
}

.progress-step.completed {
    background: #e13930;
    color: white;
}

.progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.progress-label {
    font-size: 14px;
    color: #888;
    text-align: center;
    width: 25%;
}

.progress-label.active {
    color: #005868;
    font-weight: 700;
}

/* שלבי הטופס */
.form-section {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.form-section h3 {
    color: #005868;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.form-section h4 {
    color: #005868;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* כרטיסי מטרה */
.goal-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 20px;
}

.goal-card {
    flex: 1 1 calc(33.333% - 15px);
    min-width: 200px;
    background: white;
    border: 2px solid #e6e6e6;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.goal-card:hover {
    border-color: #f5821f;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.goal-card.selected {
    border-color: #e13930;
    background-color: rgba(229, 57, 48, 0.05);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.goal-icon {
    font-size: 30px;
    margin-bottom: 15px;
}

.goal-card h4 {
    color: #005868;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.goal-card p {
    color: #888;
    font-size: 14px;
    margin: 0;
}

/* שדות הטופס */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 16px;
}

.form-group select,
.form-group input[type="number"],
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group select:focus,
.form-group input:focus {
    border-color: #f5821f;
    box-shadow: 0 0 0 3px rgba(245, 130, 31, 0.2);
    outline: none;
}

.input-group {
    display: flex;
    align-items: center;
}

.input-group input {
    flex: 1;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-right: none;
    padding: 12px 15px;
    font-size: 16px;
    color: #555;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    min-width: 50px;
    text-align: center;
}

.field-tip {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    font-weight: normal;
    margin-bottom: 0;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
    margin-left: 8px;
}

/* כפתורים */
.step-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.back-btn,
.next-btn,
.calculate-btn {
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.back-btn {
    background-color: #f5f5f5;
    color: #555;
    border: 1px solid #ddd;
}

.back-btn:hover {
    background-color: #e6e6e6;
}

.next-btn {
    background-color: #f5821f;
    color: white;
    border: none;
}

.next-btn:hover {
    background-color: #e06c00;
}

.next-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.calculate-btn {
    background-color: #e13930;
    color: white;
    border: none;
    margin-right: auto;
}

.calculate-btn:hover {
    background-color: #c9302c;
}

/* תוצאות */
.results-container {
    padding: 20px;
    min-height: 300px;
}

.results-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
}

.results-header {
    background: #005868;
    color: white;
    padding: 15px 20px;
}

.results-header h3 {
    margin: 0;
    color: white;
    border: none;
    padding: 0;
}

.results-body {
    padding: 20px;
}

.results-summary {
    margin-bottom: 25px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-label {
    font-weight: 500;
    color: #333;
}

.summary-value {
    font-weight: 700;
    color: #005868;
}

.options-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.option-card {
    flex: 1 1 300px;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border-right: 4px solid #f5821f;
}

.option-card h4 {
    color: #005868;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.option-card ul {
    padding-right: 20px;
    margin-bottom: 0;
}

.option-card li {
    margin-bottom: 10px;
}

.savings-highlight {
    font-weight: 700;
    color: #e13930;
}

.results-chart {
    height: 300px;
    margin: 20px 0;
}

/* טעינה */
.loading-spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(245, 130, 31, 0.2);
    border-top: 4px solid #f5821f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* כפתורי פעולה בתוצאות */
.results-actions {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.success-message {
    color: #28a745;
    font-weight: 500;
    margin-bottom: 20px;
}

.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.talk-to-advisor-btn,
.back-to-start-btn {
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.talk-to-advisor-btn {
    background-color: #e13930;
    color: white;
    border: none;
    min-width: 200px;
}

.talk-to-advisor-btn:hover {
    background-color: #c9302c;
}

.back-to-start-btn {
    background-color: #f5f5f5;
    color: #555;
    border: 1px solid #ddd;
}

.back-to-start-btn:hover {
    background-color: #e6e6e6;
}

.btn-icon {
    margin-left: 8px;
    font-size: 18px;
}

/* טיפים והסברים */
.tip-box {
    background-color: rgba(245, 130, 31, 0.1);
    border: 1px solid rgba(245, 130, 31, 0.3);
    border-radius: 6px;
    padding: 15px;
    margin: 20px 0;
    position: relative;
}

.tip-icon {
    position: absolute;
    top: -12px;
    right: 15px;
    background: #f5821f;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.tip-box p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

/* אזהרות והודעות */
.warning-message {
    background-color: #fff3cd;
    color: #856404;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 15px 0;
    border-right: 4px solid #ffc107;
}

.success-note {
    background-color: #d4edda;
    color: #155724;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 15px 0;
    border-right: 4px solid #28a745;
}

.info-note {
    background-color: #d1ecf1;
    color: #0c5460;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 15px 0;
    border-right: 4px solid #17a2b8;
}

/* פרטי קשר */
.contact-form {
    background-color: white;
    border-radius: 6px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

.contact-form h4 {
    color: #005868;
    margin-top: 0;
}

.contact-form p {
    color: #666;
    margin-bottom: 20px;
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .smart-mortgage-calculator {
        padding: 15px;
    }
    
    .goal-cards {
        flex-direction: column;
    }
    
    .goal-card {
        min-width: 100%;
    }
    
    .progress-label {
        font-size: 12px;
    }
    
    .action-buttons {
        flex-direction: column;
    }
    
    .form-section {
        padding: 15px;
    }
    
    .option-card {
        flex: 1 1 100%;
    }
}/* End custom CSS */