:root{
    --bg-color: #EBF6FF;
    --main-color: #16293C;
    --white-color: #fff;
    --brown-color: #BE8E4E;
    --ligh-blue-color: #EBF6FF;

    --font-family-lindsey: 'LindseySignature';
    --font-family-narkiss: 'NarkissBlock';
    --font-family-MonetaSans: 'MonetaSans';
    --font-family-narkiss-light: 'NarkissBlockLight';

    --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: var(--font-family-narkiss);
}
h1,h2,h3,h4,h4,h5{
    /* font-family: 'FbReadingHebEng-Bold'; */
    font-family: var(--font-family-lindsey);
    font-weight: bold;
}
a{
    text-decoration: none;
}
p{
    font-family: var(--font-family-narkiss);
}
.signature {
    font-family: var(--font-family-lindsey);
}

.hebrew-text {
    font-family: var(--font-family-narkiss);
}

.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);
}
.w-fit-content{
    width: fit-content;
}

/* Cookie CSS */
#ccil-banner{
    font-family: var(--font-family-narkiss);
}
#ccil-banner h2,
#ccil-banner p{
    font-family: var(--font-family-narkiss);
}
#ccil-accept{
    background: var(--main-color) !important;
}
#ccil-customize{
    color: var(--main-color) !important;
}
/****************
Privacy Modal CSS
*****************/
.privacy-wrapper {
    position: fixed;
    top: 2vw;
    right: 10%;
    left: 10%;
    width: 80%;
    height: 86vh !important;
    background-color: #202020;
    padding: 6vh 4vw;
    z-index: 9999999;
}
.privacy-wrapper .privacy-content{
    overflow-y: auto;
    max-height: 95vh;
    direction: rtl;
}
.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;
    color: #fff;
}
.privacy-wrapper .privacy-content :where(p, li, a){
    margin-bottom: 1.3vh;
    font-size: 0.8vw;
    line-height: 2.8vh;
    color: #fff !important;
}
.privacy-close-btn{
    position: absolute;
    top: 2vh;
    right: 1.8vw;
}
.privacy-close-btn > img{
    object-fit: contain;
    object-position: center center;
    width: 1.5vw;
    height: auto;
}


body.modal-open{
    overflow: hidden;
    height: 100vh;
}
.modal-close-btn{
    position: absolute;
    top: 4vh;
    right: 14vw;
}
.modal-close-btn img{
    width: 1.8vw;
    height: auto;
}
.pojo-a11y-toolbar-title{
    font-family: var(--font-family-narkiss);
}
.pojo-a11y-toolbar-inner{
    direction: rtl;
    font-family: var(--font-family-narkiss);
}
#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 */
.wpcf7-spinner{
    display: none;
}
.wpcf7-checkbox input[type="checkbox"]:checked::after{
    color: var(--main-color);
}
.checkbox-main-wrapper{
    margin-top: 30px;
}
.submit-main-wrapper{
    margin-top: 20px;
}
#contactUs {
    direction: rtl;
}
.submit-col input{
    padding: 1vh 2vw;
    background: var(--brown-color);
    border: none;
    color: var(--main-color);
    font-size: 1.5vw;
    line-height: 5vh;
    font-weight: 700;
}
.submit-col p{
    text-align: center;
}
.right-main-footer{
    max-width: 100%;
}
.check-box .wpcf7-list-item{
    margin: 0 !important; 
}
.cf7-col input[type="text"],
.cf7-col input[type="tel"] {
    width: 100% !important;
    border: none;
    border-bottom: 1px solid #ffffff82 !important;
    direction: rtl;
    padding-bottom: 2vh;
    background: transparent;
    font-size: 1.278vw;
    color: #fff;
}
.check-box input{
    position: absolute !important;
    right: 0;
    top: 0;
    height: 1.5vw !important;
    width: 3vh !important;
    background: var(--ligh-blue-color);
}
.check-box label{
    position: relative;
}
.check-box .wpcf7-list-item-label{
    padding-right: 3vw;
    display: flex;
    color: var(--ligh-blue-color);
    font-size: 0.878vw;
}
::placeholder{
    color: var(--ligh-blue-color);
}
.wpcf7-not-valid-tip{
    font-size: 0.7vw !important;
}
.cf7-col p{
    color: var(--brown-color);
    margin-bottom: 39px !important;
    font-family: var(--font-family-narkiss);
}
.wpcf7-response-output{
    color: #fff;
    font-size: 0.7vw;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right;
}
.wpcf7-checkbox input[type="checkbox"]:checked::after {
    content: "✔";
    color: var(--main-color);
    font-size: 0.8vw;
    font-weight: bold;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    pointer-events: none;
}
.wpcf7-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 3vw;
    height: 3vh;
    border: 0.1vw solid #fff;
    cursor: pointer;
    border-radius: 4px;
    border-radius: 3px;
    margin-right: 0.5vw;
}

