/* ══════════════════════════════════════════════════════════════
   Main Stylesheet
   ══════════════════════════════════════════════════════════════ */


/* ─────────────────────────────────────────────
   Product Card - بطاقة المنتج
   ───────────────────────────────────────────── */

.athena-card {
  border-radius: 20px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  padding: 12px;
}

.athena-action-btn {
  display: none !important;
}

svg g[clip-path="url(#clip0_897_3167)"] {
  display: none !important;
}


/* ─────────────────────────────────────────────
   Product Badge - باجة المنتج
   ───────────────────────────────────────────── */

.absolute.top-2.left-2 .inline-block {
  border-radius: 9999px !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap;
}


/* ─────────────────────────────────────────────
   Buttons - الأزرار
   ───────────────────────────────────────────── */

button,
a {
  border-radius: 9999px !important;
}

.s-button-element.s-button-btn {
  border-radius: 9999px !important;
  padding: 10px 20px !important;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}


/* ─────────────────────────────────────────────
   Main Slider - السلايدر الرئيسي
   ───────────────────────────────────────────── */

.athena_slider_btn {
  background-color: var(--btn-color) !important;
  border: none !important;
  color: #ffffff !important;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.athena_slider_btn:hover {
  opacity: 0.95;
}




/* ─────────────────────────────────────────────
   Gallery and Banner - الجاليري والبانر
   ───────────────────────────────────────────── */

.advert_banner_component_marquee_wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

section.section-spacing.animated-gallery {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.gallery_btn {
  background-color: #ffffff;
  color: #000000;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  transition: all 0.25s ease;
}

.accordion_gallery_btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
  overflow: hidden !important;
}


/* ─────────────────────────────────────────────
   About Us Section - قسم من نحن
   ───────────────────────────────────────────── */

@media (max-width: 767px) {
  .who-we-are-title {
    text-align: right !important;
    direction: rtl !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    margin-bottom: 8px !important;
    padding: 0 16px !important;
  }

  .who-we-are-subtitle {
    text-align: justify !important;
    text-align-last: right !important;
    direction: rtl !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
    padding: 0 16px !important;
  }

  .who-we-are-btn {
    display: block !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: 16px !important;
    background-color: #EC4759 !important;
    color: #ffffff !important;
    padding: 8px 18px !important;
  }
}


/* ─────────────────────────────────────────────
   FAQ Section - الأسئلة الشائعة
   ───────────────────────────────────────────── */

section.section-spacing.container {
  padding: 0 20px !important;
}

@media (min-width: 768px) {
  section.section-spacing.container {
    padding: 0 !important;
  }
}

.faq_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.faq_answer p {
  font-size: 14px;
  line-height: 1.6;
  color: #6f6f6f;
  margin-top: 8px;
}

.faq_icon {
  width: 10px;
  height: 10px;
  opacity: 0.7;
}


/* ─────────────────────────────────────────────
   Brands Cards - بطاقات الماركات
   ───────────────────────────────────────────── */

.group > .absolute.inset-0 {
  border-radius: 16px !important;
  overflow: hidden !important;
}

.photos_rotating_btn {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  padding: 8px 18px !important;
}

.photos_rotating_btn:hover {
  background-color: #f5f5f5 !important;
}


/* ─────────────────────────────────────────────
   Customer Reviews - آراء العملاء
   ───────────────────────────────────────────── */

.s-reviews-header-wrapper {
  display: flex !important;
  justify-content: space-between !important;
  padding-inline: 16px !important;
  margin-bottom: 24px !important;
}

.s-reviews-display-all {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px;
  padding: 8px 16px !important;
  margin-inline: 16px !important;
  background-color: #EC4759 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

.s-reviews-display-all-icon,
.s-reviews-testimonial__icon {
  display: none !important;
}

.s-reviews-testimonial__inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  text-align: right !important;
  direction: rtl !important;
}

.s-reviews-testimonial__avatar {
  width: 40px !important;
  height: 40px !important;
  margin-bottom: 8px !important;
}

.s-reviews-testimonial__avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  box-shadow: 0 0 0 1px #e5e5e5 !important;
}

.s-reviews-testimonial__name_wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 4px !important;
}

.s-reviews-testimonial__info h2 {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.s-reviews-testimonial__text {
  width: 100% !important;
  text-align: right !important;
}

.s-reviews-testimonial__text p {
  font-size: 14px !important;
  color: #555 !important;
}


/* ─────────────────────────────────────────────
   Footer - الفوتر
   ───────────────────────────────────────────── */

.lg\:col-span-2 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.lg\:col-span-2 > a {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 6px !important;
}

.lg\:col-span-2 img {
  display: none !important;
}

@media (min-width: 768px) {
  .lg\:col-span-2 img.md\:block {
    display: block !important;
    width: 60% !important;
  }
}

@media (max-width: 767px) {
  .lg\:col-span-2 img.md\:hidden {
    display: block !important;
    width: 70% !important;
  }
}

.lg\:col-span-2 p {
  margin: 0 0 12px !important;
  max-width: 420px;
  line-height: 1.6;
}

.lg\:col-span-2 salla-social ul {
  justify-content: center !important;
}

.contact-social,
.contact-social * {
  border: none !important;
  box-shadow: none !important;
}