@charset "utf-8";
/* CSS Document */
.contain-wrap {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}

.slider-text3 {
    position: absolute;
    top: 45%;
    right:0%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.sub-text3 {
    font-size: 96px;
    line-height: 1.0;
	font-weight: 100;
    display: block;
    text-align: right;

}
.main-text3 {
    font-size: 65px;
    font-weight: 800;
    display: block;
    text-align: right;
	line-height: 1.0;
}
.main-text3 .small {
	font-weight: 100;
}

/************************/
.holistic-percent3 {
    width: 42%;
    float: left;
    /*background: linear-gradient(90deg, #2337FF 0%, #03B3FD 100%);*/
	background: #0348D2;
    color: #fff;
    padding: 18px 0px;
    clip-path: polygon(0% 100%, 100% 100%, 100% -747%, 2% 100%);
    position: absolute;
    right: 0;
    bottom: 0;
	max-height:120px;
	height: 100%;
	opacity: .8;
}
.holistic-text2 {
	float: right;
	width: 50%;	
	color: #fff;
	line-height: 1.0;
	position: relative;
    left: -240px;
}
.holistic-text2 h2 {
	font-size: 60px;
	font-weight: bold;
}
.holistic-text2 p {
	font-size: 30px;
	font-weight:normal;
}
.botique-sec {
	width: 100%;
	position: relative;
	margin: 0 0 40px;
	
}
.hotel-part {
	width: 100%;
	padding: 10px 0;
	background: linear-gradient(90deg, #0C1896 0%, #0084FF 100%);
}

.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
	background: transparent;
  gap: 12px;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  direction: ltr; /* Ensures Arabic text flow is correct */
	float: left;
}

.download-btn .icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1); /* makes icon white if needed */
}

.download-btn:hover {
  transform: translateY(-2px);
/*  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);*/
}
.excellence-part {
	float: right;
	color: #fff;
	font-size: 24px;
}
.excellence-left {
	width: 30%;
	float: left;
}
.key-lesson {
	width: 100%;
	background: url("../images/details/key.webp") no-repeat center top;
	line-height: 1.0;
 padding: 80px 0 80px 0;
	background-size: cover;
}
.key-lesson h1 {
	font-size: 48px;
	color: #fff;
	padding: 20px;
}
.key-lesson h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
	color: #fff;
	padding: 20px;
}
.key-lesson ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.key-lesson li {
	list-style: disc;
	font-size: 24px;
	padding: 10px 20px;
	color: #fff;
}

/********************************/
.recognision {
	width: 100%;
	background: url("../images/details/recognition.webp") no-repeat center top;
	line-height: 1.0;
 padding: 80px 0 80px 0;
	background-size: cover;
}
.recognision h1 {
	font-size: 48px;
	color: #fff;
	padding: 20px;
}
.recognision h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
	color: #fff;
	padding: 20px;
}
.recognision ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.recognision li {
	list-style: disc;
	font-size: 24px;
	padding: 10px 20px;
	color: #fff;
}




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




.excellence-right {
	width: 70%;
	float: right;
}
.pioneering-part {
	width: 70%;
	float: right;
}


.arabic-section {
  direction: rtl;
  text-align: right;
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  padding: 0 20px;
}
.arb {
	font-weight: bold;
	margin: 20px 0;
}

.arabic-section ul {
  list-style-type: disc;
  margin: 10px 18px 20px 0;
  padding: 0;
}

.arabic-section li {
  margin-bottom: 8px;
	font-weight: bold;
}

.arabic-section li ul li {
	font-weight: normal;
	list-style:circle;
}
.pioner-bluesec {
	width: 100%;
	background: #212967;
	
	color: #fff;
}
.pioner-bluesec p {
	font-size: 20px;
	padding: 10px;
}


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

.accordion {
  max-width: 100%;
  margin: auto;
  background: #fff;
  overflow: hidden;
border: 4px solid #F90505;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  background: linear-gradient(90deg, #007BFF, #0046BE);
  color: white;
  cursor: pointer;
  width: 100%;
  text-align: right;
  padding: 16px 20px;
  font-size: 18px;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
	clip-path: polygon(2% 0, 100% 0, 100% 100%, 0% 100%);
}

