
@import url('bootstrap.rtl.min.css');
@import url('bootstrap-icons.min.css');
@font-face {
	font-family: "Estedad";
	src: url("../fonts/Estedad.woff2");
}
@font-face {
	font-family: "Estedad-FD";
	src: url("../fonts/Estedad-FD.woff2");
}
@font-face {
	font-family: "Mikhak";
	src: url("../fonts/Mikhak.woff2");
}
body {
	font-family: Mikhak;
	background: #fff;
	margin:0 auto;
	padding: 0;
	direction: rtl;
	text-align: center;
	
}

/* --- بخش عنوان اصلی --- */
h1 {
	font-family: Estedad;
	font-size: 36px;
	margin: 0;
	padding: 30px 0;
	font-weight: bold;
	color: #000;
}
.link {
	text-decoration:none;
}

/* --- بخش تصویر و تاریخ‌ها کنار هم --- */
.top-section {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	
	padding: 20px;
	gap: 40px;
}

.top-section img {
	width: 250px;
	height: auto;
	border-radius: 8px;
}

/* جعبه‌های تاریخ */
.dates {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}

.dates .box {
	background: #cfeaf3;
	padding: 12px 20px;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
	min-width: 250px;
	box-shadow: 0 0 3px #ccc;
}

/* --- بخش ثبت نام --- */
.main-section {
	background: #bfe3ef;
	padding: 40px;
	margin: 30px auto;
	max-width: 800px;
	border-radius: 5px;
	font-size: 30px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.main-section i {
	font-size: 26px;
}

/* --- لینک‌ها در دو ستون --- */
.links-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	max-width: 900px;
	margin: 20px auto;
	text-align: right;
}

.links-section {
	flex: 1;
	min-width: 300px;
}

.links-section h3 {
	background: #eee;
	padding: 10px;
	border-radius: 4px;
	font-size: 18px;
	margin-top: 0;
}

.links-section ul {
	list-style: none;
	padding-right: 15px;
}

.links-section li {
	margin: 6px 0;
}

.links-section a {
	color: #0077aa;
	text-decoration: none;
}

.links-section a:hover {
	text-decoration: underline;
}

.hidden-box {
	display: none;
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px 0 10px 0;
	border-radius: 4px;
	font-size: 14px;
	color: #444;
}

.footer {
	margin: 30px 0 20px;
	font-size: 14px;
	color: #555;
	text-align: center;
}