.wpcf7-checkbox input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #fff;
    position: relative;
}
/* CF7 Success Message */
.cf7-success-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4vh 2vw;
    animation: fadeInUp 0.5s ease;
}

.success-checkmark {
    width: 80px;
    height: 80px;
    margin-bottom: 3vh;
    animation: scaleIn 0.5s ease;
}

.success-checkmark svg {
    width: 100%;
    height: 100%;
}

.success-checkmark circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: strokeCircle 0.6s ease forwards;
}

.success-checkmark path {
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: strokeCheck 0.4s ease forwards 0.4s;
}

.success-title {
    font-family: var(--font-family-narkiss);
    font-size: 2.2vw;
    color: var(--brown-color);
    margin-bottom: 1.5vh;
}

.success-subtitle {
    font-family: var(--font-family-narkiss);
    font-size: 1.4vw;
    color: var(--white-color);
    opacity: 0.9;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes strokeCircle {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes strokeCheck {
    to {
        stroke-dashoffset: 0;
    }
}

/* 	Contact Form */
.wpcf7 form.invalid .wpcf7-response-output{
    color: #ffb900;
    margin-bottom: 2vh !important;
    text-align: center;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #dc3232;
    margin-bottom: 2vh !important;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    margin-bottom: 2vh !important;
    text-align: center;
}

/* Sticky Header */

.site-header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: var(--main-color);
    padding: 1.2vh 0;
    z-index: 1000;
}

/* Inner layout */

.header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Logo */

.header-logo img {
    height: 3.8vw;
    display: block;
}

/* Menu toggle */

.header-menu-toggle {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9999;
}

/* Icons base state */

.header-menu-toggle .menu-icon {
    height: auto;
    display: none;
}

/* Default icon */

.header-menu-toggle .menu-open {
    display: block;
    width: 2.12vw;
}
.header-menu-toggle .menu-close {
    width: 1.8vw;
}

/* Active state */

.header-menu-toggle.active .menu-open {
    display: none;
}

.header-menu-toggle.active .menu-close {
    display: block;
}

/* Slide menu */

.header-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    background: var(--main-color);
    transition: right 0.4s ease;
    padding: 11vh 6vw;
    z-index: 999;
    margin-top: 30px;
}

.header-menu.active {
    right: 0;
}

/* Menu list */

.header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-menu li {
    position: relative;
    padding-bottom: 4vh;
    margin-bottom: 4vh;
}

.header-menu li:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--brown-color);
}

.header-menu a {
    color: var(--white-color);
    text-decoration: none;
    font-size: 1.4vw;
    font-family: var(--font-family-narkiss);
    transition: color 0.3s;
}

.header-menu a:hover,
.header-menu a.active {
    color: var(--brown-color);
}



/* Footer CSS */

.sticky-bottom-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1000;
    background: var(--main-color);
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding-bottom: env(safe-area-inset-bottom, 0px);
}


.sticky-btn {
    flex: 1;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.464vw;
    font-family: var(--font-family-narkiss);
    background-color: var(--brown-color);
    color: var(--main-color);
}


.sticky-btn:hover{
    color: var(--white-color);
}
/* Vertical divider line */

.appointment-btn {
    position: relative;
}

.call-btn::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    width: 2px;
    height: 60%;
    background-color: #16293C;
}
.call-btn:hover .call-icon{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(207deg) brightness(107%) contrast(101%);
}
/* Call button icon */

.call-btn {
    gap: 8px;
    position: relative;
}

.call-btn .call-icon {
    width: 2vw;
    height: 3vh;
    background-image: url('../images/call.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
}

/* Hover effect */


/* Footer wrapper */

.site-footer {
    background-color: var(--main-color);
    padding: 9vh 0px;
    color: #ffffff;
}

/* Inner layout */

.footer-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    padding: 5vh 0;
}

/* Logo side */

.footer-logo-wrap {
    flex: 0 0 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 49.9%;
    gap: 2vh;
}

/* Footer Links */
.footer-links {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-top: 2vh;
}

.footer-links a {
    color: var(--white-color);
    font-size: 0.9vw;
    font-family: var(--font-family-narkiss);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--brown-color);
}

.footer-link-divider {
    color: var(--brown-color);
    font-size: 0.9vw;
}

/* Footer Modals */
.footer-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.footer-modal.active {
    display: flex;
}

