@font-face {
    font-family: 'El Messiri';
    src: url('https://www.sult4n.com/fonts/ElMessiri-Medium.woff2') format('woff2'),
        url('https://www.sult4n.com/fonts/ElMessiri-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* الهيدر */
    .header {
    background: #0c3465;
    color: #fff;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo a:link, .logo a:hover, .logo a:visited {
    text-decoration: none;
    color: white;
}

/* التاريخ الهجري والميلادي */
.circle {
	position: absolute;
	right: 0;
	left: 0;
	background-color: #007bff;
	padding: 10px;
	font-family: 'El Messiri';
}
.dates {
    font-family: 'El Messiri';
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	gap: 50px;
	margin: 0 10px;
}
.dates p {
    font-family: 'El Messiri';
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #FFF;
}

/*زر المشاركة */
.button2 {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    background: #25D366;
    color: #000 !important;
    font-weight: 700;
    font-family: 'El Messiri';
    outline: 0;
    font-size: 0.8em;
    padding: 0.65em 1.5em 0.65em 1.5em;
    text-align: center;
    margin: 0 0 0 0;
    box-shadow: 1px 1px #cc15cd;
}

/* مقال المحنوى  */
.content3 {
  font-family: 'El Messiri';
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  line-height: 1.9;
  font-size: 16px;
  margin-top: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.content3 h2 {font-family: 'El Messiri';font-size: 24px; color: #000;}
.content3 p {font-family: 'El Messiri';font-size: 16px; color: #000;}

/* المقال */
.content2 {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	line-height: 1.9;
	font-size: 16px;
	margin-top: 20px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	width: 90%;
	margin: 0 auto;
}

/* روابط الأدوات ذات الصلة */
.dc-related {
	font-family: 'El Messiri';
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
}

.dc-related p {
    margin-bottom: 8px;
    color: #444;
}

.dc-related-links {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.dc-btn-outline {
    border-radius: 999px;
    border: 1px solid #0c3465;
    color: #0c3465;
    background: #fff;
    padding: 7px 16px;
    font-size: 14px;
    text-decoration: none;
}

.dc-btn-outline:hover {
    background: #0c3465;
    color: #fff;
}

/* تعرف ايضا */
    .button3 {
    background-color: #f4f4f4;
    border-radius: .475rem;
    border: solid 1px #dee2e6;
    color: #030726 !important;
    display: inline-block;
    font-weight: 800;
    min-width: 17em;
    padding: .8rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    margin-bottom: 15px;
    text-align: center;
    font-family: 'El Messiri';
    text-decoration: none;
    font-size: large;
    letter-spacing: 0.5px;
}

/* الفوتر */
p.footer2 {
    font-family: 'El Messiri';
    font-size: small;
    margin: 0px 10px 10px 0px;
    color: #000;
}
p.footer2 span {
font-weight: 700;
}