* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
} 

html {
	scroll-behavior: smooth;
} 

html, body {
	margin: 0;
	font-family: 'Poppins', sans-serif;  
	overflow-x: hidden;  
	width: 100%;  
	background: #0B1C32;
    color: #e7eaf6;        
    line-height: 2.2;
}  

  body {
	-webkit-user-select: none;
    user-select: none; 
}   

/*scrollTop*/
.scrollTop {  
    position: fixed;
    bottom: 30px; /* قمت بتعديل القيمة من 800px إلى 30px ليظهر الزر أسفل الشاشة */
    left: 15px;
    width: 35px;
    height: 35px;
    /* المسار الصحيح: ابحث عن الصورة في مجلد images الرئيسي */
    background: #D90D32 url('../images/right-arrow2.png'); 
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;  
    cursor: pointer;
    z-index: 100000;
    
    /* لجعله مرئياً فوراً للاختبار */
    visibility: hiddden; 
    opacity: 0;
    
    transition: 0.5s;
    font-weight: 600;  
}

.scrollTop.active {  
	bottom: 60px;
	visibility: visible;
	opacity: 1;
}

.scrollTop:hover {
	-moz-border-radius: 12px;
	border-radius: 12px; 
}
/*scrollTop end*/



/*section-title*/
.section-title {  
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;  
}

.section-title h1 { 
	display: inline-block;
	font-size: 28px; 
	font-weight: 700; 
	color: #e7eaf6;
	margin: 0 0 10px; 
	color: #e7eaf6;
    
} 


.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: left;
}

/*header*/
header { 
	position: absolute;
	left: 0;
	right: 0;
	/*border-bottom: 1px solid #0B1C32;  #423940;*/
	padding: 0 15px;
	z-index: 10;
	height: 75px; 
	width: 100%;   
}

header.fixed {
	background-color: #0B1C32;
	position: fixed;
	border-color: #0B1C32;
	z-index: 11;
	-webkit-animation: fixHeader 1s ease;
	animation: fixHeader 1s ease;  
}

@-webkit-keyframes fixHeader {
	0% {
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(-%);
		        transform: translateY(-%)
	}
}
@keyframes fixHeader {
	0% {
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(-%);
		        transform: translateY(-%)
	}
}

.container {
	max-width: 1140px; 
	margin: auto;
	width: 100%;    
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

header .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .brand-name img { 
	width: 110px;
	height: 110px; 
	position: absolute;
	top: 5px;    
}   

header .navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;  
}

header .navbar ul li {
	display: inline-block;
	margin-left: 35px; 
}

header .navbar ul li a {
	font-size: 15px;
	text-decoration: none;
	line-height: 72px;
	color: #e7eaf6;  
	display: block;
	font-weight: 700;
	position: relative;
}

header.fixed .navbar ul li a {
	color: #e7eaf6;
}

header .navbar ul li a::before {
	content: "";
	height: 3px;
	background-color: #e7eaf6; 
	width: 0;
	position: absolute;
	right: 0;
	bottom: 22px; 
	-webkit-transition: all .5s ease; 
	-o-transition: all .5s ease;
	transition: all .5s ease;
} 

header.fixed .navbar ul li a::before {
	background-color: #D90D32;
}

header .navbar ul li a:hover::before,
header .navbar ul li a.active::before {
	width: 100%;
	left: 0;
} 

 

/*service*/
.article1 { 
	padding: 100px 15px 70px;  
    margin-top: 50px;  
} 

 /* Center the image row using your existing .row class */
.article1 .row:nth-child(2) {
    justify-content: center; 
}

.article1 p { 
	width: 60% !important;  
    margin: 10px auto 10px auto;
    font-size: 14px;
    font-weight: 700; 
} 

.row .text-center {
    text-align: center !important;
    display: block; /* لضمان أن الفقرة تعامل ككتلة */
    width: 100%;    /* لتأخذ الفقرة كامل العرض وتتوسط النصوص بداخلها */
}

/* Style the existing .img div */
.article1 .img1 {
    width: 800px;   /* Set your desired width */
    height: 400px;  /* Set your desired height */
    overflow: hidden;
    border-radius: 10px;
    margin: 60px auto;
}

.article1 .img2.article1img {
  height: 350px;
} 

.article1 .article2img {  
    height: 490px;   
}

.article1 .article3img {  
    height: 450px;   
}

.article1 .article4img {  
    height: 400px;   
}

.article1 .article5img {  
    height: 350px; 
  margin: 0 auto 15px auto;  
}

 
.article1 .img1.article7img {  
    height: 450px;  
}

.article1 .img1.article11img {  
    height: 450px;  
}



.article1 .img1.article12img {  
    height: 440px;  
}

.article1 .img1.article14img {  
    height: 440px;  
}

   .article1 .img1.article15img {  
    height: 340px;  
}

