/* ═══════════════════════════════════════════════════════════════
   Amjad Footer - تصميم عصري مميز
   ═══════════════════════════════════════════════════════════════ */

:root {
    --ft-green-1: #ffffff;
    --ft-green-2: #f9fafb;
    --ft-green-3: #f3f4f6;
    --ft-green-4: #e5e7eb;
    --ft-accent: #1f2937;
    --ft-accent-light: #374151;
}

.amjad-ft {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    margin-top: 50px;
}

.ft-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 25px;
}

/* ═══════════════════════════════════════════════════════════════
   شريط المميزات
   ═══════════════════════════════════════════════════════════════ */
.ft-features {
    background: #ffffff;
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 0;
    border-bottom: 1px solid #e5e7eb;
    border-top: 1px solid #e5e7eb;
}

.ft-feature {
    flex: 1;
    max-width: 280px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px 30px;
    border-left: 1px solid #e5e7eb;
    transition: background 0.3s;
}

.ft-feature:last-child { border-left: none; }
.ft-feature:hover { background: #f9fafb; }

.ft-feature-icon {
    width: 48px;
    height: 48px;
    background: #f3f4f6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1f2937;
    flex-shrink: 0;
}

.ft-feature-text strong {
    display: block;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
}

.ft-feature-text span {
    color: #6b7280;
    font-size: 12px;
}


/* ═══════════════════════════════════════════════════════════════
   المحتوى الرئيسي
   ═══════════════════════════════════════════════════════════════ */
.ft-body {
    background: #ffffff;
    padding: 50px 0 40px;
    border-bottom: 1px solid #e5e7eb;
}

.ft-main-row {
    display: grid;
    grid-template-columns: 280px 1fr 300px;
    gap: 50px;
}

/* البراند */
.ft-brand-box {
    text-align: center;
}

.ft-brand {
    display: inline-block;
    margin-bottom: 15px;
    transition: transform 0.3s;
}

.ft-brand:hover { transform: scale(1.05); }

.ft-brand-logo {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.ft-tagline {
    color: #1f2937;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.ft-desc {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

/* السوشيال */
.ft-social {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.ft-social a {
    width: 36px;
    height: 36px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 15px;
    transition: all 0.3s;
}

.ft-social a:hover {
    background: #1f2937;
    border-color: #1f2937;
    color: #fff;
    transform: translateY(-3px);
}

/* الروابط */
.ft-links-group {
    display: flex;
    gap: 40px;
}

.ft-links-col h4 {
    color: #1f2937;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 18px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #1f2937;
    display: inline-block;
}

.ft-links-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft-links-col li { 
    margin-bottom: 10px;
    display: block;
}

.ft-links-col a {
    color: #6b7280;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s;
    display: block;
}

.ft-links-col a:hover {
    color: #1f2937;
    padding-right: 5px;
}

/* التواصل */
.ft-contact-box h4 {
    color: #1f2937;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 18px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #1f2937;
    display: inline-block;
}

.ft-contact-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #6b7280;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s;
    white-space: nowrap;
}

.ft-contact-row span {
    white-space: normal;
    word-break: break-word;
}

a.ft-contact-row:hover { color: #1f2937; }

.ft-contact-row i {
    width: 32px;
    height: 32px;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
    font-size: 13px;
    flex-shrink: 0;
}

/* النشرة البريدية */
.ft-newsletter {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.ft-newsletter h5 {
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.ft-nl-form {
    display: flex;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.ft-nl-form input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 12px 15px;
    color: #1f2937;
    font-size: 13px;
    font-family: 'Cairo', sans-serif;
    min-width: 0;
}

.ft-nl-form input::placeholder { color: #9ca3af; }
.ft-nl-form input:focus { outline: none; }

.ft-nl-form button {
    background: #1f2937;
    border: none;
    padding: 12px 18px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
    flex-shrink: 0;
}

.ft-nl-form button:hover { background: #374151; }

/* إخفاء حقل الاسم - نبقي فقط الإيميل */
.ft-nl-form input[type="text"] { display: none; }
.ft-nl-form .ft-nl-email-row {
    display: contents;
}

.ft-nl-msg {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
    display: none;
}

.ft-nl-msg.success { 
    color: #222222;
    background: rgba(16,185,129,0.15);
    display: block;
}

.ft-nl-msg.error { 
    color: #f87171;
    background: rgba(248,113,113,0.15);
    display: block;
}

/* نقاط التحميل */
.ft-loading-dots {
    display: inline-flex;
    gap: 2px;
}

.ft-loading-dots span {
    font-size: 16px;
    font-weight: bold;
    animation: ftDotPulse 1.4s infinite ease-in-out;
    line-height: 1;
}

.ft-loading-dots span:nth-child(1) { animation-delay: 0s; }
.ft-loading-dots span:nth-child(2) { animation-delay: 0.2s; }
.ft-loading-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes ftDotPulse {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.5; }
    40% { transform: scale(1.2); opacity: 1; }
}

/* حالة انتظار التحقق */
.ft-nl-verification {
    text-align: center;
    padding: 15px 10px;
}

.ft-nl-verify-icon {
    font-size: 40px;
    color: #f59e0b;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: rgba(245, 158, 11, 0.15);
    border-radius: 50%;
    margin: 0 auto 12px;
}

.ft-nl-verify-icon i {
    display: block;
}

.ft-nl-verification p {
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
}

.ft-nl-verify-email {
    background: #f3f4f6;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 600;
    color: #1f2937;
    font-size: 13px;
    direction: ltr;
    margin-bottom: 14px;
    border: 1px solid #e5e7eb;
}

.ft-nl-verify-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #f59e0b;
    font-size: 13px;
    font-weight: 500;
}

.ft-nl-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid #e5e7eb;
    border-top-color: #f59e0b;
    border-radius: 50%;
    animation: ftSpin 1s linear infinite;
}

@keyframes ftSpin {
    to { transform: rotate(360deg); }
}

/* نجاح التحقق */
.ft-nl-success {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #222222;
    font-weight: 600;
    font-size: 13px;
    padding: 15px;
}

.ft-nl-success i {
    font-size: 20px;
}

/* زر الرجوع */
.ft-nl-back-btn {
    background: transparent;
    border: 1px solid #d1d5db;
    color: #6b7280;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s;
    font-family: 'Cairo', sans-serif;
}

.ft-nl-back-btn:hover {
    background: #f3f4f6;
    border-color: #9ca3af;
    color: #374151;
}

/* نافذة التأكيد */
.ft-nl-confirm {
    text-align: center;
    padding: 15px 10px;
}

.ft-nl-confirm-icon {
    font-size: 32px;
    color: #f59e0b;
    margin-bottom: 10px;
}

.ft-nl-confirm p {
    color: #374151;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px;
}

.ft-nl-confirm-hint {
    color: #6b7280;
    font-size: 12px;
    display: block;
    margin-bottom: 14px;
}

.ft-nl-confirm-btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ft-nl-stay-btn {
    background: #fbbf24;
    color: #374151;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s;
    font-family: 'Cairo', sans-serif;
}

.ft-nl-stay-btn:hover {
    background: #f59e0b;
}

.ft-nl-confirm-back-btn {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s;
    font-family: 'Cairo', sans-serif;
}

.ft-nl-confirm-back-btn:hover {
    background: #e5e7eb;
    color: #1f2937;
}

.ft-subscribed {
    background: rgba(34,197,94,0.15);
    color: var(--ft-accent-light);
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ft-subscribed i { margin-left: 6px; }

.ft-unsubscribe-link {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.7);
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 11px;
    text-decoration: none;
    transition: all 0.3s;
}

.ft-unsubscribe-link:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-color: rgba(255,255,255,0.5);
}


/* ═══════════════════════════════════════════════════════════════
   طرق الدفع
   ═══════════════════════════════════════════════════════════════ */
.ft-payments {
    background: #f9fafb;
    padding: 25px 0;
    border-bottom: 1px solid #e5e7eb;
}

.ft-payments-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft-payments-title {
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
}

.ft-payments-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ft-pay-icon {
    background: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.ft-pay-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.ft-pay-icon img {
    height: 28px;
    display: block;
}

/* ═══════════════════════════════════════════════════════════════
   حقوق النشر
   ═══════════════════════════════════════════════════════════════ */
.ft-copyright {
    background: #f3f4f6;
    padding: 18px 0;
}

.ft-copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft-copyright p {
    color: #6b7280;
    font-size: 13px;
    margin: 0;
}

.ft-copyright strong { color: #1f2937; }

.ft-copyright-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.ft-copyright-links a {
    color: #6b7280;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.ft-copyright-links a:hover { 
    color: #1f2937; 
    background: #fff;
    border-color: #1f2937;
    transform: translateY(-2px);
}

.ft-copyright-links a i {
    font-size: 12px;
    opacity: 0.8;
}

.ft-link-divider { 
    color: #d1d5db; 
    font-size: 8px;
}

/* ═══════════════════════════════════════════════════════════════
   Modals
   ═══════════════════════════════════════════════════════════════ */
.ft-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.ft-modal.show {
    opacity: 1;
    visibility: visible;
}

.ft-modal-content {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    transform: translateY(30px) scale(0.95);
    transition: transform 0.3s;
    position: relative;
}

.ft-modal.show .ft-modal-content {
    transform: translateY(0) scale(1);
}

.ft-modal-close {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.15);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 10;
}

.ft-modal-close:hover { background: #ef4444; }

.ft-modal-header {
    background: linear-gradient(135deg, var(--ft-green-1), var(--ft-green-2));
    padding: 30px;
    text-align: center;
}

.ft-modal-header i {
    font-size: 40px;
    color: var(--ft-accent-light);
    margin-bottom: 12px;
}

.ft-modal-header h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.ft-modal-body {
    padding: 25px 30px;
}

.ft-modal-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
}

.ft-modal-item:last-child { border-bottom: none; }

.ft-modal-item i {
    width: 24px;
    height: 24px;
    background: #eeeeee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ft-accent);
    font-size: 11px;
    flex-shrink: 0;
    margin-top: 2px;
}

.ft-modal-item span {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
}


/* ═══════════════════════════════════════════════════════════════
   التجاوب - تصميم مختلف للموبايل
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
    .ft-main-row {
        grid-template-columns: 220px 1fr 260px;
        gap: 35px;
    }
    .ft-links-group { gap: 30px; }
    .ft-desc { display: none; }
}

@media (max-width: 900px) {
    .ft-features { flex-wrap: wrap; }
    .ft-feature {
        flex: calc(50% - 1px);
        max-width: none;
        justify-content: center;
    }
    
    .ft-main-row {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .ft-brand-box {
        grid-column: span 2;
        display: flex;
        align-items: center;
        gap: 20px;
        text-align: right;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        margin-bottom: 10px;
    }
    
    .ft-brand { margin-bottom: 0; }
    .ft-brand-box h3 { margin-bottom: 3px; }
    .ft-tagline { margin-bottom: 10px; }
    .ft-social { justify-content: flex-start; }
    
    .ft-links-group {
        grid-column: span 2;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .ft-contact-box {
        grid-column: span 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px 30px;
    }
    
    .ft-contact-box h4 {
        grid-column: span 2;
    }
    
    .ft-newsletter {
        grid-column: span 2;
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
    
    .ft-newsletter h5 { margin-bottom: 10px; }
    .ft-nl-form { max-width: 350px; }
}

@media (max-width: 768px) {
    .ft-container { padding: 0 15px; }
    
    /* المميزات - صفين */
    .ft-feature { padding: 15px 20px; gap: 12px; }
    .ft-feature-icon { width: 40px; height: 40px; font-size: 16px; }
    .ft-feature-text strong { font-size: 13px; }
    .ft-feature-text span { font-size: 11px; }
    
    .ft-body { padding: 35px 0 30px; }
    
    /* البراند */
    .ft-brand-box { gap: 15px; }
    .ft-brand { width: 65px; height: 65px; }
    .ft-brand-box h3 { font-size: 18px; }
    .ft-tagline { font-size: 12px; }
    .ft-social a { width: 34px; height: 34px; font-size: 14px; }
    
    /* الروابط */
    .ft-links-col h4 { font-size: 14px; }
    .ft-links-col a { font-size: 12px; }
    
    /* التواصل */
    .ft-contact-box { gap: 12px 20px; }
    .ft-contact-row { font-size: 12px; }
    .ft-contact-row i { width: 30px; height: 30px; font-size: 12px; }
    
    /* الدفع */
    .ft-payments-inner { flex-direction: column; gap: 15px; }
    .ft-payments-icons { flex-wrap: wrap; justify-content: center; gap: 10px; }
    .ft-pay-icon img { height: 26px; }
    
    /* حقوق النشر */
    .ft-copyright-inner { flex-direction: column; gap: 10px; text-align: center; }
}

/* ═══════════════════════════════════════════════════════════════
   تصميم الموبايل - مختلف تماماً
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 576px) {
    /* إخفاء شريط المميزات */
    .ft-features {
        display: none;
    }
    
    .ft-body {
        padding: 25px 0 20px;
        background: var(--ft-green-2);
    }
    
    .ft-container {
        padding: 0 15px;
    }
    
    .ft-main-row {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    
    /* ═══ البراند - مركز وبسيط ═══ */
    .ft-brand-box {
        text-align: center;
        padding: 0 0 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        margin-bottom: 20px;
    }
    
    .ft-brand {
        width: 70px;
        height: 70px;
        margin: 0 auto 12px;
        padding: 10px;
        border-radius: 16px;
    }
    
    .ft-brand-box h3 {
        font-size: 20px;
        margin-bottom: 4px;
    }
    
    .ft-tagline {
        font-size: 13px;
        margin-bottom: 15px;
    }
    
    .ft-desc {
        display: none;
    }
    
    .ft-social {
        justify-content: center;
        gap: 10px;
    }
    
    .ft-social a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        border-radius: 12px;
    }
    
    /* ═══ الروابط - أكورديون مبسط ═══ */
    .ft-links-group {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
        border: none;
        margin-bottom: 20px;
    }
    
    .ft-links-col {
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    
    .ft-links-col:last-child {
        border-bottom: none;
    }
    
    .ft-links-col h4 {
        font-size: 14px;
        padding: 15px 0;
        margin: 0;
        border-bottom: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    
    .ft-links-col h4::after {
        content: '+';
        font-size: 18px;
        color: var(--ft-accent-light);
        font-weight: 400;
    }
    
    .ft-links-col.open h4::after {
        content: '−';
    }
    
    .ft-links-col ul {
        display: none;
        padding-bottom: 15px;
    }
    
    .ft-links-col.open ul {
        display: block;
    }
    
    .ft-links-col li {
        margin-bottom: 12px;
    }
    
    .ft-links-col a {
        font-size: 13px;
        padding-right: 10px;
    }
    
    /* ═══ التواصل - بطاقات صغيرة ═══ */
    .ft-contact-box {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 20px 0;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    
    .ft-contact-box h4 {
        text-align: center;
        font-size: 15px;
        margin-bottom: 15px;
        padding-bottom: 0;
        border-bottom: none;
    }
    
    .ft-contact-row {
        background: rgba(255,255,255,0.05);
        border-radius: 12px;
        padding: 12px 15px;
        margin-bottom: 10px;
        gap: 12px;
    }
    
    .ft-contact-row:last-of-type {
        margin-bottom: 0;
    }
    
    .ft-contact-row i {
        width: 36px;
        height: 36px;
        font-size: 14px;
        border-radius: 10px;
    }
    
    .ft-contact-row span {
        font-size: 13px;
        flex: 1;
    }
    
    /* ═══ النشرة البريدية ═══ */
    .ft-newsletter {
        margin-top: 15px;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.1);
        text-align: center;
    }
    
    .ft-newsletter h5 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .ft-nl-form {
        border-radius: 12px;
    }
    
    .ft-nl-form input {
        padding: 14px 15px;
        font-size: 14px;
    }
    
    .ft-nl-form button {
        padding: 14px 20px;
    }
    
    .ft-subscribed {
        padding: 12px 20px;
        border-radius: 12px;
    }
    
    /* ═══ طرق الدفع ═══ */
    .ft-payments {
        padding: 20px 0;
    }
    
    .ft-payments-inner {
        flex-direction: column;
        gap: 12px;
    }
    
    .ft-payments-title {
        font-size: 13px;
    }
    
    .ft-payments-icons {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .ft-pay-icon {
        padding: 6px 12px;
        border-radius: 6px;
    }
    
    .ft-pay-icon img {
        height: 22px;
    }
    
    /* ═══ حقوق النشر ═══ */
    .ft-copyright {
        padding: 15px 0;
    }
    
    .ft-copyright-inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .ft-copyright p {
        font-size: 12px;
    }
    
    .ft-copyright-links {
        gap: 12px;
    }
    
    .ft-copyright-links a {
        font-size: 12px;
    }
}

/* إخفاء الفوتر القديم */
.why-choose-us, .quick-links, footer.footer, .modern-footer, .amjad-footer, .site-footer, .main-footer, .premium-footer, .elite-footer {
    display: none !important;
}
