.elementor-114 .elementor-element.elementor-element-5ab14fe{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-114:not(.elementor-motion-effects-element-type-background), .elementor-114 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#030712;}.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-e265c43 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

    .premium-footer {
        background-color: #030712;
        font-family: 'Inter', sans-serif;
        color: #ffffff;
        padding: 80px 8% 40px 8%;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
        gap: 60px;
        max-width: 1300px;
        margin: 0 auto;
    }

    /* Brand Column */
    .footer-brand .logo-text {
        font-size: 24px;
        font-weight: 800;
        letter-spacing: -1px;
        margin-bottom: 20px;
        display: block;
        text-decoration: none;
        color: #fff;
    }

    .footer-brand .logo-text span {
        color: #007cf0;
    }

    .footer-brand p {
        color: #9ca3af;
        line-height: 1.6;
        font-size: 15px;
        margin-bottom: 25px;
    }

    /* Links Column */
    .footer-column h4 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 25px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
    }

    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        text-decoration: none;
        color: #9ca3af;
        font-size: 15px;
        transition: 0.3s;
    }

    .footer-links a:hover {
        color: #007cf0;
        padding-left: 5px;
    }

    /* Newsletter / Contact Column */
    .footer-cta-box {
        background: rgba(255, 255, 255, 0.03);
        padding: 25px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer-cta-box h4 {
        margin-bottom: 15px;
    }

    .footer-btn {
        background: #007cf0;
        color: white;
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 12px;
        border-radius: 10px;
        font-weight: 700;
        margin-top: 20px;
        transition: 0.3s;
    }

    .footer-btn:hover {
        background: #0089ff;
        transform: translateY(-3px);
    }

    /* Bottom Bar */
    .footer-bottom {
        margin-top: 80px;
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .copyright {
        color: #4b5563;
        font-size: 14px;
    }

    .payment-icons img {
        height: 25px;
        filter: grayscale(1) opacity(0.6);
    }

    /* Legal Disclaimer */
    .disclaimer-text {
        font-size: 12px;
        color: #374151;
        margin-top: 30px;
        text-align: center;
        line-height: 1.5;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Mobile */
    @media (max-width: 1024px) {
        .footer-grid {
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }
    }

    @media (max-width: 768px) {
        .footer-grid {
            grid-template-columns: 1fr;
            text-align: center;
        }
        .footer-links a:hover {
            padding-left: 0;
        }
        .footer-bottom {
            flex-direction: column;
            text-align: center;
        }
    }/* End custom CSS */