@font-face {
  font-family: "Arabic Black";

  src: url("fonts/ArbFONTS-BritishCouncil-Arabic-Black.ttf");
}

@font-face {
  font-family: "Arabic Bold";

  src: url("fonts/BritishCouncil Arabic - Bold.ttf");
}

@font-face {
  font-family: "Arabic Light";

  src: url("fonts/ArbFONTS-BritishCouncil-Arabic-Light.ttf");
}

@font-face {
  font-family: "Arabic Regular";

  src: url("fonts/ArbFONTS-BritishCouncil-Arabic-Regular.ttf");
}

/* line 3, sass/style.scss */

*,
body {
  padding: 0;

  margin: 0;

  box-sizing: border-box;
}
a{
  text-decoration: none !important;
}
*:focus{
  outline: none !important;
}

.fas, .far, .fab, .fa {
  font-size: inherit;
  line-height: inherit;
}

/* line 11, sass/style.scss */

.title-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-section h1 {
  font-size: 1.5rem;
  font-family: "Arabic Black";
  color: #1a1a1a;
  margin-bottom: 0.15rem;
}

.title-section p {
  font-family: "Arabic Light";
  color: #777;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.title-section span {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #d00039, #ff4068);
  border-radius: 2px;
}

/* line 37, sass/style.scss */

.breadcrumb-section {
  width: 100%;

  background-color: #d00039;

  padding: 2rem 0;
}

/* line 41, sass/style.scss */

.breadcrumb-section h1 {
  color: white;

  font-family: "Arabic Black";

  font-size: 2rem;
}

/* line 46, sass/style.scss */

.breadcrumb-section ol {
  background-color: transparent;

  padding: 0;

  margin: 0;
}

/* line 50, sass/style.scss */

.breadcrumb-section ol .breadcrumb-item.active,
.breadcrumb-section ol .breadcrumb-item {
  color: white;

  font-family: "Arabic Regular";
}

/* line 54, sass/style.scss */

.breadcrumb-section ol .breadcrumb-item.active a,
.breadcrumb-section ol .breadcrumb-item a {
  color: white;

  font-family: "Arabic Regular";

  text-decoration: none;
}

/* line 59, sass/style.scss */

.breadcrumb-section ol .breadcrumb-item.active::before,
.breadcrumb-section ol .breadcrumb-item::before {
  padding: 0 0.5rem;

  color: white;
}

/* line 65, sass/style.scss */

.breadcrumb-section .search {
  flex-direction: column;

  color: white;
}

/* line 71, sass/style.scss */

.main-content {
  padding: 2rem 0;
}

/* ==========================================
   HEADER – Modern Design
   ========================================== */

/* Top bar */
.hdr-top {
  background: #1a1a1a;
  padding: 0.5rem 0;
}

.hdr-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hdr-top__text {
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-family: "Arabic Regular";
  font-size: 0.72rem;
}

.hdr-top__social {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.hdr-top__social span {
  color: rgba(255,255,255,0.5);
  font-family: "Arabic Regular";
  font-size: 0.72rem;
}

.hdr-top__social a {
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
  transition: color 0.25s ease;
}

.hdr-top__social a:hover {
  color: #fff;
}

/* Header store link */
.hdr-top__shop {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #fff;
  font-family: "Arabic Bold";
  font-size: 0.72rem;
  background: #d00039;
  padding: 0.2rem 0.8rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.hdr-top__shop:hover {
  background: #fff;
  color: #d00039;
  text-decoration: none;
}

.hdr-top__shop i {
  font-size: 0.65rem;
}

.hdr-top__sep {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.2);
}

/* Mobile menu store link */
.mobile-menu__shop {
  padding: 0.8rem 1.5rem;
  border-top: 1px solid #f0f0f0;
}

.mobile-menu__shop a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #d00039;
  color: #fff;
  font-family: "Arabic Bold";
  font-size: 0.9rem;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.25s ease;
}

.mobile-menu__shop a:hover {
  background: #a30030;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .hdr-top__text {
    font-size: 0.62rem;
  }
  .hdr-top__social span {
    display: none;
  }
  .hdr-top__shop {
    font-size: 0.62rem;
    padding: 0.15rem 0.6rem;
  }
}

/* Main header */
.hdr {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  z-index: 100;
}

.hdr__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 0 0.4rem;
}

.hdr__logo {
  display: block;
  width: 65px;
  justify-self: center;
}

.hdr__logo img {
  width: 100%;
  display: block;
}

.hdr__nav--right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hdr__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0;
}

.hdr__nav-list .nav-item .nav-link {
  font-family: "Arabic Bold";
  font-size: 0.95rem;
  color: #1a1a1a;
  padding: 0.7rem 1rem;
  transition: color 0.25s ease;
  position: relative;
}

.hdr__nav-list .nav-item .nav-link:hover,
.hdr__nav-list .nav-item.active .nav-link {
  color: #d00039;
}

.hdr__nav-list .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #d00039;
  transition: width 0.25s ease;
}

.hdr__nav-list .nav-item .nav-link:hover::after,
.hdr__nav-list .nav-item.active .nav-link::after {
  width: 60%;
}

.hdr__left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hdr__search {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 50px;
  overflow: visible;
  background: #fff;
  transition: border-color 0.25s ease;
}

.hdr__search:focus-within {
  border-color: #ddd;
}

.hdr__search-input {
  border: none;
  outline: none;
  padding: 0.45rem 1rem;
  font-family: "Arabic Regular";
  font-size: 0.8rem;
  width: 160px;
  background: transparent;
  color: #333;
  min-width: 0;
}

.hdr__search-input::placeholder {
  color: #bbb;
}

.hdr__search-btn {
  background: #d00039;
  border: none;
  padding: 0.4rem 0.9rem;
  margin: 0.25rem;
  color: #fff;
  cursor: pointer;
  transition: background 0.25s ease;
  font-family: "Arabic Bold";
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
  border-radius: 50px;
}

.hdr__search-btn:hover {
  background: #a80030;
}

.hdr__toggle {
  background: none;
  border: none;
  font-size: 1.3rem;
  color: #1a1a1a;
  cursor: pointer;
  padding: 0.3rem;
}

/* Mobile header actions */
.hdr__mobile-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.hdr__mobile-search {
  background: none;
  border: none;
  color: #1a1a1a;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0;
  transition: color 0.25s ease;
}

.hdr__mobile-search:hover {
  color: #d00039;
}

/* Mobile search bar (slides down) */
.hdr-mobile-search {
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
  padding: 0.6rem 0;
  display: none;
}

.hdr-mobile-search.active {
  display: block;
}

.hdr-mobile-search form {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50px;
  overflow: hidden;
}

.hdr-mobile-search form:focus-within {
  border-color: #ddd;
}

.hdr-mobile-search input[type="search"] {
  flex: 1;
  border: none;
  outline: none;
  padding: 0.55rem 1rem;
  font-family: "Arabic Regular";
  font-size: 0.85rem;
  background: transparent;
  min-width: 0;
}

.hdr-mobile-search button {
  background: #d00039;
  border: none;
  padding: 0.45rem 1rem;
  margin: 0.25rem;
  color: #fff;
  cursor: pointer;
  font-size: 0.75rem;
  font-family: "Arabic Bold";
  display: flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
  border-radius: 50px;
  transition: background 0.25s ease;
}

.hdr-mobile-search button:hover {
  background: #a80030;
}

@media (max-width: 991px) {
  .hdr__inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .hdr__logo {
    width: 55px;
  }
}