.accordion-header .arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.3s ease;
  padding: 0 20px;
}

.accordion-item.active .accordion-content {
  max-height: 680px;
  padding: 0;
}

.accordion-content ul {
	margin: 0;
	padding: 0;
}
.accordion-content ul li {
	list-style: disc;
 padding: 0 32px 0 0;
}


.accordion-item.active .arrow {
  transform: rotate(180deg);
}

.head-accord {
	background: #F2F2F2;
	font-size: 20px;
	padding: 20px;
	
}
.head-accord-part {
	font-weight: bold;
	font-size:24px;
	width: 100%;
	margin: 10px 0;
	background: url("../images/details/polygon.png")  no-repeat right center;
	padding: 0 35px 0 0;
}

















/* --- Responsive Styles --- */
@media (max-width: 1200px) {


}
@media (max-width: 1117px) {
.slider-text3 {
    top: 35%;
	}
	.sub-text3 {
    font-size: 70px;
	}
	.holistic-text2 {
    width: 60%;
	}
	.holistic-text2 {
    left: -182px;
}
	.holistic-text2 h2 {
    font-size: 40px;
	}
	.holistic-text2 p {
    font-size: 20px;
	}
	.holistic-percent3 {
    max-height: 90px;
	}
	
	
.key-lesson h1 {
    font-size: 30px;
	}
	.recognision h1 {
    font-size: 30px;
	}
}

@media (max-width: 1024px) {
.recognision h2 {
    font-size: 20px;
	}
	.key-lesson li {
    font-size: 20px;
	}
	}
.recognision li {
    font-size: 20px;
}
}

@media (max-width: 853px) {
    .sub-text3 {
        font-size: 50px;
    }
	.holistic-text2 {
        left: -129px;
    }
	
}

@media (max-width: 768px) {
  .holistic-percent3 {
    width: 100%;
	clip-path: polygon(0% 100%, 100% 100%, 100% -747%, 2% 100%);
	}
	.excellence-left {
    width: 100%;
    float: left;
}
	.key-lesson {
	background: url("../images/details/key.webp") no-repeat center top;
	background-size: cover;
}
	.recognision {
		background-size: cover;
	}
	.excellence-right {
    width: 100%;
	}
	.pioneering-part {
    width: 100%;
    float: left;
}
	.head-accord {

    font-size: 14px;
	}
	.accordion-content ul li {

    font-size: 15px;
}
	.head-accord-part {
    font-size: 16px;
	}
   
}

@media (max-width: 650px) {
	.holistic-percent3 {
		position: relative;
		clip-path: none;
		
	}
	.slider-text3 {
        top: 70%;
    }
	.accordion-item.active .accordion-content {
    max-height: 7830px;

    overflow: visible;
}
	
}

@media (max-width: 600px) {
  .download-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
  .download-btn .icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
    .sub-text3 {
        font-size: 30px;
    }
}



















/* Responsive */
@media (max-width: 768px) {
  .vision-content h2 {
    font-size: 28px;
  }

  .vision-btn {
    font-size: 18px;
    padding: 12px 28px;
  }
}

@media (max-width: 480px) {
  .vision-content h2 {
    font-size: 22px;
    line-height: 1.8;
  }

  .vision-btn {
    font-size: 16px;
    padding: 10px 24px;
  }
}




@media (max-width: 1440px) {
.text-fold {
    font-size: 32px;
    color: #fff;
    padding: 91px 100px 0 0;
}
	.we-excel {
    left: 35%;
}
	.sustainable-image {
    right: -162px;
}
	.sustainable-image img {
    width: 66%;
}
	.greybg {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 85% 100%);
}

}
@media (max-width: 1368px) {
	.we-excel {
        left: 34%;
    }
	.sustain-contain {
    top: 100px;
}
}

@media (max-width: 1366px) {
.we-excel {
        left: 34%;
    }
}

@media (max-width: 1280px) {
	
.we-excel {
    font-size: 80px;
	left: 35%;
	}
	.greybg {
    width: 18%;
    bottom: -260px;
	}
	.empowering-section {

    margin: 630px 0 0 0;
}
}

