.elementor-62 .elementor-element.elementor-element-5d85cec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-478d573 */.main-footer {
    background-color: #1a1a1a; /* خلفية داكنة جداً */
    color: #e0e0e0;
    padding-top: 80px;
    font-family: 'Montserrat', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0 5%;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

/* عمود "عن الجماعة" */
.footer-logo img {
    max-width: 180px;
    margin-bottom: 25px;
    filter: brightness(0) invert(1); /* جعل الشعار أبيض ليتناسب مع الخلفية الداكنة */
}

.footer-desc {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #bbb;
    margin-bottom: 25px;
}

.footer-socials {
    display: flex;
    gap: 15px;
}

.footer-socials a {
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.05);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s;
}

.footer-socials a:hover {
    background: var(--gold);
    color: #1a1a1a;
}

/* الروابط */
.footer-col h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.footer-col h3::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; width: 40px; height: 2px;
    background: var(--gold);
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #bbb;
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: var(--gold);
    padding-left: 5px;
}

/* التواصل */
.contact-info .info-box {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.contact-info i {
    color: var(--gold);
    margin-top: 5px;
}

.contact-info span {
    font-size: 0.9rem;
    color: #bbb;
}

/* الجزء السفلي (Copyright) */
.footer-bottom {
    background: #111;
    padding: 25px 0;
    margin-top: 60px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-bottom .footer-container {
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #777;
    margin: 0;
}

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    color: #777;
    text-decoration: none;
    font-size: 0.8rem;
}

.footer-legal a:hover { color: #fff; }

@media (max-width: 768px) {
    .footer-container { flex-direction: column; text-align: center; }
    .footer-col h3::after { left: 50%; transform: translateX(-50%); }
    .footer-socials { justify-content: center; }
    .footer-bottom .footer-container { flex-direction: column; gap: 15px; }
}/* End custom CSS */