:root{
    --main-color: #005655;
    --secondary-color: #f48856;
    --white-color: #fff;
    --black-color: #000;

    --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-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;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 100% !important;
    padding: 0 !important;
}
body{
    direction: rtl;
    font-family: var(--font-family-Heebo-Regular);
    font-weight: var(--font-weight-regular);
    font-size: 18px;
    line-height: 26px;
    color: var(--black-color) !important;
}
h1,h2,h3,h4,h4,h5{
    font-family: var(--font-family-Heebo-Bold);
    font-weight: var(--font-weight-bold);
}
ul, ol{
    padding-right: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
p{
    margin-bottom: 0;
}
.submit-btn input{
    border: none;
    width: 100%;
    padding: 1.5vh 0.6vw;
    border-radius: 0;
    color: var(--white-color) !important;
    font-family: var(--font-family-Heebo-Medium);
    font-weight: var(--font-weight-medium);
    font-size: 1.3vw;
    line-height: 2vh;
    background-color: var(--main-color);
    border-radius: 0.5vw;
}
.submit-btn input:hover{
    background-color: var(--main-color);
    color: var(--white-color) !important;
}
.w-fit-content{
    width: fit-content;
}

/* Accessibility CSS */
#pojo-a11y-toolbar{
    font-size: 0.9vw !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
    padding: 0.6vw 1.3vh;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{
    padding-right: unset !important;
    padding-left: 6px !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{
    width: 9vw !important;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
    right: 9vw !important;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    right: -9vw !important;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open {
    right: 0 !important;
}

/**** Cookie CSS ****/
.cky-notice > .cky-title{
    display: none !important;
}
.cky-notice .cky-notice-group{
    justify-content: center !important;
    gap: 0 2vw !important;
}
.cky-notice .cky-notice-group :where(.cky-notice-des > p, .cky-notice-des a){
    color: #000 !important;
    font-size: 0.9vw;
    line-height: 3vh;
}
.cky-consent-container{
    max-width: 100%;
    right: 0;
}
.cky-consent-container .cky-consent-bar{
    padding: 1vh 1vw !important;
    background: rgba(255, 255, 255, 0.6) !important;
    border: none !important;
    box-shadow: none;
}
.cky-btn{
    font-size: 1vw !important;
    line-height: 2.5vh !important;
    padding: 0.8vh 0.8vw !important;
    margin: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    font-family: var(--font-family-Heebo-Medium) !important;
    font-weight: var(--font-weight-medium) !important;
}

/****************
Privacy Modal CSS
*****************/
body.privacy-modal-open .privacy-modal-wrapper{
    height: 100vh;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.privacy-wrapper {
position: fixed;
    top: 0;
    right: 0;
    /* transform: translate(-50%, -50%); */
    width: 85vw;
    background-color: var(--main-color);
    height: 100%;
    max-height: 85vh;
    padding: 8vh 5vw 8px 4vw;
    z-index: 9999999;
    overflow: auto;
    scrollbar-width: none;
}
.privacy-wrapper .privacy-content{
    overflow-y: auto;
    height: auto;
}
.privacy-wrapper .privacy-content a{
    color: var(--white-color);
    text-decoration: underline;
}
.privacy-wrapper .privacy-content h2 {
    margin-bottom: 3vh;
    font-size: 1.4vw;
    line-height: 2.6vh;
}
.privacy-wrapper .privacy-content :where(p, li, a){
    margin-bottom: 1.3vh;
    font-size: 0.8vw;
    line-height: 2.4vh;
}
.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;
}

/*************
Form CSS Start
**************/
.main-form-title {
    font-weight: var(--font-weight-medium);
    font-family: var(--font-family-Heebo-Medium);
    color: var(--main-color);
    margin-bottom: 1.6vh;
    font-size: 0.93vw;
    line-height: 1.5vh;
}
.form-field-col > p{
    display: flex;
    flex-wrap: nowrap;
    align-items: end;
    margin-bottom: 0;
}
.form-field-col{
    padding: 0 !important;
    margin-bottom: 0;
    position: relative;
}
.form-field-col.col-md-4{
    max-width: 32.6%;
}
#contactUs {
    gap: 0.3vw;
    margin: 0;
}
.wpcf7-form-control-wrap{
    line-height: 2vh;
}
input::placeholder{
    color: var(--white-color);
    opacity: 1;
}
input:not(input[type="checkbox"], input[type="submit"]){
    width: 100%;
    position: relative;
    background: var(--secondary-color);
    border: 0.1rem solid var(--main-color);
    padding: 0.4vh 1vw;
    font-size: 1.2vw;
    line-height: 2vh;
    color: var(--white-color);
    border-radius: 0.5vw;
    font-weight: var(--font-weight-medium);
    font-family: var(--font-family-Heebo-Medium);
}
input:focus-visible{
    outline: none;
    box-shadow: none;
}
.wpcf7-not-valid-tip{
    font-size: 0.8vw;
    line-height: 2vh;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.5vw;
}
.check-col .wpcf7-not-valid-tip{
    position: relative;
    right: unset;
    margin-top: 1vh;
}
.checkbox-group {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    gap: 0.5vw;
    justify-content: space-between !important;
    width: 100%;
}
.checkbox-group > div{
    width: 50%;
}
.check-col > p{
    margin-top: -0.5vh;
}
.submit-col{
    width: 100%;
    max-width: fit-content;
}
.wpcf7-spinner{
    display: none !important;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
    direction: rtl !important;
}
.content-wrapper .wpcf7-checkbox > .wpcf7-list-item{
    margin: 0;
    display: block;
}
.content-wrapper .wpcf7-checkbox > .wpcf7-list-item > label{
    display: flex;
    flex-wrap: nowrap;
    gap: 2vh 0.7vw;
    padding-right: 0;
}
.content-wrapper .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]{
    position: relative;
    right: unset;
    top: unset;
    margin-top: -2vh;
    padding-right: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label{
    font-weight: var(--font-weight-medium);
    color: var(--main-color);
    font-size: 0.9vw;
    line-height: 2vh;
    text-align: start;
    font-family: var(--font-family-Heebo-Medium);
}
.wpcf7-checkbox > span{
    margin-left: 0;
    margin-top: 1vh;
}
.wpcf7-checkbox label{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    position: relative;
    padding-right: 1.8vw;
}
.wpcf7-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 1.3vw;
    width: 1.3vw;
    height: 2.5vh;
    border: 0.1rem solid var(--main-color);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: transparent;
    border-radius: 0.2vw;
}
.wpcf7-checkbox input[type="checkbox"]:checked {
    background: transparent;
    border: 0.1rem solid var(--main-color);
}
.wpcf7-checkbox input[type="checkbox"]:checked::after {
    content: "✓";
    color: var(--main-color);
    font-size: 0.8vw;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    pointer-events: none;
}
.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: 0.5vh 0.5vw !important;
    line-height: 2vh;
    margin: 0.8vh auto !important;
    text-align: center;
}



