:root{
    --bg-color: #f2f1f0;
    --main-color: #d16c3f;
    --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;
}
*{
    box-sizing: border-box;
}
body{
    background: var(--bg-color);
    font-family: "IBM Plex Sans Hebrew", sans-serif;
}
::-webkit-scrollbar {
    display: none;
}
h1,h2,h3,h4,h4,h5{
    /* font-family: 'FbReadingHebEng-Bold'; */
    font-family: "IBM Plex Sans Hebrew", sans-serif;
    font-weight: bold;
}
.dir-rtl{
    direction: rtl;
}
a{
    text-decoration: none;
}
p{
    font-family: "IBM Plex 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: "IBM Plex Sans Hebrew", sans-serif;
}
.global-btn:hover {
    background: none;
    color: var(--main-color);
}
.w-fit-content{
    width: fit-content;
}



/****************
Privacy Modal CSS
*****************/
body.privacy-modal-open .privacy-modal-wrapper, body.accessibility-modal-open .privacy-modal-wrapper{
    height: 100vh;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.privacy-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85vw;
    background-color: rgb(32, 31, 31);
    height: 100%;
    max-height: 85vh;
    padding: 8vh 5vw 8vh 4vw;
    z-index: 9999999;
    overflow: hidden;
    font-family: "IBM Plex Sans Hebrew", sans-serif;

}
.privacy-wrapper .privacy-content{
    overflow-y: auto;
    height: 85vh;
    padding-bottom: 15vh;
    scrollbar-width: none;
    color: #fff;
}
.privacy-wrapper .privacy-content a{
    color: #90C8FF;
    text-decoration: underline;
}
.privacy-wrapper .privacy-content h2 {
    margin-bottom: 2vh;
    font-size: 1.4vw;
    line-height: 2.6vh;
    margin-top: 3vh;
}
.privacy-wrapper .privacy-content h3{
    margin-top: 2vh;
    margin-bottom: 1vh;
    font-size: 1.1vw;
    line-height: 2.4vh;
}
.privacy-wrapper .privacy-content :where(p, li, a, div){
    margin-bottom: 1.3vh;
    font-size: 0.8vw;
    line-height: 2.4vh;
    color: var(--white-color);
}
.privacy-close-btn{
    position: absolute;
    top: 2vh;
    right: 1.8vw;
}
.privacy-close-btn > img{
    object-fit: contain;
    object-position: center center;
    width: 2vw;
    height: auto;
}

.pv-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}
.pv-links > span{
    font-size: 0.8vw;
    line-height: 1;
}
.pv-link{
    color: #fff;
    font-size: 0.8vw;
    line-height: 1;
    text-decoration: underline;
}
.pv-link:hover{
    color: #d3e18c;
}


#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;
}




/**** 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: "IBM Plex Sans Hebrew", 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: "IBM Plex Sans Hebrew", sans-serif;
    color: #000000;
    font-size: 0.7vw;
    line-height: 1.5;
    text-align: start;
    font-weight: 400;
    width: 80%;
}
.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: 1.1em !important;
    border: 0.1vw solid #000000;
    display: inline-block;
    position: absolute;
    top: 0.4vw;
    right: 0;
    cursor: pointer;
    border-radius: 0.2vw;
    background: transparent;
}
.wpcf7-checkbox input[type="checkbox"]:checked {
    background: transparent;
    border: 0.1vw solid #000000;
}
.wpcf7-checkbox input[type="checkbox"]:checked::before {
    content: "";
    width: 0.8vw;
    height: 1.6vh;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 49.35%;
    transform: translate(-50%, -50%);
    border-radius: 0.1vw;
}
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: flex;
    height: auto;
}
.submit-btn > p {
    position: relative;
    height: fit-content;
    margin-bottom: 0;
}
.submit-btn img {
    position: absolute;
    top: 50%;
    left: 0.5vw;
    width: 1vw;
    /* 		height: 2.5vh; */
    height: auto;
    z-index: 2;
    transform: translateY(-50%);
}

.wpcf7 form.invalid .wpcf7-response-output{
    color: #000;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #000;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #000;
}
.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.2vh 0.8vw;
    font-size: 1.2vw;
    line-height: 1.05;
    border-radius: 0.3vw;
    color: #fff !important;
    font-family: "IBM Plex Sans Hebrew", sans-serif;
    font-weight: bold;
    background: #000000;
    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: "IBM Plex Sans Hebrew", sans-serif;
    color: #000000;
    line-height: 2vh;
}
.side-logo{
    width: 9vw;
}
.side-logo img{
    width: 100%;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.field-col > p br{
    display: none;
}

/* Video CSS */
/* .video-container{
    width:100%;
    aspect-ratio:1/1;
    position:relative;
    overflow:hidden;

    background-image:url("https://Pcapital.webzsites.site/wp-content/uploads/sites/63/2026/03/pCapital-video-poster.webp");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.video-container iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
} */


/* <div class="video-container">
    <iframe 
        src="https://player.vimeo.com/video/1173899232?background=1&autoplay=1&muted=1&loop=1"
        frameborder="0"
        allow="autoplay; fullscreen; picture-in-picture"
        allowfullscreen>
    </iframe>
</div> */
 .video-side video{
    width:100%;
    height: 100vh;
    object-fit:cover;
}
.elementor-element.elementor-element-4c14b6b.e-con-full.video-side-wrapper.e-flex.e-con.e-child{
    position: sticky;
    top: 0;
    height: 100vh;
}



.sky-blue-text{
    color: #91B8D7;
    font-weight: bold;
}