[id^="cPanel"] img {
    width: 55px !important;
    margin-bottom: 8px !important;
}
/* تنسيق الفوتر العام */
.main-footer-v2 {
    background-color: #ffffff;
    padding: 30px 0;
    border-top: 1px solid #f0f0f0;
    direction: rtl;
}

/* المحاذاة مع القائمة الجانبية */
@media (min-width: 992px) {
    .footer-content-holder {
        margin-right: 300px; 
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

/* تنسيق الروابط والأزرار */
.footer-nav-v2 {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

.footer-nav-v2 li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.footer-buttons-v2 {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-footer-v2 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: bold;
}

.call-v2 { background: #f8f9fa; color: #333 !important; border: 1px solid #ddd; }
.whatsapp-v2 { background: #25d366; color: #fff !important; }

/* إجبار أيقونة الواتساب على اللون الأبيض */
.fa-whatsapp {
    color: #ffffff !important;
}

/* تنسيق كود وسائل الدفع المدمج */
.mws-footer-container {
    margin-top: 10px;
}

.payment-text {
    display: block;
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
}

.mws-flex-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.mws-card-small {
    background: #fff;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mws-card-small img {
    max-height: 25px;
}

.mws-copy-box p {
    font-size: 12px;
    color: #bbb;
}

.mws-copy-box a {
    color: #0088cc;
    text-decoration: none;
}

/* أيقونة الواتساب العائمة */
.fixed-whatsapp-ball {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.wa-ball-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #25d366;
    animation: wa-pulse 2s infinite;
    z-index: -1;
}

@keyframes wa-pulse {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0; }
}
}
<style>
/* الحاوية الرئيسية للمنتج */
.mws-custom-package {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 20px !important; /* مساحة داخلية أفضل */
    box-shadow: 0 5px 20px rgba(0,0,0,0.05) !important;
    border: 1px solid #f0f0f0 !important;
}

/* تنسيق اسم الباقة الرئيسي */
.mws-main-title {
    font-size: 22px !important; /* خط كبير وواضح */
    font-weight: 800 !important;
    color: #2c3e50 !important;
    text-align: center !important;
    border-bottom: 2px solid #007bff !important; /* خط أزرق تحت العنوان */
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}

/* تنظيف قائمة المميزات */
.mws-feature-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mws-feature-list li {
    display: flex !important;
    align-items: center !important;
    padding: 10px 0 !important; /* مسافة رأسية مريحة */
    border-bottom: 1px solid #f8f9fa !important;
    font-size: 15px !important; /* تكبير الخط قليلاً ليكون مقروءاً بوضوح */
    color: #333 !important;
    transition: all 0.2s ease !important;
}

/* تنسيق الأيقونات وضبط قربها من النص */
.mws-feature-list li i {
    font-size: 16px !important; /* حجم الأيقونة يناسب الخط */
    color: #007bff !important; /* لون أزرق MWS */
    width: 25px !important;
    text-align: center !important;
}

/* ضبط الاتجاه للغة العربية (RTL) */
.arabic-package-details {
    direction: rtl !important;
    text-align: right !important;
}
.arabic-package-details .mws-feature-list li i {
    margin-left: 12px !important; /* مسافة صغيرة بين الأيقونة والنص للعربي */
}

/* ضبط الاتجاه للغة الإنجليزية (LTR) */
.english-package-details {
    direction: ltr !important;
    text-align: left !important;
}
.english-package-details .mws-feature-list li i {
    margin-right: 12px !important; /* مسافة صغيرة بين الأيقونة والنص للإنجليزي */
}

/* تأثير عند مرور الماوس على الميزة (على الكمبيوتر) */
.mws-feature-list li:hover {
    color: #000 !important;
    background-color: #fcfcfc !important;
}

/* إلغاء أي هوامش زائدة قد يضيفها محرر النصوص */
.package-box br {
    display: none !important;
}
</style>
/* جعل زر الاستمرار عائماً ليظهر فوراً للعميل */
#order-standard-cart .btn-continue-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    padding: 15px 30px;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    border-radius: 50px;
}
