@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=fallback');

@font-face {
	font-family: 'BebasNeue_Bold';
    src: url(/font/BebasNeue_Bold.ttf) format('truetype');
    font-display: fallback;
}

.default-blog__img {
	margin-bottom: 40px;
}

.default-blog__img a {
	display: block;
}

.default-blog__img img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.default-blog__content {
	margin-bottom: 40px;
}

.blog_single_text .default-blog__content p {
	font-size: 16px;
	line-height: 23.5px;
	font-weight: 400;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}

.blog_single_text .default-blog__content > * {
	margin-bottom: 25px;
	color: #000;
}
.blog_single_text .default-blog__content > *:last-child {
	margin-bottom: 0;
}

.blog_single_text .default-blog__content strong {
	display: block;
	margin-bottom: 19px;
	font-size: 18px;
	line-height: 23.5px;
	font-weight: 700;
	color: #656464;
}

.blog_single_text .default-blog__content > ul {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
}

.blog_single_text .default-blog__content > ul li {
	list-style-type: none;
	position: relative;
	padding-left: 16px;
	margin: 0;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 23.5px;
	font-weight: 400;
	color: #000;
	font-family: 'Segoe UI';
}
.blog_single_text .default-blog__content > ul li:last-child {
	margin-bottom: 0;
}

.blog_single_text .default-blog__content > ul li::before {
	width: 8px;
	height: 8px;
	position: absolute;
	content: '';
	left: 0;
	top: 8px;
	border-radius: 100%;
	background-color: #7CD0FF;
}
.blog_single_text .default-blog__content > ul li p:last-child {
	margin-bottom: 0;
}

.blog_single_text .default-blog__content a {
	color: #1391FF;
	text-decoration: none !important;
    display: inline;
    padding-bottom: 1px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor), to(currentColor));
    background: linear-gradient(to bottom, currentColor 0, currentColor 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;

}
.blog_single_text .default-blog__content a:hover,
.blog_single_text .default-blog__content a:focus {
	text-decoration: none !important;
	color: #1391FF;
	background-size: 0 1px;
}

.blog_single_text .default-blog h2 {
	font-size: 32px;
	font-family: 'Segoe UI';
	line-height: 43px;
	font-weight: 400;
	margin: 0 0 25px;
	color: #000;
	text-align: left;
}

.default-blog__five {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -35px;
	padding: 0 60px;
}

.default-blog__five--item {
	width: calc( 20% - 70px );
	margin: 0 35px 40px;
}

.default-blog__five--icon {
	width: 108px;
	height: 100px;
	margin: 0 auto 10px;
}

.default-blog__five--icon a {
	display: block;
}

.default-blog__five--icon img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.default-blog__five--text {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-weight: 700;
	font-family: 'Segoe UI';
	color: #000;
	padding: 0 5px;
}

.default-blog__double {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px 0 10px;
	background-color: #F9FBFC;
	position: relative;
	margin-bottom: 40px;
}

.default-blog__double::before {
	position: absolute;
	content: '';
	top: 0;
	left: -100vw;
	width: 100vw;
	background-color: #F9FBFC;
	height: 100%;
}

.default-blog__double::after {
	position: absolute;
	content: '';
	top: 0;
	right: -100vw;
	width: 100vw;
	background-color: #F9FBFC;
	height: 100%;
}

.default-blog__double--img {
	width: 418px;
}

.default-blog__double--img a {
	display: block;
}

.default-blog__double--img img {
	display: block;
	max-width: 100%;
	width: 100%;
	object-fit: contain;
	height: auto;
}

.default-blog__double--content {
	width: calc( 100% - 418px );
	padding-left: 50px;
}


.blog_single_text .default-blog__double--content strong {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #000;
}

.blog_single_text .default-blog__double--content > ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.blog_single_text .default-blog__double--content > ul li {
	list-style-type: none;
	position: relative;
	padding-left: 16px;
	margin: 0;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	font-family: 'Segoe UI';
}
.blog_single_text .default-blog__double--content > ul li:last-child {
	margin-bottom: 0;
}

