/*
Theme Name: Najd
Theme URI: #
Description: Powered by Mohamed
Version: 1
Author: Mohamed
Author URI: #
Text Domain: Mohamed
*/

body{
    padding: 0 !important;
    overflow-x: hidden;
}

a{
    text-decoration:none;
    transition: 0.3s;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 29px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}
.bypostauthor {
    background-color: #f7f7f7; /* Light gray background */
    border: 1px solid #ccc;
    padding: 10px;
}

.wpb-js-composer .vc_section {
    margin-left: 0;
    margin-right: 0;
}
.vc_row.container{
    margin: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.parsley-errors-list{
    font-size: 13px;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #f00;
}
.form-control{
    padding: 5px 10px;
    min-height: 35px;
    border: none;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
    font-weight: normal;
    /* font-family: "Roboto", Sans-serif; */
    background-color: transparent;
    margin-bottom: 5px;
    font-size: 12px;
    border-bottom: 1px solid #ffffff;
}
.form-group{
    margin-bottom: 40px;
}

.btn-block button{
	background-color: #ED212F;
    border: none;
    border-radius: 23px;
    line-height: 21px;
    padding: 7px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.btn-block button:hover{
	background-color: #000;
}
.btn-block{
	text-align:left;
}
.form-select{
    padding: 5px 30px;
    min-height: 50px;
    border: 2px solid #ebebeb;
    font-size: 14px;
    color: #222;
    border-radius: 12px;
    font-weight: normal;
}
textarea.form-control{
    min-height: 80px;
    resize: none;
    padding: 10px 10px;
}
.form-group label{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.form-group label span{
    color: #FF4747;
}
.form-control:focus{
    border-color: #ebebeb;
	background-color:transparent;
    box-shadow: none;
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #707070;
    font-weight: normal;
}
.form-control::-moz-placeholder {
    color: #707070;
    font-weight: normal;
}
.form-control:-ms-input-placeholder {
    color: #707070;
    font-weight: normal;
}
.form-control:-moz-placeholder {
    color: #707070;
    font-weight: normal;
}
.last-div{
    padding-top: 30px;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-control:focus::-webkit-input-placeholder {
    color: #fff; }
.form-control:focus::-moz-placeholder {
    color: #fff; }
.form-control:focus:-ms-input-placeholder {
    color: #fff; }
.form-control:focus:-moz-placeholder {
    color: #fff; }

.loader{

    margin-right: 5px;
    font-size: 15px;
    position: relative;
    display: none;
}

ul.main-menu{
    margin-top: 0 !important;
    padding: 0;
}
ul.main-menu li{
    display: inline-block;
}
ul.main-menu li a{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    color: #fff;
    padding: 13px 20px;
    display: block;
}
ul.main-menu li a:hover{
    color: #16A26D;
}

.offcanvas.offcanvas-end{
	    background-color: #EFECF4;
    padding: 35px 15px;
    color: #000;
}
.header-menu{
	    margin-top: 0 !important;
    padding: 0;
    list-style: none;
}

.navbar-toggler{
	font-size:25px;
}
.phoneBlock{
    position: relative;
    padding-right: 105px;
}
.form-control.inputFlag{
display: inline-block;
    width: 100px;
    padding: 5px 12px;
    color: #64748B;
    font-size: 16px;
    position: absolute;
    right: 0;
    padding-left: 49px;
    line-height: 35px;
    z-index: 5;
    top: 0;
}
.inputFlag img{
	    position: absolute;
    left: 10px;
    top: 12px;
    width: 30px;
}

.navbar-nav.header-menu li{
	display:inline-block;
}
.navbar-nav.header-menu{
	text-align:left;
    display: block;
}
.navbar-nav.header-menu li a{
font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    color: #fff;
    padding: 10px 4px;
    display: block;
    position: relative;
    margin: 0 5px;
}
.navbar-nav.header-menu li a:before{
	content:"";
	width:0;
	height:3px;bottom:0;right:0;
	position:absolute;
	background-color:#ED212F;
	transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  border-radius:4px;
	
}
.navbar-nav.header-menu li a:hover:before,
.navbar-nav.header-menu li.current-menu-item a:before{
	width:100%;
}
button{
	background-color:#ED212F;
	transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}
.owl-service h2{
	font-size: 15px;
    color: #fff;
	opacity:0.2;
	transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  padding-right:25px;
  position:relative;

}
.owl-service h2 svg{
	position:absolute;
	left:0;
}
.owl-service img{
	border-radius:35px;
	margin-bottom:15px;
	opacity:0.2;
	background-color:#ED212F;
	transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  height:170px
	
}
.owl-service .img{
background-color: #000;
    border-radius: 35px;
}
.owl-service .item:hover img,
.owl-service .item:hover h2{
	opacity:1;
}
.subtitle_h3{
	direction:ltr;
	text-align:right;
}
.text-home{
	direction:ltr;
}
.text-home ul{
    padding: 0;
    list-style: none;
}
.text-home ul li{
	position:relative;
	padding-left:20px
}
.text-home ul li:before{
	content:"";
	position:absolute;
	width:8px;
	height:8px;
	border-radius:50%;
	left:0;
	top:10px;
	background-color:#ED212F
}
.services-list{
    list-style: none;
    padding: 0;
    color: #fff;
}
.services-list li{
    position: relative;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.services-list li img {
    position: relative;
    height: 100px !important;
    width: auto !important;
    display: inline-block !important;
}
.services-list li h4{
    font-size: 24px;
}
.services-list li p{
    font-size: 14px;
}
.owl-services .head-box h2{
    color: #fff;
    font-size: 35px;
    line-height: 50px;
    margin: -5px 0px 20px 0px;
}
.owl-services .head-box{
    margin-bottom: 30px;
    position: relative;
}
.owl-services .head-box span{
    color: #ED212F;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    direction: ltr;
    text-align: right;
    display: block;
}
.owl-services .head-box p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.owl-nav button{
    margin-right: 5px
}
.owl-nav button {
    height: 52px;
    width: 52px;
    background: #13131305 !important;
    text-align: center;
    line-height: 52px !important;
    color: #131313 !important;
    border: 1px solid #131313 !important;
    border-radius: 50px !important;
    margin-right: 10px;
}

.owl-nav button:hover {
    background: #1313131A !important;
    border-color: #131313;
    color: #131313;
}
.owl-nav button svg{
    width: 30px;
}
.number{
    position: absolute;
    font-size: 120px;
    color: #707070;
    z-index: 0;
    opacity: 0.3;
    line-height: 100px;
    font-style: normal;
    left:160px;
    top: -30px;
    font-weight: bolder;
}
.btn-ser{
    background-color: #ED212F;
    border-radius: 41px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 5px 20px;
    background-color:#ED212F;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}
.btn-ser:hover{
    background-color: #fff;
    color: #ED212F
}
.services_grid{
    margin-bottom: 40px;
}
.services_grid .img{
    border-radius: 35px;
    margin-bottom: 20px;
    height: 230px;
    object-fit: cover;
}
.services_grid .img img{
    border-radius: 35px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services_grid h2{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}
.services_grid p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.controls button {
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer;
  position:absolute;
	bottom:0;
	left:0;
}
.video-container video {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  width: 100%;
  height: 100%;
}
.image {
    height: 404px;
    object-fit: cover;
    position: relative;
    display: block;
	border-radius: 20px !important;
}
.image img{
width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 20px !important;
}
.imgae-hover{
	position: relative;
	overflow: hidden;
}
.imgae-hover::before {
position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(
		left,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 100%
	);
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 100%
	);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.imgae-hover:hover::before,
.box-content:hover .imgae-hover::before{
-webkit-animation: shine 0.75s;
	animation: shine 0.75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.box-content{
	padding:0;
	position:relative;
	border-radius:20px;
  transition: 0.5s ease-out;
}
.box-txt{
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 24px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
border-radius:20px;
	height: 100%;
}
.box-content h2{
font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.box-content h2 a{
color: #fff;	
	transition: color 0.4s ease;
}
/*.box-content:hover a{
	color:#5E56DE
}*/
.box-content  p{
    font-size: 14px;
    color: #A69B9E;
    font-weight: 500;
	transition: color 0.4s ease;
}

.box-txt ul{
padding: 0;
    list-style: none;
    color: #A69B9E;
    margin: 0 0 8px;
	transition: color 0.4s ease;
}
.box-txt ul li{
display: inline-block;
    position: relative;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.box-content:hover{
	background-size: 100% 100%, 100% 100%;
}
.box-content:hover  p,
.box-content:hover .box-txt ul{
	color:#fff;
}
#owl_slider .owl-nav {
    position: absolute;
    top: -110px;
    left: 0;
    right: auto;
    display: block;

}
#owl_slider .owl-stage{
	padding-left:0 !important
}
.home .header_top{
    position: absolute;
}
.home  .elementor-119 .elementor-element.elementor-element-e1c12fd .eael-simple-menu li > a {
    color: #fff;
}
.home .elementor-119 .elementor-element.elementor-element-e1c12fd .eael-simple-menu li.current-menu-item > a.eael-item-active,
.home .elementor-119 .elementor-element.elementor-element-e1c12fd .eael-simple-menu li:hover > a {
    color: #6d2968;
    background-color: #fff;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.rotate-infinite {
  animation: spin 20s linear infinite; /* دوران بطيء */
}
 .box-container {
    position: relative;
    width: 31.333%;
    height: 470px;
    background-color: #322E2F;
    overflow: hidden;
    transition: width 0.4s ease;
    border-radius: 12px;
    background-position: top right;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 10px;
    color:#fff;

  }

  .box-container:hover {
    
	  background-color:#DEF763
  }

  .main-content {
    padding: 48px 32px 24px;
	  
  }
  .main-content h2{
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 82px;
	  transition: color 0.4s ease;
}
.pro_icon{
	margin-bottom:82px;
	display:block;
	 transition: opacity 0.4s ease;
}
.number_span{
	    font-size: 64px;
    font-weight: 700;
    line-height: 72px;
    /*background: linear-gradient(90deg, #fff, #717171);
    webkit-background-clip: text;
    -webkit-text-fill-color: #322e2f;
    -webkit-text-stroke-width: 1px;*/
	 transition: opacity 0.4s ease;
	-webkit-text-stroke-width: 1px;
	 -webkit-text-fill-color: #322e2f;
    -webkit-text-stroke-color: #ffffff52;
    font-family: "IBM Plex Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px
}
.box-container:hover .number_span,
.box-container:hover .pro_icon{
	opacity:0;
}
/*.box-container:hover h2{
	color: #322E2F;
}*/
.extra-content p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.pro_logo{
	margin-bottom:16px;
}
.pro_category{
	position:relative;
	padding-left:110px;
	margin-bottom:32px;
}
/*.pro_category:before{
	content:"";
	width:90px;
	height:1px;
	position:absolute;
	top:12px;
	left:0;
	background-color:#000;
}*/
.pro_category i{
    width:90px;
	height:1px;
	position:absolute;
	top:12px;
	left:0;
	background-color:#000;
}
#product_slider .owl-item img {
 height: auto !important;
    width: auto !important;
}
#product_slider .owl-item {
  transition: all 0.3s ease;
  flex: 1;
}

#product_slider.hover-effect .box-container.shrink {
  width:23% !important
}

#product_slider.hover-effect .box-container.expand {
  width: 48% !important
}
.extra-content {
       position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    /* height: 100%; */
    padding: 32px;
    transition: left 0.4s ease;
  }

  .box-container:hover .extra-content {
    left: 0;
  }
.subscribe_form .form-group{
width: 100%;
    background-color: rgba(32, 53, 75, 1);
    border-radius: 64px;
    padding: 4px 70px 4px 62px;
    height: 56px;
    margin: 0;
    position: relative;
}
.subscribe_form{
	position:relative;
}
#tryForm button {
    background-color: transparent;
    color: #fff;
    padding: 0;
    border: 0;
    border-radius: 0;
    min-width: auto;
    line-height: 11px;
    margin: 0;
    font-size: 18px; 
    font-weight: 700;
    display: block;
    width: 56px;
    height: 56px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    right: 4px;
    top: 0;
	 transition: background-color 0.4s ease;
  background-size: 220% 100%;
  background-position: 100% 50%;
	 transition: 0.5s ease-out;
}
#tryForm button:hover{
	background-color:rgba(222, 206, 159, 1);
	 background-position: 0% 50%;
}
#tryForm button:hover svg path{
}
#tryForm button[disabled] svg{
	display:none
}
#tryForm button .loader{
    margin-left: 0;
    font-size: 15px;
    margin-right: 0;
    position: relative;	
	color:#292D32
}
.subscribe_form .form-control {
    padding: 0;
    min-height: 56px;
    border: none;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
    font-weight: normal;
    background-color: transparent;
    margin-bottom: 0;
    border-bottom: 0;
    font-size: 16px !important;
}
.subscribe_form input::placeholder {
  color: #FFFFFF99;
}
.mail_icon{
    position: absolute;
    left: 24px;
    top: 18px;
}
.ai_link{
	position:relative;
	overflow:hidden;
}
.ai_link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 0;
	transition: height 0.5s ease-out;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 40"><path d="M42 0H5V5.92593H31.5L0 35.5556L4.5 40L36 10.3704V35.5556H42V0Z" fill="%23DEF763"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.ai_link:hover::after {
  height: 40px;
}
.abs_div .elementor-widget-container{
	background: linear-gradient(180deg, rgba(35, 31, 32, 0.00) 0%, rgba(35, 31, 32, 0.80) 27.21%, #231F20 45.5%, #231F20 100%);
} 
#ContactForm .form-group{
	margin-bottom:15px;
}
#ContactForm  .form-control {
    min-height: 50px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 8px;
	color:#20354B !important
}
#ContactForm .form-group label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
	color:#20354B !important
}
#ContactForm .btn-block button{
	    border: none;
    border-radius: 23px;
    line-height: 21px;
    padding: 7px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 64px;
    background: #152332;
    padding: 16px 24px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
}
.btn-close{
	background-color:transparent !important
}
#ContactForm .btn-block button:hover{
	color: #fff;
	background:#231F20;
}
#ContactForm  .modal-header{
	border: 0;
    padding: 30px;
    padding-bottom: 30px;
    color: #131313;
    background-color: #DECE9F;
    border-radius: 0.5rem 0.5rem 0 0;
    margin-bottom: 30px;
}
#ContactForm{
	padding: 0 30px 30px;
}
.navWrapper {
  width: 100%;
  margin: auto;
  position: absolute;
right:0;
top:0;
  transition: 0.5s;
	    
    opacity: 0;
}
.navWrapper .container{
	position:relative
}
.right_svg,
.left_svg{
	position:absolute;
	right:0;
	z-index:-1;
}
.left_svg{
	right:auto;
	left:0
}
.right_svg svg,
.left_svg svg{
	max-height:100%;
	max-width:100%;
	position:relative
}
.navWrapper.navFull {
height: 100vh;
    width: 100%;
    background-color: #292526;
    border-radius: 0;
    opacity: 1;
    align-items: center;
    display: flex;
    min-height: 600px;
    padding-top: 100px;
}
.navWrapper.navFull .navToggle,
.navToggle.open{
  background-color: transparent;
  transition: 0.5s;
}
.navWrapper.navFull .navBar:nth-child(1) ,
.navToggle.open .navBar:nth-child(1) {
  transform: rotate(45deg);
  transition: 0.5s;
  width: 30px;
  top: 10px;
}
.navWrapper.navFull .navBar:nth-child(2),
.navToggle.open .navBar:nth-child(2) {
  opacity: 0;
  margin-left: -100px;
  transition: 0.5s;
}
.navWrapper.navFull .navBar:nth-child(3),
.navToggle.open .navBar:nth-child(3){
  transform: rotate(-45deg);
  width: 30px;
  bottom: 6px;
  transition: 0.5s;
}

