/*
Theme Name: Prox
Theme URI: https://www.prox.co.il
Author: Prox Team
Author URI: https://www.prox.co.il
Description: Prox empty design with Bootstrap v4.2 RTL.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Prox, rtl, bootstrap
Text Domain: Prox
*/

@font-face{
	font-family:'almoni-tzar';
	font-weight:100; /*(light)*/
	font-style: normal;
	src: url('fonts/almoni-tzar/almoni-tzar-aaa-100.eot');
	src: url('fonts/almoni-tzar/almoni-tzar-aaa-100.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni-tzar/almoni-tzar-aaa-100.ttf') format('truetype'),
		url('fonts/almoni-tzar/almoni-tzar-aaa-100.woff') format('woff');
}
@font-face{
	font-family:'almoni-tzar';
	font-weight:200; /*(light)*/
	font-style: normal;
	src: url('fonts/almoni-tzar/almoni-tzar-aaa-200.eot');
	src: url('fonts/almoni-tzar/almoni-tzar-aaa-200.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni-tzar/almoni-tzar-aaa-200.ttf') format('truetype'),
		url('fonts/almoni-tzar/almoni-tzar-aaa-200.woff') format('woff');
}
@font-face{
	font-family:'almoni-tzar';
	font-weight:300; /*(light)*/
	font-style: normal;
	src: url('fonts/almoni-tzar/almoni-tzar-aaa-300.eot');
	src: url('fonts/almoni-tzar/almoni-tzar-aaa-300.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni-tzar/almoni-tzar-aaa-300.ttf') format('truetype'),
		url('fonts/almoni-tzar/almoni-tzar-aaa-300.woff') format('woff');
}
@font-face{
	font-family:'almoni-tzar';
	font-weight:400; /*(regular)*/
	font-style: normal;
	src: url('fonts/almoni-tzar/almoni-tzar-aaa-400.eot');
	src: url('fonts/almoni-tzar/almoni-tzar-aaa-400.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni-tzar/almoni-tzar-aaa-400.ttf') format('truetype'),
		url('fonts/almoni-tzar/almoni-tzar-aaa-400.woff') format('woff');
}
@font-face{
	font-family:'almoni-tzar';
	font-weight:700; /*(bold)*/
	font-style: normal;
	src: url('fonts/almoni-tzar/almoni-tzar-aaa-700.eot');
	src: url('fonts/almoni-tzar/almoni-tzar-aaa-700.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni-tzar/almoni-tzar-aaa-700.ttf') format('truetype'),
		url('fonts/almoni-tzar/almoni-tzar-aaa-700.woff') format('woff');
}


@font-face{
	font-family:'Muna';
	font-weight:400; /*(bold)*/
	font-style: normal;
	src: url('fonts/Muna.ttc');
}

@font-face{
	font-family:'Alexandra';
	font-weight:400; /*(bold)*/
	font-style: normal;
	src: url('fonts/Alexandria-VariableFont_wght.ttf');
}

@font-face{
	font-family:'Waseem';
	font-weight:400; /*(bold)*/
	font-style: normal;
	src: url('fonts/Waseem.ttc');
}


@font-face{
	font-family:'Battekh';
	font-weight:400; /*(bold)*/
	font-style: normal;
	src: url('fonts/Battekh.otf');
}


html
{
    height: 100%;
    width: 100%;
    text-decoration: none;
    border: none;
    scroll-behavior: smooth;
}

*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Alexandra', arial, sans-serif;
    border: none;
    direction: inherit;
}
.ltr *, html[dir="ltr"] body{direction:ltr;}
.rtl *, html[dir="rtl"] body{direction:rtl;}

.wpcf7-not-valid-tip,.wpcf7 form.sent .wpcf7-response-output
{
	color:wheat!important;
}
.Muna 
{
	font-family: 'Inter', Arial, sans-serif;
}
.Waseem 
{
	font-family: 'Battekh';
}

body 
{
	background-color: #FFFCF6;
	font-family: 'Alexandra', arial, sans-serif;
}

#vision:lang(en)
{
	padding-left:70px;
	padding-right:0;
}
#vision:lang(ar) 
{
	padding-right:70px;
	padding-left:0;
}
/* English font override */
html[lang^="en"] *, body[lang^="en"] *{
	font-family: 'Inter', Arial, sans-serif;
}
/* ---------- English (LTR) text alignment and sizing ---------- */
html[lang^="en"] body{ text-align: left; }
html[lang^="en"] [style*="text-align: justify"]{ text-align: left!important; }

