:root{
    --bg-color: #f2f1f0;
    --main-color: #d16c3f;
    --white-color: #fff;
    --text-color: #541d3a;
    --border-color: #a3bae2;

    --font-family-AlmoniDLAAA-Light: 'AlmoniDLAAA-Light';
    --font-family-AlmoniDLAAA-Regular: 'AlmoniDLAAA-Regular';
    --font-family-AlmoniDLAAA-Bold: 'AlmoniDLAAA-Bold';
    --font-family-AlmoniDLAAA-Black: 'AlmoniDLAAA-Black';

    --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;
}
body{
    direction: rtl;
    background: var(--bg-color);
    font-family: var(--font-family-AlmoniDLAAA-Light);
}
h1,h2,h3,h4,h4,h5{
    /* font-family: 'FbReadingHebEng-Bold'; */
    font-family: var(--font-family-AlmoniDLAAA-Regular);
    font-weight: bold;
}
a{
    text-decoration: none;
}
p{
    font-family: var(--font-family-AlmoniDLAAA-Regular);
    color: var(--text-color);
}
.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: var(--font-family-AlmoniDLAAA-Light);
}
.global-btn:hover {
    background: none;
    color: var(--main-color);
}
.w-fit-content{
    width: fit-content;
}

.lp-sec {
    width: 100%;
    /* height: 106vh; */
    height: 100vh;
    background: url('/wp-content/uploads/sites/15/2025/10/etos-new-final.webp') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: left;
}
.left-side {
    width: 40vw;
    color: #fff;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    min-height: 100vh;
}
.right-side {
    direction: rtl;
    width: 60vw;
    height: 102vh;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    justify-content: space-between;
    height: 100%;
    min-height: 100vh;
    position: relative;
}
.w-19 {
    width: 1.54vw;
    max-width: 1.54vw;
    height: 1.54vw;
    margin-left: 0.75vw;
    margin-right: 0.75vw;
}
.icon-list {
    position: absolute;
    top: 23vw;
    left: 3.5vw;
    right: unset;
    padding: 0;
    width: 29.8vw;
    max-width: 29.8vw;
}
.content {
    font-family: var(--font-family-AlmoniDLAAA-Regular);
    color: var(--text-color);
    position: absolute;
    top: 14vw;
    left: -60vw;
    right: 0;
    margin: auto;
    max-width: 32vw;
    text-align: center;
    font-size: 1.3vw;
    line-height: 1.5vw;
}
.icon-list li > .text {
    margin-bottom: 0 !important;
    font-size: 1.2vw;
    line-height: 1.3vw;
}
.slider-header {
    position: absolute;
    top: 8vh;
    left: unset;
    right: 10vw;
    z-index: 1;
}
.slider-header > img {
    max-width: 37vw;
    width: 37vw;
    height: 14.5vh;
}
/* .btn-label {
    position: absolute;
    top: 27vw;
    left: 5.5vw;
    right: 0;
    margin: auto;
}
.btn-label > p {
    color: var(--white-color);
    position: absolute;
    left: 1.3vw;
    font-size: 1.7vw;
    margin-bottom: 0;
} */
.banner-slider > .slick-list.draggable {
    /* height: 106vh; */
    height: 100vh;
}
.banner-slider .slick-slide {
    /* height: 106vh; */
    height: 100vh;
}
.banner-slider .slick-track .slick-slide > img {
    display: block;
    object-fit: cover;
    object-position: top right;
    height: 100%;
    min-height: 100vh;
}
.slick-prev::before, .slick-next::before{
    content: none !important;
}
#contactUs {
    width: 26.25vw;
    max-width: 26.25vw;
}
.bottom-logo > img {
	z-index: 0;
	position: relative;
	width: 10.5vw;
	height: 23vh;
	top: 37.1vw;
	left: 27.0vw;
}
.bottom-logo {
	position: absolute;
}
/* .form-order {
    width: 26vw;
    max-width: 26vw;
    margin: auto;
    left: 6.0vw;
    right: unset;
    bottom: 0vw;
    top: unset;
    position: absolute;
    z-index: 0;
} */
.form-order {
	width: 26vw;
	max-width: 26vw;
	margin: auto;
	left: 6.0vw;
	right: unset;
	/* bottom: 0vw; */
	top: 70vh;
	position: absolute;
	z-index: 0;
}
input:focus-visible{
    outline: none;
    box-shadow: none;
}
.vw-fit{
    width: 100%;
    min-width: 5.9vw;
    height: 14vh;
}
.slick-prev, .slick-next{
    z-index: 99;
}
.slick-prev::before, .slick-next::before{
    content: none !important;
}
[dir="rtl"] .slick-prev{
    right: 2vw;
}
[dir="rtl"] .slick-next{
    left: 38vw;
}
.slick-prev{
    left: 4vw;
}
.slick-next{
    right: 0;
}
.slick-prev, .slick-next {
    height: 100%;
}

/**** 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: #000000!important;
    font-size: 1vw;
    line-height: 3vh;
}
.cky-consent-container{
    /* max-width: 66.8vw; */
    max-width: 100%;
    right: 0;
}
.cky-consent-container .cky-consent-bar{
    padding: 1vh 1vw !important;
    background: rgba(255, 255, 255, 0.874) !important;
    border: none !important;
}
.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: #a4855b !important;
	border-color: #a4855b !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: #59253f;
    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;
    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;
}

.mobile-bottom,
.mobile-view,
.bg-541d3a {
    display: none;
}
.banner-mobile-slider,
.mobile-menu {
    display: none !important;
}


.submit-btn input{
    border: none;
    width: 100%;
    padding: 1vh 0.5vw;
    border-radius: 0;
    color: #561c3b !important;
    font-family: var(--font-family-AlmoniDLAAA-Bold);
    font-weight: var(--font-weight-semibold);
    font-size: 1.5vw;
    line-height: 2vh;
    background-color: #a4bce1;
}
.submit-btn input:hover{
    background-color: #a4bce1;
    color: #561c3b !important;
}
.form-last-text,
.form-bottom-text {
	font-weight: var(--font-weight-regular);
	color: var(--white-color);
	font-size: 0.61vw;
	line-height: 1.8vh;
	text-align: start;
    margin-bottom: 0;
}
.form-top-text {
	font-weight: var(--font-weight-regular);
	color: var(--white-color);
	font-size: 1.1vw;
	line-height: 1.8vh;
	text-align: start;
    margin-bottom: 0;
}
.form-end-text {
    font-weight: var(--font-weight-regular);
	color: var(--white-color);
    position: relative;
    top: 25px;
    font-size: 0.9vw;
    line-height: 1.8vh;
	text-align: start;
    margin-bottom: 0;
}

/*************
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: transparent;
    border: 0.1rem solid #a4bce1;
    padding: 1vh 1vw;
    font-size: 0.85vw;
    line-height: 2vh;
    color: #fff;
    min-height: 4.6vh;
}
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%;
}
.check-col > p{
    margin-top: -0.5vh;
}
.submit-col{
    width: 100%;
    max-width: 28%;
}
.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);
    color: var(--white-color);
    font-size: 0.61vw;
    line-height: 1.8vh;
    text-align: start;
}
.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 #a4bce1;
    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 #a4bce1;
}
.wpcf7-checkbox input[type="checkbox"]:checked::after {
    content: "✓";
    color: #fff;
    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;
	position: absolute;
	top: -6vh;
}
.col-md-6.form-field-col {
    width: 49.3%;
}
.row.contactUs .form-field-col.email-col > p > span{
    width: 100%;
}