.navBar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  display: block;
  position: relative;
  opacity: 1;
  margin-bottom: 0.3em;
  z-index: 1;
  transition: 0.5s;
}
.navBar:nth-child(2) {
  width: 20px;
}
.navBar:last-child {
  margin-bottom: 0;
}

.navMenu {
  opacity: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 0;
  margin: 0;
list-style:none;
flex-direction: column;
}
.navMenu.navShow {
  flex-direction: column;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.5s;

}
.navMenu.navShow .navItem,
.navMenu .navItem {
margin-bottom: 32px;
    text-transform: uppercase;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    position: relative;
    transition-delay: 0.5s;
}
.navMenu.navShow .navItem::after,
.navMenu .navItem::after{
    content: "";
    position: absolute;
    right: 0;
    width: 48px;
    height: 48px;
    background-image: url(assets/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(0);       
  transition: transform 0.8s ease;
}
.navMenu.navShow .navItem  a,
.navMenu .navItem  a{
	color:#F4F4F4;
}
.navMenu.navShow .navItem:hover:after,
.navMenu .navItem:hover:after{
    transform: scale(1); 
}
.ai_link  .elementor-icon-box-title a,
.navMenu.navShow .navItem  a,
.navMenu .navItem  a{
    color: transparent !important;
-webkit-background-clip: text !important;
background-clip: text !important;
background-repeat: no-repeat;
transition: 0.5s ease-out;
 background-image: linear-gradient(to right, #DEF763 45%, #fff 55%);
background-size: 220% 100%;
background-position: 100% 50%;
}
.ai_link:hover  .elementor-icon-box-title a,
.navMenu.navShow .navItem:hover a,
.navMenu .navItem:hover a{
    background-position: 0% 50%;
}

.navToggle {
  cursor: pointer;
  z-index: 2;
  /*position: absolute;*/
  width: 58px;
  height: 58px;
  /*padding: 1em;*/
  background-color: transparent;
  transition: 0.5s;
}
.blur-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(8px); /* تأثير التمويه */
  background-color: rgba(255, 255, 255, 0.2); /* طبقة خفيفة بيضاء */
  z-index: 1;
}
.contact_info{
	border-radius: 24px;
	background-image:url(assets/images/Rectangle.jpg);
	background-origin:center center;
	background-repeat:no-repeat;
	padding:40px 50px;
}
.contact_info ul.contact_list{
	padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
	padding-bottom:32px;
	margin-bottom:32px;
	border-bottom:1px solid rgba(255, 255, 255, 0.24);
}
.contact_info ul.contact_list li{
	    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
	color:#fff;
	margin-bottom:8px
}
.contact_info ul.contact_list li p{
	display:inline-block;
	margin:0;
}
.contact_info ul.contact_list li svg{
	margin-right:10px;
}

.contact_ans h3{
	font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px;
color:#fff
}
.contact_ans p{
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	color:#fff
	}
.social_icons{
	    display: block;
    list-style: none;
    padding: 0;
    margin:40px 0 0;
}
.social_icons li{
    display: inline-block;
}
.social_icons a{
	    display: block;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background-color: rgba(255, 255 ,255,  0.1);
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    margin-right: 16px;
    transition: all 0.3s ;
}
.social_icons a:hover{
    background-color: #7E77E4;
}
body.menu-active #menu-btn span {
    background-color: transparent;
  }
  body.menu-active #menu-btn span:before {
    transform: translateY(0) rotate(45deg) translateZ(0);
  }
  body.menu-active #menu-btn span:after {
    transform: translateY(0) rotate(-45deg) translateZ(0);
  }
  body.menu-active #menu-wrapper {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.4s, opacity 0.4s;
    padding-top: 100px;
    min-height: 610px;
  }
  body.menu-active .logo_site a{
    position: fixed;
    transition: all 0.3s;
  }
  #menu-btn {
    
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: block;
    z-index: 100;
    transition: all 0.3s ;
    position: relative;
  }
  body.menu-active  #menu-btn{
    right: 50px;
    top: 50px;
    position: fixed;
  }
  #menu-btn span {
    position: absolute;
    top: 50%;
    display: block;
    width: 23px;
    height: 3px;
    background: #fff;
    font-size: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: all 0.3s ease-out;
    left: 50%;
    margin-left: -12px;
  }
  #menu-btn span:after,
  #menu-btn span:before {
    transition: all 0.3s ease-out;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
  }
  #menu-btn span:before {
    transform: translateY(-298%) translateZ(0);
  }
  #menu-btn span:after {
    transform: translateY(298%) translateZ(0);
  }
  #menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #292526;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    justify-content: center;
    display: flex
