.elementor-336 .elementor-element.elementor-element-8e9f56d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6ae8519 *//* =========================================
   NIRALA WORLD PREMIUM FOOTER
========================================= */

.nw-footer {

    width: 100%;

    background:
        linear-gradient(
            135deg,
            #071936 0%,
            #0b1f43 50%,
            #081a36 100%
        );

    color: #ffffff;

    padding: 55px 20px 25px;

    box-sizing: border-box;

    position: relative;

    overflow: hidden;
}


/* =========================================
   SUBTLE BACKGROUND EFFECT
========================================= */

.nw-footer::before {

    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    top: -250px;
    left: -180px;

    background: rgba(212, 175, 55, 0.07);

    border-radius: 50%;

    filter: blur(10px);

    pointer-events: none;
}


.nw-footer::after {

    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    right: -180px;
    bottom: -220px;

    background: rgba(255, 255, 255, 0.03);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================
   CONTAINER
========================================= */

.nw-footer-container {

    width: 90%;

    max-width: 1100px;

    margin: 0 auto;

    text-align: center;

    position: relative;

    z-index: 2;
}


/* =========================================
   LOGO
========================================= */

.nw-logo-box {

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 32px;
}


.nw-logo {

    width: 210px;

    max-width: 80%;

    height: auto;

    display: block;

    object-fit: contain;

    transition: 0.3s ease;
}


.nw-logo:hover {

    transform: translateY(-3px);

}


/* =========================================
   CONTENT
========================================= */

.nw-footer-content {

    max-width: 900px;

    margin: 0 auto;

}


.nw-footer-content p {

    margin: 0 auto 12px;

    font-size: 14px;

    line-height: 25px;

    color: #d9e2f2;

    font-weight: 400;
}


/* =========================================
   DIVIDER
========================================= */

.nw-divider {

    width: 100%;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.22),
            transparent
        );

    margin: 30px 0 25px;
}


/* =========================================
   BOTTOM FOOTER
========================================= */

.nw-footer-bottom {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

    flex-wrap: wrap;

}


.nw-footer-bottom p {

    margin: 0;

    font-size: 13px;

    color: #d7deeb;

}


/* =========================================
   FOOTER LINKS
========================================= */

.nw-footer-links {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    flex-wrap: wrap;

}


.nw-footer-links a {

    color: #ffffff;

    text-decoration: none;

    font-size: 13px;

    transition: 0.3s ease;
}


.nw-footer-links a:hover {

    color: #d4af37;

}


.nw-footer-links span {

    color: rgba(255,255,255,0.35);

    font-size: 12px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .nw-footer {

        padding: 45px 18px 22px;

    }


    .nw-footer-container {

        width: 94%;

    }


    .nw-logo {

        width: 175px;

    }


    .nw-logo-box {

        margin-bottom: 25px;

    }


    .nw-footer-content p {

        font-size: 13px;

        line-height: 23px;

    }


    .nw-divider {

        margin: 25px 0 20px;

    }


    .nw-footer-bottom {

        flex-direction: column;

        justify-content: center;

        gap: 14px;

    }


    .nw-footer-bottom p {

        text-align: center;

        font-size: 12px;

    }


    .nw-footer-links {

        gap: 7px;

    }


    .nw-footer-links a {

        font-size: 12px;

    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .nw-footer {

        padding: 40px 15px 20px;

    }


    .nw-logo {

        width: 155px;

    }


    .nw-footer-content p {

        font-size: 12px;

        line-height: 21px;

    }


    .nw-footer-links {

        gap: 5px;

    }

}/* End custom CSS */