/* Category Bar */
.cat-bar {
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

.cat-bar__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.cat-bar__list .nav-item .nav-link {
  font-family: "Arabic Regular";
  font-size: 0.9rem;
  color: #555;
  padding: 0.7rem 1.1rem;
  transition: color 0.25s ease;
  position: relative;
}

.cat-bar__list .nav-item .nav-link:hover,
.cat-bar__list .nav-item.active .nav-link {
  color: #d00039;
}

.cat-bar__list .nav-item + .nav-item .nav-link::before {
  content: "·";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  font-size: 1rem;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  direction: rtl;
  text-align: right;
}

.mobile-menu.is-open {
  right: 0;
}

.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-menu__logo {
  width: 50px;
}

.mobile-menu__logo img {
  width: 100%;
  display: block;
}

.mobile-menu__close {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #999;
  cursor: pointer;
}

.mobile-menu__nav {
  flex: 1;
  padding: 0.5rem 0;
  direction: rtl;
  text-align: right;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  direction: rtl;
  text-align: right;
}

.mobile-menu__list .nav-item .nav-link {
  display: block;
  font-family: "Arabic Bold";
  font-size: 1rem;
  color: #1a1a1a;
  padding: 0.7rem 1.5rem;
  transition: all 0.2s ease;
}

.mobile-menu__list .nav-item .nav-link:hover,
.mobile-menu__list .nav-item.active .nav-link {
  color: #d00039;
  background: #fff0f3;
}

.mobile-menu__list--cats .nav-item .nav-link {
  font-family: "Arabic Regular";
  font-size: 0.9rem;
  color: #555;
}

.mobile-menu__divider {
  height: 1px;
  background: #f0f0f0;
  margin: 0.5rem 1.2rem;
}

.mobile-menu__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem;
  border-top: 1px solid #f0f0f0;
}

.mobile-menu__social a {
  color: #999;
  font-size: 1.2rem;
  transition: color 0.25s ease;
}

.mobile-menu__social a:hover {
  color: #d00039;
}

.mobile-menu__backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 9998;
}

.mobile-menu__backdrop.is-open {
  display: block;
}

/* Hero Slider — split layout (image + content side-by-side) */
.hero-slider-section {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #a80030 0%, #d00039 50%, #e8004a 100%);
}

.hero-slider {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 769px) {
  .hero-slider-section {
    padding: 2.5rem 1rem;
  }
  .hero-slider {
    border-radius: 18px;
    overflow: hidden;
  }
}

.hero-slide__link {
  display: flex;
  align-items: center;
  min-height: 420px;
  padding: 2.5rem 3.5rem 3rem;
  gap: 3rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.hero-slide__link::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
  top: -120px;
  left: -80px;
  pointer-events: none;
}

.hero-slide__link::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
  bottom: -60px;
  right: 20%;
  pointer-events: none;
}

.hero-slide__img {
  flex: 0 0 52%;
  max-width: 52%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25), 0 0 0 3px rgba(255, 255, 255, 0.1);
  aspect-ratio: 4 / 3;
  position: relative;
  z-index: 1;
}

.hero-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-slide__overlay {
  display: none;
}

.hero-slide__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 0;
  position: relative;
  z-index: 1;
  text-align: right;
}

.hero-slide__cat {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: "Arabic Bold";
  font-size: 0.8rem;
  padding: 0.3rem 1.1rem;
  border-radius: 30px;
  margin-bottom: 1.2rem;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  align-self: flex-start;
}

.hero-slide__title {
  color: #fff;
  font-family: "Arabic Black";
  font-size: 1.65rem;
  margin: 0 0 1.2rem;
  line-height: 1.55;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}

.hero-slide__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.hero-slide__time {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Arabic Regular";
  font-size: 1rem;
}

.hero-slide__time i {
  margin-left: 0.4rem;
}

/* Swiper Navigation */
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
  font-size: 15px;
  color: #fff;
}

.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.35);
}

/* Swiper Pagination */
.hero-slider .swiper-pagination {
  bottom: 10px !important;
  z-index: 5;
}

.hero-slider .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: all 0.3s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  background: #fff;
  width: 28px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .hero-slider-section {
    padding: 0;
  }
  .hero-slide__link {
    flex-direction: column;
    min-height: auto;
    padding: 1.5rem 1rem 2.5rem;
    gap: 1.25rem;
  }
  .hero-slide__link::before,
  .hero-slide__link::after {
    display: none;
  }
  .hero-slide__img {
    flex: none;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 12px;
  }
  .hero-slide__content {
    padding: 0 0.5rem;
    text-align: center;
    align-items: center;
  }
  .hero-slide__cat {
    font-size: 0.72rem;
    padding: 0.2rem 0.85rem;
    margin-bottom: 0.5rem;
    align-self: center;
  }
  .hero-slide__title {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
  .hero-slide__meta {
    justify-content: center;
  }
  .hero-slide__time {
    font-size: 0.85rem;
  }
  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 10px;
  }
  .hero-slider .swiper-button-next::after,
  .hero-slider .swiper-button-prev::after {
    font-size: 11px;
  }
  .hero-slider .swiper-button-next {
    right: auto;
    left: 16px;
  }
  .hero-slider .swiper-button-prev {
    left: auto;
    right: 16px;
  }
  .hero-slider .swiper-pagination {
    bottom: 10px !important;
  }
  .hero-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .hero-slider .swiper-pagination-bullet-active {
    width: 22px;
  }
}

/* line 483, sass/style.scss */

.search-section {
  width: 100%;
  background-color: #f7f7f7;
  padding: 1.5rem 0;
}

.search-section .search-results-form {
  max-width: 550px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .search-section {
    padding: 1rem 0;
  }
  .search-section .search-results-form {
    max-width: 90%;
  }
}

/* ==========================================
   RECIPES SECTION – Modern Card Design
   ========================================== */

.recipes-section {
  width: 100%;
  padding: 3rem 0;
}

.recipe-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  transition: transform 0.3s ease, border-color 0.3s ease;
  text-decoration: none !important;
  height: 100%;
}

.recipe-card:hover {
  transform: translateY(-4px);
  border-color: #d00039;
}

.recipe-card__img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recipe-card__img::before {
  content: "\f2e7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #ddd;
  position: absolute;
  z-index: 0;
}

.recipe-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  position: relative;
  z-index: 1;
}

.recipe-card:hover .recipe-card__img img {
  transform: scale(1.08);
}

.recipe-card__fav {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.25s ease;
}

.recipe-card__fav:hover {
  background: #fff;
}

.recipe-card__fav .fas.fa-heart {
  color: #d00039;
  font-size: 0.9rem;
  cursor: pointer;
}

.recipe-card__fav .far.fa-heart {
  color: #888;
  font-size: 0.9rem;
  cursor: pointer;
}

.recipe-card__fav .simplefavorite-button {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
}

.recipe-card__body {
  padding: 1rem 1.1rem 1.2rem;
  text-align: center;
}

.recipe-card__title {
  font-family: "Arabic Black";
  font-size: 1rem;
  color: #1a1a1a;
  margin: 0 0 0.7rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.recipe-card__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

.recipe-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: "Arabic Regular";
  font-size: 0.8rem;
  color: #777;
}

.recipe-card__meta-item i {
  color: #d00039;
  font-size: 0.85rem;
}

/* "Show all" button */
.recipes-section .more {
  text-align: center;
  margin: 0.5rem 0 1rem;
}