;
    align-items: center;
  }
  #menu-wrapper nav {
    text-align: center;
    position: relative;
    height: 100%;
    display: table;
    width: 100%;
  }
  #menu-wrapper nav ul {
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
  #menu-wrapper nav ul li {
    list-style: none;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0px;
    padding: 0px;
  }
  #menu-wrapper nav ul li a {
    font-size: 20px;
    font-weight: 400;
    display: block;
    color: #fff;
    transition: color 0.2s;
    outline: none;
    text-decoration: none;
    background: transparent;
    padding: 15px;
  }
  #menu-wrapper nav ul li a:hover {
    color: #00ffff;
  }
  .data_row.active .elementor-widget-container{
    background-color: #5E56DE !important;
  }
  .elementor-icon-list-item a.active span{
    color: #fff !important;
  }
  #email_error {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100%;
}
.lang-btn svg path{
    fill: #DEF763;
}
.pro-content{
	padding:0;
	position:relative;
    padding: 20px;
background-color: #fff;
	transition: all 0.3s ease-in-out;
    transform: scale(1);
}
.pro-content .image {
    height: 324px;
    object-fit: cover;
    position: relative;
    display: block;
	border-radius: 0 !important;
    margin-bottom: 24px;
}
.pro-content .image img{
width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 0 !important;
}
.pro-txt{
	position: relative;
}
.pro-content h2{
    font-size: 32px;
    font-weight: 600;
    color: rgba(21, 35, 50, 1);
    margin-bottom: 20px;
    
}
.pro-content h2 a{
color: #fff;	
	transition: color 0.4s ease;
}
/*.box-content:hover a{
	color:#5E56DE
}*/
.pro-content  p{
    font-size: 14px;
    color: #A69B9E;
    font-weight: 500;
	transition: color 0.4s ease;
}

