:root{
    --bg-color: #f2f1f0;
    --main-color: #d16c3f;
    --white-color: #fff;
    --black-color: #000;


    --font-family-Heebo-ExtraLight: 'Heebo-ExtraLight';
    --font-family-Heebo-Light: 'Heebo-Light';
    --font-family-Heebo-Regular: 'Heebo-Regular';
    --font-family-Heebo-Medium: 'Heebo-Medium';
    --font-family-Heebo-SemiBold: 'Heebo-SemiBold';
    --font-family-Heebo-Bold: 'Heebo-Bold';

    --font-weight-ExtraLight: 200;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 900;
}
*{
    box-sizing: border-box;
}
body{
    background: var(--bg-color);
    font-family: var(--font-family-Heebo-Regular);
    font-weight: var(--font-weight-regular);
    
}
h1,h2,h3,h4,h4,h5{
    font-family: "Noto Sans Hebrew", sans-serif;
    font-weight: var(--font-weight-bold);
}
a{
    text-decoration: none;
}
p{
    font-family: "Noto Sans Hebrew", sans-serif;
}
.global-btn {
    background-color: var(--main-color);
    font-size: 24px;
    line-height: 28px;
    border-radius: 7px;
    font-weight: 400;
    padding: 10px 38px;
    border: 1px solid var(--main-color);
    color: var(--white-color);
    position: relative;
    font-family: "Noto Sans Hebrew", sans-serif;
}
.global-btn:hover {
    background: none;
    color: var(--main-color);
}
.w-fit-content{
    width: fit-content;
}

/**** Contact Form css start ****/
/**** Contact Form css start ****/
.wpcf7-spinner{
    display: none;
}
.field-col label {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    align-items: end;
}
.wpcf7-form-control-wrap {
    position: relative !important;
}
.checkbox-group > p{
    display: flex;
    gap: 1.1vw;
    margin-top: 2vh;
}
.field-col label .wpcf7-form-control-wrap, .field-col input, .wpcf7-select{
    width: 100%;
    margin-bottom: 1vh;
    padding: 1vh 0.8vw;
    font-size: 1vw;
    line-height: 2vh;
    border-radius: 0.3vw;
    border: none;
    height: auto;
    margin-bottom: 0;
    font-family: "Heebo", Sans-serif;
    text-align: right;
}
.field-col label > span:first-child{
    min-width: fit-content;
    font-size: 25px;
    line-height: 30px;
    font-weight: var(--font-weight-regular);
    color: var(--second-color);
}
.contact-form .form-heading{
    font-size: 30px;
    line-height: 30px;
    font-weight: var(--font-weight-bold);
    color: var(--second-color);
    min-width: fit-content;
}
.form-logo {
    min-width: 6vw;
    margin-left: 0;
    margin-top: -1vh;
}
.field-col label input{
    background: none;
    border: none;
    border-bottom: 2px solid var(--second-color);
    color: var(--second-color);
    font-size: 22px;
    line-height: 30px;
    font-weight: var(--font-weight-regular);
    
    margin-bottom: 0;
}
.field-col label input:focus{
    outline: none;
    box-shadow: none;
}
.field-col, .submit-btn{
    margin-bottom: 1.3vh;
}
.field-col > p {
    margin-bottom: 0;
    height: 100%;
}

.custom-select-box .wpcf7-form-control-wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 52%;
    left: 0.2vw;
    border-left: 0.5vw solid transparent;
    border-right: 0.5vw solid transparent;
    border-top: 1vh solid var(--black-color);
    transform: translateY(-50%);
}
.wpcf7 form.invalid .wpcf7-response-output{
    display: none !important;
}
.wpcf7-checkbox .wpcf7-list-item-label{
    font-family: "Heebo", Sans-serif;
    color: var(--white-color);
    font-size: 0.77vw;
    line-height: 2.5vh;
    text-align: start;
    font-weight: 400;
}
.wpcf7-checkbox > span{
    margin-left: 0;
}
.wpcf7-checkbox label{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    position: relative;
    padding-right: 1.8vw;
}
.wpcf7-not-valid-tip{
    position: relative;
    font-size: 0.7vw;
    line-height: 1.5vh;
    margin-top: 0.5vh;
    margin-bottom: 0;
    text-align: start;
}
.checkbox-group .wpcf7-not-valid-tip{
    margin-top: 0.5vh !important;
    margin-bottom: 0 !important;
    padding-right: 1.8vw !important;
}

