.JEMDAH-footer {
    background-color: #222639;
    color: #fff;
    padding: 60px 0 30px;
    margin-top: 100px;
    position: relative;
}

.JEMDAH-footer::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom right, transparent 49%, #222639 50%);
}

.JEMDAH-footer .footer-logo {
    font-family: var(--font-brand);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    display: inline-block;
    letter-spacing: 1.5px;
}

.JEMDAH-footer .footer-description {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.JEMDAH-footer .footer-heading {
    font-family: var(--font-brand);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.JEMDAH-footer .footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #0d6efd;
}

.JEMDAH-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.JEMDAH-footer .footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s;
    display: inline-block;
    position: relative;
}

.JEMDAH-footer .footer-links a:hover {
    color: #0d6efd;
}

.JEMDAH-footer .footer-links a::before {
    content: '›';
    position: relative;
    left: -5px;
    opacity: 0;
    transition: all 0.3s;
}

.JEMDAH-footer .footer-links a:hover::before {
    opacity: 1;
    left: 0;
}

.JEMDAH-footer .footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.JEMDAH-footer .footer-contact-icon {
    color: #0d6efd;
    font-size: 18px;
    margin-right: 15px;
    margin-top: 3px;
}

.JEMDAH-footer .footer-contact-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.JEMDAH-footer .footer-social {
    display: flex;
    margin-top: 25px;
}

.JEMDAH-footer .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s;
}

.JEMDAH-footer .social-icon:hover {
    background-color: #0d6efd;
    transform: translateY(-5px);
}

.JEMDAH-footer .copyright-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding-top: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

.JEMDAH-footer .developer-credit {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 5px;
}

.JEMDAH-footer .developer-credit a {
    color: #0d6efd;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .JEMDAH-footer .footer-column {
        margin-bottom: 40px;
    }
}
