:root {
	--m-color:#1A3C34;
	--s-color:#F28C38;
	--t-color:#E8ECEF;
	--md-color:#103030;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'IBMPlexSansArabic', sans-serif !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration:none;
	transition: all 0.3s ease-in-out;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 3em 1.5em 0;
}

footer ul {
	list-style: none;
	padding:0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

   table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px auto;
        border: 1px solid #ddd;
    }

    table td {
        padding: 10px;
        border: 1px solid #ddd;
        text-align: right;
    }

    table tr:nth-child(odd) {
        background-color: rgba(211, 211, 211, 0.5); /* Light gray (beige) for odd rows */
    }

    table tr:nth-child(even) {
        background-color: transparent; /* Transparent for even rows */
    }

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-right: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: right;
	position: absolute;
	top: 100%;
	right: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	right: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	right: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: auto;
}

.main-navigation li {
	position: relative;
}



/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	direction:ltr;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

.ddds h2,.ddds h3,.ddds h4,.ddds h5,.ddds h6 {
    font-size: 28px;
    font-weight: 700;
    color: var(--m-color);
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.4;
    border-right: 3px solid var(--md-color);
    border-left: 3px solid var(--md-color);
}

.ddds  h2::before,.ddds  h3::before, .ddds  h4::before,.ddds  h5::before,.ddds  h6::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, transparent 0%, #1a3c34 50%, transparent 100%);
}

.ddds h2::after,.ddds h3::after,.ddds h4::after,.ddds h4::after,.ddds h5::after, .ddds h6::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, transparent 0%, #1a3c34 50%, transparent 100%);
}

