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

    /* --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;
}
html{
    direction: rtl;
}
body{
    font-family: "Heebo", sans-serif;
}
h1,h2,h3,h4,h4,h5{
    font-family: "Heebo", sans-serif;
    font-weight: bold;
}
a{
    text-decoration: none;
}
p{
    font-family: "Heebo", sans-serif;
}
#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;
}

/* Remove the problematic body filter only during grayscale mode */
body.pojo-a11y-grayscale {
    -webkit-filter: none !important;
    filter: none !important;
    overflow-x: hidden !important;
}

/* Reapply grayscale to the document root */
html:has(body.pojo-a11y-grayscale) {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}

/* Change toolbar positioning only during grayscale mode */
body.pojo-a11y-grayscale #pojo-a11y-toolbar {
    position: fixed !important;
    z-index: 99999 !important;
}
body.pojo-a11y-grayscale .footer-form .wpcf7-not-valid-tip {
    color: #000 !important;
}
body.pojo-a11y-grayscale .wpcf7-not-valid-tip {
    color: #fff;
}
body.pojo-a11y-light-background :not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link) .cc-slider {
    background: gray !important;
}
body.pojo-a11y-high-contrast .cc-slider {
    background: gray !important;
}
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) .cc-slider {
    background: gray !important;
}

body .cc-pos-right{
    border-radius: 14px !important;
}
body #cc-floater {
    bottom: unset !important;
    top: 10vw !important;
    left: 0.2vw !important;
    right: unset !important;
    width: 2.5vw !important;
    height: 2.5vw !important;
    line-height: 2.5vw;
    text-align: center !important;
    z-index: 999 !important;
}
body #cc-floater svg{
    width: 1.5vw !important;
    height: 1.5vw !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body #pojo-a11y-toolbar{
    z-index: 9999 !important;
    top: 7vw !important;
}
body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    font-size: 1.5vw !important;
    padding: 0.6vw !important;
}
body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg{
    width: 1.5vw !important;
}