.pro-txt ul.ul_meta{
    padding: 0;
    list-style: none;
    color: #515151;
    margin: 0 0 8px;
    transition: color 0.4s ease;
    display: grid
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 5px;
}
.pro-txt ul.ul_meta li{
    display: inline-block;
    position: relative;
    padding-right: 0;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    background-color: #fff;
    padding: 5px 8px;
    margin-left: 0;
    color: #152332;
    /* border-radius: 20px; */
    margin-bottom: 10px;
    border: 1px solid #15233233;
}
.pro-txt ul li:last-child{
    margin-left: 0;
}
.pro-txt ul.ul_meta li svg{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 2px;
}
.pro-txt ul.ul_meta li svg {
    fill: #152332;
}
.pro-content:hover{
	background-size: 100% 100%, 100% 100%;
}
#pro_slider .owl-nav {
    position: absolute;
    top: -110px;
    left: 0;
    right: auto;
    display: block;

}
.pro-txt a{
background-color: #152332;
    border-radius: 0;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 14px;
    padding-left: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    transition: 0.4s ease;
	opacity:0
}
.pro-content:hover  .pro-txt a{
    opacity:1
}
.pro-txt a svg,
.btn_web .elementor-button-icon,
.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon{
    width: 0 !important;
}
.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon{
    transform: rotate(180deg);
}
.pro-txt a:hover svg,
.btn_web:hover .elementor-button-icon,
.bdt-prime-slider-skin-general .bdt-slide-btn:hover .bdt-slide-btn-icon{
    width: 22px !important;
    transition: width 0.4s ease;
}
.btn_web:hover .elementor-button-icon{
    width: 16px;
}
.pro_status{
    top: 20px;
    left: 20px;
    position: absolute;
    border-width: 1px;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
font-weight: 700;
text-align: center;
font-size: 14px;
line-height: 20px;


}
.image_ul{
    height: 0;
    opacity: 0;
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
    position: absolute;
    top: -126px;
    background-color: #fff;
    padding: 8px;
}
.pro-content:hover .image_ul{
    height: auto;
    opacity: 1;transition:  0.4s ease;
}
.pro-content:hover{
	 transform: scale(1.05);
    box-shadow: 0px 4px 34px 0px #0000001A;

    transition:  0.4s ease;
}
#pro_slider .owl-stage-outer{
    padding:35px 0;
}
.card-box {
    position: relative;
    height: 404px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}
