/* خطوط الموقع */
@font-face {
    font-family: 'dubai-medium';
    font-display: swap;
    src: url('/resources/css/a-jannat-lt.ttf');
}

/* عناصر عامة */
* {
    box-sizing: border-box;
}

body {
    font-family: 'dubai-medium', sans-serif;
    background: #f5f5f5;
    direction: rtl; /* النصوص العربية */
    text-align: right;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #009787;
}
a:hover {
    color: #6d9bc2;
}

/* هيدر */
.header {
    background: #fff;
    margin-bottom: -7px;
}
.header h1 {
    margin: 5px 10px;
    font-size: 33px;
    background: #fff;
    padding: 0;
    border: 0;
    text-align: right;
}

/* الفقرات والقوائم */
p {
    padding: 10px;
    margin: 5px 0;
    text-align: right;
}
li {
    direction: rtl;
    text-align: right;
}

/* الأكواد المخفية */
.code-block,
a.zip-one,
a.zip-two {
    display: none !important;
}

/* تصفية العناصر */
.rash::after {
    content: "";
    clear: both;
    display: table;
}

/* تقسيم الأعمدة */
[class*="rem-"] {
    float: right;
    padding: 2px;
    width: 100%;
}

/* البوست */
.enpost {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 15px;
    text-align: center;
    transition: transform 0.2s;
}
.enpost:hover {
    transform: translateY(-5px);
}
.enpost img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 8px;
}
.enpost h2 {
    font-size: 16px;
    color: #333;
    margin: 0;
    text-align: center;
}

/* بيانات البوست */
.post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.post-meta .category {
    background: #009787;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
}
.post-meta .date {
    font-size: 12px;
    color: #666;
}

/* القوائم والرتبط */
.related {
    margin: 5px 0 5px 11px;
    text-align: right;
}
.related ul li {
    margin: 5px 0;
}
.related ul li a {
    font-size: 18px;
    font-weight: 700;
}

/* إدخال ونماذج */
input, select {
    font-size: large;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: aliceblue;
    color: #009787;
    font-weight: bold;
    margin: 2px 0;
    font-family: unset;
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-appearance: none;
    border-radius: 0;
}

/* العناوين */
h1 {
    margin: 5px 0;
    font-size: 25px;
    padding: 10px 6px 0 0;
    text-align: start;
}
h2 {
    padding: 10px 12px 10px 0;
    font-size: 22px;
    text-align: center;
}
h3 {
    width: auto;
    text-align: right;
    padding-right: 20px;
}

/* مشاركة البوست */
.post-share {
    padding: 15px 0 0;
    color: #333;
    margin: 15px 0 0;
    border-top: 1px solid #ddd;
}

/* الفوتر */
footer {
    border-top: 3px solid #009787;
    background: white;
    border-radius: 6px;
}

/* الإطارات */
iframe.lazy-loaded {
    width: auto;
    height: auto;
}

/* قوائم الأرقام */
.entry ol, .entry ul {
    direction: rtl;
}
.rem-3.p-css {
    padding: 10px;
}
/* استجابة */
@media only screen and (min-width:600px) {
    .rem-s-3 { width: 33.33%; }
    .rem-s-9 { width: 66.66%; }
}
@media only screen and (min-width:768px) {
    .rem-3 { width: 33.33%; }
    .rem-9 { width: 66.66%; }
}

.container {
    width: 85%;
    margin: auto auto 10px;
    padding: 0;
}
.content {
  background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.2s;
}
}.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    right: 50%;
    margin-right: -75px;
    opacity: 0;
    transition: opacity .3s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    margin-right: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.footer {
    padding: 13px;
    text-align: center;
    color: #fff;
    background: #009787;
    margin: auto auto 10px;
}
.footer a {
    color: #fff;
}

/* إخفاء النصوص وعدّاد الصفحات */
nav[aria-label="Pagination Navigation"] .sm\\:flex-1,
nav[aria-label="Pagination Navigation"] .sm\\:hidden + .hidden {
  display: none !important;
}

/* جعل فقط السابق والتالي مرئيين */
nav[aria-label="Pagination Navigation"] .flex.justify-between {
  display: flex !important;
  justify-content: space-around;
  width: 100%;
      padding: 17px;
}