@media(max-width: 767px){
    body #cc-floater{
        bottom: unset !important;
        top: 30vw !important;
        left: 2px !important;
        width: 7.5vw !important;
        height: 7.5vw !important;
        line-height: 7.5vw;
        padding: 4.5vw !important;
    }
    body #cc-floater svg {
        width: 5vw !important;
        height: 5vw !important;
    }
    body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
        font-size: 5.5vw !important;
        padding: 2vw !important;
    }
    body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
        width: 5.8vw !important;
    }
    body #pojo-a11y-toolbar {
        top: 18vw !important;
    }
    .cc-banner {
        padding: 16px !important;
    }
    .cc-pos-right {
        left: 50% !important;
        right: unset !important;
        bottom: 20px !important;
        width: 95%;
        transform: translateX(-50%);
    }
    .cc-btn{
        padding: 7px 9px !important;
    }
}

	/**** Contact form css start ****/
	.main-contact-form {
		direction: rtl;
	}
	.private-contact-form ::placeholder {
		color: #FBFBF9;
	}
	.private-contact-form input,
	.private-contact-form textarea {
		font-size: 1.171vw;
		line-height: 1;
		font-weight: 400;
		background-color: transparent;
		border-bottom: 1px solid #FFFDF5 !important;
		color: #FBFBF9;
		width: 100%;
		padding: 0.5vw 0 1vw;
		font-family: "Liebling", Sans-serif;
		border: none;
		direction: rtl !important;
		font-size: 1vw;
	}
	.private-contact-form input:focus-visible,
	.private-contact-form textarea:focus-visible {
		outline: none;
	}
	.private-contact-form .privacy-checkbox .wpcf7-list-item label{
		padding-right: 0px !important;
	}
	.private-contact-form .submit-col .global-btn {
		background: rgba(255, 255, 255, 0.17);
		border: 2px solid #fff;
		padding: 0.5vw 2vw 0.3vw 2vw;
		color: #fff;
		font-size: 1.4vw;
		line-height: 1.2;
		font-family: "Liebling", Sans-serif;
		font-weight: 500;
		margin: 0 auto;
		display: block;
		max-width: 100%;
		width: 100%;
		border-radius: 0.5vw;
	}
	.private-contact-form .submit-col .global-btn:hover,
	.private-contact-form .submit-col .global-btn:focus {
		color: #fff;
		background: rgba(255, 255, 255, 0.3);
	}
	.private-contact-form .form-field>p {
		margin-bottom: 0;
	}
	.private-contact-form .form-field {
		margin-bottom: 1vw;
	}
	.private-contact-form .privacy-checkbox{
		margin-bottom: 1vw !important;
		margin-top: 0.5vw;
	}
	.private-contact-form .privacy-checkbox.first>p {
		display: flex;
		align-items: start;
	}
	.private-contact-form .privacy-checkbox .wpcf7-list-item {
		display: flex;
		margin-left: 0;
	}
	.private-contact-form .privacy-checkbox input {
		position: relative;
		width: 1.2vw;
		margin-left: 0.6vw;
		height: 1.2vw !important;
		background: rgba(255, 255, 255, 0.17) !important;
		padding: 0;
		border-radius: 0.3vw;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		cursor: pointer;
		border: 1px solid #fff !important;
	}
	.private-contact-form .privacy-checkbox input[type="checkbox"]:checked::before {
		content: "✓";
		color: #fff;
		background: transparent !important;
		text-align: center;
		font-size: 0.8vw;
		font-weight: bold;
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		line-height: 1;
		pointer-events: none;
	}
	.private-contact-form .privacy-checkbox.first .wpcf7-form-control-wrap .wpcf7-list-item-label {
		display: none;
	}
	.private-contact-form .privacy-checkbox .wpcf7-list-item-label {
		color: #FBFBF9;
		font-size: 0.6vw;
		line-height: 1.3;
		font-family: "Liebling", Sans-serif;
		font-weight: 400;
	}
	.private-contact-form .simple-text {
		margin-top: 0.5vw;
	}
	.private-contact-form .privacy-checkbox .wpcf7-list-item-label a {
		color: #FBFBF9;
		text-decoration: underline;
	}
	.private-contact-form .privacy-checkbox .wpcf7-list-item-label a:hover {
		color: #FBFBF9;
	}
	/* 	.private-contact-form .privacy-checkbox.first .wpcf7-not-valid-tip {
	position: absolute;
	top: 3vw;
	width: 100%;
	min-width: fit-content;
	text-wrap: nowrap;
	} */
	.private-contact-form .privacy-checkbox.first { position: relative; }
	.private-contact-form .privacy-checkbox.first .wpcf7-form-control-wrap { position: static !important; }

	.private-contact-form .privacy-checkbox.first .wpcf7-not-valid-tip {
		position: absolute;
		top: 100%;
		bottom: auto;
		right: unset;
		left: auto;
		width: auto;
		min-width: 0;
		margin-top: 0.25em;
		white-space: nowrap;
		line-height: 1.4;
	}

	/* reserve the room only while the field is invalid, so nothing shifts otherwise */
	@supports selector(:has(*)) {
		.private-contact-form .privacy-checkbox.first:has(.wpcf7-not-valid) { padding-bottom: 1.8em; }
		.private-contact-form .privacy-checkbox.first .wpcf7-not-valid-tip {
			top: auto; bottom: 0; margin-top: 0;
		}
	}
	.private-contact-form .wpcf7-not-valid-tip {
		font-size: 0.8vw;
	}
	.private-contact-form .wpcf7 form .wpcf7-response-output {
		border-width: 1px !important;
		direction: rtl;
		margin: 1vh 0;
		text-align: center;
		color: #FBFBF9;
		font-size: 0.8vw;
		line-height: 1.5;
	}
	.private-contact-form .success-checkmark {
		width: 5vw;
	}
	.private-contact-form .success-title {
		font-size: 2vw;
		color: #FBFBF9;
		margin-top: 1vw;
	}
	.private-contact-form .success-subtitle {
		font-size: 2vw;
		color: #FBFBF9;
	}
	.private-contact-form .cf7-success-message {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.wpcf7 form .wpcf7-response-output{
		margin: 1vw 0;
		text-align: center;
	}
	.wpcf7 form .wpcf7-response-output{
		color: #fff;
	}
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
		color: #ffb900;
	}
	.wpcf7 form.sent .wpcf7-response-output{
		color: #46b450;
	}
	.private-contact-form .privacy-checkbox .wpcf7-list-item label {
		display: flex;
		justify-content: flex-start;
		margin-top: 0.14vw;
	}

	@media (min-width: 768px) and (max-width: 1079px) {

		.private-contact-form .privacy-checkbox .wpcf7-list-item-label {
			font-size: 0.8vw;
		}
		.private-contact-form input,
		.private-contact-form textarea {
			font-size: 1.5vw;
			padding: 0.8vw 0;
		}
		.private-contact-form .submit-col .global-btn {
			padding: 0.6vw 6vw;
			font-size: 1.6vw;
		}
		.private-contact-form .privacy-checkbox input {
			height: 15px;
			width: 15px;
			margin-left: 12px;
		}
	}

	@media (min-width: 500px) and (max-width: 767px) {

		.private-contact-form .privacy-checkbox .wpcf7-list-item-label {
			font-size: 12px;
		}
		.private-contact-form input,
		.private-contact-form textarea {
			font-size: 16px;
		}
		.private-contact-form .submit-col .global-btn {
			font-size: 18px;
			padding: 6px;
		}

	}


	/* Mobile View */
	@media (max-width: 768px) {
		.wpcf7-not-valid-tip {
			margin: 0 0 2px 0 !important;
		}
		.private-contact-form .wpcf7-not-valid-tip {
			font-size: 12px;
		}
		.private-contact-form .privacy-checkbox.first .wpcf7-not-valid-tip {
			top: 50px;
		}
		.private-contact-form .wpcf7 form .wpcf7-response-output {
			font-size: 12px;
		}
		.private-contact-form .privacy-checkbox{
			margin-bottom: 16px !important;
			margin-top: 10px;
		}
		.private-contact-form .privacy-checkbox .wpcf7-list-item-label {
			font-size: 3.3vw;
		}
		.private-contact-form .privacy-checkbox input{
			height: 22px !important;
			width: 22px !important;
			margin-left: 12px;
			border-radius: 4px;
		}
		.private-contact-form .submit-col .global-btn {
			font-size: 22px;
			padding: 8px 25px 4px 25px;
		}
		.private-contact-form .privacy-checkbox input[type="checkbox"]:checked::before{
			font-size: 3.2vw;
		}
		.private-contact-form .success-checkmark {
			width: 70px;
		}
		.private-contact-form .success-title {
			font-size: 24px;
		}
	}
	@media (max-width: 600px) {
		.private-contact-form input,
		.private-contact-form textarea {
			font-size: 16px;
			padding: 15px 0;
		}
		.form-col-mob-bg-color{
			background-color: #31537B;
		}
		.remove-br{
			display: none !important;
		}
		.shape-img-position-relative-mob{
			position: relative !important;
		}
	}


