/**********trans-sec***********/

.trans-sec {
    width: 100%;
	position: relative;
	background: url("../consult/images/consulting/trans_journey.webp") no-repeat right center;
	background-size: cover;
	height: 100%;
	min-height: 595px;
	margin: 90px 0 0;
	
}
.trans-blue {
	position: absolute;
    right: 0;
    z-index: 2;
    bottom: 336px;
}
.trans-blue img {
	width: 100%;
}
.trans-ttext {
	display: none;
}
.trans-jour-det {
	width: 100%;
	float: left;
}
.trans-journey {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	margin: 5% 0 0;
}
.trans-journey h2 {
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 20px;
}
.trans-journey h3 {
	font-size:32px;
	font-weight: bold;	
}
.trans-journey p {
	font-size: 22px;
	font-weight: normal;	
}
.trans-journey p span {
	display: block;
}
.trans-four-blocks {
	width:100%;
	float: left;
	position: relative;
	top: -246px;
}
.strategy-gridhead {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	
}
 .strategy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    max-width: 600px;
    margin: 50px auto;
    border-collapse: collapse;
    text-align: center;
    direction: rtl;
  }

  .strategy-cell {
    padding: 25px;
    font-size: 24px;
    font-weight: bold;
  }

  .dark {
    background-color: #12AFDE;
    color: #000;;
  }

  .light {
    background-color: #85E2FF;
    color: black;
  }


.section-trans {
    width:72%;
    float: left;
	direction: ltr;
}