/* ستايل الأزرار */
nav[aria-label="Pagination Navigation"] a,
nav[aria-label="Pagination Navigation"] span {
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}

nav[aria-label="Pagination Navigation"] a:hover {
  background: #009787;
  color: #fff;
  border-color: #009787;
}

nav[aria-label="Pagination Navigation"] span {
  opacity: 0.6; /* تعطيل زر السابق إذا غير نشط */
  cursor: not-allowed;
}

.hidden {
    display: none;
}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(right, rgba(255, 2, 5, .5), rgba(137, 11, 138, .5), rgba(27, 123, 187, .5), rgba(47, 195, 44, .5), rgba(253, 201, 1, .5), rgba(255, 91, 2, .5), #ccc 15%, #ccc 85%, rgba(255, 91, 2, .5), rgba(253, 201, 1, .5), rgba(47, 195, 44, .5), rgba(27, 123, 187, .5), rgba(137, 11, 138, .5), rgba(255, 2, 5, .5));
    background-image: -moz-linear-gradient(right, rgba(255, 2, 5, .5), rgba(137, 11, 138, .5), rgba(27, 123, 187, .5), rgba(47, 195, 44, .5), rgba(253, 201, 1, .5), rgba(255, 91, 2, .5), #ccc 15%, #ccc 85%, rgba(255, 91, 2, .5), rgba(253, 201, 1, .5), rgba(47, 195, 44, .5), rgba(27, 123, 187, .5), rgba(137, 11, 138, .5), rgba(255, 2, 5, .5));
    background-image: -ms-linear-gradient(right, rgba(255, 2, 5, .5), rgba(137, 11, 138, .5), rgba(27, 123, 187, .5), rgba(47, 195, 44, .5), rgba(253, 201, 1, .5), rgba(255, 91, 2, .5), #ccc 15%, #ccc 85%, rgba(255, 91, 2, .5), rgba(253, 201, 1, .5), rgba(47, 195, 44, .5), rgba(27, 123, 187, .5), rgba(137, 11, 138, .5), rgba(255, 2, 5, .5));
    background-image: -o-linear-gradient(right, rgba(255, 2, 5, .5), rgba(137, 11, 138, .5), rgba(27, 123, 187, .5), rgba(47, 195, 44, .5), rgba(253, 201, 1, .5), rgba(255, 91, 2, .5), #ccc 15%, #ccc 85%, rgba(255, 91, 2, .5), rgba(253, 201, 1, .5), rgba(47, 195, 44, .5), rgba(27, 123, 187, .5), rgba(137, 11, 138, .5), rgba(255, 2, 5, .5));
}
textarea {
    width: 80%;
    border: 1px solid #8b8c8c;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    background: -webkit-gradient(linear, right top, right 25, from(#fff), color-stop(4%, #eee), to(#fff));
    background: -moz-linear-gradient(top, #fff, #eee 1px, #fff 25px);
}
button {
    background-color: #4caf50;
    border: 0;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
/* تصميم الهيدر على نفس نمط enpost */
/* الحاوية الأساسية */
.topnav-container {
  display: flex;
  direction: rtl;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 0px 0px 12px 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 1px 8px;
  transition: all 0.3s;
  flex-wrap: wrap;
}

/* الأقسام */
.topnav-left, .topnav-center, .topnav-right {
  display: flex;
  align-items: center;
}

/* القائمة في الوسط */
.topnav-center a {
  margin: 0 10px;
  text-decoration: none;
  color: #333;
  padding: 6px 12px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}

.topnav-center a:hover {
  background: #009787;
  color: #fff;
}

/* الشعار */
.logo-link img {
  max-height: 50px;
  width: auto;
  border-radius: 8px;
}

/* زر الاتصال */
.cvgre {
  background: #009787;
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
}

.cvgre:hover {
  background: #007766;
}

/* أيقونة القوائم */
.icon {
  display: none;
  font-size: 22px;
  cursor: pointer;
}

/* للشاشات الصغيرة */
@media screen and (max-width: 768px) {
  .topnav-center, .topnav-right { display: none; }
  .icon { display: block; }

  .topnav-container.responsive {
    flex-direction: column;
    align-items: flex-start;
  }

  .topnav-container.responsive .topnav-center,
  .topnav-container.responsive .topnav-right {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .topnav-container.responsive .topnav-center a,
  .topnav-container.responsive .topnav-right a {
    margin: 5px 0;
    width: 100%;
    text-align: left;
  }
}

.dropdown {
    float: right;
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 17px;
    border: 0;
    outline: 0;
    color: #363533;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
}
.dropdown-content a {
    float: none;
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
}
.dropdown:hover .dropbtn, .topnav a:hover {
    background-color: #009787;
    color: #fff;
}
.dropdown-content a:hover {
    background-color: #ddd;
    color: #000;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.entry-content.entry.clearfix  {
     display:  flow-root;
 }
@media screen and (max-width:600px) {
    .dropdown .dropbtn, .topnav a: not(:first-child) {
    display: none;
}
.topnav p.icon {
    float: left;
    display: block;
}
}@media screen and (max-width:600px) {
    .topnav.responsive {
    position: relative;
}
.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
}
.topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
}
.topnav.responsive .dropdown {
    float: none;
    direction: rtl;
}
.topnav.responsive .dropdown-content {
    position: relative;
}
.topnav.responsive .dropdown .dropbtn {
    display: block;
    input-group-append {
    width: 50px;
}
width:100%;
    text-align: right;
}
}@media only screen and (min-width :150px) and (max-width :1140px) {
    .container {
    width: 100%;
    margin: auto auto 10px;
    padding: 0;
}
#reverse {
    width: 90%}
textarea {
    width: 90%}
}.tx-l {
    text-align: center;
    font-size: 1.17em;
}
.btn-block {
    display: block;
    width: 62%;
    margin: auto;
}
.btn.btn-secondary {
    display: inline-block;             /* يخلي الزر مضبوط داخل النصوص */
    border: 1px solid #009787;
    padding: 12px 24px;                /* أفضل من 12px 0 عشان العرض ما يكون ضيق */
    border-radius: 8px;
    background: linear-gradient(45deg, #009787, #053530); /* تدرج أنعم */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;             /* يشيل الخط من اللينكات */
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-top: 10px;                  /* بدل -30px حتى ما يطلع فوق */
}

/* تأثير عند المرور */
.btn.btn-secondary:hover {
    background: linear-gradient(45deg, #053530, #009787);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* تأثير عند الضغط */
.btn.btn-secondary:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.wh-g {
    display: block;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    border-radius: 8px;
    padding: 9px;
    background: #3ab54b;
    text-decoration: none;
    color: #fff;
    margin: 10px;
}
svg.bi.bi-whatsapp {
    margin-bottom: -9px;
}
.link-btom.wh-g a {
    color: white;
}
a.cvgre {
    background-image: -webkit-linear-gradient(45deg, #009787 0, #009787 100%);
    padding: 0 9px;
    color: white;
    float: right;
    margin: 15px 15px;
    border-radius: 8px;
}
@media only screen and (min-width :150px) and (max-width :1140px) {
    .footer {
    margin: auto auto 10px;
}
#reverse {
    width: 90%}
textarea {
    width: 90%}
}#ez-toc-container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    display: table;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    width: auto;
}
.wswt {
    margin: 0 auto;
    background: white;
    direction: ltr;
}
.wswt p {
    text-align: right;
    border-right: aliceblue;
    border-bottom: antiquewhite;
}

.menu-content {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin: 0 0 10px 0;
}
@media only screen and (min-width:480px) and (max-width:1023px) {
    .mc-show {
    display: block;
}
.mc-hide {
    display: none;
}
aside {
    width: 35%;
    padding-right: 20px;
}
main {
    width: 65%}
header {
    margin-bottom: 30px;
}
.box {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin: 0 0 30px 0;
}
.menu-content {
    margin: 0 0 30px 0;
}
}@media only screen and (min-width:1024px) {
    .lc-show {
    display: block;
}
.lc-hide {
    display: none;
}
aside {
    width: 30%;
    padding-right: 20px;
}
main {
    width: 70%}
header {
    margin-bottom: 30px;
}
.box {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin: 0 0 30px 0;
}
.menu-content {
    margin: 0 0 30px 0;
}
.social-buttons {
    margin-bottom: 0;
}
}.menu-content {
    background: #fff;
}
.menu-content a {
    display: block;
    padding: 12px 10px;
    font-size: 18px;
    color: black;
}
.menu-content a:nth-child(odd) {
    background: #f8f9f9;
}
.menu-content a:hover {
    background: #ebf0f4;
}
.menu-content h2 {
    border-bottom: 2px solid #009787;
    margin-block-start: 5px;
}
.speed {
    float: right;
    display: block;
    color: #f5f5f5;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
iframe {
    border: crimson;
    float: none;
}
.social-buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    margin-bottom: -60px;
    border-top: 4px solid #bdc3c7;
    background: #fff;
    padding: 8px 8px;
    opacity: .9;
    transition: margin-bottom .8s linear;
}
width:100%;
    text-align: right;
}
}@media only screen and (min-width :150px) and (max-width :1140px) {
    .container {
    width: 100%;
    margin: auto auto 10px;
    padding: 0;
}
#reverse {
    width: 90%}
textarea {
    width: 90%}
}img {
    width: 75%;
    height: auto;
}
body {
    margin-top: 0;
    margin-bottom: 0;
}
.nav {
    list-style: none;
    margin: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 0;
}
.nav>li, .nav>li>a {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.inline-items {
    margin-top: 0;
}
.inline-items li {
    margin-right: 0;
    border-right: 1px solid black;
    padding-right: 10px;
    padding-right: 10px;
}
.inline-items li:first-child {
    margin-right: 0;
    border: 0;
    padding-right: 0;
    padding-right: 10px;
}
.inline-items li:last-child {
    padding-right: 0;
}

.blog-post.hentry.item-post .panel-heading {
    border: 0;
    background-color: #fff;
}
.errorWrap {
    padding: 100px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    border-top: 3px solid #009787;
}
#related-posts {
    padding: 0 15px 0;
}
#related-posts h3 {
    margin: 0 0 13px 0;
}
#related-posts ul {
    margin: 0;
    padding: 0;
}
#related-posts li {
    padding: 0;
    font-size: 12px;
    margin-right: 17px;
    margin-bottom: 15px;
}
#related-posts li a {
    color: #009787;
    overflow: hidden;
    display: block;
    line-height: 22px;
    font-size: 18px;
    padding-right: 30px;
}
.latest-topics {
    padding: 15px;
    padding-bottom: 0;
}
.postmmb {
    margin: 15px -10px;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
}
.postmmb li {
    float: right;
    width: 33.33333%}
