.elementor-widget-container [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-container [data-tippy-root] > .tippy-box .tippy-arrow{color:var( --e-global-color-primary );}.elementor-8893 .elementor-element.elementor-element-4e46c35{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-container [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-container [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-38b5734 *//* הגדרת גופן */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700&display=swap');

/* סגנונות כלליים */
.mortgage-calculator-container {
    font-family: 'Heebo', sans-serif;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    direction: rtl;
    color: #333333;
}

/* הדר (Header) */
.header-section {
    background: linear-gradient(45deg, #00A99D, #004D40);
    padding: 40px 20px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    margin-bottom: 40px;
}

.main-logo {
    max-width: 180px;
    margin-bottom: 20px;
    animation: floating 3s ease-in-out infinite;
}

.main-title {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.subtitle {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
}

/* סרגל התקדמות */
.progress-bar-container {
    margin-bottom: 40px;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.progress-steps::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    height: 2px;
    background: #E0E0E0;
    z-index: 1;
}

.step-item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.step-circle {
    width: 40px;
    height: 40px;
    background-color: #E0E0E0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: #666666;
    font-weight: 500;
    transition: all 0.3s ease;
}

.step-item.current .step-circle {
    background-color: #F7A072;
    color: white;
    box-shadow: 0 0 0 4px rgba(247, 160, 114, 0.2);
    animation: pulse 2s infinite;
}

.step-label {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

/* טיזר ערך */
.value-teaser {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.teaser-icon {
    font-size: 32px;
    margin-left: 15px;
    position: relative;
}

.teaser-icon::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: radial-gradient(circle, rgba(247, 160, 114, 0.3) 0%, rgba(247, 160, 114, 0) 70%);
    border-radius: 50%;
    z-index: -1;
    animation: glow 2s infinite;
}

.teaser-text {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
}

.highlight-orange {
    color: #F7A072;
    font-weight: 700;
}

.highlight-teal {
    color: #00A99D;
    font-weight: 700;
}

/* חיסכון אפשרי */
.potential-savings {
    margin-bottom: 40px;
    text-align: center;
}

.section-title {
    color: #004D40;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-subtitle {
    color: #666666;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
}

.savings-boxes {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.savings-box {
    background-color: #F5F6FA;
    border-radius: 8px;
    padding: 20px;
    width: 30%;
    transition: transform 0.3s ease;
}

.savings-box:hover {
    transform: translateY(-5px);
}

.box-icon {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.box-title {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
}

.box-value {
    color: #00A99D;
    font-size: 20px;
    font-weight: 700;
}

.disclaimer {
    font-size: 12px;
    color: #888888;
    margin-top: 5px;
}

/* יתרונות המחשבון */
.calculator-benefits {
    margin-bottom: 40px;
}

.benefits-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.benefit-item {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 20px;
    width: 22%;
    text-align: center;
    transition: transform 0.3s ease;
}

.benefit-item:hover {
    transform: scale(1.03);
}

.benefit-icon {
    font-size: 32px;
    color: #F7A072;
    margin-bottom: 15px;
}

.benefit-title {
    color: #004D40;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.benefit-description {
    color: #666666;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

/* מונה זמן ואינדיקטור משתמשים */
.real-time-counters {
    background-color: #F9F9F9;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
}

.counter-item {
    display: flex;
    align-items: center;
}

.counter-icon {
    font-size: 24px;
    margin-left: 10px;
}

.counter-text {
    margin: 0;
    font-size: 16px;
}

.timer .counter-text {
    color: #F7A072;
    font-weight: 700;
}

.users .counter-text {
    color: #00A99D;
    font-weight: 500;
}

/* ויזואליזציה */
.visualization-section {
    display: flex;
    margin-bottom: 40px;
    gap: 30px;
}

.visualization-container, .graph-container {
    flex: 1;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 20px;
}

.viz-title, .graph-title {
    color: #004D40;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.before-after-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}

.before-column, .after-column {
    text-align: center;
    width: 40%;
    padding: 15px;
    border-radius: 8px;
}

.before-column {
    background-color: #FFE0C4;
}

.after-column {
    background-color: #E0F2F1;
}

.column-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.before-column .column-title {
    color: #F7A072;
}

.after-column .column-title {
    color: #00A99D;
}

.column-value {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.column-icon {
    font-size: 24px;
}

.arrow-icon {
    font-size: 24px;
    animation: moveLeftRight 2s infinite;
}

.savings-result {
    text-align: center;
    color: #00A99D;
    font-size: 20px;
    font-weight: 700;
}

/* גרף */
.chart {
    height: 200px;
    position: relative;
}

.chart-placeholder {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 30px;
}

.chart-point {
    text-align: center;
    position: relative;
    width: 20%;
}

.chart-point::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    background-color: #00A99D;
    animation: growUp 2s ease-out;
}

.chart-point:nth-child(1)::before {
    height: 25%;
}

.chart-point:nth-child(2)::before {
    height: 50%;
}

.chart-point:nth-child(3)::before {
    height: 75%;
}

.chart-point:nth-child(4)::before {
    height: 100%;
}

.point-value {
    color: #00A99D;
    font-weight: 700;
    margin-bottom: 5px;
}

.point-label {
    color: #666666;
    font-size: 14px;
}

/* טופס */
.form-section {
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
}

.form-title {
    color: #004D40;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    display: block;
    color: #004D40;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.form-group input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.form-group input:focus {
    border-color: #F7A072;
    box-shadow: 0 0 0 3px rgba(247, 160, 114, 0.2);
    transform: scale(1.02);
    outline: none;
}

.validation-mark {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form-group.valid .validation-mark::after {
    content: '✅';
    opacity: 1;
}

.form-checkbox {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.form-checkbox input {
    margin-left: 10px;
    margin-top: 4px;
}

.form-checkbox label {
    font-size: 14px;
    color: #666666;
}

.submit-button {
    display: block;
    width: 80%;
    height: 60px;
    margin: 0 auto;
    background-color: #F7A072;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: pulse 2s infinite;
}

.submit-button:hover {
    background-color: #e8996b;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.submit-button:active {
    transform: scale(0.98);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* אפשרויות נוספות */
.additional-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.option-button {
    background: none;
    border: 1px solid #00A99D;
    color: #00A99D;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.option-button:hover {
    background-color: #F0F0F0;
}

/* אזור אמינות */
.trust-section {
    background-color: #F5F6FA;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.user-count, .security-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.trust-icon {
    font-size: 20px;
    margin-left: 10px;
}

.trust-text {
    margin: 0;
    font-size: 14px;
    color: #666666;
}

.security-tags {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    justify-content: center;
}

.tag {
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    color: #00A99D;
}

/* מודל */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow-y: auto;
}

.modal-content {
    background-color: #FFFFFF;
    margin: 50px auto;
    padding: 30px;
    border-radius: 10px;
    width: 80%;
    max-width: 800px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: modalFadeIn 0.3s;
}

.close-modal {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 24px;
    color: #666666;
    cursor: pointer;
}

.modal-title {
    color: #004D40;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

/* שאלות נפוצות */
.faq-item {
    margin-bottom: 10px;
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question h3 {
    margin: 0;
    font-size: 18px;
    color: #004D40;
    font-weight: 700;
}

.toggle-icon {
    font-size: 22px;
    color: #00A99D;
    transition: transform 0.3s ease;
}

.faq-item.open .toggle-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
}

.faq-item.open .faq-answer {
    max-height: 500px;
    padding: 0 15px 20px;
}

.faq-answer p {
    margin: 0;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}

/* מילון מונחים */
.glossary-search {
    position: relative;
    margin-bottom: 20px;
}

.glossary-search input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.glossary-item {
    margin-bottom: 10px;
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    overflow: hidden;
}

.glossary-term {
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.glossary-term h3 {
    margin: 0;
    font-size: 18px;
    color: #004D40;
    font-weight: 700;
}

.glossary-definition {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
}

.glossary-item.open .glossary-definition {
    max-height: 300px;
    padding: 0 15px 20px;
}

.glossary-definition p {
    margin: 0;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}

/* אנימציות */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(247, 160, 114, 0.4);
    }
    70% {
        transform: scale(1.02);
        box-shadow: 0 0 0 10px rgba(247, 160, 114, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(247, 160, 114, 0);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes glow {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes moveLeftRight {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

@keyframes growUp {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* רספונסיביות */
@media screen and (max-width: 768px) {
    .main-title {
        font-size: 24px;
    }
    
    .subtitle {
        font-size: 16px;
    }
    
    .step-circle {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .step-label {
        font-size: 12px;
    }
    
    .teaser-text {
        font-size: 16px;
    }
    
    .savings-boxes {
        flex-direction: column;
        gap:
        /* רספונסיביות - המשך */
@media screen and (max-width: 768px) {
    /* החלק הקודם כבר נמצא בקובץ */
    
    .savings-boxes {
        flex-direction: column;
        gap: 15px;
    }
    
    .savings-box {
        width: 100%;
    }
    
    .benefits-container {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .benefit-item {
        width: 48%;
    }
    
    .real-time-counters {
        flex-direction: column;
        gap: 15px;
    }
    
    .visualization-section {
        flex-direction: column;
    }
    
    .submit-button {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .benefit-item {
        width: 100%;
    }
    
    .modal-content {
        width: 95%;
        padding: 15px;
    }
}/* End custom CSS */