/* *********Start Global Settings********* */
*,
::after,
::before {
  box-sizing: border-box;
}


@font-face {
    font-family: 'Cairo';
    src: url('../../assets/fonts/cairo/Cairo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../../assets/fonts/cairo/Cairo-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../../assets/fonts/cairo/Cairo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../../assets/fonts/cairo/Cairo-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
  text-align: left;
  background-color: #fff;
  font-family: 'Cairo', Tahoma, Geneva, Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

a {
  color: #313131;
  text-decoration: none;
  background-color: transparent;
}
media-list__item--1
.ltr {
  direction: ltr;
  text-align: left;
}

.rtl {
  direction: rtl;
  text-align: right;
}

.social_ul {
  justify-content: flex-end !important;
}

.header_btn {
  width: 30px;
  height: 30px;
  padding: 0 0;
}

.header_btn a {
  font-family: serif;
  display: flex;
  width: 50px;
}

header {
  padding: 0px 0px 0px;
  user-select: none;
}

img {
  vertical-align: middle;
  border-style: none;
  color: rgba(0, 0, 0, 0) !important;
  max-width: 100% !important;
  height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.8rem;
}

@media screen and (max-width: 450px) {
  .navbar-nav a,
  header {
    padding: 2px 0;
  }
}

@media screen and (max-width: 991px) {
  header {
    padding: 6px 0 6px;
  }
}

ul {
  list-style: none;
}
/* *********End Grid Layout System********* */

/* *********Start helper classes********* */

.list-unstyled {
  padding-inline-start: 0;
  list-style: none;
}

.img-radius {
  width: 100%;
  height: auto;
  border-radius: 0.25rem !important;
}

.border_b_dotted {
  border-bottom: 1px dashed #cdcdcd;
}

.orange {
  color: #4fab5b;
}

.title {
  font-size: 1.2rem;
}

.title.orange {
  color: #222;
  font-weight: 600;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.img-fluid {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.align-items-flex-end {
  align-items: flex-end;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media screen and (max-width: 600px) {
  .align-items-flex-end {
    align-items: baseline;
  }
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.inline-block {
  display: inline-block;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mx-auto {
  margin-inline-start: auto !important;
  margin-inline-end: auto !important;
}

.mx-0 {
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}

.mx-1 {
  margin-inline-start: 0.25rem !important;
  margin-inline-end: 0.25rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.px-0 {
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
}

.px-1 {
  padding-inline-start: 0.25rem !important;
  padding-inline-end: 0.25rem !important;
}

.px-2 {
  padding-inline-start: 0.5rem !important;
  padding-inline-end: 0.5rem !important;
}

.pl-1 {
  padding-inline-start: 0.25rem !important;
}

.pl-2 {
  padding-inline-start: 0.5rem !important;
}

.pr-0 {
  padding-inline-end: 0 !important;
}

.pr-2 {
  padding-inline-end: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}

.text-center {
  text-align: center !important;
}

/* *********End Helper Classes********* */

/* *********Start Grid Layout System********* */

.container {
  width: 100%;
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .px-sm-3 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
}

@media (min-width: 600px) {
  .container {
    max-width: 570px;
  }
}

@media (min-width: 650px) {
  .container {
    max-width: 620px;
  }
}

@media (min-width: 700px) {
  .container {
    max-width: 670px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .px-md-1 {
    padding-inline-end: 0.25rem !important;
    padding-inline-start: 0.25rem !important;
  }
  .px-md-2 {
    padding-inline-end: 0.5rem !important;
    padding-inline-start: 0.5rem !important;
  }
  .px-md-4 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 870px) {
  .container {
    max-width: 830px;
  }
}  

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .px-lg-0 {
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-inline-end: -15px;
  margin-inline-start: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 575.98px) {
  .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* *********End Grid Layout System********* */

/* *********Start Header Logo & Buttons Section********* */
.site-header .main-logo {
  padding-inline-end: 0;
}

.logo img {
  padding-top: 10px;
}

.form-inline.list-unstyled > span {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
}

.form-inline.list-unstyled > span .social_icon {
  display: inline-flex;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .logo img {
    display: inline-block;
    width: 44px;
    height: auto;
    padding: 5px 0;
  }
  .social_ul {
    margin: 0;
  }
  .main-header-mobile {
    align-items: center;
  }
}

.site-header .main-logo .logo:hover p {
  color: #4fab5b;
}

.site-header .main-logo .logo p {
  color: #292929;
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  .logo p {
    font-size: 13px;
  }
}

@media screen and (max-width: 450px) {
  .site-name {
    display: inline-block;
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .hide-on-mobile {
    display: none !important;
  }
  .header-2-2 {
    margin-inline-start: 44px;
  }
  .ltr .header-2-2 {
    justify-content: flex-start !important;
  }
  .header-search-button {
    margin: 0 10px;
  }
}

a.social_icon {
  text-decoration: none;
  padding: 0px 4px;
}

.svg-icon {
  padding: 1px 12px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin: 0 2px;
  background-size: 20px !important;
}

i.icon-facebook {
  background-image: url(https://articleveryday.com/wp-content/uploads/2023/05/facebook.svg);
}

i.icon-twitter {
  background-image: url(https://articleveryday.com/wp-content/uploads/2023/05/twitter.svg);
}

i.icon-linkedin {
  background-image: url(https://articleveryday.com/wp-content/uploads/2023/07/linkedin.svg);
}

i.icon-pinterest {
  background-image: url(https://articleveryday.com/wp-content/uploads/2023/07/pinterest.svg);
}

i.icon-whatsapp {
  background-image: url(https://articleveryday.com/wp-content/uploads/2023/07/whatsapp.svg);
}

i.icon-instagram {
  background-image: url(https://articleveryday.com/wp-content/uploads/2023/05/instagram.svg);
}

i.icon-youtube {
  background-image: url(https://articleveryday.com/wp-content/uploads/2023/05/youtube.svg);
}

i.icon-google-news {
  background-image: url(https://articleveryday.com/wp-content/uploads/2023/05/google-news.svg);
}

.social-sharing {
  margin-bottom: 20px;
}

.social-sharing p {
  margin: 0;
  margin-bottom: 10px;
}

.social-sharing > a  > i {
  padding: 10px 20px;
  background-size: 35px!important;
  margin: 0;
  margin-inline-end: 15px;
}

.site-header .buttons {
  align-items: center;
}

.icon-lang {
  display: block;
  width: 26px;
  height: 26px;
}

.icon-search {
  display: block;
  width: 24px;
  height: 24px;
}

.site-header .buttons .language .icon-lang::before,
.site-header .buttons .header-search-button .icon-search::after {
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: baseline;
  line-height: 1rem;
  padding: 0px;
  margin: 0;
}

.site-header .buttons .language .icon-lang::before {
  background: url(https://articleveryday.com/wp-content/uploads/2023/05/language.svg);
}

.site-header .buttons .header-search-button .icon-search::after {
  background: url(https://articleveryday.com/wp-content/uploads/2023/05/search-icon.svg);
}

@media (max-width: 400px) {
  .site-header .logo .site-name {
    display: none;
  }
  .header-2-2 {
    margin-inline-start: 0;
  }
}

/* *********Start Header Logo & Buttons Section********* */

/* *********Start Top Navbar Section********* */
.site-navbar {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

button.menu-toggle:hover,
button.menu-toggle:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

button.menu-toggle {
  display: block;
  z-index: 5;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 44px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  float: right;
  justify-content: end;
  position: relative;
  background-color: transparent;
}

@media screen and (max-width: 450px) {
  button.menu-toggle {
    position: absolute;
    margin-top: -44px;
    right: 35px;
  }
  .rtl button.menu-toggle {
    right: unset;
    left: 6px;
  }
  .rtl .header-2-2 {
    margin-inline-start: 66px;
  }
}

button.menu-toggle span {
  display: flex;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #575757;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

button.menu-toggle span::before,
button.menu-toggle span::after {
  background-color: #575757;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

button.menu-toggle span::before {
  top: -9px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

button.menu-toggle span::after {
  bottom: -9px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

button.menu-toggle.active span::before {
  background-color: #575757;
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

button.menu-toggle.active span::before,
button.menu-toggle.active span::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button.menu-toggle.active span::after {
  background-color: transparent;
  bottom: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

button.menu-toggle.active span {
  background-color: #575757;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  width: 32px;
}

.main-navigation {
  clear: both;
  display: block;
  float: none;
  width: 100%;
  position: relative;
}

.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
  position: relative;
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s 0s ease-in-out;
  transition: max-height 0.3s 0s ease-in-out;
  padding-inline-start: 0px;
}

.main-navigation li {
  display: block;
  position: relative;
  border-top: 1px solid #e7e7e7;
}

.nav-menu > li:nth-child(1) {
  border-top: 1px solid transparent;
}

.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a {
  color: #15c;
  font-weight: bold;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  line-height: 40px;
}

.menu-item-has-children > a {
  padding-inline-end: 40px;
}

.rtl .menu-item-has-children > a {
  padding-inline-end: 0px;
  padding-inline-start: 10px;
}

.sub-nav-toggle {
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  z-index: 200;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rtl .sub-nav-toggle {
  right: unset;
  left: 0;
}

.sub-nav-toggle.active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.sub-nav-toggle::after {
  content: "";
  position: absolute;
  top: 16.6666666667px;
  left: 13.3333333333px;
  width: 0;
  height: 0;
  border: 6.6666666667px solid rgb(0 0 0 / 0%);
  border-top-color: #898989;
}

.main-navigation ul ul {
  text-align: initial;
  padding-inline-start: 0px;
}

.main-navigation.active ul.nav-menu {
  max-height: none;
  display: block;
}

@media screen and (min-width: 1001px) {
  button.menu-toggle {
    display: none;
  }
  .main-navigation {
    display: inline-block;
    width: 100%;
  }
  .main-navigation ul {
    max-height: inherit;
    overflow: visible;
  }
  .main-navigation li {
    display: inline-block;
    border: none;
    padding: 0px 12px;
  }
  .main-navigation li + li {
    margin-inline-start: 0px;
  }
  .main-navigation a {
    line-height: 60px;
    padding: 0;
  }
  .menu-item-has-children > a {
    padding-inline-end: 18.00180018px;
  }
  .main-navigation li:hover {
    background: #fbfbfb;
  }
  .sub-nav-toggle {
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 18.00180018px;
  }
  .sub-nav-toggle:after {
    top: 8.6666666667px;
    left: 5.1282051282px;
    border-width: 4px;
  }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 60px;
    left: -999em;
    z-index: 99;
    min-width: 280px;
    background: #fff;
  }
  body.ltr .main-navigation ul li:hover > ul,
  body.ltr .main-navigation ul li.focus > ul {
    padding: 0;
    left: 0px;
    border: 2px solid #f2f2f2;
  }
  body.rtl .main-navigation ul li:hover > ul,
  body.rtl .main-navigation ul li:focus > ul {
    left: unset;
    right: 0px;
    border: 2px solid #f2f2f2;
  }
  body.rtl .main-navigation ul ul {
    left: unset;
    right: -9999em;
  }
  .main-navigation ul ul li {
    display: block;
    margin: 0;
  }
  .main-navigation ul ul a {
    min-width: 100px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .site-navbar {
    padding: 0 10px;
  }
  nav.main-navigation.active {
    max-height: 88vh;
    overflow-y: scroll;
  }
  div#site-navigation {
    max-height: 88vh;
    max-height: calc(100vh - 20vh);
    overflow-y: scroll;
    padding-bottom: 0rem;
  }
  nav#main-navigation.active ul.nav-menu {
    display: block;
  }
  .main-navigation ul.nav-menu {
    height: 100%;
    overflow-y: auto;
  }
  .sub-menu.active {
    max-height: 2000px;
  }
  .sub-menu li:first-of-type {
    margin-top: 0;
  }
  .sub-menu a {
    white-space: nowrap;
  }
  .main-navigation li:last-of-type {
    margin-bottom: 10px;
  }
}

/* *********End Top Navbar Section********* */

/* *********Start Search Modal Template********* */

.modal {
  display: none;
  position: fixed;
  z-index: 220;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.btn-show-modal {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.modal-content {
  margin: 1.75rem auto;
  width: 500px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.7;
  cursor: pointer;
}

.modal-body {
  display: flex;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-body .website-brand {
  text-align: center;
  padding-inline-start: 0.5rem;
  padding-inline-end: 0.5rem;
}

.modal-body .website-brand img {
  vertical-align: middle;
  border-style: none;
  width: 60px;
  height: 60px;
}

.searchform {
  background: #fff;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: auto;
  max-width: 550px !important;
  width: 100%;
  border: 1px solid #4fab5b;
  height: 47px;
  overflow: hidden;
}

.searchform input {
  width: calc(100% - 60px);
  background: #fff;
  color: #595959;
  font-size: 17px;
  padding: 12px 22px;
  border: none;
  box-shadow: none;
  position: relative;
  outline: none;
}

.searchform .searchsubmit {
  cursor: pointer;
  padding: 4px 4px;
  text-transform: uppercase;
  border: 0px solid #4fab5b;
  position: relative;
  background: #4fab5b;
  width: 60px;
  float: right;
  height: 47px;
}

.rtl .searchform .searchsubmit {
  float: left;
}

.searchsubmit i.icon-search {
  background: url(https://articleveryday.com/wp-content/uploads/2023/05/search.svg)
    no-repeat center center;
  padding: 10px 20px 10px 30px;
  margin: 0px 2px;
  border-radius: 8px;
}

@media screen and (max-width: 600px) {
  .modal-content {
    width: 95%;
    margin: 0.7rem auto;
  }
  .modal-body .searchform input {
    font-size: 15px;
  }

  .modal-body .website-brand img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 400px) {
  .modal-body {
    display: flex;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
  }
  .modal-body .website-brand {
    padding-inline-start: 0.2rem;
    padding-inline-end: 0.2rem;
  }
  .modal-body .website-brand img {
    width: 40px;
    height: 40px;
  }
}

/* *********End Search Modal Template********* */

/* *********Start Hero Section - Modern Grid Layout********* */

.top-posts {
  padding: 0 1rem 1.5rem;
  background: #fff;
}

@media (max-width: 768px) {
  .top-posts.mt-3 {
    margin-top: 15px !important;  
  }
}

@media (max-width: 575px) {
  .top-posts {
    padding: 0 15px 1rem;
  }
}

.media-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  min-height: 10rem;
  padding-inline-start: 0px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .media-list {
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1.2rem;
  }
}

.media-list__item {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  transition: box-shadow 0.3s ease;
}

.media-list__item.media-list__item--1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

@media screen and (min-width: 768px) {
  .media-list__item {
    overflow: hidden;
    border-radius: 8px;
  }
  
  .media-list__item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  
  .media-list__item:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }
  
  .media-list__item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  
  .media-list__item:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
  }

  .media-list__item:not(.media-list__item--1):hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  }

  .media-list__item:not(.media-list__item--1):hover .media__image {
    transform: scale(1.05);
  }
}

.media {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

/* المقالة الرئيسية - خلفية صورة */
.media-list__item--1 .media {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-height: 500px;
  justify-content: flex-end;
  box-shadow: none;
  transition: background-size 0.3s ease;
}

.media-list__item--1 .media::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.6) 70%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 1;
}

.media-list__item--1:hover .media::before {
  background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.45) 40%,
    rgba(0, 0, 0, 0.65) 70%,
    rgba(0, 0, 0, 0.85) 100%
  );
}

.media-list__item--1 .media__image {
  display: none !important;
}

.media-list__item--1 .media__content {
  position: relative;
  z-index: 11;
  padding: 2rem 1.5rem;
  margin-top: auto;
  pointer-events: none;
}

.media-list__item--1 .media__link {
  pointer-events: auto;
}

@media (max-width: 991px) {
  .media-list__item--1 .media {
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .media-list__item--1 .media {
    min-height: 280px;
  }
}

.media--overlay {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.media.block-link {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.media__image {
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 130px;
  min-height: 95px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.responsive-image {
  height: 100%;
  min-height: 80px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  background: #f0f0f0;
}

.responsive-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-list__item .media--overlay .media__content {
  padding: 0.8rem 1rem 1rem 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.media__title {
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0 0 0.5rem 0;
  font-weight: 600;
  color: #1a1a1a;
}

.media-list__item--1 .media__title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 1rem 0;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.media__summary {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #666;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.media-list__item--1 .media__summary {
  font-size: 0.96rem;
  line-height: 1.6;
  -webkit-line-clamp: 3;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.block-link a,
.block-link abbr[title],
.block-link__link {
  position: relative;
  z-index: 11;
}

.block-link__overlay-link {
  position: absolute;
  inset: 0;
  z-index: 10;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.media__link {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.media-list__item--1 .media__link {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.media__link:hover {
  color: #ff6b35;
}

.media-list__item--1 .media__link:hover {
  color: #ffb366;
}

@media (max-width: 575px) {
  .media-list {
    gap: 0.8rem;
  }
  
  .media__title {
    font-size: 0.9rem;
  }
  
  .media-list__item--1 .media__title {
    font-size: 1.2rem;
  }
}

/* *********End Hero Section - Modern Grid Layout********* */

/* *********Start Recent Posts Section********* */
.recent-archive {
  background: #fafafa;
}

.ar_bx2:last-child,
.ar_bx:last-child {
  border-bottom: none !important;
}

.para2 {
  line-height: 1.5rem;
  color: #535353;
}

.div_dotted {
  margin-top: 1rem;
}

.block-with-text {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.8;
  margin: 0;
  font-size: 0.88rem;
}

.title4 a {
  font-size: 1rem;
  line-height: 1.9rem;
  margin-bottom: 0.4rem;
}

a.quick-posts {
  font-weight: 600;
}

a.quick-posts:hover {
  color: #4fab5b;
}

.ar_bx:hover strong > a {
  color: #4fab5b;
}

/* *********End Recent Posts Section********* */

/* *********Start Distribution Categories Sections********* */

@media (max-width: 575px) {
  .sections-posts {
    padding: 0 15px;
  }
}

.post-title-big {
  font-size: 1.4rem;
}

.title .line-bg {
  background-color: #535353;
  height: 1px;
  margin-top: 0px;
  width: 100%;
  max-width: 100%;
}

.en .title .line-bg {
  background-color: white;
}

.title .line-bg a {
  color: #313131;
  text-decoration: none;
  text-transform: capitalize;
}

.title .line-bg a:hover {
  color: #4fab5b;
}

body.ltr .line-bg-label {
  left: -5px;
}

.line-bg-label {
  background: #fff;
  padding: 0px 0.5rem;
  position: relative;
  top: -1.1rem;
  left: 18px;
  padding-inline-start: 0.8rem;
  font-weight: 600;
}

body.ltr .arrow-before::before {
  border-left: 10px solid #4fab5b;
  left: 0;
}

body.rtl .arrow-before:before {
  border-right: 10px solid #4fab5b;
  right: 0;
}

.arrow-before::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: auto;
  left: 0;
  display: block;
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  margin-top: 0.3rem;
}

body.ltr .line-bg-label.more {
  float: right;
  padding: 0px 6px;
  right: 0;
  left: 0;
  font-size: 0.9rem;
}

body.rtl .line-bg-label.more {
  float: left;
  padding: 5px 6px 0;
  right: 0;
  left: 0;
  font-size: 0.9rem;
}

a.block-link__overlay-link {
  position: absolute;
  z-index: 1;
}

.block-link__overlay-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  visibility: visible;
  background: #0000;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.big-post-img.img-arrow-sm img {
  height: 140px;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .big-post-img.img-arrow-sm img {
    height: 120px;
  }
}

@media (max-width: 991px) {
  .big-post-img.img-arrow-sm img {
    height: 160px;
  }
}

@media (max-width: 869px) {
  .big-post-img.img-arrow-sm img {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .big-post-img.img-arrow-sm img {
    height: 140px;
  }
}

@media (max-width: 649px) {
  .big-post-img.img-arrow-sm img {
    height: 120px;
  }
}

@media (max-width: 575px) {
  .big-post-img.img-arrow-sm img {
    height: 110px;
  }
}

@media (max-width: 499px) {
  .big-post-img.img-arrow-sm img {
    height: 100px;
  }
}

@media (max-width: 449px) {
  .big-post-img.img-arrow-sm img {
    height: 90px;
  }
}

@media (max-width: 399px) {
  .big-post-img.img-arrow-sm img {
    height: 80px;
  }
}

.media__content {
  float: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  height: auto;
  padding: 22% 0.75rem 0.75rem 0.75rem;
  background-color: #0000;
  background-image: -webkit-linear-gradient(#0000, #000c);
  background-image: linear-gradient(#0000, #000c);
  background-position-y: 0px;
  bottom: 0px;
  color: #d4d4d4;
}

.media__summary {
  padding: 0;
  color: #c8c8c8;
  font-size: 0.85rem;
}

.media__link,
.media__link:hover {
  color: #fff;
  text-decoration: none;
}
.media__link h4 {
  font-size: 1.25rem;
  margin-bottom: 0.3rem;
}

.the_excerpt {
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 567px) {
  .media__link_black > .row > .col-8.col-sm-8.pt-2 {
    padding-top: 0 !important;
  }
  .media__link_black span.h6 {
    line-height: 1.5;
  }
}

.media__link_black:hover span.h6 {
  color: #4fab5b;
}
/* *********End Distribution Categories Sections********* */

/* *********Start Top Reading Section********* */
.grid-top-reading {
  display: grid;
  position: initial;
  width: initial;
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  grid-auto-flow: column;
  grid-template-rows: repeat(10, auto);
}

@media screen and (min-width: 37.5rem) {
  .grid-top-reading {
    grid-template-rows: repeat(5, auto);
  }
}

.rank-num {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: bold;
}

.rank-post-title {
  line-height: 2rem;
}

.rank-post-title a {
  font-size: 1.1rem;
  color: #313131;
  font-weight: 600;
}

.rank-post-title a:hover {
  color: #4fab5b;
}

/* *********End Top Reading Section********* */

/* *********Start About Us Page********* */

.about-us-page {
  padding: 50px 0 40px;
  color: #313131;
}

.about-us-page h1 {
  font-size: 2.5rem;
  color: #ff7a00;
  line-height: 3.3rem;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000;
}

.about-us-page p {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .about-us-page h1 {
    font-size: 2rem;
  }

  .about-us-page p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 700px) {
  .about-us-page h1 {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .about-us-page p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 550px) {
  .about-us-page h1 {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .about-us-page p {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

/* *********End About Us Page********* */

/* *********Start Footer Section********* */

.footer {
  background-color: #f9f8f7;
  padding: 50px 0 0;
}

@media (max-width: 575px) {
  .footer {
    padding: 30px 15px 0!important;
  }
}

.footer .about-us {
  padding-inline-end: 20px;
}

@media screen and (max-width: 350px) {
  .footer .about-us {
    padding-inline-end: 10px;
    padding-inline-start: 10px;
  }
}

.footer .quick-links {
  padding-inline-start: 20px;
}

.footer h2 {
  color: #222;
  font-weight: 600;
  margin: 0;
  padding-bottom: 20px;
}

.footer .about-us p {
  font-size: 1rem;
}

.footer ul {
  list-style-type: none;
  padding: 0;
  display: grid;
  position: initial;
  width: initial;
  grid-auto-flow: column;
  grid-template-rows: repeat(10, auto);
}

.footer ul a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  color: inherit;
  padding: 6px 0;
  display: block;
}

.footer ul a:hover {
  color: #4fab5b;
}

@media screen and (min-width: 16.5rem) {
  .footer ul {
    grid-template-rows: repeat(5, auto);
  }
}

.footer .subscribe-newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}

.footer .subscribe-newsletter .left-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.footer .subscribe-newsletter img {
  width: 70px;
  height: auto;
}

.footer .subscribe-newsletter span {
  font-weight: bold;
  font-size: 1rem;
}

.footer .subscribe-newsletter form {
  display: flex;
  position: relative;
  width: 100%;
}

.footer .subscribe-newsletter form input {
  outline: none;
  border: none;
  padding: 20px 15px;
  border-radius: 30px;
  font-size: 0.9rem;
}

.footer .subscribe-newsletter form input[type="email"] {
  width: 100%;
}

.footer .subscribe-newsletter form input[type="submit"] {
  position: absolute;
  background-color: #222;
  color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
}

.en .footer .subscribe-newsletter form input[type="submit"] {
  right: 0 !important;
}

.ltr .footer .subscribe-newsletter form input[type="submit"] {
  right: 0;
}

.rtl .footer .subscribe-newsletter form input[type="submit"] {
  left: 0;
}

.footer .subscribe-newsletter form input[type="submit"]:hover {
  background-color: #4fab5b;
}

.footer .row:last-child {
  align-items: center;
  margin-top: 30px;
  border-top: 1px solid #0003;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer .logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #222;
}

.footer .logo img {
  width: 70px;
  height: auto;
}

.footer .copyright a {
  text-decoration: none;
  color: #15c;
  font-weight: bold;
}

.footer .container > .row {
  row-gap: 20px;
  padding-bottom: 20px;
}

.footer .social-icons {
  justify-content: center;
}

.footer .copyright {
  float: right;
}

@media screen and (max-width: 1000px) {
  .footer {
    padding: 40px 0 0;
  }

  .footer .about-us {
    padding-inline-end: 20px;
  }

  .footer .quick-links {
    padding-inline-start: 15px;
  }

  .footer h2 {
    padding-bottom: 15px;
  }

  .footer .about-us p {
    font-size: 0.9rem;
  }

  .footer ul a {
    font-size: 0.9rem;
  }

  .footer .subscribe-newsletter {
    row-gap: 10px;
  }

  .footer .subscribe-newsletter img {
    width: 60px;
  }

  .footer .subscribe-newsletter span {
    font-size: 0.9rem;
  }

  .footer .subscribe-newsletter form input {
    padding: 15px;
    border-radius: 25px;
  }

  .footer .row:last-child {
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer .logo img {
    width: 60px;
    height: auto;
  }

  .footer .copyright {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer .subscribe-newsletter {
    flex-direction: row;
  }
  .footer .subscribe-newsletter .left-side {
    width: 40%;
  }
  .footer .subscribe-newsletter form {
    width: 60%;
  }
  .footer .copyright {
    float: none;
  }
}

@media screen and (max-width: 575px) {
  .footer .subscribe-newsletter {
    flex-direction: column;
  }
  .footer .subscribe-newsletter .left-side {
    width: 100%;
  }
  .footer .subscribe-newsletter form {
    width: 100%;
  }
  .footer .logo a {
    justify-content: center;
  }
}
/* *********End Footer Section********* */

/* *********Start Single Page********* */
.detail_page {
  padding: 1rem 0 1rem;
}

.breadcrumbs {
  font-size: 14px;
}

h1.the_title {
  line-height: 2.8rem;
}

.the_content {
  max-width: 100% !important;
  overflow: hidden;
}

.the_content * {
  max-width: 100% !important;
}

.the_content,
.the_content p,
.the_content ul,
.the_content ol {
  line-height: 2;
  font-size: 1.3rem;
  color: #424242;
}

@media (max-width: 1000px) {
  .the_content,
.the_content p,
.the_content ul,
.the_content ol {
  line-height: 1.5;
  font-size: 1.15rem;
}
}

.the_content ul {
  list-style-type: disc;
}

.the_content a {
  color: #4fab5b !important;
}

.the_content img {
  border-radius: 14px;
  max-width: 100%;
}

.the_content h3,
.the_content h2 {
  font-size: 1.6rem;
}

.detail_page h1.the_title {
  font-weight: 700;
}

.the_content h1,
.the_content h2,
.the_content h4,
.the_content h4 span,
.the_content h5,
.the_content h5 span,
.the_content h3,
.the_content h3 span {
  color: #4fab5b !important;
  margin: 1.5rem auto !important;
  line-height: 2.5rem;
  font-weight: 700;
}

.the_content .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: capitalize;
}

.the_content .post-meta {
  line-height: 1.5;
  font-size: 1.1rem;
}

.the_content .post-author {
  text-transform: capitalize;
}

@media screen and (max-width: 500px) {
  .the_content .post-meta {
    font-size: 1rem;
  }
}

.single .aside .top-read-posts-content {
  background-color: #fafafa;
  border-radius: 5px;
  padding-inline-end: 10px !important;
}

.section-posts .ar_bx:hover a {
  color: #4fab5b;
}

.ar_bx:last-child > .div_dotted div {
  border-bottom: none !important;
}

.recent-archive,
.lightgray-bg {
  background: #fafafa;
}

.medium-font {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 600;
}

.h-fit-content {
  height: min-content;
}

.the_permalink:hover {
  color: #4fab5b;
}

.the_content .author-info {
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.the_content .author-info > figure {
  width: 17%;
}

.the_content .author-info > figure > img {
  border-radius: 50%;
}

.the_content .author-info > div {
  width: 83%;
}

.the_content .author-info > div > h4 {
  margin: 0!important;
  line-height: normal;
  text-transform: capitalize;
}

.the_content .author-info > div > p {
  margin: 0;
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  .the_content .author-info > div > p {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .the_content .author-info > figure {
    width: 20%;
  }
  .the_content .author-info > div {
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  .the_content .author-info > div > p {
    font-size: 1rem;
    line-height: 1.3;
  }
}
/* *********End Single Page********* */

/* *********Start Comments Section********* */

/* Comments section container */
#comments {
  margin-top: 30px;
}

/* Comment list */
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.comment-list > li {
  padding: 20px;
  border-radius: 10px;
  /* background-color: #fefefe; */
  box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}

.comment-list .comment {
  margin-bottom: 15px;
}

.comment-meta {
  display: flex;
  justify-content: space-between;
}

.comment-list .reply,
.comment-list .edit-link {
  color: #4fab5b
}

.comment-list p {
  margin: 10px;
}


/* Comment author */
.comment-author {
  display: flex;
  align-items: center;
  /* column-gap: 10px; */
  margin-bottom: 10px;
}

.comment-author > b {
  margin-inline-end: 5px;
  text-transform: capitalize;
}
.comment-author > span {
  text-transform: capitalize;
}

.comment-author > img {
  margin-inline-end: 10px;
  border-radius: 50%;
}

/* Comment author name */
.comment-author-name {
  font-weight: bold;
}

/* Comment metadata */
.comment-metadata {
  font-size: 14px;
  color: #999;
}

/* Comment content */
.comment-content {
  font-size: 16px;
  line-height: 1.5;
}

/* Comment reply link */
.comment-reply-link {
  font-size: 14px;
  color: #999;
}

/* Comment form */
.comment-form {
  margin-top: 30px;
}

/* Comment form label */
.comment-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

/* Comment form input */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #ccc;
}

/* Comment form submit button */
.comment-form input[type="submit"] {
  background-color: #4fab5b;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

/* Comment form submit button:hover */
.comment-form input[type="submit"]:hover {
  background-color: rgba(240, 92, 62, 0.9);
}

.comment-form textarea {  
  resize: none;
}

.comment-form-cookies-consent {
  display: flex;
}

.comment-form .comment-form-cookies-consent > label {
  margin-bottom: 0;
  margin-inline-start: 5px;
}

@media screen and (max-width: 600px) {
  .comment-meta {
    flex-direction: column;
  }
}

/* *********End Comments Section********* */

/* *********Start Recommended Articles Section********* */

.recommended-articles {
  background-color: #fafafa;
  padding: 30px 10px 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.recommended-article {
  display: flex;
  flex-direction: column;
}

.recommended-article img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.recommended-article a {


/* ========================================
   MODERN PROFESSIONAL HEADER STYLES
   ======================================== */

:root {
  --header-bg-light: #ffffff;
  --header-bg-dark: #1a1a1a;
  --header-text-light: #313131;
  --header-text-dark: #e0e0e0;
  --primary-accent: #f05c3e;
  --border-color-light: #e8e8e8;
  --border-color-dark: #333333;
  --transition-smooth: all 0.3s ease;
}

/* Dark Mode */
body.dark-mode {
  background-color: var(--header-bg-dark);
  color: var(--header-text-dark);
}

body.dark-mode header {
  background-color: var(--header-bg-dark);
  border-bottom-color: var(--border-color-dark);
}

body.dark-mode .site-header .logo-link .site-name {
  color: var(--header-text-dark);
}

body.dark-mode .nav-menu > li > a,
body.dark-mode .search-form input {
  color: var(--header-text-dark);
}

body.dark-mode .nav-menu > li > a:hover,
body.dark-mode .search-form input::placeholder {
  color: var(--primary-accent);
}

/* Main Header Container */
#site-header.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: var(--header-bg-light);
  border-bottom: 1px solid var(--border-color-light);
  transition: var(--transition-smooth);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

body.dark-mode #site-header.site-header {
  background-color: var(--header-bg-dark);
  border-bottom-color: var(--border-color-dark);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.header-top {
  padding: 1rem 0;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* Logo Section */
.header-logo-section {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: var(--transition-smooth);
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.logo-link:hover {
  color: var(--primary-accent);
}

.logo-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: var(--transition-smooth);
}

.logo-link:hover .logo-img {
  transform: scale(1.05);
}

.site-name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--header-text-light);
  margin: 0;
  transition: var(--transition-smooth);
  white-space: nowrap;
}

/* Center Navigation */
.header-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* Right Controls */
.header-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

/* Social Icons */
.header-social-icons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition-smooth);
  color: var(--header-text-light);
  background-color: transparent;
  border: 1px solid var(--border-color-light);
}

body.dark-mode .social-icon {
  color: var(--header-text-dark);
  border-color: var(--border-color-dark);
}

.social-icon:hover {
  background-color: var(--primary-accent);
  color: #ffffff;
  border-color: var(--primary-accent);
  transform: translateY(-2px);
}

.social-icon i {
  font-size: 1.1rem;
}

/* Header Icon Buttons */
.header-icon-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--border-color-light);
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--header-text-light);
  transition: var(--transition-smooth);
  font-size: 1.1rem;
}

body.dark-mode .header-icon-btn {
  color: var(--header-text-dark);
  border-color: var(--border-color-dark);
}

.header-icon-btn:hover {
  background-color: var(--primary-accent);
  border-color: var(--primary-accent);
  color: #ffffff;
  transform: scale(1.1);
}

.header-icon-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(240, 92, 62, 0.2);
}

/* Dark Mode Button Special Styling */
.dark-mode-btn i:first-child {
  display: none;
}

body.dark-mode .dark-mode-btn i:first-child {
  display: inline;
}

body.dark-mode .dark-mode-btn i:last-child {
  display: none;
}

.dark-mode-btn i:last-child {
  display: none;
}

/* Hamburger Menu */
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.hamburger-line {
  width: 24px;
  height: 2px;
  background-color: var(--header-text-light);
  transition: var(--transition-smooth);
  border-radius: 1px;
}

body.dark-mode .hamburger-line {
  background-color: var(--header-text-dark);
}

.menu-toggle.active .hamburger-line:first-child {
  transform: rotate(45deg) translate(8px, 8px);
}

.menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .hamburger-line:last-child {
  transform: rotate(-45deg) translate(8px, -8px);
}

/* Main Navigation */
.main-navigation .nav-menu {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu > li {
  position: relative;
}

.nav-menu > li > a {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  color: var(--header-text-light);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: var(--transition-smooth);
  position: relative;
}

body.dark-mode .nav-menu > li > a {
  color: var(--header-text-dark);
}

.nav-menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0.5rem;
  left: 1.25rem;
  right: 1.25rem;
  height: 2px;
  background-color: var(--primary-accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.nav-menu > li > a:hover::after,
.nav-menu > li > a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-menu > li > a:hover {
  color: var(--primary-accent);
}

/* Mobile Navigation */
.mobile-nav {
  display: none;
  background-color: var(--header-bg-light);
  border-top: 1px solid var(--border-color-light);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

body.dark-mode .mobile-nav {
  background-color: var(--header-bg-dark);
  border-top-color: var(--border-color-dark);
}

.mobile-nav.active {
  max-height: 500px;
}

.mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}

.mobile-nav-menu > li > a {
  display: block;
  padding: 0.75rem 1.5rem;
  color: var(--header-text-light);
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition-smooth);
}

body.dark-mode .mobile-nav-menu > li > a {
  color: var(--header-text-dark);
}

.mobile-nav-menu > li > a:hover {
  background-color: rgba(240, 92, 62, 0.1);
  color: var(--primary-accent);
  padding-inline-start: 2rem;
}

/* Search Modal */
.search-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  animation: fadeIn 0.3s ease;
}

.search-modal.active {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.search-modal-content {
  background-color: var(--header-bg-light);
  border-radius: 0.75rem;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: slideDown 0.3s ease;
}

body.dark-mode .search-modal-content {
  background-color: var(--header-bg-dark);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.search-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--header-text-light);
  transition: var(--transition-smooth);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.dark-mode .search-modal-close {
  color: var(--header-text-dark);
}

.search-modal-close:hover {
  color: var(--primary-accent);
  transform: rotate(90deg);
}

.search-modal-body {
  padding: 3rem;
  text-align: center;
}

.search-modal-title {
  margin: 0 0 2rem 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--header-text-light);
}

body.dark-mode .search-modal-title {
  color: var(--header-text-dark);
}

.search-form {
  display: flex;
  gap: 0.5rem;
  position: relative;
}

.search-input {
  flex: 1;
  padding: 0.75rem 1.25rem;
  border: 2px solid var(--border-color-light);
  border-radius: 0.5rem;
  font-size: 1rem;
  color: var(--header-text-light);
  background-color: #f9f9f9;
  transition: var(--transition-smooth);
  font-family: inherit;
}

body.dark-mode .search-input {
  background-color: #2a2a2a;
  color: var(--header-text-dark);
  border-color: var(--border-color-dark);
}

.search-input:focus {
  outline: none;
  border-color: var(--primary-accent);
  box-shadow: 0 0 0 3px rgba(240, 92, 62, 0.1);
}

.search-submit {
  padding: 0.75rem 1.5rem;
  background-color: var(--primary-accent);
  color: white;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: var(--transition-smooth);
}

.search-submit:hover {
  background-color: #d4451e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(240, 92, 62, 0.3);
}

.search-submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(240, 92, 62, 0.2);
}

/* Responsive Design */
@media (max-width: 991px) {
  .header-container {
    gap: 1rem;
  }

  .header-center {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .mobile-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
  }
}

@media (max-width: 768px) {
  .site-name {
    display: none;
  }

  .header-social-icons {
    display: none;
  }

  .header-container {
    gap: 0.5rem;
  }

  .search-modal-body {
    padding: 2rem;
  }

  .search-form {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .logo-img {
    width: 40px;
    height: 40px;
  }

  .header-controls {
    gap: 0.5rem;
  }

  .header-icon-btn,
  .menu-toggle {
    width: 36px;
    height: 36px;
  }

  .search-modal-content {
    width: 95%;
  }

  .search-modal-body {
    padding: 1.5rem;
  }

  .search-modal-title {
    font-size: 1.5rem;
  }

  .hamburger-line {
    width: 20px;
  }
}
  text-decoration: none;
  color: inherit;
  font-weight: 400;
}

.recommended-article a:hover {
  color: #4fab5b;
}

.recommended-article h3 {
  margin: 0;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .recommended-article {
    flex-direction: row;
  }

  .recommended-article h3 {
    padding-inline-start: 10px;
  }
}

/* *********End Recommended Articles Section********* */
/* *********Start Related Posts Section********* */

.related-posts {
  display: flex;
  flex-direction: column;
}

.related-posts .image img {
  border-radius: 5px;
}

.related-posts a {
  text-decoration: none;
  color: inherit;
  display: block;
  border-bottom: 1px dashed #0004;
}

.related-posts .post-info h4 {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 500;
}

.related-posts .post-info p {
  line-height: 1.4;
  font-size: 1rem;
  margin-top: 5px;
}

.related-posts a:hover h4 {
  color: #4fab5b;
}

.related-posts article {
  padding: 30px 0 !important;
}

.related-posts a:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .related-posts .post-info h4 {
    font-size: 1.3rem;
    padding-top: 10px;
  }
}

/* *********End Related Posts Section********* */
/* *********Start 404 Page********* */

.error-404 {
  padding: 50px 0;
}

.error-404 h1 {
  color: #4fab5b;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.7rem;
}

.error-404 p {
  font-size: 1.25rem;
}

.error-404 .error-image img {
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.btn {
  border: none;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-color: #4fab5b;
  color: #4fab5b;
  padding: 10px 40px;
  border-radius: 30px;
  font-size: 1.1rem;
}

.btn:hover {
  background-color: rgba(240, 92, 62, 0.05);
}

.search-form .search-image img {
  width: 50px;
  height: auto;
}

.search-form .searchform {
  margin: 0 20px 0;
  max-width: 400px !important;
}

@media screen and (max-width: 450px) {
  .error-404 {
    padding: 20px 0 10px;
  }
  .search-form .searchform {
    margin: 0;
  }
  .search-form .search-image img {
    display: none;
  }
}

/* *********End 404 Page********* */

/* *********Start Search Page********* */

.search-page {
  padding: 30px 0 50px;
}

.search-page h1 {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 2.8rem;
}

.search-page h1 span {
  color: #4fab5b;
}

.search-page .image-search {
  margin-bottom: 30px;
}

.search-page .image-search img {
  max-height: 350px;
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.search-page ul {
  list-style: disc;
  font-size: 1.2rem;
  margin: 0 0 30px;
}

.search-page ul li::marker {
  color: #4fab5b;
}

.search-page p {
  line-height: 2rem;
  font-size: 1.3rem;
}

.search-page h1.there-results {
  color: #4fab5b;
}

.search-page .result .title a {
  color: #15c;
  font-weight: bold;
}

.search-page .the_url {
  color: #093;
  line-height: 1.2;
  font-size: 0.8rem;
}

.search-page .content_excerpt p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (max-width: 500px) {
  .search-page .content_image {
    display: none;
  }

  .search-page .content_excerpt {
    padding: 0 !important;
  }

  .search-page .content_excerpt.col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* *********End Search Page********* */

/* *********Start Pagination Style********* */

.pagination {
  margin-top: 20px;
  display: flex;
}

.pagination ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination a,
.pagination span.current {
  margin: 0 10px 0 0;
}

.pagination a,
.pagination span {
  display: block;
  padding: 7px 14px;
  background-color: #f1f1f1;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
}

.pagination a:hover {
  background-color: #4fab5b;
  color: #fff;
}

.pagination .current {
  background-color: #4fab5b;
  color: #fff;
}

@media (max-width: 480px) {
  .pagination a,
  .pagination span.current {
    margin: 0 5px 0 0;
  }

  .pagination a,
  .pagination span {
    padding: 3px 9px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .pagination a,
  .pagination span.current {
    margin: 0 3px 0 0;
  }

  .pagination a,
  .pagination span {
    padding: 2px 6px;
    font-size: 12px;
  }
}

/* *********End Pagination Style********* */

/* *********Start Privacy Policy Page********* */

.privacy-policy {
  padding: 50px 10px;
}

.privacy-policy h1 {
  color: #4fab5b;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3rem;
}

.privacy-policy h2 {
  color: #4fab5b;
  font-size: 2rem;
  line-height: 3rem;
}

.privacy-policy h3 {
  color: #4fab5b;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.privacy-policy p {
  font-size: 1.2rem;
}

.privacy-policy ul {
  list-style-type: disc;
  font-size: 1.1rem;
}

.privacy-policy ul li {
  margin-bottom: 8px;
}

.privacy-policy ul li::marker {
  color: #4fab5b;
}

.privacy-policy p a,
.privacy-policy li a {
  padding-bottom: 1px;
  border-bottom: 1px solid #4fab5b;
  color: #093;
  overflow: hidden;
  overflow-wrap: anywhere;
}

/* *********End Privacy Policy Page********* */

/* *********Start Contact Us Page********* */

.contact-us {
  padding: 50px 0 40px;
}

.contact-us h1 {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #4fab5b;
  margin-bottom: 30px;
}

.wpforms-submit {
  background-color: #4fab5b!important;
}

/* *********End Contact Us Page********* */

/* *********Start Archive Page********* */

.archive {
  background-color: #eee;
}

.archive .card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.archive .card-image {
  margin-bottom: 20px;
}

.archive .card-image img {
  height: 230px!important;
  object-fit: cover;
}

.archive .card .category {
  padding: 0 20px;
}

.archive .card .category a {
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .8rem;
}

.archive .card .category a::after {
  content: ","
}

.archive .card .category a:last-child::after {
  content: ""
}

.archive .card h3 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 20px 0;
  padding: 0 20px;
}

.archive .read-more button {
  background: #222;
  padding: 12px 20px;
  cursor: pointer;
  outline: none;
  border: 1px solid #666;
}

.archive .read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 20px;
}

.archive .read-more button a {
  color: #fff;
}

.archive .read-more .social {
  display: flex;
  column-gap: 5px;
}

@media screen and (max-width: 1000px) {
  .archive .card h3 {
    font-size: 1.3rem;
  }
  .archive .card-image img {
    height: 200px!important;
  }
  .archive .col-md-4.col-sm-6.col-12.d-flex {
    display: block!important;
  }
}

@media screen and (max-width: 869px) {
  .archive .card-image img {
    height: 170px!important;
  }
}

@media screen and (max-width: 767px) {
  .archive .card-image img {
    height: 210px!important;
  }
}

@media screen and (max-width: 575px) {
  .archive {
    padding: 20px 15px 30px;
  }
  .archive .card-image img {
    height: auto!important;
  }
}

/* *********End Archive Page********* */

/* ====================================================
🎨 NEW ADVANCED CATEGORY PAGE STYLES - VERSION 2
أكواد CSS جديدة ومتقدمة لصفحات الفئات الجميلة
قارن مع الموجود واختر اللي بدك اياه
==================================================== */

/* Category Hero Header */
.category-hero {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.category-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background: radial-gradient(circle at 100% 0%, rgba(52, 152, 219, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.category-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.05)"/><circle cx="80" cy="80" r="2" fill="rgba(255,255,255,0.05)"/></svg>');
  pointer-events: none;
}

.category-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}

.category-title {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 800;
  margin: 0 0 20px 0;
  line-height: 1.1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  animation: slideInDown 0.6s ease-out;
}

.category-description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 0 20px 0;
  animation: slideInUp 0.6s ease-out 0.2s both;
}

.category-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  animation: slideInUp 0.6s ease-out 0.4s both;
}

.posts-count {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  padding: 15px 0;
}

.breadcrumb-nav a {
  color: #3498db;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

.breadcrumb-nav a:hover {
  color: #2980b9;
  text-decoration: underline;
}

.breadcrumb-separator {
  color: #95a5a6;
  font-weight: 300;
}

.breadcrumb-current {
  color: #2c3e50;
  font-weight: 700;
}

/* Archive Container */
.archive-category {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ecf0f1 100%);
}

/* Posts Grid */
.posts-grid {
  margin-top: 30px;
}

/* Card Post Styles */
.card-post {
  background-color: #fff;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.card-post:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  transform: translateY(-8px);
}

/* Card Image Wrapper */
.card-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 240px;
  background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
}

.card-image {
  width: 100%;
  height: 100%;
}

.card-image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.card-post:hover .card-image-wrapper::after {
  opacity: 1;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-post:hover .card-image img {
  transform: scale(1.08);
}

.post-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

/* Card Overlay */
.card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(52, 152, 219, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 3;
  cursor: pointer;
}

.card-post:hover .card-overlay {
  opacity: 1;
}

.overlay-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.overlay-link:hover {
  background: #fff;
  color: #3498db;
  transform: scale(1.15);
}

/* Card Body */
.card-body {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Category Tags */
.card-body .category {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.card-body .category a {
  color: #3498db;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  background: rgba(52, 152, 219, 0.1);
  padding: 4px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.card-body .category a:hover {
  background: #3498db;
  color: #fff;
}

.card-body .category a::after {
  display: none;
}

/* Post Title */
.post-title-link {
  text-decoration: none;
  color: inherit;
}

.card-title {
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 15px 0;
  color: #2c3e50;
  transition: color 0.3s ease;
  flex-grow: 1;
}

.post-title-link:hover .card-title {
  color: #3498db;
}

/* Post Meta */
.post-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #ecf0f1;
}

.meta-date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.meta-date i {
  color: #3498db;
  font-size: 0.95rem;
}

/* Card Footer */
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  border-top: 1px solid #ecf0f1;
  background: #f8f9fa;
  gap: 15px;
}

/* Read More Button */
.read-more-wrapper {
  flex-grow: 1;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.read-more-btn:hover {
  background: linear-gradient(135deg, #2980b9 0%, #1f618d 100%);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
}

.btn-arrow {
  transition: transform 0.3s ease;
}

.read-more-btn:hover .btn-arrow {
  transform: translateX(3px);
}

/* Social Share */
.social-share {
  display: flex;
  gap: 8px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ecf0f1;
  color: #2c3e50;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.facebook-icon:hover {
  background: #3b5998;
  color: #fff;
}

.twitter-icon:hover {
  background: #1da1f2;
  color: #fff;
}

.social-icon svg {
  width: 16px;
  height: 16px;
}

/* No Posts Found */
.no-posts-found {
  text-align: center;
  padding: 60px 20px;
  color: #7f8c8d;
  font-size: 1.2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Pagination Wrapper */
.pagination-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination a,
.pagination span {
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  border: 1px solid #ecf0f1;
  background: #fff;
  color: #2c3e50;
}

.pagination a:hover {
  background: #3498db;
  color: #fff;
  border-color: #3498db;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.pagination .current {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: #fff;
  border-color: #3498db;
}

/* Animations */
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
  .category-title {
    font-size: 2.8rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .category-hero {
    padding: 50px 0;
    margin-bottom: 30px;
  }

  .category-title {
    font-size: 2rem;
  }

  .category-description {
    font-size: 1rem;
  }

  .card-image-wrapper {
    height: 200px;
  }

  .card-body {
    padding: 20px;
  }

  .card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-share {
    width: 100%;
    justify-content: flex-start;
  }

  .card-title {
    font-size: 1.1rem;
  }

  .posts-count {
    font-size: 0.85rem;
    padding: 6px 12px;
  }
}

@media screen and (max-width: 576px) {
  .category-hero {
    padding: 40px 0;
    margin-bottom: 20px;
  }

  .category-title {
    font-size: 1.5rem;
  }

  .category-description {
    font-size: 0.95rem;
  }

  .card-image-wrapper {
    height: 180px;
  }

  .card-post {
    margin-bottom: 15px;
  }

  .breadcrumb-nav {
    font-size: 0.85rem;
    gap: 5px;
  }

  .read-more-btn {
    font-size: 0.85rem;
    padding: 8px 14px;
  }

  .social-icon {
    width: 32px;
    height: 32px;
  }

  .social-icon svg {
    width: 14px;
    height: 14px;
  }
}

/* ====================================================
END OF NEW VERSION 2 STYLES
==================================================== */

/* *********Breaking News Ticker Start********* */

.breaking-news-ticker-container {
    background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
    padding: 0;
    margin: 0 0 30px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.breaking-news-ticker {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0;
}

.ticker-label {
    background: #b71c1c;
    color: white;
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 100px;
    text-align: center;
    position: relative;
}

.ticker-badge {
    animation: pulse-badge 1.5s ease-in-out infinite;
    display: inline-block;
}

@keyframes pulse-badge {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

.ticker-content-wrapper {
    flex: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ticker-items {
    position: relative;
    height: 100%;
}

.ticker-item {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}

.ticker-item.active {
    opacity: 1;
    visibility: visible;
}

.ticker-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.ticker-link:hover {
    transform: translateX(-5px);
}

.ticker-time {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.ticker-title {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

/* RTL Support */
[dir="rtl"] .breaking-news-ticker {
    direction: rtl;
}

[dir="rtl"] .ticker-label {
    border-left: 2px solid rgba(255, 255, 255, 0.3);
}

[dir="rtl"] .ticker-link:hover {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .breaking-news-ticker {
        height: 55px;
        flex-wrap: wrap;
    }

    .ticker-label {
        width: 100%;
        height: auto;
        padding: 5px 15px;
        min-width: auto;
    }

    .ticker-item {
        padding: 0 15px;
    }

    .ticker-title {
        font-size: 14px;
    }

    .ticker-time {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .ticker-item {
        padding: 0 10px;
    }

    .ticker-title {
        font-size: 12px;
    }

    .ticker-time {
        display: none;
    }

    .ticker-link {
        gap: 8px;
    }
}

/* *********Breaking News Ticker End********* */

/* Scandals Saudi Section Start */

.color-lead {
    background: linear-gradient(180deg, #26724b 35%, #73a48b 0);
    display: inline-block;
    width: 16px;
    height: 32px;
}
.scandals-saudi{
  padding: 0px;
  padding-inline-start: 0px;
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0px auto;
}

.scandals-saudi .scandals-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.en .scandals-title svg {
  transform: rotate(180deg);
}

.scandals-saudi .scandals-title a {
  display: flex;
  color: #151515;
}

.scandals-saudi .scandals-title a:hover {
  color: #26724b;
}

.scandals-saudi .responsive-image img {
  border-radius: 4px;
  width: 100%;
}

.scandals-articles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .scandals-articles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .scandals-saudi {
    padding: 0 15px;
  }
  .scandals-articles {
    grid-template-columns: 1fr;
  }
}

.scandal-cards-small .scandal__content .scandal__title {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 1.1rem;
}

.scandal-cards-small .scandal__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.scandal__content .services {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  color: #333;
}

.scandal__content .services .section {
  background: #f2f2f2;
  padding-left: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.en .scandal__content .services .section {
  padding-left: unset;
  padding-right: 10px;
}

.scandal__content .services .section::before {
  content: "";
  background: linear-gradient(-180deg, #bb839d 63%, #a4597d 0);
  width: 8px;
  height: 32px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.en .scandal__content .services .section::before {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.more-link {
  margin-top: 20px;
}

.more-link:before {
  content: "";
  height: .1rem;
  flex-grow: 1;
  background: #e5e5e5;
  cursor: pointer;
}

@media (min-width: 501px) {
    .more-link {
      display: flex;
      align-items: center;
    }
}

.more-link a {
  color: #151515;
  margin-right: 1.6rem;
  padding: 7px 14px 7px 7px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .4rem;
  border: 1px solid #151515;
  text-align: center;
}

.en .more-link a {
  margin-right: unset;
  margin-left: 1.6rem;
  padding: 7px 7px 7px 14px;
}

.en .more-link a svg {
  transform: rotate(180deg);
}

/* Scandals Saudi Section End */

.top-reading-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* الكارد */
.top-reading-card{
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 15px 60px 15px 20px;
  /* border-radius: 10px; */
  position: relative;
  border-bottom: 1px solid #eee;
}

.en .top-reading-card {
  padding: 15px 20px 15px 60px;
}

/* الرقم الكبير */
.rank-number{
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 50px;
  font-weight: bold;
  color: #c61c20;
}

.en .rank-number {
  left: 15px;
  right: unset;
}

/* الصورة */
.thumb img{
  width: 160px;
  object-fit: cover;
  border-radius: 4px;
}

/* المحتوى */
.content{
  flex: 1;
}

.content .title{
  font-size: 15px;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}

.meta{
  margin-top: 20px;
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #777;
  justify-content: space-between;
}

.meta .section{
  background: #f2f2f2;
  padding-left: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #151515;
}

.en .meta .section {
  padding-left: unset;
  padding-right: 10px;
}

.meta .section::before {
  content: "";
  background: linear-gradient(-180deg, #bb839d 63%, #a4597d 0);
  width: 6px;
  height: 32px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.meta .section::before {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* Start MostRead Section */

.mostRead {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.mostRead_header {
  display: flex;
  flex-direction: column;
}

.mostRead_header .mostRead-note {
  background: #f7f7f9;
  color: #151515;
  padding: 7px 14px;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  margin: 0;
}

.mostRead .interaction {
  background: #f7f7f9;
  font-size: 15px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #151515
}

.mostRead_header .btn-active {
  background: #c61c20;
  color: white;
  width: 200px;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  margin-bottom: -2px;
}

.mostRead_header .btn-active {
  flex-direction: row-reverse;
}

.reading-more-articles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  border: 1px solid #eee;
  border-radius: 2px; 

}

@media (max-width: 768px) {
  .mostRead {
    padding: 0 15px;
  }
}

@media (max-width: 576px) {
  .reading-more-articles {
    grid-template-columns: 1fr;
  }

  .thumb img {
    width: 120px;
  }

  .top-reading-card {
    padding: 10px 30px 10px 10px;
  }

  .rank-number {
    right: 7px;
    font-size: 35px;
    top: 10px;
  }

  .meta {
    margin-top: 10px;
  }
}


/* End MostRead Section */