.blog_single_text .default-blog__double--content > ul li::before {
	width: 8px;
	height: 8px;
	position: absolute;
	content: '';
	left: 0;
	top: 8px;
	border-radius: 100%;
	background-color: #7CD0FF;
}
.blog_single_text .default-blog__double--content > ul li p:last-child {
	margin-bottom: 0;
}

.default-blog__table--wrapper {
	overflow-x: auto;
	margin-bottom: 40px;
}

.default-blog__table {
	min-width: 700px;
	max-width: 100%;
	
}

.default-blog__table--row {
	display: flex;
	flex-direction: row;
	background-color: #F7F7F7;
}

.default-blog__table--row:nth-child(even) {
	background-color: #E5FFE9;
}

.default-blog__table--row:first-child .default-blog__table--item {
	text-align: center;
	font-size: 20px;
	line-height: 23.5px;
	font-family: 'Segoe UI';
	color: #000;
	font-weight: 700;
	padding: 16px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.default-blog__table--row .default-blog__table--item:first-child {
	font-weight: 600;
}

.default-blog__table--row .default-blog__table--item:nth-child(2) {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.default-blog__table--item {
	width: calc( 100% / 3 );
	padding: 25px 20px;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 23.5px;
	font-family: 'Segoe UI';
	color: #000;

}

.blog_single_text .default-blog__table--item > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog_single_text .default-blog__table--item > ul li {
	list-style-type: none;
	position: relative;
	padding-left: 18px;
	margin: 0;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 23.5px;
	font-weight: 400;
	color: #000;
	font-family: 'Segoe UI';
}
.blog_single_text .default-blog__table--item > ul li:last-child {
	margin-bottom: 0;
}

.blog_single_text .default-blog__table--item > ul li::before {
	width: 8px;
	height: 8px;
	position: absolute;
	content: '';
	left: 0;
	top: 8px;
	border-radius: 100%;
	background-color: #000;
}
.blog_single_text .default-blog__double--content > ul li p:last-child {
	margin-bottom: 0;
}

.blog_single_text .default-blog__content h4 {
	text-align: left;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 0;
}

.blog_single_text .default-blog__content h4 a {
	color: #000;
}

.default-blog__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -10px 20px;
}

.default-blog__item {
	width: calc( 25% - 20px );
	margin: 0 10px 20px;
	border: 1px solid #7BE18C;
	border-radius: 10px;
	overflow: hidden;
}

.default-blog__item--img {
	aspect-ratio: 220 / 101;
}

.default-blog__item--img a {
	display: block;
}

.default-blog__item--img img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 220 / 101;
}

.default-blog__item--descr {
	text-align: center;
	padding: 10px 8px 7px; 
}

.default-blog__item--title {
	font-family: 'BebasNeue_Bold';
	color: #7BE18C;
	font-weight: 700;
	font-size: 18px;
	line-height: 23.5px;
}

.default-blog__item--content {
	margin-top: 5px;
	font-size: 14px;
	line-height: 23.5px;
	font-family: 'Segoe UI';
	color: #000;
}

.default-blog__fourth {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 41.5px;
	margin: 0 -41.5px;
}

.default-blog__fourth--item {
	width: calc( 25% - 83px );
	margin: 0 41.5px 40px;
}

.default-blog__fourth--icon {
	margin: 0 auto 37px;
	position: relative;
	border-radius: 100%;
}

.default-blog__fourth--icon a {
	display: block;
}

.default-blog__fourth--icon img {
	aspect-ratio: 1 / 1;
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.default-blog__fourth--number {
	position: absolute;
	width: 21px;
	height: 21px;
	bottom: -10px;
	z-index: 1;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	font-family: 'Segoe UI';
	color: #fff;
	border-radius: 100%;
}

.default-blog__fourth--icon::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -37px;
	height: 37px;
	width: 1px;
	border-right: 1px dashed #000;
}

