/*
Theme Name: Skelementor Child
Theme URI: https://example.com
Description: Child theme for Skelementor
Author: Your Name
Author URI: https://example.com
Template: skelementor
Version: 1.0.0
Text Domain: skelementor-child
*/

/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", serif !important;
} */
.post-summary {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4D4D4D;
}

.gt_selector:focus-visible {
    outline: none;
}

.menu-item-gtranslate {
    display: none;
}

.gt_selector {
    color: #000000;
    background: url(./images/earth.svg) no-repeat right 0px center;
    padding-right: 26px;
}

.gtranslate_wrapper select {
    border: none;
    font-size: 13px;
    font-weight: bold;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
    display: flex;
    gap: 35px;
    justify-content: center;
}

.popout-active form .swp-input {
    border-radius: 20px 20px 0 0 !important;
}

/* SearchWP live search (hero) */
.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing {
    margin-top: 0 !important;
    transform: translateY(-1px);
    border: 1px solid #D6E2F1;
    border-top: 0;
    border-radius: 0 0 20px 20px !important;
    box-shadow: 0 10px 24px rgba(20, 53, 94, 0.08) !important;
    min-height: 0 !important;
    max-height: min(62vh, 420px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
}

.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    direction: rtl;
    border: 0;
    border-bottom: 1px solid #E3ECF8;
    padding: 12px 16px;
    transition: background-color 0.18s ease;
}

.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result:last-child {
    border-bottom: 0;
}

.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result:hover,
.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result:focus-within,
.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result.searchwp-live-search-result--focused {
    background: #F2F8FD;
}

.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result--info {
    flex: 1 1 auto;
    min-width: 0;
}

.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result--title {
    margin: 0;
}

.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result--title a,
.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing .sa-searchwp-result-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 500;
    color: #101820;
    text-decoration: none;
}

.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing .sa-searchwp-result-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing .sa-searchwp-result-type {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    color: #2F7FA4;
    background: #EAF6FC;
    border-radius: 999px;
    padding: 3px 10px;
    line-height: 1.3;
}

.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing .sa-searchwp-result-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 10px;
    background: #EAF6FC;
    color: #31A7D9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing .sa-searchwp-result-icon svg {
    width: 16px;
    height: 16px;
}

.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result--desc {
    margin: 6px 0 0;
    color: #5E687A;
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.searchwp-live-search-results.hero-live-search-results.searchwp-live-search-no-min-chars:after {
    content: "הקלידו עוד";
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5E687A;
    padding: 0.5em 1em 1em;
}

#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* translucent black */
    z-index: 99;
    display: none;
}

#search-overlay.header-search-overlay[hidden] {
    display: none !important;
}

#search-overlay.header-search-overlay.is-open {
    display: block !important;
    z-index: 99999;
}

.header-search-popup {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(90px, 12vh, 140px) 20px 20px;
}

.header-search-popup[hidden] {
    display: none !important;
}

.header-search-popup.is-open {
    display: flex !important;
}

.header-search-popup__dialog {
    position: relative;
    width: min(960px, 92vw);
}

.header-search-popup__close {
    position: absolute;
    top: -46px;
    left: 0;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    color: #1C3B55;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

body.rtl .header-search-popup__close {
    left: auto;
    right: 0;
}

.header-search-popup .popout-search form {
    width: 100%;
    max-width: none;
}

body.header-search-open {
    overflow: hidden;
}

.popout-search form {
    position: relative;
    width: 650px;
    z-index: 9;
    transition: width 0.3s ease;
    /* Smooth width animation */
}

.popout-active form {
    z-index: 999;
}

.popout-search .search-submit {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 64px;
    height: 64px;
    background: #31A7D9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    text-indent: -9999px;
    background-image: url('./images/search-icon.svg');

}

.popout-search form .swp-input {
    width: 100%;
    height: 75px;
    background: #FFFFFF;
    border: 1px solid #D6E2F1;
    border-radius: 20px;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 0 32px;
    background-image: none !important;
}

.header-search-popup .searchwp-form.sa-live-open .swp-input {
    border-radius: 20px 20px 0 0 !important;
    border-bottom-color: transparent;
}

.header-icon .elementor-icon-list-item a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.header-search-toggle-item {
    display: inline-flex;
    align-items: center;
}

.header-search-toggle {
    color: #31A7D9;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.header-search-toggle:hover {
    color: #2394c4;
}

.header-search-toggle .header-search-toggle__icon {
    width: 20px;
    height: 20px;
    display: block;
}

.header-icon,
.header-icon .elementor-widget-container,
.header-icon .elementor-icon-list-items,
.header-icon .elementor-icon-list-item,
.header-icon .elementor-icon-list-item a {
    overflow: visible !important;
}

/* Tooltip styling */

.header-icon .elementor-icon-list-item a::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #CCC;
    color: #000;
    padding: 1px 8px;
    border-radius: 4px;
    white-space: nowrap;
    direction: rtl;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    font-size: 11px;
    z-index: 9999999999999;
}

body.rtl .header-icon .elementor-icon-list-item:first-child a::after {
    left: auto;
    right: 0;
    transform: none;
}

body.rtl .header-icon .elementor-icon-list-item:last-child a::after {
    left: 0;
    right: auto;
    transform: none;
}


/* Show on hover */
.header-icon .elementor-icon-list-item a:hover::after,
.header-icon .elementor-icon-list-item a:hover::before {
    opacity: 1;
    visibility: visible;
}



.audiences-heading a {
    font-size: 24px !important;
}

