/* إخفاء نسخة Result Count العلوية (Flatsome Top Bar) */
.shop-page-title .woocommerce-result-count {
    display: none !important;
}
/*--------------------------------------------------*/

.charity-location-meta {
	margin-top: 8px;
	padding-top: 6px;
	border-top: 1px solid #eee;
}

.charity-location-meta .meta-item {
	margin: 3px 0;
	font-size: 14px;
	color: #555;
}

.charity-location-meta a {
	color: inherit;
	text-decoration: none;
}

.charity-location-meta a:hover {
	text-decoration: underline;
}



/* Sticky Footer Menu style */

/*
.sticky-mobile-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
  -webkit-box-shadow: 0px -2px 10px -5px rgba(0,0,0,0.2);
  box-shadow: 0px -5px 15px -5px rgba(0,0,0,0.2);
}
*/

.sticky-mobile-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    -webkit-box-shadow: 0px -2px 10px -12px rgba(0,0,0,0.2);
    box-shadow: 0px -2px 10px -12px rgba(0,0,0,0.2);
}
.sticky-mobile-menu .icon-box-center .icon-box-img {
    margin: 0 auto 4px;
}
@media (max-width: 549px) {
#footer {
    margin-bottom: 90px;
}
}

/* تنسيق بيانات بنك الجمعية في منطقة ال Meta */

.charity-bank-accounts {
	margin-top: 10px;
	font-size: 14px;
}

.charity-bank-accounts ul {
	margin: 5px 0 0;
	padding-right: 18px;
}

.charity-bank-accounts li {
	margin-bottom: 6px;
}

.charity-bank-accounts .bank-name {
	font-weight: 600;
}

.charity-bank-accounts .bank-iban {
	direction: rtl;
	display: inline-block;
	font-family: monospace;
}

/***********************/
/* ===== Formidable RTL FINAL FIX ===== */

/* اجبار الفورم RTL */
.frm_forms,
.frm_form_fields,
.frm_fields_container {
    direction: rtl;
}

/* الليبل */
.frm_form_field label {
    float: none !important;
    display: block !important;
    width: 100% !important;
    text-align: right !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* الحقول */
.frm_form_field input,
.frm_form_field textarea,
.frm_form_field select {
    direction: rtl;
    text-align: right;
}

/* النجمة (الحقل المطلوب) */
.frm_required {
    float: right;
    margin-left: 0;
    margin-right: 4px;
}

/* reCAPTCHA محاذاة */
.frm_recaptcha,
.frm_form_field.frm_field_recaptcha {
    text-align: right;
}

/* تنسيق تاريخ تأسيس الجمعية */

.charity-founding-date {
    margin-top: 8px;
    padding-top: 6px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #555;
}

.charity-founding-date .meta-item {
    margin: 3px 0;
}

/* إخفاء ميتا المقال قبل المحتوى */
.blog-single .entry-meta,
.blog-single .entry-meta.uppercase {
    display: none !important;
}
/* إخفاء صندوق الكاتب بالكامل بعد المقال */
.blog-single .entry-author,
.blog-single .author-box,
.blog-single .author-bio {
    display: none !important;
}

/*--------------------------------------------------*/
/* تنسيق مواقع التواصل الاجتماعي */
/*--------------------------------------------------*/
.charity-social-media {
    margin: 12px 0 8px;
    padding: 0;
    background: transparent;
    border: none;
}

.charity-social-media strong {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: none;
    color: #666;
}

.social-icon:hover {
    transform: translateY(-2px);
}

.social-icon svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.social-icon:hover svg {
    transform: scale(1.15);
}

/* ألوان كل منصة عند التمرير فقط */
.social-icon.facebook:hover {
    color: #1877f2;
}

.social-icon.twitter:hover {
    color: #000000;
}

.social-icon.instagram:hover {
    color: #e1306c;
}

.social-icon.youtube:hover {
    color: #ff0000;
}

.social-icon.linkedin:hover {
    color: #0077b5;
}

.social-icon.whatsapp:hover {
    color: #25d366;
}

.social-icon.telegram:hover {
    color: #0088cc;
}

/* تجاوب مع الموبايل */
@media (max-width: 768px) {
    .social-icons {
        gap: 8px;
    }
    
    .social-icon {
        width: 38px;
        height: 38px;
    }
    
    .social-icon svg {
        width: 22px;
        height: 22px;
    }
}

/*--------------------------------------------------*/
/* تنسيق حساب فوري (Instapay) */
/*--------------------------------------------------*/
.instapay-account {
    padding: 0;
    background: transparent;
    border: none;
    position: relative;
}

.instapay-label {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.instapay-number {
    font-family: monospace;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.5px;
    direction: ltr;
    display: inline-block;
    margin-left: 8px;
}

.instapay-copy-btn {
    background: transparent;
    color: #666;
    border: none;
    padding: 2px 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-right: 4px;
}

.instapay-copy-btn:hover {
    color: #0066cc;
    transform: scale(1.1);
}

.instapay-copy-btn:active {
    transform: scale(0.95);
}

.instapay-copy-btn svg {
    width: 16px;
    height: 16px;
}

/* رسالة النسخ */
.instapay-copied {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #4caf50;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 9999;
    animation: fadeInOut 1.5s ease;
    pointer-events: none;
}

@keyframes fadeInOut {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
    20% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    80% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
}

/*--------------------------------------------------*/
/* زر نسخ حسابات البنوك */
/*--------------------------------------------------*/
.bank-copy-btn {
    background: transparent;
    color: #666;
    border: none;
    padding: 2px 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-right: 4px;
}

.bank-copy-btn:hover {
    color: #0066cc;
    transform: scale(1.1);
}

.bank-copy-btn:active {
    transform: scale(0.95);
}

.bank-copy-btn svg {
    width: 16px;
    height: 16px;
}

/* جعل رقم IBAN وزر النسخ في نفس السطر */
.bank-iban {
    display: inline-block;
}

/*--------------------------------------------------*/
/* تقليل المسافات بين سطور البنوك */
/*--------------------------------------------------*/
.charity-bank-accounts li {
    margin-bottom: 3px;
}

.charity-bank-accounts .bank-name {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
}

.charity-bank-accounts li br {
    display: none;
}

.charity-bank-accounts .bank-iban {
    direction: rtl;
    display: inline-block;
    font-family: monospace;
    margin-right: 5px;
}

.bank-copy-btn {
    margin-right: 4px;
}

/*===================================*/
