/* our mission our vision*/
/* Section Base */

.ak-mission-section {
	position: relative;

}

/* Background Beige Box */

.ak-mission-box {
	background: #eee;
	padding: 35px 40px;
	border-radius: 86px;
	/*   background: url('../images/about-us/why-us-dubai-banner.webp');*/
	/*background-size: cover;        */
	/*background-position: center;   */
	/*background-repeat: no-repeat;  */

}

/* Image Styling */

.ak-mission-img img {
	border-radius: 12px;
	width: 100%;
	max-width: 100%;
}

/* Content Styling */

.ak-mission-content h3 {
	font-size: 28px;
	font-weight: 600;
	color: #173a56;
	margin-bottom: 18px;
}

.ak-mission-content p {
	font-size: 15.5px;
	line-height: 1.8;
	color: #6c757d;
	max-width: 90%;
}

/* Link */

.ak-mission-link {
	display: inline-block;
	margin-top: 40px;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	color: #b89b7b;
	text-decoration: none;
	border-bottom: 2px solid #b89b7b;
	padding-bottom: 6px;
	transition: 0.3s;
}

.ak-mission-link span {
	margin-left: 6px;
}

.ak-mission-link:hover {
	color: #173a56;
	border-color: #173a56;
}

/* Responsive Fix */

@media (max-width: 768px) {
	.ak-mission-box {
		padding: 50px 25px !important;
	}

	.ak-mission-content p {
		max-width: 100% !important;
		text-align: justify !important;
	}

	.ak-mission-img img {
		max-width: 100% !important;
	}

	.ak-mission-content h3 {
		text-align: center !important;
	}
}

/* our mission our vision end*/

/*our goal*/
.ak-goal-section {
	background: #f6f6f6;
}

.ak-goal-heading {
	font-size: 42px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	color: #1e2d3d;
}

.ak-goal-text {
	color: #6c757d;
	line-height: 1.8;
	font-size: 18px;
}

.ak-goal-card {
	background: #ffffff;
	padding: 35px;
	border-radius: 8px;
	transition: all 0.3s ease;
	height: 100%;
}

.ak-goal-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ak-goal-icon {
	font-size: 36px;
	margin-bottom: 15px;
}

.ak-goal-title {
	font-size: 20px;
	font-weight: 600;
	color: #1e2d3d;
	margin-bottom: 15px;
}

.ak-goal-desc {
	font-size: 14px;
	color: #6c757d;
	line-height: 1.7;
}

/* Responsive */
@media (max-width: 992px) {
	.ak-goal-heading {
		font-size: 32px !important;
	}
}

@media (max-width: 576px) {
	.ak-goal-heading {
		font-size: 26px !important;
	}

	.ak-goal-card {
		padding: 25px !important;
	}
}

/*our goal END*/

/*why choose us*/
.wcus-section {
	position: relative;
}

/* Background Box */
.wcus-wrapper {
	background: #eee;
	padding: 35px 40px;
}

/* Image */
.wcus-image img {
	border-radius: 12px;
	width: 100%;
	max-width: 100%;
}

/* Content */
.wcus-content h3 {
	font-size: 28px;
	font-weight: 600;
	color: #173a56;
	margin-bottom: 18px;
}

.choose-us-ul li {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
}

.wcus-content p {
	font-size: 15.5px;
	line-height: 1.8;
	color: #6c757d;
	max-width: 90%;
}

/* Link */
.wcus-link {
	display: inline-block;
	margin-top: 40px;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	color: #b89b7b;
	text-decoration: none;
	border-bottom: 2px solid #b89b7b;
	padding-bottom: 6px;
	transition: 0.3s;
}

.wcus-link span {
	margin-left: 6px;
}

.wcus-link:hover {
	color: #173a56;
	border-color: #173a56;
}

/* Responsive */
@media (max-width: 768px) {
	.wcus-wrapper {
		padding: 50px 25px !important;
	}

	.wcus-content p {
		max-width: 100% !important;
		text-align: justify !important;
	}

	.wcus-image img {
		max-width: 100% !important;
	}

	.wcus-content h3 {
		text-align: center !important;
	}
}

/*why choose us end*/