.hfe-sticky {
    position: fixed;
    left: 0;
    width: 100%;
    animation: slide-down 0.8s;
    background: #fff;
    top: 0;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@media(max-width: 767px) {
    .hfe-sticky {
        top: 0;
    }
}




.single-post p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 150%;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    box-shadow: 0px 7px 7px 2px rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 13%);
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu .mega-has-description a {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu .mega-menu-description {
    margin: 0 !important;
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu .mega-menu-description img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu .mega-has-description a::before {
    content: none !important;
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu .mega-has-description .mega-menu-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(48, 166, 216, 1) 100%);
    opacity: 0.6;
    /* Adjust opacity as needed */
    pointer-events: none;
    /* To ensure the overlay does not block clicks */
    border-radius: 12px;
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu .mega-has-description .mega-description-group {
    width: 100%;
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu .mega-has-description .mega-menu-title {
    position: absolute;
    bottom: 0;
    padding-bottom: 12px;
    color: #fff;
    z-index: 9;
    font-size: 16px;
    padding-right: 12px;
    font-weight: 400;
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu a::before {
    content: '' !important;
    width: 26px !important;
    height: 21px !important;
    background: url(./images/tab-icon.svg) no-repeat right center !important;
    margin-left: 6px !important;
    margin-right: 0 !important;
    flex-shrink: 0;

}


.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu a {
    border-radius: 12px !important;
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
}


#faq-search-btn,
.faq-search-btn {
    background-image: url(./images/magnify-icon.svg);
}


.cat-page-container .sub-cat-container {
    margin-top: 24px;
}

.sub-cat-description {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}

.cat-pages {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: stretch;
}

.cat-pages .box {
    width: 31%;
    display: flex;
}

.cat-pages .box a {
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    min-height: 110px;
    text-decoration: none;
}

.cat-pages .box a::before {
    content: "";
    width: 48px;
    height: 48px;
    background: rgba(232, 86, 43, 0.15) url(./images/tab-icon.svg) no-repeat center center;
    border-radius: 8px;
    margin-bottom: 16px;
}

.cat-page-container {
    max-width: 1140px;
    margin: 50px auto;
}

.cat-page-container .content-area h2 {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
}

.cat-page-container .content-area p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}

.cat-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 equal columns */
    grid-template-rows: repeat(2, 160px);
    /* 2 equal rows */
    gap: 8px;
    padding: 4px;
    direction: ltr;
}

.cat-row.reverse5 {
    direction: rtl;
}

.cat-row .item {
    display: flex;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
    direction: rtl;
    background: #fff;
}



.cat-row .item.large {
    grid-column: span 2;
    grid-row: span 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.cat-row .item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    justify-content: flex-end;
    text-decoration: none;
    gap: 15px;
}

.cat-row .item.large a {
    border-radius: 12px;
    font-size: 24px;
    color: #fff;
}

.cat-row .item.large svg {
    display: none;
}

.cat-row:nth-child(4n + 1) .item.large a {
    background-image: linear-gradient(125deg, #30a6d800, #30A6D8);
}

.cat-row:nth-child(4n + 2) .item.large a {
    background-image: linear-gradient(125deg, #30a6d800, #7FB738);
}

.cat-row:nth-child(4n + 3) .item.large a {
    background-image: linear-gradient(125deg, #30a6d800, #E8542A);
}

.cat-row:nth-child(4n + 4) .item.large a {
    background-image: linear-gradient(125deg, #30a6d800, #F3B220);
}

.cat-row .item a svg {
    padding: 12px;
    size: 20px;
    font-size: 90px;
    height: 46px;
    width: 42px;
    border-radius: 8px;
    fill: #ffffff00;
}

.cat-row:nth-child(4n + 1) .item a svg {
    background: #E0F2FA;
}

.cat-row:nth-child(4n + 2) .item a svg {
    background: #ECF4E1;
}

.cat-row:nth-child(4n + 3) .item a svg {
    background: #FCE6DF;
}

.cat-row:nth-child(4n + 4) .item a svg {
    background: #FDF4DE;
}

.cat-row:nth-child(4n + 1) .item a svg path {
    stroke: #30A6D8;
}

.cat-row:nth-child(4n + 2) .item a svg path {
    stroke: #7FB738;
}

.cat-row:nth-child(4n + 3) .item a svg path {
    stroke: #E8552A;
}

.cat-row:nth-child(4n + 4) .item a svg path {
    stroke: #F3B220;
}

/*
.cat-row .item a::before {
    content: "";
    width: 48px;
    height: 48px;
    background: rgba(232, 86, 43, 0.15) url(./images/tab-icon.svg) no-repeat center center;
    border-radius: 8px;
    margin-bottom: 16px;
}*/
.sa-blog-featured article:nth-child(1) .post .e-con-boxed::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(232, 84, 42, 1) 100%);
    --background-overlay: '';
}

.sa-blog-featured article:nth-child(2) .post .e-con-boxed::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(127, 183, 56, 1) 100%);
    --background-overlay: '';
}

.sa-blog-featured article:nth-child(3) .post .e-con-boxed::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(48, 166, 216, 1) 100%);
    --background-overlay: '';
}

.pagination .elementor-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

p {
    margin: 0;
}

.copy-right p {
    margin: 0;
}

.footer-menu .jltma-nav-menu__container-inner {
    display: flex;
    flex-direction: column;
}

.footer-menu a,
.footer-menu-main a,
.copy-right a,
#site-footer a {
    transition: opacity 0.2s ease, text-decoration-color 0.2s ease;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 0.18em;
}

.footer-menu a:hover,
.footer-menu a:focus-visible,
.footer-menu-main a:hover,
.footer-menu-main a:focus-visible,
.copy-right a:hover,
.copy-right a:focus-visible,
#site-footer a:hover,
#site-footer a:focus-visible {
    opacity: 0.82;
    text-decoration-color: currentColor;
}

.footer-menu-main .elementor-element {
    max-width: 150px;
}

.header-icon {
    margin-right: auto;
    flex: 0 1 auto;
    min-width: 0;
    width: auto !important;
    max-width: none !important;
}

.header-menu {
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
    max-width: none !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
    gap: clamp(10px, 1.8vw, 35px);
}

