/* Add Fonts CSS */
@font-face {
	font-family: "YekanBakh";
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/YekanBakh/YekanBakh.ttf) format("truetype"),
		url(../fonts/YekanBakh/YekanBakh.eot) format("eot"),
		url(../fonts/YekanBakh/YekanBakh.woff) format("woff"),
		url(../fonts/YekanBakh/YekanBakh.svg) format("svg");
}

@font-face {
	font-family: "YekanBakh";
	font-style: normal;
	font-weight: bold;
	src: url(../fonts/YekanBakh/YekanBakh-Bold.ttf) format("truetype"),
		url(../fonts/YekanBakh/YekanBakh-Bold.eot) format("eot"),
		url(../fonts/YekanBakh/YekanBakh-Bold.woff) format("woff"),
		url(../fonts/YekanBakh/YekanBakh-Bold.svg) format("svg");
}

/* Base CSS */
* {
	text-decoration: none;
	outline: none;
}

div {
	display: block;
}

body {
	font-family: YekanBakh;
	font-weight: normal;
	font-size: 14px;
	direction: rtl;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	line-height: 80px;
	overflow-y: scroll;
}

footer {
	position: fixed;
	bottom: 0px;
	margin: auto;
	width: 100%;
	z-index: 1;
}

#bg-canvas {
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: fixed;
	z-index: 1;
}

