/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@400;500;600;700&display=swap');*/



.center-overview {
    --overview-bg: #f3f3f3;
    --overview-card-bg: #272727;
    --overview-dropdown-bg: #3b3b3b;
    --overview-border: rgba(255, 255, 255, 0.26);
    --overview-text: #f3f3f3;

    
    direction: rtl;
    background-color: var(--overview-bg);
    /*font-family: 'Noto Sans Hebrew', sans-serif;*/
    /* Prevent 100vw full-bleed elements from causing horizontal scroll on mobile.
       overflow-x: clip (unlike hidden) does NOT create a scroll container,
       so position:sticky children still work relative to the page scroll. */
    overflow-x: clip;
}

.center-overview__side-panel {
    display: none;
}

.center-overview__content {
    width: 100%;
}

.center-overview__inner {
    padding: 36px 20px 0px;
}

.center-overview__badge {
    margin-bottom: 24px;
}

.center-overview__title {
    margin-bottom: 30px;
}

.center-overview__divider {
    display: none;
}

.center-overview__content-wrapper > .center-overview__divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #8d8d8d;
}

.center-overview__body {
    width: 100%;
}

.center-overview__content-wrapper {
    width: 100%;
    min-width: 0;
}

.center-overview__content-wrapper--single > .center-overview__divider {
    display: none;
}

.center-overview__section--hidden {
    display: none !important;
}

.center-overview__section {
    position: relative;
    scroll-margin-top: 130px;
    /*min-height: 850px;*/
/*    min-height: 100vh;
        min-height: 100dvh;
    */
}





.center-overview__text-col {
    padding: 0 20px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.center-overview__text-content {
    flex: 1;
}

.center-overview__dropdown {
    position: sticky;
    top: var(--mobile-header-height);
    width: 100vw;
    width: 100dvw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 0;
    z-index: 10;
    background-color: var(--overview-dropdown-bg);
}

.center-overview__dropdown-toggle {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 0;
    padding: 24px 20px;
    background-color: var(--overview-dropdown-bg);
    color: var(--overview-text);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    box-sizing: border-box;
}

.center-overview__dropdown-arrow {
    width: 10px;
    height: 10px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
    transition: transform 0.32s ease;
    margin-left: 2px;
}

.center-overview__dropdown-panel {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.36s ease, opacity 0.24s ease;
    background-color: var(--overview-dropdown-bg);
    border-radius: 0;
    margin-top: 0;
    pointer-events: none;
    box-sizing: border-box;
}

.center-overview__dropdown.is-open .center-overview__dropdown-panel {
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
}

.center-overview__dropdown.is-open .center-overview__dropdown-arrow {
    transform: rotate(135deg);
}

.center-overview__menu-item {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    color: #f3f3f3;
    text-align: right;
    padding: 15px 16px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.center-overview__menu-item:last-child {
    border-bottom: 0;
}

.center-overview__menu-item--active {
    position: relative;
}

.center-overview__contact-card {
    position: relative;
    width: 100vw;
    width: 100dvw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 70px 16% 20%;
    border-radius: 0;
    background-color: var(--overview-card-bg);
    background-image: url('../img/doted-bg.jpg');
    background-position: bottom center;
    background-size:contain;
    background-repeat: repeat-x;
    margin-top: 0;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.center-overview__card-triangle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 67.2px;
    height: 30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: var(--overview-dropdown-bg);
}

.center-overview__person-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    padding-inline-start:25px;
    margin-bottom: 16px;
}

.center-overview__person-name {
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 8.2vw, 34px);
    font-weight: 700;
    line-height: 1.12;
}

.center-overview__person-role {
    margin: 0;
    color: #d8d8d8;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
}

/* Wrapper controls the size; hexagon is an absolute background layer inside */
.center-overview__hexagon-wrapper {
    position: relative;
    width: 126px;
    height: 140px;
    flex: 0 0 126px;
}

.center-overview__hexagon {
    position: absolute;
    inset: 0;
    background: #c8c8c8;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* Union mask: rectangular top, hexagon-bottom-point cut.
   clip-path bottom corners = 25% of hexagon height from image bottom (= hexagon bottom-left/right points).
   Default hexagon height: 140px → 35px from bottom. */
.center-overview__hexagon-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 35px), 50% 100%, 0% calc(100% - 35px));
}

.center-overview__separator {
    margin: 0;
    border: 0;
    border-top: 1px solid var(--overview-border);
}

.center-overview__details-row {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    align-items: center;
    column-gap: 25px;
    padding: 15px 0;
    padding-inline-start: 25px;
}

.center-overview__detail-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
}

.center-overview__detail-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: none;
}

.center-overview__details-row .center-overview__detail-link:first-child {
    justify-self: center;
    text-align: center;
}

.center-overview__details-row .center-overview__detail-link:last-child {
    justify-self: left;
    text-align: left;
}