@media only screen and (min-width: 821px) {
    .header-icon {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .header-icon .header-lang-switcher {
        order: -1;
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
    }

    .header-icon .header-icon-list-widget {
        order: 2;
        flex: 0 1 auto;
        min-width: 0;
    }

    .header-icon .gt_selector,
    .header-icon .gtranslate_wrapper select {
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 1.1 !important;
        white-space: nowrap;
        border: none !important;
        min-height: auto !important;
        height: auto !important;
    }

    .header-icon .gt_selector {
        padding-right: 24px;
    }

    .elementor-155322 .elementor-element.elementor-element-422f8bc {
        --flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    .elementor-155322 .elementor-element.elementor-element-a9a77cc {
        --container-widget-width: 220px !important;
        width: 220px !important;
        max-width: 220px !important;
        flex: 0 0 220px !important;
    }

    .elementor-155322 .elementor-element.elementor-element-c4c95d2 {
        --container-widget-width: auto !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
    }

    .elementor-155322 .elementor-element.elementor-element-9028e2a {
        --width: auto !important;
        --container-widget-width: auto !important;
        width: auto !important;
        max-width: none !important;
        min-width: max-content !important;
        flex: 0 0 auto !important;
    }

    .elementor-155322 .elementor-element.elementor-element-4fbdcbd {
        --e-icon-list-icon-size: 20px !important;
    }

    .elementor-155322 .elementor-element.elementor-element-4fbdcbd .elementor-icon-list-items.elementor-inline-items,
    .elementor-155322 .elementor-element.elementor-element-4fbdcbd .elementor-icon-list-items {
        display: inline-flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 6px !important;
    }

    .elementor-155322 .elementor-element.elementor-element-4fbdcbd .elementor-icon-list-item {
        display: inline-flex !important;
        align-items: center !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
    }

    .elementor-155322 .elementor-element.elementor-element-4fbdcbd .elementor-icon-list-icon {
        width: 20px !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu {
        flex-wrap: wrap;
        row-gap: 8px;
        align-items: center;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
        flex: 0 0 auto;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        white-space: nowrap;
        font-size: clamp(11px, 0.95vw, 13px);
        padding-left: clamp(5px, 0.6vw, 10px);
        padding-right: clamp(5px, 0.6vw, 10px);
    }

    .header-icon .elementor-icon-list-items.elementor-inline-items,
    .header-icon .elementor-icon-list-items {
        display: inline-flex !important;
        flex-wrap: nowrap;
        align-items: center;
        white-space: nowrap;
        gap: clamp(6px, 0.8vw, 12px);
        max-width: 100%;
    }

    .header-icon .elementor-icon-list-item {
        display: inline-flex;
        align-items: center;
        flex: 0 0 auto;
        margin: 0 !important;
    }

    .header-icon .elementor-icon-list-item a {
        line-height: 1;
    }
}

@media only screen and (min-width: 821px) and (max-width: 1600px) {
    .header-menu {
        order: 3;
        flex: 1 0 100%;
        margin-top: 8px;
    }

    .header-icon {
        order: 2;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu {
        justify-content: center;
    }
}

@media only screen and (min-width: 821px) and (max-width: 1280px) {
    .header-icon {
        --e-icon-list-icon-size: 20px;
    }

    .header-icon .elementor-icon-list-items.elementor-inline-items,
    .header-icon .elementor-icon-list-items {
        gap: 6px;
    }

    .header-temperature {
        font-size: 12px;
    }
}

@media only screen and (min-width: 821px) and (max-width: 980px) {
    .header-icon .elementor-icon-list-items.elementor-inline-items,
    .header-icon .elementor-icon-list-items {
        gap: 4px;
    }

    .header-temperature {
        font-size: 11px;
    }
}

.header-temperature-item {
    display: flex;
    align-items: center;
    order: 99;
}

.header-temperature-item::after {
    display: none !important;
}

.header-temperature-item.is-hidden {
    display: none !important;
}

.header-temperature {
    display: inline-flex;
    align-items: center;
    direction: ltr;
    unicode-bidi: isolate;
    color: #31A7D9;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

@media only screen and (max-width: 820px) {
    .header-temperature-item {
        display: none !important;
    }
}

.faq-page {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.faq-container {
    display: flex;
    gap: 20px;
}

.faq-sidebar {
    width: 25%;

    padding-right: 20px;
}

.faq-sidebar ul {
    list-style: none;
    padding: 0;
}


.faq-sidebar li {
    cursor: pointer;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 16px 10px;
    display: flex;
    border-radius: 6px;
}

.faq-sidebar li.active {
    background: #F1F7FF;
}

.faq-content {
    width: 75%;
}

.faq-accordion {
    margin-top: 20px;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-item h3 {
    cursor: pointer;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    padding: 24px;
    border: 1px solid #D6E2F1;
    border-radius: 12px;
    background-image: url(./images/faq-arrow.svg);
    background-repeat: no-repeat;
    background-position: 34px;
}

.faq-item h3.active {
    background-image: url(./images/faq-arrow-top.svg);
    background-color: #F1F7FF;
    border-color: #F1F7FF;
    border-radius: 12px 12px 0 0;
}

.faq-item p {
    display: none;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    background: #F1F7FF;
    border-radius: 0 0 12px 12px;
    padding: 0px 24px 24px 24px;
}

.faq-container .faq-sidebar ul {
    list-style: none;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
    padding: 24px 10px;
}

.faq-search {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.faq-search input {
    width: 50%;
    padding: 24px;
    border: 1px solid #D6E2F1;
    border-radius: 20px;
    color: #000;
    font-size: 16px;
}

#faq-search-btn,
.faq-search-btn {
    background-image: url(./images/magnify-icon.svg);
    width: 58px;
    height: 58px;
    border: 1px solid #31A7D9;
    border-radius: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #31A7D9;
    color: #fff;
    cursor: pointer;
    margin-right: -74px;
}

.office-item {
    background: #F1F7FF;
    border-radius: 12px;
}

.offices-img a {
    display: flex;
    padding: 32.26% 25%;
    position: relative;
}

.appointments-img a img,
.audiences-img a img,
.offices-img a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.offices-content {
    padding: 16px;
}

.offices-content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    margin: 0;
}

.offices-content h4 a {
    color: #000000;
    text-decoration: none;
}

.offices-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin: 0;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    gap: 10px;
}

.owl-dots button {
    width: 4px;
    height: 4px;
    background: #000 !important;
    border-radius: 50%;
}

.owl-dots button.active {
    width: 16px;
    height: 16px;
    border: 1px solid #000 !important;
    background-color: #fff !important;
}

.audiences-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.audiences-box {
    padding: 0 4px;
    width: 33.33%;
}

.audiences-item {
    padding: 4px;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
}

.audiences-img a {
    display: flex;
    padding: 32.912% 25%;
    position: relative;
}

.audiences-content {
    padding: 24px;
}

.audiences-content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin: 0 0 8px;
}

.audiences-content h4 a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.audiences-content p {
    max-width: 204px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.appointments-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.appointments-box {
    width: 20%;
    padding: 0 4px;
}

.appointments-item {
    background: #F1F7FF;
    border-radius: 12px;
}

.appointments-img a {
    position: relative;
    padding: 40.62% 25%;
    display: flex;
}

.appointments-content {
    text-align: center;
    padding: 16px 8.8px;
}

.appointments-content h4 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}

.appointments-content h4 a {
    text-decoration: none;
    color: #000000;
}

.appointments-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin: 0;
}

.spotarrow-tabs .tabs {
    display: inline-flex;
    justify-content: center;
    border: 0;
    background: #D1E1F6;
    border-radius: 12px;
    margin: auto;
    padding: 4px;
}

.spotarrow-tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spotarrow-tabs .tabs li {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 12px 32px;
    display: flex;
    border: 0;
    white-space: nowrap;
}

.spotarrow-tabs .tabs li::after {
    display: none;
}

.spotarrow-tabs .tabs li.active-tab {
    background: #FFFFFF;
    border-radius: 12px;
}

.spotarrow-tabs .tabs-content {
    margin: 0;
}

.spotarrow-tabs .tabs-content .tab-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    row-gap: 8px;
}

.tab-box {
    width: 25%;
    padding: 0 4px;
}

.tab-box a {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    min-height: 100%;
}

.tab-box a::before {
    content: "";
    width: 48px;
    height: 48px;
    background: rgba(232, 86, 43, 0.15) url(./images/tab-icon.svg) no-repeat center center;
    border-radius: 8px;
    margin-bottom: 16px;
}

.tabs-content ul {
    padding: 0;
    margin: 32px -4px 0;
}

.all-btn {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.all-btn a {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
    padding: 8px 24px;
}

.alerts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.alerts-grid .alert-item {
    width: calc(33.33% - 15px);
    border-bottom: 1px solid #D1E1F6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.alerts-grid .alert-item>strong {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
    opacity: 0.7;
}

.alerts-grid .alert-item h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin: 0;
}

.alert-hover {
    position: absolute;
    /* top: -120px; */
    width: 100%;
    /* height: 240px; */
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 24px;
    z-index: 9;
}

.alert-hover>strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}

.alert-hover>p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin: 10px 0;
}

.read-more-link a {
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    color: #31A7D9;
}

.events-slider-box {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.events-slider-img {
    position: relative;
    padding: 32% 25%;
}

.events-slider-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-slider-content {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #E8552A;
    border-radius: 12px 0px;
    padding: 16px;
    width: 100%;
    max-width: 236px;
}

.events-slider-content span {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #FFFFFF;
}

.events-slider-content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
}

.events-slider-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 0;
}

.banner-search {
    margin: 40px 0 0;
}

.banner-search form {
    position: relative;
    width: 684px;
    z-index: 1;
}

.banner-search form input {
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    border: 1px solid #D6E2F1;
    border-radius: 20px;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 0 32px;
}

.banner-search form button[type="submit"] {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 64px;
    height: 64px;
    background: #31A7D9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

.spotarrow-sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.spotarrow-sections .form-group {
    width: calc(50% - 8px);
}

.spotarrow-sections .form-group label {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 8px;
    display: flex;
}

.spotarrow-sections .form-group select {
    padding: 24px;
    height: 80px;
    border: 1px solid #D2E1F7;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    width: 100%;
    outline: none;
    outline-color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(./images/select-arrow.svg) no-repeat left 7% center;
}

.tax-page_category,
.home,
.page-id-156205 {
    background: url(./images/light-bg.png) no-repeat top right;
}

.blog-list .audiences-content p {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4D4D4D;
}

.audiences-content strong {
    display: flex;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
    opacity: 0.7;
    margin-bottom: 8px;
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #D1E1F6 !important;
    border-radius: 50%;
}

.popular-services .tab-box {
    width: 33.33%;
}

.popular-services .tab-box a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 24px 96px 24px 24px;
    min-height: 98px;
}

.popular-services .tab-box a::before {
    position: absolute;
    top: 24px;
    right: 24px;
    margin: 0;
}

.alerts-page .elementor-shortcode {
    max-width: none;
    width: 100%;
}

/* RTL scrollable pill bar */
.alerts-page .alert-category-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 8px;
    margin: 32px 0 24px;
    padding-bottom: 4px;
    border: none;
    border-radius: 0;
    justify-content: flex-start;
}