body.pojo-a11y-grayscale .wpcf7-not-valid-tip {
  color: #fff;
}
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) .wpcf7-not-valid-tip,
body.pojo-a11y-high-contrast :not(#pojo-a11y-toolbar) .wpcf7-not-valid-tip,
body.pojo-a11y-light-background *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link) .wpcf7-not-valid-tip{
    background: transparent !important;
}
body.pojo-a11y-light-background *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link) .cc-btn{
    border: 1px solid #000 !important;
}
body.pojo-a11y-high-contrast *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link) .cc-btn,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link) .cc-btn{
    border: 1px solid #fff !important;
}


/****************
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: "Heebo", 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;
}

@media (max-width: 768px) {
    /* Privacy Modal CSS */
    .privacy-wrapper{
        width: 100%;
        height: 100vh;
        min-height: 100vh;
        padding: 50px 20px;
        top: 0;
        left: 0;
        transform: unset;
        position: fixed;
    }
    .privacy-wrapper .privacy-content h2 {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 22px;
    }
    .privacy-wrapper .privacy-content h3 {
        margin-top: 16px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .privacy-wrapper .privacy-content :where(p, li, a) {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
        text-align: right;
    }
    .privacy-close-btn {
        top: 10px;
        right: 20px;
    }
    .privacy-close-btn > img{
        width: 30px;
    }
    .pv-link, .pv-links > span{
        font-size: 14px;
    }
    .privacy-wrapper .privacy-content{
        padding-bottom: 0px !important;
    }
}


.glass-effect {
    position: relative;
    overflow: hidden;
}

.glass-effect::before {
    content: "";
    position: absolute;
    top: 0;
    left: -90%;
    width: 45%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.55),
        transparent
    );
    transform: skewX(-25deg);
    pointer-events: none;
}

.glass-effect:hover::before {
    animation: glassShine 0.75s ease forwards;
}

@keyframes glassShine {
    0% {
        left: -90%;
    }
    100% {
        left: 130%;
    }
}


/* ==============================
   AUTO PLAY VIDEO
   ============================== */

.auto-video-section {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.auto-play-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}