/* Base downsize for English */
html[lang^="en"] .maintitle{ font-size: 54px; }
html[lang^="en"] .fs65{ font-size: 44px; }
html[lang^="en"] .fs50{ font-size: 32px; }
html[lang^="en"] .fs36{ font-size: 24px; }
html[lang^="en"] .fs22{ font-size: 18px; }
html[lang^="en"] .fs18{ font-size: 16px; }
html[lang^="en"] .mainsubtitle{ font-size: 24px; padding:0 14px 6px 14px; }

@media (max-width: 991px){
	#vision:lang(en)
{
	padding-left:20px;
	padding-right:20px;
}
#vision:lang(ar) 
{
	padding-right:20px;
	padding-left:20px;
}
	html[lang^="en"] .maintitle{ font-size: 40px; }
	html[lang^="en"] .fs65{ font-size: 34px; }
	html[lang^="en"] .fs50{ font-size: 28px; }
	html[lang^="en"] .fs36{ font-size: 22px; }
	html[lang^="en"] .fs22{ font-size: 17px; }
	html[lang^="en"] .fs18{ font-size: 15px; }
	html[lang^="en"] .mainsubtitle{ font-size: 20px; }
}
@media (max-width: 575px){
	html[lang^="en"] .maintitle{ font-size: 26px; }
	html[lang^="en"] .fs65{ font-size: 22px; }
	html[lang^="en"] .fs50{ font-size: 20px; }
	html[lang^="en"] .fs36{ font-size: 18px; }
	html[lang^="en"] .fs22{ font-size: 15px; }
	html[lang^="en"] .fs18{ font-size: 14px; }
	html[lang^="en"] .mainsubtitle{ font-size: 16px; }
	/* smaller buttons on EN mobile */
	html[lang^="en"] .mlink1,
	html[lang^="en"] .mlink2,
	html[lang^="en"] .hlink{ font-size: 14px; padding: 6px 12px; }
}
/* General mobile reductions */
@media (max-width: 575px){
	.fs22{font-size: 18px;}
}
@media (max-width: 400px){
	html[lang^="en"] .maintitle{ font-size: 24px; }
	html[lang^="en"] .fs65{ font-size: 20px; }
	html[lang^="en"] .fs50{ font-size: 18px; }
	html[lang^="en"] .fs36{ font-size: 17px; }
	html[lang^="en"] .fs22{ font-size: 14px; }
	html[lang^="en"] .fs18{ font-size: 13px; }
}


.dropdown-menu
{
    text-align: right;
}


.bgimg
{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}
#HeaderNav ul
{
  display: flex;
  align-items: center;
  gap:19px;
  margin-bottom: 0;
}
#HeaderNav
{
  position: relative;
}
#HeaderNav ul li
{
  list-style-type: none;
 
}
#HeaderNav ul li a
{
  color:#252525;
  font-size: 18px;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 400;
}

a
{
	color: inherit;
}
a:hover
{
  text-decoration: none;
}
.mainform input
{
  display: block;
  direction: rtl!important;
  width: 100%;
  padding: 8px 10px;
  background-color: transparent;
  bordeR:2px solid white;
  color:white;
}
.mainform input::placeholder
{
  color:white;
}


.footerform label 
{
	color:#fff;
	font-size: 14px;
}