/*------ Subject Content Table inside Articles -------*/
    .professional-table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        font-size: 16px;
        text-align: right;
        background-color: #ffffff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .professional-table th,
    .professional-table td {
        padding: 15px;
        border-bottom: 1px solid #f1f1f1;
    }

    .professional-table th {
        background-color:  var(--m-color);
        color: #ffffff;
        font-weight: 700;
    }

    .professional-table td {
        color:  var(--m-color);
    }

    .professional-table tr:last-child td {
        border-bottom: none;
    }

    .professional-table td:first-child {
        font-weight: 600;
        color: var(--m-color);
    }

    .professional-table td i {
        margin-left: 10px;
        color:  var(--m-color);
    }

     .user-notice {
        background: linear-gradient(135deg, #1A5276, #2C3E50);
        color: #ffffff;
        padding: 20px 20px 20px 100px; /* زيادة الـ padding لترك مساحة للأيقونة */
        border-radius: 15px;
        text-align: right;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        margin: 20px 0;
        font-size: 18px;
        font-weight: 600;
        border-left: 8px solid #F4D03F;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .user-notice:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

    .user-notice i {
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 40px;
        color: #F4D03F;
        background-color: #1A5276;
        border: 4px solid #F4D03F;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 15px rgba(244, 208, 63, 0.5);
        transition: all 0.3s ease;
    }

    .user-notice:hover i {
        background-color: #F4D03F;
        color: #1A5276;
        border-color: #1A5276;
        box-shadow: 0 0 25px rgba(244, 208, 63, 0.8);
    }

    .user-notice::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        transition: left 0.5s ease;
    }

    .user-notice:hover::before {
        left: 100%;
    }

    .user-notice p {
		margin:0;
		margin-right: 3rem;
        line-height: 1.6;
    }

    .user-notice p strong {
        color: #F4D03F;
    }
/*--download-btn---*/
.btns.mora {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  .modern-notice {
        background: linear-gradient(135deg, #F4D03F, #1A5276);
        color: #ffffff;
        padding: 20px;
        border-radius: 15px;
        text-align: center;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        margin: 20px 0;
        font-size: 18px;
        font-weight: 600;
    }

    .modern-notice i {
        font-size: 30px;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .modern-notice::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 10%, transparent 10.01%);
        transform: rotate(45deg);
        animation: shine 3s infinite linear;
    }

    @keyframes shine {
        0% {
            transform: rotate(45deg) translateX(-100%);
        }
        100% {
            transform: rotate(45deg) translateX(100%);
        }
    }
/*--preview btn -----*/

    .btn-moayna {
        display: inline-block;
        padding: 12px 30px 12px 50px; /* زيادة الـ padding لترك مساحة للأيقونة */
        font-size: 16px;
        font-weight: 600;
        color: #1A5276; /* لون النص */
        background-color: #F4F6F7; /* خلفية هادئة */
        border: 2px solid #1A5276; /* حدود بلون رئيسي */
        border-radius: 30px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        position: relative;
    }

    .btn-moayna i {
        position: absolute;
        left: 20px; /* وضع الأيقونة على اليسار */
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: #1A5276; /* لون الأيقونة */
        transition: color 0.3s ease;
    }

    .btn-moayna:hover {
        background-color: #1A5276; /* تغيير الخلفية عند التحويم */
        color: #ffffff; /* تغيير لون النص عند التحويم */
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }

    .btn-moayna:hover i {
        color: #ffffff; /* تغيير لون الأيقونة عند التحويم */
    }

    .btn-moayna:active {
        transform: translateY(0);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
/*----*/


/*--------- Telegram in article message box ----------*/

    .modern-message {
        background-color: #ffffff;
        border-left: 8px solid #1A5276;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        margin: 20px 0;
        font-size: 16px;
        line-height: 1.6;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .modern-message:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .modern-message::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(26, 82, 118, 0.1), transparent);
        z-index: 0;
        transition: opacity 0.3s ease;
        opacity: 0;
    }

    .modern-message:hover::before {
        opacity: 1;
    }

    .modern-message p {
        margin: 0;
        position: relative;
        z-index: 1;
    }

    .modern-message a {
        color: #1A5276;
        font-weight: 600;
        text-decoration: none;
        border-bottom: 2px solid #F4D03F;
        transition: all 0.3s ease;
    }

    .modern-message a:hover {
        color: #F4D03F;
        border-bottom-color: #1A5276;
    }

    .modern-message i {
        margin-right: 10px;
        color: #F4D03F;
    }
/*------ iframe preview ------*/
   .iframe-container {
        position: relative;
        width: 100%;
        max-width: 800px; /* يمكنك تعديل العرض حسب الحاجة */
        margin: 20px auto;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

    .iframe-container iframe {
        width: 100%;
        height: 480px; /* يمكنك تعديل الارتفاع حسب الحاجة */
        border: none;
        display: block;
    }

    .iframe-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(26, 82, 118, 0.1), rgba(244, 208, 63, 0.1));
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .iframe-container:hover::before {
        opacity: 1;
    }

    .iframe-container:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
    }

    .iframe-container::after {
        content: 'معاينة الملف';
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #1A5276;
        color: #ffffff;
        padding: 8px 20px;
        border-radius: 25px;
        font-size: 14px;
        font-weight: 600;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        z-index: 2;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .iframe-container:hover::after {
        opacity: 1;
    }
/*----------Featured Image & Metadata Inside Article ---------*/



/* Article Galaxy Section (Modified Background) */
.article-galaxy {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    background: radial-gradient(circle at 20% 30%, #1E4A40, #0F2C2C); /* تدرج مخروطي معزز */
    color: #fff;
    perspective: 1000px;
}

/* Galaxy Orbit for 3D Effect */
.galaxy-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
    animation: orbitRotate 20s linear infinite;
    z-index: 2;
}

.feature-3d {
    position: relative;
    width: 400px;
    height: 400px;
    transform-style: preserve-3d;
    animation: float 4s ease-in-out infinite;
}

.feature-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(0, 191, 255, 0.7), inset 0 0 20px rgba(0, 191, 255, 0.5);
    transform: rotateY(0deg) rotateX(15deg);
    transition: transform 0.5s ease;
}

.feature-3d:hover .feature-img {
    transform: rotateY(360deg) rotateX(15deg) scale(1.1);
}

@keyframes orbitRotate {
    from { transform: translate(-50%, -50%) rotateY(0deg); }
    to { transform: translate(-50%, -50%) rotateY(360deg); }
}

@keyframes float {
    0%, 100% { transform: translateZ(0px); }
    50% { transform: translateZ(50px); }
}

/* 3D Title Animation */
.title-3d {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 150px 0;
}

.entry-title {
    font-family: 'Futura', sans-serif;
    font-size: 5rem;
    font-weight: 900;
    color: #00bfff;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 30px #00bfff, 0 0 60px #8a2be2;
    animation: reveal 2s ease-out forwards, glow 3s infinite alternate;
    opacity: 0;
    transform: perspective(500px) translateZ(-100px);
}

@keyframes reveal {
    0% { opacity: 0; transform: perspective(500px) translateZ(-100px); }
    100% { opacity: 1; transform: perspective(500px) translateZ(0); }
}

@keyframes glow {
    from { text-shadow: 0 0 30px #00bfff, 0 0 60px #8a2be2; }
    to { text-shadow: 0 0 50px #00bfff, 0 0 100px #8a2be2; }
}

/* Circular Metadata Orbit */
.metadata-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
    animation: orbitSpin 10s linear infinite;
    z-index: 1;
}

.metadata-item {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    opacity: 0;
    animation: fadeIn 1s forwards;
}

.author {
    top: 20%;
    left: 70%;
    animation-delay: 0.5s;
}

.date {
    bottom: 20%;
    right: 70%;
    animation-delay: 0.7s;
}

.metadata-item i {
    color: #00bfff;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.metadata-item:hover i {
    transform: scale(1.2);
}

.metadata-text {
    color: #ddd;
    text-decoration: none;
}

.metadata-text:hover {
    color: #8a2be2;
}

@keyframes orbitSpin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .article-galaxy {
        height: 600px;
    }

    .feature-3d {
        width: 300px;
        height: 300px;
    }

    .entry-title {
        font-size: 3.5rem;
    }

    .metadata-orbit {
        width: 400px;
        height: 400px;
    }
}





/*--------*/



.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}
header#masthead {
    background: var(--md-color);
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
img.custom-logo {
    max-width: 185px;
    padding: 5px;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
  @media (min-width: 768px) {
	.container {
	  width: 750px;
	}
}
  @media (min-width: 992px) {
	.container {
	  width: 970px;
	}
  }
  @media (min-width: 1200px) {
	.container {
	  width: 1170px;
	}
  }
  .rowhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-icon {
    width: 22px;
}
.moon-icon {
    width: 22px;
}
.header-icons {
    width: 7%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.site-branding {
    width: 22%;
}
nav#site-navigation {
    width: 71%;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:var(--t-color);
}
.main-navigation a:before {
    content: '';
    height: 2px;
    width: 0%;
    background: var(--s-color);
    display: block;
    position: absolute;
    top: -4px;
    border-radius: 5px;
    left: 0;
    transition: 0.3s;
}
.main-navigation a:after {
    content: '';
    height: 2px;
    width: 0%;
    background: var(--s-color);
    display: block;
    position: absolute;
    bottom: -4px;
    border-radius: 5px;
    right: 0;
    transition: 0.3s;
}
.main-navigation a:hover{
	color:var(--s-color);
}
.main-navigation li:hover a:before,.main-navigation li:hover a:after {
    width: 100%;
}
.main-navigation li {
    margin: 0 13px;
    font-size: 18px;
    font-weight: bold;
}
.posts {
    display: flex;
    flex-direction: row;
    align-items: center;
    direction: rtl;
    padding-right: 20px;
    padding-left: 20px;
    flex-wrap: wrap;
}

.post-item {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding-right: 20px;
	padding-left: 20px;
}

.post-item>a img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
	-webkit-object-position: center;
	border-radius: 10px;
}

