/* Original Background with Purple Accents */
.about-us-block {
  border-radius: 12px;
  padding: 16px;
  /* الخلفية تبقى كما هي (لا تضاف خلفية بنفسجية) */
}

.f_logo {
  display: block;
  margin: 0 auto;
  max-width: 120px;
  border-radius: 8px;
}

.f_store-name {
  color: #6a0dad; /* نص بنفسجي */
  font-weight: 600;
  font-size: 1.2rem;
  margin: 12px 0;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s ease;
}

.f_store-name:hover {
  color: #8a2be2; /* بنفسجي فاتح عند التمرير */
}

.about-us-block .flex {
  justify-content: center;
}


.about-us-block a[aria-label]:hover {
  background-color: #6a0dad; /* بنفسجي غامق عند التمرير */
  transform: translateY(-2px);
}

/* تنسيق الأيقونات */
.sicon-whatsapp2,
.sicon-iphone,
.sicon-phone,
.sicon-mail {
  font-size: 16px;
}