.alerts-page .alert-category-filter::-webkit-scrollbar {
    display: none;
}

.alerts-page .alert-category-filter a {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    background: #fff;
    border: 1.5px solid #DDE8F5;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    color: #425160;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.2s ease;
}

.alerts-page .alert-category-filter a:hover {
    background: #EBF5FC;
    border-color: #30A6D8;
    color: #0b73b9;
}

.alerts-page .alert-category-filter a.selected {
    background: #30A6D8;
    border-color: #30A6D8;
    border-radius: 100px;
    color: #fff;
    box-shadow: 0 4px 12px rgba(48, 166, 216, 0.28);
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.pagination .page-numbers.next {
    background-image: url(./images/next-arrow.svg);
}

.pagination .page-numbers.prev {
    background-image: url(./images/prev-arrow.svg);
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background-color: #D2E1F6;
}

.offices-list .owl-item {
    background: #F1F7FF;
    border-radius: 12px;
}

.page-id-155355 .home-card-carousel .owl-stage {
    display: flex;
    align-items: stretch;
    background: transparent;
    box-shadow: none;
}

.page-id-155355 .home-card-carousel .owl-stage-outer {
    margin: 0 -10px;
    padding: 0 10px 14px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.page-id-155355 .home-card-carousel .owl-item {
    display: flex;
    height: auto !important;
    background: transparent;
    border-radius: 0;
    padding: 10px 0 18px;
}

.page-id-155355 .home-card-carousel .owl-item > * {
    width: 100%;
}

.page-id-155355 .offices-list .office-item,
.page-id-155355 .blog-list .audiences-item,
.page-id-155355 .audiences-list--communities .audiences-item--community {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #d2e1f6;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: none;
    transition: border-color 0.24s ease, background-color 0.24s ease;
}

.page-id-155355 .offices-list .office-item:hover,
.page-id-155355 .blog-list .audiences-item:hover,
.page-id-155355 .audiences-list--communities .audiences-item--community:hover {
    transform: none;
    border-color: #E8552A;
    background: #ffffff;
}

.page-id-155355 .offices-list .offices-img,
.page-id-155355 .blog-list .audiences-img {
    text-decoration: none;
}

.page-id-155355 .offices-list .offices-img {
    display: block;
    min-height: 0;
    height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
}

.page-id-155355 .offices-list .offices-img img {
    box-shadow: none;
    margin: 0;
    transform: scale(1.14);
    transform-origin: center center;
}

.page-id-155355 .offices-list .offices-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 14px;
    padding: 28px 28px 28px;
}

.page-id-155355 .offices-list .offices-content h4 {
    margin: 0;
    min-height: 72px;
    font-size: clamp(24px, 1.45vw, 30px);
    line-height: 1.2;
}

.page-id-155355 .offices-list .offices-content h4 a,
.page-id-155355 .offices-list .offices-content h4 span {
    display: -webkit-box;
    color: #0b73b9;
    text-decoration: none;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-id-155355 .offices-list .offices-content p {
    width: 100%;
    max-width: none;
    min-height: 52px;
    margin: 0;
    color: #667281;
    display: -webkit-box;
    line-height: 1.7;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-id-155355 .blog-list .audiences-item {
    padding: 18px;
}

.page-id-155355 .blog-list.owl-carousel {
    overflow: visible;
}

.page-id-155355 .blog-list.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.page-id-155355 .blog-list .audiences-img {
    display: flex;
    aspect-ratio: 1.18 / 0.74;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #f7fbff 0%, #edf4fb 100%);
}

.page-id-155355 .blog-list .audiences-img img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.page-id-155355 .blog-list .audiences-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 14px;
    padding: 24px 14px 14px;
}

.page-id-155355 .blog-list .audiences-content strong.card-date {
    display: block;
    margin: 0;
    color: #E8552A;
    font-size: 16px;
    font-weight: 700;
    opacity: 1;
}

.page-id-155355 .blog-list .audiences-content h4 {
    margin: 0;
    min-height: 76px;
    font-size: clamp(24px, 1.5vw, 31px);
    line-height: 1.2;
}

.page-id-155355 .blog-list .audiences-content h4 a {
    display: -webkit-box;
    color: #0b73b9;
    font-size: inherit;
    font-weight: 700;
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    text-overflow: unset;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-id-155355 .blog-list .audiences-content p {
    width: 100%;
    max-width: none;
    min-height: 82px;
    margin: 0;
    color: #667281;
    display: -webkit-box;
    line-height: 1.7;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.page-id-155355 .audiences-list--communities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: 22px;
    margin: 0;
}

.page-id-155355 .audiences-list--communities .audiences-box--community {
    display: flex;
    align-self: stretch;
    width: auto;
    height: 100%;
    padding: 0;
}

.page-id-155355 .audiences-list--communities .audiences-item--community {
    width: 100%;
    min-height: 100%;
    padding: 20px;
    text-align: center;
}

.page-id-155355 .audiences-list--communities .audiences-img--community {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    padding: 24px;
    text-decoration: none;
    background:
        radial-gradient(circle at top right, rgba(232, 85, 42, 0.08), transparent 36%),
        linear-gradient(180deg, #f7fbff 0%, #edf5fb 100%);
    border-radius: 24px;
    overflow: hidden;
}

.page-id-155355 .audiences-list--communities .audiences-img--community img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    max-height: 236px;
    object-fit: contain;
    border-radius: 20px;
}

.page-id-155355 .audiences-list--communities .audiences-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 16px;
    padding: 28px 18px 18px;
}

.page-id-155355 .audiences-list--communities .audiences-content h4 {
    margin: 0;
    min-height: 70px;
    font-size: clamp(24px, 1.5vw, 30px);
    line-height: 1.15;
}

.page-id-155355 .audiences-list--communities .audiences-content h4 a {
    display: -webkit-box;
    color: #111111;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    text-overflow: unset;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-id-155355 .audiences-list--communities .audiences-content p {
    width: 100%;
    max-width: none;
    min-height: 96px;
    margin: 0;
    color: #425160;
    line-height: 1.7;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.page-id-155355 .home-card-carousel .card-readmore {
    display: inline-block;
    margin-top: auto;
    padding-left: 24px;
    position: relative;
    color: #E8552A;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: color 0.2s ease;
}

.page-id-155355 .home-card-carousel .card-readmore::before {
    content: none;
}

.page-id-155355 .home-card-carousel .card-readmore::after {
    content: "\2190";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-52%);
    font-size: 19px;
    line-height: 1;
}

.page-id-155355 .home-card-carousel .card-readmore:hover {
    color: #c84a21;
}

.page-id-155355 .home-card-carousel .card-readmore.is-muted {
    color: #8b95a1;
    pointer-events: none;
}

.page-id-155355 .home-card-carousel .card-readmore.is-muted::after {
    opacity: 0.45;
}

.page-id-155355 .owl-dots {
    gap: 8px;
}

.page-id-155355 .owl-dots button {
    width: 10px;
    height: 10px;
    background: #c4d7ea !important;
}

.page-id-155355 .owl-dots button.active {
    width: 38px;
    height: 10px;
    border: 0 !important;
    border-radius: 999px;
    background: linear-gradient(90deg, #19b9c6 0%, #0b73b9 100%) !important;
}

.page-id-155355 .owl-nav {
    gap: 14px;
    margin-top: 36px;
}

.page-id-155355 .owl-nav button {
    width: 56px;
    height: 56px;
    border: 1px solid #c8d8ea !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 10px 20px rgba(18, 66, 102, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-id-155355 .owl-nav button span {
    color: #0b73b9;
    font-size: 34px;
    line-height: 1;
    transform: translateY(-2px);
}

.page-id-155355 .owl-nav button:hover {
    transform: translateY(-2px);
    border-color: #19b9c6 !important;
    box-shadow: 0 14px 24px rgba(18, 66, 102, 0.12);
}

@media only screen and (max-width: 1024px) {
    .page-id-155355 .audiences-list--communities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

#masthead.scrolled {
    position: sticky !important;
    top: 0 !important;
    background: #fff !important;
}

/* Responsive Mobile */
@media only screen and (max-width: 767px) {
    .alerts-grid .alert-item {
        width: 100%;

    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu {
        gap: 0;
        justify-content: flex-start;
    }

    .gt_selector {
        color: #ffffff;
        border: none;
        margin-top: 10%;
        background-color: #222222;
    }

    .gt_selector option:focus {
        background-color: yellow;
    }

    .menu-item-gtranslate {
        display: block;
    }

    .mega-toggle-animated-inner,
    .mega-toggle-animated-inner::before,
    .mega-toggle-animated-inner::after {
        background-color: #000 !important;
    }

    .popout-search form {
        width: 100%;
    }

    .mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu a {
        margin: 0 !important;
    }

    .cat-pages .box {
        width: 100%;
    }

    .small-item {
        width: calc(50% - 10px);
    }

    .faq-search input {
        width: 100%;
    }

    .faq-container {
        flex-direction: column;
    }

    .faq-sidebar {
        width: 100%;
        padding-right: 0;
    }

    .faq-content {
        width: 100%;
    }

    .cat-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .spotarrow-sections .form-group {
        width: 100%;
    }

    .scrollbar-main .elementor-shortcode {
        width: 100%;
        overflow: auto;
    }

    .scrollbar-main .spotarrow-tabs {
        width: 1000px;
    }

    .footer-menu-main .elementor-element {
        max-width: 100%;
    }

    .audiences-list,
    .appointments-list {
        width: 1100px;
        padding: 0 15px;
    }

    .spotarrow-sections {
        row-gap: 20px;
    }

    .alert-item:nth-child(1) .alert-hover,
    .alert-item:nth-child(2) .alert-hover,
    .alert-item:nth-child(3) .alert-hover {
        top: 0;
    }

    .blog-list.owl-carousel .owl-stage-outer {
        overflow: hidden !important;
    }

    .blog-list.owl-carousel {
        padding: 0 30px;
        overflow: hidden;
    }

    .page-id-155355 .audiences-list--communities {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 0;
    }

    .page-id-155355 .audiences-list--communities .audiences-content h4,
    .page-id-155355 .audiences-list--communities .audiences-content p {
        min-height: 0;
    }

    .page-id-155355 .home-card-carousel .owl-item {
        padding-bottom: 14px;
    }

    .page-id-155355 .home-card-carousel .owl-stage-outer {
        margin: 0 -6px;
        padding: 0 6px 12px;
    }

    .page-id-155355 .offices-list .offices-img {
        min-height: 0;
        height: auto;
        padding: 0;
    }

    .page-id-155355 .offices-list .offices-content,
    .page-id-155355 .blog-list .audiences-content {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .page-id-155355 .audiences-list--communities .audiences-img--community {
        min-height: 240px;
        padding: 20px;
    }

    .page-id-155355 .offices-list .offices-content h4,
    .page-id-155355 .blog-list .audiences-content h4,
    .page-id-155355 .audiences-list--communities .audiences-content h4 {
        min-height: 0;
        font-size: 24px;
    }

    .page-id-155355 .offices-list .offices-content p,
    .page-id-155355 .blog-list .audiences-content p,
    .page-id-155355 .audiences-list--communities .audiences-content p {
        min-height: 0;
    }

    .page-id-155355 .owl-nav {
        margin-top: 26px;
    }

    .page-id-155355 .owl-nav button {
        width: 52px;
        height: 52px;
    }

    .events-slider-img {
        margin-bottom: 100px;
    }

    .elementor-menu-toggle {
        position: absolute;
        left: 0;
        top: -40px;
    }

    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        position: absolute;
        left: 0;
        right: 0;
    }
}

@media (max-width: 480px) {
    .small-item {
        width: 100%;
    }
}

a:hover {
    text-decoration: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   REDESIGN 2026 — Modern Design System
   ═══════════════════════════════════════════════════════════════ */

/* --- Design Tokens --- */
:root {
    --sa-font: "Rubik", "Heebo", "Arial", sans-serif;

    --sa-blue:         #30A6D8;
    --sa-blue-dark:    #0b73b9;
    --sa-blue-mid:     #1A90C5;
    --sa-blue-light:   #EBF5FC;
    --sa-blue-border:  #C6DFF0;

    --sa-orange:       #E8552A;
    --sa-orange-light: #FFF0EB;

    --sa-text-dark:    #0F1B2D;
    --sa-text-mid:     #425160;
    --sa-text-muted:   #6B7A8D;

    --sa-bg-subtle:    #F7F9FC;
    --sa-white:        #FFFFFF;
    --sa-border:       #DDE8F5;
    --sa-border-focus: var(--sa-blue);

    --sa-shadow-card:  0 2px 10px rgba(15, 27, 45, 0.07);
    --sa-shadow-hover: 0 10px 28px rgba(48, 166, 216, 0.18);
    --sa-shadow-lg:    0 16px 40px rgba(11, 115, 185, 0.14);

    --sa-radius:    16px;
    --sa-radius-sm: 10px;
    --sa-radius-xs: 8px;

    --sa-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --sa-transition: all 0.25s var(--sa-ease);
}

/* --- Global Typography --- */
body,
.elementor-widget-container,
p, a, span, li, label, input, textarea, button, select,
.elementor-widget-text-editor {
    font-family: var(--sa-font) !important;
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.elementor-widget-heading .elementor-heading-title {
    font-family: var(--sa-font) !important;
    font-weight: 700;
}

/* Better base text color */
body {
    color: var(--sa-text-dark);
}

/* --- Scroll Animations (defined in redesign block below) --- */

/* --- Universal Card Hover System --- */
.office-item,
.audiences-item,
.appointments-item {
    transition: var(--sa-transition) !important;
}

.office-item:hover,
.audiences-item:hover,
.appointments-item:hover {
    transform: translateY(-4px) !important;
    box-shadow: var(--sa-shadow-hover) !important;
}

/* Tab boxes and service links — consistent hover */
.tab-box a,
.cat-pages .box a,
.all-btn a {
    transition: var(--sa-transition) !important;
    text-decoration: none !important;
}

.tab-box a:hover,
.cat-pages .box a:hover {
    border-color: var(--sa-blue) !important;
    box-shadow: var(--sa-shadow-hover) !important;
    transform: translateY(-3px);
    color: var(--sa-blue-dark) !important;
}

.all-btn a:hover {
    border-color: var(--sa-blue) !important;
    background: var(--sa-blue-light) !important;
    color: var(--sa-blue-dark) !important;
}

/* Category grid items — hover */
.cat-row .item {
    transition: var(--sa-transition) !important;
    overflow: hidden;
}

.cat-row .item:not(.large):hover {
    border-color: var(--sa-blue) !important;
    box-shadow: var(--sa-shadow-hover) !important;
    transform: translateY(-3px);
}

.cat-row .item a {
    transition: color 0.2s ease !important;
}

.cat-row .item:not(.large):hover a {
    color: var(--sa-blue-dark) !important;
}

/* --- Alert items modernized --- */
.alerts-grid .alert-item {
    border: 1px solid var(--sa-border) !important;
    border-bottom: 1px solid var(--sa-border) !important;
    border-radius: var(--sa-radius) !important;
    padding: 24px !important;
    background: var(--sa-white) !important;
    transition: var(--sa-transition) !important;
    position: relative;
}

.alerts-grid .alert-item:hover {
    border-color: var(--sa-blue) !important;
    box-shadow: var(--sa-shadow-hover) !important;
    transform: translateY(-3px);
    z-index: 1;
}

.alerts-grid .alert-item h4 {
    font-size: 18px;
    line-height: 1.4;
}

.alerts-grid .alert-item > strong {
    color: var(--sa-text-muted) !important;
    opacity: 1 !important;
}

/* --- Improved card-readmore (non-homepage) --- */
.card-readmore {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--sa-blue) !important;
    text-decoration: none !important;
    margin-top: 14px;
    transition: gap 0.2s ease, color 0.2s ease !important;
}

.card-readmore:hover {
    gap: 8px !important;
    color: var(--sa-blue-dark) !important;
}

.card-readmore.is-muted {
    color: var(--sa-text-muted) !important;
    pointer-events: none;
}

/* --- Owl Carousel dots — consistent site-wide --- */
.owl-dots button {
    width: 8px !important;
    height: 8px !important;
    background: var(--sa-border) !important;
    border-radius: 4px !important;
    border: none !important;
    transition: all 0.3s var(--sa-ease) !important;
}

.owl-dots button.active {
    width: 28px !important;
    height: 8px !important;
    border-radius: 4px !important;
    background: var(--sa-blue) !important;
    border: none !important;
}

/* Owl nav buttons — site-wide improvement */
.owl-nav button {
    transition: var(--sa-transition) !important;
}

.owl-nav button:hover {
    transform: translateY(-2px) !important;
    border-color: var(--sa-blue) !important;
    box-shadow: 0 6px 16px rgba(48, 166, 216, 0.2) !important;
}

/* --- Header sticky improvement --- */
#masthead.scrolled {
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 2px 24px rgba(15, 27, 45, 0.09) !important;
    border-bottom: 1px solid rgba(48, 166, 216, 0.12);
    transition: background 0.3s ease, box-shadow 0.3s ease !important;
}

.hfe-sticky {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 2px 24px rgba(15, 27, 45, 0.09) !important;
    border-bottom: 1px solid rgba(48, 166, 216, 0.1);
    transition: background 0.3s ease, box-shadow 0.3s ease !important;
}

/* --- FAQ accordion modernization --- */
.faq-item h3 {
    transition: background 0.2s ease, border-color 0.2s ease !important;
}

.faq-item h3:hover {
    background: var(--sa-blue-light) !important;
    border-color: var(--sa-blue-border) !important;
}

.faq-sidebar li {
    border-radius: var(--sa-radius-xs) !important;
    transition: background 0.2s ease !important;
}

.faq-sidebar li:hover {
    background: var(--sa-blue-light) !important;
}

.faq-sidebar li.active {
    background: var(--sa-blue-light) !important;
    color: var(--sa-blue-dark) !important;
    font-weight: 600;
}

/* --- Spotarrow tabs modernization --- */
.spotarrow-tabs .tabs li {
    border-radius: var(--sa-radius-xs) !important;
    transition: background 0.2s ease, color 0.2s ease !important;
}

.spotarrow-tabs .tabs li:hover {
    background: rgba(255, 255, 255, 0.6);
}

.spotarrow-tabs .tabs li.active-tab {
    box-shadow: var(--sa-shadow-card);
}

/* --- Alerts category filter — better active state --- */
.alert-category-filter a {
    border-radius: var(--sa-radius-xs) !important;
    transition: all 0.2s ease !important;
}

.alert-category-filter a:hover {
    background: var(--sa-blue-light) !important;
    color: var(--sa-blue-dark) !important;
}

.alert-category-filter a.selected {
    background: var(--sa-blue) !important;
    color: #fff !important;
    border-radius: var(--sa-radius-xs) !important;
}

/* --- Alerts page: card grid --- */
.alerts-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.alert-card {
    background: var(--sa-white);
    border: 1.5px solid var(--sa-border);
    border-radius: var(--sa-radius);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: var(--sa-transition);
    box-shadow: var(--sa-shadow-card);
}

.alert-card:hover {
    border-color: var(--sa-blue);
    box-shadow: var(--sa-shadow-hover);
    transform: translateY(-3px);
}

.alert-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.alert-card__category {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    background: var(--sa-blue-light);
    color: var(--sa-blue-dark);
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.alert-card__date {
    font-size: 12px;
    color: var(--sa-text-muted);
    font-weight: 400;
    flex-shrink: 0;
}

.alert-card__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--sa-text-dark);
    margin: 0;
}

.alert-card__excerpt {
    font-size: 13px;
    line-height: 1.6;
    color: var(--sa-text-mid);
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.alert-card__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: var(--sa-blue);
    text-decoration: none;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid var(--sa-border);
    transition: color 0.2s ease, gap 0.2s ease;
}

.alert-card__link:hover {
    color: var(--sa-blue-dark);
    gap: 8px;
}

.alerts-empty {
    text-align: center;
    color: var(--sa-text-muted);
    padding: 40px 0;
}

@media (max-width: 1024px) {
    .alerts-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .alerts-cards-grid {
        grid-template-columns: 1fr;
    }
    .alerts-page .alert-category-filter {
        margin: 20px 0 16px;
    }
}

/* --- Pagination modernization --- */
.pagination .page-numbers {
    border-radius: var(--sa-radius-xs) !important;
    border-color: var(--sa-border) !important;
    transition: all 0.2s ease !important;
    font-family: var(--sa-font) !important;
}

.pagination .page-numbers:hover {
    background: var(--sa-blue-light) !important;
    border-color: var(--sa-blue) !important;
    color: var(--sa-blue-dark) !important;
}

.pagination .page-numbers.current {
    background: var(--sa-blue) !important;
    border-color: var(--sa-blue) !important;
    color: #fff !important;
}

/* --- Search overlay improvements --- */
.header-search-popup__close {
    transition: background 0.2s ease, color 0.2s ease !important;
}

.header-search-popup__close:hover {
    background: var(--sa-blue-light) !important;
    color: var(--sa-blue-dark) !important;
}

/* --- Single post typography --- */
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4 {
    font-family: var(--sa-font) !important;
    color: var(--sa-text-dark) !important;
    line-height: 1.3;
}

.single-post p {
    color: var(--sa-text-mid) !important;
    line-height: 1.8 !important;
    font-size: 17px !important;
}

/* --- Form inputs modernization --- */
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
select {
    font-family: var(--sa-font) !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
    border-color: var(--sa-blue) !important;
    box-shadow: 0 0 0 3px rgba(48, 166, 216, 0.15) !important;
    outline: none !important;
}

/* --- Cat-page icons — subtle but cleaner --- */
.cat-row .item a svg {
    flex-shrink: 0;
    border-radius: var(--sa-radius-xs) !important;
    transition: background 0.2s ease !important;
}

.cat-row .item:hover a svg {
    transform: scale(1.08);
}

.cat-pages .box a::before {
    border-radius: var(--sa-radius-xs) !important;
    transition: background 0.2s ease, transform 0.2s ease !important;
}

.cat-pages .box a:hover::before {
    background-color: rgba(232, 86, 43, 0.22) !important;
    transform: scale(1.08);
}

/* --- Homepage communities grid — scroll reveal targets --- */
.page-id-155355 .audiences-list--communities .audiences-box--community {
    transition: var(--sa-transition) !important;
}

.page-id-155355 .audiences-list--communities .audiences-item--community {
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease !important;
}

.page-id-155355 .audiences-list--communities .audiences-item--community:hover {
    border-color: var(--sa-blue) !important;
    box-shadow: var(--sa-shadow-hover) !important;
    transform: translateY(-4px) !important;
}

/* --- Offices image hover zoom --- */
.page-id-155355 .offices-list .offices-img {
    overflow: hidden;
}

.page-id-155355 .offices-list .offices-img img {
    transition: transform 0.5s var(--sa-ease) !important;
}

.page-id-155355 .offices-list .office-item:hover .offices-img img {
    transform: scale(1.06) !important;
}

/* --- News card image hover zoom --- */
.page-id-155355 .blog-list .audiences-img {
    overflow: hidden;
}

.page-id-155355 .blog-list .audiences-img img {
    transition: transform 0.5s var(--sa-ease) !important;
}

.page-id-155355 .blog-list .audiences-item:hover .audiences-img img {
    transform: scale(1.05) !important;
}

/* ─────────────────────────────────────────────────────────────────
   REDESIGN: Homepage — gov.il-inspired, modern
───────────────────────────────────────────────────────────────── */

/* ── Utility ──────────────────────────────────────────────────── */
.sa-hidden { display: none !important; }

/* ── Content max-width wrapper ────────────────────────────────────
   Constrains section CONTENT to 1100px while backgrounds stay full-bleed.
   Uses padding-inline-* (not padding-left/right) to override Elementor's
   logical-property reset in RTL mode.
─────────────────────────────────────────────────────────────────*/
.page-id-155355 .e-con.e-parent:not(.elementor-element-2c6f6a8) > .e-con-inner {
    max-width: min(100%, 1100px) !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-inline-start: 40px !important;
    padding-inline-end: 40px !important;
    box-sizing: border-box !important;
}

/* ── Hero ─────────────────────────────────────────────────────── */
.page-id-155355 .elementor-element-2c6f6a8 .elementor-heading-title {
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.5px;
}

/* Center the hero content block */
.page-id-155355 .elementor-element-2c6f6a8 > .e-con-inner {
    align-items: center;
    justify-content: center;
}

/* Hero content inner container — centered, children stretch full width */
.page-id-155355 .elementor-element-479e628 {
    max-width: 820px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-self: center !important;
    align-items: stretch !important;
}
/* Center text within hero heading/subtitle; search bar fills full width */
.page-id-155355 .elementor-element-479e628 .elementor-heading-title {
    text-align: center !important;
}
.page-id-155355 .elementor-element-479e628 .elementor-widget-text-editor,
.page-id-155355 .elementor-element-479e628 .elementor-widget-text-editor p {
    text-align: center !important;
}

/* Search bar — full width of content, prominent */
.page-id-155355 .elementor-element-2c6f6a8 .elementor-element-0a7a9fe {
    width: 100% !important;
    align-self: stretch !important;
}
.page-id-155355 .elementor-element-2c6f6a8 .elementor-element-0a7a9fe .elementor-widget-container {
    width: 100% !important;
}

.page-id-155355 .swp-search-form,
.page-id-155355 .elementor-element-2c6f6a8 .swp-search-form {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3) !important;
    display: flex !important;
    width: 100% !important;
}

.page-id-155355 .elementor-element-2c6f6a8 .swp-search-form input[type="search"],
.page-id-155355 .elementor-element-2c6f6a8 .swp-search-form input[type="text"],
.page-id-155355 .elementor-element-2c6f6a8 form input[type="search"] {
    font-size: 16px !important;
    padding: 16px 20px !important;
    border: none !important;
    background: rgba(255, 255, 255, 0.97) !important;
    flex: 1 !important;
    min-width: 0 !important;
}

.page-id-155355 .elementor-element-2c6f6a8 .swp-search-form button,
.page-id-155355 .elementor-element-2c6f6a8 .swp-search-form [type="submit"],
.page-id-155355 .elementor-element-2c6f6a8 form button {
    background: #1976D2 !important;
    color: #fff !important;
    font-size: 15px !important;
    padding: 16px 28px !important;
    border: none !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}

/* ── Section headings ────────────────────────────────────────── */
.page-id-155355 .elementor-widget-heading .elementor-heading-title {
    line-height: 1.3 !important;
}

/* ── Buttons ─────────────────────────────────────────────────── */
.page-id-155355 .elementor-button {
    font-family: var(--sa-font) !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
    border-radius: 8px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.page-id-155355 .elementor-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18) !important;
}

/* Blue CTA button (appointments, news, offices) */
.page-id-155355 .elementor-element-844d906 .elementor-button,
.page-id-155355 .elementor-element-f7b4f40 .elementor-button {
    border: 2px solid rgba(255, 255, 255, 0.55) !important;
    background: transparent !important;
    color: #fff !important;
}
.page-id-155355 .elementor-element-844d906 .elementor-button:hover,
.page-id-155355 .elementor-element-f7b4f40 .elementor-button:hover {
    background: rgba(255, 255, 255, 0.12) !important;
}

/* ── Inner white cards (City Services, Events+Alerts) ────────── */
.page-id-155355 .elementor-element-95998ef,
.page-id-155355 .elementor-element-9b808aa {
    border-radius: 16px !important;
    box-shadow: 0 2px 20px rgba(15, 27, 80, 0.07) !important;
}

/* ── Carousel cards — reduce oversized appearance ────────────── */
/* Offices list */
.page-id-155355 .offices-list .office-item {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(15, 27, 45, 0.08) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.page-id-155355 .offices-list .office-item:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 28px rgba(25, 118, 210, 0.16) !important;
}
.page-id-155355 .offices-list .offices-img {
    height: 200px !important;
    overflow: hidden !important;
}
.page-id-155355 .offices-list .offices-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.45s ease !important;
}
.page-id-155355 .offices-list .office-item:hover .offices-img img {
    transform: scale(1.06) !important;
}

