/* Arabic Website Stylesheet */

/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Set default direction for Arabic content */
html, body {
    direction: rtl;
    line-height: 1.5;
    background-color: #f8f8f8;
}
.clear {
	clear:both;
}
.contain {
	position:relative;
}
.contain.bannar {
	width:100%;
}
.container.bannar img  {
	width:100%;
}
/*********************/
.slider {
  display: flex;
  align-items: center;        /* Vertically centered */
  padding: 0 0;            /* Space from left/right */
  color: white;
}
.slider img {
	width:100%;
	 object-fit: cover; /* crop to fill */
  object-position: center; /* center focus */
  display: block;
}

.slider-content {
  text-align: right;
  max-width: 660px;
  position: absolute;
  right:150px;
  line-height:1.3;
	
}

.slider-content p {
  font-size: 22px;
  color: #ccc;

}

.slider-content h1 {
  font-size: 48px;
  font-weight: 500;
}

.slider h1 {
   font-size: 60px;
  }

.slider p {
   font-size:30px;
   color: #ccc;
}
	
	/**************************/
.content-logo {
	position:relative;
	width:100%;
}
	
.sticklogocontent {
    color: #0C1895;
    float: right;
    font-weight: 400;
    font-size: 48px;
    padding: 0 0px 0 60px;
}	
.sticklogocontent span {
    font-size: 22px;
	display:block;
}
.sticklogo {
    float: right;
    padding: 0 0 0;
}
.sticklogo img {
    width: 80%;
}
.right-triangle {
	position:absolute;
	right:0;
}
.right-triangle img {
	width:5vw;
}
/***************************/
.left-triangle {
	position:absolute;
	left:0;
	top:-325px;
	width:50%;
}
.left-triangle img {
	width:100%;
}
.tringle-g {
	display:block;
}
.tringle-m {
	display:none;
}
.right-section {
	width:50%;
	float:right;
}
.top-semibold {
    color: #505050;
    font-size: 22px;
    font-weight: 400;
    margin: 50px 243px 0 0;
}
.top-semibold .button {
	width:170px;
	height:50px;
	background:url(../images/button-call.png) no-repeat center center;
	cursor:pointer;
	margin:20px 0 0;
}
.top-semibold .button:hover {
	background:url(../images/button-hover.png) no-repeat center center;
}
.top-semibold span {
	display:block;
	font-weight:350;
	margin:20px 0 0;
}
.right-section .head {
    font-weight: 400;
    font-size: 35px;
    color: #00A0E3;
}
.right-section .head span {
	display:block;
	font-size:32px;
	color:#0C1896;
}
.traingle-down {
	position:absolute;
	left:0;
	top:-320px;
}
.wrap-contain-nomargin {
		width:100%;
	position:relative;
	z-index:2;
}
.wrap-contain-nomargin .traingle-down {
	position:absolute;
	left:0;
	top:-130px;
}
.wrap-contain-nomargin .traingle-down img {
	width:100%;
}

.wrap-contain {
	width:100%;
	position:relative;
	margin:-170px 0 0;
}
.traingle-down img {
	width:100%;
}
/*.wrap-contain ul {
	margin:0;
	padding:0;
}
.wrap-contain ul li {
	background:url(../images/stand.png) no-repeat right center;
	padding:10px;
	float:left;
	list-style:none;
}
.wrap-contain ul li .head {
	color:#000;
	font-size:22px;
	font-weight:bold;
}
.wrap-contain ul li .head span {
	display:block;
	font-size:22px;
	font-weight:normal;
	margin:15px 0 0;
}*/

 .main-services-section {
	 margin:250px 0 0;

    }
    .main-services-title {
      text-align: right;
      font-size: 1.6em;
      font-weight: bold;
      margin-bottom: 38px;
      color: #222;
	  width:100%;
	  margin:0 auto;
    }
    .services-row {
      display: flex;
      flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    width: 72%;
    margin: 0 222px 0 0px;
    }
    .service-box {
      flex: 1 1 20%;
      min-width: 230px;
      margin-bottom: 18px;
      background: transparent;
      text-align: right;
      position: relative;
      padding:50px 18px 12px 18px;
	  background:url(../images/stand.png) no-repeat right center;;
	  min-height:230px;
    }
  
    .service-box h3 {
      font-size: 22px;
      font-weight: bold;
      margin: 0 0 7px 0;
    }
    .service-box span {
      font-weight: bold;
    }
    .service-box p {
      font-size:22px;
      color: #333;
      margin: 0;
	  font-weight:normaal;
    }
