@charset "UTF-8";

* {
    font-family: "Rubik", arial, "Assistant", sans-serif;
}

:root {
    --site1: #004f84;
    --site2: #199fd1;
    --site3: #4ca25c;
    --site4: #f5f8fb;
    --site5: #4575a9;
    --site6: #34587f;
    --site7: #f3c30b;
    --site8: #365a80;
    --another: #126788;
    --site9: 54, 90, 128;
    --site1RGB: 3, 114, 172;
    --asBlue: #0372ac;
    --asdBlue: #005e8f;
    --radius: 13px;
    --text: #444;
    --nwesite1: #ffcb05;
    --nwesite2: #00b3f0;
    --nwesite3: #59c517;
    --nwesite4: #ed1d24;
    --nwesite5: #429644;
    --event-primary: #004f84;
    --block-size: 65px;
    --grid-gap: 5px;
    --nav-bg-start: rgba(23, 50, 89, 0.98);
    --nav-bg-end: rgba(31, 67, 115, 0.95);
    --font-main: 'Rubik', sans-serif;
    
    --block-size: 65px;
    --grid-gap: 6px;

    --nwesite1: #ffcb05;
    --nwesite2: #00b3f0;
    --nwesite3: #59c517;
    --nwesite4: #ed1d24;
    --nwesite5: #429644;

}

/* Bootstrap Override */
.only-in-mobile {
    display: none;
}

a {
    color: var(--asBlue);
    transition: 0.5s;
}
.bNagish-container {
    z-index: 9;
}
.bNagish.open .bNagish-toggle {
    display: block;
}
.bNagish .bNagish-toggle span.text {
    display: none;
}
.bNagish.open .bNagish-toggle span.text {
    display: block;
}

a:hover,
a:focus {
    color: var(--asdBlue);
}

figure {
    margin: 0;
}

.table {
    border: 1px solid var(--site1);
}

.table td,
.table th {
    border-top: 1px solid var(--site1);
}

.table thead th {
    border-bottom: 2px solid var(--site1);
    background: #e6f6ff;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid var(--site1);
}

legend {
    font-size: 1rem;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.fa-external-link:before {
    content: none;
}

.img-fluid {
    border-radius: var(--radius);
}

/* Template */
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.bNagish-toggle {
    display: none;
}
@media (min-width: 992px) {
    .header {
        color: #000;
        height: 110px;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .header .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 110px;
        padding: 0;
        z-index: 2;
        background: #004f84;
        box-sizing: border-box;
        border-bottom: 5px solid #ffffff;
        position: relative;
    }
}

@media (min-width: 992px) and (max-height: 850px) {
    .header,
    .header .top {
        height: 80px;
    }
}

/*לוגו*/

@media (min-width: 992px) {
    .logo {
        justify-self: start;
        align-self: flex-start;
        margin-right: 0;
        padding-right: 0;
        width: auto;
        height: auto;
        display: inline-flex;
        align-items: center;
        position: relative;
        z-index: 10;
    }

    .logo::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 223px;
        width: clamp(260px, 24vw, 432px);
        background-image: url("images/masc-logo-new.svg?v=4");
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 1;
    }

    .logo img {
        display: block;
        width: clamp(160px, 14vw, 350px);
        height: auto;
        position: relative;
        z-index: 2;
        margin-top: 23px;
        margin-right: 3px;
    }
}

@media (min-width: 992px) and (max-height: 850px) {
    .logo img {
        margin-top: 12px;
        width: clamp(160px, 15vw, 310px);
    }
}

@media (max-width: 991px) {
    .logo {
        position: relative;
        display: inline-flex;
        align-self: flex-start;
        width: auto;
        height: auto;
    }

    .logo::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0px;
        width: 280px;
        height: 127px;
        background-image: url("images/mascnew.svg?v=3");
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 2;
    }

    .logo img {
        display: block;
        width: 200px;
        height: auto;
        position: relative;
        z-index: 2;
        margin-top: clamp(10px, 2vh, 16px);
        margin-right: 2px;
    }
}

/*תפריט ראשי*/