.post-item h2 a {
	font-size: 26px;
	text-decoration: none;
	color: inherit;
}

.post-item h2 a:hover {
	color: #0f9d57;
	text-decoration-color: currentColor;
	-webkit-text-decoration-color: currentColor;
	-moz-text-decoration-color: currentColor;
	text-decoration: underline;
}

#post-person {
	display: flex;
	float: right;
	margin-left: 5px;
	font-size: 13px;
}

#post-person img {
	border-radius: 50%;
	margin-left: 5px;
}

#post-person a:hover {
	color: #0f9d57;
}

#post-time i {
	color: #00B050;
}

#post-time {
	font-size: 13px;
}
a.imga {
    position: relative;
    overflow: hidden;
    display: flex;
    margin-bottom: -2%;
    padding-bottom: 0 !important;
    transition: 0.3s;
}
.overl {
    position: absolute;
    top: 0;
    height: 100%;
    background: #0000005e;
    border-radius: 10px;
    text-align: center;
    color: white;
transition: 0.3s;
}
.overl p {
transition: 0.3s;
}
a.imga:hover .overl {
    transform: translate(0%, 0%);
}
a.imga .overl {
    transform: translate(100%, 100%);
}
#post-person img {
    width: 25px;
}

@media (max-width: 990px) {
	.posts {
		display: flex;
		flex-direction: column !important;
	}
	.post-item {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-right: 0px;
		padding-left: 0px;
	}
	img.custom-logo {
		max-width: 140px;
		padding: 5px;
	}
  }

