.elementor-1224 .elementor-element.elementor-element-7b9aad0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f77a395 *//* Modern Footer Styles */
.solveatic-footer {
    position: relative;
    background: linear-gradient(135deg, #0c0c14 0%, #161626 100%);
    padding: 80px 0 30px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    isolation: isolate;
}

.sf-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.sf-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.03;
    animation: sf-float 8s ease-in-out infinite;
    filter: blur(25px);
}

.sf-shape-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    top: -200px;
    right: -200px;
    animation-delay: 0s;
}

.sf-shape-2 {
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, #00cdac, #02aab0);
    bottom: -150px;
    left: -150px;
    animation-delay: 2s;
}

.sf-shape-3 {
    width: 250px;
    height: 250px;
    background: linear-gradient(45deg, #ff4d94, #ff9a8b);
    top: 30%;
    left: 10%;
    animation-delay: 4s;
}

.sf-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sf-particle {
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    animation: sf-floatParticle 15s linear infinite;
}

.sf-particle:nth-child(1) {
    width: 6px;
    height: 6px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 20s;
}

.sf-particle:nth-child(2) {
    width: 4px;
    height: 4px;
    top: 60%;
    left: 80%;
    animation-delay: 2s;
    animation-duration: 25s;
}

.sf-particle:nth-child(3) {
    width: 8px;
    height: 8px;
    top: 40%;
    left: 25%;
    animation-delay: 4s;
    animation-duration: 15s;
}

.sf-particle:nth-child(4) {
    width: 5px;
    height: 5px;
    top: 80%;
    left: 50%;
    animation-delay: 6s;
    animation-duration: 30s;
}

.sf-particle:nth-child(5) {
    width: 7px;
    height: 7px;
    top: 30%;
    left: 70%;
    animation-delay: 8s;
    animation-duration: 18s;
}

.sf-particle:nth-child(6) {
    width: 3px;
    height: 3px;
    top: 70%;
    left: 15%;
    animation-delay: 10s;
    animation-duration: 22s;
}

.sf-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(106, 17, 203, 0.1) 0%, rgba(106, 17, 203, 0) 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50);
    z-index: -1;
}

.sf-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}

.sf-main {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.sf-brand {
    flex: 1;
    min-width: 220px;
    max-width: 280px;
}

.sf-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.sf-logo svg {
    transition: transform 0.3s ease;
}

.sf-logo:hover svg {
    transform: rotate(15deg) scale(1.1);
}

.sf-tagline {
    font-size: 16px;
    color: #d0d0d0;
    margin-bottom: 30px;
    line-height: 1.6;
}

.sf-social {
    display: flex;
    gap: 12px;
}

.sf-social-link {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #b8b8b8;
}

.sf-social-link:hover {
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(106, 17, 203, 0.3);
}

.sf-link-group {
    min-width: 160px;
}

.sf-link-group h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.sf-link-group h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #6a11cb, #2575fc);
}

.sf-link-group ul {
    list-style: none;
    padding: 0;
    
}

.sf-link-group li {
    margin-bottom: 12px;
    margin-left: -40px;
}

.sf-link {
    color: #b8b8b8;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

.sf-link::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    transition: width 0.3s ease;
}

.sf-link:hover {
    color: #ffffff;
    padding-left: 10px;
}

.sf-link:hover::before {
    width: 100%;
}

.sf-contact-info li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.sf-contact-info svg {
    color: #6a11cb;
    flex-shrink: 0;
}

.sf-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.sf-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sf-bottom-content p {
    color: #b8b8b8;
    font-size: 14px;
}

.sf-bottom-links {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.sf-bottom-links a {
    color: #b8b8b8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.sf-bottom-links a:hover {
    color: #ffffff;
}

.sf-bottom-links span {
    color: rgba(255, 255, 255, 0.2);
}



/* Animations */
@keyframes sf-float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(3deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes sf-floatParticle {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh) translateX(100px);
        opacity: 0;
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .sf-main {
        gap: 40px;
    }
    
    .sf-link-group {
        min-width: 140px;
    }
}

@media (max-width: 768px) {
    .solveatic-footer {
        padding: 60px 0 20px;
    }
    
    .sf-main {
        flex-direction: column;
        gap: 50px;
    }
    
    .sf-brand {
        max-width: 100%;
    }
    
    .sf-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .sf-container {
        padding: 0 20px;
    }
    
    .sf-link-group {
        min-width: 100%;
    }
}/* End custom CSS */