.default-blog__fourth--descr {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 10px;
	background: linear-gradient(180deg, #010810 0%, #2C4F49 49.53%, #7BE18C 100%);
	min-height: 109px;
	font-size: 13px;
	line-height: 22px;
	font-family: 'Inter';
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.default-blog__quote {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}

.default-blog__quote--icon {
	width: 241px;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 22px;
}

.default-blog__quote--icon a {
	display: block;
}

.default-blog__quote--icon img {
	display: block;
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	height: auto;
}

.default-blog__quote--content {
	width: calc( 100% - 263px );
	padding: 0 22px 0 47px;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	font-family: 'Segoe UI';
	text-align: left;
	color: #000;
}

.default-blog__quote--content::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background-image: url('/wp-content/uploads/2026/02/left_quote.png');
	width: 25px;
	height: 19px;
}

.default-blog__quote--content::after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	background-image: url('/wp-content/uploads/2026/02/right_quote.png');
	width: 25px;
	height: 19px;
}

.blog_single_text .default-blog .request_appointment_block h2 {
	text-align: center;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
}

.blog_single_text .default-blog .request_appointment_block a.livesite-contact {
	margin-bottom: 40px;
}

.default-blog .resourses__wrapper {
	padding: 34px 35px 50px;
}

.blog_single_text .default-blog .resourses__wrapper h2 {
	text-align: center;
	margin-bottom: 16px;
}

.blog_single_text .default-blog .resourses__wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog_single_text .default-blog .resourses__wrapper ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.blog_single_text .default-blog .resourses__wrapper ul li:last-child {
	margin-bottom: 0;
}

.blog_single_text .default-blog .resourses__wrapper ul li a {
	color: #009CE9;
	text-decoration: none !important;
    display: inline;
    padding-bottom: 1px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor), to(currentColor));
    background: linear-gradient(to bottom, currentColor 0, currentColor 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;

}
.blog_single_text .default-blog .resourses__wrapper ul li a:hover,
.blog_single_text .default-blog .resourses__wrapper ul li a:focus {
	text-decoration: none !important;
	color: #009CE9;
	background-size: 0 1px;
}

@media screen and (max-width: 992px) {
	.default-blog__five {
		padding: 0;
		margin: 0 -15px;
	}
	.default-blog__five--item {
		width: calc(20% - 30px);
		margin: 0 15px 40px;
	}

	.default-blog__double--img {
		width: 100%;
		max-width: 418px;
		margin: 0 auto 30px;
	}

	.default-blog__double--content {
		width: 100%;
		padding-left: 0;
	}

	.default-blog__item {
		width: calc( 50% - 20px );
	}

	.default-blog__fourth {
		padding: 0;
		margin: 0 -15px;
	}

	.default-blog__fourth--item {
		width: calc( 50% - 30px );
		margin: 0 15px 30px;
	}
	.default-blog__table--row:first-child .default-blog__table--item {
		font-size: 18px;
	}

	.default-blog__table--item {
		font-size: 16px;
		padding: 20px 15px;
	}

	.blog_single_text .default-blog h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.blog_single_text .default-blog__content > * {
		margin-bottom: 20px;
	}
	.default-blog__content {
		margin-bottom: 30px;
	}
	.default-blog__quote--content {
		font-size: 18px;
		line-height: 26px;
		padding: 0 22px 0 30px;
	}

	.default-blog__table--wrapper {
		margin-bottom: 30px;
	}
	.default-blog__img {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.default-blog__quote--icon {
		width: 100%;
		max-width: 241px;
		margin: 0 auto 30px;
	}
	.default-blog__quote--content {
		width: 100%;
	}

	.default-blog .resourses__wrapper {
		padding: 30px 15px;
	}

	.default-blog__five--item {
		width: calc( (100% / 3) - 30px );
		margin: 0 15px 30px;
	}
}

@media screen and (max-width: 568px) {
	.default-blog__item {
		width: calc( 100% - 20px );
	}

	.default-blog__fourth--item {
		width: calc( 100% - 30px );
	}
}

@media screen and (max-width: 432px) {
	.default-blog__five--item {
		width: calc( 50% - 30px );
	}
	.default-blog__five {
		justify-content: flex-start;
	}
}