.wp-block-navigation__responsive-container-open,
.menu-toggle,
.site-header .menu-toggle {
    display: none !important;
}
.wp-block-image img {
    width: 100% !important;
    max-width: none !important;
}
body {
    margin-top: 0 !important;
}

.site-content,
.wp-site-blocks,
main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.wp-block-image:first-child {
    margin-top: 0 !important;
}

<div class="image-article">
    <img src="https://ruhaniye.online/wp-content/uploads/2026/09/d8aad8b7d988d98ad8b9-d8a7d984d8b2d988d8ac.png" alt="">

    <div class="article-text">
        <h3>الطاعة العمياء</h3>
        <p>
            هون اكتب المقالة الصغيرة الخاصة بالصورة.
            فيك تكتب كم سطر شرح أو معلومات عن الصورة
            بالشكل اللي بدك ياه.
        </p>
    </div>
</div>
.image-article {
    width: 100%;
    margin-bottom: 30px;
}

.image-article img {
    width: 100%;
    height: auto;
    display: block;
}

.article-text {
    padding: 10px 5px;
    color: #444444;
    line-height: 1.8;
    font-size: 16px;
}

.article-text h3 {
    color: #333333;
    margin-bottom: 8px;
}html,
body {
    margin: 0 !important;
    padding: 0 !important;
}

.wp-site-blocks {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}<.floating-whatsapp {
    position: fixed !important;
    right: 25px !important;
    bottom: 25px !important;

    width: 65px !important;
    height: 65px !important;

    background: #25D366 !important;
    border-radius: 50% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    z-index: 999999 !important;

    box-shadow: 0 4px 15px rgba(0,0,0,0.25) !important;

    text-decoration: none !important;
}

.floating-whatsapp svg {
    width: 42px !important;
    height: 42px !important;
}

.floating-whatsapp:hover {
    transform: scale(1.08);
}

@media (max-width: 768px) {
    .floating-whatsapp {
        width: 58px !important;
        height: 58px !important;
        right: 18px !important;
        bottom: 18px !important;
    }

    .floating-whatsapp svg {
        width: 38px !important;
        height: 38px !important;
    }
}/* =========================
   FASTCASH
========================= */

.fastcash {
  direction: rtl;
  font-family: Arial, sans-serif;
  background: #050505;
  color: #ffffff;
  min-height: 100vh;
}


/* HEADER */

.fc-header {
  height: 78px;
  background: #111111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6%;
  border-bottom: 1px solid #222;
}

.fc-logo {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #ffffff;
}

.fc-logo span {
  color: #18d88a;
}

.fc-nav {
  display: flex;
  gap: 30px;
}

.fc-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}

.fc-nav a:hover {
  color: #18d88a;
}

