	* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
     font-family: 'Inter Custom', '', serif;
    }
	html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
	.small-arrow {
  background-image: url('../images/small-arrow-down.png');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: background-image 0.3s ease;
}
.small-arrow.up {
  background-image: url('../images/small-arrow-up.png');
}
.program-card{
	 margin: 25px 0px 0px 0px; 
  }
  .program-details {
      display: none;
      
      transition: all 0.3s ease;
    }

    .program-details.active {
      display: block;
    }

/**********************************/
.vertical-btn {
    position: absolute;
       right: -30px;
    top: 13.5%;
    transform: translateY(-50%);
    width: 30px;
    height: 110px;
background: linear-gradient(183.15deg, #2962FF -13.69%, #FF5A07 104.38%);

    border-radius: 2px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* rotate the content so text becomes vertical */
.vertical-inner {
  transform: rotate(-90deg);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "Tajawal", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
	direction: rtl;
}

.vertical-btn .arrow {
  font-size: 20px;
}

/* optional hover effect 
.vertical-btn:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
  transform: translateY(-50%) scale(1.03);
}*/

/* vertical button */
.vertical-btn2 {
  position: absolute;
  left: 0;             /* keep inside card */
  top: 70%;
  transform: translateY(-50%);
  
  width: 30px;
  height: 110px;

  background: linear-gradient(183.15deg, #2962FF -13.69%, #FF5A07 104.38%);
  border-radius: 3px;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 5;
}

/* rotate inner content */
.vertical-inner2 {
  transform: rotate(-90deg);
  display: inline-flex;
  align-items: center;
  gap: 6px;

  color: #fff;
  font-family: "Tajawal", sans-serif;
  font-size: 16px;
  white-space: nowrap;
  direction: rtl;
}

.vertical-btn2 .arrow2 {
  font-size: 18px;
}





/*********************************/


/* Apply to full height */
html, body {
  height: 100%;
  margin: 0;
}



		body {
			margin: 0;
			padding: 0;
		}

     
		.clear {
			clear: both;
		}
		

.wraping {
	width:75vw;
	max-width: 75vw ;
	margin:0 auto;
}


.register-tab {
    display: inline-block;
    background-color: #0C1896;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 2px;
    font-weight: 500;
    transition: background 0.3s;
    width: 137px;
    height: 50px;
}


/*******our skils section************/
.supply-txt {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 25%;
    line-height: 1.0;
    text-align: right;
}
.supply-txt span {
	display: block;
}

.supply-intro-section {
	margin:20px 0 0;
}
.supply-intro-section__title {
	width:100%;
	padding:20px 0;
color: #0C1896;
font-family: Inter Custom;
font-weight:100;
font-size: 42px;
font-style: normal;
line-height: 44px;
}
.supply-intro-section__title span {
	 display: block;
  font-weight:700;
  
}

.supply-intro-section__content {
	height:348px;
}
.supply-intro-section__sec {
	width:50%;
	text-align:right;
	float:right;
}
.supply-intro-section__content img {
	display:none;
}
.supply-intro-section__head {
	text-align:right;
	color: #FFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Inter Custom;
   font-size:24px;
font-style: normal;
font-weight: 600;
line-height: 1.2; /* 100% */
margin:50px 0 18px;
}
.supply-intro-section__head span {
	display:block;
}
.supply-intro-section__light-txt {
	color: #FFF;
font-size: 24px;
font-weight: bold;
line-height: 30px; /* 125% */
padding:0 0 30px;
}
.small-arrow {
	background:url("../images/landing/small-arrow.png") 0 0 no-repeat;
	width:50px;
	height:50px;
	float:left;
	cursor:pointer;
	margin:20px 0 0;
}





/************************************/
.supply-section__content {
	height:560px;
	direction: rtl;

	background-size:contain;
	font-family: Inter Custom;
}
.supply-section__image {
	display:none;
}
.supply-section__sec {
	width:70%;
	text-align:left;
	float:left;
	margin:30px 0 0 30px;
}
.supply-section__head {
	color: #0C1895;
font-family: Inter Custom;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 114.286% */
margin:0 0 15px;
}
.supply-section__small-txt {
color: #020102;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 150% */
letter-spacing: -0.2px;
margin:0 0 15px;
}
.supply-section__small-txt ul {
	margin:0;
	padding:0;
}
.supply-section__small-txt ul li {
	margin:0 0 0 30px;
}
.supply-section__blue {
    color: #212967;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: -0.24px;
    margin: 0 0 0 0;
    float: right;
    width: 100%;
    text-align: right;
    padding: 10px 0 20px;
}
.supply-section__button {
	width:250px;
	height:50px;
	background:#0C1895;
	color:#fff;
	display: flex;
padding: 15px 50px;
justify-content: center;
align-items: center;
gap: 15px;
flex-shrink: 0;
cursor:pointer;
	font-weight: bold;
	text-decoration: none;
}


/*******************************/

.session-box2 {
	float:right;
	position: relative; /* Needed for absolute child */
	margin:0 10px 0 0;
	width:180px;
}

.session-box2 .twentyfour-program {
  color: #00aaff;            /* Light blue text */
  width: fit-content;
  font-family:Inter Custom;
  text-align: center;
}

.session-box2.main-text {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
}

.session-box2 .number {
  font-size: 62px;
}

.session-box2 .hrs {
  font-size: 30px;
  vertical-align: top;
  margin-left: 0;
  font-weight: normal;
}

.session-box2 .label {
  font-size: 24px;
  margin-top: 0px;
  font-weight: 500;
  letter-spacing: 2px;
}

/*******************************/

	.program-card{
	 margin: 25px 0px 0px 0px; 
		position: relative;
  }
  .program-details {
      display: none;
      
      transition: all 0.3s ease;
    }

    .program-details.active {
      display: block;
    }
	
	
	
	
.supply-intro-section__content img {
    display: block;
}
	
	.supply-intro-section__light-txt {

    padding: 0 0 0px;
}
	.supply-intro-section__light-txt span {
		display: block;
	}
	
/*.small-arrow {
    border:1px solid #0C1896;
	background-image:none!important;
    width: 60px;
    height: 50px;
    float: right;
    cursor: pointer;
    margin: 20px 0 0;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 0 0;
	    transition: background 0.3s;
}	*/
.small-arrow {
    border:1px solid #fff;
    background-image:none!important;
    width: 60px;
    height: 50px;
    float: right;
    cursor: pointer;
    margin: 20px 0 0;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 0 0;
    transition: background 0.3s;
	margin-top: 70px;
}
.small-arrow:hover {
	background: rgba(255, 255, 255, 0.5);
}

/* Smooth rotation */
.small-arrow .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* When active → rotate 90 degrees downward */
.small-arrow.active .arrow {
    transform: rotate(90deg);
}
	.session-box {
		display: none;
	}
	.session-box2 {
		display: none;
	}
	

	
	.supply-intro-section__content {
		background-color: #3A86CA;
		background-image: none;
		
		
	}
	.supply-intro-section__head {
    margin: 65px 0 18px;

}
	.supply-intro-section__head span {
		font-weight: 800;
		font-size: 45px;
		/*display: contents;*/
		padding: 0 0 20px;
		
	}
	.supply-intro-section__head .same {
		font-weight: 500;
		display: block;
		font-size: 24px;
		padding: 0 0 0;
	}
	
	
	.supply-intro-section__content {
    height: auto;
    background: #163778;

}
	.supply-sec-one {
		width: 50%;
		float: right;
		position: relative;
	}
.supply-sec-one img {
    width: 100%;

    height: 100%;
	clip-path: polygon(0 0, 35% 100%, 100% 100%, 100% 0);
	min-height: 298px;
	 object-fit: cover;
}
	
	
	.supply-section__content {
		background: #F4F4F4 ;
	}
	.supply-section__sec {
		width: 90%;
		 margin: 0px 0 0 30px;
	}
.supply-section__small-txt ul li {
    margin: 0 30px 0 0;
    direction: rtl;
    text-align: right;
    color: #0C1895;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.6;
}
.supply-section__small-txt span {
	background: #0C1895;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	width: 100%;
	padding: 20px;
	margin: 40px 0 0;
	float: right;
	text-align: right;
}

.supply-section__small-txt ul li ul {
	margin: 0;
	padding: 0;
}
.supply-section__small-txt ul li ul li {
	font-weight: normal;
	margin: 0 10px 0 0;
}
	
	
	
	@media (max-width:1440px) {
.supply-intro-section__head {
    margin: 25px 0 18px;
}
	.small-arrow {
    margin-top: 30px;
}
   .vertical-btn {

    top: 18.3%;
		}
		
	.supply-sec-one img {

    min-height: 278px;
}	
	}
	@media (max-width:1368px) {	
	
.supply-intro-section__sec {
        width: 50%;
    }
		
    .vertical-btn {
        top: 19.3%;
    }
		.wraping {
    width: 90vw;
    max-width: 90vw;
    margin: 0 auto;
}
	}
	@media (max-width:1280px) {	
    .supply-intro-section__head {
        font-size: 34px;
    }	
	}
@media (max-width:1117px) {		
    .supply-intro-section__head {
        font-size: 30px;
    }	
	}


/**********************************/




@media only screen and (min-width: 1600px) {

	.supply-intro-section__light-txt {
    font-size: 20px;
	}
	
	/************Level-2************/
	


}
@media (max-width: 1366px) {
	.supply-section__sec {
    width: 90%;
	}
	.supply-intro-section__content {

}
	.supply-intro-section__sec {
    width:50%;
}
	.supply-intro-section__head {
    font-size: 20px;
	}
	    .small-arrow {
        margin-top: 20px;
    }
	.supply-intro-section__light-txt {
    font-size: 20px;
	}
	.supply-txt {
    font-size: 35px;
    left: 45%;
	}
	.supply-section__small-txt ul li {
    font-size: 24px;
	}
	

	
	
}

@media (max-width: 1200px) {
	.supply-intro-section__sec {
        width: 50%;
    }

	.supply-section__content {
    height: 480px;

    background-size: cover;
}
	/**********************/
.supply-intro-section__head {
	font-size: 20px;
}
.supply-intro-section__light-txt {
	font-size: 18px;
}
	
	.supply-intro-section__head span {
    font-size: 40px;
    padding: 0 0 5px;
}


}

@media (max-width: 1024px) {
    .supply-intro-section__head {
        font-size: 18px;
    }
    .wraping {
        width: 82vw;
        max-width: 82vw;
    }
	.supply-section__small-txt ul li {
        font-size: 20px;
    }
	.supply-section__small-txt span {
    margin: 20px 0 0;
	}
	
	
}

@media (max-width:853px) {
	    .supply-intro-section__head {
        font-size: 17px;
    }
}





@media (width: 806px) and (height: 360px) {
	
.supply-intro-section__content {
    height: 438px;
 }
 .supply-section__content {
        height: 630px;
 }


}



@media (max-width: 890px) {
	    .supply-intro-section__sec {
        width:50%;
    }
	
	.session-box2 .number {
    font-size: 53px;
}



}


@media (max-width:769px) {
	

	/************************/
	
	.supply-intro-section__content {
	height:auto;
	background: #163778;
	padding:0 0 20px;
}
.supply-intro-section__sec {
	width:100%;
	background:#163778;
	padding:0 20px 50px;
}
.supply-intro-section__content img {
	display:block;
	width:100%;
}

  .supply-intro-section__head {
    font-size: 30px;	
}
.supply-intro-section__light-txt {
    font-size: 18px;
}
/*****************************************/
.supply-section__content {
	height:auto;
	background:#F4F4F4;
	background-size:contain;
	font-family: Inter Custom;
}
.supply-section__image {
	display:block;
	width:100%;
}
.supply-section__image img {
	width:100%;
}
.supply-section__sec {
	    width: 100%;
        margin: 0 0 0 0;
        background: #F4F4F4;
        padding: 10px 20px;
}
	    .supply-txt {
        font-size: 45px;
        left: 55%;
	    top: 35%;
    }
	    .supply-intro-section__head {
        font-size: 20px;
    }
	.supply-intro-section__head span {
        font-size: 45px;
	}

/************************/


}

@media (max-width:768px) {	
			
	  .supply-intro-section__sec {
        width: 100%;
        background: #3A86CA;
			}
		.supply-intro-section__head {
		margin: 20px 0 18px;
		}	
		.supply-intro-section__light-txt {
		padding: 0 0 0px;
		}
		.supply-intro-section__content {
    background-color: #f4f4f4;
			padding: 0 0 0 0;
}
		

		
		.supply-sec-one {
    width: 100%;
}
		.supply-sec-one img {
    clip-path: none;
}
	
		
		.supply-section__sec {
    width: 100%;
    margin: 0px 0 0 0px;
}

			
			
	}



	@media (max-width:650px) {	
		
			.supply-intro-section__title {
    font-size: 34px;
		
		}
       
		.supply-intro-section {
    margin: 0px 0 0;
}
		
		
	.supply-intro-section__head {
        font-size: 24px;
		line-height:1.2;
    }
		
	.supply-intro-section__light-txt {

        line-height: 1.3;
    }
		

		.supply-section__sec {
    width: 100%;
    margin: 0px 0 0 0px;
}
		
		    .supply-txt {
        left: 45%;
		}
		.we-excels {
    font-size: 60px;
		}




		}


 @media (max-width: 550px) {
         .wraping {
        width: 72vw;
        max-width: 72vw;
    }
	  .supply-txt {
        font-size: 33px;
        left: 0;
        top: 35%;
        right: 30px;
    }
	 .supply-section__small-txt ul li {
		     line-height: 1.3;
	 }
	 .supply-section__small-txt span {
    font-size: 15px;
    padding: 10px 20px;
    margin:20px 0 0;
}
	 .supply-section__blue {
    padding: 10px 0 10px; 
	 }
	 .supply-section__button {
    width: 150px;
    padding: 15px 15px;
	 }
    }


		
	@media (max-width:480px) {	

	
		.supply-intro-section__sec {
			padding: 0 20px 20px;
		}


		
	.supply-intro-section__head {
        font-size: 20px;
    }	
		.supply-intro-section__head span {
			display: block;
			font-size: 40px;
		}
		.supply-intro-section__head .same {
			font-size: 30px;
		}	
	.supply-intro-section__light-txt span {
    display:contents;
}
		    .supply-sec-one img {
        min-height: auto;
    }
			    .we-excels {
        font-size: 40px;
    }
		
		}

	
	

@media (max-width:400px) {
	
	.session-box2 {
    width: 130px;
}
	.session-box2 .number {
        font-size: 50px;
	}
	.session-box2 .label {
    font-size: 20px;
	}

}

@media (max-width:390px) {
    .supply-txt {
        font-size: 22px;
        top: 20%;
    }
	    .supply-section__content {
        height: 600px;
	}
	    .wraping {
        width: 62vw;
        max-width: 72vw;
    }
}	

.supply-section__blue {
    font-size: 20px;
}



/* Approx for 125% zoom */
@media (min-resolution: 120dpi) and (max-resolution: 130dpi) {
.supply-intro-section__head {
    margin: 25px 0 18px;
	 font-size: 20px;
}
	.small-arrow {
    margin-top: 30px;
}
	.vertical-btn {
    top: 17.1%;
	}
	
	
	}



/* Approx for 150% zoom */
@media (min-resolution: 140dpi) and (max-resolution: 160dpi) {
	.supply-intro-section {
    margin:0 0 0;
}
	 .supply-intro-section__head {
        font-size: 20px;
        line-height: 1.2;
    }
	    .supply-intro-section__light-txt {
        font-size: 16px;
        line-height: 1.2;
    }
	.supply-intro-section__head span {

    padding: 0 0 10px;
}

	}



	
/* Approx for 175% zoom */
@media (min-resolution: 165dpi) and (max-resolution: 185dpi) {
	
	.supply-intro-section__head {
        font-size: 17px;
        line-height: 1.2;
    }
	.supply-intro-section__head .same {
		  font-size: 17px;
	}

	 .supply-intro-section__light-txt {
        font-size: 16px;
        line-height: 1.2;
    }
	
	


	}


	








