/* 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: #B11217;
    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 {
	position:absolute;
	padding:25px;
	  background: #a91e22;
  display: flex !important;
  justify-content: center;
  align-items: center;
	z-index:99;
	left:10px;
	bottom:10px;
	border-radius:20px;
	text-align:center;
	color:#fff
}

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

.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: #a91e22;
  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: #a91e22;
    outline: none;
    box-shadow: 0 0 0 2px rgba(169, 30, 34, 0.15);
}

.cnct-section input[type="submit"] {
    background: #a91e22;
    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: #8c181c;
}

.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;
}
	
}

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