.article1 .img1.article16img {  
    height: 490px;  
}

.article1 .img1.article17img {  
    height: 350px;  
}

.article1 .img1.article18img {  
    height: 450px;  
}



.article1 .img2.article5img {  
    height: 350px;  
} 

.article1 .img2.article7img {  
    height: 450px;  
} 

.article1 .img2.article11img {  
    height: 300px;  
}
    
   .article1 .img2.article15img {  
    height: 400px;  
}


   .article1 .img2.article16img {  
    height: 450px;  
}



/* Ensure the image fills the .img div proportionally */
.article1 .img1 img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* This prevents cropping/chopping */
    background-color: transparent; /* Or set to your site's background color */
}

.brain-table {
        width: 60%;
        border-collapse: collapse;
        background-color: #0B1C32; /* الخلفية المطلوبة */
        color: #e7eaf6;            /* لون النص المطلوب */
        margin: 20px auto 60px auto;
        border: 1px solid #e7eaf6; /* الإطار الخارجي */
        font-size: 14px;
        font-weight: 700;
    }

    .brain-table th {
        background-color: #0B1C32;
          color: #D90D32; 
          font-size: 18px;
          font-weight: 700;
        border-bottom: 2px solid #4facfe;
    }

    .brain-table td {
        padding: 15px;
        border-bottom: 1px solid #162a4d;
        vertical-align: top;
    }

    .brain-table ul {
        margin: 0;
        padding-right: 20px;
    }

    .brain-table li {
        margin-bottom: 5px;
    }

.brain-table th, 
    .brain-table td {
        padding: 15px;
        border: 1px solid #e7eaf6; /* جميع الخطوط الداخلية والخارجية باللون المطلوب */
        vertical-align: top;
        text-align: right;
    }
 

    .brain-table ul {
        margin: 0;
        padding-right: 20px;
    }
 
.fullwidth {
        width: 100%;
    margin: 20px 0;
    }

.fullwidth h4 {
       color: #ffa500;
    }



.width60 { 
        width: 60%; 
    margin: 0 auto;
    }

.article1 h1 {
    color: #D90D32;
    font-weight: 700;
}

.article1 h4 {
    color: #ffa500;
    font font-size: 20px; 
    font-weight: 700;  
}

.width60 li {
    color: #e7eaf6;
     font-size: 14px;
    font-weight: 700; 
}


.fullwidth h3 {
    color: #D90D32;
  font-size: 16px;
  font-weight: 700;
    margin-top: 10px;
}

.width60.margin { 
    margin-top: 20px;  
}

.article1 .img2 {
    width: 690px;
    height: 223px;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px auto 40px auto;
}

/* Ensure the image fills the .img div proportionally */
.article1 .img2 img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* This prevents cropping/chopping */
    background-color: transparent; /* Or set to your site's background color */
}
 
 
/* whatsapp start */

.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column; /* Stacks items vertically */
    align-items: center;    /* Centers horizontally */
    gap: 8px;               /* Space between text and icon */
    z-index: 1000;
    text-decoration: none;
}

.whatsapp-text {
   background-color: #D90D32;
  color: #e7eaf6;
  padding: 6px 12px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 13px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  white-space: nowrap;
}

.whatsapp-float {
    background-color: #25d366;
    color: #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.5s ease;
}

.whatsapp-container:hover .whatsapp-float {
    transform: scale(1.1);
}
/* whatsapp end */

 
  
/*footer*/
footer {
	padding: 30px 15px;
	/*background-color: #1d2125;*/
background-image: url('../images/footerbg.png');
    line-height: 0.4 !important;
}

footer .brand-name { 
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
}

footer .brand-name img {
	width: 100%;
	height: 100%;
} 

footer .social {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	padding-top: 15px;
}

footer .social a {
	color: #FFF;
	font-size: 25px;
	text-decoration: none;
	display: inline-block;
	margin: 0 12px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

footer .social a:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


footer .social .fa-twitter {
	color: #55acee;
}


footer .social .fa-linkedin {
	color: #007BB6;
}

footer .social .fa-whatsapp {
	color: #3BBE22;
}

footer .social .fa-instagram {
	color: #AC07EA;
}

footer .social .fa-tiktok {
	color: #000000;
	text-shadow: 1px 1px 2px #e7eaf6;
}

footer .social .fa-youtube {
	color: #D90D32;
	text-shadow: 1px 1px 2px #e7eaf6;
}

footer .social .fa-facebook-f {
	color: #0866FF;
	text-shadow: 1px 1px 2px #e7eaf6;
}

/*copyright*/
.copyright {
	/*background-color: #1d2125;*/
	background-image: url('../images/footerbg.png');
	border-top: 1px solid #0B1C32; 
	padding: 15px;
}

.copyright p{
	color: #e7eaf6;
	margin: 0;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
}   

.ham-burger #sign-one,
.ham-burger #sign-two {
	font-size: 34px; 
	height: 35px;
	width: 35px;
	margin-right:10px; 
	color: #e7eaf6;
	text-align: center;
	line-height: 40px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer; 
	display: none; 
}

