*{
    box-sizing: border-box;
}
html{
    direction: rtl;
}
body{
    background: #fff;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    margin: 0 !important;
}
html, body{
	scroll-padding-top: 80px;
}
h1,h2,h3,h4,h4,h5{
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: bold;
}
a{
    text-decoration: none;
}
p{
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.global-btn {
    background: linear-gradient(90deg, #A87237 0%, #DFAD4D 22.6%, #FCEC89 52.4%, #DCA84B 76.92%, #A87237 100%);
    font-size: 24px;
    line-height: 28px;
    border-radius: 7px;
    font-weight: 400;
    padding: 10px 38px;
    color: #000;
    position: relative;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.global-btn:hover {
    background: linear-gradient(90deg, #A87237 0%, #DFAD4D 22.6%, #FCEC89 52.4%, #DCA84B 76.92%, #A87237 100%);
    color: #000;
}
.w-100{
    width: 100%;
}
.w-fit-content{
    width: fit-content !important;
}
.mx-w-fit-content{
    max-width: fit-content !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
    font-size: 140% !important;
}
#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;
}

.gradient-title .elementor-heading-title{
    background: linear-gradient(90deg, #A87237 0%, #DFAD4D 22.6%, #DCA84B 76.92%, #A87237 100%);
    background-clip: text;
    color: transparent !important;
}
.gradient-btn a.elementor-button{
    background: linear-gradient(90deg, #A87237 0%, #DFAD4D 22.6%, #FCEC89 52.4%, #DCA84B 76.92%, #A87237 100%) !important;
}

.main-header-bg{
	background: transparent !important;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}

.main-header-bg.header-scrolled{
	background: #ffffff !important;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.mid-page-form .form-field, .mid-page-form .submit-col{
	width: 24%;
}
.mid-page-form .main-contact-form{
	gap: 1vw;
}
.mx-menu .elementor-menu-toggle{
	margin: 0 !important;
	padding: 0 !important;
	width: fit-content;
}

/* 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: #3B230E;
    width: 80%;
    max-width: 100%;
    max-height: 80vh;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.footer-modal-close {
    position: absolute;
    top: 15px;
    left: 40px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    line-height: 1;
}
.footer-modal-close:hover {
    color: #DFAD4D;
}
.footer-modal-body {
    padding: 50px 40px 40px;
    color: #fff;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    overflow-y: auto;
    max-height: 80vh;
    direction: rtl;
}
.footer-modal-body h1,
.footer-modal-body h2,
.footer-modal-body h3 {
    color: #DFAD4D;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    margin-bottom: 2vh;
}
.footer-modal-body p {
    margin-bottom: 1.5vh;
    line-height: 1.8;
    font-size: 1vw;
}
.footer-modal-body a {
    color: #DFAD4D;
}

/****************
Privacy Modal CSS
*****************/
.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;
}
/* Footer Links */
.footer-links {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-top: 2vh;
}
.footer-links a {
    color: #fff;
    font-size: 1.1vw;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-links a:hover {
    color: #DFAD4D;
}
.footer-link-divider {
    color: #DFAD4D;
    font-size: 0.9vw;
}

.footer-divider {
    width: 2px;
    background-color: #DFAD4D;
}

/**** Contact form css start ****/
label.hide-label{
    display: none !important;
}
.first.last input{
    width: 15px !important;
    height: 15px !important;
    margin-left: 11px !important;
    margin-top: 5px !important;
}
.first.last .wpcf7-list-item-label{
    width: 100%;
    color: #fff;
}
.main-contact-form{
	direction: rtl;
	margin:0;
}
input, textarea{
	font-size: 1.18vw;
	line-height: 1;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #fff !important;
	color: #000;
	width: 100%;
	padding: 0.8vw 1vw;
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	direction: rtl !important;
	border-radius: 0.8vw;
}
input:focus-visible, textarea:focus-visible{
	outline: none;
}
input::placeholder, textarea::placeholder{
	color: #75787C;
}
.main-contact-form label {
	display: flex;
	align-items: start;
}
.main-contact-form label span:first-child {
	min-width: 5vw;
	font-size: 1.18vw;
	line-height: 1;
}
.submit-col .global-btn {
	background: linear-gradient(90deg, #A87237 0%, #DFAD4D 22.6%, #FCEC89 52.4%, #DCA84B 76.92%, #A87237 100%);
	border: none;
	padding: 0.8vw 1vw;
	color: #000;
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: 700;
	margin: 0 auto;
	display: block;
	border-radius: 0.8vw;
	line-height: 1;
	font-size: 1.8vw;
}
.submit-col .global-btn:hover, .submit-col .global-btn:focus{
	color: #000;
    background: linear-gradient(90deg, #A87237 0%, #DFAD4D 22.6%, #FCEC89 52.4%, #DCA84B 76.92%, #A87237 100%);
}
.submit-col{
	padding: 0;
}
.submit-col > p {
	margin-bottom: 1.4vw;
}
.form-field > p {
	margin-bottom: 0;
}
.form-field{
	margin-bottom: 0.8vw;
	padding: 0;
}
.privacy-checkbox.first > p {
	display: flex;
	align-items: start;
}
.privacy-checkbox p, .checkbox-group .first.last .wpcf7-list-item-label{
	margin-bottom: 0;
	line-height: 1;
	font-size: 0.9vw;
}
.privacy-checkbox{
	margin-bottom: 0;
	display: flex;
	flex-wrap: nowrap;
}
.privacy-checkbox .wpcf7-list-item {
	display: flex;
	margin-left: 0;
}
.privacy-checkbox input {
	position: relative;
	width: 1.2vw;
	margin-left: 0.6vw;
	height: 1.2vw;
	border: 1px solid #fff !important;
	background: transparent !important;
	padding: 0;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
.privacy-checkbox input[type="checkbox"]:checked::before {
	content: "✓";
	color: #fff;
	font-size: 0.9vw;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	pointer-events: none;
}
.privacy-checkbox.first .wpcf7-form-control-wrap .wpcf7-list-item-label {
	display: none;
}
.privacy-checkbox .wpcf7-list-item-label, .checkbox-group .first.last .wpcf7-list-item-label{
	color: #FFFFFF;
	font-size: 0.9vw;
	line-height: 1;
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: 400;
}
.privacy-checkbox .wpcf7-list-item-label.next{
	margin-top: 1vw;
	display: block;
}
.privacy-checkbox .wpcf7-list-item-label a {
	color: #FFFFFF;
	text-decoration: underline;
}
.privacy-checkbox .wpcf7-list-item-label a:hover{
	color: #FFFFFF;
}
.privacy-checkbox.first .wpcf7-not-valid-tip {
	position: absolute;
	top: -1vw;
	width: 100%;
	min-width: fit-content;
	text-wrap: nowrap;
}
.wpcf7-not-valid-tip{
	font-size: 0.8vw;
}
.wpcf7 form .wpcf7-response-output{
	border-width: 1px !important;
	direction: rtl;
	margin: 1vw 0;
	text-align: center;
	color: #fff;
	font-size: 0.8vw;
	line-height: 1.5;
}

/* ============================================
   VIDEO TIPS SLIDER
   ============================================ */
.elementor-widget-shortcode:has(.video-tips-slider) {
    width: 100%;
    flex: 1 1 100%;
    min-width: 0;
}
.elementor-widget-shortcode .elementor-shortcode:has(.video-tips-slider) {
    width: 100%;
}
.video-tips-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.video-tips-swiper {
    overflow: hidden;
    width: 100%;
}
.video-tips-slider .swiper-pagination {
    position: relative !important;
    bottom: auto !important;
    margin-top: 20px;
    text-align: center;
}
.video-tips-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
    margin: 0 8px !important;
    transition: background 0.3s ease, transform 0.3s ease;
}
.video-tips-slider .swiper-pagination-bullet-active {
    background: #333;
}

/* ============================================
   TALENT VIDEO SLIDER
   ============================================ */
   .talent-video-slider {
    position: relative;
    overflow: hidden;
}
.talent-video-swiper {
    overflow: hidden;
}
.tv-slide {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 */
    border-radius: 12px;
    overflow: hidden;
    background: #111;
}
.tv-slide img.tv-thumb,
.tv-slide .tv-player,
.tv-slide .tv-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tv-slide .tv-player {
    display: none;
    z-index: 1;
}
.tv-slide .tv-player iframe {
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
}
.tv-slide button.tv-play, .tv-slide button.tv-pause {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    z-index: 2 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    transition: transform 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    font-size: 0 !important;
    color: transparent !important;
}
.tv-slide button.tv-play:hover,
.tv-slide button.tv-pause:hover {
    transform: translate(-50%, -50%) scale(1.12) !important;
    background: transparent !important;
}
.tv-slide button.tv-pause {
    display: none !important;
}
.tv-slide.is-playing button.tv-play {
    display: none !important;
}
.tv-slide.is-playing button.tv-pause {
    display: none !important;
    opacity: 0;
    transition: opacity 0.3s ease !important;
}
.tv-slide.is-playing:hover button.tv-pause {
    display: flex !important;
    opacity: 1;
}
.tv-slide.is-paused .tv-player {
    display: block !important;
}
.tv-slide.is-paused img.tv-thumb {
    display: none !important;
}
.tv-slide.is-paused button.tv-play {
    display: flex !important;
}
.tv-slide.is-paused button.tv-pause {
    display: none !important;
}
.tv-slide button.tv-play img, .tv-slide button.tv-pause img {
    width: 58px !important;
    height: 58px !important;
    display: block !important;
}
.talent-video-slider .swiper-pagination {
    position: relative !important;
    bottom: auto !important;
    margin-top: 20px;
    text-align: center;
}
.talent-video-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 5px !important;
    transition: background 0.3s ease, transform 0.3s ease;
}
.talent-video-slider .swiper-pagination-bullet-active {
    background: #333;
    transform: scale(1.25);
}

/**** Media Query css start ****/
@media(max-width: 1024px){
	.footer-links a{
		font-size: 16px;
	}
	.footer-link-divider {
		font-size: 16px;
	}
	.footer-links{
		margin-top: 0;
	}
}

@media(max-width: 767px){
	.mid-page-form .form-field, .mid-page-form .submit-col {
		width: 100%;
	  }
	.mid-page-form .main-contact-form {
		gap: 0 !important;
		justify-content: center;
	}
	.remove-br-mob br{
		display: none !important;
	}
	.tv-slide button.tv-play, .tv-slide button.tv-pause {
        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
        min-height: 52px !important;
    }
    .tv-slide button.tv-play img, .tv-slide button.tv-pause img {
        width: 52px !important;
        height: 52px !important;
    }

	/* Privacy Modal CSS */
    .privacy-wrapper{
        width: 100%;
        height: auto !important;
        padding: 50px 20px;
        top: 0;
        left: 0;
        right: 0;
    }
    .privacy-wrapper .privacy-content h2 {
        margin-bottom: 16px;
        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: justify;
    }
    .privacy-close-btn {
        top: 10px;
        right: 20px;
    }
    .privacy-close-btn > img{
        width: 20px;
    }
	.footer-modal-content {
        width: 95%;
        max-height: 90vh;
    }
	.footer-modal-body{
		max-height: 90vh;
	}
    .footer-modal-body {
        padding: 40px 20px 20px;
    }
    .footer-modal-body p {
        font-size: 14px;
		line-height: 1.4;
    }
	dl, ol, ul{
		padding-right: 16px;
	}
    .footer-modal-close {
        top: 10px;
        left: 15px;
        font-size: 24px;
    }
	.footer-divider {
        width: 100%;
        height: 1px;
    }
	.footer-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .footer-links a {
        font-size: 16px;
    }
    .footer-link-divider {
        font-size: 16px;
    }

    /**** Contact form css start ****/
    .first.last .wpcf7-list-item-label{
        font-size: 14px;
        line-height: 1.2;
    }
	.main-contact-form .form-field label span.wpcf7-form-control-wrap {
		width: 100%;
	}
	input, textarea {
		padding: 9px 16px;
		font-size: 4.4vw;
	}
	.main-contact-form label span:first-child {
		min-width: 14vw;
		font-size: 3.4vw;
		line-height: 1;
	}
	.form-field {
		margin-bottom: 16px;
	}
	.form-field.privacy-checkbox {
		margin-bottom: 20px;
	}
	.submit-col{
		margin-bottom: 0 !important;
	}
	.privacy-checkbox .wpcf7-list-item-label {
		font-size: 3vw;
		line-height: 1.3;
	}
	.privacy-checkbox input {
		width: 18px;
		margin-left: 12px;
		height: 18px;
	}
	.privacy-checkbox input[type="checkbox"]:checked::before{
		font-size: 12px;
	}
	.wpcf7-not-valid-tip {
		font-size: 3vw;
		bottom: -15px;
	}
	.privacy-checkbox.first .wpcf7-not-valid-tip {
		top: 34px;
	}
	.privacy-checkbox .wpcf7-list-item-label.next{
		margin-top: 16px;
	}
	.submit-col .global-btn {
		padding: 9px 20px;
		font-size: 5vw;
	}
	.submit-col > p{
		margin-bottom: 26px;
	}
	.wpcf7 form .wpcf7-response-output {
		font-size: 12px;
		line-height: 1.5;
		margin: 6px 0;
	}
}

/* Landing page css */
.workshop-image{
	height: 100%;
	object-fit: cover;
}
.main-header-bg{
	width: 100% !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: "IBM Plex Sans Hebrew", 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: 767px){
	/* 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;
    }
}