/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.mouce-effect .elementor-icon {
    overflow: hidden;
}

.mouce-effect .elementor-icon::before {
    content: '';
    width: 0px;
    height: 12px;
    border: 2px solid #8E151C;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    opacity: 1;
    animation: wheel 2s infinite;
}

@keyframes wheel {
    to {
        opacity: 0;
        top: 45px;
    }
}

.mouce-effect .elementor-icon-wrapper {
    display: flex;
    overflow: hidden;
}


.law-item svg,
.law-item,
.law-item .elementor-heading-title,
.law-item .elementor-widget-text-editor {
    transition: .3s;
}

.law-item:hover path.primary {
    stroke: #FFFFFF;
}

.law-item:hover .elementor-heading-title,
.law-item:hover .elementor-widget-text-editor {
    color: #FFFFFF !important;
}

.law-item .elementor-widget-button {
    transform: scale(0);
    transition: .3s;
    max-height: 0;
}

.law-item:hover .elementor-widget-button {
    transform: scale(1);
    max-height: 50px;
}

.contact-email-tag .elementor-icon-box-description a {
    color: #1A1A1A;
}

.arrow-up span.elementor-button-icon {
    display: flex;
}

.arrow-up span.elementor-button-icon svg {
    height: 25px;
    width: 25px;
    transition: .3s;
}

.arrow-up a.elementor-button:hover span.elementor-button-icon svg {
    transform: translate(-5px, -5px)
}

.arrow-up span.elementor-button-text {
    display: flex;
    align-items: center;
}