.recipes-section .more a {
  display: inline-block;
  background: #d00039;
  color: #fff;
  padding: 0.8rem 2.5rem;
  font-family: "Arabic Bold";
  font-size: 1rem;
  text-decoration: none;
  border-radius: 50px;
  border: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.recipes-section .more a:hover {
  background: #a80030;
  transform: translateY(-2px);
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .recipes-section {
    padding: 1.5rem 0;
  }
  .recipes-section .row,
  .main-content .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .recipes-section [class*="col-"],
  .main-content [class*="col-6"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px !important;
  }
  .recipe-card {
    border-radius: 12px;
  }
  .recipe-card__img {
    height: 140px;
  }
  .recipe-card__body {
    padding: 0.6rem 0.5rem 0.7rem;
  }
  .recipe-card__title {
    font-size: 0.8rem;
    margin: 0 0 0.4rem;
    line-height: 1.4;
  }
  .recipe-card__meta {
    gap: 0.4rem;
  }
  .recipe-card__meta-item {
    font-size: 0.65rem;
    gap: 0.2rem;
  }
  .recipe-card__meta-item i {
    font-size: 0.7rem;
  }
  .recipe-card__fav {
    width: 30px;
    height: 30px;
    top: 8px;
  }
  .recipe-card__fav .fas.fa-heart,
  .recipe-card__fav .far.fa-heart {
    font-size: 0.75rem;
  }
  .recipes-section .more a,
  .blog-section .more a {
    font-size: 0.85rem;
    padding: 0.55rem 1.8rem;
  }
}

/* ==========================================
   CATEGORIES SECTION
   ========================================== */
.categories-section {
  width: 100%;
  padding: 3rem 0;
  background: #fff;
  direction: rtl;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
  background: #fff;
  border: 1.5px solid #f0f0f0;
  border-radius: 16px;
  transition: all 0.3s ease;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}

.cat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--cat-color);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cat-card:hover {
  transform: translateY(-6px);
  border-color: var(--cat-color);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.cat-card:hover::before {
  opacity: 1;
}

.cat-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  color: var(--cat-color);
  background: color-mix(in srgb, var(--cat-color) 10%, transparent);
  transition: all 0.3s ease;
}

.cat-card:hover .cat-card__icon {
  background: var(--cat-color);
  color: #fff;
  transform: scale(1.1);
}

.cat-card__name {
  font-family: "Arabic Bold";
  font-size: 0.9rem;
  color: #1a1a1a;
  margin: 0 0 0.3rem;
}

.cat-card__count {
  font-family: "Arabic Regular";
  font-size: 0.75rem;
  color: #999;
}

@media (max-width: 768px) {
  .categories-section {
    padding: 2rem 0;
  }
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
  }
  .cat-card {
    padding: 1rem 0.5rem;
    border-radius: 12px;
  }
  .cat-card__icon {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    border-radius: 12px;
  }
  .cat-card__name {
    font-size: 0.72rem;
  }
  .cat-card__count {
    font-size: 0.62rem;
  }
}


/* ==========================================
   POPULAR RECIPES SECTION
   ========================================== */
.popular-section {
  width: 100%;
  padding: 3rem 0;
  background: linear-gradient(180deg, #fff5f7 0%, #fff 100%);
  direction: rtl;
}

.popular-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  transition: all 0.3s ease;
  text-decoration: none !important;
  height: 100%;
}

.popular-card:hover {
  transform: translateY(-4px);
  border-color: #d00039;
  box-shadow: 0 8px 25px rgba(208,0,57,0.1);
}

.popular-card__img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
}

.popular-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.popular-card:hover .popular-card__img img {
  transform: scale(1.08);
}

.popular-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.3) 0%, transparent 40%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.8rem;
}

.popular-card__rank {
  background: #d00039;
  color: #fff;
  font-family: "Arabic Black";
  font-size: 0.8rem;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
}

.popular-card__body {
  padding: 0.9rem 1rem;
  text-align: center;
}

.popular-card__title {
  font-family: "Arabic Bold";
  font-size: 0.95rem;
  color: #1a1a1a;
  margin: 0 0 0.5rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.popular-card__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  font-family: "Arabic Regular";
  font-size: 0.78rem;
  color: #888;
  direction: rtl;
}

.popular-card__meta i {
  color: #d00039;
  margin-left: 0.25rem;
}

@media (max-width: 768px) {
  .popular-section {
    padding: 2rem 0;
  }
  .popular-section .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .popular-section [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px !important;
  }
  .popular-card {
    border-radius: 12px;
  }
  .popular-card__img {
    height: 140px;
  }
  .popular-card__body {
    padding: 0.6rem 0.5rem;
  }
  .popular-card__title {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
    line-height: 1.4;
  }
  .popular-card__meta {
    font-size: 0.65rem;
    gap: 0.4rem;
  }
}


/* ==========================================
   YOUTUBE VIDEOS SECTION
   ========================================== */
.yt-section {
  width: 100%;
  padding: 3rem 0;
  background: #f7f7f7;
  direction: rtl;
}

.yt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.yt-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.yt-card:hover {
  transform: translateY(-4px);
  border-color: #FF0000;
  box-shadow: 0 8px 25px rgba(255,0,0,0.08);
}

.yt-card__img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background: #111;
}

.yt-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.yt-card:hover .yt-card__img img {
  transform: scale(1.05);
}

.yt-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background: rgba(255,0,0,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.yt-card:hover .yt-card__play {
  background: #FF0000;
  transform: translate(-50%, -50%) scale(1.1);
}

.yt-card__title {
  font-family: "Arabic Bold";
  font-size: 0.85rem;
  color: #1a1a1a;
  margin: 0;
  padding: 0.8rem 1rem 1rem;
  line-height: 1.6;
  text-align: right;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.yt-subscribe-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #FF0000;
  color: #fff;
  padding: 0.7rem 2rem;
  border-radius: 50px;
  font-family: "Arabic Bold";
  font-size: 0.95rem;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.yt-subscribe-btn:hover {
  background: #cc0000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,0,0,0.25);
  color: #fff;
}

.yt-subscribe-btn i {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .yt-section {
    padding: 2rem 0;
  }
  .yt-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
  }
  .yt-card {
    border-radius: 12px;
  }
  .yt-card__img {
    height: 120px;
  }
  .yt-card__play {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }
  .yt-card__title {
    font-size: 0.72rem;
    padding: 0.5rem 0.6rem 0.7rem;
    line-height: 1.5;
  }
  .yt-subscribe-btn {
    font-size: 0.82rem;
    padding: 0.55rem 1.5rem;
  }
}


/* ==========================================
   FEATURES SECTION
   ========================================== */
.features-section {
  width: 100%;
  padding: 3.5rem 0;
  background: #fff;
  direction: rtl;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 950px;
  margin: 0 auto;
}

.feature-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: linear-gradient(135deg, #fff5f7 0%, #fff 100%);
  border-radius: 20px;
  border: 1px solid #fce4ec;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(208,0,57,0.08);
  border-color: #f8bbd0;
}

.feature-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.2rem;
  background: linear-gradient(135deg, #d00039, #ff4068);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 6px 20px rgba(208,0,57,0.2);
}

.feature-card__title {
  font-family: "Arabic Black";
  font-size: 1.05rem;
  color: #1a1a1a;
  margin: 0 0 0.6rem;
}

.feature-card__desc {
  font-family: "Arabic Regular";
  font-size: 0.85rem;
  color: #777;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 768px) {
  .features-section {
    padding: 2rem 0;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .feature-card {
    padding: 1.5rem 1.2rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: right;
  }
  .feature-card__icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin: 0;
    font-size: 1.2rem;
    border-radius: 14px;
  }
  .feature-card__title {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
  }
  .feature-card__desc {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}


/* ==========================================
   STATS SECTION
   ========================================== */
.stats-section {
  width: 100%;
  padding: 3rem 0;
  background: linear-gradient(135deg, #a80030 0%, #d00039 50%, #e8004a 100%);
  position: relative;
  overflow: hidden;
  direction: rtl;
}

.stats-section::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  top: -200px;
  right: -100px;
  pointer-events: none;
}

.stats-section::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,0.02);
  bottom: -100px;
  left: 10%;
  pointer-events: none;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.stat-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-item__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}