.card-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.card-box:hover img {
    transform: scale(1.05);
}
.overlay-content {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent 50%);
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.card-box:hover .overlay-content {
    opacity: 1;
}
.date-box {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    backdrop-filter: blur(60px);
    background: linear-gradient(180deg, rgba(248, 248, 248, 0.025) 0%, rgba(248, 248, 248, 0.01) 79.79%),
linear-gradient(0deg, rgba(19, 19, 19, 0.1), rgba(19, 19, 19, 0.1));
width: 78px;
height: 113px;
padding-top: 18px;
padding-right: 16px;
padding-bottom: 18px;
padding-left: 16px;



}
.date-box .day {
font-weight: 700;
font-size: 32px;
line-height: 160%;
letter-spacing: -2%;
text-align: center;
vertical-align: middle;

}
.date-box .month {
font-weight: 400;
font-size: 16px;
line-height: 160%;
letter-spacing: -2%;
text-align: center;
vertical-align: middle;

}
.card-title {
    margin: 10px 0 5px;

font-weight: 600;
font-size: 24px;
line-height: 120%;
text-align: right;

}
.card-excerpt {
font-weight: 400;
font-size: 14px;
line-height: 149%;
letter-spacing: -2%;
text-align: right;
vertical-align: middle;

}
.read-more {
    margin-top: 10px;
    display: inline-block;
    color: white;
    text-decoration: underline;

font-weight: 500;
font-size: 16px;
line-height: 150%;
letter-spacing: -2%;
text-align: right;

}
/* Menu Icon */
.menu-toggle {
  position: relative;
  top: 0;
  left: 0;
  /*width: 50px;
  height: 50px;
  background-color: #4b4b4b; /* dark gray */
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 1;
}
.menu-toggle:hover {
  background-color: #3a3a3a;
}

