.elementor-2400 .elementor-element.elementor-element-3d5ee2d{--display:flex;}.elementor-2400 .elementor-element.elementor-element-3d5ee2d:not(.elementor-motion-effects-element-type-background), .elementor-2400 .elementor-element.elementor-element-3d5ee2d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#080000;}.elementor-2400 .elementor-element.elementor-element-35e5c53{width:100%;max-width:100%;}.elementor-2400 .elementor-element.elementor-element-35e5c53 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-35e5c53 */.custom-footer {
    background: #0a0a0a;
    padding: 40px 15px 20px;
    text-align: center;
    color: #fff;
}

/* Social Icons */
.social-icons {
    margin-bottom: 20px;
}

.social-icons a {
    display: inline-block;
    margin: 8px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
    animation: floatIcons 3s ease-in-out infinite;
}

/* Hover */
.social-icons a:hover {
    transform: translateY(-8px) scale(1.1);
    background: linear-gradient(45deg, #ff6a00, #ee0979);
    color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

/* Click */
.social-icons a:active {
    transform: scale(0.9);
}

/* Floating Animation */
@keyframes floatIcons {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

/* Menu */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.footer-menu li {
    display: inline-block;
    margin: 10px;
}

/* Menu Links */
.footer-menu li a {
    color: #ccc;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 20px;
    transition: 0.3s;
    position: relative;
}

/* Hover Button */
.footer-menu li a:hover {
    background: linear-gradient(45deg, #00c6ff, #0072ff);
    color: #fff;
    transform: scale(1.1);
}

/* Underline Animation */
.footer-menu li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: 0.3s;
}

.footer-menu li a:hover::after {
    width: 100%;
}

/* Bottom Text */
.footer-bottom {
    margin-top: 20px;
    font-size: 13px;
    color: #aaa;
}

/* 📱 MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .footer-menu li {
        display: block;
        margin: 8px 0;
    }

    .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}/* End custom CSS */