.container {
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

.logo {
	margin-bottom: 30px;
	max-width: 260px;
}

.main-wrapper {
	position: fixed;
	top: 38%;
	margin-top: -220px;
	width: 100%;
	text-align: center;
	height: 100%;
	z-index: 1;
}

.head_title_text {
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.primary_title_text {
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
}

.secondary_title_text {
	line-height: 40px;
	font-size: 16px;
}

.comming-soon-contact {
	padding-top: 90px;
	font-size: 16px;
}

.contact_head_title {
	line-height: 15px;
}

.contact_info {
	font-size: 18px;
	direction: rtl !important;
}

.contact_info .phone_contact,
.contact_info .email_contact {
	display: inline-block;
	line-height: 20px;
	padding-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
}

.contact_info .phone_contact a,
.contact_info .email_contact a,
.contact_info .phone_contact a:hover,
.contact_info .email_contact a:hover {
	color: #7dbc26 !important;
}

.contact_info .phone_contact a {
	padding-right: 25px;
}

.contact_info .phone_contact a {
	background-repeat: no-repeat !important;
	padding-left: 25px;
	background-position: left 4px !important;
}

.contact_info .email_contact a {
	background-repeat: no-repeat !important;
	padding-left: 25px;
	background-position: left 4px !important;
}

.contact_info .phone_contact a:before {
	content: " ";
	position: absolute;
	height: 1px;
	width: 4px;
	margin-right: -26px;
	margin-top: 10px;
}

.footer-copyright {
	text-align: center;
	font-size: 16px;
	line-height: 57px;
}

/* Dark Mode CSS */
body.dark_mode a,
body.dark_mode a:hover {
	color: #ab51b8 !important;
}

body.dark_mode {
	background: linear-gradient(243.18deg, #262627 0%, #101016 100%);
	color: #fff;
}

body.dark_mode .head_title_text {
	background: linear-gradient(223deg, #0e5645 0%, #7f7f7f 100%);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
	text-fill-color: transparent !important;
}

body.dark_mode .primary_title_text,
body.dark_mode .secondary_title_text {
	color: #fff;
}

body.light_mode .contact_head_title {
	color: #fff;
}

body.dark_mode .contact_info .phone_contact a,
body.dark_mode .contact_info .email_contact a,
body.dark_mode .contact_info .phone_contact a:hover,
body.dark_mode .contact_info .email_contact a:hover {
	color: #7dbc26;
}

body.dark_mode .contact_info .phone_contact a {
	background: url(../img/phone_icon_dark.svg);
}

body.dark_mode .contact_info .email_contact a {
	background: url(../img/email_icon_dark.svg);
}

body.dark_mode .contact_info .phone_contact a:before {
	background: #7dbc26;
}

body.dark_mode .footer-copyright {
	color: #fff;
}

/* Light Mode CSS */
body.light_mode a,
body.light_mode a:hover {
	color: #115645 !important;
}

body.light_mode {
	background: linear-gradient(249.4deg,
			#fff 39.92%,
			rgba(247, 193, 255, 0.1) 111.08%);
	color: #fff;
}

body.light_mode .head_title_text {
	background: linear-gradient(223deg, #0e5645 0%, #7f7f7f 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
	text-fill-color: transparent !important;
}

body.light_mode .primary_title_text,
body.light_mode .secondary_title_text {
	color: #1d2124;
}

body.light_mode .contact_head_title {
	color: #646464;
}

body.light_mode .contact_info .phone_contact a,
body.light_mode .contact_info .email_contact a,
body.light_mode .contact_info .phone_contact a:hover,
body.light_mode .contact_info .email_contact a:hover {
	color: #115645 !important;
}

body.light_mode .contact_info .phone_contact a {
	background: url(../img/phone_icon_light.svg);
}

body.light_mode .contact_info .email_contact a {
	background: url(../img/email_icon_light.svg);
}

body.light_mode .contact_info .phone_contact a:before {
	background: #115645 !important;
}

body.light_mode .footer-copyright {
	color: #646464;
}

.cards-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 30px 10px;
}

.card {
	background: #fff;
	box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
	border-radius: 10px;
	text-align: center;
	flex: 1 1 calc(33.333% - 20px);
	margin-bottom: 10px;
	max-width: 320px;
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 160px;
}

.card:hover {
	box-shadow: 0 10px 30px #11564547;
	transform: translateY(-4px);
}

.card-content h3 {
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 22px;
}

.card-content p {
	font-size: 16px;
	line-height: 10px;
}

.cdh-logo {
    max-width: 120px;
    margin-bottom: 25px;
    margin-top: 30px;
}

/* Responsive CSS */
@media (max-width: 991px) {
	.head_title_text {
		font-size: 50px;
	}

	.primary_title_text {
		font-size: 23px;
	}

	.secondary_title_text {
		font-size: 16px;
	}

	.comming-soon-contact {
		font-size: 16px;
	}

	.contact_info .phone_contact a,
	.contact_info .email_contact a {
		font-size: 18px;
	}

	.footer-copyright {
		font-size: 16px;
	}

	.main-wrapper {
		top: 32%;
	}

	body {
		line-height: 70px;
	}
}

@media (max-width: 768px) {
	.head_title_text {
		font-size: 30px;
	}

	.primary_title_text {
		font-size: 20px;
		line-height: 38px;
		padding-top: 10px;
	}

	.secondary_title_text {
		font-size: 16px;
		line-height: 38px;
		padding-top: 10px;
	}

	.contact_head_title {
		line-height: 40px;
	}

	.container {
		width: 96%;
		padding-left: 0%;
		padding-right: 1%;
	}

	.footer-copyright {
		line-height: 36px;
		padding-right: 25px;
		padding-left: 25px;
	}

	.card {
		flex: 1 1 calc(50% - 20px);
		height: 140px;
	}

	.logo {
		max-width: 180px;
		margin-bottom: 20px;
	}

	.cards-wrapper {
		gap: 15px;
		padding: 20px 10px;
		margin-bottom: 5px;
	}

	.card-content h3 {
		font-size: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	body {
		line-height: 60px;
	}

	.main-wrapper {
		top: 0% !important;
		margin-top: 15px !important;
	}

	.head_title_text {
		font-size: 34px;
		line-height: 45px;
	}

	.primary_title_text {
		font-size: 20px;
		line-height: 36px;
		padding-top: 10px;
	}

	.secondary_title_text {
		font-size: 18px;
		line-height: 38px;
		padding-top: 10px;
	}

	.comming-soon-contact {
		padding-top: 10px;
	}

	.contact_head_title {
		line-height: 20px;
	}

	.container {
		width: 96%;
		padding-left: 0%;
		padding-right: 1%;
	}

	.footer-copyright {
		line-height: 36px;
		padding-right: 25px;
		padding-left: 25px;
	}
}