.footerform input:not([type="checkbox"])
{
	display: block;
	background-color: transparent;
	border:1px solid white;
	border-radius: 8px;
	padding:8px 10px;
	width: 100%;
	color:white;
	margin-bottom: 10px;
}
.footerform input[type="submit"]
{
	background-color: #F2705B;
	border:2px solid #F2705B;
	color:#fff;
	margin-top: 10px;
	font-weight: 900;
	width: max-content;
	padding:8px 20px;
	border-radius: 8px;
	font-size: 22px;
	transition: all 0.3s ease;
}
.footerform .wpcf7-spinner 
{
	display: none!important;
}
/******************************************FRONT*********************************/
.Ellipse
{
	position: absolute;
	left: 0;
	z-index: 10;
	top:40%;
}
.Rect
{
	position: absolute;
	right: 0;
	z-index: 10;
	bottom:10%;
}
.sc1 
{
	color:#0E867E;
}
.fs18 
{
	font-size: 18px;
}
.fs65 
{
	font-size: 65px;
}
.imgc 
{
	max-width: 100%;
	max-height: 100%;
}
/* Flip the future image only on English pages */
html[lang^="en"] .future-image{transform: scaleX(-1);}
.fs22 
{
	font-size: 22px;
}
.fs50 
{
	font-size: 50px;
}
.fs36 
{
	font-size: 36px;
}
.fs30 
{
	font-size: 30px;
}
/* Smaller fs30 on mobile */
@media (max-width: 767px){
	.fs30{font-size: 24px;}
}
@media (max-width: 575px){
	.fs30{font-size: 20px;}
}
.hero-gallery.slick-slider 
{
	margin-bottom: 0!important;
}
.icontitle 
{
	background-color: #F2EEE5;
	border-radius: 40px;
	display: flex;
	align-items: center;
	gap:15px;
	padding:8px 35px;
	width: max-content;
	max-width: 100%;
}


.hero-gallery .slick-dots 
{
	bottom:10px;
}
.hero-gallery .slick-dots li.slick-active button:before
{
	content: '';
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
}
.hero-gallery .slick-dots li button:before
{
	content: '';
	width: 15px;
	height: 15px;
	background-color: transparent;
	border:2px solid #fff;
	border-radius: 50%;
	opacity: 0.8;
}
.mlink1 
{
	background-color: #F2705B;
	border:2px solid #F2705B;
	color:#fff;
  font-family: 'Inter', Arial, sans-serif;
	font-weight: 900;
	width: max-content;
	padding:8px 20px;
	border-radius: 8px;
	font-size: 22px;
	transition: all 0.3s ease;
}
.mlink1:hover
{
	color: #fff;
}
.sr-row 
{
	gap:0;
}
.mlink2 
{
	border:2px solid #fff;
	color:#fff;
  font-family: 'Inter', Arial, sans-serif;
	font-weight: 900;
	width: max-content;
	padding:8px 30px;
	border-radius: 8px;
	font-size: 22px;
	transition: all 0.3s ease;
}
.mlink2:hover
{
	background-color: #fff;
	color:#0E867E;
}
.mainsubtitle 
{
	width: max-content;
    max-width: 100%;
    background-color: #0E867E;
    color: #fff;
    padding: 0px 20px 1px 20px;
    font-size: 20px;
    line-height: 2;
}
.fs18  
{
	font-size: 18px;
}
.maintitle 
{
	font-size: 76px;
	line-height: 1;
	font-weight: 900;
}
.blackoverlay 
{
	background-color: rgba(0, 0, 0, 0.6);
}
.container.c12 
{
	max-width: 1200px;
}
.container.c15 
{
	max-width: 1500px;
}
.container.c18 
{
	max-width: 1800px;
}
.container.c17 
{
	max-width: 1700px;
}
.hlink 
{
	width: max-content;
  font-family: 'Inter', Arial, sans-serif;
	max-width: 100%;
	border:2px solid #F2705B;
	border-radius:8px;
	padding:8px 20px;
	font-weight: 900;
	font-size: 22px;
	color:#F2705B;
	transition: all 0.3s ease;
}
.hlink:hover
{
	background-color:#F2705B;
	color:#fff;
}
#FooterNav ul
{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap:5px;
	margin-bottom: 0;
}
#FooterNav ul li
{
	list-style-type: none;
}
#FooterNav ul li a
{
	color:#fff;
	font-size: 18px;
  font-family: 'Inter', Arial, sans-serif;
	font-weight: 400;
}

.newsletterform input:not([type="checkbox"])
{
	background-color: transparent;
	border:1px solid white;
	border-radius: 8px;
	direction: rtl!important;
	padding:8px 10px;
	width: 100%;
	margin-bottom: 0px;
}
.newsletterform:lang(en) input:not([type="checkbox"])
{
	direction: ltr!important;
}
.newsletterform input ,.newsletterform label
{
	color:#fff;
}
.newsletterform input::placeholder
{
	color:white;
}
.newsletterform input[type="submit"]
{
	background-color: #fff;
	border:2px solid #fff;
	color:#212529;
	margin-top: 0px;
	font-weight: 400;
	width: max-content;
	padding:8px 20px;
	border-radius: 8px;
	font-size: 18px;
	transition: all 0.3s ease;
}
.newsletterform .wpcf7-spinner 
{
	display: none!important;
}