.content-logo-sec {
    position: relative;
    width: 100%;
	top:114px;
}
.content-logo-sec .sticklogocontent {
    color: #00A0E3;
    float: right;
    font-weight: 600;
    font-size: 64px;
    padding: 0 0px 0 60px;
    line-height: 1.3;
}
.content-logo-sec .sticklogocontent span {
    font-size: 32px;
    display: block;
	color:#0C1896;
}

.content-logo-sec .sticklogo {
    float: right;
    padding: 0 0 0;
}
.content-logo-sec .sticklogo img {
width:80%;
}

.button {
	width:170px;
	height:50px;
	background:url(../images/button-call.png) no-repeat center center;
	cursor:pointer;
	margin:20px 0 0;
}
.button:hover {
	background:url(../images/button-hover.png) no-repeat center center;
}
.tab-section {
	margin:100px 0 0;
}

  /* Container */
.tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding:15px 0;
  border-bottom:1px solid #0C1896;
  direction: ltr; /* ✅ force left-to-right */
}



.search-box {
      position: relative;
      width: 250px;
    }

    .search-box input {
      width: 100%;
      padding: 10px 12px 10px 40px; /* left padding for icon */
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
	  text-align:right;
    }

    .search-box .icon {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      font-size: 18px;
      color: #333;
    }



    .search-box input {
      width: 100%;
      padding: 8px 12px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
    }

    /* Tabs */
.tabs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  order: 2; /* tabs always second (right) */
}

    .tabs a {
      text-decoration: none;
      color: #333;
      font-size: 16px;
      padding-bottom: 5px;
	  font-weight:bold;
      position: relative;
      cursor: pointer;
    }

    .tabs a.active {
      font-weight: bold;
      color: #0018a8; /* Blue */
    }

    .tabs a.active::after {
      content: "";
      position: absolute;
      bottom: -21px;
      left: 0;
      width: 100%;
      height: 5px;
      background: #0018a8;
    }

    /* Tab Content */
    .tab-content {
      display: none;
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
      padding: 20px 0;
    }

    .tab-content.active {
      display: block;
      opacity: 1;
    }
	
.hero {
	width:100%;
	float:left;
	margin:30px 0 0;
}
.hero-image {
	width:50%;
	float:right;
}
.tab-section .hero-image img {
	width:100%;
}
.hero-text h1 {
        margin-bottom: 10px;
		color:#0C1896;
		font-size: clamp(18px, 3vw, 40px);
		line-height:1.1;
    }
.hero-text h1 span {
        color: #002d7a;
		display:block;
		font-weight:normal;
    }
	.hero-text p {
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 20px;
        color: #505050;
    }
.hero-text {
	width:50%;
	float:left;
}
.cta {
        font-size: 35px;
        color: #00A0E3;
        font-weight: normal;
        margin-bottom: 20px;
    }
	.blocky {
		display:block;
	}
	.hero-text button {
        padding: 10px 18px;
        background-color: #002d7a;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
    }
	
/****************************************/


.stats-header {
	width:100%;
	text-align:right;
	padding:10px 0;
	float:left;
}
.stats-header .h2tag {
	color:#C38511;
	font-size: clamp(18px, 3vw, 40px);
	background: url(../images/clippath.png) no-repeat center left;
	font-weight:bold;
	width:30%;
}
.stats-header .h3tag {
	color:#0C1896;
	font-size: clamp(18px, 3vw, 40px);
	width:100%;
}
.stats-header .h3tag span {
	font-weight:bold;
}

.stats-section {
 background: url(../images/statistics.webp) no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 40px 0 0;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}


.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
  font-family: 'Inter Custom','Inknut Antiqua', serif;
}

.stats-footer {
 font-size: 38px;
  font-weight: normal;
  line-height: 1.6;
  margin-top: auto; /* pushes it to the bottom */
  background: url(../images/spectrum.webp) no-repeat center center;
  font-family: 'Inknut Antiqua', 'Inter Custom', serif;
  padding:20px 0;
}
 
    .stat-box {
      flex: 1 1 200px;
      max-width: 220px;
    }

    .stat-box h2 {
      font-size: clamp(28px, 5vw, 58px);
      margin: 0;
      font-weight:normal;
    }

    .stat-box p {
      margin: 8px 0 0;
    font-size: clamp(16px, 3vw, 30px);
    }

    .stats-footer span {
    font-weight:bold;
    }
	
