:root{
    --main-color: #221d2b;
    --secondary-color: #23be75;
    --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;
}
.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: 'FbReadingHebEng-Light';
}
.global-btn:hover {
    background: none;
    color: var(--main-color);
}
.submit-btn input{
    border: none;
    width: 100%;
    padding: 1.3vh 0.8vw;
    border-radius: 0;
    color: var(--main-color) !important;
    font-family: var(--font-family-Heebo-SemiBold);
    font-weight: var(--font-weight-semibold);
    font-size: 21px;
    font-size: 1.2vw;
    line-height: 2vh;
    background-color: var(--secondary-color);
    border-bottom-right-radius: 1vw !important;
}
.submit-btn input:hover{
    background-color: var(--secondary-color);
    color: var(--main-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;
}

/**** 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: #fff !important;
    font-size: 0.9vw;
    line-height: 3vh;
}
.cky-consent-container{
    max-width: 60.3vw;
    right: 0;
}
.cky-consent-container .cky-consent-bar{
    padding: 1vh 1vw !important;
    background: rgba(50, 250, 153, 0.517) !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: #231e2c !important;
    border-color: #231e2c !important;
    font-family: var(--font-family-Heebo-SemiBold) !important;
    font-weight: var(--font-weight-semibold) !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: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85vw;
    background-color: #201f1f;
    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: #fff;
    border: none;
    border-bottom: none;
    padding: 0;
    font-size: 0.85vw;
    line-height: 2vh;
    color: #000;
    min-height: 4.6vh;
    padding-right: 3vw;
}
.contactUs .form-field-col:nth-child(3) input{
    border-top-left-radius: 1vw !important;
}
input:focus-visible{
    outline: none;
    box-shadow: none;
}
.wpcf7-not-valid-tip{
    font-size: 0.8vw;
    line-height: 2vh;
}
.form-field-col > p > span:first-child {
    position: absolute;
    z-index: 1;
    top: 1vh;
    font-size: 0.8vw;
    right: 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: 1vw;
    justify-content: space-between !important;
    width: 100%;
}
.check-col > p{
    margin-top: -0.5vh;
}
.submit-col{
    width: 100%;
    max-width: 32.6%;
}
.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-regular);
    max-width: 16vw;
color: #e6e1e1b5 !important;
line-height: 1.8vh;
font-size: 0.7vw;
    text-align: start;
}
.check-col{
	margin-top: 1vh;
}
.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.15vw solid var(--white-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.15vw solid var(--white-color);
}
.wpcf7-checkbox input[type="checkbox"]:checked::before {
    content: "";
    width: 0.8vw;
    height: 1.2vh;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    left: 49.35%;
    transform: translate(-50%, -50%);
}
.submit-col{
    margin-right: 0.4vw;
}
.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;
}


.dialog-close-button {
    padding: 1vh;
    width: fit-content !important;
    font-size: 3.4vw !important; 
}
.bg-img{
    width: 100%;
}
.bg-img > img{
    width: 100%;
    max-width: 100%;
}