.wpcf7-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 1.3vw;
    width: 1.3vw;
    height: 2.8vh;
    border: 0.1vw solid #a6a6a6;
    display: inline-block;
    position: absolute;
    top: 0.4vw;
    right: 0;
    cursor: pointer;
    border-radius: 0.2vw;
    background: #fff;
}
.wpcf7-checkbox input[type="checkbox"]:checked {
    background: transparent;
    border: 0.1vw solid var(--white-color);
}
.wpcf7-checkbox input[type="checkbox"]:checked::before {
    content: "✓";
    color: white;
    font-weight: 900;
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: flex;
  height: auto;
}
.submit-btn > p {
    position: relative;
    height: 100%;
    margin-bottom: 0;
}
.submit-btn img {
    position: absolute;
    top: 50%;
    left: 0.5vw;
    width: 1vw;
    height: 2.5vh;
    z-index: 2;
    transform: translateY(-50%);
}

.wpcf7 form.invalid .wpcf7-response-output{
    color: #ffb900;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.wpcf7-response-output {
    font-size: 0.9vw;
    padding: 1vh 0.5vw !important;
    line-height: 1.8vh;
    margin: 0.8vh auto !important;
    text-align: center;
}
.submit-btn input{
    background-color: #00A6C5;
    border: 0.1rem solid #00A6C5;
    width: 100%;
    height: auto;
    padding: 1.6vh 0.8vw;
    font-size: 1.2vw;
    line-height: 2.2vh;
    border-radius: 0.3vw;
    color: #fff !important;
    font-family: "Heebo", Sans-serif;
    font-weight: bold;
    background: linear-gradient(90deg, #58708F 0%, #AD839A 20.19%, #C4556B 48.56%, #D28456 66.83%, #E3AB2C 86.54%);
  border: none;
}
.submit-btn input::before {
  content: "«";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

.bottom-content-wrapper #contactform{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-order{
    width: 80%;
}
.simple-text p{
    font-size: 0.77vw;
    margin: 0;
    font-family: var(--font-family-Heebo-Regular);
    color: #fff;
    line-height: 2vh;
}



.mobile-menu{
    display: none;
}

.banner-slider{
    position: relative;
}
.banner-slider .slick-list, .banner-slider .slick-track{
    height: 100%;
}
.banner-slider .slick-track{
    /* height: 85vh; */
    /* margin-bottom: -6vh; */
    z-index: 99;
}
.banner-slider .slick-track {
    display: flex !important;
}
.banner-slider .slick-track .slide.slick-slide {
    height: inherit !important;
}
.banner-slider .banner-img, .banner-slider video {
    object-fit: cover;
    object-position: bottom center;
}
.img-notice{
    position: absolute;
    bottom: 0.5vh;
    right: 1vw;
    z-index: 99;
    color: var(--white-color);
    font-size: 0.8vw;
    line-height: 2.5vh;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.6);
    
}
.slick-arrow{
    z-index: 2;
}
.slick-arrow::before{
    content: none !important;
}
.slick-arrow > i {
    font-size: 3vw;
    color: var(--white-color);
}
.banner-slider .slick-arrow.slick-next{
    left: 2.5vw !important;
}
.banner-slider .slick-arrow.slick-prev{
    right: 1vw !important;
}