.waves > use {
	animation: move-forever 2s -2s linear infinite;
  }
  
  .waves > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 6s;
  }
  .waves > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 3s;
  }
  
  @keyframes move-forever {
	0% {
	  transform: translate(-90px, 0%);
	}
	100% {
	  transform: translate(85px, 0%);
	}
  }
  
  svg.footwave {
    left: 0;
    top: 0;
    width: 100%;
    height: 7vw;
    max-height: 200px;
    background: white;
}
.post, .page {
    margin: 0;
}
.posts {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.footcont {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
}
.footcont {
    width: 70%;
    margin: auto;
}
.site-descript {
    width: 68%;
    font-size: 18px;
}
.socialmedia {
    display: flex;
    flex-wrap: wrap;
    width: 59% !important;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 0px #00000040;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 0.5rem 3.5rem;
    width: fit-content;
    margin: 1rem auto;
    border-radius: 16px;
}
a.socialmedia-icon {
    width: 37px;
    margin-right: 10px;
    margin-left: 10px;
    fill: #1786c5;
}
.footcopy p {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
    margin-top: -7px;
}
header.page-header {
    padding: 1px;
    background: #1786c5;
    color: white;
    margin-top: 0rem;
    text-align: center;
}
.footcont img.custom-logo {
    max-width: 285px;
}
/* Style for the comments section */
.comments-area {
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
	margin-bottom: 20px;
}

/* Style for individual comments */
.comment {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
    margin-bottom: 15px;
}

/* Style for the comment author name */
.comment-author {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

/* Style for the comment metadata (date, time) */
.comment-meta {
    font-size: 0.9em;
    color: #999;
}

/* Style for the comment content */
.comment-content {
    margin-top: 10px;
    line-height: 1.6;
    color: #444;
}

/* Style for the reply link */
.comment-reply-link {
    font-size: 0.9em;
    color: #0073aa;
    text-decoration: none;
}

.comment-reply-link:hover {
    text-decoration: underline;
}

/* Style for the comments form */
.comment-form {
    margin-top: 30px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #444;
}

.comment-form input[type="submit"] {
    background-color: #0073aa;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.comment-form input[type="submit"]:hover {
    background-color: #005a87;
}

/* Adjustments for small screens */
@media (max-width: 600px) {
    .comments-area {
        padding: 15px;
    }

    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"],
    .comment-form textarea {
        font-size: 14px;
    }

    .comment-form input[type="submit"] {
        padding: 8px 15px;
        font-size: 14px;
    }
}
/* Style for post navigation */
.nav-links div {
	margin-bottom:2rem;
}
.nav-links div a{
    margin-top: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
	padding-inline:7rem;
}

.nav-links .nav-previous, 
.nav-links .nav-next {
    width: 45%;
    text-align: center;
}

.nav-links .nav-previous img, 
.nav-links .nav-next img {
    display: block;
    margin: 0 auto 10px;
    border-radius: 5px;
    width: 100px; /* Adjust as needed */
    height: auto;
}

.nav-links .nav-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

.nav-links .nav-subtitle {
    font-size: 0.9em;
    color: #999;
    display: block;
    margin-bottom: 10px;
}
.overl {
    width: 100%;
}
header.entry-header.singlppost {
    height: 450px;
    background-size: 100% 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    margin-top: 2rem;
	border-radius: 20px;
}
.overlay {
    background: #103030c4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    backdrop-filter: blur(3px);
    border-radius: 15px;
}
.post-metada {
    margin: auto;
    display: flex;
    justify-content: center;
}
.post-metada {
    margin: auto;
    display: flex;
    justify-content: center;
    color: white;
}
header.entry-header.singlppost h1.entry-title {
    color: white;
}
header.entry-header.singlppost a {
    color: white;
    text-decoration: none;
}
header.entry-header.singlppost #post-time i {
    color: #d1d1d1;
    position: relative;
    top: 3px;
    display: inline;
    margin-right: 5px;
}
header.entry-header.singlppost .container {
    z-index: 1;
}

header.entry-header.singlppost {
    position: relative;
	margin-bottom: 2rem;
}

.overl {
    position: absolute;
    top: 0;
    height: 100%;
    background: #0000005e;
    border-radius: 10px;
    text-align: center;
    color: white;
    transition: 0.3s;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

h2.h2style {
    margin-right: 2.5rem;
    border-right: 6px solid #1786c5;
    padding-right: 6px;
    background: #1786c51f;
    color: black;
    padding: 8px;
    margin-left: 2.5rem;
}
p {
    margin-bottom: 0;
}
form#commentform p {
    margin-bottom: 0;
	margin-top: 0;
}
p.comment-form-url {
    display: none;
}
textarea#comment {
    line-height: 0.5;
}
p.comment-notes {
    display: none;
}
.container.dddscs p {
    font-size: 19px;
}
.container.dddscs {
    width: 70%;
    text-align: center;
}
a.btn-wait {
    padding: 5px 20px;
    background: #1786c5;
    border-radius: 5px;
    margin: 12px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: white;
    transition: 0.5s;
    width: 43%;
}
a.btn-wait:hover {
    width: 45%;
    opacity: 0.7;
}

