/* MAIN Css Style 
** Created by :
** Autor Name : Alamin Alsaafin
** Author Email : alaminsaafin96@gmail.com
** Author Phone : +1 (613)-355-2481
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');

html
{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body
{
    overflow-x: hidden;
    background: #fff;
    font-family: "Noto Sans Arabic", sans-serif;
    font-weight: 400;
    font-style: normal;
	direction:rtl !important;
}
.lang-switcher-wrapper {
  position: relative;
  display: inline-block;
}

.lang-switcher-btn {
  	background-color: #fff;
    color: #0D2030;
    border: none;
	position:relative;
    border-radius: 999px;
    padding: 0;
    display: block;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    width: 119px;
    height: 40px;
    line-height: 40px;
}

.lang-switcher-btn .lang-arrow {
  	font-size: 14px;
    position: absolute;
    right: 13px;
    top: 9px;
}

.lang-switcher-btn .lang-icon {
  	font-size: 18px;
	position: absolute;
    left: 13px;
    top: 6px;
}

.lang-dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  display:none !important;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
  min-width: 120px;
  z-index: 99;
  border-radius:10px;
}
.dropdown-item {
	height: 40px;
    line-height: 40px;
	text-align:right;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:focus-visible {
    border-color: #0D2030 !important; !important;
	color:#0D2030 !important;
	background:#fff !important;
}
.dropdown-menu.show {
    display: block !important;
}
.dropdown-toggle::after {
	display:none;
}
a
{
    transition: 0.5s !important;
}
a:hover,a
{
    text-decoration: none;
}
input:hover,
input:focus-visible,
input:focus,
textarea:hover,
textarea:focus-visible,
textarea:focus, {
    outline: none;
}
section {
    padding: 50px 0;
}
object {
    pointer-events: none !important;
}
.dynamic-content {
    direction: auto; /* يكتشف تلقائيًا اتجاه النص */
    text-align: start; /* يحافظ على محاذاة النص الأصلية */
    unicode-bidi: plaintext; /* مهم جدًا للحفاظ على اتجاه النصوص المختلطة */
}

.dynamic-content img {
    max-width: 100%; /* يمنع الصور من الخروج عن حدود الصفحة */
    height: auto;
    display: block;
    margin: 10px auto; /* يجعل الصور تظهر بشكل جميل في المنتصف */
}

.dynamic-content p, 
.dynamic-content h1, 
.dynamic-content h2, 
.dynamic-content h3, 
.dynamic-content h4 {
    margin-bottom: 15px;
    line-height: 1.8;
}
#scrollTopBtn object {
	width: 40px;
    height: 40px;
}
#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    display: none;
	background:none;
    transition: all 0.3s ease;
}
#scrollTopBtn:hover {
	bottom:30px;
}
.hideIndesktop {
    display: none;
}
header {
    height: 100px;
    line-height: 100px;
    width: 100%;
    transition: all 0.3s ease;
}
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff; /* أو أي لون تريد */
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
header .logo img {
    height: 80px;
    margin-top: 10px;
    width: auto;
    display: block;
    margin-right: 0;
}
header .navbar-nav {
    display: block;       /* يجعل العناصر على سطر واحد */
    gap: 20px;           /* مسافة 20px بين كل عنصر وعنصر */
    list-style: none;    /* إزالة النقاط الافتراضية */
    padding: 0;          
    margin: 0;
    height: 100px;
    margin-top: 30px;
}
header .navbar-nav li {
    float: right;
    list-style: none;
    margin: 0 12px;
}
header .navbar-nav .active a {
    color: #204464;
    border-bottom: 2px #204464 solid;
}
header .navbar-nav .nav-link {
    color: #000;
    font-family: Noto Sans Arabic;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 7px;
}
#about {
    padding: 70px 0;
}
#about .img-box {

}
#about .img-box img {
    height: auto;
    width: 100%;
    border-radius: 30px;
}
#about .title {
    color: #204464;
}
#about .title,
#about .desc {
    font-weight: 900;
    font-style: Black;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 45px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
}
#about .desc {
    color: #000;
    width: 60%;
}
#about .content {
    color: #2B2928;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: right;
    margin:30px 0;
}
#about .btn {
    color: #fff;
    background: #204464;
    width: 233px;
    height: 50px;
    opacity: 1;
    line-height: 60px;
    text-align: center;
    border-radius: 16px;
    display: block;
    float: right;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 2;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