.main-wrapper .slider-wrapper {
    width: 65vw;
    height: 100vh !important;
    top: 0;
    position: sticky;
    overflow: hidden;
    cursor: grab;
}
.main-wrapper .left-side-wrapper{
    width: 35vw;
    background: #F5F2EE;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.slider-bottom-img{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.slider-bottom-img img{
    width: 100%;
    height: 55.22vh;
}
.text-content-slider .gradient-text{
    font-weight: var(--font-weight-bold);
    background: linear-gradient(90deg, #C6566C 8.17%, #E3AB2C 59.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
}
.text-content-slider{
    position: absolute;
    top: 4vh;
    right: 5vw;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.main-heading-1{
    font-size: 2.8vw;
    color: #000;
    line-height: 7vh;
}
.main-heading-2{
    font-size: 2.8vw;
    color: #000;
    margin-right: 8vw;
    line-height: 7vh;
}
.text-content h1{
    font-weight: var(--font-weight-regular);
    text-align: center;
    color: #fff;
    /* margin-top: 5vh !important; */
    font-size: 2.5vw;
}

.main-slider-wrapper{
    position: relative;
}
.top-logo{
    position: absolute;
    top: 4vh;
    left: 1.5vw;
    z-index: 1;
}
.top-logo img{
    width: 9vw !important;
}
.bottom-grey-corner{
    /* width: 34.6vw !important; */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #1B2331;
    /* height: 50vh !important; */
    text-align: left;
    clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%);
}
.bottom-grey-corner img{
    margin-top: 2vh;
    width: 40%;
}

.main-description{
    font-size: 0.9vw;
    line-height: 3vh;
    color: var(--black-color);
    font-weight: 400;
    padding: 0 4vw;
    margin-bottom: 1vh;
    margin-top: 4vh;
    text-align: center;
line-height: 3vh;
	
}
.features-wrap {
  width: 100%;
  
  margin-top: 1vh;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7vw, 1fr));
  text-align: center;
  align-items: start;
  justify-items: center;
  padding: 0 6vw;
}

.feature-item {
  max-width: 7vw;
  padding-bottom: 2vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.feature-icon img {
  width: 2.5vw !important;
  height: 5vh;
  margin-bottom: 1vh;
}

.feature-text {
  font-size: 0.8vw;
  line-height: 1.4;
  color: var(--black-color);
  font-weight: 600;
   /* ensure Hebrew text direction */
  text-align: center;
  margin: 0 !important;
}
.banner-slider .slick-prev, .banner-slider .slick-next{
    top: 38%;
}
.in-privacy-ytr-wrap {
    gap: 0 1vw;
}
.in-privacy-ytr-wrap :where(li, li a) {
    font-size: 0.9vw;
    line-height: 2vh;
    color: var(--white-color);
    list-style: none;
}
.in-privacy-ytr-wrap :where(li, li a):hover{
    color: var(--white-color);
}
.bottom-content-wrapper{
    z-index: 1;
    margin-top: 11%;
}
.bottom-content-wrapper .main-form-title{
    font-size: 1vw;
    margin-bottom: 2vh;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--font-family-Heebo-Regular);
    line-height: 1.5;
}
.hide-desktop{
    display: none !important;
}
.hide-mobile{
    display: block !important;
}
.side-logo img {
    width: 6vw;
    margin-top: 0.4vw;
}



.bottom-blac-inte-wrap {
  margin-bottom: 1vh !important;
}
.main-wrapper{
    height: 100vh !important;
    overflow-y: hidden;
}
.bottom-grey-corner{
    width: 35% !important;
    /* height: 52% !important; */
    height: 54.22vh !important;
}
.text-content h1{
    margin-top: 7vh !important;
}

/* Target the second-to-last feature item */
.features-grid{
    position: relative;
    padding-bottom: 5%;
    margin-bottom: 0vh;
    gap: 1vw;
    padding-top: 1vh;
}   


.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fff;
    margin: 4% auto;
    padding: 3vw;
    border-radius: 1vw;
    max-width: 90VW;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 2vh;
    right: 3vw;
    font-size: 3vw;
    cursor: pointer;
}

.modal-content p{
    font-size: 1vw;
    color: #000;
    margin-bottom: 1vh;
    padding: 0;
}
.modal-content li{
    font-size: 1vw;
    color: #000;
}
.modal-content ol {
    margin: 0;
    padding-right: 3vw;
}
.modal-content ol li{
    margin-bottom: 3vh;
}
.modal-content h2{
    margin: 6vh 0;
    color: #000;
    font-size: 2vw;
}
.pojo-a11y-toolbar-inner{
    direction: rtl;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg {
  padding-right: 0;
  padding-left: 6px;
}