p.notice.aft {
    margin-right: 2.5rem;
    border-right: 6px solid #1786c5;
    padding-right: 6px;
    background: #1786c51f;
    padding: 9px;
    text-align: right;
}
p.notice.bef {
    margin-right: 2.5rem;
    border-right: 6px solid #f5ed00;
    padding-right: 6px;
    background: #e1e5001f;
    padding: 9px;
    text-align: right;
    margin-bottom: 8px;
}

.btn-waiting {
	pointer-events: none;
	opacity: 0.6;
}

@media (max-width: 780px) {
	h1.entry-title {
		font-size: 20px;
	}
	.header-icons {
		display: none;
	}
	nav#site-navigation {
		display: flex;
		justify-content: flex-end;
	}
	header#masthead .container {
		width: 100%;
	}
	button.menu-toggle {
		border: transparent;
		background: transparent;
		padding: 0;
		margin: 0;
	}
	ul#primary-menu {
		position: fixed;
		top: 0;
		background: #ffffffe0;
		height: 100%;
		width: 75%;
		z-index: 9999999;
		text-align: center;
		right: 0;
		padding-top: 1rem;
		backdrop-filter: blur(15px);
	}
	.main-navigation li {
		margin: 17px 0;
	}
	nav.main-navigation.toggled .menu-menu-1-container:before {
		content: '';
		width: 100%;
		height: 100%;
		position: fixed;
		background: #0000005e;
		top: 0;
		right: 0;
		z-index: 99;
	}
	.socialmedia {
		width: 90% !important;
	}
	.footcont {
		width: 90%;
		margin: auto;
	}
	a.socialmedia-icon {
		width: 25px;
		margin-right: 10px;
		margin-left: 10px;
		fill: #1786c5;
	}
	div#user-info {
		width: 90%;
	}
	button#next-question, button#prev-question, button#emc-submit {
		width: 43%;
	}
	button#next-question:hover, button#prev-question:hover, button#emc-submit:hover {
		background: #0c5885;
		width: 45%;
	}button#show-certificate {
		display: none;
	}
	.container.dddscs {
		width: 100%;
	}
	#quizaty section {
    padding: 3px !important;
}
	p.notice.bef, p.notice.aft {
		margin-right: 0;
	}
	a.btn-wait {
		width: 90%;
	}
	a#moaynaButton {
		width: 90%;
	}
}
.post-item h2 {
    min-height: 62px;
}
.post-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 2rem;
}
 .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

/*------------ New Footer ---------*/

	.wpo-site-footer {
    background: var(--m-color);
    position: relative;
    font-size: 15px;
    overflow: hidden;
}
.wpo-site-footer .wpo-upper-footer {
    padding: 70px 0;
}
.wpo-site-footer .wpo-lower-footer {
    text-align: center;
    position: relative;
    background: var(--md-color);
}

.wpo-site-footer .container {
    position: relative;
}
.wpo-site-footer .container .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

@media (min-width: 576px) {
    footer .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 768px) {
    footer .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
footer .col-12 {
    flex: 0 0 auto;
    width: 100%;
}
footer .col {
    flex: 1 0 0%;
}
	
@media (min-width: 992px) {
    footer .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
	footer .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

}
@media (min-width: 250px) and (max-width: 768px) {
    .wpo-site-footer .container .row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
		text-align:center;
    }
	.wpo-site-footer .about-widget .logo {    
    	margin: 0 auto;
	}
	footer .widget {
		width: 95%;
		margin: 0 auto;
	}
	.wpo-site-footer .link-widget {
		padding-right: 0 !important;
	}
	.wpo-site-footer .tag-widget ul {
		align-items: center;
		justify-content: center;
	}	
}