#about .btn:hover {
    
}
#about .row {
    display: flex;
    align-items: center; /* تمركز عمودي */
}
footer {

}
footer .container {
    background: #ECEFF3;
    border-radius: 30px;
    padding: 30px 60px 0 60px;
    margin-bottom: 30px;
}
footer .footer-logo {

}
footer .footer-logo img {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}
footer .footer-logo object {
	height: 200px;
    float: unset;
    margin: auto;
    display: block;
	margin-top: -30px;
}
footer h3 {
    color: #204464;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: right;
    margin-bottom: 30px;
}
footer nav {

}
footer nav ul {
    padding: 0;
    margin: 0;
}
footer nav ul li {
    list-style: none;
}
footer nav ul li a {
    color: #000;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: right;
    margin-bottom: 10px;
    text-align: right;
    display: block;
}
footer .contactLink,
footer .email  {
    color: #000;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: right;
    display: block;
    margin-bottom: 10px;
}
footer .email {

}
footer .social-media ul{
    padding: 0;
    margin: 0;
}
footer .social-media li {
    list-style: none;
    float: right;
    margin-left: 20px;
}
footer .social-media li object {
    height: 25px;
    width: 25px;
}
footer .bottom-footer {
    height: 60px;
    line-height: 60px;
    border-top: 1px #DAE3EC solid;
    margin-top: 20px;
}
footer .copyrights {
    color: #0D2030;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: -3%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
#contact {
    padding: 70px 0;
}
#contact h3 {
    color: #000;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 58px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 30px;
}
#contact .grayBg {
    border-radius: 15px;
    background: #F6F7F9;
    padding: 30px 45px;
}
#contact .whiteBg {
    border-radius: 11px;
    background: #fff;
    padding: 30px;
}
#contact h1 {
    color: #204464;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 63px;
    letter-spacing: 0%;
    text-align: right;
}
#contact .emailIcon {

}
#contact .emailIcon object {
    height: 40px;
    width: 40px;
    margin-top: 6px;
    display: block;
}
#contact .emailIcon h4,
#contact h4 {
    color: #000;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
}
#contact .emailIcon p {
    color: #616161;
    font-family: Noto Sans Arabic;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: right;
    margin-bottom: 0;
}
#contact .emailIcon p a {
	color: #616161;
}
#contact .emailIcon .col-10 {
    padding: 0;
}
#contact .socialTitle {
    text-align: center;
}
#contact .list-inline {
    padding: 0;
    margin:10px auto;
    width: max-content;
    height: 35px;
    display: block;
}
#contact .list-inline li {
    float: right;
    margin-left: 20px;
}
#contact .list-inline li object {
    height: 35px;
    width: 35px;
    display: block;
}
#contact .contact-form {

}
#contact .contact-form label {
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    color: #000;
    width: 100%;
}
#contact .contact-form input {
    background: #F5F7F9;
    height: 54px;
    line-height: 54px;
    width: 100%;
    border-radius: 6px;
    padding-right: 20px;
    border:none;
    margin-top: 15px;
    text-align: right;
    font-size: 14px;
}
#contact .contact-form textarea {
    background: #F5F7F9;
    height:176px;
    line-height: 1.6;
    width: 100%;
    border-radius: 6px;
    padding: 20px 20px 0 0 ;
    border:none;
    margin-top: 15px;
    text-align: right;
    font-size: 14px;
}
#contact .contact-form .wpcf7-submit {
    background: #204464;
    color: #fff;
    border-radius: 16px;
    text-align: center;
    font-size: 16px;
    transition:0.3s;
}
#contact .contact-form .wpcf7-submit:hover,
#contact .contact-form .wpcf7-submit:focus,
#contact .contact-form .wpcf7-submit:focus-visible,
#about .btn:hover,
#about .btn:focus,
#about .btn:focus-visible {
    background: #295d59;
}
#events-section {

}
#events-section .events-tabs {

}
#events-section .nav-tabs,
#blog-section .nav-tabs {
    padding: 0;
    margin: 0;
    border:none;
    margin-bottom: 40px;
}
#events-section .nav-tabs .nav-item {

}
#events-section .nav-tabs .nav-link:hover,
#events-section .nav-tabs .nav-link:focus-visible,
#events-section .nav-tabs .nav-link:focus,
#blog-section .nav-tabs .nav-link:hover,
#blog-section .nav-tabs .nav-link:focus-visible,
#blog-section .nav-tabs .nav-link:focus  {
    outline: none;
    border: none;
}
#events-section .nav-tabs .nav-link,
#blog-section .nav-tabs .nav-link {
    height: 50px;
    width: max-content;
    background: #F6F7F9;
    border-radius: 8px;
    color: #000;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    margin-left: 15px;
    border: none;
    transition: 0.3s;
}
#events-section .nav-tabs .active,
#blog-section .nav-tabs .active {
    background: #204464;
    color: #fff;
}
#events-container {

}
#events-section  #load-more, 
#blog-section  #load-more-posts {
    height: 40px;
    width: max-content;
    padding: 0 20px;
    background: #EBF0F4;
    border-radius: 16px;
    text-align: center;
    line-height: 40px;
    transition: 0.3s;
    color: #204464;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    outline: none;
    border:none;
}
#eventsTabs.sticky,
#postsTabs.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff; /* مهم لخلفية ثابتة */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 10px 7%;
}
#events-section  #load-more:hover,
#events-section  #load-more:focus,
#events-section  #load-more:focus-visible,
#blog-section  #load-more-posts:hover,
#blog-section  #load-more-posts:focus,
#blog-section  #load-more-posts:focus-visible  {
    background: #204464;
    color: #fff;
}
#events-section .event-item {
    margin-bottom: 40px;
}
#events-section .card-img-top {
    height: 200px;
    width: 100%;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    overflow:hidden;
    margin: auto;
}
#events-section .card-img-top img {
    height: 100%;
    width: 100%;
    display: block;
    margin: auto;
    transition: all 0.3s ease;
}
#events-section .card-img-top:hover img {
    transform: scale(1.2);
}
#events-section .card-img-top object {
    height: 40px;
    width: 40px;
    display: block;
    margin: auto;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