/* -------- Reveal on scroll -------- */
[data-reveal]
{
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .6s ease, transform .6s ease;
	transition-delay: var(--reveal-delay, 0s);
}
[data-reveal].in-view
{
	opacity: 1;
	transform: translateY(0);
}

/* Subtle floating for decorative shapes */
.Ellipse,.Rect
{
	animation: floatY 6s ease-in-out infinite alternate;
}
@keyframes floatY{
	0%{ transform: translateY(0); }
	100%{ transform: translateY(-8px); }
}
/* ---------------- Single post ---------------- */
.single-hero
{
	height: 50vh;
	min-height: 360px;
	position: relative;
	margin: 30px auto;
}
.single-title
{
	font-size: 64px;
	line-height: 1.1;
	font-weight: 900;
}
.fs17{font-size: 17px;}
.fs13{font-size: 13px;}
.post-meta span{opacity:0.9}
.post-gallery .slick-slide{padding: 0 5px;}
.post-gallery .post-gallery-item img{border-radius: 16px; width: 100%; height: 240px; max-height: 240px; object-fit: cover;}
.post-content p{margin-bottom: 1.2rem;}
.container
{
	padding-left: 70px;
	padding-right: 70px;
}
@media (max-width: 991px){
	.container{padding-left: 20px;padding-right: 20px;}
	.sr-row{gap:20px;}
	.mfs14{font-size: 14px!important;}
	.single-title{font-size: 40px;}
	.single-hero{height: 42vh;min-height: 300px;}
	.post-gallery .post-gallery-item img{height: 200px; max-height: 200px;}
}
@media (max-width: 575px){

	.single-title{font-size: 30px;}
	.single-hero{height: 38vh;min-height: 240px;margin: 20px auto;}
	.post-gallery .post-gallery-item img{height: 180px; max-height: 180px;}
}
/* Footer gradient container padding */
.footer-gradient{padding:40px 40px;}
@media (max-width: 991px){
	.footer-gradient{padding:30px 24px;}
}
@media (max-width: 575px){
	.footer-gradient{padding:20px 15px;}
}
/* ---------- Responsive typography and components ---------- */
@media (max-width: 991px){
	.newsletterform input:not([type="checkbox"]),
	.newsletterform input[type="submit"],.newsletterform .wpcf7-list-item-label
	{
		font-size: 14px;
	}
	.newsletterform .wpcf7-list-item
	{
		margin-right: 0!important;
	}
	.flogo 
	{
		max-width: 100px;
	}
	.footerform input:not([type="checkbox"])
	{
		margin-bottom: 0!important;
	}
	.footerform input[type="submit"]
	{
		width: 100%!important;
	}
	.fs65  
	{
		font-weight: 700;
		font-size: 50px!important;
	}
	.future-image{max-width:80%!important;}
	.strategies-row{gap:90px;}
	.maintitle{font-size: 40px;}
	.fs65{font-size: 42px;}
	.fs50{font-size: 36px;}
	.fs36{font-size: 28px;}
	.fs22{font-size: 20px;}
	.fs18{font-size: 16px;}

	.icontitle{padding:8px 20px;}
	.mainsubtitle{font-size: 19px;padding:0 14px 6px 14px;}
	.mlink1,.mlink2,.hlink{font-size: 20px;padding:8px 20px;}
}
@media (max-width: 575px){
	.maintitle{font-size: 36px;}
	.fs65{font-size: 32px;}
	.fs50{font-size: 36px;}
	.fs36{font-size: 24px;}
	.fs22{font-size: 18px;}
	.fs18{font-size: 16px;}
	.icontitle{padding:6px 16px;}
	.mainsubtitle{font-size:19px;padding:0 12px 6px 12px;}
	.mlink1,.mlink2,.hlink{font-size: 20px;padding:8px 20px;}
}
@media (max-width: 480px){
	.maintitle{font-size: 36px;}
	.fs65{font-size: 28px;}
	.fs50{font-size: 36px;}
	.fs36{font-size: 22px;}
	.fs22{font-size: 16px;}
	.fs18{font-size: 14px;}
	.icontitle{padding:6px 14px;}
	.mainsubtitle{font-size: 19px;padding:0 10px 5px 10px;}
	.mlink1,.mlink2,.hlink{font-size: 20px;padding:8px 20px;}
}