.wpo-site-footer .about-widget .logo {
    max-width: 180px;
}
.wpo-site-footer .widget-title {
    margin-bottom: 30px;
}
.wpo-site-footer .about-widget p:last-child {
    margin-bottom: 0;
}
.wpo-site-footer .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
	font-size:16px;
}
.wpo-site-footer .link-widget {
    padding-right: 75px;
}
.wpo-site-footer .link-widget {
    overflow: hidden;
}
.wpo-site-footer .widget-title h3 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    position: relative;
    font-family: "Futura PT";
    font-weight: 700;
}
.wpo-site-footer .link-widget ul li {
    position: relative;
}
.wpo-site-footer li {
    color: #fff;
}
.wpo-site-footer .link-widget ul li a {
    color: #fff;
    font-size: 15px;
}
.wpo-site-footer .link-widget ul li + li {
    padding-top: 15px;
}
.wpo-site-footer .tag-widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpo-site-footer .tag-widget ul li a {
    display: block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.wpo-site-footer .social-widget ul li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.wpo-site-footer .social-widget ul li a i {
    margin-left: 10px;
}
footer .social-widget img {
    transform: translateY(4px);
}
.wpo-site-footer .wpo-lower-footer .row {
    padding: 20px 0;
    position: relative;
}
.wpo-site-footer .wpo-lower-footer .copyright {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
}
.wpo-site-footer .wpo-lower-footer .copyright a {
    color: #fff;
    text-decoration: none;
}
.wpo-site-footer p {
    color: #fff;
}
footer .about-widget .logo img.custom-logo {
    max-width: 185px;
    padding: 5px;
}

footer a{
		transition: all 0.2s;
	}	
footer a:hover{
    color: #fff;
    opacity: 0.7;
}	






.wpo-site-footer .widget-title h3 {
    position: relative; /* Ensure the parent has relative positioning for absolute children */
    display: inline-block; /* Ensure the element doesn't take full width unnecessarily */
}

.wpo-site-footer .widget-title h3::before,
.wpo-site-footer .widget-title h3::after {
    content: "";
    position: absolute;
    bottom: -4px; /* Match your original positioning */
    width: 5px; /* Diameter of each dot */
    height: 5px; /* Diameter of each dot */
    background-color: #F28C38; /* Your orange color */
    border-radius: 50%; /* Makes the dots circular */
}

/* Position the first dot (using ::before) */
.wpo-site-footer .widget-title h3::before {
    right: 0; /* Starting position */
}
/* Position the second dot (using ::after) */
.wpo-site-footer .widget-title h3::after {
    right: 7px; /* Offset by the diameter of the dot + spacing */
	transition: all 0.3s ease-in-out;

}
.wpo-site-footer .widget-title h3:hover::after {
    right: 14px;
	transition: all 0.2s ease-in-out;

}

/* To create the third dot, we can wrap the h3 in a parent and use another pseudo-element */
.wpo-site-footer .widget-title {
    position: relative;
}

.wpo-site-footer .widget-title::after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 14px; /* Offset by the diameter of two dots + spacing */
    width: 5px;
    height: 5px;
    background-color: #F28C38;
    border-radius: 50%;
	transition: all 0.2s ease-in-out;
}
.wpo-site-footer .widget-title:hover::after {
    right: 28px;
	transition: all 0.2s ease-in-out;

}
/*------ Home Page Posts -------*/
.grid {
    padding: 0 7.5px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.grid.s2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    flex-wrap: wrap;
    align-items: center;
}
.grid .img-holder {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}
.grid.s2 .img-holder {
    margin: 0 10px;
	width:30%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.grid .img-holder:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(7, 7, 7, 0.4);
    border-radius: 15px;
    z-index: 11;
	transition: all 0.3s ease-in-out;
}
.grid .img-holder img {
    border-radius: 15px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.grid img {
    width: 100%;
}
.grid .img-holder .wpo-blog-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    z-index: 19;
}
.grid .img-holder .wpo-blog-content .thumb {
    padding: 3px 15px;
    background: rgba(255, 255, 255, 0.8);
    color: #003aae;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
}
.grid + .grid .wpo-blog-content h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
}
.grid .img-holder .wpo-blog-content h2 a {
    color: #fff;
}
.grid .img-holder .wpo-blog-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}
.grid .img-holder .wpo-blog-content ul li {
    position: relative;
    color: #fff;
}
.grid .img-holder:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2) rotate(-5deg);
}
.grid .img-holder:hover:before {
    background: rgb(7 7 7 / 20%);
}
@media (max-width: 992px) and (min-width: 600px) {
    .grid.s2 .img-holder {
		width: 40%;
	}
}