.postmmb li .thumbs {
    margin-bottom: 20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    margin: 1px 10px 20px 10px;
    overflow: hidden;
    position: relative;
}
.postmmb li .thumb .rnav-img {
    height: 160px;
    display: block;
}
.postmmb li .rnav-conent {
    margin: 10px;
}
.postmmb li .rnav-title {
    margin: 0;
    font-family: bahij, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 18px;
    height: 55px;
    overflow: hidden;
}
.related-post {
    padding: 0 15px;
    background-color: #fff;
    padding-top: 0;
}
.related-post .eng_ww_title, .related-post .eng_branding {
    display: none;
}
.cf {
    height: 500px;
}
#share_channel {
    height: 40px;
    margin: 0 0 15px 0;
    width: 100%;
    background: #009787;
    top: auto;
    padding: 3px 5px;
    position: relative;
    border: 0;
    display: none;
}
#postsac span#share_text {
    color: #fff;
}
.static_page #share_channel {
    display: block;
    margin: 0;
}
#share_a {
    display: none;
}
#share_text {
    width: 40%;
    float: right;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
    font-family: Cairo, sans-serif;
    font-weight: bold;
    height: 33px;
}
#share_channel textarea {
    overflow-y: hidden;
    direction: ltr;
    width: 60%;
    border: 0;
    resize: none;
    float: right;
    padding: 0;
}
#adsablock {
    padding: 10px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    background: #fff;
    font-size: 14px;
    text-align: center;
    width: 250px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    border-top: 3px solid #009787;
    font-family: Cairo, sans-serif;
}
#adsablock a {
    cursor: pointer;
    color: #fff;
    background: #009d1a;
    border-radius: 15px;
    padding: 0 10px;
    display: table;
    margin: auto;
    margin-top: 10px;
}
.arlinablock h4 {
    color: #009787;
    margin: 0;
}
.arlinablock p {
    margin: 0;
}
#arlinablock {
    display: none;
}
}#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}
#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}
ul.footer-menu.nav {
    text-align: center;
}
.nav>li, .nav>li>a {
    display: inline-block;
    padding: 6px;
    zoom: 1;
    color: black;
}
a {
    color: #333;
    text-decoration: none;
}
strong {
    font-weight: bolder;
}
a:focus, a:hover {
    color: #009787;
    transition: .1 s ease;
}
.container {
    max-width: 1140px;
    margin-right: auto;
    margin-right: auto;
}
.item .container {
    max-width: 800px;
}
.resp-sharing-button__icon, .resp-sharing-button__link {
    display: inline-block;
}
.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 1px;
}
.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: .5em .75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: .4em;
    vertical-align: top;
}
.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle;
}
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none;
}
.resp-sharing-button__icon--solid, .resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none;
}
.resp-sharing-button--twitter {
    background-color: #55acee;
}
.resp-sharing-button--twitter:hover {
    background-color: #2795e9;
}
.resp-sharing-button--pinterest {
    background-color: #bd081c;
}
.resp-sharing-button--pinterest:hover {
    background-color: #8c0615;
}
.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
.resp-sharing-button--facebook:hover {
    background-color: #2d4373;
}
.resp-sharing-button--tumblr {
    background-color: #35465c;
}
.resp-sharing-button--tumblr:hover {
    background-color: #222d3c;
}
.resp-sharing-button--reddit {
    background-color: #5f99cf;
}
.resp-sharing-button--reddit:hover {
    background-color: #3a80c1;
}
.resp-sharing-button--google {
    background-color: #dd4b39;
}
.resp-sharing-button--google:hover {
    background-color: #c23321;
}
.resp-sharing-button--linkedin {
    background-color: #0077b5;
}
.resp-sharing-button--linkedin:hover {
    background-color: #046293;
}
.resp-sharing-button--email {
    background-color: #777;
}
.resp-sharing-button--email:hover {
    background-color: #5e5e5e;
}
.resp-sharing-button--xing {
    background-color: #1a7576;
}
.resp-sharing-button--xing:hover {
    background-color: #114c4c;
}
.resp-sharing-button--whatsapp {
    background-color: #25d366;
}
.resp-sharing-button--hackernews {
    background-color: #F60;
}
.resp-sharing-button--hackernews:focus, .resp-sharing-button--hackernews:hover {
    background-color: #fb6200;
}
.resp-sharing-button--vk {
    background-color: #507299;
}
.resp-sharing-button--vk:hover {
    background-color: #43648c;
}
.resp-sharing-button--facebook:active, .resp-sharing-button--facebook:hover {
    background-color: #2d4373;
    border-color: #2d4373;
}
.resp-sharing-button--twitter {
    border-color: #55acee;
}
.resp-sharing-button--twitter:active, .resp-sharing-button--twitter:hover {
    background-color: #2795e9;
    border-color: #2795e9;
}
.resp-sharing-button--email {
    border-color: #777;
}
.resp-sharing-button--email:active, .resp-sharing-button--email:hover {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}
.resp-sharing-button--whatsapp {
    border-color: #25d366;
}
.resp-sharing-button--whatsapp:active, .resp-sharing-button--whatsapp:hover {
    background-color: #1da851;
    border-color: #1da851;
}
.resp-sharing-button--telegram {
    background-color: #54a9eb;
}
.resp-sharing-button--telegram:hover {
    background-color: #4b97d1 .head-poz.active {
    position: relative;
    width: 100%;
    z-index: 9999999;
    transition: all .3s;
    height: 50px;
    top: 0;
}
.head-poz.active .img-responsive {
    height: 52px;
}
.head-poz.active #menu-top, .head-poz.active .search-form {
    margin-top: 10px;
}
.menu-section {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.4);
    z-index: 9;
    background: #363533;
    border-top: 3px solid #009787;
}
.menu-section .container {
    overflow: hidden;
    padding: 0;
}
.menu-section.mobile {
    display: none;
}
#menu-top {
    float: right;
    margin-top: 21px;
    margin-right: 25px;
}
.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar-nav>li {
    float: right;
}
#menu-top a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: small;
    display: inline-block;
    line-height: 28px;
    height: 30px;
    text-shadow: 0 1px 1px #000;
}
.menu-section .nav#menu-top>li>a:hover, .menu-section .nav>li>a:focus {
    background: #009787;
}
.navbar-toggle {
    position: relative;
    padding: 0;
    margin-top: 17px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-image: none;
    border: 0;
    display: none;
    cursor: pointer;
    height: 30px;
    width: 35px;
    border-radius: 5px;
    text-align: center;
    margin: 12px 0 0 0;
    background-color: initial;
    float: right;
}
.navbar-toggle .icon-bar {
    background: #fff;
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 6.5px;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.navbar-brand {
    float: right;
    position: relative;
}
.navbar-brand:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -15px;
    right: -15px;
    top: 0;
    background: #363533;
    transform: skewX(-20deg);
    z-index: -1;
}
.navbar-header {
    padding: 15px 0;
    overflow: hidden;
}
.img-responsive {
    display: flex;
    float: right;
}
.menu-section h1, .menu-section h2 {
    display: none;
}
.navbarbrand ul {
    margin: 0;
    padding: 0;
    float: right;
}
.navbarbrand ul li {
    list-style: none;
    float: right;
}
.navbarbrand ul li a {
    font-family: 'Cairo', sans-serif;
    float: right;
    height: 30px;
    width: 35px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 5px;
    color: #009787;
}
.navbarbrand ul li.facebook a {
    color: #4a6ea9;
}
.buttonsearch-form:before {
    content: "\f002";
    font-family: FontAwesome;
}
.search-form {
    float: right;
    width: 100%;
    margin: -20px 0 20px 0;
    background: #fff;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.4);
}
.search-form.page {
    margin: 15px 0;
    box-shadow: initial;
}
.search-field {
    font-family: 'Cairo', sans-serif;
    padding: 0 10px;
    border: 0;
    float: right;
    width: 90%;
    line-height: 29px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    border-radius: 0 5px 5px 0;
    margin: 20px 0;
}
.search-submit {
    font-family: 'Cairo', sans-serif;
    float: right;
    border: 0;
    background-color: #fff;
    height: 29px;
    width: 10%;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    margin: 20px 0;
}
.search-submit:before {
    content: "\f002";
    font-family: FontAwesome;
}
.search-form.collapse {
    display: none;
}
.search-form.collapse.in {
    display: block;
}
.row-search a.buttonsearch-form.mobile {
    float: right;
}
.nav-tabs>li {
    float: right;
    width: 33.3333%;
    text-align: center;
    margin-bottom: 15px;
}
.nav-tabs {
    overflow: hidden;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #009787;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}
.nav-tabs>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #009787;
    color: #fff;
    line-height: 1.8;
    border-radius: 5px;
    text-shadow: 0 1px 1px #000;
}

