@media only screen and (max-width: 1024px) {
    .mainmenu--default .mainmenu__default:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 0rem;
    }
}

.store-footer a .inline-block img {
    width: 100px!important;
    height: 100px!important;
    }


.bg-white {
  background-color: #F2E5C5 !important;
}

.faqq{
  background-color: #F2E5C5 !important;
  margin-top: 30px;
  
}

.s-block {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


.s-products-list-vertical-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

#app div.s-products-list-vertical-cards {
    margin-bottom: 30px;

}



.akh-hero {
  position: relative;
  width: 100%;
  min-height: 80svh;
  overflow: hidden;
  background: #F2E5C5;
  direction: rtl;
  margin-top: 0 !important;
}

.akh-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  z-index: 1;
}

.akh-slide.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  min-height: 80svh;
  z-index: 2;
}

.akh-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  transition: transform 6s ease;
}

.akh-slide.is-active .akh-bg {
  transform: scale(1);
}

.akh-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(49,57,22,0.16) 0%,
    rgba(67,1,12,0.38) 44%,
    rgba(67,1,12,0.75) 100%
  );
  z-index: 1;
}

.akh-inner {
  position: relative;
  z-index: 3;
  min-height: 74svh;
  display: flex;
  align-items: flex-end;
  padding: 100px 20px 80px;
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}

.akh-card {
  width: 100%;
  max-width: 680px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 28px;
  padding: 24px 20px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.18);
}

.akh-eye {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #f3dfb0;
  font-size: 11px;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
}

.akh-title {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.25;
  color: #fff8ef;
  font-weight: bold;
}

.akh-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,248,239,0.85);
}

.akh-btns {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.akh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  transition: transform 0.25s ease, background 0.25s ease;
  box-sizing: border-box;
}

.akh-btn-p {
  background: #540A17;
  color: #ffffff !important;
  box-shadow: 0 10px 28px rgba(84,10,23,0.30);
}

.akh-btn-p:hover {
  background: #43010C;
  transform: translateY(-2px);
  color: #ffffff !important;
}

.akh-btn-s {
  background: transparent;
  color: #fff7ea !important;
  border: 1px solid rgba(255,255,255,0.24);
}

.akh-btn-s:hover {
  background: rgba(255,255,255,0.10);
  color: #fff7ea !important;
}

.akh-ctrl {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.akh-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.akh-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.36);
  border: 1px solid rgba(255,255,255,0.16);
  cursor: pointer;
  padding: 0;
  transition: 0.25s ease;
}

.akh-dot.active {
  width: 28px;
  border-radius: 999px;
  background: #D1AD5E;
  border-color: #D1AD5E;
}

.akh-arrows {
  display: flex;
  gap: 8px;
}

.akh-arr {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.10);
  color: #fff8ef;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.25s ease;
  padding: 0;
}

.akh-arr:hover {
  background: rgba(255,255,255,0.22);
}

/* Desktop */
@media (min-width: 768px) {
  .akh-title { font-size: 48px; }
  .akh-inner { align-items: center; }
  .akh-card  { padding: 32px 28px; }
}

@media (min-width: 1024px) {
  .akh-title { font-size: 58px; }
}

/* Mobile */
@media (max-width: 767px) {
  .akh-hero            { min-height: 75svh; }
  .akh-slide.is-active { min-height: 75svh; }

  .akh-inner {
    min-height: 69svh;
    padding: 70px 16px 35px;
    align-items: flex-end;
    justify-content: center;
  }

  .akh-card {
    padding: 16px 14px;
    border-radius: 18px;
    text-align: center;
  }

  .akh-eye {
    font-size: 10px;
    padding: 6px 12px;
    margin-bottom: 10px;
  }

  .akh-title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .akh-desc {
    font-size: 12px;
    line-height: 1.7;
  }

  .akh-btns {
    margin-top: 14px;
    justify-content: center;
  }

  .akh-btn {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
  }
}





/* ==============================
   ALKHOUD ABOUT SECTION
   ============================== */

.akh-about {
  background: #F2E5C5;
  padding: 90px 20px;
  direction: rtl;
  overflow: hidden;
}

.akh-about-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Media */
.akh-about-media {
  position: relative;
}

.akh-about-img-wrap {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(67,1,12,0.18);
}

.akh-about-img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.8s ease;
}

.akh-about-img-wrap:hover .akh-about-img {
  transform: scale(1.04);
}

.akh-about-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #540A17, #43010C);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 40px rgba(84,10,23,0.30);
  border: 4px solid #F2E5C5;
  z-index: 2;
}

.akh-about-badge span {
  color: #D1AD5E;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

/* Copy */
.akh-about-copy {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.akh-about-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.akh-about-eye {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(84,10,23,0.07);
  border: 1px solid rgba(84,10,23,0.12);
  color: #75381B;
  font-size: 11px;
  letter-spacing: 1.4px;
  width: fit-content;
}

.akh-about-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.4;
  color: #540A17;
  font-weight: bold;
}

.akh-about-text {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: rgba(67,1,12,0.78);
}

.akh-about-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #D1AD5E, transparent);
  border-radius: 999px;
}

