/****************************************
   1) إزالة الأيقونات (الإيموجي)
*****************************************/
footer a[href*="966"]::before,
footer a[href*="mailto"]::before,
footer a[href*="whatsapp"]::before,
footer a[href*="tel"]::before,
footer a[href*="t.me"]::before {
    content: "" !important; /* حذف الأيقونة */
    display: none !important;
}

/****************************************
   2) تصميم جديد لمربعات خدمة العملاء
      (زاويتان ناعمة + زاويتان حادة)
*****************************************/
footer a[href*="966"],
footer a[href*="mailto"],
footer a[href*="whatsapp"],
footer a[href*="tel"],
footer a[href*="t.me"] {
    background: var(--navy);
    color: #fff !important;
    padding: 14px 20px;
    margin-bottom: 12px;
    font-size: 16px;
    display: block !important;
    border-radius: 16px 0px 16px 0px !important; 
    /* 🔹 زاوية يمين ناعمة + يسار ناعمة + الأخرى حادة */
    transition: 0.3s ease-in-out;
}

/* تأثير الهوفر يبقى مثل قبل */
footer a[href*="966"]:hover,
footer a[href*="mailto"]:hover,
footer a[href*="whatsapp"]:hover,
footer a[href*="tel"]:hover,
footer a[href*="t.me"]::hover {
    background: var(--navy-light);
    transform: translateX(6px);
    box-shadow: 0 0 12px var(--navy-glow);
}

/****************************************
   3) تكبير شعار "موثّق بمنصة الأعمال"
*****************************************/
footer img[src*="business"],
footer img[src*="mothoq"],
footer img[alt*="منصة"],
footer img[alt*="موث"] {
    width: 330px !important;   /* 🔥 أكبر من السابق */
    display: block !important;
    margin: 20px auto !important;
    transition: .45s ease-in-out;
}

footer img[src*="business"]:hover {
    transform: scale(1.12);
    filter: drop-shadow(0 0 12px var(--navy-glow));
}
footer a[href*="966"],
footer a[href*="mailto"],
footer a[href*="whatsapp"],
footer a[href*="tel"],
footer a[href*="t.me"] {
    background-color: #0b2a4d !important;  /* الكحلي */
    color: #ffffff !important;              /* النص أبيض */
}
/* ضبط حجم مستطيلات خدمة العملاء */
footer a[href*="966"],
footer a[href*="mailto"],
footer a[href*="whatsapp"],
footer a[href*="tel"],
footer a[href*="t.me"] {
    width: 230px !important;     /* عرض المستطيل */
    height: 45px !important;     /* ارتفاع ثابت */
    line-height: 45px !important;/* محاذاة النص وسط */
    font-size: 14px !important;  /* تصغير الخط */
    padding: 0 !important;
    text-align: center !important;
    overflow: hidden !important; /* يمنع تمدد المستطيل */
    white-space: nowrap !important; /* يمنع نزول السطر تحت */
}
/* توحيد شكل مستطيلات خدمة العملاء وضبط الإيقونات والنص */
footer a[href*="966"],
footer a[href*="mailto"],
footer a[href*="whatsapp"],
footer a[href*="tel"],
footer a[href*="t.me"] {
    width: 230px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;              /* مسافة بسيطة بين الأيقونة والنص */
    background: #0A1E4F !important;   /* كحلي */
    color: #fff !important;           /* النص أبيض */
    border-radius: 10px !important;   /* حواف ناعمة */
    font-size: 14px !important;
    padding: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

/* جعل الإيقونات داخل المستطيل بشكل صحيح وبحجم مناسب */
footer a[href*="966"] i,
footer a[href*="mailto"] i,
footer a[href*="whatsapp"] i,
footer a[href*="tel"] i,
footer a[href*="t.me"] i {
    font-size: 16px !important;
    color: #fff !important;           /* الأيقونة بيضاء */
}
/* تكبير أيقونة موثّق */
footer img {
    max-width: 80px !important;
    height: auto !important;
}
/* تحديد الفوتر — لاحظ إذا الكلاس مختلف غيّري footer إلى ما يطابق كلاس الفوتر */
footer, footer * {
    /* يكبر كل النصوص في الفوتر */
    font-size: 18px !important;
    line-height: 1.5 !important;
}

/* إذا النص داخل عنصر بـ class أو id معين: */
.footer-logos + p, /* إذا الفقرة بعد الأيقونة */
.footer-logos + span,
.footer-logos ~ p,
.footer-logos ~ span {
    font-size: 18px !important;
}

/* إذا جزء التذييل يستخدم class like .footer-certifications */
.footer-certifications, .footer-certifications * {
    font-size: 18px !important;
}
/****************************************
  إصلاح مربعات خدمة العملاء نهائياً
*****************************************/

/* الشكل العام لكل مستطيلات الأرقام والبريد والتليجرام */
footer a[href*="966"],
footer a[href*="mailto"],
footer a[href*="whatsapp"],
footer a[href*="tel"],
footer a[href*="t.me"] {
    width: 260px !important;          /* العرض */
    height: 50px !important;          /* الارتفاع */
    background: #0A1E4F !important;   /* الكحلي */
    color: #fff !important;           
    border-radius: 14px !important;
    
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;             /* مسافة بين النص والأيقونة */

    font-size: 15px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    padding: 0 !important;
}

/* حجم الأيقونة داخل المستطيل */
footer a[href*="966"] i,
footer a[href*="mailto"] i,
footer a[href*="whatsapp"] i,
footer a[href*="tel"] i,
footer a[href*="t.me"] i {
    font-size: 20px !important;
    color: #fff !important;
}

/****************************************
  تكبير/تصغير أيقونة "موثّق"
*****************************************/

footer img[src*="business"],
footer img[src*="mothoq"],
footer img[alt*="منصة"],
footer img[alt*="موث"] {
    width: 130px !important;   /* غيري الحجم اللي تبينه */
    height: auto !important;
    display: block !important;
    margin: 20px auto !important;
}