/* Communities / Audiences carousel */
.page-id-155355 .audiences-list .audiences-item--community,
.page-id-155355 .audiences-list .audiences-item {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(15, 27, 45, 0.07) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.page-id-155355 .audiences-list .audiences-item--community:hover,
.page-id-155355 .audiences-list .audiences-item:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 28px rgba(25, 118, 210, 0.14) !important;
}
.page-id-155355 .audiences-list .audiences-img {
    height: 190px !important;
    overflow: hidden !important;
}
.page-id-155355 .audiences-list .audiences-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.45s ease !important;
}
.page-id-155355 .audiences-list .audiences-item:hover .audiences-img img {
    transform: scale(1.05) !important;
}

/* Blog / News cards */
.page-id-155355 .blog-list .audiences-item {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(15, 27, 45, 0.07) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.page-id-155355 .blog-list .audiences-item:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 28px rgba(25, 118, 210, 0.14) !important;
}
.page-id-155355 .blog-list .audiences-img {
    height: 185px !important;
    overflow: hidden !important;
}
.page-id-155355 .blog-list .audiences-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.45s ease !important;
}

/* ── Appointments / quick action cards (icon boxes) ─────────── */
.page-id-155355 .elementor-element-844d906 .tab-box,
.page-id-155355 .elementor-element-844d906 .appointments-box {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    transition: background 0.2s ease !important;
}
.page-id-155355 .elementor-element-844d906 .tab-box:hover,
.page-id-155355 .elementor-element-844d906 .appointments-box:hover {
    background: rgba(255, 255, 255, 0.18) !important;
}