@media screen and (max-width:1200px) {
    .container {
    max-width: 960px!important;
    padding: 0;
}
.img-responsive {
    height: 60px;
    width: 150px;
}
.index .blog-posts-hentry {
    width: 33.333%}
#menu-top {
    margin-top: 15px;
}
.buttonsearch-form {
    margin-top: 15px;
}
.navbarbrand ul li a {
    margin-top: 14px;
}
.postmmb li {
    float: right;
    width: 33.333%}
.row.goals .col-md-2 {
    width: 20%!important;
}
}@media screen and (max-width:900px) {
    .container {
    max-width: 540px;
}
.index .blog-posts-hentry {
    width: 50%}
.share-links li a:before {
    float: none;
}
.share-links li a:after {
    transform: skewX(0deg);
    width: 100%;
    right: 0;
}
.share-links li a span {
    display: none;
}
.navbarbrand {
    display: table;
    margin: auto;
}
.navbarbrand ul li a {
    border-radius: 0;
    color: #ffffff!important;
}
.whatsapp.whatsapp-desktop {
    display: none;
}
.whatsapp.whatsapp-mobile {
    display: inline-block;
}
.post-body.post-content .postsimg h2 {
    bottom: 30px;
    font-size: 12px;
}
.grid-posts {
    overflow: initial;
}
.menu-section.mobile {
    display: block;
    margin-bottom: 0;
    padding: 0 10px;
    width: inherit;
}
.menu-section.pc {
    border: 0;
}
.navbar-brand.pc {
    display: none;
}
.buttonsearch-form.pc {
    display: none;
}
.navbar-toggle {
    display: block;
}
.row-toggle {
    width: 36.5%;
    float: right;
}
.row-search {
    width: 36.5%;
    float: right;
}
.navbar-toggle {
    margin: 12px 0 0 0;
}
.buttonsearch-form.mobile {
    background: initial;
    margin-top: 12px;
}
.buttonsearch-form.mobile:before {
    font-size: 25px;
    color: #fff;
}
.navbar-brand {
    float: none;
}
.navbar-brand.mobile .logo {
    width: 25%;
    float: right;
    padding: 0 1%;
    background: #009787;
}
.navbar-brand.mobile .logo img {
    width: 100%;
    height: 60px;
}
#liek-facebook {
    display: none;
}
.collapse.in {
    display: block!important;
    border-top: 1px solid rgba(255, 255, 255, .08);
}
.navbar-collapse {
    padding: 0 10px 10px 10px;
}
.collapse {
    display: none;
}
.navbar-nav>li {
    float: none;
}
#menu-top {
    float: none;
    overflow: hidden;
    max-width: 300px;
    margin: auto;
}
#menu-top a {
    margin: 10px 0 0 0;
    display: block;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .4);
}
.navbar-inverse {
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}
.post-date {
    font-size: 12px;
}
.posts-title {
    top: 0;
    right: 0;
    right: 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.col-img {
    margin: 0 auto;
}
.matchname {
    line-height: inherit;
}
.matchlogo {
    width: 100%}
#matchr, #matchl {
    width: 100%}