/**** Page CSS Start ****/
.form-wrapper::before {
    content: '' !important;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('/wp-content/uploads/sites/23/2025/09/form-shape.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
.logo-wrapper::before {
    content: '' !important;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('/wp-content/uploads/sites/23/2025/09/logo-shape-scaled.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.sec-title span.primary-title{
    color: var(--main-color) !important;
}
.sec-title span.secondary-title{
    color: var(--secondary-color) !important;
}
.fixed-btn{
    width: 10vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease !important;
}
.fixed-btn.show {
    opacity: 1;
    visibility: visible;
}
.fixed-btn > a{
    width: 100%;
}
.map-popup-frame{
    min-height: 84vh;
}
.map-popup-frame iframe{
    min-height: 84vh;
    height: 100%;
}
#elementor-popup-modal-463 .dialog-close-button{
    width: fit-content;
    padding: 0.5vh 0.3vw;
}
body.privacy-modal-open {
  height: 100vh;
  overflow: hidden;
}

@media(min-width: 1800px) and (max-width: 1920px) and (min-height: 900px) and (max-height: 1080px){
    .elementor-2 .elementor-element.elementor-element-cd6273b{
        top: 34vh !important;
        top: 32vh !important;
    }
    .elementor-2 .elementor-element.elementor-element-11c030d img{
        min-height: calc(100vh + 31.5vh) !important;
    }
    body:not(.rtl) .elementor-2 .elementor-element.elementor-element-4c4344b {
        right: 9vw !important;
    }
}