/* ── Alert items ────────────────────────────────────────────── */
.page-id-155355 .alert-item {
    border-radius: 12px !important;
    border: 1px solid #E0EAFB !important;
    box-shadow: 0 1px 8px rgba(15, 27, 80, 0.06) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.page-id-155355 .alert-item:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(25, 118, 210, 0.12) !important;
}

/* ── Spotarrow category boxes ────────────────────────────────── */
.page-id-155355 .cat-pages .box,
.page-id-155355 .cat-row .cat-box {
    border-radius: 12px !important;
    border: 1px solid #E0EAFB !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
}
.page-id-155355 .cat-pages .box:hover,
.page-id-155355 .cat-row .cat-box:hover {
    transform: translateY(-4px) !important;
    border-color: #1976D2 !important;
    box-shadow: 0 8px 24px rgba(25, 118, 210, 0.12) !important;
}

/* ── Search dropdown integration ────────────────────────────── */
/* Remove form's bottom radius when live results are visible */
.page-id-155355 .elementor-element-2c6f6a8 .swp-search-form:has(~ .hero-live-search-results.searchwp-live-search-results-showing) {
    border-radius: 12px 12px 0 0 !important;
}
/* Also catch the case where results are a descendant sibling (widget wrapper level) */
.page-id-155355 .elementor-element-0a7a9fe:has(.hero-live-search-results.searchwp-live-search-results-showing) .swp-search-form {
    border-radius: 12px 12px 0 0 !important;
}
/* Hero results: match form's 12px radius for consistent pill shape */
.page-id-155355 .hero-live-search-results.searchwp-live-search-results-showing {
    border-radius: 0 0 12px 12px !important;
}

