:root {
	--primary-color: #0DA4AE;
	--secndery-color: #FED303;
	--third-color: #FFDF00;
	--fourthly-color: #FFD400;
	--dark-color: #F6BC00;
	--light-color: #FFEE75;
	--Fifth-dark-color: #0099BD;
	--Fifth-light-color: #88CAD2;
	--Sixthly-color: #5AA9C2;
}

@font-face {
	font-family: Cairo-Regular;
	src: url(fonts/Cairo-Regular.ttf);
}

* {
	font-family: Cairo-Regular;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
	background: #00796b;
	height: 40px;
	font-size: 14px;
	transition: all 0.5s;
	color: #fff;
	padding: 0;
}

.topbar .contact-info i {
	font-style: normal;
	color: #fff;
	line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
	padding-left: 5px;
	color: #fff;
}

@media (max-width: 575px) {

	.topbar .contact-info i a,
	.topbar .contact-info i span {
		font-size: 13px;
	}
}

.topbar .contact-info i a {
	line-height: 0;
	transition: 0.3s;
}

.topbar .contact-info i a:hover {
	color: #fff;
	text-decoration: underline;
}

.topbar .social-links a {
	color: rgba(255, 255, 255, 0.7);
	line-height: 0;
	transition: 0.3s;
	margin-left: 20px;
}

.topbar .social-links a:hover {
	color: #fff;
}

.header {
	transition: all 0.5s;
	z-index: 997;
	height: 90px;
	background-color: var(--primary-color);
}

.header.sticked {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 70px;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.header .logo img {
	max-height: 40px;
	margin-right: 6px;
}

.header .logo h1 {
	font-size: 30px;
	margin: 0;
	font-weight: 600;
	letter-spacing: 0.8px;
	color: #fff;
	font-family: var(--font-primary);
}

.header .logo h1 span {
	color: #f96f59;
}

.sticked-header-offset {
	margin-top: 70px;
}

section {
	scroll-margin-top: 70px;
}


.clients {
	padding: 10px 0;
	margin-top: -40px;

}

.clients .swiper-pagination {
	margin-top: 50px;
	position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid var(--secndery-color);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--dark-color);
}

.clients .swiper-slide img {
	opacity: 0.5;
	transition: 0.3s;
	filter: grayscale(100);
}

.clients .swiper-slide img:hover {
	opacity: 1;
	filter: none;
}


#hero {
	width: 100%;
	/* height: 80vh; */
	/* background: #37517e; */
}

#hero .container {
	padding-top: 72px;
}

#hero h1 {
	/* margin: 0 0 10px 0; */
	margin-right: 70px;
	margin-bottom: 20px;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: var(--secndery-color);
}

#hero h3 {
	color: white;
	/* margin-bottom: 10px; */
	font-size: 24px;
	/* margin-right: -20px; */
}

#hero p {
	font-size: 23px;
	color: white;
}

#hero .animated {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
	#hero {
		/* height: 100vh; */
		text-align: center;
	}

	#hero .animated {
		animation: none;
	}

	/* #hero .hero-img {
		text-align: center;

	} */

	/* #hero .hero-img img {
		width: 50%;

	} */

}

@media (max-width: 768px) {
	#hero h1 {
		font-size: 28px;
		line-height: 36px;
	}

	#hero p {
		font-size: 8px;
		color: white;
		padding-bottom: -40px;
		margin-bottom: -30px;
		margin-right: -30px;
		text-align: justify;
	}

	#hero h3 {
		font-size: 16px;
		/* line-height: 24px; */
		/* margin-bottom: 30px; */
	}

	/* #hero .hero-img img {
		width: 70%;

	} */
}

@media (max-width: 575px) {
	/* #hero .hero-img img {
		width: 80%;
	} */

	#hero .btn-get-started {
		font-size: 16px;
		padding: 10px 24px 11px 24px;
	}
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}

/*--------------------------------------------------------------
# Our carousel Section
--------------------------------------------------------------*/