.stat-item__number {
  font-family: "Arabic Black";
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.stat-item__label {
  font-family: "Arabic Regular";
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
}

@media (max-width: 768px) {
  .stats-section {
    padding: 2rem 0;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
  }
  .stat-item__icon {
    width: 42px;
    height: 42px;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    border-radius: 12px;
  }
  .stat-item__number {
    font-size: 1.6rem;
  }
  .stat-item__label {
    font-size: 0.75rem;
  }
}


/* ==========================================
   NEWSLETTER SECTION
   ========================================== */
.newsletter-section {
  width: 100%;
  padding: 3rem 0;
  background: #f7f7f7;
  direction: rtl;
}

.newsletter-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.newsletter-icon {
  font-size: 2.5rem;
  color: #d00039;
  margin-bottom: 1rem;
  display: block;
}

.newsletter-title {
  font-family: "Arabic Black";
  font-size: 1.6rem;
  color: #1a1a1a;
  margin: 0 0 0.5rem;
}

.newsletter-desc {
  font-family: "Arabic Regular";
  font-size: 0.95rem;
  color: #777;
  margin: 0 0 1.5rem;
  line-height: 1.6;
}

.newsletter-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.newsletter-social__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.8rem;
  border-radius: 50px;
  font-family: "Arabic Bold";
  font-size: 0.9rem;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.newsletter-social__link--yt {
  background: #FF0000;
  color: #fff;
}

.newsletter-social__link--yt:hover {
  background: #cc0000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,0,0,0.25);
  color: #fff;
}

.newsletter-social__link--fb {
  background: #1877F2;
  color: #fff;
}

.newsletter-social__link--fb:hover {
  background: #0d65d9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(24,119,242,0.25);
  color: #fff;
}

.newsletter-social__link i {
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .newsletter-section {
    padding: 2rem 0;
  }
  .newsletter-title {
    font-size: 1.2rem;
  }
  .newsletter-desc {
    font-size: 0.82rem;
    margin-bottom: 1rem;
  }
  .newsletter-icon {
    font-size: 2rem;
  }
  .newsletter-social__link {
    padding: 0.55rem 1.3rem;
    font-size: 0.8rem;
  }
}


/* line 606, sass/style.scss */

.videos-section {
  width: 100%;

  padding: 2rem 0;

  background-color: #f7f7f7;
}

/* line 612, sass/style.scss */

.videos-section .grid-videos {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  grid-template-rows: repeat(2, 150px);

  justify-content: stretch;

  grid-gap: 1rem;
}

/* line 619, sass/style.scss */

.videos-section .grid-videos .item-video {
  width: 100%;

  position: relative;
}

/* line 623, sass/style.scss */

.videos-section .grid-videos .item-video img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: relative;
}

/* line 629, sass/style.scss */

.videos-section .grid-videos .item-video .title {
  position: absolute;

  bottom: 5%;

  right: 5%;

  transform: translate(-5%, -5%);

  color: white;

  font-family: "Arabic Regular";

  font-size: 0.8rem;
}

/* line 638, sass/style.scss */

.videos-section .grid-videos .item-video .icon-v {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

/* line 644, sass/style.scss */

.videos-section .grid-videos .item-video .icon-v img {
  width: 50px;

  height: auto;
}

/* line 650, sass/style.scss */

.videos-section .grid-videos .item-video span {
  position: absolute;

  bottom: 0;

  right: 0;

  left: 0;

  width: 100%;

  height: 30%;

  background: linear-gradient(to top, rgba(10, 10, 10, 0.551), transparent);

  transition: all 0.35s;
}

/* line 661, sass/style.scss */

.videos-section .grid-videos .item-video:hover span {
  height: 80%;
}

/* line 667, sass/style.scss */

.videos-section .grid-videos .item-video:nth-child(1) {
  grid-column: 1 / 3;

  grid-row: 1 / 3;
}

/* line 671, sass/style.scss */

.videos-section .grid-videos .item-video:nth-child(1) .title {
  color: white;

  font-family: "Arabic Regular";

  font-size: 1rem;
}

/* line 677, sass/style.scss */

.videos-section .grid-videos .item-video:nth-child(1) .icon-v img {
  width: 100px;

  height: auto;
}

/* line 686, sass/style.scss */

.videos-section .see-more-youtube {
  width: 80%;
	margin: 0 auto;
	text-align: center;
}

/* line 688, sass/style.scss */

.videos-section .see-more-youtube a {
  color: #0a0a0a;

  font-size: 0.9rem;

  font-family: "Arabic Regular";

  text-decoration: none;
}

/* line 698, sass/style.scss */

.share-section {
  width: 100%;

  background-color: #bf0034;

  position: relative;

  background-size: contain;

  background-repeat: no-repeat;

  border-bottom: 1px solid white;

  display: flex;

  align-items: center;
}

/* line 708, sass/style.scss */

.share-section .img-bc {
  position: relative;

  width: 50%;

  height: 210px;
}

/* line 712, sass/style.scss */

.share-section .img-bc img {
  width: 100%;

  position: relative;

  bottom: 0px;

  height: 270px;

  width: auto;

  right: 0;

  margin-left: auto;
}

/* line 722, sass/style.scss */

.share-section .content {
  height: 160px;

  margin-right: auto;

  background-image: url(image/border-share-p.png);

  background-repeat: no-repeat;

  background-size: contain;

  background-position: center center;

  text-align: center;

  padding: 1.5rem;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  margin: 1.5rem 0;
}

/* line 736, sass/style.scss */

.share-section .content p {
  font-family: "Arabic Regular";

  color: white;

  font-size: 0.8rem;
}

/* line 741, sass/style.scss */

.share-section .content img {
  display: block;

  width: 40%;
}

/* line 745, sass/style.scss */

.share-section .content a {
  display: inline-block;
  border: 2px solid white;
  color: white;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-top: 1rem;
  text-decoration: none;
  font-family: "Arabic Bold";
  font-size: 0.9rem;
  padding: 0.5rem 2rem;
  backdrop-filter: blur(4px);
  transition: background 0.3s ease, transform 0.2s ease;
  letter-spacing: 0.5px;
}

.share-section .content a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

/* line 760, sass/style.scss */

footer {
  width: 100%;
}

/* line 763, sass/style.scss */

footer .top-footer {
  width: 100%;

  background-color: #0a0a0a;

  border-top: 1px solid white;

  text-align: center;

  padding: 4rem 0 1rem;
}

/* line 771, sass/style.scss */

footer .top-footer .logo-footer img {
  width: 50px;

  height: auto;
}

/* line 777, sass/style.scss */

footer .top-footer .footer-menu {
  display: flex;

  flex-direction: row;

  justify-content: center;

  align-items: center;

  padding-top: 1rem;
}

/* line 783, sass/style.scss */

footer .top-footer .footer-menu .nav-link {
  color: #9b9b9b;

  font-size: 0.8rem;

  font-family: "Arabic Regular";

  padding: 0 1rem;

  position: relative;
}

/* line 790, sass/style.scss */

footer .top-footer .footer-menu .nav-link::before {
  content: "";

  position: absolute;

  top: 50%;

  left: 0%;

  transform: translateY(-50%);

  width: 3px;

  height: 3px;

  background-color: #9b9b9b;
}

/* line 801, sass/style.scss */

footer .top-footer .footer-menu .nav-item:last-of-type .nav-link::before {
  display: none;
}

/* line 806, sass/style.scss */

footer .bottom-footer {
  width: 100%;

  background-color: #131313;
}

/* line 809, sass/style.scss */

footer .bottom-footer p {
  margin: 0;

  color: #9b9b9b;

  font-size: 0.7rem;

  font-family: "Arabic Regular";
}

/* line 815, sass/style.scss */

footer .bottom-footer .copyright-right {
  display: flex;

  justify-content: flex-start;

  align-items: center;
}

/* line 819, sass/style.scss */

footer .bottom-footer .copyright-right img {
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  /* line 815, sass/style.scss */

  footer .bottom-footer .copyright-right {
    justify-content: center;
  }
}

/* line 827, sass/style.scss */

footer .bottom-footer .copyright {
  display: flex;

  justify-content: flex-end;

  align-items: center;
}

/* line 831, sass/style.scss */

footer .bottom-footer .copyright img {
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  /* line 827, sass/style.scss */

  footer .bottom-footer .copyright {
    justify-content: center;
  }
}

/* ==========================================
   RECIPE PAGE – Modern Redesign
   ========================================== */

/* Breadcrumb bar */
.rp-topbar {
  background: #d00039;
  padding: 0.85rem 0;
}

.rp-breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}

