/* Belek-style footer for aqar-turkey.com - grey like realestatebelek */
.site-footer-bottom1 {
    width: 100%;
    background: #eee;
    background-color: #eee;
    color: #333;
    padding: 40px 0 20px;
    border-top: 1px solid #e1e1e1;
}

.site-footer-bottom1 .footer-shell,
.site-footer-bottom1 .yu-footer {
    width: 100%;
    margin: 0;
    padding: 0;
}

.site-footer-bottom1 .footer-grid {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 40px;
}

.site-footer-bottom1 .footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.site-footer-bottom1 .footer-head {
    margin-bottom: 10px;
}

.site-footer-bottom1 .footer-head .h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #222;
    margin: 0;
}

.site-footer-bottom1 .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-bottom1 .footer-col ul li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.site-footer-bottom1 .footer-col ul li a {
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
}

.site-footer-bottom1 .footer-col ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.site-footer-bottom1 .footer-col .footer-address-line1,
.site-footer-bottom1 .footer-col .footer-address-line2 {
    display: block;
    font-size: 13px;
    color: #555;
}

.site-footer-bottom1 .footer-col li strong {
    color: #222;
}

/* Phone number: force LTR so digits display correctly in Arabic/RTL pages */
.site-footer-bottom1 a[href^="tel:"] span[dir="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}

/* Footer badges */
.site-footer-bottom1 .footer-badges {
    text-align: center;
    margin: 25px 0 20px;
}

.site-footer-bottom1 .footer-badges a {
    display: inline-block;
    margin: 0 10px;
}

.site-footer-bottom1 .footer-badge {
    max-height: 50px;
    width: auto;
    opacity: 0.9;
}

/* Footer social */
.site-footer-bottom1 .footer-social {
    text-align: center;
    margin: 15px 0;
    font-size: 14px;
}

.site-footer-bottom1 .footer-social a {
    color: #333;
    text-decoration: none;
    margin: 0 5px;
}

.site-footer-bottom1 .footer-social a:hover {
    color: #000;
    text-decoration: underline;
}

/* Copyright */
.site-footer-bottom1 .footer-copyright {
    text-align: center;
    font-size: 13px;
    color: #555;
    padding: 15px 20px;
    border-top: 1px solid rgba(0,0,0,0.08);
    background: #fff;
}

/* RTL support - already RTL site */
.site-footer-bottom1 .footer-col.footer-left {
    text-align: right;
}

.site-footer-bottom1 .footer-col.footer-left .footer-head {
    justify-content: flex-end;
}

/* Mobile responsive */
@media (max-width: 991px) {
    .site-footer-bottom1 .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 20px;
    }
}

@media (max-width: 768px) {
    .site-footer-bottom1 {
        padding: 30px 0 15px;
    }
    
    .site-footer-bottom1 .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 15px;
    }
    
    .site-footer-bottom1 .footer-col {
        align-items: center;
        text-align: center;
    }
    
    .site-footer-bottom1 .footer-col.footer-left .footer-head {
        justify-content: center;
    }
    
    .site-footer-bottom1 .footer-social {
        font-size: 12px;
    }
    
    .site-footer-bottom1 .footer-social a {
        display: inline-block;
        margin: 2px 3px;
    }
}
