```css id="themeclean"
/* =====================================
   عناوين روابط الأقسام
===================================== */
.s-block--square-links h3 {
  position: relative;
  margin-top: -20px;
  color: #fff;
  padding: 7px 0;
  background: rgba(0,0,0,.5);
}

/* =====================================
   قسم المميزات
===================================== */
.features-section {
  text-align: center;
  padding: 50px 20px;
  margin: 50px 0;
  direction: rtl;
}

.features-title {
  font-size: 32px;
  margin-bottom: 45px;
  font-weight: 700;
}

.features-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.feature-box {
  padding: 25px 20px;
  border-radius: 16px;
  border: 1px solid #eee;
  transition: .35s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-box:hover {
  transform: translateY(-7px);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  border-color: transparent;
}

.feature-box img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  transition: .3s ease;
}

.feature-box:hover img {
  transform: scale(1.07);
}

.feature-box h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}

.feature-box p {
  font-size: 15px;
}

/* تجاوب قسم المميزات */
@media (max-width: 900px) {
  .features-wrapper {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 550px) {
  .features-wrapper {
    grid-template-columns: 1fr;
  }
}

/* =====================================
   قسم آراء العملاء
===================================== */
.reviews-section {
  text-align: center;
  padding: 60px 20px;
  margin: 40px 0;
  direction: rtl;
}

.reviews-title {
  font-size: 34px;
  font-weight: 700;
  padding: 10px 40px;
  border-radius: 40px;
  margin-bottom: 80px;
  display: inline-block;
}

.reviews-wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 35px;
}

.review-card {
  padding: 65px 30px 35px;
  border-radius: 22px;
  position: relative;
  transition: .35s ease;
}

.review-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}

.review-img {
  width: 110px;
  height: 110px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 6px solid #fff;
}

.review-name {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700;
}

.review-text {
  font-size: 15px;
  margin: 15px 0;
}

.stars {
  font-size: 22px;
  letter-spacing: 3px;
}

/* =====================================
   بطاقات التصنيفات
===================================== */
.category-cards {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 16px auto;
  max-width: 1200px;
  padding: 0 20px;
  flex-wrap: wrap;
}

.category-card {
  flex: 1 1 0;
  max-width: 32%;
}

.category-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .category-card {
    max-width: 48%;
    flex: 1 1 48%;
  }
}

/* =====================================
   تنسيق الفوتر
===================================== */
.footer-container {
  padding: 30px 20px;
  text-align: center;
  border-radius: 12px 12px 0 0;

  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-box h4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-box p,
.footer-box li {
  font-size: 14px;
  line-height: 1.8;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li {
  cursor: pointer;
  transition: color 0.3s;
}

.footer-box.center {
  text-align: center;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto 20px;
}

.footer-logo img {
  display: block;
  margin: 0 auto;
  max-width: 120px;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.9;
}

.social-icons,
.payment-methods,
.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.social-icons img,
.footer-social img {
  width: 40px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s;
}

.social-icons img:hover,
.footer-social img:hover {
  transform: scale(1.1);
}

.footer-social i {
  font-size: 28px;
}

.payment-methods img {
  width: 55px;
  padding: 5px;
  border-radius: 6px;
}

.copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
}

/* تجاوب الفوتر */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* =====================================
   البطاقة الكبيرة
===================================== */
.big-card {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  height: 140px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .big-card {
    height: 120px;
  }
}

/* =====================================
   قسم الفروع
===================================== */
.branches-section *,
.branches-section h2,
.branches-section h2 *,
.branches-section .branches-title,
.branches-section .branches-title * {
  color: inherit !important;
}
/* اللون الأساسي للمتجر */
:root{
  --color-primary: #b49b92 !important;
  --color-primary-dark: #b49b92 !important;
  --color-primary-light: #b49b92 !important;
}


/* عند المرور بالماوس يصبح النص أبيض */
.s-block__display-all-link:hover,
.s-block__display-all-link:hover *,

.s-block--product-tabs .btn-tab-primary:hover,
.s-block--product-tabs .btn-tab-primary:hover *,

.s-block--product-tabs .btn-tab-primary.active,
.s-block--product-tabs .btn-tab-primary.active * {
    color: #ffffff !important;
}
:root{
  --ticketing-system-primary-color: #b49b92 !important;
}
@media (max-width: 768px) {
    body:not(.home) .main-nav-container {
        min-height: 60px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    body:not(.home) .navbar-brand img {
        max-height: 32px !important;
    }
}


```/* =====================================
   إصلاح CLS للتصنيفات الدائرية
===================================== */
.s-block--circle-links {
  min-height: 236px;
}

.s-block--circle-links img {
  width: 160px !important;
  height: 160px !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .s-block--circle-links {
    min-height: 220px;
  }

  .s-block--circle-links img {
    width: 160px !important;
    height: 160px !important;
  }
}