.footer-modal-content {
    background: var(--main-color);
    width: 80%;
    max-width: 800px;
    max-height: 80vh;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.footer-modal-close {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 30px;
    color: var(--white-color);
    text-decoration: none;
    z-index: 1;
    line-height: 1;
}

.footer-modal-close:hover {
    color: var(--brown-color);
}

.footer-modal-body {
    padding: 50px 40px 40px;
    color: var(--white-color);
    font-family: var(--font-family-narkiss);
    overflow-y: auto;
    max-height: 80vh;
    direction: rtl;
}

.footer-modal-body h1,
.footer-modal-body h2,
.footer-modal-body h3 {
    color: var(--brown-color);
    font-family: var(--font-family-narkiss);
    margin-bottom: 2vh;
}

.footer-modal-body p {
    margin-bottom: 1.5vh;
    line-height: 1.8;
    font-size: 1vw;
}

.footer-modal-body a {
    color: var(--brown-color);
}

.footer-logo {
    width: 19vw;
    height: auto;
}

.footer-logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vh;
}

.footer-number {
    width: 12vw;
    height: auto;
    margin-top: 5vh;
}

/* Vertical divider */

.footer-divider {
    width: 2px;
    background-color: var(--brown-color);
}

/* Form side */

.footer-form-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 84px;
    min-width: 49.9%;
}

.footer-form-heading {
    font-size: 2.635vw;
    margin-bottom: 30px;
    font-family: var(--font-family-narkiss);
    text-align: center;
}



/* Section 1 */
.section-one {
    width: 100%;
    min-height: 100vh;
    border-top: 4px solid var(--brown-color);
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
    overflow: hidden;
}

.section-one video,
.section-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Desktop/Mobile banner visibility */
.banner-desktop {
    display: block;
}
.banner-mobile {
    display: none;
}

/* Vimeo wrapper for mobile */
.vimeo-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.vimeo-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
  position: relative;
min-height: 110vh
}
.video-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(360deg, rgba(53, 63, 72, 0) 69.63%, rgba(13, 43, 67, 0.71) 109.26%);

  z-index: 1;
}



/* Section-2 */
.section-two {
    width: 100%;
    box-sizing: border-box;
    border-top: 4px solid var(--brown-color);
    margin-top: 16px;
    margin-bottom: 9vh;
}

.section-two-header {
    text-align: center;
    margin-bottom: 12vh;
    padding-top: 6vh;
}

.section-two-header img {
    margin-bottom: 10vh;
    margin-top: 6vh;
    min-width: 9vw;
    width: 9vw;
}

.section-two-header h2 {
    font-family:  var(--font-family-MonetaSans);
    font-weight: 400;
    font-size: 6vw;
    width: 51% !important;
    margin: 0 auto !important;
    line-height: 12vh;
    color: var(--main-color);
    margin: 0 auto;
}

.section-two-rows {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.dream-row {
    display: flex;
    align-items: center;
    gap: 7vw;
}

.dream-row.reverse {
    flex-direction: row-reverse;
}

.dream-content {
    flex: 1;
}

.dream-row:not(.reverse) .dream-content {
    padding-right: 5vw;
    display: flex;
    justify-content: center;
}

.dream-row.reverse .dream-content {
    padding-left: 5vw;
    display: flex;
    justify-content: center;
}

.dream-script-text {
    display: block;
    font-family: var(--font-family-lindsey);
    font-size: 8vw;
    margin-bottom: 0;
    text-align: center;
    line-height: 5vh;
    color: var(--main-color);
}

.dream-script-image {
    margin-bottom: 7vh;
}

.dream-script-image img {
    min-width: 10vw;
    width: 75%;
    height: auto;
    display: block;
}

.dream-bold-heading {
    font-family: var(--font-family-narkiss);
    font-size: 1.5vw;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 1.019vh;
}

.dream-description {
    font-family: var(--font-family-narkiss);
    font-size: 1.4vw;
    line-height: 3.5vh;
    color: #000;
    max-width: 22vw;
}
.dream-description .bold-text{
    color: #000;
    font-weight: 400;
}
.reverse .dream-description {
  max-width: 100%;
}

.dream-image {
    flex: 1;
    overflow: hidden;
    min-width: 57%;
}
.dream-container-wrapper{
    max-width: 27vw;
}

.section-two-rows .dream-row:last-of-type .dream-description {
    max-width: 25vw;
}

.dream-image img,
.dream-image video {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
}

.dream-row:not(.reverse) .dream-image img,
.dream-row:not(.reverse) .dream-image video {
    border-top-right-radius: 29vw;
}

.dream-row.reverse .dream-image img,
.dream-row.reverse .dream-image video {
    border-top-left-radius: 29vw;
}




/* Section 3 CSS */
.section-three {
    width: 100%;
    border-top: 4px solid var(--brown-color);
    border-bottom: 4px solid var(--brown-color);
    margin-bottom: 10vh;
}

.section-three .video-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 16px 0;
}