/**************training-courses*****/
.training-courses {
	background:#E5E7EA;
	padding:110px 0 30px;
	width:100%;
	position:relative;
	z-index:1;
	margin-top: -166px;
}
.training-courses .left {
	width:50%;
	
	float:left;
	text-align:right;
}
.training-courses .left h2 {
	color:#0C1896;
	font-size: clamp(18px, 3vw, 40px);
	font-weight:bold;
}

.training-courses .left p {
	color:#505050;
	font-size: clamp(16px, 2.5vw, 30px);
}
.training-courses .left .cta {
	color:#00A0E3;
	font-size: clamp(18px, 2vw, 25px);
}

.training-courses .right {
	width:50%;
	float:left;
}

.desktop-ab {
	display:block
}
.tab-ab {
	display:none;
}

.ciscp-content {
      max-width: 600px;
      margin: 0 auto;
    }
	.ciscp-content h3 {
font-size: 25px;
    margin: 0 0 10px;
    color: #0C1896;
    position: absolute;
    z-index: 10;
    top: 297px;
    right: 590px;
    line-height: 1.2;
    }
	.ciscp-content h3 span {
		display:block;
	}

    .ciscp-content h1 {
font-size: 30px;
    margin: 0 0 0;
    font-weight: bold;
    color: #0C1896;
    position: absolute;
    right: 296px;
    z-index: 10;
    line-height: 1.2;
    }
	    .ciscp-content h1 span {
			display:block;
		}
	.ciscp-content img {
        width: 420px !important;
    margin: 555px 140px 0 0px;
    position: absolute !important;
    z-index: 10;
    }
