body {
	font-family: Arial, sans-serif;
	padding: 0;
	direction: rtl;
	background-color: #efefe6;
	color: #333;
	top: auto;
}
.owner-section {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 20px;
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px
}
.owner-section .owner-image img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #941e1e}
.owner-section .owner-info h2 {
	margin-bottom: 10px;
	color: #941e1e;
	font-size: 22px
}
.features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin: 50px 20px;
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px
}
.features .feature i {
	font-size: 40px;
	color: #941e1e;
	margin-bottom: 10px
}
.features .feature h3 {
	color: #941e1e;
	margin-bottom: 10px
}
.years-section h2 {
	text-align: center;
	color: #941e1e;
	margin-bottom: 20px;
	font-size: 24px;
	background-color: #efefe6;
}
.year {
	text-align: center;
	background-color: #ffffff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
}
.year_text {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-top: -2.5rem;
	background-color: #efefe6;
	box-shadow: -5px 5px 20px #0006;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	border-color: rgb(203 213 225);
	border-width: 1px;
	border-radius: .375rem;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	position: relative;
	word-wrap: break-word;
}
.top-students h2 {
	text-align: center;
	color: #941e1e;
	margin-bottom: 20px;
	font-size: 24px;
	background-color: #efefe6;
}
.student {
	position: relative;
	text-align: center;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
	padding-top: 15px
}
.student-details {
	padding-right: 1.25rem;
	text-align: right;
	background-color: #efefe6;
	box-shadow: -5px 5px 20px #0006;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	border-color: rgb(203 213 225);
	border-width: 1px;
	border-radius: .375rem;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	position: relative;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem
}
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 20px;
	background-color: #000000;
	color: #ffffff;
	position:sticky;
	top:0;
	width:-webkit-fill-available;
	z-index: 1000;
}
header .navbar-nav .nav-link,
footer .navbar-nav .nav-link {
    color: #ffffff;
}
header a, footer a {
    color: #ffffff;
}
footer {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	padding: 20px 10px;
	margin-top: 50px
}
button {
	background-color: #ffffff;
	color: #a30000;
	padding: 12px;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #cfcfcf;
}
button:hover {
	background-color: #d8ccca}
.d-grid.gap-2 a {
    border: 1px solid #cfcfcf;
    font-weight: bold;
    text-align: center;
	text-decoration: none;
	padding: 10px;
	background-color:#ffffff;
	color:#a30000;
	border-radius: 5px;
}
.forgot-password_form button {
	background-color: #ffffff;
	color: #a30000;
	padding: 12px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: 50%;
	font-size: 16px;
	margin-top: 20px
}

.forgot-password_form button:hover {
	background-color: #d8ccca}
.buy-button {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #a30000;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.buy-button:hover {
    background-color: #d8ccca;
}
.purchase-button {
    background-color: #ffffff;
    color: #a30000;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.purchase-button:hover {
    background-color: #d8ccca;
}
nav ul li a{
	text-decoration:none;
	color:#ffffff;
	font-size:16px
}
span.header {
    font-size: 30px;
    color: #941e1e;
}
span.s_head {
    color: #941e1e;
    font-weight: bold;
    display: block;
    padding-top: 20px;
}
h1 {
	background-color: #83220c;
	color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px
}
h2 {
	background-color: #0c2b83;
	color: #ffffff;
	padding: 5px;
    border-radius: 5px;
}
h3 {
	background-color: #0c8326;
	color: #ffffff;
	padding: 5px;
    border-radius: 5px;	
}
h4 {
	background-color: #ddba0d;
	color: #000000;
	padding: 5px;
    border-radius: 5px;	
}
h5 {
	background-color: #bf6bbc;
	color: #000000;
	padding: 5px;
    border-radius: 5px;	
}
h6 {
	background-color: #000000;
	color: #ffffff;
	padding: 5px;
    border-radius: 5px;	
}
.auth-buttons a{
    background-color: #ffffff;
    color: #a30000;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    display: flow;
    margin: 5px;
}
.side-menu{
	background-color:#000000;
	color: #ffffff;
	z-index:999;
	padding:20px
}
.menu-toggle .bar{
	display:block;
	width:25px;
	height:4px;
	margin:5px auto;
	background-color:#ffffff}
.side-menu p{
	font-size:16px;
	color:#ffffff;
	text-align:center;
	font-weight:bold
}
header .auth-buttons .login-btn,header .auth-buttons .register-btn{
	margin-left:15px;
	padding:8px 20px;
	background-color: #ffffff;
	color:#a30000;
	border:none;
	border-radius:5px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	transition:background-color .3s,color .3s
	}
	header .auth-buttons .login-btn:hover,header .auth-buttons .register-btn:hover{
		background-color:#d8ccca;
		}
.side-menu.show {
    padding-top: 75px;
    width: 250px;
}
.user-icon{
	font-size:40px;
	cursor:pointer;
	color:aliceblue
}
#notificationDropdown {
    display: none;
}
hr {
	border-width: thick;
	border-top: 5px solid rgb(45 212 191)
}
.slideshow {
	height: 450px;
	position: relative;
	overflow: hidden
}
.slideshow img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.slide {
	display: none;
	opacity: 0;
	transition: opacity 1s ease-in-out
}
.slide.active {
	display: block;
	opacity: 1
}
.slide img {
	width: 100%;
	height: 400px;
	transition: opacity 1s ease-in-out
}
.owner-section .owner-info {
	margin-right: 20px
}
.owner-section .owner-info p {
	font-size: 16px;
	line-height: 1.6
}
.features .feature {
	text-align: center;
	padding: 15px;
	background-color: #F8E7E2;
	border-radius: 10px;
	transition: transform 0.3s
}
.features .feature p {
	font-size: 14px;
	color: #666
}
.features .feature:hover {
	transform: translateY(-10px)
}
.years-section {
	margin: 50px 20px
}
.year img {
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 10px;
	width: 100%
}
.year:hover {
	transform: translateY(-10px)
}
.top-students {
	margin: 50px 20px
}
.student-image {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: linear-gradient(2deg, violet, indigo, blue, green, yellow, orange, red);
	border: 5px solid transparent;
	overflow: hidden;
	display: inline-flex
}
.student-image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.student p {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold
}
.page {
	width: 100%;
	display: flex;
	justify-content: center
}
.topic {
	width: 80%;
	margin-top: 20px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	background-color: #f3f4f6;
	box-shadow: -5px 5px 20px #0006;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	border-color: rgb(203, 213, 225);
	border-width: 1px;
	border-radius: .375rem
}
input {
	width: 90%;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ddd;
	border-radius: 5px
}
.form-group {
    display: flex;
    justify-content: center;
    flex-direction: column
}
.success {
	margin-bottom: 20px;
	background-color: #f9f9f9;
	border: 2px solid #4caf50;
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #333;
	position: relative;
	font-weight: bold
}
.success i {
	color: #4caf50;
	font-size: 24px;
	margin-right: 10px;
	vertical-align: middle
}
.error {
	margin-bottom: 20px;
	background-color: #f9f9f9;
	border: 2px solid red;
	border-radius: 8px;
	padding: 20px 0px;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #333;
	position: relative
}
.error i {
	color: red;
	font-size: 24px;
	margin-right: 10px;
	vertical-align: middle
}
.profile {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
	padding: 20px;
	margin-bottom: 20px
}
form {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px
}
label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold
}
.forgot-password_form label {
    display: flex;
    font-weight: bold;
    color: blue;
    margin-bottom: 20px
}
input[type="password"] {
	width: 90%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 4px
}
.message {
	font-size: 16px;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold
}
.name,
.phone,
.email,
.governorate,
.created-date,
.created-time {
	font-weight: bold
}
.balance {
	font-size: 1.2em;
	color: green
}
.profile p {
	margin: 10px 0
}
.profile strong {
	width: 150px;
	display: inline-block;
	color: #555
}
.created-date {
	color: #007bff
}
.created-time {
	color: #555
}
.tree {
	list-style-type: none;
	padding-right: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}
.tree li {
	margin: 10px 0;
	position: relative;
	list-style-type: none;
	padding: 10px
}
.tree li::before {
	content: "◀";
	color: #83220c;
	display: inline-block;
	width: 20px;
	cursor: pointer;
	float: right
}
.tree li.open::before {
	content: "▼"
}
.tree li.no-children::before {
	content: ""
}
.tree li>ul {
	display: none;
	padding-right: 5px
}
.tree li.open>ul {
	display: block
}
.price {
	font-weight: bold;
	color: green;
	margin-right: 10px
}
.discounted-price {
	font-weight: bold;
	color: red;
	margin-right: 10px
}
.attachments {
	font-style: italic;
	color: gray
}
.empty {
	display: none
}
.end_text {
	display: contents;
	font-family: sans-serif;
	font-weight: bold;
	cursor: pointer
}
.sf {
	padding-right: 1.25rem;
	background-color: #f3f4f6;
	box-shadow: -5px 5px 20px #0006;
	padding-bottom: 1rem;
	padding-top: 1rem;
	border-color: rgb(203, 213, 225);
	border-width: 1px;
	border-radius: .375rem;
	width: 90%;
	margin-right: 25px;
	margin-top: -15px;
	color: #000000;
	font-weight: bold;
	cursor: pointer
}
.course-note {
	background-color: #f9f9f9;
	border: 2px solid #4caf50;
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #333;
	position: relative
}
.course-note i {
	color: #4caf50;
	font-size: 24px;
	margin-right: 10px;
	vertical-align: middle
}
.course-note .register-link {
	color: #4caf50;
	text-decoration: none;
	font-weight: bold
}
.course-note .register-link:hover {
	text-decoration: underline
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #000;
  padding-bottom: 15px
}
.Purchase_process {
    display: flex;
    flex-direction: column;
    align-items: center
}
.ssf {
    background-color: #f3f4f6;
    box-shadow: -5px 5px 20px #0006;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-color: rgb(203, 213, 225);
    border-width: 1px;
    border-radius: .375rem;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
.sf1 {
    width: 90%;
}
.sf2 {
    width: 80%;
}
.sf3 {
    width: 70%;
}
.sf4 {
    width: 60%;
}
.sf5 {
    width: 50%;
}
.purchase-button-container {
    text-align: center;
    margin-top: 20px;
}
span.purchased {
    padding-right: 10px;
    font-weight: bold;
    color: red;
}
#videoPlayer {
    width: 100%;
    max-width: 640px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	display: block;
    margin: 0 auto;
}
p.attachment_heder {
    width: 100%;
    font-weight: bold;
    background-color: burlywood;
    padding: 10px 0px 10px 0px;
    text-align: center;
    border-radius: 10px;
}
a.attachment {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    width: 100%;
    display: block;
    padding: 10px 0px 10px 0px;
    text-align: center;
    text-decoration: none;
    color: brown;
    font-weight: bold;
	margin-bottom: 10px;
}
span.head {
    font-weight: bold;
}

@media screen and (max-width:768px) {
	.years-container .year {
		width: 95%;
		margin-top: 20px
	}
	.students-grid .student {
		width: 95%;
		margin-top: 20px
	}
	i {
		padding-bottom: 15px;
		padding-left: 10px
	}
	.owner-section {
		flex-direction: column
	}
	.profile strong {
		border-radius: 10px;
		width: 100%;
		text-align: center;
		background-color: brown;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 10px;
		color: #ffffff
	}
	.name,
	.phone,
	.email,
	.governorate,
	.created-date,
	.created-time,
	.balance {
		font-weight: bold;
		text-align: center;
		width: 100%;
		display: block;
		background-color: antiquewhite;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 10px
	}
	.price {
		display: flex;
		padding-top: 5px
	}
	.tree li {
		padding: 5px 5px 5px 0
	}
	.end_text {
		font-family: serif;
		font-size: small
	}
	.sf {
		width: 80%;
		text-align: center;
		padding-right: 0
	}
	#videoPlayer {
        max-width: 100%;
        border: none;
    }
}