:root{
    --bg-color: #f2f1f0;
    --main-color: #025155;
    --white-color: #fff;

    /* --font-family-primary: 'Assistant'; */
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-mediun: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 600;
    --font-weight-extrabold: 900;
}
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100..900&display=swap'); */
*{
    box-sizing: border-box;
}
html{
    direction: rtl;
}
body{
    background: var(--bg-color);
    font-family: "Noto Sans Hebrew", sans-serif;
}
h1,h2,h3,h4,h4,h5{
    font-family: "Noto Sans Hebrew", sans-serif;
    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;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
    font-size: 140% !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{
    padding-left: 6px;
    padding-right: 0px;
}
.sticky-element{
    position: sticky !important;
    top: 0;
}

/**** Sticky contact from wrapper ****/
.sticky-form .main-contact-form > .col-md-6 {
    max-width: 25%;
}
.sticky-form .main-contact-form label span:first-child {
    min-width: fit-content;
    margin-left: 0.5vw;
}
.sticky-form .main-contact-form .submit-col{
    margin-bottom: 0 !important;
}
.sticky-form-wrapper {
    display: block;
    transition: 0.3s ease;
    visibility: visible;
}
.sticky-form-price-col {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media(max-width: 767px){
    .sticky-form-wrapper{
        display: none !important;
    }
}

/**** Contact form css start ****/
.main-contact-form{
    direction: rtl;
}
input, textarea{
    font-size: 1.18vw;
    line-height: 1;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #000 !important;
    color: #000;
    width: 100%;
    padding: 0.6vw 0.5vw;
    font-family: "Noto Sans Hebrew", sans-serif;
    border: none;
    direction: rtl !important;
}
input:focus-visible, textarea:focus-visible{
    outline: none;
}
input::placeholder, textarea::placeholder{
    color: rgba(0, 0, 0, 0.4);
}
.main-contact-form label {
    display: flex;
    align-items: center;
}
.main-contact-form label span:first-child {
    min-width: 5vw;
    font-size: 1.18vw;
    line-height: 1;
}
.submit-col .global-btn {
    background: #000;
    border: 1px solid #000;
    padding: 0.66vw 2vw;
    color: #fff;
    font-family: "Noto Sans Hebrew", sans-serif;
    font-weight: 700;
    margin: 0 auto;
    display: block;
    border-radius: 0;
    line-height: 1;
    font-size: 1.5vw;
}
.submit-col .global-btn:hover, .submit-col .global-btn:focus{
    color: #000;
    background-color: transparent;
}
.form-field > p {
    margin-bottom: 0;
}
.form-field{
    margin-bottom: 1.8vw;
}
.privacy-checkbox.first > p {
    display: flex;
    align-items: start;
}
.privacy-checkbox{
    margin-bottom: 1vw;
}
.privacy-checkbox .wpcf7-list-item {
    display: flex;
    margin-left: 0;
}
.privacy-checkbox input {
    position: relative;
    width: 1.2vw;
    margin-left: 0.6vw;
    height: 1.2vw;
    border: 1px solid #000 !important;
    background: transparent !important;
    padding: 0;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.privacy-checkbox input[type="checkbox"]:checked::before {
    content: "✓";
    color: #000;
    font-size: 0.8vw;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    pointer-events: none;
}
.privacy-checkbox.first .wpcf7-form-control-wrap .wpcf7-list-item-label {

}
.privacy-checkbox .wpcf7-list-item-label{
    color: #000;
    font-size: 0.9vw;
    line-height: 1.3;
    font-family: "Noto Sans Hebrew", sans-serif;
    font-weight: 400;
}
.privacy-checkbox .wpcf7-list-item-label a {
    color: #000;
    text-decoration: underline;
}
.privacy-checkbox .wpcf7-list-item-label a:hover{
    color: #000;
}
.privacy-checkbox.first .wpcf7-not-valid-tip {
    position: absolute;
    top: 1vw;
    width: 100%;
    min-width: fit-content;
    text-wrap: nowrap;
}
.wpcf7-not-valid-tip{
    font-size: 0.8vw;
    position: absolute;
}
.wpcf7 form .wpcf7-response-output{
    border-width: 1px !important;
    direction: rtl;
    margin: 1vw 0;
    text-align: center;
    color: #000;
    font-size: 0.8vw;
    line-height: 1.5;
}