/* Shuraa Footer Styles */
.shuraa-footer {
    background: radial-gradient(circle at center, #0B2545 0%, #001529 100%);
    color: #ffffff;
    padding: 80px 0 40px;
    font-family: 'Inter', sans-serif;
}

.shuraa-footer a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.shuraa-footer a:hover {
    opacity: 1;
    padding-left: 5px;
}

.shuraa-footer h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.shuraa-footer-col {
    margin-bottom: 40px;
}

/* Column 1: Logo & About */
.shuraa-footer-logo {
    margin-bottom: 20px;
}

.shuraa-footer-logo img {
    max-width: 180px;
}

.shuraa-footer-about h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.shuraa-footer-about p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.8;
}

/* Column 2 & 3: Lists */
.shuraa-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shuraa-footer-links li {
    margin-bottom: 12px;
}

.shuraa-footer-links li a {
    font-size: 14px;
}

/* Connect With Us & Working Hours */
.shuraa-footer-subgroup {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.shuraa-social-icons {
    display: flex;
    gap: 15px;
}

.shuraa-social-icon {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s ease;
}

.shuraa-social-icon:hover {
    background: #ffffff;
    color: #001529;
}

.shuraa-working-hours p {
    font-size: 14px;
    margin-bottom: 5px;
    opacity: 0.8;
}

/* Column 4: Get In Touch */
.shuraa-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shuraa-contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.shuraa-contact-item:last-child {
    border-bottom: none;
}

.shuraa-contact-icon {
    font-size: 18px;
    color: #ffffff;
    width: 25px;
}

.shuraa-contact-content p {
    margin: 0;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
    .shuraa-footer {
        padding: 60px 0 30px;
    }
    .shuraa-footer-col {
        text-align: center;
    }
    .shuraa-social-icons {
        justify-content: center;
    }
    .shuraa-contact-item {
        justify-content: center;
        text-align: left;
    }
}