/* .carousel-indicators .active {
	background-color:var(--secndery-color);

} 
.carousel-indicators .active {
	background-color: var(--secndery-color);
}

/* .carousel-indicators button {
	background-color: var(--secndery-color);
}*/


.carousel-control-prev,
.carousel-control-next {
	width: auto;
	/* background-color: var(--Fifth-dark-color);
    border: 2px solid var(--light-color); */
}

.carousel-indicators {
	/* list-style: none; */
	padding: 0;
	position: absolute;
	bottom: -10px;
	/* left: 50%; */
	/* transform: translateX(-50%); */
	/* display: flex; */
}

.carousel-indicators button {
	width: 15px !important;
	height: 15px !important;
	margin: 0 5px;
	border-radius: 50%;
	background-color: var(--fourthly-color) !important;
}

.carousel-indicators button.active {
	background-color: var(--dark-color) !important;
	/* border: 2px solid var(--dark-color); */
}

/*--------------------------------------------------------------
# Our Achievements Section
--------------------------------------------------------------*/
/*.carousel-item1::before {
	 content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }*/
.carousel-indicators1 {

	list-style: none;
	padding: 0px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}

.carousel-indicators1 button {
	width: 50px;
	height: 50px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: var(--light-color);
	border: 2px solid var(--light-color);

	cursor: pointer;
	border: none;
	background-image: url('../img/مدى.jpg');
	/* Set your button image path here */
	background-size: cover;
	background-position: center;
	transition: background-color 0.3s ease;
	/* Add transition effect for better user experience */
}

.carousel-indicators1 button.active {
	background-color: var(--dark-color);
	border: 2px solid var(--dark-color);
}

/* 
.carousel-indicators img {
	width: 70px;
	display: block;
}

.carousel-indicators button {
	width: max-content !important;
}

.carousel-indicators {
	position: unset;
} */

/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/

.services {
	padding: 60px 0;
}

.services .service-item {
	/* padding: 40px; */
	background-color: var(--dark-color);
	height: 100%;
	border-radius: 0px !important;
}

.services .service-item img {
	width: 48px;
	height: 48px;
	position: relative;
	margin-bottom: 50px;
}

.services .service-item .icon i {
	color: var(--secndery-color);
	font-size: 56px;
	transition: ease-in-out 0.3s;
	z-index: 2;
	position: relative;
}

.services .service-item .icon:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #eeeeee;
	border-radius: 50px;
	z-index: 1;
	top: 10px;
	right: -20px;
	transition: 0.3s;
}

.services .card-header h3 {
	color: var(--color-default);
	font-weight: 700;
	margin: 0 0 20px 0;
	padding-bottom: 8px;
	font-size: 22px;
	position: relative;
	/* display: inline-block;
	border-bottom: 4px solid #eeeeee; */
	transition: 0.3s;
}

.services card-text p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.services .service-item .readmore {
	margin-top: 15px;
	display: inline-block;
	color: var(--color-primary);
}

.services .service-item:hover .icon:before {
	background: #00b6a1;
}

.services .service-item:hover h3 {
	border-color: var(--primary-color);
}

/* watch-video */
.btn-watch-video {
	font-size: 16px;
	transition: 0.5s;
	margin-left: 25px;
	color: #fff;
	font-weight: 600;
}

.btn-watch-video i {
	color: var(--secndery-color);
	font-size: 32px;
	transition: 0.3s;
	line-height: 0;
	margin-right: 8px;
	padding-left: 10px;
}

/* .btn-watch-video:hover i {
	color: var(--secndery-color);
}*/

.btn-watch-video:hover {
	color: white;
}

/* Feature 1 */
/* .feature {
	padding: 60px 0;
} */
.feature-1 {
	padding: 40px;
	background: #fff;
	height: 100%;
	border-radius: 10px;
	/* border: 1px solid #ddd; */
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
}