/* ── Card image border-radius fix ───────────────────────────── */
/* Base theme applies border-radius:12px to .offices-img a img etc.  */
/* This creates a double-radius gap inside the card's overflow:hidden  */
/* container. Zero-ing it lets the container's clip handle the corner. */
.page-id-155355 .audiences-img a img,
.page-id-155355 .offices-img a img {
    border-radius: 0 !important;
}

/* ── Appointments icon cards ────────────────────────────────── */
/* .appointments-box is a width wrapper; .appointments-item is the visual card */
.page-id-155355 .elementor-element-844d906 .appointments-box {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}
.page-id-155355 .elementor-element-844d906 .appointments-item {
    background: #fff !important;
    border: 1px solid #D4E4F7 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(15, 27, 80, 0.08) !important;
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease !important;
}
.page-id-155355 .elementor-element-844d906 .appointments-item:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 30px rgba(25, 118, 210, 0.18) !important;
    border-color: #1976D2 !important;
}
/* Light blue icon area — dark/outline icons visible on pale background */
.page-id-155355 .elementor-element-844d906 .appointments-img {
    background: #EEF4FF !important;
    border-bottom: 1px solid #D4E4F7 !important;
}
/* Override padding-hack on <a>; center the icon */
.page-id-155355 .elementor-element-844d906 .appointments-img a {
    display: flex !important;
    padding: 22px 16px !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 90px !important;
    position: static !important;
}
.page-id-155355 .elementor-element-844d906 .appointments-img a img {
    position: static !important;
    width: auto !important;
    height: 52px !important;
    max-width: 60px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
}
/* Text on white background */
.page-id-155355 .elementor-element-844d906 .appointments-content {
    padding: 14px 16px 20px !important;
    text-align: center !important;
}
.page-id-155355 .elementor-element-844d906 .appointments-content h4,
.page-id-155355 .elementor-element-844d906 .appointments-content h4 a {
    color: #0D2E5A !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}
.page-id-155355 .elementor-element-844d906 .appointments-content p {
    color: #546E8A !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

/* ── Bottom CTA section ("עוד לא מצאתם") ─────────────────────── */
/* Full-width stays, just add margin-bottom so footer has breathing room */
.page-id-155355 .elementor-element-f7b4f40.e-con.e-parent {
    margin-bottom: 60px !important;
}
/* Make spotarrow dropdowns visible on the blue gradient */
.page-id-155355 .elementor-element-f7b4f40 .spotarrow-sections {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
    justify-content: center !important;
    align-items: flex-end !important;
    flex-wrap: wrap !important;
}
.page-id-155355 .elementor-element-f7b4f40 .spotarrow-sections label {
    display: block !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}
.page-id-155355 .elementor-element-f7b4f40 .spotarrow-sections select {
    width: 100% !important;
    min-width: 220px !important;
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
}
.page-id-155355 .elementor-element-f7b4f40 .spotarrow-sections select option {
    background: #0D4C8A;
    color: #fff;
}
.page-id-155355 .elementor-element-f7b4f40 .section-select-wrapper,
.page-id-155355 .elementor-element-f7b4f40 .link-select-wrapper {
    flex: 1 1 220px !important;
    max-width: 320px !important;
}

/* ── Owl carousel dots ───────────────────────────────────────── */
.page-id-155355 .owl-dots {
    margin-top: 20px !important;
}
.page-id-155355 .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    background: #C6D6EE !important;
    border-radius: 50% !important;
    transition: all 0.25s ease !important;
    margin: 0 4px !important;
}
.page-id-155355 .owl-dots .owl-dot.active span {
    width: 24px !important;
    background: #1976D2 !important;
    border-radius: 4px !important;
}

/* ── Scroll-in animations (via IntersectionObserver) ────────── */
.sa-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    will-change: opacity, transform;
}
.sa-animate.sa-in-view {
    opacity: 1;
    transform: translateY(0);
}
.sa-animate:nth-child(2) { transition-delay: 0.06s; }
.sa-animate:nth-child(3) { transition-delay: 0.12s; }
.sa-animate:nth-child(4) { transition-delay: 0.18s; }
.sa-animate:nth-child(5) { transition-delay: 0.10s; }
.sa-animate:nth-child(6) { transition-delay: 0.16s; }

