.elementor-23950 .elementor-element.elementor-element-dd8302f{--display:flex;}body.elementor-page-23950:not(.elementor-motion-effects-element-type-background), body.elementor-page-23950 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9E0E2;}/* Start custom CSS for html, class: .elementor-element-23c3722 *//* ===== Elite Footer (Compact) ===== */
.elite-footer {
    background: radial-gradient(
        ellipse at top,
        #030a22 0%,
        #020617 60%,
        #01030d 100%
    );
    padding: 50px 20px; /* أقل بالنص */
    direction: rtl;
}

/* ===== Container ===== */
.elite-footer-inner {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    align-items: center;
    gap: 50px; /* أقل */
}

/* ===== Brand Section ===== */
.elite-brand {
    display: flex;
    align-items: center;
    gap: 18px; /* أقل */
}

.elite-avatar {
    width: 70px;  /* أصغر */
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(201,162,77,0.4);
    box-shadow: 0 0 18px rgba(201,162,77,0.15);
    flex-shrink: 0;
}

.elite-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #b8c2e6;
    max-width: 420px;
}

/* ===== Links ===== */
.elite-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.elite-links li {
    margin-bottom: 14px; /* أقل */
}

.elite-links a {
    position: relative;
    font-size: 16px;
    color: #e5e7eb;
    text-decoration: none;
    letter-spacing: 0.4px;
    transition: color 0.35s ease;
}

/* Gold underline */
.elite-links a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #C9A24D, #f4d37a);
    transition: width 0.35s ease;
}

.elite-links a:hover {
    color: #C9A24D;
}

.elite-links a:hover::after {
    width: 100%;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {

    .elite-footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 35px;
    }

    .elite-brand {
        flex-direction: column;
    }

    .elite-desc {
        margin: auto;
    }

    .elite-links a::after {
        right: 50%;
        transform: translateX(50%);
    }
}/* End custom CSS */