#res-menu {
	display: none;
}
 




 

 


/*Responsive 2*/
@media(max-width: 833px) {  /*@media(max-width: 767px) {*/
    

	
	/*scrollTop*/
	.scrollTop {   
		left: 5px;
		width: 25px;
		height: 25px; 
		background-size: 14px; 
	}

	.scrollTop.active {  
		bottom: 20px; 
	} 
	
 
	
	header {
		padding: 15px;
		position: fixed;
		/*background-color: #0B1C32;*/
		border: none;
		/*border-bottom: 1px solid #0B1C32;*/
		z-index: 11;
		width: 100%;   
	}	
	
	header.fixed {
	background-color: transparent; 
	border-color: none; 
}

	header .brand-name img {
		width: 100px;
		height: 100px; 
		z-index: 100; 
	}  
	
	.ham-burger #sign-one {
		display: block;
	}
	
	#res-menu:checked ~ .navbar { 
		right: 0;  
	}
	
	#res-menu:checked ~ .ham-burger #sign-one {
		display: none;
	}
	
	#res-menu:checked ~ .ham-burger #sign-two {
		display: block;
	}

	.navbar {
		position: absolute;
		background-color: #0B1C32;
		right: -100%;
		top: 75px;
		padding: 15px;
		/*border-bottom: 1px solid #e7eaf6;*/
		width: 40%;
		text-align: center;
		-webkit-transition: all .8s ease;
		-o-transition: all .8s ease;
		transition: all .8s ease; 
	}
	
	.navbar.show {
		display: block;
	}
	
	header .navbar ul li {
		display: block;
		margin-left: 0; 
		border-bottom: 1px solid #e7eaf6;  
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: transform .5s ease;
	} 
	
	header .navbar ul li a {
		line-height: 42px;
		color: #e7eaf6;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease; 
	}
	
	header .navbar ul li a:hover {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		color: #ffa500;
	}
	
	header .navbar ul li:last-child {
		border-bottom: none;
	}
	
	header .navbar ul li a::before {
	/*to hide red line on home link*/
		content: none; 
	}
	
 .article1 p {
  width: 100% !important; 
}
    
    .brain-table {
  width: 100%; 
}
    
    .width60 {
    width: 100%;  
        padding: 5px 20px;
}
    
   
	  
}

 

/*Responsive 500px*/
@media(max-width: 500px) {  
     
    
  body {      
    line-height: 2;
} 
    
     header .brand-name img {
    width: 85px;
    height: 85px; 
  }
    
    .ham-burger #sign-one, .ham-burger #sign-two {
  font-size: 30px; 
}

     
    
    .fullwidth { 
  margin: 20px 0;
}
    
    .fullwidth h3 { 
  margin-top: 0px;
}
    
       .width60 { 
    padding: 5px 20px;
}
    
    .article1 .img1 { 
    margin: 40px auto 40px auto;
}
	
  
    .article1 .img1.article7img {
  height: 340px;
        margin-bottom: 15px;
} 
    
        .article1 .img1.article8img {
  height: 215px;
        margin-bottom: 15px;
} 
    
            .article1 .img1.article9img {
        height: 245px;
        margin-bottom: 15px;
} 
    
               .article1 .img1.article10img {
        height: 255px;
        margin-bottom: 15px;
} 
     
    
    .article1 .img1.article12img {
  height: 340px;
  margin-bottom: 20px;
}
    
        .article1 .img1.article14img {
            height: 370px; 
}
    
           .article1 .img2.article1img {
  height: 140px;
} 
    
    
    
    .article1 .img2.article5img {
  height: 230px;
}
    
        .article1 .img2.article11img {  
    height: 235px;  
}

  
    
    .brain-table { 
  margin: 20px auto 30px auto; 
}

/* whatsapp start */
.whatsapp-text {
  font-size: 13px;
}

.whatsapp-float { 
    width: 50px;
    height: 50px; 
    font-size: 30px; 
}

.whatsapp-container:hover .whatsapp-float {
    transform: scale(1.1);
}
    
    .whatsapp-container { 
  bottom: 40px;
  right: 5px; 
}
/* whatsapp end */
    
    
    footer .brand-name {
  width: 85px;
  height: 85px; 
}
    
    footer .social a { 
  font-size: 20px; 
}

.copyright p {
    font-size: 13px;
     padding-right: 15px;
    padding-left: 15px; 
}
    
      .scrollTop { 
    width: 30px;
    height: 30px; 
  }

}



















