.intro-section {
    padding: 37px 0 0;
}
.ca-banner.ca-img-banner {
    margin-top: 113px;
}
.jobs-section {
    padding: 50px 0;
}
.jobs-section .ca-sec-title {
    margin-bottom: 28px;
    text-align: center;
}

.jobs-section .jobs-subtitle {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
}
.jobs-section .jobs-wrapper .job-item {
    background: #65D4EA1A;
    border-radius: 20px;
}
.jobs-section .jobs-wrapper .job-item + .job-item {
    margin-top: 30px;
}
.jobs-section .jobs-wrapper .job-item .item-toggler {
    align-items: center;
    position: relative;
    min-height: 80px;
    padding: 8px 44px;
    cursor: pointer;
}
.jobs-section .jobs-wrapper .job-item .item-toggler:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 44px;
    transform: translateY(-50%);
    width: 17px;
    height: 13px;
    background: url('../img/ca-arrow-right.svg') no-repeat center center;
    transition: transform 0.3s ease-out;
}
.jobs-section .jobs-wrapper .job-item.active .item-toggler:after {
    transform: translateY(-50%) rotate(90deg);
}
.jobs-section .jobs-wrapper .job-item .item-toggler .item-cat {
    /* position: relative; */
    width: 27.5%;
    min-width: 283px;
    font-size: 18px;
    font-weight: 700;
}
.jobs-section .jobs-wrapper .job-item .item-toggler .item-cat:after {
    content: '';
    position: absolute;
    top: 11px;
    left: calc(283px + 44px);
    bottom: 11px;
    width: 1px;
    background: var(--blue);
}
.jobs-section .jobs-wrapper .job-item .item-toggler .item-title {
    padding-left: 5%;
    font-size: 18px;
    font-weight: 700;
    color: var(--blue);
}
.jobs-section .jobs-wrapper .job-item .item-content {
    max-height: 0;
    padding: 0 44px 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.jobs-section .jobs-wrapper .job-item.active .item-content {
    max-height: 1400px; /* גובה מקסימלי גדול מספיק */
    padding: 0 44px 56px;
    transition: max-height 0.6s ease-out, padding 0.6s ease-out;
}
.jobs-section .jobs-wrapper .job-item .item-content .job-description {
    max-width: 894px;
}
.jobs-section .jobs-wrapper .job-item.active .item-content .job-description {
    border-top: 1px solid #65D4EA1A;
}
.jobs-section .jobs-wrapper .job-item .item-content .job-description h3 {
    margin: 34px 0 8px;
    font-size: 30px;
}
.jobs-section .jobs-wrapper .job-item .item-content .job-description h3 .highlighted {
    font-size: 30px;
}
.jobs-section .jobs-wrapper .job-item .item-content .job-description h4 {
    font-size: 16px;
    font-weight: 700;
}
.jobs-section .jobs-wrapper .job-item .item-content .job-description p {
    margin-bottom: 18px;
}
.jobs-section .jobs-wrapper .job-item .item-content .job-description ul {
    margin-bottom: 24px;
}
.jobs-section .jobs-wrapper .job-item .item-content .job-description ul li {
    position: relative;
    padding-left: 26px;
}
.jobs-section .jobs-wrapper .job-item .item-content .job-description ul li:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 10px;
    width: 4px;
    height: 4px;
    background: #2c2c2c;
    border-radius: 50%;
}
.jobs-section .jobs-wrapper .job-item .item-btn {
    display: inline-block;
    min-width: 218px;
    height: 48px;
    margin-top: 15px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: var(--ca-gradient);
    border-radius: 8px;
    transition: background 0.3s ease-out;
}
.jobs-section .jobs-wrapper .job-item .item-btn:hover {
    background: linear-gradient(to right, #0288D1, #0288D1);
}


@media (max-width: 1199px) {
    .jobs-section .jobs-wrapper .job-item.active .item-content {
        max-height: 1700px;
        transition: max-height 0.75s ease-out, padding 0.75s ease-out;
    }
}

@media (max-width: 1023px) {
    .jobs-section .jobs-wrapper .job-item .item-toggler {
        padding: 6px 30px;
    }
    .jobs-section .jobs-wrapper .job-item .item-toggler:after {
        right: 30px;
    }
    .jobs-section .jobs-wrapper .job-item .item-toggler .item-cat {
        min-width: 260px;
        font-size: 17px;
    }
    .jobs-section .jobs-wrapper .job-item .item-toggler .item-cat:after {
        left: calc(260px + 30px);
    }
    .jobs-section .jobs-wrapper .job-item .item-toggler .item-title {
        font-size: 17px;
    }
    .jobs-section .jobs-wrapper .job-item .item-content {
        padding: 0 30px 0;
    }
    .jobs-section .jobs-wrapper .job-item.active .item-content {
        max-height: 1850px;
        padding: 0 30px 56px;
    }
    .jobs-section .jobs-wrapper .job-item .item-content .job-description h3,
    .jobs-section .jobs-wrapper .job-item .item-content .job-description h3 .highlighted {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .intro-section {
        padding-top: 32px;
    }
    .ca-banner.ca-img-banner {
        margin-top: 64px;
    }
    .ca-img-banner.alt.medium-img .left-img-wrapper {
       max-width: 144px;
    }
    .jobs-section {
        padding: 34px 0 40px;
    }
    .jobs-section .ca-sec-title {
        margin-bottom: 16px;
    }
    .jobs-section .jobs-subtitle {
        margin-bottom: 30px;
        font-size: 16px;
        text-align: left;
    }
    .jobs-section .jobs-wrapper .job-item .item-toggler {
        padding: 6px 44px 6px 24px;
    }
    .jobs-section .jobs-wrapper .job-item .item-toggler:after {
        right: 24px;
    }
    .jobs-section .jobs-wrapper .job-item .item-toggler .item-cat {
        min-width: 130px;
        font-size: 14px;
        line-height: 1.4;
    }
    .jobs-section .jobs-wrapper .job-item .item-toggler .item-cat:after {
        left: calc(130px + 24px);
    }
    .jobs-section .jobs-wrapper .job-item .item-toggler .item-title {
        padding-left: 6%;
        font-size: 14px;
        line-height: 1.4;
    }
    .jobs-section .jobs-wrapper .job-item .item-content {
        padding: 0 24px 0;
    }
    .jobs-section .jobs-wrapper .job-item.active .item-content {
        max-height: 1800px;
        padding: 0 24px 36px;
        transition: max-height 1s ease-out, padding 1s ease-out;
    }
    .jobs-section .jobs-wrapper .job-item .item-content .job-description {
        font-size: 14px;
    }
    .jobs-section .jobs-wrapper .job-item .item-content .job-description h3, 
    .jobs-section .jobs-wrapper .job-item .item-content .job-description h3 .highlighted {
        font-size: 20px;
    }
    .jobs-section .jobs-wrapper .job-item .item-content .job-description h3 {
        margin: 20px 0 8px;
    }
    .jobs-section .jobs-wrapper .job-item .item-content .job-description p {
        margin-bottom: 14px;
    }
    .jobs-section .jobs-wrapper .job-item .item-content .job-description ul {
        margin-bottom: 18px;
    }
    .jobs-section .jobs-wrapper .job-item .item-content .job-description h4 {
        font-size: 14px;
    }
    .jobs-section .jobs-wrapper .job-item .item-btn {
        min-width: 200px;
    }
}


body.debug {
    background: url(../debug/jobs.jpg) no-repeat top center;
}
body.debug > * {
    opacity: 0.7;
}