body .footer-newsletter-block {
    padding: 40px 5% 56px !important;
    background: transparent !important;
}

body .footer-newsletter-block .newsletter-card-modern,
body .newsletter-card-modern {
    max-width: 1400px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(24, 16, 44, 0.96) 0%, rgba(14, 10, 30, 0.98) 100%) !important;
    border-radius: 35px !important;
    padding: 48px 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    position: relative !important;
    z-index: 10 !important;
}

body .way2go-footer {
    background: transparent !important;
    padding: 120px 5% 40px !important;
    position: relative !important;
    color: rgba(255, 255, 255, 0.72) !important;
    overflow: hidden !important;
    border-top: none !important;
    box-shadow: none !important;
}

body .way2go-footer::before,
body .way2go-footer::after {
    display: none !important;
    content: none !important;
}

body .nl-left h2 {
    font-size: 2.8rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}

body .nl-right {
    flex: 0 0 55% !important;
}

body .nl-right p {
    font-size: 1.05rem !important;
    color: rgba(255, 255, 255, 0.72) !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
}

body .nl-form {
    display: flex !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 50px !important;
    padding: 8px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18) !important;
}

body .nl-form input {
    flex: 1 !important;
    border: none !important;
    outline: none !important;
    padding: 0 25px !important;
    font-size: 1rem !important;
    font-family: inherit !important;
    background: transparent !important;
    color: #ffffff !important;
}

body .nl-form input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

body .nl-form button {
    background: #FCA440 !important;
    color: #12072b !important;
    border: none !important;
    padding: 16px 40px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

body .nl-form button:hover {
    background: #f39222 !important;
    color: #12072b !important;
    box-shadow: 0 10px 20px rgba(252, 164, 64, 0.32) !important;
    transform: translateY(-2px) !important;
}

body .footer-social-top {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 35px !important;
    padding-top: 0 !important;
    margin-bottom: 70px !important;
}

body .footer-social-top a {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #f8f5ff !important;
    font-size: 1.5rem !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: all 0.3s ease !important;
}

body .footer-social-top a:hover {
    color: #ffffff !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.28) !important;
}

body .footer-main-content {
    display: grid !important;
    grid-template-columns: 1.2fr 2.5fr 1fr !important;
    gap: 60px !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

body .footer-logo-area {
    display: flex !important;
    flex-direction: column !important;
}

body .footer-custom-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
    margin-bottom: 20px !important;
}

body .footer-custom-logo-icon {
    height: 45px !important;
    width: auto !important;
    object-fit: contain !important;
}

body .footer-app-name {
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 1rem !important;
    margin-bottom: 30px !important;
}

body .footer-copyright {
    font-size: 0.85rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

body .footer-links-area {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
}

body .footer-links-area ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body .footer-links-area ul li {
    margin-bottom: 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

body .footer-links-area ul li::before {
    content: "" !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    background-color: #ff4181 !important;
    border-radius: 50% !important;
}

body .footer-links-area ul li a {
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 600 !important;
    font-size: 1.05rem !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
}

body .footer-links-area ul li a:hover {
    color: #FCA440 !important;
}

body .footer-right-area {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
}

body .footer-right-desc {
    font-size: 0.95rem !important;
    color: rgba(255, 255, 255, 0.66) !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}

body .footer-test-link {
    font-weight: 800 !important;
    font-size: 1.1rem !important;
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 5px !important;
    transition: color 0.3s !important;
}

body .footer-test-link:hover {
    color: #FCA440 !important;
}

body .footer-contact-detail {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 10px !important;
}

body .footer-bottom {
    max-width: 1400px !important;
    margin: 40px auto 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 20px !important;
    font-size: 0.85rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 600 !important;
}

body .footer-bottom a {
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
}

body .footer-bottom a:hover {
    color: #FCA440 !important;
}

@media (max-width: 1024px) {
    body .newsletter-card-modern {
        flex-direction: column !important;
        text-align: center !important;
        padding: 36px 30px !important;
        gap: 30px !important;
    }

    body .nl-left h2 {
        font-size: 2.2rem !important;
    }

    body .nl-form {
        flex-direction: column !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        gap: 15px !important;
        background: transparent !important;
    }

    body .nl-form input {
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        padding: 18px 25px !important;
        border-radius: 50px !important;
    }

    body .nl-form button {
        width: 100% !important;
    }

    body .footer-main-content {
        grid-template-columns: 1fr !important;
        text-align: center !important;
        gap: 50px !important;
    }

    body .footer-logo-area {
        align-items: center !important;
    }

    body .footer-links-area {
        grid-template-columns: 1fr 1fr !important;
        justify-content: center !important;
        text-align: left !important;
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto !important;
    }

    body .footer-bottom {
        justify-content: center !important;
    }
}

@media (max-width: 640px) {
    body .footer-social-top {
        flex-wrap: nowrap !important;
        gap: 10px !important;
    }

    body .footer-social-top a {
        width: 44px !important;
        height: 44px !important;
        font-size: 1.1rem !important;
        flex-shrink: 0 !important;
    }
}
$css_content