#events-section .card-body {
    padding: 0;
}
#events-section .card-title {
    color: #101828;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: right;
    margin: 15px 0;
}
#events-section .date {
    color: #667085;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    display: block;
    text-align: right;
}
#posts-container {

}   
.post-item {
    padding: 20px;
    background: #F6F7F9;
    margin-bottom: 30px;
}
.post-item .img-box {
    height:210px;
    width: 100%;
    overflow: hidden;
}
.post-item .img-box img {
    height:100%;
    width: 100%;
    transition: 0.3s;
}
.post-item .more {
    direction: rtl;
}
.post-item:hover .img-box img {
    transform: scale(1.2);
}
.post-item .card-body {
    padding: 20px 0 0 0;
}
.post-item .card-body .post-categories {
    text-align: right;
    display: block;
}
.post-item .card-body .post-categories span {
    color: #204464;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: right;
    display: inline-block;
}
.post-item .card-title {
    color: #101828;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: right;
}
.post-item .card-text {
    color: #667085;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: right;
}
.post-item .btn-primary {
    color: #204464;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: right;
    background: none;
    border: none;
    width: max-content !important;
    float: right;
    border-radius: 50px;
    outline: none;
    transition: 0.1s;
}
.post-item .btn-primary:hover,
.post-item .btn-primary:focus,
.post-item .btn-primary:focus-visible{
    background: #dae3ec;
    font-size: 16px;
    padding: 5px 30px;
    outline: none;
    border:none;
}
.post-item .btn-primary svg {
    transform: rotate(-45deg);
    margin-left: 20px;
}
#blog-section {
    padding: 70px 0;
}
#slider {

}
#slider .main-title {
    color: #000;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 58px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 40px;
}
.single-article {
    padding: 0;
    margin: 0;
    border-radius: 0 20px 20px 0;
    display: inline-block;
    width: 100%;
    padding: 30px;
}
.single-article1 {
    background: #fff;
}
.article-meta {
    margin-top: 20px;
}
#slider .owl-item {
    background: #F5F7F9;
    padding: 20px;
    border-radius: 20px
}
#slider .owl-item .article-content,
#slider .owl-item .article-content p,
#slider .owl-item p {
    color: #000;
    font-weight: 500;
    display: block;
    font-style: Medium;
    direction: rtl;
    font-size: 16px;
    margin-bottom: 30px;
    leading-trim: NONE;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: right;
    display: -webkit-box;
  -webkit-line-clamp: 3; /* عدد الأسطر */
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
#slider .owl-item .article-content p,
#slider .owl-item p {
    margin-bottom: 0px;
}
#slider .article-content::after {
  content: " ...";
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 10px;
}
#slider .article-content.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