.fc-account {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fc-login,
.fc-register {
  text-decoration: none;
  padding: 10px 17px;
  border-radius: 8px;
  font-size: 14px;
}

.fc-login {
  color: white;
}

.fc-register {
  background: #18d88a;
  color: #07120d;
  font-weight: bold;
}

.fc-menu {
  display: none;
  background: none;
  border: 0;
  color: white;
  font-size: 25px;
}


/* HERO */

.fc-hero {
  padding: 100px 20px;
  text-align: center;
  background:
    radial-gradient(circle at center, #123a2b 0%, #050505 65%);
}

.fc-hero-text {
  max-width: 800px;
  margin: auto;
}

.fc-small-title {
  color: #18d88a;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
}

.fc-hero h1 {
  font-size: 55px;
  line-height: 1.2;
  margin: 20px 0;
}

.fc-hero h1 span {
  display: block;
  color: #18d88a;
}

.fc-hero p {
  color: #bdbdbd;
  font-size: 18px;
  line-height: 1.8;
  max-width: 650px;
  margin: auto auto 30px;
}

.fc-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.fc-main-btn,
.fc-outline-btn {
  display: inline-block;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 9px;
  font-weight: bold;
}

.fc-main-btn {
  background: #18d88a;
  color: #06120d;
}

.fc-outline-btn {
  color: white;
  border: 1px solid #444;
}


/* TITLE */

.fc-title {
  text-align: center;
  margin-bottom: 40px;
}

.fc-title span {
  color: #18d88a;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.fc-title h2 {
  font-size: 35px;
  margin: 10px 0;
}

.fc-title p {
  color: #888;
}


/* SERVICES */

.fc-services {
  max-width: 1150px;
  margin: auto;
  padding: 80px 20px;
}

.fc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}


/* SERVICE CARD */

.fc-service-card {
  background: #101010;
  border: 1px solid #252525;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: white;
  transition: .25s;
}

.fc-service-card:hover {
  transform: translateY(-5px);
  border-color: #18d88a;
  box-shadow: 0 15px 40px rgba(24,216,138,.12);
}


/* IMAGE AREA */

.fc-card-image {
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.fc-card-image strong {
  font-size: 38px;
  position: relative;
  z-index: 2;
  text-shadow: 0 3px 10px rgba(0,0,0,.7);
}

.fc-card-icon {
  font-size: 70px;
  margin-bottom: 10px;
}


/* DIFFERENT CARD BACKGROUNDS */

.fc-games {
  background: linear-gradient(135deg, #163c32, #18a978);
}

.fc-live {
  background: linear-gradient(135deg, #39204b, #b73b92);
}

.fc-social {
  background: linear-gradient(135deg, #172d54, #4267b2);
}

.fc-mobile {
  background: linear-gradient(135deg, #154d48, #16a085);
}

.fc-cards {
  background: linear-gradient(135deg, #40351b, #c89b32);
}

.fc-money {
  background: linear-gradient(135deg, #173f32, #1da76b);
}


/* CARD INFO */

.fc-card-info {
  padding: 20px 23px 23px;
}

.fc-card-info h3 {
  font-size: 22px;
  margin: 0 0 8px;
}

.fc-card-info p {
  color: #999;
  margin: 0 0 15px;
}

.fc-card-info span {
  color: #18d88a;
  font-size: 14px;
}


/* HOW */

.fc-how {
  padding: 80px 20px;
  background: #0c0c0c;
}

.fc-steps {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.fc-step {
  text-align: center;
}

.fc-step-number {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  margin: auto auto 18px;
  background: #18d88a;
  color: #06120d;
  font-weight: bold;
}

.fc-step h3 {
  margin-bottom: 8px;
}

.fc-step p {
  color: #888;
}


/* FEATURES */

.fc-features {
  max-width: 1100px;
  margin: auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.fc-feature-icon {
  font-size: 35px;
}

.fc-features h3 {
  margin: 12px 0 7px;
}

.fc-features p {
  color: #888;
}


/* CTA */

.fc-cta {
  padding: 90px 20px;
  text-align: center;
  background: #071b13;
}

.fc-cta h2 {
  font-size: 38px;
}

.fc-cta p {
  color: #aaa;
  margin-bottom: 25px;
}


/* FOOTER */

.fc-footer {
  padding: 35px 20px;
  text-align: center;
  background: #050505;
  border-top: 1px solid #222;
}

.fc-footer p {
  color: #666;
  font-size: 13px;
}


/* MOBILE */

@media (max-width: 768px) {

  .fc-header {
    height: 70px;
    padding: 0 20px;
  }

  .fc-nav {
    display: none;
  }

  .fc-account {
    display: none;
  }

  .fc-menu {
    display: block;
  }

  .fc-logo {
    font-size: 22px;
  }

  .fc-hero {
    padding: 70px 20px;
  }

  .fc-hero h1 {
    font-size: 38px;
  }

  .fc-hero p {
    font-size: 15px;
  }

  .fc-hero-buttons {
    flex-direction: column;
  }

  .fc-main-btn,
  .fc-outline-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .fc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .fc-card-image {
    height: 145px;
  }

  .fc-card-image strong {
    font-size: 22px;
  }

  .fc-card-icon {
    font-size: 45px;
  }

  .fc-card-info {
    padding: 13px;
  }

  .fc-card-info h3 {
    font-size: 17px;
  }

  .fc-card-info p {
    font-size: 12px;
  }

  .fc-card-info span {
    font-size: 11px;
  }

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

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

}


@media (max-width: 420px) {

  .fc-grid {
    gap: 9px;
  }

  .fc-card-image {
    height: 130px;
  }

  .fc-card-image strong {
    font-size: 19px;
  }

  .fc-card-icon {
    font-size: 38px;
  }

}/* =========================
   INNER PAGES
========================= */

.fc-inner-page {
  max-width: 1100px;
  margin: auto;
  padding: 70px 20px;
  direction: rtl;
  background: #050505;
  color: white;
  min-height: 70vh;
}

.fc-page-title {
  text-align: center;
  margin-bottom: 45px;
}

.fc-page-title span {
  color: #18d88a;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.fc-page-title h1 {
  font-size: 40px;
  margin: 12px 0;
}

.fc-page-title p {
  color: #888;
}


/* GAMES */

.fc-game-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.fc-game-card {
  display: block;
  padding: 35px;
  min-height: 210px;
  background: #101010;
  border: 1px solid #292929;
  border-radius: 18px;
  text-decoration: none;
  color: white;
  transition: .25s;
}

.fc-game-card:hover {
  transform: translateY(-5px);
  border-color: #18d88a;
}

.fc-game-icon {
  font-size: 55px;
  margin-bottom: 15px;
}

.fc-game-card h2 {
  margin: 0 0 10px;
  font-size: 25px;
}

.fc-game-card p {
  color: #999;
}

.fc-game-card span {
  color: #18d88a;
  font-size: 14px;
}

.fc-coming {
  opacity: .6;
}


/* MOBILE */

@media (max-width: 600px) {

  .fc-game-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .fc-game-card {
    padding: 20px 15px;
    min-height: 170px;
  }

  .fc-game-icon {
    font-size: 40px;
  }

  .fc-game-card h2 {
    font-size: 18px;
  }

  .fc-game-card p {
    font-size: 12px;
  }

}/* PACKAGES */

.fc-package-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 800px;
  margin: auto;
}

.fc-package {
  background: #101010;
  border: 1px solid #292929;
  border-radius: 16px;
  padding: 30px;
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .25s;
}

.fc-package:hover {
  border-color: #18d88a;
  transform: translateY(-3px);
}

.fc-package strong {
  font-size: 23px;
}

.fc-package span {
  color: #18d88a;
  font-size: 13px;
}

@media (max-width: 600px) {

  .fc-package-grid {
    grid-template-columns: 1fr;
  }

}.fc-game-icon img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
    margin: 0 0 0 30px;
}/* ===== FASTCASH LOGIN ===== */

.fc-login-page {
    direction: rtl;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    background: #f5f7f8;
}

.fc-login-box {
    width: 100%;
    max-width: 430px;
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.10);
    text-align: center;
}

.fc-login-box h1 {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 800;
    color: #222;
}

.fc-login-box p {
    color: #777;
    font-size: 15px;
    margin-bottom: 25px;
}

/* الحقول */

.fc-login-box input {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 17px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fafafa;
    font-size: 15px;
    direction: rtl;
    outline: none;
    transition: 0.2s;
}

.fc-login-box input:focus {
    border-color: #19c78a;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(25,199,138,0.12);
}

/* زر تسجيل الدخول */

.fc-login-box button {
    width: 100%;
    border: none;
    padding: 15px;
    border-radius: 12px;
    background: #19c78a;
    color: white;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
}

.fc-login-box button:hover {
    background: #12ad77;
    transform: translateY(-1px);
}

/* إنشاء حساب */

.fc-register {
    margin-top: 22px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
}

.fc-register a {
    color: #19b982;
    font-weight: 700;
    text-decoration: none;
}

.fc-register a:hover {
    text-decoration: underline;
}

/* الموبايل */

@media (max-width: 600px) {

    .fc-login-page {
        padding: 30px 15px;
    }

    .fc-login-box {
        padding: 30px 20px;
        border-radius: 16px;
    }

    .fc-login-box h1 {
        font-size: 27px;
    }
}