/* ---------- Section height adjustments (mobile) ---------- */
@media (max-width: 767px){
	.footer-hero{height: 320px!important;}
	.about-image{height: 380px!important;}
	.story-image{height: 360px!important;}
}
@media (max-width: 575px){
	.footer-hero{height: 280px!important;}
	.about-image{height: 300px!important;}
	.story-image{height: 300px!important;}
}

/* ---------- Column spacing on mobile ---------- */
@media (max-width: 767px){
	.row > [class^="col-"], .row > [class*=" col-"]{margin-bottom:16px;}
}


.hidden-xs-up{display:none!important}@media (max-width:575px){
  #MobNavBtn
	{
		position: absolute;
		width: 45px;
		height: 45px;
		background-color: #212529;
		top:0;
		left: -45px;
	}
	nav.active #MobNavBtn
	{
		left: 0;
		z-index: 1000;
	}
	#MobNavBtn span {
		display: block;
		height:4px;
		width: 70%;
		background: #fff;
		position: absolute;
		top:50%;
		left:50%;
		margin:0 auto;
		-webkit-transition:all .5s ease;
				transition: all .5s ease;
		opacity: 1;
	}
	#MobNavBtn span:nth-child(1) {
		-webkit-transform: translate(-50%,-280%);
				transform: translate(-50%,-280%);
	}
	#MobNavBtn span:nth-child(2) {
		-webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
	#MobNavBtn span:nth-child(3) {
		-webkit-transform: translate(-50%,180%);
				transform: translate(-50%,180%);
	}
	nav.active #MobNavBtn span:nth-child(2) {
		opacity: 0;
		visibility: hidden;
	}
	nav.active #MobNavBtn span:nth-child(1) {
		-webkit-transform: translate(-50%,-50%) rotate(-45deg);
				transform: translate(-50%,-50%) rotate(-45deg);
	}
	nav.active #MobNavBtn span:nth-child(3) {
		-webkit-transform: translate(-50%,-50%) rotate(45deg);
				transform: translate(-50%,-50%) rotate(45deg);
	}
		nav#HeaderNav
		{
			position: fixed;
			right: -100%;
			height: 100vh;
			width: 100%;
			margin:0!important;
			top:0;
			transition: all 0.3s ease;
			z-index: 1000;
			background-color: #0e867e;
		}
		nav#HeaderNav.active
		{
			right: 0;
		}
		nav#HeaderNav ul
		{
			display: block;
		}

		nav#HeaderNav ul li
		{
			width: 100%;
			padding: 0;
			border-bottom:1px solid #fff;
		}
		nav#HeaderNav ul li a
		{
			color:#fff;
			display: block;
			padding: 8px 10px;
			width: 100%;
		}
		
		.mfcc{justify-content: center!important;}
		.hauto{height: auto!important;}
		.mpy{padding: 40px 0;}
		.mmargin{margin: 0 auto!important;}
		.mmb20{margin-bottom: 20px!important;}
		.mw50{width: 50%!important;}
		.mhfs20{font-size: 20px!important;}
		.mhfs30{font-size: 22px!important;}
		.mhfs36{font-size: 24px!important;}
		.mw90{width: 90%!important;}
		.mcenter{text-align: center!important;}
		.mw100{width: 100%!important;}
		.nomobile{display: none!important;}
		.mbh200{height: 200px!important;}
		.mblock{display: block!important;}
		.mbh300{height: 300px!important;}
		.mpdt10{padding-top: 10px!important;}
		.mpb10{padding-bottom: 10px!important;}
		.mjcfs{justify-content: space-between!important;}
		.nosite{display: block;}
		.Ellipse
		{
			max-width: 100px;
			top:50%;
		}
		.Rect 
		{
			max-width: 70px;
			bottom: -25px!important;
		}

  .hidden-xs-down{display:none!important}}@media (min-width:576px){.hidden-sm-up{display:none!important}}@media (max-width:767px){.hidden-sm-down{display:none!important}}@media (min-width:768px){.hidden-md-up{display:none!important}}@media (max-width:991px){.hidden-md-down{display:none!important}}@media (min-width:992px){.hidden-lg-up{display:none!important}}@media (max-width:1199px){.hidden-lg-down{display:none!important}}@media (min-width:1200px){.hidden-xl-up{display:none!important}}.hidden-xl-down{display:none!important}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