.center-overview__detail-link:hover,
.center-overview__detail-link:focus {
    color: #ffffff;
}

.center-overview__person-description {
    margin: 15px 0 0;
    color: #f3f3f3;
    font-size: 14px;
    line-height: 1.75;
    text-align: justify;
    text-align-last: center;
}

.center-overview__text-content {
    color: #4e4e4e;
}

.center-overview__text-content p {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
    text-align-last: right;
}

.center-overview__text-content ul,
.center-overview__text-content ol {
    margin: 0 0 16px;
    padding-inline-start: 22px;
    padding-inline-end: 22px;
}

.center-overview__text-content ul {
    list-style-type: disc;
}

.center-overview__text-content ol {
    list-style-type: decimal;
}

.center-overview__text-content li {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.center-overview__text-content li:last-child {
    margin-bottom: 0;
}

.center-overview__text-content h3 {
    margin: 30px 0 15px;
    color: #2b2b2b;
    font-size: clamp(34px, 8.9vw, 40px);
    font-weight: 700;
    line-height: 1.15;
}

.center-overview__download-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    border-radius: 7px;
    background: #ffffff;
    color: #3a3a3a;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.10);
    width:100%;
    justify-content: center;
}

.center-overview__download-btn img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

@media (min-width: 1025px) {
    
    
    .center-overview__section {
        min-height: 850px;
    }
   

    
    .center-overview {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        min-height: 1100px;
    }



    .center-overview__side-panel {
        display: block;
        flex: 0 0 191px;
        width: 191px;
        border-left: 1px solid #8d8d8d;
        background-color: var(--overview-bg);
        position: relative;
    }


    .center-overview__section-num {
        position: absolute;
        top: 88px;
        left: 0;
        width: 100%;
        font-size: 22px;
        font-weight: 500;
        color: #949494;
        letter-spacing: 0.04em;
        text-align: center;
        white-space: nowrap;
    }

    .center-overview__section-num::after {
        content: '';
        position: absolute;
        top: 0;
        left: -2px;
        width: 3px;
        height: 110px;
        background-color: #282828;
        border-radius: 2px;
    }

    .center-overview__dropdown {
        display: block;
        position: sticky;
        top: var(--desktop-header-height);
        align-self: start;
        margin-top: -1px;
        margin-right: 0;
        width: 191px;
        margin-left: 0;
        background-color: #3b3b3b;
        z-index: 1;
        border-top: solid 1px #8d8d8d;
        max-height: 851px;
        grid-column: 1;
        grid-row: 1;
    }

    .center-overview__dropdown-toggle {
        display: none;
    }

    .center-overview__dropdown-panel {
        width: 100%;
        height: 100%;
        max-height: none;
        opacity: 1;
        pointer-events: auto;
        background: transparent;
        margin: 0;
        overflow: visible;
        display: flex;
        flex-direction: column;
        min-height: 850px;
    }

    .center-overview__menu-item {
        position: relative;
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-bottom: 2px solid #f3f3f3;
        border-radius: 0;
        background: transparent;
        color: #c2c2c2;
        text-align: center;
        font-family: inherit;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.24;
        padding: 8px 0;
        cursor: pointer;
    max-height: 150px;
    }

    .center-overview__menu-item:last-child {
        border-bottom: 0;
    }

    .center-overview__menu-item--active {
        color: #f3f3f3;
        font-weight: 700;
    }

    .center-overview__menu-item--active::before {
        content: '';
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        width: 15px;
        height: 40px;
        clip-path: polygon(100% 50%, 0 0, 0 100%);
        background-color: #3b3b3b;
    }

    .center-overview__content {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        flex-direction: column;
    }

    .center-overview__inner {
        padding: 88px 66px 60px;
        
    }

    .center-overview__badge {
        margin-bottom: 22px;
        font-size: 16px;
        padding: 6px 40px;
    }

    .center-overview__title {
        margin: 0;
        font-size: 44px;
        line-height: 1.1;
        max-width: 560px;
    }

    .center-overview__divider {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #8d8d8d;
    }

    .center-overview__body {
        position: relative;
        width: calc(100% + 191px);
        max-width: none;
        margin: 0;
        margin-right: -191px;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 191px minmax(0, 1fr);
        gap: 0;
        align-items: start;
        background-color: #3b3b3b;
    }

    .center-overview__content-wrapper {
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
    }

    .center-overview__section {
        scroll-margin-top: 79px;
        background: #f3f3f3;
    }

    #center-overview-section-description {
        display: grid;
        grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
        gap: 0;
        align-items: start;
        background-color: #3b3b3b;
    }

    /* Static background layer for the contact column (stays with parent height). */
    #center-overview-section-description::before {
        content: '';
        grid-column: 1;
        grid-row: 1;
        align-self: stretch;
        background-color: var(--overview-card-bg);
        background-image: url('../img/doted-bg.jpg');
        background-position: bottom center;
        background-size: contain;
        background-repeat: repeat-x;
        pointer-events: none;
        z-index: 0;
    }

    #center-overview-section-description .center-overview__contact-card {
        grid-column: 1;
        grid-row: 1;
    }

    #center-overview-section-description .center-overview__text-col {
        grid-column: 2;
        grid-row: 1;
    }

    .center-overview__contact-card {
        width: 100%;
        margin: 0;
        padding: 90px 24px 22px;
        background: transparent;
        top: var(--desktop-header-height);
        position: sticky;
        z-index: 1;
    }

    .center-overview__card-triangle {
        display: none;
    }

    .center-overview__person-row {
        padding-inline-start: 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 14px;
        text-align: center;
    }

    .center-overview__person-text {
        text-align: center;
    }

    .center-overview__hexagon-wrapper {
        width: 100px;
        height: 114px;
        flex: 0 0 114px;
    }

    /* hexagon height 114px → 25% = 28.5px ≈ 29px */
    .center-overview__hexagon-image {
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 29px), 50% 100%, 0% calc(100% - 29px));
    }

    .center-overview__person-name {
        font-size: 32px;
        line-height: 1.1;
    }

    .center-overview__person-role {
        font-size: 15px;
        margin-top: 6px;
    }

    .center-overview__details-row {
        
        padding-inline-start: 0;
        padding-top: 14px;
        padding-bottom: 14px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .center-overview__details-row .center-overview__detail-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 15px;
        text-align: right;
        justify-self: auto;
        margin-bottom: 10px;
    }

    .center-overview__details-row .center-overview__detail-link:last-child {
        margin-bottom: 0;
    }

    .center-overview__detail-icon {
        width: 17px;
        height: 17px;
        display: inline-block;
    }

    .center-overview__person-description {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.75;
    }

    .center-overview__text-col {
        display: flex;
        flex-direction: column;
        min-width: 0;
        min-height: 100%;
        align-self: stretch;
        padding: 40px 50px;
        max-height: none;
        overflow: visible;
        background-color: #f3f3f3;
    }

    .center-overview__text-content-wrapper {
        display: flex;
        flex: 1;
        gap: 80px;
        min-height: 100%;
    }

    .center-overview__text-content-wrapper--single-col {
        flex-direction: column;
    }

    .center-overview__text-content-wrapper--two-cols {
        flex-direction: row;
    }

    .center-overview__text-content-wrapper--single-col .center-overview__text-content {
        flex: 1;
        width: 100%;
    }

    .center-overview__text-content-wrapper--two-cols .center-overview__text-content {
        flex: 1;
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .center-overview__text-content-wrapper--two-cols .center-overview__text-content--col2 {
        flex: 1;
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .center-overview__text-content {
        margin-bottom: 24px;
    }

    .center-overview__text-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .center-overview__text-content h3 {
        font-size: 38px;
        margin: 28px 0 16px;
        
        break-after: avoid;
    }

    .center-overview__download-btn {
        width: 100%;
        align-self: flex-start;
        min-width: 164px;
        margin-top: auto;
        box-sizing: border-box;
    }

     

}

@media (min-width: 1025px) and (max-width: 1600px) {
    .center-overview__text-content-wrapper--two-cols .center-overview__text-content {
        width: 50%;
    }

    .center-overview__text-content-wrapper--two-cols .center-overview__text-content--col2 {
        width: 50%;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .center-overview__body {
        grid-template-columns: 191px minmax(0, 1fr);
        
    }

    #center-overview-section-description {
        grid-template-columns: minmax(230px, 320px) minmax(0, 1fr);
    }

    .center-overview__text-content-wrapper--two-cols {
        flex-direction: column;
    }

    .center-overview__text-content-wrapper--two-cols .center-overview__text-content {
        width: 100%;
        margin-bottom: 24px;
    }

    .center-overview__text-content-wrapper--two-cols .center-overview__text-content--col2 {
        width: 100%;
    }

    .center-overview__sub-title {
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .center-overview__contact-card {
        padding-right: 20px;
        padding-left: 20px;
    }

    .center-overview__person-row {
        padding-inline-start: 0;
        justify-content: flex-start;
    }

    .center-overview__hexagon-wrapper {
        width: 63px;
        height: 70px;
        flex: 0 0 63px;
    }

    /* hexagon height 70px → 25% = 17.5px ≈ 18px */
    .center-overview__hexagon-image {
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 18px), 50% 100%, 0% calc(100% - 18px));
    }

    .center-overview__details-row {
        grid-template-columns: 63px minmax(0, 1fr);
        padding-inline-start: 0;
    }

    .center-overview__details-row .center-overview__detail-link:first-child {
        justify-self: right;
        text-align: right;
        white-space: nowrap;
    }
}


