﻿body {
	direction: rtl;
	font-family: 'Cairo', sans-serif;
	text-align: right;
	margin: 0;
	padding: 0;
}

.medical-course-section {
	padding: 60px 80px;
	text-align: center;
}

.page-title {
	color: #175BA7;
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 40px;
	text-align: right;
	padding-right: 100px;
}

.buttons-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 40px auto;
	max-width: 1200px;
	padding: 0 40px;
}

.course-button {
	background-color: #2889C3;
	color: #FFFFFF;
	border: none;
	border-radius: 50px;
	padding: 15px 30px;
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	line-height: 1.3;
	margin-bottom: 15px;
	flex-direction: column;
	cursor: pointer;
}

	.course-button:hover {
		background-color: #FFFFFF;
		color: #2889C3;
		border: 1px solid #2889C3;
	}

.light-line {
	font-weight: 300;
	font-size: 0.9rem;
	margin-top: 3px;
}

.course-yellow-1 {
	background-color: #7ECEF4;
}

.course-yellow-2 {
	background-color: #1AABDD;
}

.course-yellow-3 {
	background-color: #2889C3;
}

.course-yellow-4 {
	background-color: #1D75B3;
}

.course-yellow-5 {
	background-color: #285B86;
}

.course-yellow-6 {
	background-color: #00335E;
}

.single-line-text {
	font-weight: 700;
	line-height: normal;
}

.two-lines-text {
	font-weight: 700;
	text-align: center;
}

.what-is-wrapper-full {
	width: 100%;
	margin: 0;
	background-color: #EDEDED;
	padding: 40px 80px;
	box-sizing: border-box;
	text-align: right;
}

.delivery-title-align {
	margin-right: 40px;
}

.what-is-content {
	max-width: 800px;
	margin-right: 40px;
	color: #175BA7;
}

.what-highlight {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
}

.what-is-highlight {
	font-size: 2.5rem;
	font-weight: 500;
	margin: 20px 0 0 0;
	line-height: 1.2;
}

.medical-writing-text-only {
	max-width: 700px;
	margin: 100px 40px 40px 40px;
	color: #6c757d;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: right;
	padding-right: 60px;
	position: relative;
}

.medical-course-image-standalone {
	position: absolute;
	top: 0;
	left: -950px;
	width: 100%;
	max-width: 780px;
	height: auto;
	border-radius: 15px;
	transition: transform 0.3s ease;
}

	.medical-course-image-standalone:hover {
		transform: scale(1.03);
	}

@media (max-width: 1200px) {
	.medical-course-image-standalone {
		position: static;
		width: 100%;
		margin: 20px 0 0 0;
		display: block;
	}

	.medical-writing-text-only {
		padding-right: 20px;
		margin-left: 20px;
	}
}

@media (max-width: 768px) {
	.medical-course-section {
		padding: 30px 20px;
	}

	.buttons-container {
		grid-template-columns: 1fr;
		gap: 20px;
		max-width: 100%;
		margin: 20px auto;
		padding: 0 10px;
	}

	.page-title {
		font-size: 2.2rem;
		padding-right: 20px;
		margin-right: 0;
	}

	.what-is-wrapper-full {
		width: 100%;
		position: static;
		margin-left: 0;
		padding: 20px 15px;
	}

	.what-is-content {
		max-width: 100%;
		margin-right: 0;
	}
}