.training-courses .right img {
	position:absolute;
	width:50%;
	right:0;
	top: -276px;
	}
	   .ciscp-content ul {
    list-style: disc;
    padding-right: 0px;
    margin: 0;
    text-align: right;
    color: #0C1896;
    font-size: 20px;
    position: absolute;
    z-index: 10;
    bottom: 71px;
    }
	
	/*****************************/
	.global-recognition {
		position:relative;
		
	}
	.global-recognition .heading {
		width:70%;
		text-align:right;
		float:left;
		padding:0 0 10px;
		
	}
	.global-recognition .heading h2 {
		color:#0C1896;
		font-weight:normal;
		font-size:40px;
	}
	.global-recognition .heading h2 span {
		font-weight:bold;
	}
	.global-recognition .heading p {
		color:#505050;
		font-size:25px;
	}
	.global-recognition .heading p span {
		font-weight:bold;
		display:block;
	}
	.chain-gallery {
		position:relative;
	}
	
	
    .chain-gallery .hero-section {
      position: relative;
      width: 100%;
      height: 60vh;
	   background: url(../images/maskgroup.webp) no-repeat center center;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .overlay-text {
      background: #0C1896; /* Dark blue */
      color: #fff;
      padding: 15px 40px;
      font-size:40px;
      font-weight: bold;
      text-align: center;
      border-radius: 5px;
	  width:70%;
    }
	
/******************************************/

.excellence {
	width:100%;
	position:relative;
}
.excellence .head {
    font-size: clamp(18px, 3vw, 40px);
	color:#0C1896;
}
.excellence .head span {
	font-weight:bold;
}

.excellence .traingle {
	position:absolute;
	left:0;
	top:0;
}
.excellence.traingle img {
	width:100%;
}
.excellence .traingle-sec {
	width:100%;
	padding:10px 0;
}
.excellence .traingle-rigtht {
}

/****2sections***/

 .excellence-section {
   display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 40px;
  flex-wrap: wrap;
  direction: ltr; /* Force left-to-right layout */
    }

    /* Left Side */
   .excellence-section .triangle-container {
      position: relative;
    width: 650px;
    height: 720px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .excellence-section .triangle {
      width: 0;
      height: 0;

     /* border-left: 150px solid transparent;
      border-right: 150px solid transparent;
      border-bottom: 260px solid #eaeaea;*/
      position: absolute;
	  z-index:10;
	 

    }
	.excellence-section .triangle img {
		width: 150px;
    border: 0;
    right: 0;
    left: -71px;
    top: -106px;
	}

    .excellence-section .triangle-container img {
      position: relative;
      max-width:760px;
      height: auto;
      z-index: 1;
    }

    /* Right Side */
    .excellence-section .text-content {
      /*max-width: 500px;*/
      text-align: right; /* because of Arabic */
	  margin-top:-100px;
    }

    .excellence-section .text-content h2 {
      margin: 0 0 15px;
      font-size: 35px;
      color: #505050;
    }

    .excellence-section .text-content p {
      font-size: 20px;
      line-height: 1.6;
      color: #505050;
	  padding:20px 0;
    }

    .excellence-section .highlight {
      color: #00A0E3!important;
      font-weight: bold;
	  font-size:36px!important;
	  line-height: 1.2!important;
    }
	.excellence-section .highlight span {
		font-weight:100;
		display:block;
	}

    .excellence-section .btn {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 20px;
      background: #0033cc;
      color: #fff;
      text-decoration: none;
      border-radius: 6px;
      font-size: 14px;
    }

    .excellence-section .btn:hover {
      background: #002299;
    }
	
	
	


/* Container for main content */
.container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 20px;
}
.container2 {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0px;
}



/* Header styles */
header {
    background-color: #2c3e50;
    color: #fff;
    padding: 0 0;
    text-align: center;
}


/* Main content area */
main {
    padding: 0 0;
}
@media (max-width:1440px) { 
.sticklogo img {
    width: 60%;
}
	.slider h1 {
    font-size: 50px;
}
	
.top-semibold {
    margin: 50px 76px 0 0;
}
	.right-section {
    width: 47%;
}
.right-section .head {
    font-size: 25px;
}
.ciscp-content {
	display:none;
}
.training-courses .right img {

    top: 0;
}
.desktop-ab {
	display:none
}
.tab-ab {
	display:block;
}
}

@media (max-width:1000px) {
	  .right-section {
        width: 90%;
        float: left;
        padding: 0 5%;
    }
	.tringle-g {
	display:none;
}
.tringle-m {
	display:block;
}
.left-triangle {
    position: relative;
    left: 0;
    top: 0;
	width:100%;
	margin:100px 0 0;
}
}

@media (max-width:900px) {
	
	  .services-row {
        flex-direction: column;
        gap: 10px;
      }
      .service-box {
        min-width: 0;
      }
	  .main-services-title {
		  width:100%;
		  text-align:center;
	  }
	  .services-row {	  
    margin: 0 70px 0 0px;
	  }
	  .traingle-down {
		  display:none;
	  }
	
	
	.tringle-g {
	display:none;
}
.tringle-m {
	display:block;
}
.left-triangle {
    position: relative;
    left: 0;
    top: 0;
	width:100%;
	margin:100px 0 0;
}
  .right-section {
        width: 90%;
        float: left;
        padding: 0 5%;
    }
  
.top-semibold {
    margin: 50px 0 0 0;
}
}


/* Responsive design */
@media (max-width: 768px) {
	.right-triangle img {
	width:50px;
}
    .excellence-section .text-content {
	  margin-top:0;
    }
	    .excellence-section .triangle-container img {
      position: relative;
      max-width:560px;
		}
	
	  .excellence-section .triangle-container {
  
    }
	.global-recognition .heading {
		width:100%;
	}
	  .chain-gallery .hero-section {
        height: 40vh;
      }
      .chain-gallery .overlay-text {
        font-size: 1.1rem;
        padding: 10px 20px;
      }
	.training-courses .right  {
		width:100%;
	}
	.training-courses .right img {
        top: 0;
        position: relative;
        width: 100%;
    }
	.training-courses .left  {
	width:100%;
	}
.slider-content {
    right:20px;
}
.slider-content h1 {
  font-size: 38px;
}
.container {
	padding:50px 0;
}
.container2 {
	padding:50px 0;
}
.right-triangle {

    bottom: 279px;
}
.sticklogocontent {
    float: right;
}	
.sticklogo {
    float: right;


}
/*********************/
    .tab-header {
        flex-direction: column;
        align-items: flex-start;
      }

      .tabs {
        justify-content: flex-start;
        width: 100%;
      }
	  .hero-image {
	width:100%;
	float:left;
}
.hero-image img {
	width:100%;
}

.hero-text {
	width:100%;
	float:left;
}
/*******************/
      .stat-box h2 {
        font-size: 24px;
      }
      .stat-box p {
        font-size: 14px;
      }
      .stats-footer {
        font-size: 16px;
      }
	  .stats-header .h2tag {
	background:none;
	width:100%;
}

}
@media (max-width: 650px) {
    .slider h1 {
        font-size:28px;
    }
}

@media (max-width: 544px) {
.right-triangle img {
	width:50px;
}

}

@media (max-width: 480px) {
	
	  .chain-gallery .overlay-text {
        font-size: 1rem;
        padding: 8px 15px;
      }
    .container {
        width: 95%;
    }
	.container2 {
	 width: 95%;
}
	.slider-content p {
		 font-size:17px;
	}
	
    

}