.stats-trans {
  display: flex;
  justify-content: right;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.stat-trans {
  text-align: center;
}

/* Gradient text effect */
.gradient-text {
  background: linear-gradient(90deg, #FF7309 0%, #081AD3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  margin: 0;
  font-weight: 100;
  line-height: 1.0;	
}

.stat-trans p {
  margin-top:0px;
  font-size: 22px;
  color: #767676;
	font-weight:bold;
	text-align: right;
}
.stat-trans p span {
	display: block;
}

.text-trans {
  font-size:32px;
  color: #0C1895;
  margin-bottom: 20px;
  text-align: right;
}

.text-trans span {
  color: #0056ff;
  font-weight: bold;
}

.button-trans {
  background-color: #0023a3;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
	width: 250px;
	height: 40px;
  font-weight: 600;
	text-align: center;
  display: inline-block;
	float: right;
}

.button-trans:hover {
  background-color: #0035d0;
}

/**************driving-performance*************/
.driving-performance {
width: 100%;
position: relative;
	    top: -236px;
}
.driving-absolute {
	position: absolute;
	left: 0;
	top: -320px;
}
.driving-absolute img {
	width: 100%;
}
.drive-image-dsk {
	display: block;
}
.drive-image-mob {
	display: none;
}
.driving-content {
	width:38%;
	float: right;
}
/***********/
.driving-arabic-section {
  direction: rtl;
  text-align: right;
}

.driving-arabic-content {
  max-width: 700px;
  margin: auto;
}

.driving-arabic-content h2 {
  font-size: 40px;
  font-weight: bold;
  color: #0C1895;
  margin-bottom: 20px;
  line-height: 1.4;
}

.driving-arabic-content h2 span {
  font-weight: normal;
  display: block;
}

.driving-arabic-content p {
  font-size: 22px;
  color: #272727;
  line-height: 1.8;
  margin-bottom: 40px;
}

.driving-bottom-text {
  font-size: 32px;
  color: #0C1895;
  margin-bottom: 15px;
}

.driving-bottom-text span {
  color: #01B7FF;
  font-weight: bold;
}

.driving-btn-arabic {
  display: inline-block;
  background-color: #0C1895;
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 18px;
  transition: background 0.3s ease;
}

.driving-btn-arabic:hover {
  background-color: #041066;
}

/*****************************/
.incomeall-sec {
	width: 50%;
	float: right;
	margin: 60px 0 0;
	position: relative;
	z-index: 2;
}
.income-roi {
  background: linear-gradient(90deg, #46CF7A 0%, #2040C1 100%);
  color: #fff;
  padding: 0 0;
  direction: ltr;
  text-align: center;
}

.stats-box-income {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width:100%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.stat-item-income {
  flex: 1 1 20%;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.stat-item-income:last-child {
  border-right: none;
}

.stat-item-income h2 {
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 10px;
	text-align: right;
}

.stat-item-income p {
  font-size: 22px;
  line-height: 1.0;
	font-weight: bold;
	text-align: right;
}
/*********clientel-sec***********/
.clientel-sec {
	width: 100%;
	position: relative;
}
.clientel-image {
    position: absolute;
    right: 0;
    top: -490px;
    z-index: 1;
}
.clientel-image img {
	width: 100%;
}
.clientel-img-dsk {
	display: block;
}
.clientel-img-mob {
	display: none;
}
.clientel-content {
	width: 50%;
	float: right;
}
.clients-section {
  direction: rtl; /* Important for Arabic */
  text-align: right;
  padding: 20px;
  max-width: 800px;
	line-height: 1.2;
}

.clients-section h2 {
  font-size: 40px;
  color: #0C1895;
  font-weight: bold;
  margin-bottom: 15px;
}

.clients-section h2 span {
  display: block;
  font-weight: normal;
}

.clients-section p {
  color: #505050;
  font-size: 22px;
}


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

.clients-logos {

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 40px 0;
}

.logo-box {
  width: 300px;
  height: 280px;
  border: 1px solid #909090;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: all 0.3s ease;
}

.logo-box img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

/* Hover effect (optional) */
.logo-box:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

/***************strategis-sec**********/

.strategis-sec {
	width: 100%;
	position: relative;
}

.strategy-section {
  background-color: #EAEAEA;
  display: flex;
  justify-content: center;
  align-items: center;
  direction: ltr; /* Arabic layout */
  text-align: right;
  padding:30px 0;
  position: relative;
}

.strategy-content {
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 1440px;
}

.strategy-content h2 {
  font-size: 40px;
  color: #0C1895;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

.btn-blue {
  background-color: #0C1895;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-blue:hover {
  background-color: #1A2BCF;
}

.triangle-img {
    position: absolute;
    top: -48%;
    right: 304px;
    transform: translateX(-50%);
    width: 100px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .strategy-content {
    flex-direction: column-reverse;
    text-align: center;
    gap: 15px;
  }

  .btn-blue {
    font-size: 16px;
    padding: 8px 20px;
  }

  .strategy-content h2 {
    font-size: 28px;
  }

  .triangle-img {
    width: 70px;
  }
}


@media (max-width: 1440px) {
	.trans-four-blocks {
    width: 70%;
}
	.section-trans {
    width: 85%;
}
	.driving-absolute img {
    width: 79%;
    float: left;
}
	.clientel-image {
    top: -390px;
}
	.clientel-content {

    margin: 240px 0 0 0;
}
	.stat-item-income p {
    font-size: 20px;
	}
	.income-roi {
    padding: 0px 0;
	}
}
@media (max-width: 1366px) {
    .driving-absolute img {
        width: 72%;
        float: left;
    }
}
/* Responsive Design */
@media (max-width: 1024px) {
  .logo-box {
    width: 300px;
    height: 240px;
  }
	.gradient-text {
    font-size: 54px;
}
	.trans-blue img {
    width: 69%;
}
	.trans-blue {
    bottom: 473px;
}
	.driving-absolute img {
        width: 60%;
    }
	.driving-absolute {
    top: -82px;
}
	.incomeall-sec {
    width: 100%;
	}
	.strategy-cell {
    padding: 18px;
	}
}
@media (max-width: 1000px) {
.trans-blue {
	 position: relative;
	bottom: 0;
	float: left;
	width: 100%;
}
.trans-ttext {
	display: block;
	background: linear-gradient(90deg, #016FEC 0%, #0C1895 100%);
	 color: #fff;
	font-size: 54px;
	text-align: center;
}
.trans-four-blocks {
        width: 100%;
    }
	
.trans-blue img {
	display:none;
}
	.driving-absolute {
    top: -90px;
}
	.driving-absolute img {
        width: 50%;
	}
	.driving-content {
    width: 48%;
    float: right;
}
	.incomeall-sec {
	width: 100%;
}
	.clientel-content {
    width: 100%;
   
}
}
@media (max-width: 915px) {
    .section-trans {
        width: 90%;
    }
}
@media (max-width:769px) {
.gradient-text {
    font-size: 50px;
}
	.drive-image-dsk {
	display: none;
}
.drive-image-mob {
	display: block;
}
	 .driving-absolute {
        top: 0;
        position: relative;
    }
	
.driving-absolute img {
        width: 100%;
    }
	.driving-performance {
    top: -50px;
}
	.driving-content {
        width: 100%;
        margin: 20px 0 0;
    }
	.stats-box-income {
		flex-direction: column;
	}
	.stat-item-income {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
	.clientel-img-dsk {
	display: none;
}
.clientel-img-mob {
	display: block;
}
	.clientel-image {
        top: 0;
		position: relative;
		width: 100%;
    }
	    .clientel-content {
        margin: 0;
    }
	.triangle-img {
		display:none;
	}
	    .strategy-content h2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
  .logo-box {
    width: 45%;
    height: 200px;
  }
}


@media (max-width:650px) {
.stats-trans {
    gap: 40px;
}
}
@media (max-width:620px) {
	.stats-trans {
        flex-direction: column;
    }
	.stat-trans p {
	text-align: center;
	}
	.section-trans {
        width: 100%;
    }
}

/* Responsive */
@media (max-width: 600px) {
  .stats-trans {
    flex-direction: column;
    gap: 25px;
  }
  .gradient-text {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .logo-box {
    width: 100%;
    height: 180px;
  }
}
/* Approx for 125% zoom */
@media (min-resolution: 120dpi) and (max-resolution: 130dpi) {
	.trans-four-blocks {
    width: 74%;
	}
	.driving-absolute img {
    width: 85%;
    float: left;
}
	.clientel-image img {
    width: 80%;
}
}

/* Approx for 150% zoom */
@media (min-resolution: 140dpi) and (max-resolution: 160dpi) {
	.incomeall-sec {
    width:100%;
}
}


/* Approx for 175% zoom */
@media (min-resolution: 165dpi) and (max-resolution: 185dpi) {
	.trans-blue {
        right:0;
        bottom:413px;
}
		.trans-blue img {
    width: 73%;
}
	.gradient-text {
    font-size: 60px;
	}
	.strategy-grid {
    width: 71%;
	}

	.strategy-cell {
    font-size: 20px;
	}
	.incomeall-sec {
    width:100%;
}
	.driving-performance {
    top: -116px;
}
	.driving-absolute img {
        width: 62%;
    }
}
	
	