/* Stats */
.akh-about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.akh-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 20px 12px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(84,10,23,0.08);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(67,1,12,0.06);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.akh-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(67,1,12,0.10);
}

.akh-stat-num {
  font-size: 22px;
  font-weight: bold;
  color: #540A17;
  line-height: 1;
}

.akh-stat-label {
  font-size: 11px;
  color: rgba(67,1,12,0.65);
  letter-spacing: 0.5px;
}

/* Tablet */
@media (max-width: 1024px) {
  .akh-about-inner { gap: 48px; }
  .akh-about-title { font-size: 26px; }
  .akh-about-img   { height: 500px; }
}

/* Mobile */
@media (max-width: 767px) {
  .akh-about { padding: 60px 20px; }

  .akh-about-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .akh-about-img {
    height: 420px;
    object-position: top center;
  }

  .akh-about-badge {
    width: 70px;
    height: 70px;
    bottom: -16px;
    left: -12px;
  }

  .akh-about-badge span { font-size: 28px; }

  .akh-about-title { font-size: 22px; }
  .akh-about-text  { font-size: 14px; }

  .akh-about-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .akh-stat { padding: 14px 8px; }
  .akh-stat-num { font-size: 18px; }
}


/* ==============================
   ALKHOUD TRUST BAR
   ============================== */

.akh-trust {
    margin-top: 20px;
  padding: 0;
  direction: rtl;
  border-top: 1px solid rgba(84,10,23,0.08);
  border-bottom: 1px solid rgba(84,10,23,0.08);
}

.akh-trust-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  align-items: center;
}

/* Item */
.akh-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 10px;
  gap: 2px;
  cursor: default;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.akh-trust-item.akh-visible {
  opacity: 1;
  transform: translateY(0);
}

.akh-trust-item:nth-child(1) { transition-delay: 0s;    }
.akh-trust-item:nth-child(3) { transition-delay: 0.15s; }
.akh-trust-item:nth-child(5) { transition-delay: 0.30s; }

/* Icon */
.akh-trust-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #d7ae5e;
  border: 1px solid rgba(84,10,23,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #540A17;
  box-shadow: 0 8px 24px rgba(67,1,12,0.10);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.akh-trust-item:hover .akh-trust-icon {
  transform: translateY(-6px) scale(1.06);
  box-shadow: 0 18px 40px rgba(67,1,12,0.16);
  background: rgba(255,255,255,0.50);
}

/* Text */
.akh-trust-title {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  color: #540A17;
  line-height: 1.3;
  transition: color 0.25s ease;
}

.akh-trust-item:hover .akh-trust-title {
  color: #43010C;
}

.akh-trust-sub {
  margin: 0;
  font-size: 13px;
  color: rgba(67,1,12,0.70);
  line-height: 1.6;
}

/* Separator */
.akh-trust-sep {
  width: 1px;
  height: 70px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(84,10,23,0.16) 30%,
    rgba(84,10,23,0.16) 70%,
    transparent
  );
  justify-self: center;
}

/* Mobile */
@media (max-width: 767px) {
  .akh-trust-inner {
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    padding: 0;
  }

  .akh-trust-sep {
    width: 1px;
    height: 50px;
    background: linear-gradient(
      180deg,
      transparent,
      rgba(84,10,23,0.14) 30%,
      rgba(84,10,23,0.14) 70%,
      transparent
    );
    justify-self: center;
  }

  .akh-trust-item {
    padding: 24px 8px;
  }

  .akh-trust-title {
    font-size: 13px;
  }

  .akh-trust-sub {
    font-size: 11px;
  }

  .akh-trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
}



/* ==============================
   ALKHOUD FAQ FINAL STYLE
   ============================== */

/* الكارد */
.collapse-block {
  background: rgba(255,255,255,0.65) !important;
  border: 1px solid rgba(84,10,23,0.08) !important;
  border-radius: 16px !important;
  backdrop-filter: blur(6px);
  transition: all 0.25s ease;
}

/* hover خفيف */
.collapse-block:hover {
  background: rgba(255,255,255,0.8) !important;
}

/* ==============================
   السؤال (HEADER)
   ============================== */

.collapse-trigger {
  padding: 0px 24px !important;
  background: transparent !important;
}

.collapse-trigger .text-base {
  color: #540A17 !important;
  font-weight: 700 !important;
}

/* حالة الفتح */
.collapse-trigger.is-opened {
  background: rgba(84,10,23,0.04) !important;
}

/* ==============================
   الأيقونة
   ============================== */

.collapse-trigger .sicon-add {
  color: #D1AD5E !important;
  transition: 0.3s;
}

.collapse-trigger.is-opened .sicon-add {
  color: #540A17 !important;
  transform: rotate(45deg);
}

/* ==============================
   الإجابة
   ============================== */

.collapse-block dd {
  background: rgba(255,255,255,0.9) !important;
  border-top: 1px solid rgba(84,10,23,0.06) !important;
  padding: 0 24px 22px 24px !important;
}

/* نص الإجابة */
.collapse-block dd p.text-base {
  color: rgba(67,1,12,0.85) !important;
  opacity: 1 !important;
  line-height: 1.9 !important;
  padding-top: 14px !important;
  padding-bottom: 10px !important;

}

.px-6 {
  padding: 0px!important;
}