@font-face {
    font-family: 'Rift';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url('/wp-content/uploads/2025/12/rift-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Rift';
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url('/wp-content/uploads/2025/12/rift-demi.ttf') format('truetype');
}

@font-face {
    font-family: 'Rift';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('/wp-content/uploads/2025/12/rift-medium.ttf') format('truetype');
}

html,
html body {
	overflow-x: hidden;
}

body.rtl {
	--e-global-typography-a98c66d-font-family: "Open Sans", sans-serif;
	--e-global-typography-3f9c8dc-font-family: "Open Sans", sans-serif;
	--e-global-typography-text-font-family: "Open Sans", sans-serif;
	--e-global-typography-d770e03-font-family: "Open Sans", sans-serif;
	--e-global-typography-primary-font-family: "Open Sans", sans-serif;
	--e-global-typography-secondary-font-family: "Open Sans", sans-serif;
	--e-global-typography-accent-font-family: "Open Sans", sans-serif;
	--e-global-typography-7daf057-font-family: "Open Sans", sans-serif;
	
    --e-global-typography-05efa0d-font-family: "Open Sans", sans-serif;
    --e-global-typography-c3305ad-font-family: "Open Sans", sans-serif;
    --e-global-typography-f24b602-font-family: "Open Sans", sans-serif;
    --e-global-typography-d738c28-font-family: "Open Sans", sans-serif;
    --e-global-typography-291f58c-font-family: "Open Sans", sans-serif;
    --e-global-typography-fc7eb85-font-family: "Open Sans", sans-serif;
    --e-global-typography-f10f914-font-family: "Open Sans", sans-serif;
    
    --e-global-typography-b955033-font-family: "Open Sans", sans-serif;
    --e-global-typography-2362829-font-family: "Open Sans", sans-serif;
    --e-global-typography-e0fdc6f-font-family: "Open Sans", sans-serif;
    --e-global-typography-0294278-font-family: "Open Sans", sans-serif;
    --e-global-typography-ea308c1-font-family: "Open Sans", sans-serif;
    --e-global-typography-b88e6ea-font-family: "Open Sans", sans-serif;
    --e-global-typography-df12452-font-family: "Open Sans", sans-serif;
}

header[data-elementor-type="header"] {
	z-index: 999;
	position: relative;
}

body.rtl h2,
body.rtl h2 strong {
	font-weight: 700 !important;
	font-family: "Open Sans", sans-serif !important;
}

.elementor-widget-text-editor p:last-child,
.elementor-widget-text-editor p:first-child:last-child {
	margin-bottom: 0px;
}

.elementor-heading-title span,
.elementor-widget-text-editor b,
.elementor-widget-text-editor strong {
	color: #008647;
}

.section-tag .elementor-heading-title {
	position: relative;
	border-radius: 100px;
	border: solid 1px #00864733;
	padding: 10px 16px 10px 29px;
}

body.rtl .section-tag .elementor-heading-title {
	padding: 10px 29px 10px 16px;
}

.section-tag .elementor-heading-title:before {
	left: 16px;
	width: 5px;
    top: 14.5px;
	content: "";
	height: 5px;
	position: absolute;
	background: #008647;
	border-radius: 100px;
}

body.rtl .section-tag .elementor-heading-title:before {
	left: auto;
	right: 16px;
}

.service-card .services-link {
	opacity: 0;
	transition: all ease 0.3s;
}

@media screen and (max-width:767px) {
	.service-card .services-link {
		opacity: 1;
	}
}

.service-card:hover .services-link {
	opacity: 1;
}

.service-card:before {
    left: 0px;
    top: auto;
    width: 100%;
    content: "";
    bottom: 0px;
    height: 206px;
    position: absolute;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.how-we-work {
	min-height: 85px;
}

.how-we-work .elementor-image-box-img {
    min-width: 56px;
}

.how-we-work .elementor-image-box-title {
    font-size: 24px !important;
    margin-top: 0px !important;
}

.how-we-work .elementor-image-box-description {
    color: #33333399 !important;
}

.how-we-work:not(:last-child) .elementor-image-box-img:after {
    left: 24px;
    width: 8px;
    height: 5px;
    content: "";
    bottom: -9px;
    position: absolute;
    background: url("/wp-content/uploads/2025/12/down-arrow-1.svg") no-repeat center;
}

.how-we-work:not(:last-child) .elementor-image-box-img:before {
    left: 27px;
    width: 1px;
    content: "";
    bottom: -4px;
    position: absolute;
    background: #D1D5DB;
    height: calc(100% - 61px);
}

@media screen and (max-width:767px) {
	.how-we-work .elementor-image-box-wrapper {
		gap: 16px;
		display: flex;
	}
}

.btn-underline .elementor-button-text {
    position: relative;
}

.btn-underline .elementor-button-text:after {
    left: 0px;
    width: 100%;
    height: 1px;
    content: "";
    bottom: -4px !important;
    position: absolute;
    background: #008647;
}

.btn-underline:hover .elementor-button-text:after {
    background: #32A277;
}

.testimonials .slick-arrow.next-arrow svg,
.testimonials .slick-arrow.prev-arrow svg {
    opacity: 0;
}

.testimonials .slick-arrow.prev-arrow,
.testimonials .slick-arrow.next-arrow {
    background: url("/wp-content/uploads/2026/01/slider-prev-hover.svg") !important;
}

.testimonials .slick-arrow.prev-arrow:hover,
.testimonials .slick-arrow.next-arrow:hover {
    background: url("/wp-content/uploads/2026/01/slider-prev-hover-1.svg") !important;
}

.slider-progress {
    height: 4px;
    bottom: -50px;
    position: absolute;
    background: #F4F6F8;
    border-radius: 12px;
    width: calc(100% - 1px);
}

.slider-progress .slider-progress-bar {
    height: 4px;
    background: #008647;
    border-radius: 12px;
    transition: all ease 0.3s;
}

@media screen and (max-width:1024px) {
.testimonials .slick-arrow {
    display: none !important;
}

.testimonials .jet-slick-dots {
    display: flex !important;
    margin-top: 16px !important;
    margin-bottom: 0px !important;
    transition: all ease 0.3s;
}

.testimonials .jet-slick-dots .slick-active {
    scale: 1.3;
}

.testimonials .slider-progress {
    display: none !important;
}
}

@media screen and (min-width:1025px) {
    .testimonials .jet-slick-dots {
        display: none !important;
    }
}

body.rtl .rtl-rotate-icon .elementor-button-icon {
	transform: rotate(180deg);
}

body.rtl .rtl-rotate-icon img {
	transform: rotate(-90deg);
}

body.rtl .trp-language-switcher svg {
	left: 2px;
	position: relative;
}

body.rtl .trp-current-language-item__wrapper {
	padding-left: 10px;
	padding-right: 0px;
}

body.rtl .rtl-direction,
body.rtl .rtl-direction p,
body.rtl .rtl-direction .elementor-heading-title,
body.rtl .rtl-direction .jet-listing-dynamic-field__content {
	text-align: right !important;
}

body.rtl .rtl-direction.quote img {
	transform: rotate(180deg);
}

body.rtl .elementor-swiper-button-prev {
    left: -45px !important;
	right: auto !important;
}

body.rtl .next-arrow,
body.rtl .elementor-swiper-button-next {
    left: auto !important;
	right: -45px !important;
}

body.rtl .jet-listing-grid__slider .prev-arrow {
    left: auto !important;
	right: -40px !important;
	transform: rotate(180deg);
}

body.rtl .jet-listing-grid__slider .next-arrow {
    left: -40px !important;
	right: auto !important;
	transform: rotate(0deg);
}

body.rtl .services-link {
	text-align: left !important;
}

body.rtl .services-link img {
	transform: rotate(-90deg);
}

body.rtl .app-cta {
	padding-left: 0px !important;
	padding-right: 100px !important;
	--padding-left: 0px !important;
	--padding-right: 100px !important;
}

@media screen and (max-width:1024px) {
	body.rtl .app-cta {
		padding-left: 0px !important;
		padding-right: 32px !important;
		--padding-left: 0px !important;
		--padding-right: 32px !important;
	}
}

body.rtl .footer-about .elementor-widget-image {
	text-align: right;
}

body.rtl .jet-popup__close-button {
    left: 32px !important;
	right: auto !important;
}

body.rtl .how-we-work .elementor-image-box-wrapper {
	flex-direction: row;
}

body.rtl .how-we-work .elementor-image-box-wrapper .elementor-image-box-img {
	margin-left: 16px !important;
	margin-right: 0px !important;
}

body:not(.rtl) .elementor-image-box-content {
	text-align: start !important;
}

body.rtl .elementor-image-box-wrapper {
	flex-direction: row !important;
}

body.rtl .how-we-work .elementor-image-box-wrapper .elementor-image-box-content {
	text-align: right !important;
}

body.rtl .how-we-work:not(:last-child) .elementor-image-box-img:before {
	right: 28px;
	left: auto;
}

body.rtl .how-we-work:not(:last-child) .elementor-image-box-img:after {
	right: 24px;
	left: auto;
}

body.rtl .swiper-wrapper .swiper-slide,
body.rtl .elementor-widget-text-editor,
body.rtl .elementor-widget-counter,
body.rtl .elementor-widget-image {
	direction: rtl;
}

body.rtl .jet-filters-pagination__item.next,
body.rtl .jet-filters-pagination__item.prev {
	transform: rotate(180deg);
}

body.rtl .getintouch span {
	color: #FFFFFF !important;
}

body.rtl .elementor-widget-image {
	text-align: right !important;
}

.slick-arrow.slick-disabled,
.elementor-swiper-button-prev.swiper-button-disabled,
.elementor-swiper-button-next.swiper-button-disabled {
	display: none !important;
}

.backToTop {
	cursor: pointer;
}

body:not(.elementor-editor-active) .backToTop {
	display: none;
}

.elementor-widget-button:not(.no-hover-bg) a {
	z-index: 2;
	position: relative;
}

.elementor-widget-button:not(.no-hover-bg) a:hover {
	background: transparent !important;
	border-color: transparent !important;
}

.elementor-widget-button:not(.no-hover-bg):before {
	top: 0px;
	left: 0px;
	z-index: 1;
	opacity: 0;
	width: 100%;
	content: "";
	height: 100%;
	position: absolute;
	border-radius: 12px;
	transition: all ease 0.3s;
	background: linear-gradient(90deg, #A6D862 0%, #2DA077 100%) !important;
}

.elementor-widget-button:not(.no-hover-bg):hover:before {
	opacity: 1;
}

.elementor-widget-button.no-hover-bg a:hover .elementor-button-text {
	background: linear-gradient(180deg, #41A974 0%, #7CC56B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.e-form__buttons .elementor-button:hover {
	background: linear-gradient(90deg, #A6D862 0%, #2DA077 100%) !important;
}

.btn-border:before,
.btn-white:before,
.btn-white-border:before {
	display: none !important;
}

.elementor-widget-button.btn-white a:hover,
.elementor-widget-button.btn-white-border a:hover {
	background: #FFFFFF !important;
}

.elementor-widget-button.btn-white-border a:hover {
	border-color: #F4F6F8 !important;
}

.btn-white-border a .elementor-button-text,
.btn-white a .elementor-button-text {
	background: linear-gradient(180deg, #008647 0%, #008647 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.btn-white-border a:hover .elementor-button-text,
.btn-white a:hover .elementor-button-text {
	background: linear-gradient(180deg, #41A974 0%, #7CC56B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.elementor-widget-button.btn-border a:hover {
	border-color: inherit !important;
}

.elementor-widget-button.btn-border a:hover {
	background: #0086471F !important;
}

.hero-dark-overlay:after {
    top: 0px;
    left: 0px;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
	border-radius: 26px;
	border-top-right-radius: 0px;
	background: linear-gradient(90deg, rgba(51, 51, 51, 0.6) 0%, rgba(67, 51, 51, 0.227451) 70%);
}

.elementor-custom-embed-play:hover {
	background: url("/wp-content/uploads/2026/01/play-hover.svg") no-repeat center;
	background-size: contain;
}

.elementor-custom-embed-play svg {
	display: block;
	transition: none;
}

.elementor-custom-embed-play:hover svg {
	opacity: 0 !important;
}

body.rtl .home-hero-laptop-image img {	
    margin-right: -155px !important;
    margin-bottom: -20px !important;
}

@media screen and (min-width:1400px) {
	body.rtl .home-hero-laptop-image img {	
		margin-right: -190px !important;
	}
}

@media screen and (max-width:1024px) {
	body.rtl .home-hero-laptop-image img {	
		margin-right: -40px !important;
	}
}

body.rtl .home-hero-bg {
	background-position: center 70% !important;
}

body.rtl .phone-hebrew .elementor-icon-list-items li:nth-child(2) .elementor-icon-list-text {
	direction: ltr;	
}

body.rtl .services-link {
	text-align: left !important;
}

.services-main-image img {
	object-fit: cover;
    min-height: 700px;
}

body.rtl .rtl-fix > .e-con-inner {
	flex-direction: row-reverse;
}

.visoft-header,
.visoft-header > .e-con-inner {
	transition: all ease 0.3s;
}

.visoft-header.is-scrolled {
	background: #008647;
}

.visoft-header.is-scrolled > .e-con-inner {
	padding-top: 16px;
	padding-bottom: 16px;
}

html[lang="en-US"] .vsLang .trp-switcher-dropdown-list .trp-language-item-name {
	font-family: "Open Sans", sans-serif;
}

html[lang="he-IL"] .vsLang .trp-current-language-item__wrapper .trp-language-item-name {
	font-family: "Open Sans", sans-serif;
}