.containerMatch {
    padding: 5px 0;
}
.postmmb li {
    width: 50%}
.news-tabs .postmmb li {
    width: 50%}
#related-posts li {
    font-size: 15px;
    line-height: 1.8;
}

/* صندوق الفوتر */
#footer-wrapper {
  background: #fff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -4px 8px rgba(0,0,0,0.1);
  padding: 20px;
  margin-top: 30px;
  text-align: center;
}

/* قائمة الفوتر */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}

.footer-menu a:hover {
  background: #009787;
  color: #fff;
}

/* النص السفلي */
.footer {
  font-size: 13px;
  color: #666;
}

.footer a {
  color: #009787;
  text-decoration: none;
  font-weight: bold;
}

.footer a:hover {
  text-decoration: underline;
}


footer .row {
    padding: 0 10px;
}
footer a {
    font-size: 12px;
}
.postTimestamp {
    top: 8%}
}@media screen and (max-width:650px) {
    .container {
    max-width: 540px;
}
.footercopyr p {
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
}
.footercopy {
    float: none;
    text-align: center;
}
.footercopy a {
    margin: 0 10px;
    float: none;
    display: inline-block;
}
.footercopyr p {
    font-size: 12px;
    width: 100%;
    padding: 0;
}
.navbar-brand.mobile .logo img {
    height: 50px;
}
.buttonsearch-form.mobile {
    margin-top: 8px;
}
.navbar-toggle {
    margin: 8px 0 0 0;
}
.row-toggle {
    width: 34%}
.row-search {
    width: 34%}
.navbar-brand.mobile .logo {
    width: 30%}
.nav-tabs>li>a {
    padding: 10px 5px;
}
.postTimestamp {
    position: relative;
    margin: 0;
    box-shadow: initial;
    padding: 0;
    text-align: right;
}
.row.goals .col-md-2 {
    width: 25%!important;
}
}@media screen and (max-width:550px) {
    .index .blog-posts-hentry {
    width: 100%}
footer .col-md-6 a {
    font-size: inherit;
    color: #fff;
    background: inherit;
    float: none;
    border-radius: inherit;
    padding: inherit;
    line-height: inherit;
    height: inherit;
    box-shadow: inherit;
}
.grid-posts {
    margin: 0;
}
.postmmb li {
    width: 100%}
.news-tabs .postmmb li {
    width: 100%}
.footermd {
    width: 100%}
.footerbn {
    margin-right: 0;
}
.footertabs {
    padding-right: 0;
}
.row-toggle {
    width: 25%}
.row-search {
    width: 25%}
.navbar-brand.mobile .logo {
    width: 48%}
.navbar-toggle .icon-bar {
    width: 25px;
    height: 3px;
}
.buttonsearch-form.mobile:before {
    font-size: 20px;
}
.grid-post {
    padding: 0;
}
.row.goals .col-md-2 {
    width: 50%!important;
}
}