.menu-toggle .bar {
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: 0.3s;
}

.menu-toggle:hover {
  background: #3a3a3a;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: white;
  margin: 4px 0;
  transition: 0.3s ease;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: -480px;
  width: 420px;
  height: 100vh;
  background: #152332;
  padding: 60px 50px;
  transition: left 0.3s ease;
  z-index: 9998;
      padding-top: 100px;
}
.sidebar.open {
  left: 0;
}
.sidebar nav ul {
  list-style: none;
  padding: 0;
}
.sidebar nav ul li {
  margin-bottom: 20px;
}
.sidebar nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    transition: color 0.2s;
    line-height: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding-bottom: 8px;
    transition: 0.3s ease;
}
.sidebar nav ul li a:hover {
color: #DECE9F;
    border-color: rgba(222, 206, 159, 0.25);
}

/* Close Button inside sidebar */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

/* Optional: Transform menu icon on open */
.menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translateY(6px);
}
.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-6px);
}
#pro_slider .owl-nav button {
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 52px;
    color: #7F7678;
    border: 1px solid #131313;
    border-radius: 0;
	margin-right:10px;
    background: transparent;

}

#pro_slider  .owl-nav button:hover{
    background: #1313131A;
    border-color: #131313;
}
#pro_slider  .owl-nav button svg{
    width: 30px;
}
#pro_slider .owl-nav {
    top: -75px;
}
.button_container {
  position: relative;
    cursor: pointer;
    z-index: 100;
    border: 1px solid rgba(255, 255, 255, 1);
    transition: opacity 0.25s ease;
    background: rgba(255, 255, 255, 0.1);
    width: 58px;
    height: 58px;
    border-radius: 30px;
    opacity: 1;
    padding: 0;
    border-width: 1px;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
	width:22px;
}
.button_container.active{
	position:fixed;
	top:75px;
	left:65px
}
.button_container span {
    background: #fff;
    border: none;
    height: 2px;
    width: 22px;
    position: absolute;
    top: 18px;
    left: 18px;
    transition: all 0.35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 28px;
}
.button_container span:nth-of-type(3) {
  top: 38px;
	width:11px;
}