.rp-breadcrumb .breadcrumb-item,
.rp-breadcrumb .breadcrumb-item a {
  color: rgba(255,255,255,0.85);
  font-family: "Arabic Regular";
  font-size: 0.85rem;
  text-decoration: none;
}

.rp-breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}

.rp-breadcrumb .breadcrumb-item.active {
  color: rgba(255,255,255,0.6);
}

.rp-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,0.5);
}

/* Recipe Header */
.rp-header {
  padding: 2rem 0 1rem;
}

.rp-header__title {
  font-family: "Arabic Black";
  font-size: 1.7rem;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 0.8rem;
  line-height: 1.6;
}

.rp-header__image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.2rem;
  background: #f0f0f0;
  position: relative;
  max-height: 450px;
}

.rp-header__image img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.rp-header__overlay-actions {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}

.rp-overlay-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 0.3rem 0.7rem;
  font-family: "Arabic Regular";
  font-size: 0.75rem;
  color: #555;
  line-height: 1;
}

.rp-overlay-action i {
  color: #d00039;
  font-size: 0.8rem;
}

.rp-overlay-action .simplefavorite-button {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
}

.rp-header__stats {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #fff0f3 0%, #fff5f7 100%);
  border: 1px solid #fcd;
  border-radius: 12px;
  padding: 1rem 1.5rem;
}

.rp-stat {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.rp-stat__icon {
  width: 44px;
  height: 44px;
  background: #fff0f3;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d00039;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.rp-stat__text {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.rp-stat__value {
  font-family: "Arabic Bold";
  font-size: 0.95rem;
  color: #1a1a1a;
  line-height: 1.3;
}

.rp-stat__label {
  font-family: "Arabic Regular";
  font-size: 0.75rem;
  color: #999;
}


/* Content sections */
.rp-content {
  padding: 1.5rem 0 2rem;
}

.rp-section {
  margin-bottom: 2rem;
}

.rp-section__title {
  font-family: "Arabic Black";
  font-size: 1.3rem;
  color: #1a1a1a;
  margin: 0 0 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #eee;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rp-section__title i {
  color: #d00039;
  font-size: 1.1rem;
}

.rp-section__body {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  font-family: "Arabic Regular";
  color: #333;
  font-size: 1rem;
  line-height: 1.9;
  text-align: right;
}

.rp-section__body ul,
.rp-section__body ol {
  padding-right: 1.2rem;
}

.rp-section__body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.rp-section__video {
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.rp-section__video iframe {
  width: 100% !important;
  aspect-ratio: 16/9;
  display: block;
  border: none;
}

/* Similar section */
.rp-similar {
  background: linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%);
  padding: 2.5rem 0;
  border-top: 1px solid #eaeaea;
}

.rp-similar__title {
  font-family: "Arabic Black";
  font-size: 1.4rem;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 1.5rem;
  position: relative;
}

.rp-similar__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #d00039;
  border-radius: 2px;
  margin: 0.5rem auto 0;
}

.no-similar-posts {
  text-align: center;
  color: #999;
  font-size: 1rem;
  font-family: "Arabic Regular";
  padding: 2rem 0;
}

/* ==========================================
   ARCHIVE / CATEGORY PAGE
   ========================================== */
.archive-header {
  padding: 1.5rem 0 0.5rem;
  text-align: center;
  background: #fff;
}

.archive-header__title {
  font-family: "Arabic Black";
  font-size: 2rem;
  color: #1a1a1a;
  margin: 0 0 0.3rem;
}

.archive-header__count {
  display: inline-block;
  font-family: "Arabic Regular";
  font-size: 0.8rem;
  color: #fff;
  background: #d00039;
  padding: 0.15rem 0.6rem;
  border-radius: 20px;
}

.archive-header__desc {
  font-family: "Arabic Regular";
  font-size: 0.95rem;
  color: #777;
  margin: 0.3rem 0 0;
}

/* ==========================================
   ARCHIVE FILTERS
   ========================================== */
.archive-filters {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 90;
  box-shadow: 0 2px 8px rgba(0,0,0,0);
  transition: box-shadow 0.3s ease;
}

.archive-filters.is-sticky {
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.archive-results-count {
  font-family: "Arabic Regular";
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.8rem;
  text-align: center;
}

.archive-loading {
  text-align: center;
  padding: 3rem 0;
}

.archive-loading__spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #f0f0f0;
  border-top-color: #d00039;
  border-radius: 50%;
  margin: 0 auto;
  animation: filter-spin 0.7s linear infinite;
}

@keyframes filter-spin {
  to { transform: rotate(360deg); }
}

.archive-empty {
  text-align: center;
  padding: 3rem 0;
  color: #aaa;
}

.archive-empty i {
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
  color: #ddd;
  display: block;
}

.archive-empty p {
  font-family: "Arabic Regular";
  font-size: 1rem;
  color: #999;
  margin: 0;
}

.filter-select-group {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.filter-select-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.filter-select-wrap > i {
  position: absolute;
  right: 0.85rem;
  color: #d00039;
  font-size: 0.8rem;
  pointer-events: none;
  z-index: 1;
}

.filter-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1.5px solid #f5c6d0;
  border-radius: 20px;
  background-color: #fff0f3;
  padding: 0.4rem 2rem 0.4rem 1.6rem;
  font-family: "Arabic Regular";
  font-size: 0.82rem;
  color: #d00039;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  line-height: 1.4;
  transition: all 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='%23d00039'%3E%3Cpath d='M0 0l4 5 4-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0.7rem center;
  background-size: 8px 5px;
}

.filter-select:focus {
  border-color: #d00039;
}

.filter-select.has-value {
  background-color: #d00039;
  color: #fff;
  border-color: #d00039;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='%23fff'%3E%3Cpath d='M0 0l4 5 4-5z'/%3E%3C/svg%3E");
}

.filter-select-wrap.has-value > i {
  color: #fff;
}

@media (max-width: 768px) {
  .archive-filters {
    padding: 0.6rem 0;
  }

  .filter-select-group {
    gap: 0.35rem;
  }

  .filter-select {
    font-size: 0.75rem;
    padding: 0.35rem 1.6rem 0.35rem 1.3rem;
  }

  .filter-select-wrap > i {
    font-size: 0.7rem;
    right: 0.6rem;
  }
}

.archive-grid {
  padding: 1rem 0 2.5rem;
}

.archive-grid .row {
  margin-left: -7px;
  margin-right: -7px;
}