.feature-1 .wrap-icon {
	margin: 0 auto;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.feature-1 .wrap-icon.icon-1 {
	/* background: linear-gradient(-45deg, #3b87bd, #2d71a2); */
	background-color: var(--dark-color);
}

.feature-1 .wrap-icon i {
	/* font-size: 40px; */
	width: 50px;
	height: 50px;
	line-height: 0;
	color: #fff;
	align-items: center;
}

.feature-1 h3 {
	font-size: 20px;
	color: var(--primary-color);
	font-weight: bold;
}

.feature-1 p {
	color: var(--primary-color);
	text-align: justify;
}

/*--------------------------------------------------------------
# Our social icons
--------------------------------------------------------------*/

.social-icon ul li {
	height: 2rem;
	width: 2rem;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.5rem;
	background-color: var(--dark-color);
	border-radius: 0;
	/* transform: rotate(45deg) skewX(10deg); */
	/* transform: rotate(45deg) skewX(45deg); */
}

.social-icon ul li:hover {
	/* transform: scale(1.1) rotate(30deg) skewX(10deg); */
	/* Adjust the transformation on hover */
	transition: all .5s;
	box-shadow: 0 0 5px var(--primary-color);
}

.social-icon ul li i {
	display: block;
	padding: 0;
	height: 100%;
	width: 100%;
	color: white;
	/* transform: rotate(-30deg) skewX(-10deg); */
	transform-origin: center center;
	/* Adjust the origin point as needed */
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.services {
	padding: 60px 0;
}

.services .service-item {
	padding: 40px;
	background: #fff;
	height: 100%;
	border-radius: 10px;
	/* border: 1px solid #ddd; */
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
}

.services .service-item .icon {
	width: 48px;
	height: 48px;
	position: relative;
	margin-bottom: 50px;
}

.services .service-item .icon i {
	color: var(--color-default);
	font-size: 56px;
	transition: ease-in-out 0.3s;
	z-index: 2;
	position: relative;
}

.services .service-item .icon:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #FFFACD;
	border-radius: 50px;
	z-index: 1;
	top: 10px;
	right: -20px;
	transition: 0.3s;
}

.services .service-item h3 {
	color: var(--Fifth-dark-color);
	font-weight: 700;
	margin: 0 0 20px 0;
	padding-bottom: 8px;
	font-size: 22px;
	position: relative;
	display: inline-block;
	border-bottom: 4px solid #FFFACD;
	transition: 0.3s;
}

.services .service-item p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
	color: var(--primary-color);
	text-align: justify;
}

.services .service-item .readmore {
	margin-top: 15px;
	display: inline-block;
	color: var(--light-color);
}

.services .service-item:hover .icon:before {
	background: var(--fourthly-color);
}

.services .service-item:hover h3 {
	border-color: var(--third-color);
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
portfolio .portfolio-flters {
	padding: 10px;
	margin: 0 auto 20px auto;
	list-style: none;
	text-align: center;
}

.portfolio .portfolio-flters li {
	border: 1px solid var(--dark-color);
	transition: 0.3s;
	color: var(--dark-color);
	/* color: white; */
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;


}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
	color: var(--primary-color);
}

.portfolio .portfolio-flters li:first-child {
	margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
	margin-right: 0;
}

@media (max-width: 575px) {
	.portfolio .portfolio-flters li {
		font-size: 14px;
		margin: 0 5px;
	}
}

.portfolio .portfolio-wrap {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	height: 100%;
	overflow: hidden;
	background-color: var(--primary-color);
}