/* ── Responsive ──────────────────────────────────────────────── */
@media only screen and (max-width: 1024px) {
    .page-id-155355 .e-con.e-parent:not(.elementor-element-2c6f6a8) > .e-con-inner {
        padding-inline-start: 28px !important;
        padding-inline-end: 28px !important;
    }
}

@media only screen and (max-width: 767px) {
    .page-id-155355 .e-con.e-parent:not(.elementor-element-2c6f6a8) > .e-con-inner {
        padding-inline-start: 20px !important;
        padding-inline-end: 20px !important;
    }

    /* Hero text */
    .page-id-155355 .elementor-element-2c6f6a8 .elementor-heading-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    .page-id-155355 .elementor-element-2fca69e .elementor-widget-text-editor {
        font-size: 15px !important;
    }

    /* Carousel image heights */
    .page-id-155355 .offices-list .offices-img,
    .page-id-155355 .audiences-list .audiences-img,
    .page-id-155355 .blog-list .audiences-img {
        height: 160px !important;
    }

    /* Owl dots */
    .page-id-155355 .owl-dots .owl-dot span {
        width: 6px !important;
        height: 6px !important;
    }
    .page-id-155355 .owl-dots .owl-dot.active span {
        width: 18px !important;
    }

    /* Alerts */
    .alerts-grid .alert-item {
        border-radius: 10px !important;
        margin-bottom: 10px;
    }
}

/* ── RTL horizontal-overflow fixes ───────────────────────────────────────────
   Elementor places #elementor-device-mode at left:391px on a 390px viewport,
   creating 1px of horizontal overflow. In iOS Safari RTL, even 1px of overflow
   is enough for the page to drift sideways during vertical scroll momentum.
   Move it left of the viewport instead so it never overflows. */
#elementor-device-mode {
    left: -2px !important;
}

/* Social icons widget in footer overflows its container by ~6px (visible).
   Clip it to prevent contributing to horizontal scroll range. */
.elementor-widget-social-icons .elementor-widget-container {
    overflow-x: hidden !important;
}