.archive-grid [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

@media (max-width: 768px) {
  .archive-header {
    padding: 1rem 0 0.4rem;
  }
  .archive-header__title {
    font-size: 1.4rem;
  }
  .archive-header__count {
    font-size: 0.7rem;
    padding: 0.1rem 0.5rem;
  }
  .archive-grid {
    padding: 1rem 0 2rem;
  }
  .archive-grid .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .archive-grid [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px !important;
  }
}

/* Recipe page mobile */
@media (max-width: 768px) {
  .rp-topbar {
    padding: 0.6rem 0;
  }
  .rp-breadcrumb .breadcrumb-item.active {
    display: none;
  }
  .rp-breadcrumb .breadcrumb-item {
    font-size: 0.78rem;
  }
  .rp-header {
    padding: 1.2rem 0 0.5rem;
  }
  .rp-header__title {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
  .rp-header__image {
    border-radius: 12px;
    margin-bottom: 0.8rem;
  }
  .rp-header__image img {
    border-radius: 12px;
  }
  .rp-header__overlay-actions {
    top: 8px;
    left: 8px;
    gap: 6px;
  }
  .rp-overlay-action {
    font-size: 0.65rem;
    padding: 0.25rem 0.5rem;
  }
  .rp-header__stats {
    gap: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .rp-stat {
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 0.6rem 0.3rem;
    border-left: 1px solid #f5d5dc;
  }
  .rp-stat:last-child {
    border-left: none;
  }
  .rp-stat__icon {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
    border-radius: 50%;
  }
  .rp-stat__text {
    text-align: center !important;
  }
  .rp-stat__value {
    font-size: 0.8rem;
  }
  .rp-stat__label {
    font-size: 0.6rem;
  }
  .rp-content {
    padding: 1rem 0 1.5rem;
  }
  .rp-section {
    margin-bottom: 1.5rem;
  }
  .rp-section__title {
    font-size: 1.1rem;
    justify-content: center;
    text-align: center;
  }
  .rp-section__body {
    padding: 1rem 1.2rem;
    font-size: 0.9rem;
    border-radius: 10px;
  }
  .rp-section__video iframe {
    aspect-ratio: 16/9;
  }
  .rp-similar {
    padding: 1.5rem 0;
  }
  .rp-similar__title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .rp-similar .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .rp-similar [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px !important;
  }
}

/* line 980, sass/style.scss */

.cat-items-posts {
  display: grid;

  grid-gap: 0.5rem;

  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  grid-auto-rows: 150px;

  grid-auto-flow: dense;
}

/* line 986, sass/style.scss */

.cat-items-posts .item-post-cat {
  position: relative;
}

/* line 988, sass/style.scss */

.cat-items-posts .item-post-cat img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

/* line 993, sass/style.scss */

.cat-items-posts .item-post-cat span {
  position: absolute;

  bottom: 0;

  right: 0;

  left: 0;

  width: 100%;

  height: 30%;

  background: linear-gradient(to top, rgba(10, 10, 10, 0.551), transparent);

  transition: all 0.35s;
}

/* line 1003, sass/style.scss */

.cat-items-posts .item-post-cat .title-post-cat {
  position: absolute;

  bottom: 5%;

  right: 5%;

  left: 5%;

  text-align: right;

  transform: translate(-5%, -5%);
}

/* line 1009, sass/style.scss */

.cat-items-posts .item-post-cat .title-post-cat p {
  margin: 0;

  color: white;

  font-family: "Arabic Black";

  font-size: 1rem;
}

/* line 1018, sass/style.scss */

.cat-items-posts .item-post-cat:hover span {
  height: 50%;
}

/* line 1026, sass/style.scss */

.first {
  grid-row: span 1;

  grid-column: span 1;
}

/* line 1030, sass/style.scss */

.second {
  grid-column: span 1;

  grid-row: span 2;
}

/* line 1034, sass/style.scss */

.third {
  grid-column: span 1;

  grid-row: span 3;
}

/* line 1038, sass/style.scss */

.forth {
  grid-column: span 1;

  grid-row: span 2;
}

/* line 1044, sass/style.scss */

.youtube-more img {
  object-fit: contain;

  width: 100%;

  height: 68vh;
}

/* line 1052, sass/style.scss */

.simplefavorite-button {
  background-color: transparent !important;

  border: 0 !important;
}

/* line 1056, sass/style.scss */

.simplefavorite-button.active {
  opacity: 1 !important;
}

/* line 1060, sass/style.scss */

.sfsi_widget {
  width: 50% !important;

  display: flex !important;

  align-items: center !important;

  margin-right: 0.5rem !important;
}

/**

*Blog Style..

*

*/

.bc-g {
  background-color: #f7f7f7;
}

.blog-news {
  flex-direction: column;

  text-align: right;
}

.title-blog-side,
.blog-list {
  border: 1px solid #ebebeb;

  padding: 0.5rem;

  background-color: white;

  margin-bottom: 0.5rem;
}

.title-blog-side h1 {
  font-family: "Arabic Black";

  margin: 0;

  color: #0a0a0a;

  font-size: 1.6rem;

  text-align: center;
}

.blog-list ul {
  list-style: none;

  display: flex;

  flex-direction: column;

  padding: 0;

  margin: 0;
}

.blog-list ul li {
  margin-bottom: 0.5rem;
}

.blog-list ul li:last-of-type {
  margin-bottom: 0;
}

.blog-list ul li a {
  text-decoration: none;
}

.blog-list .item {
  display: block;

  width: 100%;

  display: flex;

  flex-direction: row;

  align-items: center;
}

.img-span {
  flex: 0 0 30%;
}

.blog-list .item img {
  width: 100%;

  height: 80px;

  object-fit: cover;
}

.blog-list .content {
  flex: 0 0 70%;

  padding-right: 0.5rem;
}

.blog-list .content span {
  color: #0a0a0a;

  font-family: "Arabic Regular";

  font-size: 0.8rem;
}

.blog-list .content p {
  margin: 0;

  color: #0a0a0a;

  font-family: "Arabic Regular";

  font-size: 0.8rem;

  font-width: bold;
}

.item-blog-inner {
  background-color: white;

  padding: 2rem;

  border: 1px solid #ebebeb;

  margin-bottom: 1rem;
}

.item-blog-inner .img-th {
  width: 100%;

  height: 400px;
}

.item-blog-inner .img-th img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.item-blog-inner .content {
  width: 100%;

  padding-top: 1rem;
}

.item-blog-inner .content .title {
  width: 100%;

  display: flex;

  flex-direction: row;

  margin-bottom: 1rem;
}

.item-blog-inner .content .title .right-title {
  flex: 0 0 75%;
}

.item-blog-inner .content .right-title h1 {
  font-family: "Arabic Black";

  color: #0a0a0a;

  font-size: 1.7rem;

  text-align: right;

  margin: 0;
}

.item-blog-inner .content .title .left-title {
  flex: 0 0 25%;
}

.item-blog-inner .content .left-title p {
  color: #0a0a0a;

  font-size: 0.8rem;

  font-family: "Arabic Regular";

  margin-bottom: 0.5rem;
}

.item-blog-inner .content .excerpt {
}

.item-blog-inner .content .excerpt ul {
  color: #0a0a0a;

  font-size: 1rem;

  font-family: "Arabic Regular";

  list-style: none;

  text-align: right;
}

.item-blog-inner .content .more {
  margin-top: 1rem;

  text-align: right;
}

.item-blog-inner .content .more a {
  color: #d00039;

  font-size: 0.8rem;

  font-family: "Arabic Black";

  text-decoration: none;
}

/* Seccond Search form style */
.search-screen,
.search-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  transition: 0.4s linear;
}
.search-icon {
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.search-icon:hover {
  transform: scale(1.1);
}
.search-box {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s linear;
  transition-delay: 0.5s;
}
.search-screen.active {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 999;
}
.search-screen.active .search-box {
  opacity: 1;
  width: 500px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
.search-screen.active .search-icon {
  text-align: center;
  line-height: 40px !important;
  font-size: 18px;
  cursor: pointer;
  background: white;
  width: 40px;
  height: 40px;
  color: #0a0a0a;
  border-radius: 10px;
  top: 5%;
  right: 5%;
}
.search-txt {
  width: 100%;
  height: 100%;
  background: white;
  border: 0;
  padding: 0 2rem;
  color: #0a0a0a;
  outline: none;
  font-family: "Arabic Regular";
}
.search-txt::placeholder {
  color: #0a0a0a;
  font-family: "Arabic Regular";
}
.search-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  border: 0;
  outline: none;
  background: #bf0034;
  font-size: 1.3rem;
  cursor: pointer;
  transition: 0.4s linear;
  font-family: "Arabic Bold";
  color: white;
}

.page-title{
  font-family: "Arabic Bold";
  color: #0a0a0a;
}
.page-content p{
  font-family: "Arabic Regular";
  color: #0a0a0a;
}

.contact-page-p{
  color: #1a1a1a;
  font-family: "Arabic Bold";
  font-size: 1.2rem;
  line-height: 1.9;
  max-width: 650px;
  margin: 0 auto;
  padding: 1.5rem 0 0.5rem;
}
.contact-page-p a{
  color: #d00039;
  text-decoration: none;
  font-family: "Arabic Black";
  transition: color 0.25s ease;
}
.contact-page-p a:hover{
  color: #a80030;
}
div.wpcf7{
  max-width: 650px;
  margin: 1.5rem auto 2.5rem;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 2rem 2.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.wpcf7-form{
  width: 100%;
}
.wpcf7-form-control-wrap{
  width: 100%;
  display: block;
  margin-bottom: 0.2rem;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select{
  width: 100% !important;
  box-sizing: border-box;
}
.wpcf7-form .form-row{
  width: 100%;
  display: flex;
  justify-content: center;
}
.wpcf7-form p {
  margin-bottom: 0.4rem;
}
.wpcf7-form label {
  font-family: "Arabic Bold";
  font-size: 0.85rem;
  color: #333;
  display: block;
  margin-bottom: 0.3rem;
}
.form-row input.form-control,
.form-row textarea.form-control,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-select{
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 0rem 1.2rem;
  color: #1a1a1a;
  font-family: "Arabic Regular";
  font-size: 0.9rem;
  outline: none;
  background: #fafafa;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-form select,
.wpcf7-select,
.wpcf7 select{
  width: 100% !important;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8.825L.35 3.175l.7-.7L6 7.425l4.95-4.95.7.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 12px;
  padding-left: 2.5rem;
  cursor: pointer;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-select:focus,
.form-row input.form-control:focus,
.form-row textarea.form-control:focus{
  border-color: #d00039;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(208,0,57,0.08);
}
.form-row input.form-control::placeholder,
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder{
  font-family: "Arabic Regular";
  color: #aaa;
  font-size: 0.85rem;
}
.wpcf7-form textarea{
  min-height: 120px;
  resize: vertical;
}
.wpcf7-not-valid-tip{
  font-family: "Arabic Regular";
  font-size: 0.75rem;
  color: #d00039;
  margin-top: 0.3rem;
  display: block;
}
.wpcf7-form input[type="file"]{
  font-family: "Arabic Regular";
  font-size: 0.8rem;
  color: #555;
  width: 100%;
  border: 2px dashed #e0e0e0;
  border-radius: 10px;
  padding: 2rem;
  background: #fafafa;
  cursor: pointer;
  transition: border-color 0.25s ease;
}
.wpcf7-form input[type="file"]:hover{
  border-color: #d00039;
}
.wpcf7-form p:last-of-type{
  text-align: center;
  margin-top: 1rem;
}
.wpcf7-form input[type="submit"],
.form-row input[type=submit]{
  display: inline-block;
  color: white;
  background: linear-gradient(135deg, #d00039 0%, #e8004a 100%);
  font-family: "Arabic Bold";
  font-size: 1rem;
  padding: 0.75rem 3rem;
  border: 0;
  outline: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 15px rgba(208,0,57,0.25);
  width: auto;
}
.wpcf7-form input[type="submit"]:hover,
.form-row input[type=submit]:hover{
  background: linear-gradient(135deg, #a80030 0%, #d00039 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(208,0,57,0.35);
}
.wpcf7-form .wpcf7-response-output{
  border-radius: 10px !important;
  font-family: "Arabic Regular";
  font-size: 0.85rem;
  text-align: center;
  margin: 1rem 0 0 !important;
  padding: 0.8rem 1rem !important;
}
.wpcf7 .ajax-loader{
  display: block;
  margin: 0.5rem auto 0;
}

/* ==========================================
   BLOG SECTION – Modern Card Design
   ========================================== */
.blog-section {
  width: 100%;
  padding: 3rem 0;
}

.blog-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  transition: transform 0.3s ease, border-color 0.3s ease;
  text-decoration: none !important;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: #d00039;
}

.blog-card__img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card__img::before {
  content: "\f2e7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #ddd;
  position: absolute;
  z-index: 0;
}

.blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  position: relative;
  z-index: 1;
}

.blog-card:hover .blog-card__img img {
  transform: scale(1.08);
}

.blog-card__body {
  padding: 1rem 1.1rem 1.2rem;
  text-align: center;
}

.blog-card__title {
  font-family: "Arabic Black";
  font-size: 1rem;
  color: #1a1a1a;
  margin: 0 0 0.7rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  justify-content: center;
}

.blog-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: "Arabic Regular";
  font-size: 0.8rem;
  color: #777;
}

.blog-card__meta-item i {
  color: #d00039;
  font-size: 0.85rem;
}

.blog-card__meta-item .simplefavorite-button {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
}

.blog-section .more a {
  display: inline-block;
  background: #d00039;
  color: #fff;
  padding: 0.8rem 2.5rem;
  font-family: "Arabic Bold";
  font-size: 1rem;
  text-decoration: none;
  border-radius: 50px;
  border: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.blog-section .more a:hover {
  background: #a80030;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .share-section .img-bc{
    display: none;
  }
  footer .top-footer .footer-menu{
    flex-direction: column;
  }
  footer .top-footer .footer-menu .nav-link::before{
    display: none;
  }
  .youtube-more img{
    margin: 1rem 0;
  }
  .breadcrumb-section ol .breadcrumb-item.active, .breadcrumb-section ol .breadcrumb-item{
    font-size: .8rem;
  }
  .breadcrumb-section h1{
    font-size: 1.5rem;
    text-align: center;
  }
  .search-screen, .search-icon{
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    transition: 0.4s linear;
    transform: translate(-50%,0);
  }
  .search-screen.active .search-box{
    width: 80%;
    height: 50px;
  }
  .search-txt{
    padding: 0 1rem;
  }
  .search-btn{
    width: 20%;
    font-size: 1rem;
  }
  .recipes-section{
    padding: 1.5rem 0;
  }
  .breadcrumb-section ol{
    justify-content: center;
  }
  .contact-page-p{
    font-size: 1rem;
    line-height: 1.7;
    padding: 0.5rem 0;
  }
  div.wpcf7{
    padding: 1.2rem 1rem;
    border-radius: 12px;
    margin: 1rem 0 2rem;
  }
  .wpcf7-form input[type="submit"],
  .form-row input[type=submit]{
    width: 100%;
    padding: 0.7rem 2rem;
  }
  .youtube-more img{
    display:none;
  }
  .share-section .content{
    width: 85%;
    height: 160px;
    margin-right: auto;
    background-image: url(image/border-share-p.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-align: center;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1.5rem auto;
  }
  .share-section .content a{
    font-size: 0.75rem;
    padding: 0.4rem 1.5rem;
  }
  .share-section .content p{
    font-size: 0.7rem;
    margin-bottom: .5rem;
  }
}
.gallery{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.gallery .gallery-item{
	border: 3px solid #d00039;
    border-radius: 3px;
    flex: 0 0 30%;
}
.gallery .gallery-item .gallery-icon img{
	width:100%;
}
.title-contact-file{
  font-family: "Arabic Bold";
  color: #333;
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
  margin-top: 0.3rem;
}
.title-contact-file + .wpcf7-form-control-wrap{
  margin-bottom: 0.5rem;
}


.misha_loadmore{
  cursor: pointer;
  display: inline-block;
  background: #d00039;
  color: #fff;
  padding: 0.8rem 2.5rem;
  font-family: "Arabic Bold";
  font-size: 1rem;
  text-align: center;
  border-radius: 50px;
  border: none;
  transition: background 0.3s ease, transform 0.2s ease;
  margin: 1.5rem auto 0;
}
.misha_loadmore:hover{
  background: #a80030;
  transform: translateY(-2px);
}
.archive-grid .misha_loadmore {
  display: block;
  width: fit-content;
  margin: 1.5rem auto 0;
}

@media (max-width: 768px) {
  .misha_loadmore {
    font-size: 0.85rem;
    padding: 0.55rem 1.8rem;
  }
}

/* ==========================================
   SEARCH RESULTS PAGE
   ========================================== */
.search-results-header {
  padding: 2rem 0 1rem;
  text-align: center;
  background: #fff;
}

.search-results-header__title {
  font-family: "Arabic Black";
  font-size: 1.5rem;
  color: #1a1a1a;
  margin: 0 0 1rem;
}

.search-results-header__title span {
  color: #d00039;
}

.search-results-form {
  display: flex;
  max-width: 500px;
  margin: 0 auto 0.8rem;
  border: 1px solid #eaeaea;
  border-radius: 50px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.search-results-form:focus-within {
  border-color: #d00039;
}

.search-results-form input[type="search"] {
  flex: 1;
  border: none;
  padding: 0.7rem 1.2rem;
  font-family: "Arabic Regular";
  font-size: 0.95rem;
  color: #333;
  outline: none;
  background: transparent;
}

.search-results-form button {
  background: #d00039;
  border: none;
  color: #fff;
  padding: 0 1.2rem;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.25s ease;
}

.search-results-form button:hover {
  background: #a80030;
}

.search-results-header__count {
  font-family: "Arabic Regular";
  font-size: 0.85rem;
  color: #aaa;
  margin: 0;
}

.search-empty {
  text-align: center;
  padding: 4rem 1rem;
}

.search-empty > i {
  font-size: 3rem;
  color: #ddd;
  margin-bottom: 1rem;
  display: block;
}

.search-empty h2 {
  font-family: "Arabic Black";
  font-size: 1.4rem;
  color: #1a1a1a;
  margin: 0 0 0.5rem;
}

.search-empty p {
  font-family: "Arabic Regular";
  font-size: 1rem;
  color: #999;
  margin: 0;
}

@media (max-width: 768px) {
  .search-results-header {
    padding: 1.2rem 0 0.8rem;
  }
  .search-results-header__title {
    font-size: 1.1rem;
  }
  .search-results-form {
    max-width: 90%;
  }
  .search-results-form input[type="search"] {
    padding: 0.55rem 1rem;
    font-size: 0.85rem;
  }
  .search-results-form button {
    padding: 0 0.8rem;
    font-size: 0.8rem;
  }
  .search-empty {
    padding: 3rem 1rem;
  }
  .search-empty i {
    font-size: 2rem;
  }
  .search-empty h2 {
    font-size: 1.1rem;
  }
}

/* Blog Pagination */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: "Arabic Bold";
  font-size: 0.9rem;
  color: #555;
  text-decoration: none;
  border: 1px solid #eaeaea;
  transition: all 0.25s ease;
}

.blog-pagination .page-numbers:hover {
  border-color: #d00039;
  color: #d00039;
}

.blog-pagination .page-numbers.current {
  background: #d00039;
  color: #fff;
  border-color: #d00039;
}

.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next {
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .blog-pagination .page-numbers {
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }
}

@media(max-width:768px){
	.blog-section {
		padding: 2rem 0;
	}
	.blog-section .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.blog-section [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px !important;
	}
	.blog-card {
		border-radius: 12px;
	}
	.blog-card__img {
		height: 130px;
	}
	.blog-card__body {
		padding: 0.6rem 0.5rem 0.7rem;
	}
	.blog-card__title {
		font-size: 0.8rem;
		margin: 0 0 0.4rem;
		line-height: 1.4;
	}
	.blog-card__meta {
		gap: 0.4rem;
	}
	.blog-card__meta-item {
		font-size: 0.65rem;
		gap: 0.2rem;
	}
	.blog-section .more a {
		font-size: 0.85rem;
		padding: 0.55rem 1.8rem;
	}
	.content-box img{
		width:100%;
		height:auto;
	}
}

/* Store Section - Front Page */
.store-section {
  width: 100%;
  padding: 2.5rem 0;
  direction: rtl;
  background: #f7f7f7;
}

.store-banner {
  display: flex;
  align-items: center;
  direction: rtl;
  gap: 1.5rem;
  padding: 1.3rem 2rem;
  background: linear-gradient(135deg, #d00039 0%, #a30030 100%);
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.store-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -30%;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
}

.store-banner::after {
  content: '';
  position: absolute;
  bottom: -40%;
  right: -10%;
  width: 150px;
  height: 150px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
}

.store-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(208,0,57,0.3);
  color: #fff;
  text-decoration: none;
}

.store-banner__icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.store-banner__content {
  flex: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}

.store-banner__title {
  font-family: "Arabic Black";
  font-size: 1.2rem;
  margin: 0 0 0.15rem;
  color: #fff;
}

.store-banner__desc {
  font-family: "Arabic Regular";
  font-size: 0.82rem;
  margin: 0;
  opacity: 0.85;
  color: #fff;
}

.store-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.4rem;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 50px;
  font-family: "Arabic Bold";
  font-size: 0.82rem;
  white-space: nowrap;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  color: #fff;
}

.store-banner:hover .store-banner__btn {
  background: rgba(255,255,255,0.2);
  border-color: #fff;
}

.store-banner:hover .store-banner__btn i {
  transform: translateX(-4px);
}

.store-banner__btn i {
  transition: transform 0.3s ease;
}

/* Product Slider */
.shop-slider {
  overflow: hidden;
  direction: rtl;
}

.shop-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
}

.shop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  text-decoration: none;
  color: inherit;
}

.shop-card__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #fafafa;
}

.shop-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.shop-card:hover .shop-card__img img {
  transform: scale(1.06);
}

.shop-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #d00039;
  color: #fff;
  font-family: "Arabic Bold";
  font-size: 0.7rem;
  padding: 0.2rem 0.7rem;
  border-radius: 50px;
}

.shop-card__body {
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.shop-card__type {
  font-family: "Arabic Regular";
  font-size: 0.68rem;
  color: #999;
  margin-bottom: 0.2rem;
}

.shop-card__title {
  font-family: "Arabic Bold";
  font-size: 0.85rem;
  color: #1a1a1a;
  margin: 0 0 0.5rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-card__price {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  direction: rtl;
}

.shop-card__price--current {
  font-family: "Arabic Black";
  font-size: 1rem;
  color: #d00039;
}

.shop-card__price--old {
  font-family: "Arabic Regular";
  font-size: 0.8rem;
  color: #aaa;
  text-decoration: line-through;
}

.shop-viewall-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #d00039;
  color: #fff;
  font-family: "Arabic Bold";
  font-size: 0.88rem;
  padding: 0.6rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.shop-viewall-btn:hover {
  background: #a30030;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(208,0,57,0.25);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .store-section {
    padding: 1.5rem 0;
  }
  .store-banner {
    flex-wrap: wrap;
    padding: 1rem;
    gap: 0.5rem 0.8rem;
    margin-bottom: 1rem;
  }
  .store-banner__icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    border-radius: 10px;
  }
  .store-banner__content {
    flex: 1;
    min-width: 0;
    text-align: right;
  }
  .store-banner__title {
    font-size: 0.95rem;
  }
  .store-banner__desc {
    font-size: 0.68rem;
  }
  .store-banner__btn {
    margin-right: auto;
    margin-left: auto;
    padding: 0.4rem 1.2rem;
    font-size: 0.75rem;
  }
  .shop-card__body {
    padding: 0.6rem;
  }
  .shop-card__title {
    font-size: 0.75rem;
  }
  .shop-card__price--current {
    font-size: 0.88rem;
  }
  .shop-card__badge {
    font-size: 0.6rem;
    padding: 0.15rem 0.5rem;
  }
  .shop-viewall-btn {
    font-size: 0.82rem;
    padding: 0.55rem 1.5rem;
  }
}

/* Store Link - Footer */
.footer-store {
  text-align: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-store a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #d00039;
  font-family: "Arabic Bold";
  font-size: 0.9rem;
  padding: 0.5rem 1.8rem;
  border: 2px solid #d00039;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-store a:hover {
  background: #d00039;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(208,0,57,0.3);
  text-decoration: none;
}



