/* ==========================================================================
   Spanish (IL) - Language-specific overrides for homepage
   Loaded on tazman.co.il when lang=es
   ========================================================================== */

p.tarif-descr {
    min-height: 70px;
}

#header .btn {
    width: auto;
    padding: 0 12px;
}

.menu ul li {
    margin: 0 18px;
}

.tarif-btn {
    width: 216px;
}

/* Word positions: ES co.il uses base styles-ltr.css values (no overrides needed) */

/* --- Hero section --- */

.hero-text {
    font-weight: bold;
    color: #87c341;
    font-size: 35px;
    max-width: 500px;
}

.hero-text-subheader {
    color: #5286e3;
    font-size: 29px;
    margin-top: 36px;
    font-weight: 400;
    max-width: 500px;
}

.hero-btn {
    line-height: 46px;
    width: max-content;
    padding: 0 32px;
    margin-top: 12px;
}

#sixth .grid-block-fifth img {
    max-width: 100%;
}

#sixth .grid-block-fifth {
    margin-top: 60px;
    grid-column-gap: 25px;
    align-items: center;
}

.tarif-btn {
    font-size: 20px;
}

.tarif ul {
    padding: 24px 16px;
}

.tarif-header {
    min-height: 232px;
}

.help-block .oval-img-first {
    right: -46px !important;
    left: auto !important;
}

.help-block {
    margin: 70px auto 100px;
}

#nineth .min-header {
    text-align: center;
    font-weight: 700;
}

.faq-accordion {
    margin: 36px auto 90px;
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    padding: 20px 60px 20px 20px;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 20px;
    position: relative;
}

.faq-question::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/dest/arrow.svg');
    background-size: contain;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.faq-question.open::after {
    transform: translateY(-50%) rotate(180deg);
}

.faq-question:hover {
    background-color: rgba(6, 135, 235, .05);
}

.faq-answer {
    display: none;
    padding: 20px;
    color: #111;
    font-size: 18px;
    line-height: 1.5;
    border-top: 1px solid #eee;
}

.tarif .dropdown-list {
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.help-block .btn {
    max-width: 220px;
    width: auto;
}

.lang-btn {
    color: #333;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.lang-btn svg {
    width: 18px;
    height: 18px;
}

.lang {
    position: relative;
}

.lang-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    z-index: 1;
    overflow: hidden;
}

.lang-content a {
    box-sizing: border-box;
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.lang-content a:before,
.lang a:before {
    display: none !important;
}

.lang-content a:hover {
    background-color: #f1f1f1;
}

.lang:hover .lang-content {
    display: block;
}

.menu ul li {
    margin: 0 10px;
}

#home {
    padding-top: 260px;
}

#home .text-content {
    z-index: 9;
    top: -100px;
}

#home h2.hero-text2 {
    margin-top: 20px;
    color: #eb7c07;
}

.hero-text-trigger {
    display: flex;
    gap: 6px;
    align-items: center;
}

.hero-text-trigger span {
    color: #eb7c07;
    font-weight: bold;
}

.bitmap-2-purple,
.bitmap-3-green,
.Bitmap,
.bitmap-1 {
    display: none !important;
}

.triggers {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}

.triggers .check {
    background: url(../img/dest/check-mark.svg) center center no-repeat;
    background-size: contain;
    width: 18px;
    height: 16px;
    margin-bottom: 2px;
    flex-shrink: 0;
}

.triggers span {
    color: #333;
    font-size: 20px;
}

.triggers .move-upapp-trigger span {
    font-size: 18px;
}

.move-upapp-trigger {
    align-items: start;
}

.move-upapp-trigger .check {
    margin-top: 5px;
}

.bitmap-1-purple {
    left: 260px;
    top: 60px;
}

.green-shadow {
    z-index: -9;
}

#sixth .move-logo {
    margin-top: 16px;
}

.move-upapp-icons {
    align-self: start;
    margin-left: 18px;
    gap: 12px;
}

/* --- Responsive --- */

@media screen and (max-width: 1440px) {
    .tarif ul {
        padding: 24px 12px;
    }
}

@media screen and (max-width: 1366px) {
    .hero-text {
        font-size: 28px;
    }

    .hero-text-subheader {
        font-size: 24px;
    }

    .triggers .check {
        width: 16px;
        height: 14px;
    }

    .triggers span {
        font-size: 16px;
    }

    .bitmap-1-purple {
        left: 140px;
        top: 0;
    }

    .bitmap-2 {
        left: 0;
    }

    .bitmap-3-green {
        display: block !important;
        bottom: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .tarif .dropdown-list {
        min-height: 300px;
    }

    #home {
        padding-top: 300px;
    }

    #home .text-content {
        top: -200px !important;
    }

    .hero-text-subheader {
        margin-top: 12px;
    }

    .triggers {
        margin-top: 16px;
    }

    .triggers span {
        font-size: 15px !important;
        font-weight: 300;
        color: #777;
    }

    .bitmap-1-purple {
        left: 240px;
        top: 140px;
    }

    .bitmap-2 {
        display: block;
        top: 62px;
    }

    #sixth .move-logo {
        margin-top: 6px;
    }

    .lang-content {
        width: 60px;
        left: 50%;
        margin-left: -30px;
    }

    .move-upapp-trigger .check {
        margin-top: 4px;
    }
}

@media screen and (max-width: 768px) {
    #home {
        padding-top: 380px !important;
    }

    .main-header {
        display: none !important;
    }

    #home .grid-block-half {
        max-width: 330px;
    }

    #home .text-content {
        max-width: 330px;
        top: -320px !important;
    }

    .hero-text {
        font-size: 22px !important;
        text-align: center;
    }

    #home h2.hero-text2 {
        margin-top: 8px;
        font-size: 18px;
    }

    .hero-text-trigger {
        justify-content: center;
    }

    .hero-text-subheader {
        text-align: center;
        font-size: 15px;
        font-weight: 700;
    }

    .triggers {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

    .bitmap-1-purple {
        left: 160px;
        top: 40px;
    }

    .bitmap-2,
    .bitmap-3 {
        width: 185px;
    }

    .bitmap-2 {
        top: 16px;
    }

    .bitmap-3 {
        top: 96px;
    }

    .move-upapp-icons {
        align-self: center;
        margin-left: 0;
    }
}

@media screen and (max-width: 560px) {
    .popup .close-btn {
        width: 24px;
        height: 24px;
    }

    .faq-question::after {
        left: 14px;
        width: 18px;
        height: 18px;
    }

    .faq-question {
        padding: 12px 12px 12px 36px;
        font-size: 18px;
    }
}