.about-icon a.elementor-icon {
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.about-icon.mail {
    border: 0.81px solid #FFFFFF66;
    border-radius: 50% !important;
}

.lawyer-bg {
    background-position: bottom right -22px !important;
}

.legal-transperant {
    backdrop-filter: blur(16.219667434692383px);
}

.contact-page-main {
    width: 100%;
    max-width: 856px;
    margin: 0 auto;
}

.contact-page-main .contact-input-flex p {
    display: flex;
    align-items: center;
    direction: rtl;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-page-main .contact-input-textarea p {
    margin-bottom: 47px;
}

.contact-page-main .contact-input-flex p br,
.contact-input-btn p br,
.contact-input-btn p span.wpcf7-spinner {
    display: none;
}

.contact-page-main .contact-input-flex p span input {
    direction: rtl !important;
}

.contact-page-main textarea.wpcf7-form-control.wpcf7-textarea {
    direction: rtl;
    height: 109px;
    width: 100%;
    padding: 15px;
}

.contact-page-main input::placeholder,
.contact-page-main textarea::placeholder {
    font-family: Heebo;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #696969;
}

.contact-page-main input,
.contact-page-main textarea {
    font-family: Heebo;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #000000;
    background-color: #F1F1F1;
    border: 0px;
    border-bottom: 1px solid #000000;
    outline: 0px;
    border-radius: 0px;
    height: 54px;
}

.contact-input-btn p {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}


.contact-input-btn svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    transition: 0.2s !important;
}

.contact-input-btn input,
.contact-input-btn input:focus {
    background-color: #8E151C;
    color: #FFFFFF;
    font-family: 'Heebo';
    font-weight: 500;
    font-size: 19px;
    line-height: 18px;
    border-radius: 60px;
    border: 1px solid #8E151C;
    padding: 17px 26px 17px 52px;
    height: auto;
    transition: 0.4s !important;
}

.contact-input-btn input:hover {
    background-color: #000;
    border: 1px solid #000;
}

.contact-input-btn p:has(input[type="submit"]:hover) svg {
    transform: translate(-4px, -20px);
}

.image-carousel figure.swiper-slide-inner {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
    border-radius: 9px;
    padding: 5px;
}

.image-carousel figure.swiper-slide-inner img.swiper-slide-image {
    mix-blend-mode: multiply;
}

.customers-slider::after,
.customers-slider::before {
    content: '';
    width: 322px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.customers-slider::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    right: 0;
    transform: rotate(-180deg)
}

.artical-arrow svg {
    height: 23px !important;
}

.contact-page-main.home-contact-form {
    max-width: 100%;
}

.contact-page-main.home-contact-form .contact-input-flex p {
    gap: 22px;
    margin-bottom: 53px;
}

.contact-page-main.home-contact-form .contact-input-btn input {
    padding: 14px 26px 14px 52px;
}

.contact-page-main.home-contact-form input {
    height: 62px;
}

.contact-page-main.home-contact-form .contact-input-btn input {
    height: 48px;
}

.bg-video-sec .elementor-background-video-container {
    mix-blend-mode: luminosity !important;
    background-blend-mode: luminosity;
}

.blog-item:hover h3.elementor-heading-title {
    color: #DEDEDE !important;
}

.blog-item .elementor-heading-title,
.blog-item {
    transition: 0.4s !important;
}

.blog-item:hover .blog-item-btn .elementor-heading-title {
    color: #8E151C !important;
}



.page-id-584 .blog-item-white .elementor-element.elementor-element-6536fff.e-flex.e-con-boxed.e-con.e-child {
    background-color: #fff;
    box-shadow: 0px 4px 15px 0px #0000001A;
}

.page-id-584 .blog-item-white h3.elementor-heading-title,
.page-id-584 .blog-item-white .elementor-heading-title {
    color: #000000 !important;
    transition: 0.2s !important;
}

.page-id-584 .blog-item-white:hover h3.elementor-heading-title,
.page-id-584 .blog-item-white:hover .elementor-heading-title {
    color: #8E151C !important;
}

.page-id-584 .blog-item-white svg path {
    stroke: #000 !important;
}

.popup-flex {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 35px;
}

.popup-input input {
    background: #F5F5F5;
    border: 0;
    border-bottom: 1px solid #03203D;
    height: 54px;
    outline: none;
    border-radius: 0;
    font-family: Heebo;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
}

.popup-input input::placeholder {
    color: #56575C;
}

.popup-input p {
    margin: 0;
}

a.dialog-close-button {
    height: 45px;
    width: 45px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.399 7.69117L15.3838 14.6759L14.6766 15.383L7.69189 8.39828L0.707144 15.383L3.68156e-05 14.6759L6.98479 7.69117L0.00072735 0.707113L0.707834 5.84719e-06L7.69189 6.98407L14.676 5.84719e-06L15.3831 0.707113L8.399 7.69117Z' fill='%23F5F5F5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

a.dialog-close-button svg {
    display: none;
}

.share-icon span.elementor-share-btn__icon {
    background: transparent !important;
    border: 1px solid #8E151C !important;
    border-radius: 50%;
}

.author-sec .elementor-author-box__text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.author-sec .elementor-author-box__name {
    margin: 0;
    position: relative;
}

.author-sec .elementor-author-box__name::after {
    content: '';
    height: 12px;
    width: 1px;
    background: #8E151C;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

/* blog page pag */
nav.elementor-pagination .page-numbers.next,
nav.elementor-pagination .page-numbers.prev {
    position: relative;
    font-size: 0 !important;
}

nav.elementor-pagination .page-numbers.next:after {
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.2288 15.7795L14.4648 14.5435L10.4498 10.5197L14.4648 6.49592L13.2288 5.25986L7.96894 10.5197L13.2288 15.7795Z" fill="%23000000"/></svg>');
    height: 21px;
    width: 21px;
    transition: 0.4s;
}

nav.elementor-pagination .page-numbers.next:hover:after {
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.2288 15.7795L14.4648 14.5435L10.4498 10.5197L14.4648 6.49592L13.2288 5.25986L7.96894 10.5197L13.2288 15.7795Z" fill="%23FFFFFF"/></svg>');
}

nav.elementor-pagination .page-numbers.prev:after {
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M9.12571 5.25989L7.88965 6.49595L11.9047 10.5197L7.88965 14.5435L9.12571 15.7796L14.3856 10.5197L9.12571 5.25989Z" fill="%23000000"/></svg>');
    height: 21px;
    width: 21px;
    transition: 0.4s;
}

nav.elementor-pagination .page-numbers.prev:hover:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M9.12571 5.25989L7.88965 6.49595L11.9047 10.5197L7.88965 14.5435L9.12571 15.7796L14.3856 10.5197L9.12571 5.25989Z" fill="%23FFFFFF"/></svg>');
}

nav.elementor-pagination {
    margin-top: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

nav.elementor-pagination .page-numbers {
    color: #333333;
    font-family: 'Heebo';
    font-weight: 700;
    font-size: 17px !important;
    line-height: 100%;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border: 1px solid #EDEDF5;
    border-radius: 3px;
    transition: 0.4s !important;
}

nav.elementor-pagination .page-numbers.current {
    background-color: #8E151C;
    color: #FFFFFF;
    transition: 0.4s;
}

nav.elementor-pagination .page-numbers:hover {
    background-color: #8E151C;
    color: #FFFFFF;
    transition: 0.4s;
}

nav.elementor-pagination span.page-numbers.prev {
    border-color: #EDEDF5 !important;
}

nav.elementor-pagination span.page-numbers.prev:hover,
nav.elementor-pagination span.page-numbers.next:hover {
    background-color: transparent !important;
}

nav.elementor-pagination span.page-numbers.prev::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M9.12571 5.25989L7.88965 6.49595L11.9047 10.5197L7.88965 14.5435L9.12571 15.7796L14.3856 10.5197L9.12571 5.25989Z" fill="%23CFCFCF"/></svg>') !important;
}

nav.elementor-pagination span.page-numbers.next {
    border-color: #EDEDF5 !important;
}

nav.elementor-pagination span.page-numbers.next::after {
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.2288 15.7795L14.4648 14.5435L10.4498 10.5197L14.4648 6.49592L13.2288 5.25986L7.96894 10.5197L13.2288 15.7795Z" fill="%23CFCFCF"/></svg>') !important;
}














/* header */
.page-id-19 header:not(.dynamic-header),
.single-service header:not(.dynamic-header),
.page-id-731 header:not(.dynamic-header) {
    position: fixed;
}

header:not(.dynamic-header) {
    width: 100%;
    max-width: 100% !important;
    padding: 0px 34px;
    position: sticky;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #0000000D;
}

.page-id-19 header:not(.dynamic-header) {
    border-color: transparent;
}

.page-id-19 header.show-to-top:not(.dynamic-header) {
    border-color: #0000000D;
}

header.header-transparent {
    background: #FFFFFF;
}

.header-info-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bottom-header {
    width: 100%;
}

.header-contact-info {
    display: flex;
    align-items: center;
    gap: 21px;
}

a.header-call-info {
    display: inline-flex;
    gap: 13px;
    font-family: 'Heebo';
    font-weight: 700;
    font-size: 24px;
    line-height: 18px;
    text-align: right;
    vertical-align: middle;
    color: #000000;
}

a.header-call-info span {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: block;
    margin-bottom: 7px;
}

span.head-call-icon {
    margin-bottom: 0 !important;
    display: flex !important;
}

a.header-popup-btn {
    padding: 11px 25px;
    background: #8E151C;
    border-radius: 60px;
    font-family: 'Heebo';
    font-weight: 500;
    font-size: 19px;
    line-height: 18.23px;
    text-align: right;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: 0.4s;
}

a.header-popup-btn:hover {
    background: #000000;
}

a.header-popup-btn:hover span svg {
    transform: translate(-5px, -5px);
}

a.header-popup-btn span svg {
    transition: 0.4s;
}

a.header-popup-btn span {
    display: flex;
}

.header-right-info {
    display: flex;
    align-items: center;
    gap: 90px;
}

ul.main-menu-bar {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

a.am-menu-item-link {
    font-family: 'Heebo';
    font-weight: 600;
    font-size: 20px;
    line-height: 83px;
    text-align: right;
    color: #000000;
    padding-left: 25px;
    margin-left: 25px;
    position: relative;
    transition: 0.4s;
}

a.am-menu-item-link:hover {
    color: #8E151C;
}

span.fmenu-icon svg path {
    stroke: #000000;
}

span.fmenu-icon {
    margin-right: 5px;
}

a.am-menu-item-link:before {
    content: '';
    width: 2px;
    height: 16px;
    background: #8E151C;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.am-sub-menu {
    padding: 10px 22px 14px 27px;
    list-style: none;
    background: #FFFFFF;
    position: absolute;
    width: 100%;
    max-width: 221px;
    min-width: 221px;
    right: -26px;
    display: none;
    top: 83px;
    box-shadow: 0px 21px 30px 0px #0000001A;
    border-radius: 2px;
    border-top: 3px solid #8E151C;
}

li.main-menu-item {
    position: relative;
}

a.am-sub-menu-item-link {
    font-family: 'Heebo';
    font-weight: 400;
    font-size: 19px;
    line-height: 36px;
    text-align: right;
    color: #000000;
    display: inline-block;
    transition: 0.4s;
}

a.am-sub-menu-item-link:hover {
    color: #8E151C;
}


/* footer */
.container {
    width: 100%;
    max-width: 1339px;
    margin: 0 auto;
    padding: 0 12px;
}

.footer-links-info {
    display: flex;
}

.main-footer {
    border-top: 1px solid #EFEFEF;
    padding: 60px 0 25px 0;
}

.footer-txt-title {
    font-family: 'Heebo';
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    color: #000000;
    margin-bottom: 12px;
}

.footer-location,
a.footer-mail,
a.footer-call,
a.footer-whatsapp {
    font-family: 'Heebo';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: #01070F;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    width: fit-content;
}

.footer-location span.underline-foot,
.footer-mail span.underline-foot,
.footer-call span.underline-foot,
.footer-whatsapp span.underline-foot {
    font-weight: 400 !important;
}

.footer-mail span.underline-foot,
.footer-call span.underline-foot {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-location {
    margin-bottom: 18px;
}

a.footer-whatsapp {
    margin-bottom: 0;
}

.footer-location span,
a.footer-mail span,
a.footer-call span,
a.footer-whatsapp span {
    font-weight: 700;
}

.footer-add-info {
    padding-left: 40px;
    margin-left: 50px;
    border-left: 1px solid #8E151C;
}

.footer-details-info {
    max-width: 410px;
}

.footer-details-info .footer-txt-title {
    margin-bottom: 29px;
}

.footer-menus-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    width: 100%;
}

.footer-links a {
    font-family: 'Heebo';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: #01070F;
    display: inline-block;
    transition: .4s;
}

.footer-links a:hover,
.footer-details-info a:hover .underline-foot {
    color: #8E151C;
}

.footer-links:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer-logo-info {
    margin-top: 50px;
    padding: 29px 0;
    border-top: 1px solid #071C3733;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer-logo-boxes {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.foot-social-icon {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    gap: 10px;
}

.foot-social-icon a {
    width: 60px;
    height: 60px;
    border: 1px solid #8E151C;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-copy-txt p,
.footer-copy-links p {
    margin: 0;
    font-family: 'Heebo';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    color: #5D697B;
}

.footer-copy-links p {
    display: flex;
    align-items: center;
    gap: 11px;
}

.footer-copy-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.bottom-top-arrow {
    position: fixed;
    bottom: 62px;
    right: 30px;
    transition: 0.4s;
    z-index: 999;
}

.footer-sticky-btn {
    display: none;
}

a.bottom-top-arrow {
    height: 58px;
    width: 58px;
    background-color: #8E151C;
    border-radius: 50%;
    transition: 0.3s;
}

a.bottom-top-arrow:hover svg {
    transform: translate(50%, -70%);
}

a.bottom-top-arrow svg {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: 0.3s;
}

.bg-video-sec .e-con-inner::after {
    content: '';
    height: 100%;
    width: 400px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.bg-video-sec .e-con-inner::before {
    content: '';
    height: 100%;
    width: 400px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.singal-form-title .elementor-heading-title span {
    color: #8E151C;
}

.signal-from .popup-flex {
    flex-direction: column;
    gap: 13px;
    margin-bottom: 30px;
}

.signal-from .popup-input input {
    height: 48px;
}

.signal-from .contact-input-btn input {
    height: 48px;
    padding: 12px 26px 12px 52px;
}

.legal-advice-form .popup-flex {
    margin: 0;
    gap: 17px;
    flex-direction: row-reverse;
}

.legal-advice-form .popup-form {
    display: flex;
    flex-direction: row-reverse;
    gap: 17px;
}

.popup-form .contact-input-btn input {
    padding: 14px 28px 14px 54px;
}

.popup-form .contact-input-btn svg {
    left: 20px;
}

.legal-advice-form .popup-input input,
.legal-advice-form .contact-input-btn input {
    height: 52px;
}

.legal-advice-form .popup-input input::placeholder {
    color: #000000;
}

.communications-btn a span.icon {
    height: 18px;
    width: 18px;
    display: inline-block;
    align-items: center;
    background-image: url('https://avi.ussl.co.il/wp-content/uploads/2025/12/phone-1.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.communications-sec .elementor-background-video-container {
    mix-blend-mode: luminosity;
}

.communications-sec .elementor-background-video-container video {
    position: absolute;
    left: 254px;
    top: 420px;
    width: 1380px !important;
    max-width: 1500px !important;
}

.communications-sec span.elementor-icon-list-text {
    display: flex;
    align-items: center;
    gap: 6px;
}

.google-map-color {
    mix-blend-mode: luminosity;
}

.blog-useful-sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

a.useful-item {
    border-top: 1.93px solid #8E151C;
    box-shadow: 0px 0px 18.95px 0px #0118391A;
    display: flex;
    flex-direction: column;
}

.useful-title {
    padding: 18px 16px;
    font-family: Heebo;
    font-weight: 500;
    font-size: 23px;
    line-height: 26.96px;
    text-align: right;
    color: #000000;
    flex-grow: 1;
    transition: .3s;
}

.useful-link {
    padding: 12px 15px 15px 17px;
    font-family: Heebo;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #000000;
    border-top: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

a.useful-item:hover .useful-link,
a.useful-item:hover .useful-title {
    color: #8E151C;
}

.text-description.show-less-text p {
    max-height: 128px;
    overflow: hidden;
    transition: 0.3s;
    height: auto !important;
}

.show-desc-btn {
    font-family: Heebo;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    color: #8E151C;
    cursor: pointer;
    display: inline;
    position: relative;
}

.show-desc-btn::after {
    content: '';
    height: 18px;
    width: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 13.5L6.75 9L11.25 4.5' stroke='%238E151C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}

.table-content {
    background-color: #F8F8F8 !important;
    border: 0 !important;
}

.table-content .elementor-toc__header {
    padding: 17px 20px 14px;
    border-bottom: 1px solid #06357A1A;
}

.table-content .elementor-toc__body {
    padding: 16px 20px 20px;
}

.table-content .elementor-toc__body .elementor-toc__list-item-text.elementor-item-active {
    font-weight: 700;
}

.review-sec .ti-widget.ti-goog .ti-review-item>.ti-inner {
    background-color: #F8F8F8 !important;
    border-radius: 0 !important;
    padding: 34px 15px 25px !important;
    display: flex;
    flex-direction: column;
}

.review-sec .ti-widget.ti-goog .ti-review-item {
    max-width: 293px !important;
}

.review-sec .ti-widget.ti-goog[data-language="he"] .ti-review-content {
    min-height: 170px;
    padding-left: 15px;
    font-family: Heebo !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #161616 !important;
    margin-bottom: 30px;
    scroll-behavior: smooth;
}

.review-sec .ti-widget.ti-goog img {
    display: none;
}

.review-sec .ti-profile-img {
    display: none;
}

.review-sec .ti-widget.ti-goog .ti-verified-review {
    display: none;
}

.review-sec .ti-widget.ti-goog.ti-text-align-right .ti-review-header {
    order: 3;
}

.review-sec .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner>.ti-stars {
    margin: 0;
    margin-bottom: 25px;
    display: flex;
    gap: 3px !important;
    justify-content: flex-end;
}

.review-sec .ti-widget.ti-goog .ti-widget-container .ti-name {
    font-family: Heebo;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #161616;
}

.review-sec .ti-widget.ti-goog .ti-controls .ti-prev:before,
.review-sec .ti-widget.ti-goog .ti-controls .ti-next:before {
    display: none;
}

.review-sec .ti-widget.ti-goog .ti-controls .ti-prev,
.review-sec .ti-widget.ti-goog .ti-controls .ti-next {
    height: 62px;
    width: 62px;
    border: 1px solid #EBEBEB !important;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 27L13.5 18L22.5 9' stroke='%230D2024' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px;
    background-color: #FFFFFF !important;
    outline: none;
}

.review-sec .ti-widget.ti-goog .ti-controls .ti-prev:hover,
.review-sec .ti-widget.ti-goog .ti-controls .ti-next:hover {
    border: 1px solid #EBEBEB !important;
    box-shadow: none !important;
    background-color: #FFFFFF !important;
}

.review-sec .ti-widget.ti-goog .ti-controls .ti-next {
    transform: rotate(180deg)
}

.review-sec .ti-widget.ti-goog .ti-controls .ti-next {
    right: -55px;
}

.review-sec .ti-widget.ti-goog .ti-controls .ti-prev {
    left: -55px;
}

.review-sec .ti-widget.ti-goog .ti-controls-line {
    display: none !important;
}

.glass-effect {
    backdrop-filter: blur(15px);
    transform: translateY(-50%);
}

.singal-content h2 {
    font-family: Heebo;
    font-weight: 500;
    font-size: 34px;
    line-height: 48px;
    text-align: right;
    color: #8E151C;
    padding-top: 25px;
    border-top: 1px solid #EBEBEB;
}

.single-service .singal-content ul {
    list-style: none;
}

.single-service .singal-content ul li {
    position: relative;
}

.single-service .singal-content ul li:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='5.65674' width='8' height='8' transform='rotate(-45 0 5.65674)' fill='%238E151C'/%3E%3C/svg%3E");
    width: 8px;
    height: 8px;
    position: absolute;
    right: -20px;
    top: 9px;
    background-repeat: no-repeat;
    background-size: cover;
}

.singal-content h3 {
    font-family: Heebo;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    display: inline-block;
    border-bottom: 1px solid #8E151C;
    margin-bottom: 16px;
    margin-top: 20px;
}

span.breadcrumb_last {
    font-weight: 700;
}

.contact-page-main .contact-input-flex p span {
    width: 100%;
}

.contact-page-main .contact-input-flex p span select {
    font-family: Heebo;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #000000;
    background-color: #F1F1F1;
    border: 0px;
    border-bottom: 1px solid #000000;
    outline: 0px;
    border-radius: 0px;
    height: 62px;
    width: 100%;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 9px center;
}

span.wpcf7-not-valid-tip {
    font-family: Heebo;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #D82429;
    position: absolute;
    left: 4px;
    top: 4px;
    text-align: left;
}

.foot-social-icon a:hover {
    background-color: #8E151C;
}

.foot-social-icon a:hover path {
    fill: #fff;
}

.search-btn-head {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 40px;
    width: 46px;
    height: 46px;
    color: #000;
}

.search-btn-head svg {
    width: 24px;
}
@media(min-width: 1025px) {

    /* header */
    .menu-toggle-btn {
        display: none;
    }

    .main-menu-bar li:hover ul.am-sub-menu {
        display: block;
    }

    .mob-popup-btn {
        display: none !important;
    }

}

@media(min-width: 1170px) and (max-width: 1560px) {
    .header-right-info {
        gap: 30px;
    }

    .header-contact-info {
        gap: 15px;
    }

    a.am-menu-item-link {
        padding-left: 15px;
        margin-left: 15px;
        font-size: 19px;
    }

    a.header-popup-btn {
        padding: 8px 12px;
        font-size: 15px;
        gap: 4px;
    }

    a.header-popup-btn span svg {
        width: 15px;
        height: 15px;
    }

    a.header-call-info {
        font-size: 19px;
        gap: 8px;
    }

    a.header-call-info span {
        font-size: 12px;
    }

    .header-logo-info img {
        width: 100%;
        max-width: 157px;
    }

    header:not(.dynamic-header) {
        padding: 0 20px;
    }
}

@media(min-width: 1024px) and (max-width: 1169px) {
    .header-contact-info {
        display: none !important;
    }

    header:not(.dynamic-header) {
        padding: 0 20px;
    }

    .header-right-info {
        justify-content: space-between;
    }

    .header-info-main {
        display: block;
    }

    a.am-menu-item-link {
        padding-left: 15px;
        margin-left: 15px;
        font-size: 19px;
    }

    .header-logo-info img {
        width: 100%;
        max-width: 157px;
    }
}

@media(max-width: 1024px) {
    .header-contact-info {
        display: none;
    }

    .header-menu-info {
        max-width: 100%;
        background: #FFFFFF;
        padding: 44px 26px 80px 26px;
        position: absolute;
        width: 100%;
        top: 59px;
        right: -100%;
        z-index: 99;
        height: calc(100vh - 59px);
        overflow: auto;
        transition: 0.4s;
        border-top: 1px solid #0000000D;
        text-align: center;
    }

    .header-menu-info.menu-visible {
        right: 0%;
        transition: 0.4s;
    }

    header:not(.dynamic-header) {
        padding: 9px 10px;
        background: #FFFFFF;
    }

    .header-logo-info img {
        width: 100%;
        max-width: 157px;
    }

    .header-right-info {
        flex-direction: row-reverse;
        gap: 0;
        justify-content: space-between;
        width: 100%;
    }

    button.menu-toggle-btn {
        padding: 0;
        border: none;
        background: transparent;
        color: transparent;
        display: flex;
    }

    a.am-menu-item-link {
        padding: 0;
        margin: 0;
        font-size: 21px;
        line-height: 1;
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    a.am-menu-item-link:before {
        display: none;
    }

    ul.main-menu-bar {
        flex-direction: column;
        text-align: right;
    }

    li.main-menu-item {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #E4E4E4;
    }

    span.fmenu-icon {
        margin: 0;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    span.fmenu-icon svg path {
        stroke: #8E151C;
    }

    ul.fm-sub.am-sub-menu {
        position: initial;
        box-shadow: none;
        border: none;
        padding: 15px 30px 0 0;
        width: 100%;
        transition: 0.4s;
        text-align: right;
    }

    .bck-btn-menu {
        display: none;
    }

    li.main-menu-item.active-sub ul.fm-sub.am-sub-menu {
        display: block;
        transition: 0.4s;
    }

    li.main-menu-item.active-sub .fmenu-icon {
        transform: rotate(180deg);
    }

    .fmenu-icon {
        transition: 0.4s;
    }

    a.header-popup-btn {
        margin-top: 50px;
        padding: 14px 39px;
        font-size: 20px;
    }

    /* footer */
    .footer-links-info {
        flex-direction: column-reverse;
    }

    .footer-box-info.footer-add-info {
        padding: 0;
        margin: 0;
        border: none;
    }

    .footer-details-info {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .footer-menus-info {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer-txt-title {
        margin: 0;
        padding: 12px 0;
        border-bottom: 1px solid #D6D8DC;
        font-size: 19px;
        position: relative;
        cursor: pointer;
    }

    .main-footer {
        padding: 12px 0 75px 0;
    }

    .footer-details-info .footer-txt-title {
        display: none;
    }

    .footer-txt-title:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%238E151C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.4s;
    }

    .footer-txt-title.active::before {
        transform: translateY(-50%) rotate(180deg);
    }

    .footer-info-links {
        padding: 15px;
    }

    .footer-location span,
    a.footer-mail span,
    a.footer-call span,
    a.footer-whatsapp span {
        display: block;
    }

    .footer-location {
        margin-bottom: 0;
    }

    .footer-location,
    a.footer-mail,
    a.footer-call,
    a.footer-whatsapp {
        margin-bottom: 12px !important;
    }

    a.footer-whatsapp {
        margin: 0 !important;
    }

    .footer-logo-info {
        margin-top: 27px;
        padding-top: 23px;
        border-color: #8E151C;
        padding-bottom: 26px;
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .foot-logo {
        display: none;
    }

    .foot-social-icon {
        justify-content: center;
        gap: 7px;
    }

    .footer-logo-box img {
        width: 89px;
        height: 77px;
        object-fit: contain;
    }

    .footer-logo-boxes {
        margin-bottom: 25px;
    }

    .foot-social-icon a {
        width: 46px;
        height: 46px;
    }

    .footer-copy-right {
        padding-top: 11px;
        border-top: 1px solid #C5C5C5;
        flex-direction: column;
    }

    .footer-copy-txt p,
    .footer-copy-links p {
        font-size: 13px;
        color: #01070F;
    }

    a.bottom-top-arrow svg {
        width: 18px;
        height: 18px;
    }

    a.bottom-top-arrow {
        bottom: 71px;
        left: 10px;
        right: initial;
        width: 44px;
        height: 44px;
    }

    .footer-sticky-btn {
        background: #8E151C;
        padding: 6px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        border-top: 1px solid #FFFFFF33;
    }

    .footer-sticky-btn a {
        font-family: 'Heebo';
        font-weight: 400;
        font-size: 15px;
        line-height: 28px;
        text-align: center;
        color: #FFFFFF;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 1px;
    }

    .footer-sticky-btn a span {
        display: flex;
    }

    .footer-sticky-btn:after {
        content: '';
        height: 100%;
        width: 1px;
        background: #FFFFFF33;
        position: absolute;
        right: 50%;
        top: 0;
    }



    /*  */


    .image-carousel figure.swiper-slide-inner {
        height: 54px;
        max-width: 130px;
        padding: 10px;
        border-radius: 6px;
    }

    .image-carousel figure.swiper-slide-inner img.swiper-slide-image {
        max-width: 100px;
    }

    .image-carousel .swiper-slide {
        background: #F6F6F6;
        border-radius: 9px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
    }

    .customers-slider::before,
    .customers-slider::after {
        display: none;
    }

    .bg-video-sec .e-con-inner::after,
    .bg-video-sec .e-con-inner::before {
        display: none;
    }

    .review-sec .ti-widget.ti-goog .ti-controls .ti-next {
        right: -12px;
    }

    .review-sec .ti-widget.ti-goog .ti-controls .ti-prev {
        left: -12px;
    }

    .review-sec .ti-widget.ti-goog .ti-controls .ti-prev,
    .review-sec .ti-widget.ti-goog .ti-controls .ti-next {
        height: 30px;
        width: 30px;
        border: 0 !important;
        background-size: 30px;
        background-color: transparent !important;
    }

    .review-sec .ti-widget.ti-goog .ti-controls .ti-prev:hover,
    .review-sec .ti-widget.ti-goog .ti-controls .ti-next:hover {
        border: none !important;
        box-shadow: none !important;
        background-color: transparent !important;
    }

    .review-sec .ti-widget.ti-goog .ti-controls {
        display: block !important;
    }

}

@media (max-width: 767px) {
    .bg-change {
        background-color: #FFFFFF !important;
    }

    .about-icon a.elementor-icon {
        height: 38px;
        width: 38px;
    }

    .lawyer-bg {
        background-position: bottom right -9px !important;
    }

    .legal-transperant {
        backdrop-filter: blur(9.629629135131836px)
    }

    .contact-page-main .contact-input-flex p {
        flex-direction: column;
        gap: 16px;
    }

    .contact-page-main input,
    .contact-page-main textarea {
        border-bottom: 1px solid #002135;
    }

    .contact-page-main textarea.wpcf7-form-control.wpcf7-textarea {
        height: 128px;
    }

    .contact-page-main .contact-input-textarea p {
        margin-bottom: 27px;
    }

    .contact-input-btn input {
        padding: 15px 27px 13px 47px;
    }

    .contact-page-main.home-contact-form input {
        height: 54px;
    }

    .contact-page-main.home-contact-form .contact-input-flex p {
        gap: 16px;
        margin-bottom: 42px;
        padding: 0px 25px;
    }

    .popup-flex {
        flex-direction: column;
        gap: 15px;
    }

    .popup-flex {
        margin-bottom: 33px;
    }

    a.dialog-close-button {
        height: 27px;
        width: 27px;
        background-size: 10px;
    }

    .share-icon span.elementor-share-btn__icon {
        width: 38px;
    }

    .author-sec .elementor-author-box__text {
        flex-direction: column;
        gap: 0;
    }

    .author-sec .elementor-author-box__name::after {
        display: none;
    }

    .artical-hero {
        box-shadow: none !important;
    }

    .single-form-sec {
        box-shadow: 0px 0px 16px 0px #5B55551A !important;
    }

    .communications-btn a span.icon {
        height: 9px;
        width: 9px;
        background-size: 9px;
    }

    .communications-btn span.elementor-icon-list-text {
        gap: 3px;
    }

    .communications-sec .elementor-background-video-container video {
        width: 556px !important;
        height: 273px !important;
        top: 175px;
        left: 105px;
    }

    .blog-useful-sec {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 14px;
    }

    .useful-title {
        font-size: 19px;
        line-height: 22px;
        padding: 14px 12px 14px 10px;
    }

    .useful-link {
        font-size: 16px;
        line-height: 24px;
        padding: 9px 14px;
    }

    .useful-link svg {
        max-width: 46px;
    }

    .table-content .elementor-toc__header {
        padding: 12px 15px;
    }

    .table-content .elementor-toc__body {
        padding: 15px;
    }

    .singal-content h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .singal-content h3 {
        font-size: 22px;
        margin-top: 15px;
    }

    .review-sec .ti-widget.ti-goog .ti-review-item {
        max-width: 100% !important;
        padding: 0px 25px !important;
    }

    .review-sec .ti-widget.ti-goog .ti-review-item>.ti-inner {
        padding: 30px 20px 20px !important;
    }

    .review-sec .ti-widget.ti-goog[data-language="he"] .ti-review-content {
        min-height: 200px;
    }

    .contact-page-main .contact-input-flex p span select {
        height: 54px;
    }

    .clien0t-logo {
        box-shadow: 0px 0px 11.23px 0px #0000001A !important;
    }

}

@media (max-width: 600px) {
    .legal-advice-form .popup-form {
        flex-direction: column;
        gap: 23px;
    }

    .legal-advice-form .popup-flex {
        flex-direction: column;
        gap: 15px;
    }

    .legal-advice-form .popup-input input {
        height: 54px;
    }

    .legal-advice-form .contact-input-btn input {
        height: 48px;
    }

    .text-description.show-less-text p {
        max-height: 220px;
    }
}