@media (min-width: 992px) {
    .header nav.navigation {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        z-index: 900;
        max-width: calc(100% - 500px);
    }

    .header nav.navigation > ul {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        gap: clamp(0.6rem, 1.3vw, 1.8rem);
    }

    .header nav.navigation > ul > li {
        display: flex;
        align-items: center;
        height: 100%;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .header nav.navigation > ul > li:nth-child(5n + 1) { --item-color: var(--nwesite1, #ffcb05); }
    .header nav.navigation > ul > li:nth-child(5n + 2) { --item-color: var(--nwesite2, #00b3f0); }
    .header nav.navigation > ul > li:nth-child(5n + 3) { --item-color: var(--nwesite3, #59c517); }
    .header nav.navigation > ul > li:nth-child(5n + 4) { --item-color: var(--nwesite4, #ed1d24); }
    .header nav.navigation > ul > li:nth-child(5n + 5) { --item-color: var(--nwesite5, #429644); }

    /* משולש חיבור בולט - מוצג רק אם ל-li יש תפריט נפתח (ul) */
    .header nav.navigation > ul > li:has(ul):hover::before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
        z-index: 1002;
        pointer-events: none;
        filter: drop-shadow(0 -2px 3px rgba(0, 0, 0, 0.2));
    }

    .header nav.navigation > ul > li > span {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .header nav.navigation > ul > li > span > a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        color: #ffffff;
        font-size: clamp(0.92rem, 1.05vw, 1.15rem);
        line-height: 1;
        text-decoration: none;
        padding: 0 4px;
        margin: 0;
        white-space: nowrap;
        box-sizing: border-box;
        transition: opacity 0.25s ease;
    }

    .header nav.navigation > ul > li:hover > span > a {
        color: #ffffff;
        opacity: 0.85;
    }

    .header nav.navigation > ul > li > span > a.on {
        font-weight: bold;
    }

    .header nav.navigation .icon,
    .header nav.navigation .arrow {
        display: none;
    }

    .header nav.navigation > ul > li:not(:last-child)::after {
        content: "";
        position: absolute;
        left: calc(clamp(0.6rem, 1.3vw, 1.8rem) / -2 - 3px);
        top: 50%;
        transform: translateY(-50%);
        width: 5px;
        height: 5px;
        border-radius: 50%;
        pointer-events: none;
        background-color: var(--item-color);
    }
}

@media (min-width: 992px) and (max-width: 1350px) {
    .header nav.navigation {
        max-width: calc(100% - 420px);
    }

    .header nav.navigation > ul {
        gap: clamp(0.4rem, 0.9vw, 1.1rem);
    }

    .header nav.navigation > ul > li:not(:last-child)::after {
        display: none;
    }
}

/*תפריט נפתח - עיצוב*/

@media (min-width: 992px) {
    .header nav.navigation > ul > li > ul {
        column-count: 3;
        column-gap: 36px;
        column-rule: 1px solid rgba(255, 255, 255, 0.14);
        width: min(780px, 82vw);
        max-width: calc(100vw - 40px);
        max-height: calc(82vh - 110px);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        transform: none;
        margin-top: 0;
        padding: 28px 32px;
        box-sizing: border-box;
        z-index: 1001;
        background: linear-gradient(135deg, rgb(0, 79, 132) 0%, rgb(11, 56, 86) 100%);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-top: 2px solid rgba(255, 255, 255, 0.35);
        border-radius: 0 0 16px 16px;
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
        visibility: hidden;
        opacity: 0;
        clip-path: inset(0 0 100% 0);
        pointer-events: none;
        transition: clip-path 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, visibility 0.45s;
    }

    .header nav.navigation > ul > li:nth-child(n+3) > ul {
        right: auto;
        left: 0;
    }

    .header nav.navigation > ul > li > ul::-webkit-scrollbar {
        width: 5px;
    }

    .header nav.navigation > ul > li > ul::-webkit-scrollbar-track {
        background: transparent;
    }

    .header nav.navigation > ul > li > ul::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.25);
        border-radius: 10px;
        transition: background-color 0.2s ease;
    }

    .header nav.navigation > ul > li > ul::-webkit-scrollbar-thumb:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .header nav.navigation > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        clip-path: inset(0 0 0 0);
        pointer-events: auto;
    }

    .header nav.navigation > ul > li > ul > li {
        list-style: none;
        position: relative;
        break-inside: avoid;
        margin-bottom: 14px;
    }

    .header nav.navigation > ul > li > ul > li a {
        padding: 5px 0;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        position: relative;
        color: rgba(255, 255, 255, 0.88);
        font-size: 1.05rem;
        line-height: 1.35;
        transition: color 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .header nav.navigation > ul > li > ul > li a::before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-top: 4px;
        background-color: rgba(255, 255, 255, 0.65);
        -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'><polyline points='15 18 9 12 15 6'/></svg>") no-repeat center / contain;
        mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'><polyline points='15 18 9 12 15 6'/></svg>") no-repeat center / contain;
        transform: translateX(0);
        transition: background-color 0.3s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
        flex-shrink: 0;
    }

    .header nav.navigation > ul > li > ul > li a::after {
        display: none;
    }

    .header nav.navigation > ul > li > ul > li a:hover {
        color: #ffffff;
        transform: translateX(-4px);
    }

    .header nav.navigation > ul > li > ul > li a:hover::before {
        background-color: #ffffff;
        transform: translateX(-3px);
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .header nav.navigation > ul > li > ul {
        column-count: 2;
        column-gap: 28px;
        width: min(500px, 62vw);
        padding: 22px;
    }

    .header nav.navigation > ul > li > ul > li {
        margin-bottom: 12px;
    }

    .header nav.navigation > ul > li > ul > li a {
        font-size: 0.92rem;
    }
}

/*header side*/

.header-side {
    display: flex;
    direction: rtl;
    align-items: center;
    justify-self: end;
    margin-left: clamp(10px, 2vw, 40px);
    width: auto;
    max-width: 100%;
    background-color: #ffffff;
    box-shadow: none;
    overflow: visible;
    position: relative;
    gap: 6px;
    z-index: 800;
    padding: 1.5rem;
    border-radius: 0 0 15px 15px;
    margin-top: 35px;
}

.moked-block {
    position: relative;
    width: 92px;
    height: 92px;
    background-color: #e51a1a;
    border-radius: 6px;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    padding: 12px;
    text-decoration: none;
    overflow: visible;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.moked-text {
    color: #ffffff;
    font-size: 1.1rem;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.moked-img {
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 75px;
    height: auto;
    max-height: none;
    z-index: 1;
    pointer-events: none;
    transform-origin: bottom center;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.moked-block:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(229, 26, 26, 0.35);
    background-color: #e51a1a;
    text-decoration: none;
}

.moked-block:hover .moked-img {
    transform: scale(1.1) rotate(-3deg);
}

.merhav-block {
    position: relative;
    width: 92px;
    height: 92px;
    background-color: #78cb3d;
    border-radius: 6px;
    display: flex;
    align-items: flex-end;
    justify-content: right;
    padding: 12px;
    text-decoration: none;
    overflow: visible;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.merhav-block .moked-text {
    line-height: 1.15;
    text-align: right;
}

.merhav-img {
    position: absolute;
    bottom: 0;
    left: -20px;
    right: auto;
    width: 75px;
    height: auto;
    max-height: none;
    z-index: 1;
    pointer-events: none;
    transform-origin: bottom center;
    transform: scaleX(-1);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.merhav-block:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(120, 203, 61, 0.35);
    background-color: #77ca3c;
    text-decoration: none;
}

.merhav-block:hover .merhav-img {
    transform: scaleX(-1) scale(1.1) rotate(3deg);
}

.header-side-main {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: auto;
}

.social-icons-grid {
    display: grid;
    grid-template-rows: repeat(2, 43px);
    grid-auto-flow: column;
    grid-auto-columns: 43px;
    gap: 6px;
    width: fit-content;
}

.social-icons-grid .icon-btn {
    width: 43px;
    height: 43px;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    transition: background-size 0.25s cubic-bezier(0.25, 1, 0.5, 1),
                font-size 0.25s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.25s ease,
                filter 0.25s ease;
}

.social-icons-grid .icon-btn:hover {
    background-size: 32px;
    font-size: 28px;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    filter: brightness(1.1);
}

@media (min-width: 992px) {
    .header-side {
        box-shadow: 0 -5px 25px rgb(0 0 0 / 49%);
    }
}

@media (max-width: 1199px), (min-width: 992px) and (max-height: 850px) {
    .moked-block,
    .merhav-block {
        width: 65px;
        height: 65px;
        padding: 6px;
    }

    .moked-img {
        height: 123%;
    }

    .social-icons-grid {
        display: grid;
        height: var(--block-size, 65px);
        grid-template-rows: repeat(2, 1fr);
        grid-auto-flow: column;
        grid-auto-columns: calc((var(--block-size, 65px) - var(--grid-gap, 6px)) / 2);
    }

    .social-icons-grid .icon-btn {
        width: 100%;
        height: 100%;
        font-size: calc(var(--block-size, 65px) * 0.22);
    }

    .qs-strip.qs-desktop .qs-item:not(:last-child) .qs-label::after {
        left: calc(clamp(0.5rem, 2vw, 2.5rem) * -0.5);
    }
}

@media (max-width: 991px) {
    .header-side {
        text-align: left;
        justify-content: center;
        margin: auto;
    }
}
/*low*/
.low {
    position: absolute;
    top: 175px;
    right: 20px;
    width: 160px;
    z-index: 99;
}

.low .quick {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
}

.low .icon img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin-right: auto;
}

.low .quick .labels {
    display: block;
    text-align: center;
}

.low .quick .labels span {
    background-color: rgba(var(--site9), 0.67);
    border-radius: 3px;
    width: fit-content;
    padding: 5px 10px;
}

.low .quick .smart-nav-submit {
    border-radius: 0.7rem;
}

.low .quick select {
    display: block;
    width: 100%;
}

.low .quick.open .wrap {
    display: block;
}

.low .quick .wrap {
    position: relative;
    display: none;
}

.low .quick .wrap .fast-navigation {
    position: relative;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    border-radius: 0 0 10px 10px;
    border-bottom: 8px solid var(--site8);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 1rem;
}

.low .quick .wrap .fast-navigation > * {
    margin-block: 0.5rem;
}

.low .quick .fast-navigation {
    padding: 1rem 0;
    border-radius: 0 0 2rem 2rem;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.low .quick .fast-navigation:after {
    clear: both;
    display: block;
    content: "";
}

.low .quick .fast-navigation label {
    background: var(--site1);
    border-radius: 0 2rem 2rem 0;
    padding: 5px 10px;
    border: 0;
    margin: 0;
}

.low .quick .fast-navigation select {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 5px 10px;
    margin-block: 5px;
}

.low .quick .fast-navigation button {
    background: rgba(var(--site9), 0.8);
    background-color: var(--site3);
    border: 0;
    border-radius: 5px;
    padding: 3px 10px;
    color: #fff;
    font-weight: bold;
    width: 100px;
    margin-top: 1rem;
}

.custom-svg-button {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
}

.custom-svg-button .button-text {
    position: absolute;
    top: 37px;
    left: 13px;
    color: #22365b;
    font-weight: 500;
    font-size: clamp(1.2rem, 1.8vw, 1rem);
    line-height: 0.8;
    text-align: right;
    z-index: -1;
}

.srv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 127px;
    height: 103px;
}

.srv .icon {
    display: flex;
    justify-content: center;
    width: 100%;
}

.serv figure {
    display: flex;
    width: 100%;
    justify-content: center;
}

.srv figcaption {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    padding-inline: 10px;
}

.srv:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.custom-svg-button .icon img {
    transition:
        transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.4s ease;
    transform-origin: bottom center;
}

.custom-svg-button .button-text {
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        color 0.3s ease;
}

@media (min-width: 992px) {
    .custom-svg-button:hover {
        transform: translateY(-5px);
    }

    .custom-svg-button:hover .icon img {
        transform: scale(1.04) rotate(1deg);
        filter: drop-shadow(0 12px 18px rgb(76 78 82 / 23%));
    }

    .custom-svg-button:hover .button-text {
        color: #1497cd;
        transform: translateY(-2px);
    }
}
@media (min-width: 992px) and (max-height: 850px) {
    .low {
        top: 120px;
        width: 190px;
    }

    .custom-svg-button .button-text {
        font-size: 1.2rem;
        top: 39px;
        left: 33px;
    }
}
@media (min-width: 992px) and (max-height: 850px) {
    .custom-svg-button .button-text {
        font-size: 1.2rem;
        top: 39px;
        left: 33px;
    }
}

@media (max-width: 991px) {
    .low-desktop {
        display: none;
    }
}

/*footer*/
@media (min-width: 992px) {
    .footer-container {
        width: 100%;
        height: 120px;
        /* position: fixed; */
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 95;
        background: #ffffff00;
    }

    .footer {
        background: #ffffff;
        border-radius: 3rem 3rem 0 0;
        padding: 0.25rem 1.5rem;
        direction: rtl;
        width: 100%;
        box-shadow: 0 -5px 25px rgb(0 0 0 / 22%);
        box-sizing: border-box;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        z-index: 1;
    }

    .footer .container-fluid {
        max-width: 100%;
        padding: 0.25rem 1rem;
    }

    .footer-top-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding-bottom: 0;
        /* position: absolute; */
    }

    .footer-right-block {
        display: flex;
        align-items: center;
    }

    .footer-sections-grid ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        gap: clamp(1rem, 1.5vw, 2rem);
    }

    .footer-sections-grid li {
        position: relative;
        display: inline-block;
    }

    .footer-sections-grid li a {
        color: #333333;
        text-decoration: none;
        transition: color 0.2s ease;
        font-size: clamp(0.9rem, 0.95vw, 1.05rem);
        white-space: nowrap;
    }

    .footer-sections-grid li a:hover {
        color: #005ca9;
    }

    .footer-sections-grid li:not(:last-child)::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #00a4e4;
        border-radius: 50%;
        left: calc(clamp(1rem, 1.5vw, 2rem) * -0.6);
        top: 50%;
        transform: translateY(-50%);
    }

    .footer-left-block {
        display: flex;
        align-items: center;
        gap: clamp(1.5rem, 2vw, 2.5rem);
    }

    .footer-logo-block img {
        max-height: clamp(50px, 4vw, 65px);
        width: auto;
        display: block;
    }

    .footer-contact-block {
        display: flex;
        align-items: center;
        position: relative;
        padding-right: clamp(1.5rem, 2vw, 2.5rem);
    }

    .footer-contact-block::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 2px;
        background: linear-gradient(to bottom, #3ec5f2, #44c14a, #facb06);
    }

    .footer-address {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: right;
        line-height: 1.4;
    }

    .footer-brand {
        font-size: clamp(1.05rem, 1.1vw, 1.25rem);
        font-weight: 700;
        color: #005ca9;
        white-space: nowrap;
    }

    .footer-location {
        font-size: clamp(0.85rem, 0.9vw, 0.95rem);
        color: #005ca9;
        white-space: nowrap;
    }

    .bold-maan {
        font-weight: bold;
    }

    .dot-maan {
        color: #f6c610;
    }

    .footer-phone {
        font-size: clamp(2.2rem, 2.6vw, 3rem);
        color: #005ca9;
        font-weight: 800;
        line-height: 1;
        letter-spacing: -1px;
        direction: ltr;
        display: inline-block;
    }

    .footer-phone span {
        color: #2eb5e7;
    }

    .footer-bottom-row {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #e0e0e0;
        padding-top: 0.75rem;
        font-size: clamp(0.8rem, 0.85vw, 0.95rem);
        color: #333333;
    }

    .footer-copyright {
        text-align: right;
        position: absolute;
    }

    .footer-credit {
        text-align: left;
    }

    .footer-credit a {
        color: #333333;
        text-decoration: none;
        font-weight: 600;
    }

    .footer-credit a:hover {
        text-decoration: underline;
    }

    .heart {
        color: #ff0000;
        display: inline-block;
        margin: 0 2px;
    }
}

@media (min-width: 992px) {
    /*#content {
        position: fixed;
        left: 0;
        right: 0;
        overflow: hidden;
        top: 0;
        bottom: 110px;
    }*/

    .footer-container {
        height: 112px;
        background: #22546b;
        position: fixed;
    }

    .footer-logo-block {
        display: none;
    }
    .footer-phone {
        font-size: clamp(1.1rem, 1.3vw, 1.6rem);
    }
    .footer-brand {
        font-size: clamp(1rem, 1vw, 1.1rem);
    }
    .footer-bottom-row {
        border-top: 0px solid #e0e0e0;
    }
    .footer-bottom-row-hompage {
        padding-top: 0;
    }
}

@media (min-width: 991px){
    .footer-bottom-row-hompage {
        display: flex;
    }

    .footer-bottom-row-allpage {
        display: none;
    }
}
@media (max-width: 1250px) and (min-width: 991px){
    .footer-bottom-row-hompage {
        display: block;
    }
    .footer-credit {
        text-align: center;
    }
}
@media (max-width: 991px) {

    .footer-container {
        width: 100%;
        height: auto;
        position: relative;
        background: transparent;
        z-index: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .footer {
        position: relative;
        height: auto;
        background: #ffffff;
        border-radius: 2rem 2rem 0 0;
        padding: 2.5rem 1.5rem 1.5rem 1.5rem;
        box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.05);
        direction: rtl;
        width: 100%;
        box-sizing: border-box;
        /* margin-top: -77px; */
        z-index: 10;
    }

    .footer .container-fluid {
        max-width: 100%;
        padding: 0;
    }

    .footer-top-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        width: 100%;
    }

    .footer-right-block {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .footer-sections-grid {
        width: 100%;
    }

    .footer-sections-grid ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.7rem;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footer-sections-grid li {
        width: 100%;
    }

    .footer-sections-grid li a {
        font-size: 1rem;
        color: #333333;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .footer-sections-grid li a:hover {
        color: #005ca9;
    }

    .footer-sections-grid li:not(:last-child)::after {
        display: none;
    }

    .footer-left-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
        width: 100%;
    }

    .footer-logo-block {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .footer-logo-block img {
        max-height: 80px;
        width: auto;
        display: block;
    }

    .footer-contact-block {
        padding: 0;
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-contact-block::before {
        display: none;
    }

    .footer-address {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 4px;
        width: 100%;
    }
    .footer-sections-grid ul {
        display: grid;
        grid-template-columns: repeat(2, auto); 
        gap: 12px 40px;                     
        width: fit-content;         
        margin: 0 auto;                       
        padding: 0;
        list-style: none;
        text-align: right;                  
    }
    .footer-sections-grid ul li {
        width: 100%;
    }

    .footer-brand {
        font-size: 1.35rem;
        font-weight: 700;
        color: #005ca9;
    }

    .footer-location {
        font-size: 1.05rem;
        color: #005ca9;
    }

    .bold-maan {
        font-weight: bold;
    }

    .dot-maan {
        color: #f6c610;
    }

    .footer-address::after {
        content: "";
        display: block;
        width: 65px;
        height: 3px;
        background: linear-gradient(to right, #3ec5f2, #44c14a, #facb06);
        margin-top: 0.8rem;
        border-radius: 2px;
    }

    .footer-phone {
        font-size: 3.6rem;
        color: #005ca9;
        font-weight: 800;
        line-height: 1;
        letter-spacing: -1px;
        direction: ltr;
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 0.25rem;
    }

    .footer-phone span {
        color: #2eb5e7;
    }

    .footer-bottom-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.6rem;
        border-top: 1px solid #e0e0e0;
        padding-top: 1.25rem;
        margin-top: 1.5rem;
        font-size: 0.95rem;
        color: #333333;
        text-align: center;
        width: 100%;
    }

    .footer-copyright,
    .footer-credit {
        width: 100%;
        text-align: center;
    }

    .footer-credit a {
        color: #333333;
        text-decoration: none;
        font-weight: 600;
    }

    .footer-credit a:hover {
        text-decoration: underline;
    }

    .heart {
        color: #ff0000;
        display: inline-block;
        margin: 0 2px;
    }
}

/* Breadcrumbs */
.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs ul > li {
    display: inline-block;
}
.breadcrumbs ul > li a{
    color:white;
}
.breadcrumbs ul > li:after {
    font-family: "FontAwesome";
    content: "\f104";
    padding: 0 5px;
    display: inline-block;
    color: #00b3f0;
}

.breadcrumbs ul > li:last-child:after {
    content: "";
    padding: 0;
}

/* bNagish */
.bNagish-toggle {
    bottom: auto;
    top: 32px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: #000;
    color: #043d63;
    border-radius: 50%;
}

.bNagish-toggle em {
    font-size: 29px;
    position: unset;
    top: auto;
    left: auto;
    margin-right: auto;
    transform: none;
    margin-top: 5px;
    margin-left: 0;
}

.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
    padding: 3px;
    border-radius: 30px;
}

/* Skip Ads */

.skip-ad {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.skip-ad .skip-ad-container {
    max-width: 540px;
    margin: 0 auto;
    padding: 15px;
}

.skip-ad .skip-ad-content {
    position: relative;
    margin-top: 80px;
}

.skip-ad .skip-ad-content .msg {
    background: #fff;
    padding: 30px;
}

.skip-ad img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 3rem;
}

.skip-ad .skip-ad-close {
    position: absolute;
    top: -25px;
    left: -30px;
    width: 100%;
    text-align: left;
    color: #000;
}

.skip-ad #close-skip-ad {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3rem;
    background: #fff;
    color: #000;
    border: 2px solid #000;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
    background: #000;
    color: #fff;
    border: 2px solid #fff;
}
/* Header Search */
.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 2px solid #1d99d9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-search .content {
  position: relative;
  height: 100%;
}

.header-search input {
  border: 0;
  background: #fff;
  width: 100%;
  font-size: 1.5em;
  padding: 30px;
  height: 100%;
  outline: none;
}

.header-search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background: none;
  border: 0;
  cursor: pointer;
}

.header-search button.submit {
  left: 101px;
  font-size: 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.header-search button.submit:hover {
  color: #754c29;
}

/* Mobile Navigation */
.mobile-navigation.open {
    visibility: visible;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.mobile-navigation nav a.on,
.mobile-navigation nav li.on > span > a {
    font-weight: bold;
}

.mobile-navigation nav button {
    display: none;
}

.mobile-navigation nav ul ul {
    display: none;
}

.mobile-navigation nav a {
    /* display: block; */
    /* padding: 15px; */
}

.mobile-navigation-search {
    position: relative;
    margin: 1rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        visibility 0.4s;
    visibility: hidden;
    background: #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.mobile-navigation.open {
    transform: translateX(100%);
    visibility: visible;
}

.mobile-navigation .content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
}

.mobile-navigation .content .head {width: 100%;background: #ffffff;/* padding: 15px 20px; */display: flex;justify-content: space-between;align-items: center;box-sizing: border-box;direction: rtl;}

.mobile-navigation .content .head .button {
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    color: #64748b;
    border: 0;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mobile-navigation .content .head .button:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.mobile-navigation-search {
    position: relative;
    margin: 10px 20px 20px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.mobile-navigation-search:focus-within {
    border-color: var(--nwesite2, #00b3f0);
}

.mobile-navigation-search input {
    display: block;
    width: 100%;
    padding: 12px 16px 12px 45px;
    background: transparent;
    border: 0;
    font-size: 0.95rem;
    color: #1e293b;
    text-align: right;
}

.mobile-navigation-search button.submit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 45px;
    background: none;
    border: 0;
    color: #94a3b8;
    font-size: 14px;
    cursor: pointer;
}

.mobile-navigation nav {
    margin: 0;
    background: #ffffff;
}

.mobile-navigation nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-navigation nav li {
    border-bottom: 1px solid #f1f5f9;
    position: relative;
}

.mobile-navigation nav li:last-child {
    border-bottom: none;
}

.mobile-navigation nav li > span {
    display: block;
    position: relative;
}

.mobile-navigation nav > ul > li > span > a {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: right;
    padding: 16px 24px;
    color: #1e293b;
    font-size: 1.05rem;
    /* font-weight: 600; */
    text-decoration: none;
    transition: all 0.2s ease;
}

.mobile-navigation nav > ul > li > span > a .icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.mobile-navigation nav .toggle-sub-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #64748b !important;
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 1rem;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    transition: color 0.2s ease;
}

.mobile-navigation nav .toggle-sub-menu:after {
    content: "\f104";
}

.mobile-navigation nav .toggle-sub-menu.opened:after {
    content: "\f107";
}

.mobile-navigation nav .toggle-sub-menu.no-sub-menu {
    display: none;
}

.mobile-navigation nav ul ul {
    border-top: 1px solid #f1f5f9;
}

.mobile-navigation nav ul ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

.mobile-navigation nav ul ul li:last-child {
    border-bottom: none;
}

.mobile-navigation nav ul ul li a {
    display: block;
    padding: 14px 44px 14px 48px;
    color: #475569;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    text-align: right;
}

.mobile-navigation nav ul ul li a img {
    display: none;
}

.mobile-navigation nav ul ul ul {
    background: #f1f5f9;
    border: none;
}

.mobile-navigation nav ul ul ul li a {
    padding-right: 64px;
    font-size: 0.9rem;
    color: #64748b;
}

.mobile-navigation nav ul ul li .toggle-sub-menu {
    left: 16px;
}

.mobile-navigation nav ul ul li span > a em.arrow,
.mobile-navigation nav > ul > li > span > a em.arrow {
    display: none;
}

.mobile-soc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 24px 16px;
    margin-top: 30px;
    border-top: 1px solid #f1f5f9;
    background: #ffffff;
}

.mobile-soc a.icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.mobile-soc a.icon-btn:hover {
    transform: translateY(-1px);
}

.mobile-navigation .toggle-sub-menu .sr-only,
.mobile-navigation .offset {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 991px) {
    .mobile-navigation-container .mobile-navigation {
        display: flex;
        flex-direction: column;
        background: #ffffff;
    }
    .mobile-navigation.open .header-side {
        margin-bottom: 25px;
    }
    .mobile-navigation-container .mobile-navigation .content {
        display: flex;
        flex-direction: column;
        height: 100%;
        box-sizing: border-box;
    }

    .mobile-navigation-container .mobile-navigation nav {
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: space-between;
    }

    .mobile-navigation-container .mobile-navigation nav > ul[role="menubar"] {
        display: flex;
        flex-direction: column;
        padding: 40px 30px 10px 20px;
        gap: 20px;
    }

    .mobile-navigation-container .mobile-navigation nav > ul[role="menubar"] > li {
        width: 100%;
        text-align: right;
        border-bottom: none;
    }

    .mobile-navigation-container .mobile-navigation nav > ul[role="menubar"] > li > span > a {
        display: inline-block;
        color: #0c6cb5;
        font-size: 1.4rem;
        text-decoration: none;
        padding: 0;
        text-align: center;
    }

    .mobile-navigation-container .mobile-navigation nav > ul[role="menubar"] > li:not(:last-child)::after {
        content: "";
        display: block;
        width: 75%;
        height: 2px;
        background-color: #f7cb38;
        margin: 20px 0 0 auto;
        border-radius: 10px;
    }

.mobile-navigation .content .head .button.mobile-navigation-close {
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 99; 
    margin: 0;
}
    .mobile-navigation-container .mobile-navigation .content .low-mobile {
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 250px;
        margin-top: auto;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: 20px;
        align-self: flex-end;
    }

    .mobile-navigation-container .mobile-navigation .custom-svg-button {
        display: block;
        width: 100%;
    }

    .mobile-navigation-container .mobile-navigation .custom-svg-button .icon img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }

    .mobile-navigation-container .mobile-navigation .header-side-main {
        display: flex;
        flex-direction: row;
        gap: 8px;
        flex: 1;
    }

    .mobile-navigation-container .mobile-navigation .form-search {
        position: relative;
        display: flex;
        align-items: center;
        background: #d4eefc;
        border-radius: 30px;
        height: 45px;
        width: 90%;
        border: none;
        margin: 100px auto 0 auto;
        /* margin-bottom: 0; */
        z-index: 99999999;
        /* margin-right: auto; */
    }

    .mobile-navigation-container .mobile-navigation .form-search input {
        width: 100%;
        height: 100%;
        border: none;
        background: transparent;
        padding: 10px 15px 10px 45px;
        font-size: 1.15rem;
        color: #c0d8f4;
        text-align: right;
        outline: none;
    }

    .mobile-navigation-container .mobile-navigation .form-search input::placeholder {
        color: #14539c;
        opacity: 0.8;
    }

    .mobile-navigation-container .mobile-navigation .form-search button {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        color: #14539c;
        font-size: 1.1rem;
        cursor: pointer;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-navigation-container .mobile-navigation .social-icons-grid {
        display: grid;
        height: var(--block-size);
        grid-template-rows: repeat(2, 1fr);
        grid-auto-flow: column;
        grid-auto-columns: calc((var(--block-size) - var(--grid-gap)) / 1);
    }

    .mobile-navigation-container .mobile-navigation .moked-block ,.mobile-navigation-container .mobile-navigation .merhav-block {
        align-items: flex-start;
        width: 65px;
        height: 126px;
        padding: 6px;
    }

    .mobile-navigation-container .mobile-navigation .moked-block .moked-img {
        width: 100%;
        height: 65px;
        max-width: 65px;
        display: block;
        margin-bottom: 3px;
    }

}

/*services*/
.qs-strip {
    display: none;
}
.page-content-head .container,
.page-container {
    width: calc(100% - 30px);
    max-width: 1540px;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.sub-pages-nav ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 0;
    margin: 0;
}

.page-header {
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 90px;
}

.page-content-head {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 0;
    margin: 0;
    transform: translateY(50%);
}

.page-content-head .container {
    background: #004f84;
    color: #ffffff;
    border: solid 6px #ffffff;
    padding: 1.25rem 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.page-content {
    background: #fff;
    margin-bottom: 3rem;
    margin-top: 0;
}

.page-content-body {
    padding-top: 0;
}
.rich-content {
    padding: 0 2rem;
}
.page-content-body {
    min-height: 20rem;
    padding: 1.5rem 0px;
}
@media (max-width: 991px) {
    .page-header {
        height: auto;
        padding-top: 10px;
        background-size: 0 0;
        margin-bottom: 25px;
    }

    .page-header .overlay {
        display: none;
    }

    .page-content-head {
        transform: none;
    }

    .page-content-head .container {
        border-width: 4px;
        padding: 1rem 1.25rem;
    }

    .sub-pages-nav ul {
        grid-template-columns: 1fr;
    }
}
/**/

.container,
.page-container {
    width: calc(100% - 30px);
    max-width: 1540px;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
@media (min-width: 992px) {
    .page-header ~ .page-container .page-wrapper {
        margin-top: 0;
    }
    body > .container {
        margin-top: 110px;
    }
}
@media (max-width: 991px) {
    body > .container,
    .page-wrapper {
        margin-top: 20px;
    }
}
/* Social Sharing Buttons */
.social-share {
    font-size: 16px;
    text-align: center;
}

.social-share .h6 {
    font-size: 1.3rem;
}

.social-share a {
    min-width: 40px;
    text-align: center;
    display: inline-block;
}

/* InPage Navigation */
.sub-pages-nav.outside {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.sub-pages-nav ul {
    list-style: none;
    padding: 0;
    /* margin: 0 -1rem; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 375px), 1fr));
    max-width: 100%;
}

.sub-pages-nav ul ul {
    display: none;
}

.sub-pages-nav ul > li {
    position: relative;
    padding: 0.5rem;
}

.sub-pages-nav ul > li > span {
    height: 100%;
}

.sub-pages-nav.with-icons ul > li > span {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 1rem;
}

.sub-pages-nav ul > li::after {
    content: "";
    content: none;
    position: absolute;
    right: 10px;
    height: calc(90% - 1rem);
    background: var(--site1);
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    border-radius: 0 50px 50px 0;
}

.sub-pages-nav ul > li:nth-child(5n + 1) a .icon {
    background: var(--site1);
}

.sub-pages-nav ul > li:nth-child(5n + 2) a .icon {
    background: var(--site2);
}

.sub-pages-nav ul > li:nth-child(5n + 3) a .icon {
    background: var(--site3);
}

.sub-pages-nav ul > li:nth-child(5n + 4) a .icon {
    background: var(--site8);
}

.sub-pages-nav ul > li:nth-child(5n + 5) a .icon {
    background: var(--site5);
}

.sub-pages-nav a {
    height: inherit;
    display: block;
    color: var(--text);
    font-size: 1.4rem;
    border: none;
    padding: 2px;
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sub-pages-nav a {
    display: block;
    color: #333;
    background: #fff;
    color: var(--site1);
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.1rem;
    position: relative;
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.13);
    border-radius: 15px;
    overflow: hidden;
}

.sub-pages-nav li a {
    position: relative;
    display: flex;
}

.sub-pages-nav a > span {
    display: table-cell;
    vertical-align: middle;
    padding: 1.1rem 0.75rem;
    width: 98%;
}

.sub-pages-nav.with-icons li a {
    flex-direction: column;
    align-items: center;
    padding-block: 2rem;
}

.sub-pages-nav a .icon {
    height: 100%;
    position: relative;
    border-radius: 0 15px 15px 0;
    padding: 0;
    width: 22px;
}

.sub-pages-nav.with-pics li .icon {
    border-radius: 0;
    padding-bottom: 56.25%;
    margin-bottom: 0.5rem;
    display: block;
    overflow: hidden;
    margin-inline: auto;
    width: 100%;
}

.sub-pages-nav.with-icons ul li a .icon {
    height: 60px;
    width: 60px;
    display: flex;
    object-fit: cover;
    margin-bottom: 0.5rem;
    background: transparent;
}

.sub-pages-nav a img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.sub-pages-nav.with-icons a img {
    position: relative;
    margin: auto;
    width: 50px;
}

.sub-pages-nav a .info {
    min-height: 100px;
    display: block;
    padding: 1rem;
}

.sub-pages-nav a .description {
    display: block;
    color: #777;
    margin: 10px 0;
}

.sub-pages-nav a .name {
    display: block;
    font-weight: bold;
    color: var(--site1);
}

.sub-pages-nav a .read-more {
    display: block;
    text-align: center;
}

.sub-pages-nav a .read-more span {
    display: inline-block;
    background: var(--site1);
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
}

.sub-pages-nav.with-pics a {
    display: block;
    background: #fff;
    color: var(--site1);
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.1rem;
    position: relative;
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.13);
    border-radius: 15px;
    overflow: hidden;
}

.sub-pages-nav.with-pics a:hover {
    transform: scale(1.1);
}

.sub-pages-nav.outside a {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav .arrow {
    font-family: "FontAwesome";
    font-style: normal;
    color: #657177;
}

.sub-pages-nav .arrow:before {
    content: "\f104";
}

.sub-pages-nav.with-pics a .icon {
    height: 90px;
    margin-bottom: 0.5rem;
    display: block;
    position: relative;
}

.sub-pages-nav.with-pics a .icon {
    padding-bottom: 56.25%;
    margin-bottom: 0.5rem;
    display: block;
    position: relative;
    overflow: hidden;
}

.sub-pages-nav.with-pics a .icon img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.sub-pages-nav.with-pics a .info {
    min-height: 100px;
    display: block;
    padding: 1rem;
}

/* Mode Table Of Contents */
.toc-container {
    border: 1px solid #ddd;
    background: #f1f1f1;
    display: inline-block;
    padding: 0.5rem;
}

.toc-toggle a span {
    display: none;
}

.toc-toggle a:before {
    content: "הצג";
}

.toc-container.active .toc-toggle a:before {
    content: "הסתר";
}

.toc-expendable {
    display: none;
}

.toc-expendable ol {
    margin: 0;
    margin-top: 1rem;
}

/* InPage Style - Rich Content */
.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
    margin-bottom: 1rem;
    font-weight: bold;
}

.rich-content h2 {
    color: #333;
}

.rich-content h3 {
    color: #333;
}

.rich-content h4 {
    color: #333;
}

.rich-content h5 {
    color: #333;
}

.rich-content h6 {
    color: #333;
}

.rich-content .contact-man {
    display: block;
    color: inherit;
    border-bottom: 3px solid #d8d8d8;
    background: #f1f1f1;
    padding: 1rem;
    border-radius: var(--radius) var(--radius) 0 0;
}

.rich-content .contact-man .contact-name {
    font-size: 1.5rem;
    font-weight: bold;
}

/* Media Print */
@media print {
    .page-content {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .header,
    .blocks-skip,
    #bNagish,
    .mobile-navigation-container,
    .page-header,
    .social-share,
    .footer,
    .skip {
        display: none;
    }
}

/* Card */
.card-header {
    background: var(--site1);
    color: #fff;
}

h2.card-header {
    color: #fff;
}

.card-header h2 {
    margin: 0;
    font-size: 1.3rem;
}

.card-body {
    background: #f1f1f1;
}

/**/
.form-category-group {
    background: #f1f1f1;
    border-right: 3px solid var(--site2);
    padding: 0.75rem;
    margin-bottom: 1.5rem;
}

.form-category-group .form-category-group {
    background: #fff;
}

.form-category-group a {
    color: inherit;
}

.form-category-group .tofes-link {
    display: inline-block;
    padding: 0.1rem 0.6rem;
    border-radius: 2rem;
    border: 1px solid #ddd;
    background: #fff;
    margin-left: 0.5rem;
    margin-bottom: 0.8rem;
}

/**/
.page-event-promo {
    display: block;
    padding: 1rem;
    color: #000;
    margin: 15px 0;
    background: #f1f1f1;
    border-bottom: 3px solid #d8d8d8;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.page-event-promo:hover,
.page-event-promo:focus {
    text-decoration: none;
    color: #fff;
    transform: scale(1.1);
    background: var(--site1);
    border-bottom: 3px solid var(--site2);
}

.page-event-promo h3 {
    height: 4.5rem;
    font-size: 1.2rem;
    color: var(--site2);
    overflow: hidden;
}

.page-event-promo:hover h3,
.page-event-promo:focus h3 {
    color: #fff;
}

.page-event-promo .date {
    background: var(--site1);
    color: #fff;
    padding: 0 5px;
    border-radius: 2rem;
}

.page-event-promo:hover .date,
.page-event-promo:focus .date {
    color: var(--site1);
    background: #fff;
}

.page-events .more {
    text-align: left;
}

/**/
.page-phonebook {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.page-phonebook-category {
    margin: 15px 0;
    transition: 0.5s;
    border: 1px solid #e2e6ef;
    border-radius: var(--radius);
}

.page-phonebook-category-title h3 {
    color: var(--site1);
    background: #fff;
    margin: 0;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 2px;
}

.page-phonebook-category-title h3:before {
    content: "\f196";
    font-family: "FontAwesome";
    padding-left: 0.5rem;
}

.page-phonebook-category.opened .page-phonebook-category-title h3:before {
    content: "\f147";
    font-family: "FontAwesome";
    padding-left: 0.5rem;
}

.page-phonebook-category-title h3:hover,
.page-phonebook-category.opened .page-phonebook-category-title h3 {
    background-color: var(--site1);
    color: #fff;
}

.page-phonebook-category-body {
    display: none;
    background-color: #fff;
    border: 1px solid var(--site1);
}

.page-phonebook-category.opened .page-phonebook-category-body {
    display: block;
    padding: 1rem;
}

.page-phonebook .phonebook h2 {
    border-bottom: 1px solid #ddd;
    color: var(--site1);
    padding: 10px 0;
    font-size: 1.2em;
    margin: 0;
}

.page-phonebook .phonebook.active > h2 {
    padding: 10px;
}

.page-phonebook .phonebook h2 a {
    color: inherit;
}

.page-phonebook .phonebook.active {
    margin-bottom: 15px;
    border: 1px solid var(--site1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.page-phonebook .phonebook.active > h2 {
    background: var(--site1);
    color: #fff;
}

.page-phonebook .phonebook > h2 > a > em:before {
    content: "\f137";
}

.page-phonebook .phonebook.active > h2 > a > em:before {
    content: "\f13a";
}

.page-phonebook .phonebook .info {
    background: #f1f1f1;
    padding: 15px;
}

.page-phonebook .phonebook .info:focus {
    outline: 0;
}

.page-phonebook .phonebook .info p {
    margin: 0 0 20px 0;
}

.page-phonebook .member {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.page-phonebook .pic {
    float: right;
    margin-left: 10px;
}

.page-phonebook .pic img {
    display: block;
    max-width: 100px;
}

.page-phonebook .fa-stack {
    font-size: 100%;
}

.page-phonebook .phone .fa-stack {
    color: var(--site1);
}

.page-phonebook .mobile .fa-stack {
    color: var(--site2);
}

.page-phonebook .email .fa-stack {
    color: var(--site3);
}

.page-phonebook .fax .fa-stack {
    color: var(--site4);
}

.page-phonebook .fa-mobile {
    font-size: 130%;
}

.page-phonebook .fa-envelope {
    font-size: 90%;
}

.page-phonebook .fa-fax {
    font-size: 90%;
}

.page-phonebook .contact-info {
    float: right;
}

.page-phonebook .contact-info a {
    color: inherit;
}

/*# sourceMappingURL=template.css.map */

@media (min-width: 992px) {
    .table-responsive {
        display: table;
    }
}

@media (min-width: 768px) {
    .page-phonebook .contact-info {
        width: 50%;
    }
}

/*contact man*/
.contact-man-card {
    background: #ffffff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    direction: rtl;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.contact-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f8f9fa;
}

.contact-avatar-placeholder {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 40px;
    color: #adb5bd;
}

.contact-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.contact-job {
    font-size: 1rem;
    color: #555;
    line-height: 1.2;
}

.info-line {
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #333;
    display: flex;
    align-items: center;
}

.info-line em {
    width: 25px;
    color: #007bff;
    font-size: 1rem;
}

.extension {
    background: #e9ecef;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 8px;
    color: #495057;
}

.contact-comment {
    font-style: italic;
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #f1f1f1;
}

@media (min-width: 768px) {
    .contact-section {
        border-left: 1px solid #eee;
        padding-left: 20px;
        min-height: 80px;
    }

    .last-section {
        border-left: none;
    }
}

@media (max-width: 767px) {
    .contact-section {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .last-section {
        border-bottom: none;
    }
}

@media (max-width: 1580px) {
    .header .long a {
        font-size: 0.8rem;
        max-width: 75px;
    }

    .header .long {
        margin-left: 0.5rem;
    }

    .header .long a:nth-child(1) {
        margin-inline-end: 20px;
    }

    .header .long a .icon {
        display: none;
    }

    .header .long a:last-child .icon img {
        max-width: 30px;
    }
}

@media (min-width: 991px) {
    .toggle-nav {
        display: none;
    }
}

@media (max-width: 991px) {
    .header .top {
        height: 105px;
        background: #ff000000;
    }
header.header.offset {
    position: static; 
    top: -99999px;
}
    .header .header-side,
    .header .navigation,
    .header .long {
        display: none;
    }
    .bNagish {
        position: static;
    }

    .bNagish-toggle {
        display: block;
        /* top: 12px; */
        bottom: auto;
        left: 15px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: #ffffff00;
        box-shadow: none;
        position: absolute;
    }


    .page-content-head button {
        display: block;
        background: none;
        border: 0;
        padding: 0;
        position: absolute;
        left: 15px;
        bottom: 1rem;
        color: #fff;
        font-size: 2rem;
    }
.page-content-head a {
  font-size: 14px;
}

    .page-content-head button em:before {
        content: "\f13a";
    }

    .page-content-head button.opened em:before {
        content: "\f139";
    }

    .page-content-nav {
        display: block;
    }

    .header > nav {
        display: none;
    }

    a.toggle-nav {
        position: absolute;
        z-index: 8;
        top: 32px;
        left: 50px;
        width: 40px;
        height: 40px;
        color: #004f84;
        display: block;
        padding: 0.6rem;
        text-align: center;
        border-radius: 50%;
    }

    a.toggle-nav em {
        font-size: 22px;
    }

    .header-search input {
        font-size: 1.2rem;
        padding: 0.5rem 1rem;
    }

    .header-search button {
        width: 50px;
        padding: 0.5rem 1rem;
    }

    .header-search button.submit {
        left: 51px;
        font-size: 18px;
    }


    .news h2 {
        display: none;
    }
}

@media (max-width: 768px) {
    .sub-pages-nav ul > li {
        width: 100%;
    }

    .sub-pages-nav.with-icons ul > li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .page-phonebook .contact-info {
        margin-left: 5px;
    }
}
/*events*/
.events-header .btn-primary ,.events-header .btn-primary:hover, .events-header .btn-primary.focus, .events-header .btn-primary:focus {
    color: #fff;
    background-color: var(--event-primary);
    border-color: var(--event-primary);
}

.events-header .btn-primary:hover, 
.events-header .btn-primary.focus, 
.events-header .btn-primary:focus {
    color: #fff;
    background-color: var(--event-primary);
    border-color: var(--event-primary);
}

.events-header .btn-outline-primary {
    color: var(--event-primary);
    border-color: var(--event-primary);
}

.events-header .btn-outline-primary:hover {
    background-color: var(--event-primary);
    border-color: var(--event-primary);
    color: white;
}
.event-promo .details .details-params {
    min-height: 134px!important;
}
/*langs*/
#google_translate_box {
    display: none;
    position: fixed;
    z-index: 99999999;
    background: #ffffff;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.1);
    direction: rtl;
    font-family: 'Rubik', sans-serif;
    opacity: 0;
    transition: opacity 0.2s ease;
}

#google_translate_box.active {
    display: block;
    opacity: 1;
}

#google_translate_box::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 20px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#google_translate_box.pop-above::before {
    top: auto;
    bottom: -6px;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/**/

.events-header {
    margin-right: 0rem!important;
    margin-left: 0rem!important;

}
.event-promo .pic {
	padding-bottom: 100% !important;
}

.event-promo .details .details-params {
    min-height: 140px !important;
}

.event-promo .read-more-btn {
    background-color: var(--event-primary) !important;
}

/*translate*/
html.translated-ltr .header,
html.translated-rtl .header {
    top: 40px !important;
    transition: top 0.3s ease;
}

body {
    top: 0px !important;
    position: relative !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}

#google_translate_box {
    position: fixed;
    z-index: 999999;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
}

#google_translate_box.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}