/* Custom CSS for Hello Elementor Advanced Child Theme */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


.top-bar {
    position: relative;
    background: #B11217;
    z-index: 1;
}

/*
.top-bar::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 50px;        
    height: 100%;
    background: #5a191f;
    transform: skewX(30deg);
    transform-origin: left;
    z-index: -1;
}
*/

/*#masthead {
	position:absolute !important;
	width:100%
}*/
.call-btn {
	display:flex !important;
	align-items:center;
	justify-content:center;
	flex-direction:row
}
.call-btn i {
	width: 50px !important;
  height: 50px !important;
  background: #a91e22;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 100%;
	font-family: FontAwesome !important;
}
.call-btn div {
	line-height: 1.5;
  text-align: left;
  margin-left: 20px;
}


.exper {
	padding:0 15px;
	  background: #5a191f;
  display: flex !important;
  justify-content: center;
  align-items: left;
	z-index:99;
	border-radius:0px;
	color:#fff
}

.exper h3 {
	font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
}

.exper p {
	line-height: 1.2;
  font-size: 14px;
}

.info-section:before {
	content:"";
	width:100%;
	height:120px;
	background:url(/wp-content/uploads/2025/11/bg.png);
	background-size:cover;
	background-position:center;
	position:absolute;
	top:0;
	left:0;
	z-index:99
}

.sector-box h2 {
position: absolute;
  top: -140px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  background: #a91e22;
  color: #fff !important;
  border-radius: 120px 120px 0 0;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 60px 25px;
	}

.banner-title {
	font-size:34px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase
}

.cnct-list .elementor-icon-list-icon{
	height: 50px;
  width: 50px;
  background: #5a191f;
  border-radius: 16px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
	min-width: 50px;
}

.cnct-list .elementor-icon-list-icon svg {
	margin: 0 !important;
  width: 20px !important;
  height: 20px !important;
}




.cnct-section input[type="text"],
.cnct-section input[type="email"],
.cnct-section input[type="tel"],
.cnct-section select,
.cnct-section textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
    color: #333;
    transition: all 0.2s ease;
}

.cnct-section textarea {
    min-height: 80px;
	height:100px
}

.cnct-section input:focus,
.cnct-section textarea:focus,
.cnct-section select:focus {
    border-color: #5a191f;
    outline: none;
    box-shadow: 0 0 0 2px rgba(169, 30, 34, 0.15);
}

.cnct-section input[type="submit"] {
    background: #5a191f;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
}

.cnct-section input[type="submit"]:hover {
    background: #111;
}

.services-box h3 {margin-bottom:15px}



/*rtl*/

.rtl {
	overflow-x:hidden
}
.rtl, .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl input, 
.rtl button, .rtl p, .rtl span, .taj, .taj > *, .taj a, .rtl .banner-title {
	font-family: "Tajawal", sans-serif !important;
}

.rtl .top-bar::before {
	right: -15px;
	left:unset;
	transform: skewX(-30deg);
}

.ltry {direction:ltr; text-align:right}
.rtl .cnct-list .elementor-icon-list-text {
	direction:ltr; text-align:right
}
.rtl .cnct-section input[type="text"], .rtl  .cnct-section input[type="email"], .rtl  .cnct-section input[type="tel"], .rtl  .cnct-section select, .rtl  .cnct-section textarea {
	text-align:right
}
.rtl .cnct-section input[type="submit"] {
	font-weight:600
}
.rtl .cnct-list .elementor-icon-list-icon {
	margin-left:10px
}
@media (max-width:767px) {
	.info-section:before {
		display:none
	}
	.call-btn i {
    width: 30px !important;
		height: 30px !important;}
	.banner-title {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
	.rtl .hfe-nav-menu__layout-horizontal {
		left:0 !important
	}
	
	.footer-cnct .elementor-icon-box-icon {
		align-self:center
	}
	.exper-box {
		text-align:center;
		width:100%
	}
	
	.process-items::after, .process-item::after {
		display:none
	}
}


.footer-cnct .elementor-icon-box-icon {
	background: #5a191f;
  height: 60px;
  width: 60px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 2px;
}

.footer-cnct .elementor-icon-box-title {
	margin-bottom:0 !important
}

#slide-1:after {
	content:"";
	background:rgba(0,0,0,.25);
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0
}

.process-items::after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  height: 2px;
  width: 100%;
  border-top: 2px solid #cccccc;
}


.process-item::after {
  position: absolute;
  left: 50%;
 top: -55px;
  content: "";
  height: 30px;
  width: 30px;
  transform: translateX(-50%);
  background: #5a191f;
  border-radius: 50%;
  border: 8px solid #f7f7f7;
  z-index: 9;
  transition: all 0.35s ease-in-out;
}

.process-item .elementor-widget-image{
width: 140px;
  height: 140px;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 3px;
  border-radius: 100px
}
.process-item .elementor-widget-image img {
	margin-top:10px;
	width:120px !important
}
.process-item .elementor-widget-image:hover {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
}

.drk-red {
	background:#5a191f
}
.drk-blk {
	background:#111
}
.drk-red .elementor-image-box-content, .drk-blk .elementor-image-box-content {
	padding:10px 20px
}
.drk-red .elementor-image-box-content ul, .drk-blk .elementor-image-box-content ul{
	color:#fff;
	padding:0;
	margin:0;
	font-size:14px;
	margin-left: 15px;
  margin-right: 10px;
	
}