#slider .article-content.expanded::after {
  content: "";
}
#slider .owl-item .article-date {
    color: #667085;
    direction: rtl;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
}
#slider .owl-item .article-author {
    float: right;
    direction: rtl;
}
#slider .owl-item .article-author span {
    color: #101828;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
}
#slider .owl-item .article-author img {
    height: 40px;
    width: 40px;
    margin-left: 10px;
    border-radius: 50px;
    display: inline-block;
}
.owl-dots {
    display: block;
    width: max-content;
    margin: 15px auto;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-dots .owl-dot span{
    background-color: #DDE2E9 !important;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    margin: 0 3px;
    display: inline-block;
}
.owl-nav {
    display: none;
}
.owl-dots .active span{
    background-color:#204464  !important;
    width: 35px !important;
}
.swiper-pagination-bullet-active {
    width: 35px !important;
    border-radius: 50px !important;
}
#blog-details {

}
#blog-details .breadcrumb {
    background: none !important;
}
#blog-details .breadcrumb li a {
    color: #1F1F1F !important;
}
#blog-details .breadcrumb li {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    letter-spacing: 0%;
    text-align: center;
}
#blog-details .breadcrumb .arrow {
    line-height: unset !important;
}
#blog-details .breadcrumb .active{
    color: #204464;
    font-weight: 700;
}
#blog-details .main-title {
    color: #101828;
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: right;
    margin: 20px 0 40px 0;
}
#blog-details .author-info img {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    margin-left: 10px;
}
#blog-details .author-info .author {
    color: #101828;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    margin-bottom: 10px;
    display: block;
    text-align: right;
}
#blog-details .timer {
	text-align: right;
    color: #204464;
}
#blog-details span {
	text-decoration: underline;
}
#blog-details .author-info .date {
    color: #667085;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: right;
    display: block;
}
#blog-details .postImg {
    width: auto;
    display: block;
    height: auto;
    margin: auto;
}
#blog-details .share-box {
    margin-bottom: 150px;
}
.nav-tabs .nav-item {
    margin-bottom: 15px;
}
#blog-details .share-box p {
    color: #121416;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: spacing/base/2xl;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
}
#blog-details .share-box ul {
    padding: 0;
    margin: 0 auto;
    width: max-content;
}
#blog-details .share-box ul .copy {
    position: relative;
    width: 80px;
    display: block;
}
#blog-details .share-box ul .copy object {
    height: 25px;
    width: 25px;
    float: right;
}
#blog-details .share-box ul .copy span {
    color: #121416;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    position: absolute;
    left: 11px;
    top: 2px;
}
#blog-details .share-box ul li {
    list-style: none;
    float: right;
    margin: 0 15px;
}
#blog-details .share-box ul li object {
    height: 30px;
    width: 30px;
}
#blog-details .other-posts {

}
#blog-details .other-posts .title {
    color: #101828;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: right;
    margin-bottom: 30px;
}
.showInMobile {
    display: none !important;
}
.cats {
	padding: 0;
    margin-right: 0;
    display: block;
    width: max-content;
}
.cats .cat {
	color:#204464;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: right;
	direction:rtl;
	display:inline-block;
}
.Blog_Slider {
	margin:40px 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #48bb78 !important;
    background: #48bb78 !important;
    text-align: center !important;
    color: #fff !important;
    width: max-content !important;
    padding: 5px 50px !important;
    border-radius: 10px !important;
    margin: auto !important;
}
.wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #f0c93d !important;
    background: #f0c93d !important;
    text-align: center !important;
    color: #fff !important;
    width: max-content !important;
    padding: 5px 50px !important;
    border-radius: 10px !important;
    margin: auto !important;
}
@media( max-width:800px ){
    footer .copyrights {
        font-size: 12px;
    }
    footer {
        padding: 0 15px;
    }
    footer .container {
        padding: 30px 20px 0 20px; 
    }
    footer .footer-logo img {
        margin-bottom: 30px;
    }
    #events-section .nav-tabs, #blog-section .nav-tabs {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; /* سلاسة في الجوال */
      scrollbar-width: none; /* يخفي الشريط في فايرفوكس */
    }

    #events-section .nav-tabs::-webkit-scrollbar, #blog-section .nav-tabs::-webkit-scrollbar {
      display: none; /* يخفي الشريط في كروم وسفاري */
    }

    #events-section .nav-tabs .nav-item ,#blog-section .nav-tabs {
      flex: 0 0 auto; /* يمنع العناصر من التمدد */
    }
    #blog-details .breadcrumb li {
        font-size: 14px;
    }
    #blog-details .breadcrumb .arrow object {
        height: 24px;
        width: 24px;
    }
    .breadcrumb {
      display: flex;
      flex-wrap: nowrap; /* يمنع العناصر من النزول لسطر جديد */
      align-items: center;
    }

    .breadcrumb-item {
      white-space: nowrap; /* يمنع النصوص القصيرة من الانقسام */
    }

    .breadcrumb-item.active {
      white-space: normal; /* يخلي النص الطويل فقط يلف */
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      max-width: 300px; /* عدّلها حسب عرض التصميم */
      line-height: 1.4;
      text-align: right !important;
    }
    #blog-details .main-title {
        margin: 30px 0 10px 0;
        font-size: 20px;
    }
    #blog-details .share-box p {
        font-size: 16px;
        margin: 0 auto 15px auto;
    }
    #blog-details .other-posts .title {
        font-size: 20px;
    }
    #blog-details .share-box ul li {
        margin: 0 8px;
    }
    #blog-details .share-box {
        margin-bottom: 100px;
    }
    #about .img-box {
        margin: 0 15px;
        margin-bottom: 30px;
    }
    #about .title, #about .desc {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    #about .desc {
        width: 90%;
        margin: auto;
    }
    #about .content {
        width: 90%;
        margin: 30px auto;
    }
    #about .btn {
        float: unset;
        margin: auto;
    }
    #contact h3 {
        font-size: 20px;
        line-height: 32px; 
    }
    
    #contact .emailIcon {
        margin-bottom: 20px;
    }
    #contact .emailIcon h4, #contact h4 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    #contact h1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 35px;
    }
    #contact .contact-form {
        padding: 0;
    }
    #contact .contact-form label {
        font-size: 14px;
    }
    #contact .whiteBg {
        padding: 30px 15px;
    }
    #contact .grayBg {
        padding: 20px 35px;
    }
    .showInMobile {
        display: block !important;
    }
    .hideInMboile {
        display: none !important;
    }
    #blog-section {
        padding-top: 0;
    }
    .page-title {
        color: #204464;
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: 0px;
        text-align: center;
        position: absolute;
        top: -45px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
    }
    #slider .main-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    #slider .owl-item .article-date {
        margin-top: 7px;
        display: block;
    }
    .single-article1 {
        border-radius: 10px;
        margin: 0 10px;
        padding: 20px;
    }
    #slider .owl-item .article-author img {
        margin: 0;
    }
    .article-meta {
        margin-top: 20px;
		direction: rtl;
    }
    header {
        position: relative;
    }
    header::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: auto;
        border-top: 1px #F5F7F9 solid;
        display: block;
        width: 90%;
        height: 3px;
    }
    .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      right: 0;
      overflow-x: hidden;
      transition: 0.5s;
      background: #191718b5;
      box-shadow: 0px 4px 6px #c5c5c5;
    }
    .sidenav a {
        padding: 0;
        text-decoration: none;
        font-size: 18px !important;
        color: #413C3E !important;
        display: block;
        transition: 0.3s;
        text-align: center;
        /* margin-right: 0; */
        font-weight: 700 !important;
    }
    .sidenav .side-logo {
        height: 250px;
        width: 100%;
        background: #C2D2E0;
        padding-top: 75px;
    }
    .sidenav .side-logo img {
        height: 100px;
        width: 100px;
        display: block;
        margin: auto;
    }
    .sidenav .navbar-nav
    {
        width: 100%;
        line-height: unset;
        height: 100%;
        margin: auto;
        margin: 30px;
    }
    .sidenav .message {
        z-index: 9999999;
        position: absolute;
        top: 63px;
        left: 30px;
        background: #fff;
        display: block;
        height: 40px;
        font-weight: 700;
        font-size: 14px;
        line-height: 40px;
        padding-right: 20px;
        width: 57%;
        border-radius: 8px;
        text-align: right;
    }
    .sidenav .message span {

    }
    .sidenav .navbar-nav li
    {
        text-align: center;
        border-radius: 8px;
        margin-bottom: 20px;
        transition: 0.5s;
        width: 100%;
        float: unset !important;
    }
    .sidenav .navbar-nav li a {
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: 0px;
        text-align: right;
    }
    .sidenav .navbar-nav li:hover,
    .sidenav .navbar-nav li:hover a {
        color: #fff !important;
        background: unset;
    }
    .sidenav .navbar-nav li .sub-menu
    {
        display:none;
        transition:0.5s;
        padding: 0;
    }
    .sidenav .navbar-nav li .sub-menu a {
        font-size: 16px;
    }
    .sidenav .navbar-nav li .sub-menu
    {
        list-style:none;
    }
    /* .sidenav .navbar-nav li:hover .sub-menu
    {
        display:block;
        padding-right:0;
    } */

    .sidenav .closebtn {
      position: absolute;
      top: 0;
      left: 25px;
      height: 25px;
      width: 25ox;
      margin-left: 50px;
    }
    #menu-menu-2
    {
        background: none;
    }
    .toggle-btn {
        font-size: 16px !important;
        cursor: pointer !important;
        color: #003263;
        /* border: 1px #003263 solid; */
        display: none;
        width: 45px;
        height: 55x;
        border-radius: 10px;
        text-align: center;
        top: 20px;
        position: absolute;
        height: 45px;
        text-align: center;
        right: 20px;
    }
    .toggle-btn svg {
        display: block;
        text-align: center;
        margin: auto;
        font-size: 45px;
    }
    .toggle-btn p
    {
        margin: 0;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 20px;
        height: 30px;
        color: #fff !important;
        left: 20px;
        margin: 0;
        padding: 0;
        width: 30px;
        margin-top: 0;
        border-radius: 50px;
        line-height: 25px;
        font-size: 20px;
        text-align: center;
    }
    .sidenav .closebtn i {
        font-size: 30px;
    }
    #mySidenav
    {
        display: block;
    }
    .toggle-btn
    {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        left: 20px;
        right: unset;
        top: -53px !important;
        z-index: 1;
    }
    .toggle-btn object {
        height: 30px;
        width: 30px;
        display: block;
    }
    #breadcrumb .tir object {
        height: 150px;
        width: 150px; 
    }
    .show-sub
    {
        display:block !important;
    }
    .list-unstyled
    {
        padding-right:0;
    }
    .sidenav .closebtn object
    {
        height: 16px;
        width: 16px;
        /* line-height: 20px; */
        /* text-align: center; */
        display: block;
        margin: auto;
        margin-top: 9px;
        pointer-events: none;
    }
    header .bottom-header .navbar-nav .active, header .bottom-header .navbar-nav li:hover {
        border-bottom: none !important;
    }
    #mySidenav {
        z-index: 9;
        background: #fff;
    }
    .sidenav .closebtn object {
        height: 25px;
        width: 25px;
        display: block;
    }
    header .bottom-header{
        z-index: 99999999999;
        position: relative;
    }
    header .bottom-header .navbar-nav li a {
        position: relative;
    }
    header .parent svg {
        display: none;
    }
    .sidenav .sub-menu li a {
        font-size: 14px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
    #overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      display: none; /* مخفي افتراضياً */
      z-index: 999;
    }
    #mySidenav {
      position: fixed;
      top: 0;
      left: -250px; /* مخفي على اليسار */
      width: 0;
      height: 100%;
      background: #fff;
      box-shadow: 2px 0 5px rgba(0,0,0,0.3);
      z-index: 1000;
      transition: left 0.3s ease;
    }

    /* حالة المنيو مفتوح */
    #mySidenav.active {
      width: 90%;
      left: 0;
    }

    /* عرض الـ overlay */
    #overlay.active {
      display: block;
    }
    header .navbar-nav {
        display: none;
    }
    #mySidenav .navbar-nav {
        display: block !important;
    }
    .single-post .page-title {
        display: none !important;
    }
	#scrollTopBtn object {
		height:30px;
		width:30px;
	}
	.lang-switcher-wrapper {
		margin-right: 29px;
		display:block;
	}
	footer .footer-logo object {
		height: 100px;
		margin-top:unset;
	}
	.reacptacha {
		width: 100%;
		display: flex;
		justify-content: center;
	  }
	.cf7sr-g-recaptcha {
		transform: scale(0.9);
    	transform-origin: center;
	}
	.single-article {
		border-radius: 20px !important;
		width: 100%;
	}
	#slider .owl-item {
		padding: 20px 8px;
	}
}