.section-three video,
.section-three img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



/* Section-4 */
.section-four {
    width: 100%;
    padding-top: 0;
}

.section-four-header {
    text-align: center;
    margin-bottom: 12vh;
}

.lifestyle-main-heading {
    font-family: var(--font-family-MonetaSans);
    font-size: 6.663vw;
    margin-bottom: 2vh;
    font-weight: 300;
}

.lifestyle-sub-text {
    font-size: 1.464vw;
    margin-bottom: 2vh;
}

.lifestyle-description {
    font-size: 1.464vw;
    max-width: 64vw;
    margin: 0 auto;
    line-height: 4vh;
}

.lifestyle-rows {
    display: flex;
    flex-direction: column;
    gap: 12vh;
}

.lifestyle-row {
    display: flex;
    align-items: center;
    gap: 10vw;
    position: relative;
}

.lifestyle-row.reverse {
    flex-direction: row-reverse;
}

.lifestyle-content {
    flex: 1;
    padding-right: 8vw;
}

.lifestyle-row.reverse .lifestyle-content {
    padding-left: 8vw;
    padding-right: 0;
}

.reverse .lifestyle-bg-text{
    position: absolute;
    top: -2%;
    right: 48%;
}
.lifestyle-bg-text {
    display: block;
    font-family: var(--font-family-lindsey);
    font-size: 16vw;
    opacity: 0.2;
    margin-bottom: -2vh;
    color: var(--brown-color);
    position: absolute;
    top: -2%;
    left: 52%;
    right: unset;
}

.lifestyle-content-heading {
    font-family: var(--font-family-MonetaSans);
    color: var(--main-color);
    font-size: 2.5vw;
    margin-bottom: 2vh;
    font-weight: 400;
}

.lifestyle-content-description {
    font-family: var(--font-family-narkiss);
    font-size: 1.4vw;
    line-height: 4vh;
    margin-bottom: 5vh;
    color: var(--main-color);
    max-width: 23vw;
}
.lifestyle-row:last-of-type .lifestyle-content-description {
    max-width: 21vw;
}
.lifestyle-icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5vh;
}

.lifestyle-icon-list li {
    display: flex;
    align-items: center;
    gap: 1.5vw;
}

.lifestyle-icon-list img {
    width: 3vw;
    height: auto;
}

.lifestyle-icon-list span {
    font-size: 1.4vw;
    line-height: 4vh;
    color: var(--main-color);
}

.lifestyle-image {
    flex: 1;
    overflow: hidden;
    min-width: 57%;
}

.lifestyle-image img,
.lifestyle-image video {
    width: 100%;
    height: 100vh;
    display: block;
    border-top-right-radius: 29vw;
    object-fit: cover;
}

.lifestyle-row.reverse .lifestyle-image img,
.lifestyle-row.reverse .lifestyle-image video {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 29vw;
}




/* SECTION BASE Slider */
.section-five {
    position: relative;
    width: 100%;
    min-height: 100vh;
    border-top: 4px solid var(--brown-color);
    padding-top: 16px;
    margin-top: 24.883vh;
}

.section-five-slider {
    width: 100%;
    min-height: 100vh;
}

.section-five-slider .owl-stage-outer,
.section-five-slider .owl-stage,
.section-five-slider .owl-item {
    min-height: 100vh;
}

.section-five-slider .slide {
    width: 100%;
    min-height: 100vh;
    display: flex;
}

.section-five-slider .slide img {
    width: 100%;
    height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    display: block;
}

.section-five .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    z-index: 20;
}

.section-five .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: block;
}

.section-five .owl-dot.active span {
    background: #ffffff;
}



.bold-text{
    font-family: var(--font-family-MonetaSans);
    color: var(--main-color);
    letter-spacing: 1px;
}



.video-wrapper {
    position: relative; 
}

.mute-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10; 
    cursor: pointer;
}

.mute-icon,
.unmute-icon {
    width: 4vw !important; 
    height: auto;
}


.unmute-icon {
    display: none;
}
.lifestyle-description,
.lifestyle-content-description,
.lifestyle-icon-list span,
.dream-description,
.lifestyle-sub-text {
    font-family: var(--font-family-narkiss-light);
}

.image-wrapper img{
    padding-top: 21px;
    padding-bottom: 21px;
}


.header-contact-number{
    position: absolute;
    left: 80px;
}
.contact-button {
    border-radius: 100px;
    padding: 1vh 2vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brown-color);
    color: var(--main-color);
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 5vh;
}

.contact-button:hover {
    background-color: var(--brown-color); 
    color: #fff;
}