.portfolio .portfolio-wrap img {
	transition: 0.3s;
	position: relative;
	z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-info {
	padding: 25px 20px;
	background-color: #fff;
	position: relative;
	border-top: 1px solid #f3f3f3;
	z-index: 2;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 18px;
	font-weight: 600;
	padding-right: 50px;
}

.portfolio .portfolio-wrap .portfolio-info h4 a {
	color: var(--Fifth-dark-color);
	transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 a:hover {
	color: var(--primary-color);
}

.portfolio .portfolio-wrap .card-body p {
	color: white;
	font-size: 14px;
	margin-bottom: 0;
	/* padding-right: 50px; */
	text-align: justify;
	/* background-color: var(--primary-color); */
}

.portfolio .portfolio-wrap:hover img {
	transform: scale(1.1);
}

.card-img-top {
	transition: background-color 0.3s ease;
}

.card-img-top:hover {
	background-color: rgba(0, 0, 0, 0.5);
	/* Change the background color as needed */
}

.portfolio-wrap {
	position: relative;
}

.portfolio-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.portfolio-wrap:hover .overlay {
	opacity: 1;
}

.portfolio-wrap .overlay p {
	color: #fff;
	font-size: 20px;
	z-index: 99;
}

/*--------------------------------------------------------------
  # Portfolio Details Section
  --------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
	width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--primary-color);
}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
	width: 48px;
	height: 48px;
}

.portfolio-details .swiper-button-prev:after,
.portfolio-details .swiper-button-next:after {
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 24px;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.portfolio-details .swiper-button-prev:hover:after,
.portfolio-details .swiper-button-next:hover:after {
	background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {

	.portfolio-details .swiper-button-prev,
	.portfolio-details .swiper-button-next {
		display: none;
	}
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.portfolio-details .portfolio-info h3:after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: var(--color-primary);
	left: 0;
	bottom: 0;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li {
	display: flex;
	flex-direction: column;
	padding-bottom: 15px;
	font-size: 16px;
}

.portfolio-details .portfolio-info ul strong {
	text-transform: uppercase;
	font-weight: 400;
	color: #9c9c9c;
	font-size: 12px;
}

.portfolio-details .portfolio-info .btn-visit {
	padding: 8px 40px;
	background: var(--color-primary);
	color: #fff;
	border-radius: 50px;
	transition: 0.3s;
}

.portfolio-details .portfolio-info .btn-visit:hover {
	background: #009d8b;
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
	padding: 0;
}

.portfolio-details .portfolio-description .testimonial-item {
	padding: 30px 30px 0 30px;
	position: relative;
	background: white;
	height: 100%;
	margin-bottom: 50px;
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50px;
	border: 6px solid #fff;
	float: right;
	margin: 0 10px 0 0;
}

.portfolio-details .portfolio-description .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding-top: 20px;
}

.portfolio-details .portfolio-description .testimonial-item h4 {
	font-size: 14px;
	color: #6c757d;
	margin: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
	color: #009d8b;
	font-size: 26px;
	line-height: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
	transform: scale(-1, -1);
}

.portfolio-details .portfolio-description .testimonial-item p {
	font-style: italic;
	margin: 0 0 15px 0 0 0;
	padding: 0;
}


.hero .btn-get-started1 {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 14px 40px;
	border-radius: 20px;
	transition: 0.3s;
	color: #0DA4AE;
	background: #FFDF00;
	background-image: url('../img/google_play.png');
	background-size: cover;
	/* Adjust as needed */
	background-position: center;
	/* Adjust as needed
	/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.689);
	border: 2px solid rgba(255, 255, 255, 0.1);*/
}

.hero .btn-get-started1:hover {
	border-color: #F6BC00;
}

@media (max-width: 640px) {
	.hero h2 {
		font-size: 36px;
	}

	.hero .btn-get-started1,
	.hero .btn-watch-video {
		font-size: 14px;
	}
}

.div1 {

	margin-top: 10px;
	padding-left: 0;
	padding-bottom: 0;
	/* color: var(--primary-color); */
	color: var(--primary-color);
	/* border-radius: 2px; */
	box-shadow: 1px 1px 1px 1px #e8e5e5;
	border: 1px solid #eeeeee;
	background-color: white;
	padding: 10px 0 10px 0;
	/* background: #fff; */
	/* height: 100%; */
}

.text-justify {
	text-align: justify;
}

.app-badge {
	height: 3rem;
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts article {
	box-shadow: 0 4px 16px rgba(232, 211, 211, 0.1);
	background-color: #fff;
	/* padding: 30px; */
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: -100px;
	padding-top: 30px;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.recent-posts .post-img {
	max-height: 340px;
	margin: -30px -30px 15px -30px;
	overflow: hidden;
}

.recent-posts .post-category {
	font-size: 16px;
	color: var(--primary-color);
	margin-bottom: 10px;
	padding-top: 30px;
	text-align: justify;
}

.recent-posts .title {
	font-size: 22px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 20px 0;
}

.recent-posts .title a {
	color: var(--color-default);
	transition: 0.3s;
}

.recent-posts .title a:hover {
	color: var(--color-primary);
}

.recent-posts .post-author-img {
	width: 50px;
	border-radius: 50%;
	margin-right: 15px;
}

.recent-posts .post-author {
	font-weight: 600;
	margin-bottom: 5px;
}

.recent-posts .post-date {
	font-size: 14px;
	color: #3c3c3c;
	margin-bottom: 0;
}

/* services video  */
.btn {
	position: relative;
	text-decoration: none;
	color: var(--primary-color);
	display: inline-block;
}

.video-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10000;
	display: none;
	justify-content: center;
	align-items: center;

}

.video-container.active {
	display: flex !important;
}

.video-container video {
	position: relative;
	max-width: 500px;
	outline: none;
	align-items: center;

}

@media (max-width:991px) {
	.video-container video {
		max-width: 90%;
	}
}

.video-container .close {
	position: absolute;
	top: -15%;
	align-items: center;
	font-size: 20px;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.video-container.show {
	pointer-events: all;
	opacity: 1;
}

.video-container.show video {
	transform: scale(1);

}

.floating-button {
	height: 3rem;
	width: 3rem;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 999;
	border-radius: 50%;
	background-color: var(--dark-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.floating-button:hover {
	transform: scale(1.1);
	transition: all .5s;
	box-shadow: 0 0 5px var(--primary-color);
}

#main .sign .active {
	background-color: var(--fourthly-color) !important;
	box-shadow: 0 0 5px var(--primary-color) !important;
	border: 1px solid white !important;
}


.floating-button img {
	display: block;
	padding: 0;
	max-height: 80%;
	max-width: 80%;
}

.divfooter {
	padding: 120px 0;
	position: absolute;
	color: var(--dark-color);
	font-weight: bold;
	background: none;
	text-align: center;
	align-items: center;
	min-height: auto;
	bottom: 0;
	left: 0;
	/* border-bottom: 5px solid var(--dark-color);  */
	z-index: 3;
	padding: 2px 6px 0 6px;
	margin-top: 350px;
	/* margin-right: 30px; */
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.tabs .team .tab-content .tab-pane {
	padding-right: calc(var(--bs-gutter-x)* .5) !important;
	padding-left: calc(var(--bs-gutter-x)* .5) !important;
}

.team .member {
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	overflow: hidden;
	box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
	margin-left: 20px !important;
}

.team .member img {
	border-radius: 10px;
	overflow: hidden;
}

.team .member .member-content {
	padding: 0 20px 30px 20px;
}

.team .member h4 {
	font-weight: 700;
	margin-top: 16px;
	margin-bottom: 2px;
	font-size: 20px;
}

.team .member .member-info span {
	padding-top: 5px;
	font-style: italic;
	display: block;
	font-size: 14px;
	color: var(--dark-color);
}

.team .member p {
	padding-top: 10px;
	font-size: 14px;
	font-style: italic;
	color: #6c757d;
}

.team .member .social {
	margin-top: 15px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.team .member .social a {
	color: var(--Fifth-light-color);
	background-color: var(--light-color);
	transition: 0.3s;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border: 1px solid var(--dark-color); */
}

.team .member .social a:hover {
	color: var(--primary-color);
	border-color: var(--secndery-color);
	background-color: var(--fourthly-color);
	box-shadow: 0 0 5px var(--dark-color);

}

.team .member .social i {
	font-size: 18px;
	margin: 0 2px;
}

.tabs .nav-link1 {
	padding: 10px;
	margin: 0 auto 20px auto;
	list-style: none;
	text-align: center;
}

.tabs .nav-link1 {
	border: 1px solid white;
	transition: 0.3s;
	color: white;
	/* color: white; */
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;

}

.tabs .nav-link1:hover {
	/* color: var(--primary-color); */
	color: var(--secndery-color);
	border-color: var(--secndery-color);
	box-shadow: 0 0 5px var(--primary-color);
}

.tabs .nav-link1.active {
	background: var(--secndery-color);
	color: white;
	border-color: var(--secndery-color);
}

/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq .content h3 {
	font-weight: 400;
	font-size: 34px;
}

.faq .content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}

.faq .content p {
	font-size: 15px;
	color: var(--primary-color);
}

.faq .accordion-item {
	border: 0;
	margin-bottom: 20px;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
	border-radius: 10px;

}

.faq .accordion-item:last-child {
	margin-bottom: 0;
}

.faq .accordion-collapse {
	border: 0;
	color: var(--primary-color);
	text-align: justify;
}

.faq .accordion-button {
	padding: 20px 50px 20px 20px;
	font-weight: 600;
	border: 0;
	font-size: 18px;
	line-height: 24px;
	color: var(--dark-color);
	text-align: right;
	background: #fff;
	box-shadow: none;
	border-radius: 10px !important;
}

.faq .accordion-button .num {
	padding-right: 10px;
	font-size: 20px;
	line-height: 0;
	color: var(--secndery-color);
}

.faq .accordion-button:not(.collapsed) {
	color: var(--primary-color);
	border-bottom: 0;
	box-shadow: none;
}

.faq .accordion-button:after {
	position: absolute;
	right: 20px;
	top: 20px;

}

.faq .accordion-body {
	padding: 0 40px 30px 45px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
	text-align: justify;
}

.faq .accordion-body ul {
	list-style: none;
	padding: 0;
	color: var(--primary-color);
}

.faq .accordion-body ul i {
	font-size: 20px;
	padding-right: 4px;
	text-align: justify;
	color: var(--dark-color);
}


/* footer */
#footer .credits {
	/* padding-top: 5px; */
	font-size: 13px;
}

#footer {
	background-color: var(--secndery-color);
	/* background: #fff; */
	transition: all 0.5s;
	z-index: 997;
	padding: 0px !important;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .container {
	color: var(--primary-color);

}

#footer .btn {
	background: #000000;
	color: #fff;
}

#footer .btn i {
	margin-right: 5px;
	font-size: 24px;
	line-height: 0;
}

#footer .social-links li a {
	font-size: 18px;
	display: inline-block;
	background: var(--dark-color);
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 0px !important;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .social-links a:hover {
	transition: all .5s;
	box-shadow: 0 0 5px var(--primary-color);
}

/* video popup*/
/* .custom-rounded {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
} */

.bgvideo:hover {
	background-color: rgba(213, 210, 210) !important;
}

.vid_play {
	cursor: pointer;
}

.imgservice-fluid {
	max-width: 100%;
	height: 344px;
}


/* إخفاء أيقونة التحكم بالصوت */
video::-webkit-media-controls-volume-slider {
	display: none;
}

video::-webkit-media-controls-mute-button {
	display: none;
}

#vidBox {
	position: absolute;
	left: 100px;
	top: 100px;
	transition: left 0.15s ease, top 0.15s ease;
	/* الحركة الانسيابية */
}


/* >>> Responsive Video Fix <<< */
#vidBox {
	max-width: 100vw;
	max-height: 100vh;
	width: auto !important;
	height: auto !important;
	overflow: hidden;
}

#vidBox video {
	max-width: 100% !important;
	max-height: 100% !important;
	width: 250px;
	height: auto;
	object-fit: contain;
}

@media (max-width: 576px) {
	#vidBox {
		left: 10px !important;
		top: auto !important;
		bottom: 80px;
	}

	#vidBox video {
		width: 90vw !important;
		height: auto !important;
	}
}


.spinner {
	margin: 0 auto;
	width: 45px;
	height: 45px;
	border: 5px solid #e0e0e0;
	border-top: 5px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* شكل علامة النجاح */
.spinner.done {
	border-color: #2ecc71;
	border-top-color: #2ecc71;
	animation: none;
	position: relative;
}

.spinner.done::after {
	content: '✔';
	color: #2ecc71;
	font-size: 22px;
	position: absolute;
	top: 7px;
	left: 12px;
	font-weight: bold;
}