.rts-footer-area {
    background:#3e0e6b;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}


.rts-footer-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(40, 19, 83, 0.05), transparent 400px);
    pointer-events: none;
}

.footer-logo-content {
    display: flex;
    align-items: center;
    gap: 25px;
}

#ozel-yuvarlak-logo {
    position: relative;
    border-radius: 12px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

#ozel-yuvarlak-logo:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.3);
}

.footer-text-info .disc {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 ;
}

.footer-text-info .disc-sub {
    color: #94a3b8;
    font-size: 0.85rem;
    margin-top: 5px ;
}

.rts-copyright-area-one {
    background: #3e0e6b;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-links li a {
    transition: 0.3s;
    opacity: 0.8;
}

.footer-links li a:hover {
    opacity: 1;
    color: #3b82f6;
}