@media (max-width: 599px) {
    .grid.s2 .img-holder {
		width: 100%;
	}
}	
/*------- Related Articles ------*/
   .morepsts .post-item {
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
    .morepsts {
        margin: 40px auto;
        max-width: 1200px;
        padding: 20px;
    }

    .morepsts .h2style {
        font-size: 28px;
        font-weight: 700;
        color: #1A5276;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }

    .morepsts .h2style::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 50px;
        height: 3px;
        background-color: #F4D03F;
        transform: translateX(-50%);
    }

    .morepsts .posts {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .morepsts .post-item {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

    .morepsts .post-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    .morepsts .post-item .imga {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .morepsts .post-item .imga img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .morepsts .post-item:hover .imga img {
        transform: scale(1.1);
    }

    .morepsts .post-item .overl {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        background: linear-gradient(to top, rgba(26, 82, 118, 0.9), transparent);
        color: #ffffff;
        text-align: center;
        transition: all 0.3s ease;
    }

    .morepsts .post-item .overl h2 {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        color: #ffffff;
        transition: color 0.3s ease;
    }

    .morepsts .post-item:hover .overl h2 {
        color: #F4D03F;
    }
/*--------- Category Paeg Style for one article -----------*/
    .unique-posts-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        padding: 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .unique-post-card {
        background-color: #ffffff;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    .unique-post-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    .unique-post-card .unique-post-image {
        display: block;
        position: relative;
        overflow: hidden;
        flex: 1;
    }

    .unique-post-card .unique-post-image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .unique-post-card:hover .unique-post-image img {
        transform: scale(1.1);
    }

    .unique-post-card .unique-post-content {
        padding: 20px;
        text-align: center;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .unique-post-card .unique-post-content h2 {
        margin: 0 0 15px;
        font-size: 24px;
        font-weight: 700;
        color: #1A5276;
        line-height: 1.4;
    }

    .unique-post-card .unique-post-content h2 a {
        color: inherit;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .unique-post-card .unique-post-content h2 a:hover {
        color: #F4D03F;
    }

    .unique-post-card .unique-post-meta {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
        font-size: 14px;
        color: #555555;
        padding: 15px 20px;
        background-color: #f9f9f9;
    }

    .unique-post-card .unique-post-meta img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #F4D03F;
    }

    .unique-post-card .unique-post-meta a {
        color: #1A5276;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.3s ease;
		margin-inline-start: 1rem;
    }

    .unique-post-card .unique-post-meta a:hover {
        color: #F4D03F;
    }

    .unique-post-card .unique-post-meta i {
        color: #F4D03F;
        margin-right: 5px;
    }

    /* تصميم جديد للـ overlay */
    .unique-post-card .unique-post-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(26, 82, 118, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .unique-post-card:hover .unique-post-overlay {
        opacity: 1;
    }

    .unique-post-card .unique-post-overlay p {
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        padding: 20px;
        margin: 0;
    }

    /* تجاوبية للأجهزة الصغيرة */
    @media (max-width: 768px) {
        .unique-posts-grid {
            grid-template-columns: 1fr;
        }

        .unique-post-card .unique-post-content h2 {
            font-size: 20px;
        }
    }
	span.unique-post-author {
		display: flex;
		align-items: center;
		justify-content: center;
	}










/* تنسيق الحاوية الرئيسية */
.archive-container {
    max-width: 800px;
    margin: 30px auto;
    padding: 15px;
    text-align: center;
}

/* تنسيق العنوان */
.archive-title-wrapper {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(135deg, #e0eafc, #cfdef3); /* تدرج أزرق هادئ */
    border-radius: 25px; /* انحناءات ناعمة */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); /* ظل خفيف */
    transition: background 0.3s ease;
}

.archive-title-wrapper:hover {
    background: linear-gradient(135deg, #d0e2f7, #c0d2e8); /* تغيير طفيف في الخلفية */
}

.archive-title {
    margin: 0;
    font-size: 1.8em;
    color: #2c3e50; /* لون داكن هادئ */
    font-weight: 600;
    text-transform: capitalize; /* حروف بداية الكلمات كبيرة فقط */
    letter-spacing: 0.5px;
}

/* تنسيق الوصف */
.archive-description-wrapper {
    margin-top: 15px; /* مسافة بسيطة بين العنوان والوصف */
    padding: 15px;
    background: #ffffff; /* خلفية بيضاء */
    border-radius: 10px; /* انحناءات ناعمة */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05); /* ظل داخلي خفيف */
    border: 1px solid #eee; /* حدود فاتحة */
    transition: box-shadow 0.3s ease;
}

.archive-description-wrapper:hover {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1); /* ظل أعمق عند التمرير */
}

.archive-description {
    margin: 0;
    font-size: 1em;
    color: #666; /* لون نص هادئ */
    line-height: 1.5; /* تباعد بين السطور */
}

/* لدعم اللغة العربية */
.archive-title,
.archive-description {
    font-family: 'Tajawal', sans-serif; /* خط عربي أنيق وهادئ */
    direction: rtl;
    text-align: center;
}
/*-------- Custom Page Coding ----*/
/* Main Content Styling */
#custom-main-content {
    padding: 40px 20px;
    background: #f9f9f9;
}

/* Article Layout */
.custom-article-layout {
    max-width: 800px; /* عرض محدد في المنتصف */
    margin: 0 auto; /* تمركز المحتوى */
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

/* Hero Header for Title */
.custom-hero-header {
    background: linear-gradient(135deg, #2c3e50, #3498db); /* تدرج لوني جذاب */
    padding: 40px 20px;
    text-align: center;
    color: #fff;
}

.custom-hero-title {
    margin: 0;
    font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Featured Image */
.custom-featured-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.custom-featured-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Content Container */
.custom-content-container {
    padding: 30px;
}

/* Entry Content */
.custom-entry-content {
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
}

.custom-entry-content p {
    margin-bottom: 20px;
}

.custom-page-links {
    margin-top: 20px;
    font-weight: bold;
    color: #7f8c8d;
}

/* Entry Footer */
.custom-entry-footer {
    margin-top: 20px;
    text-align: right;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.custom-edit-link a {
    color: #e74c3c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-edit-link a:hover {
    color: #c0392b;
}

/* Responsive Design */
@media (max-width: 768px) {
    .custom-hero-title {
        font-size: 2em;
    }

    .custom-content-container {
        padding: 20px;
    }

    .custom-article-layout {
        max-width: 100%;
        margin: 0 10px;
    }
}



/* Container Styling */
.comments-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Comment List Styling */
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list li {
    margin-bottom: 30px;
    padding: 20px;
    background: linear-gradient(135deg, #f9f9f9, #ffffff);
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comment-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Comment Body */
.comment-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Comment Meta */
.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-author img.avatar {
    border-radius: 50%;
    border: 2px solid #3498db;
    transition: transform 0.3s ease;
}

.comment-list li:hover .comment-author img.avatar {
    transform: scale(1.1);
}

.comment-author .says,
.comment-author .fn {
    color: #2c3e50;
    font-weight: 600;
    margin-right: 5px;
}

.comment-metadata {
    font-size: 0.9em;
    color: #7f8c8d;
}

.comment-metadata a {
    color: #3498db;
    text-decoration: none;
}

.comment-metadata a:hover {
    text-decoration: underline;
}

.edit-link a {
    color: #e74c3c;
    font-size: 0.9em;
    text-decoration: none;
}

.edit-link a:hover {
    color: #c0392b;
}

/* Comment Content */
.comment-content {
    color: #34495e;
    line-height: 1.6;
    padding: 10px 0;
}

.comment-content p {
    margin: 0 0 10px;
}

/* Reply Link */
.reply {
    text-align: right;
}

.reply a {
    background: #3498db;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.reply a:hover {
    background: #2980b9;
}

/* Comment Respond Form */
.comment-respond {
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
}

.comment-reply-title {
    font-size: 1.5em;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}

.comment-form p {
    margin-bottom: 15px;
}

.comment-form label {
    display: block;
    font-weight: 600;
    color: #34495e;
    margin-bottom: 5px;
}

.comment-form textarea,
.comment-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1em;
}

.comment-form textarea {
    height: 150px;
    resize: vertical;
}

.comment-form input[type="submit"] {
    background: #2ecc71;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.comment-form input[type="submit"]:hover {
    background: #27ae60;
}

.logged-in-as {
    font-size: 0.9em;
    color: #7f8c8d;
    margin-bottom: 15px;
}

.logged-in-as a {
    color: #3498db;
    text-decoration: none;
}

.logged-in-as a:hover {
    text-decoration: underline;
}

.required-field-message {
    color: #e74c3c;
    font-size: 0.9em;
}

/* Responsive Design */
@media (max-width: 768px) {
    .comments-container {
        margin: 20px;
        padding: 15px;
    }

    .comment-meta {
        flex-direction: column;
        gap: 10px;
    }

    .comment-form textarea,
    .comment-form input[type="submit"] {
        font-size: 0.9em;
    }
}