@media (max-width: 1117px) {
    .we-excel {
        font-size: 70px;
    }
	    .text-fold {
        font-size: 30px;
        padding: 91px 30px 0 0;
    }
	.sustain-text-r {
		float: none;
	}
	.sustain-text-l {
		float: none;
	}
	.sustainable-image {

        text-align: right;
    }
	.greybg {
        width: 26%;
	}
	    .empowering-section {
        margin: 450px 0 0 0;
    }
	
}
@media (max-width: 1024px) {
    .we-excel {
        font-size: 65px;
    }
	.sustainable-small-t {
    font-size: 50px;
	}
	    .sustain-contain {
        top: 20px;
    }
	.sustain-text-l {
		width: 100%;
	}
	    .greybg {
        width: 28%;
    }

}

@media (max-width: 1000px) {
	.slider-text2 {
    top: 52%;
    right: 0%;
	}
}

@media (max-width:915px) {
.sub-text2 {
    font-size: 50px;
	}
.we-excel {
        font-size: 58px;
    }
	.text-fold {
        font-size: 25px;
        padding: 91px 0px 0 0;
    }
}
@media (max-width:853px) {
	.greybg {
		display: none;
	}
	
}

@media (max-width:768px) {
.holistic-text {
    clip-path: polygon(0 0, /* top-left */ 100% 0%, /* top-right */ 100% 100%, /* bottom-right */ 0% 100% /* diagonal point (move this value to control angle) */);
    position: relative;
    height: 125px;
    opacity: .9;
	width: 100%;
	        
}
	.we-excel {
    top: -104px;
    width: 100%;
	font-size: 50px;
    left: 0;
	text-align: center;
}
	.inoo-full {
    text-align: left;
    font-size: 70px;
    font-weight: normal;
    color: #fff;
    padding: 120px 0 120px;
}
	.greybg {
		display: none;
	}
	
	    .sustainable-image {
        text-align: center;
        position: relative;
        right: 0;
			top: 10px;
    }
	    .sustain-contain {
        top: 0;
        width: 100%;
    }
	    .empowering-section {
        margin: 80px 0 0 0;
    }
	
}
@media (max-width:725px) {
	.bluenovation {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
    min-height: 100px;
    position: relative;
}
	    .text-fold {
        font-size: 25px;
        padding: 20px 0px 20px 0;
    }
	.inoo-left {
    width: 100%;
    float: left;
    text-align: center;
}
	.inoo-left h2 {
    font-size: 65px;
    font-weight: bold;
    line-height: 1.0;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
	    .inoo-full {
        font-size: 48px;
        font-weight: normal;
        color: #fff;
        padding: 40px 0 40px;
        text-align: center;
    }
}



@media (max-width:640px) {
	.sub-text2 {
    display:inline;
	opacity: 1;
}
.main-text2 {
    font-size: 40px;
}
.sustainable-image img {
       
    }
}

@media (max-width:480px) {
		.sub-text2 {
    display:block;
	opacity: 1;
}
	.sub-text2 {
        font-size:22px;
    }
	.contain-wrap {
		width: 95%;
	}
	    .sustainable-small-t {
        font-size: 30px;
    }
	.sustain-text-r {
    font-size: 40px;
    float: right;
    width: 100%;
    margin: 20px 0 20px;
}
	
	
}

@media (max-width:446px) {
	    .we-excel {
        top: -89px;
        width: 100%;
        font-size: 34px;
        left: 0;
        text-align: center;
    }
}

@media (max-width:370px) {
    .we-excel {
        top: -89px;
        width: 100%;
        font-size: 26px;
		
	}
}


/* Approx for 125% zoom */
@media (min-resolution: 120dpi) and (max-resolution: 130dpi) {
	.text-fold {
    padding: 91px 90px 0 0;
}
	.sustain-contain {
    top: 45px;
}
}

/* Approx for 150% zoom */
@media (min-resolution: 140dpi) and (max-resolution: 160dpi) {
.sustain-text-r {
    font-size: 50px;
	}
	.sustain-text-l {
    font-size: 23px;
	}
}

/* Approx for 175% zoom */
@media (min-resolution: 165dpi) and (max-resolution: 185dpi) {
.sub-text2 {
    font-size:66px;
	}
	.sustainable-small-t {
    font-size: 50px;
	}
	}