/* Add custom CSS styles below */ 
.\!pb-[16px\]{

   color: rgb(255 0 0 / 0%);
}
.bg-\[var\(--bg-primary\)\] {

    background-color: rgb(255 255 255 / 0%);
}

.dark *.dark\:bg-\[\#1f1f2ceb\] {
    background-color: rgb(31 31 44 / 0%);
}

.h-\[60px\] {
    height: 80px;
}

.\!pt-10 {
    padding-top: 3.5rem !important;
}

@media (max-width: 769px) {
.\!pt-10 {
    padding-top: 4.5rem !important;
}
.pt-16 {
    padding-top: 5.5rem;
}
}
/*-------------*/
/* إخفاء الرقم الحالي */
.footer-contact a:nth-child(2) span.text-unicode {
  font-size: 0 !important;
  color: transparent !important;
  position: relative;
}

/* عرض الإيميل بدل الرقم */
.footer-contact a:nth-child(2) span.text-unicode::after {
  content: "support@example.com"; /* ← عدّل الإيميل هنا */
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  direction: ltr;
}

/* إضافة العنوان قبل الإيميل */
.footer-contact a:nth-child(2)::before {
  content: "📍 الرياض، السعودية"; /* ← عدّل العنوان هنا */
  display: block;
  font-size: 14px;
  color: #444;
  margin-bottom: 5px;
}
.footer-contact a:nth-child(2) span.text-unicode{
background-color:red;}