.overlay {
  position: fixed;
  background: rgba(19, 19, 19, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: "Varela Round", serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 25px;
    line-height: 40px;
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
#contactModal .modal-content {
}
#contactModal .modal-header{
border: 0;
    padding: 30px;
    padding-bottom: 30px;
    color: #131313;
    background-color: #DECE9F;
    border-radius: 0.5rem 0.5rem 0 0;
    margin-bottom: 30px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1264px;
    }
}

@media screen and (max-width: 767px) {
	.button_container.active {
    top: 30px;
    left: 30px;
}
    .vision_box{
        position: relative;
    }
    .hide_br br{
        display: none !important;
    }
    .services-list li img {
        height: 65px !important;
    }
    .services-list li h4 {
        font-size: 18px;
    }
    .services-list li p {
        font-size: 12px;
    }
    .services-list li{
        margin-bottom: 0px;
    }
    .social_icons {
        margin: 20px 0 0;
    }
    .contact_ans p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact_ans h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .contact_info ul.contact_list {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .contact_info ul.contact_list li {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 4px;
    }
    .contact_info {
        padding: 20px 25px;
        margin-top: 10px;
        text-align: center;
        display: none;
    }
    .navMenu{
        text-align: center;
    }
    .navMenu.navShow .navItem, .navMenu .navItem {
        margin-bottom: 15px;
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
    }
    .main-content {
        padding: 24px;
    }
    .box-container {
        width: 100% !important;
        height: 300px;
        margin: 0 0 16px;
        color: #fff;
    }
    #product_slider.hover-effect .box-container.shrink {
        width:100% !important
      }
      
      #product_slider.hover-effect .box-container.expand {
        width: 100% !important
      }
      .extra-content p {
       
        margin: 0;
        height: 60px;
        overflow: hidden;
    }
    .extra-content p {
        
        margin: 0;
        height: 75px;
        overflow: hidden;
    }
    .pro_logo{
        max-height: 46px;
    }
    .pro_category i {
        width: 70px;
    }
    
    .pro_category {
        padding-left: 80px;
        margin-bottom: 20px;
    }
    .main-content h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 51px;
    }
    .pro_icon {
        margin-bottom: 30px;
        max-height: 67px;
    }
    .number_span {
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 64px;
    }
    .subscribe_form {
        width: 100%;
    }
    /*#owl_slider .owl-nav {
        position: absolute;
        bottom: -30px;
        left: 0;
        right: auto;
        top: auto;
    }*/
	.menu-toggle svg{
		width:45px;
		height:45px;
	}
	.button_container {
		width: 45px;
		height: 45px;
		padding: 0;
	}
	
	.button_container span:nth-of-type(2) {
		top: 20px;
	}
	.button_container span:nth-of-type(3) {
		top: 27px;
	}
	.button_container.active .top{
		top:10px;
	}
	.button_container.active .bottom{
		    top: 32px;
	}
	.button_container span {
		width: 50%;
		top: 13px;
		left: 10px;
	}
	.pro-txt ul.ul_meta li{
		    font-size: 13px;
    padding: 5px 8px;
    margin-left: 5px;
	}
	#fade-carousel .fade-text {
			font-size: 30px !important;
	}
}
@media screen and (max-width: 480px) {
	.sidebar{
		width:100%;
	}
	.bdt-prime-slider-skin-general .bdt-prime-slider-previous,
	.bdt-prime-slider-skin-general .bdt-prime-slider-next{
		display:none !important;
	}
	
}