.elementor-5884 .elementor-element.elementor-element-e05bbd2{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-5884 .elementor-element.elementor-element-e05bbd2{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-a46225c *//* =========================================================
   NITIZEN MART FOOTER
========================================================= */

.nv-footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #111111;
    color: #ffffff;
}


/* =========================================================
   MAIN FOOTER
========================================================= */

.nv-footer-main {
    width: 100%;
    box-sizing: border-box;

    padding: 28px 5% 0;

    background: #111111;
}


/* =========================================================
   FOUR MAIN COLUMNS
========================================================= */

.nv-footer-content {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;
    padding: 0;

    display: grid;

    grid-template-columns:
        1.35fr
        1fr
        1fr
        1.35fr;

    column-gap: 45px;

    align-items: start;
}


/* =========================================================
   BRAND
========================================================= */

.nv-footer-brand {
    margin: 0;
    padding: 0;
}

.nv-footer-logo {
    margin: 0 0 12px 0;
    padding: 0;
}

.nv-footer-logo img {
    display: block;

    width: auto;
    max-width: 185px;
    height: auto;

    margin: 0;
    padding: 0;
}

.nv-footer-brand p {
    margin: 0;
    padding: 0;

    max-width: 300px;

    color: #a9a9a9;

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.nv-footer-column {
    margin: 0;
    padding: 0;
}

.nv-footer-column h3,
.nv-newsletter h3 {
    margin: 0 0 13px 0;
    padding: 0;

    color: #ffffff;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.nv-footer-column a {
    display: block;

    margin: 0 0 7px 0;
    padding: 0;

    color: #a9a9a9;

    font-size: 13px;
    line-height: 1.45;

    text-decoration: none;

    transition: color 0.2s ease;
}

.nv-footer-column a:hover {
    color: #ffffff;
}


/* =========================================================
   NEWSLETTER
========================================================= */

.nv-newsletter {
    margin: 0;
    padding: 0;
}

.nv-newsletter p {
    margin: 0 0 13px 0;
    padding: 0;

    max-width: 310px;

    color: #a9a9a9;

    font-size: 13px;
    line-height: 1.6;
}

.nv-newsletter-form {
    display: flex;

    width: 100%;
    max-width: 330px;

    margin: 0;
    padding: 0;
}

.nv-newsletter-form input {
    flex: 1;

    min-width: 0;
    height: 42px;

    box-sizing: border-box;

    padding: 0 13px;

    border: none;

    background: #ffffff;
    color: #222222;

    font-size: 13px;

    outline: none;
}

.nv-newsletter-form input::placeholder {
    color: #8b8b8b;
}

.nv-newsletter-form button {
    width: 46px;
    height: 42px;

    border: none;

    background: #ffffff;
    color: #222222;

    font-size: 20px;

    cursor: pointer;
}


/* =========================================================
   SOCIAL + PAYMENT ROW
========================================================= */

.nv-social-payment-row {
    width: 100%;
    max-width: 1400px;

    margin: 25px auto 0;
    padding: 17px 0;

    display: flex;

    align-items: center;
    justify-content: space-between;

    /* NO BORDER HERE */
    border: none;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

/* ==========================================
   SOCIAL / CONNECT
========================================== */

.nv-social {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 14px;

    margin: 0;
    padding: 0;
}

.nv-social-title {
    margin: 0 !important;
    padding: 0;

    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.nv-social-icons {
    display: flex;

    align-items: center;

    gap: 12px;

    margin: 0;
    padding: 0;
}

.nv-social-icons a {
    width: 24px;
    height: 24px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    border-radius: 50%;

    text-decoration: none;

    transition: transform 0.2s ease;
}

.nv-social-icons img {
    width: 22px;
    height: 22px;

    display: block;

    /* Keep original brand colours */
    filter: none;

    opacity: 1;

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.nv-social-icons a:hover {
    transform: translateY(-2px);
}

.nv-social-icons a:hover img {
    opacity: 0.8;
}

/* =========================================================
   PAYMENT SECTION
========================================================= */

.nv-payment {
    display: flex;

    align-items: center;
    justify-content: flex-end;

    gap: 12px;

    margin: 0;
    padding: 0;
}

.nv-payment-title {
    color: #999999;

    font-size: 12px;
    font-weight: 500;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    white-space: nowrap;
}

.nv-payment-icons {
    display: flex;

    align-items: center;

    gap: 7px;

    margin: 0;
    padding: 0;
}

.nv-payment-logo {
    width: 50px;
    height: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    padding: 5px 7px;

    background: #ffffff;

    border-radius: 4px;
}

.nv-payment-logo img {
    display: block;

    width: auto;
    max-width: 100%;

    height: auto;
    max-height: 19px;
}

.nv-cod {
    color: #222222;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 0.3px;
}


/* =========================================================
   COPYRIGHT
========================================================= */

.nv-copyright-row {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;

    padding: 15px 0 18px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    /* THE ONLY FOOTER DIVIDER */
    border-top: 1px solid #2d2d2d;
}

.nv-copyright {
    color: #777777;

    font-size: 11px;

    line-height: 1.5;
}

.nv-copyright strong {
    color: #999999;

    font-weight: 500;
}


/* =========================================================
   LEGAL LINKS
========================================================= */

.nv-legal-links {
    display: flex;

    align-items: center;
    justify-content: flex-end;

    gap: 18px;

    flex-wrap: wrap;
}

.nv-legal-links a {
    color: #777777;

    font-size: 11px;

    text-decoration: none;

    transition: color 0.2s ease;
}

.nv-legal-links a:hover {
    color: #ffffff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .nv-footer-main {
        padding-left: 30px;
        padding-right: 30px;
    }

    .nv-footer-content {
        grid-template-columns: 1fr 1fr;

        row-gap: 30px;
        column-gap: 35px;
    }

    .nv-social-payment-row {
        flex-wrap: wrap;

        gap: 20px;
    }

    .nv-payment {
        margin-left: auto;
    }

    .nv-copyright-row {
        flex-direction: column;

        align-items: flex-start;
    }

    .nv-legal-links {
        justify-content: flex-start;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .nv-footer-main {
        padding: 25px 20px 0;
    }

    .nv-footer-content {
        grid-template-columns: 1fr;

        row-gap: 25px;
    }

    .nv-footer-logo img {
        max-width: 170px;
    }

    .nv-footer-brand p {
        max-width: 100%;
    }

    .nv-newsletter-form {
        max-width: 100%;
    }

    .nv-social-payment-row {
        margin-top: 20px;
        padding: 15px 0;

        flex-direction: column;

        align-items: flex-start;
    }

    .nv-payment {
        margin-left: 0;

        flex-wrap: wrap;

        justify-content: flex-start;
    }

    .nv-payment-title {
        width: 100%;
    }

    .nv-payment-icons {
        flex-wrap: wrap;
    }

    .nv-copyright-row {
        padding-top: 14px;
        padding-bottom: 18px;

        gap: 12px;
    }

    .nv-legal-links {
        gap: 10px 15px;
    }
}

/* =========================================================
   NITIZEN MART — COMPACT FOOTER SPACING
========================================================= */

/* Main footer container */
.nv-footer-main {
    padding-top: 35px;
    padding-bottom: 0;
}


/* =========================================================
   MAIN FOUR-COLUMN SECTION
========================================================= */

.nv-footer-content {
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
}


/* Brand */
.nv-footer-brand p {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
}


/* Footer headings */
.nv-footer-column h3,
.nv-newsletter h3 {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
}


/* Footer links */
.nv-footer-column a {
    margin-bottom: 10px !important;
}


/* Newsletter text */
.nv-newsletter p {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
}


/* =========================================================
   SOCIAL + PAYMENT ROW
========================================================= */

.nv-social-payment-row {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 20px !important;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* =========================================================
   CONNECT SECTION
========================================================= */

.nv-social {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 !important;
    padding: 0 !important;
}


/* CONNECT title */
.nv-social-title {
    display: block;
    margin: 0 !important;
    padding: 0 !important;

    font-size: 13px;
    font-weight: 600;
}


/* Social icons */
.nv-social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
}


/* Individual social icon */
.nv-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;

    margin: 0 !important;
    padding: 0 !important;
}


/* Icon image */
.nv-social-icons img {
    display: block;

    width: 22px;
    height: 22px;

    object-fit: contain;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   PAYMENT SECTION
========================================================= */

.nv-payment {
    display: flex;
    align-items: center;
    gap: 16px;

    margin: 0 !important;
    padding: 0 !important;
}


/* Secure Payments text */
.nv-payment-title {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 12px;
    white-space: nowrap;
}


/* Payment logos */
.nv-payment-icons {
    display: flex;
    align-items: center;
    gap: 8px;

    margin: 0 !important;
    padding: 0 !important;
}


/* Individual payment box */
.nv-payment-logo {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 26px;

    margin: 0 !important;
    padding: 3px 7px !important;

    border-radius: 3px;
}


/* Payment images */
.nv-payment-logo img {
    display: block;

    max-width: 100%;
    max-height: 20px;

    object-fit: contain;

    margin: 0 !important;
}


/* COD */
.nv-payment-logo.nv-cod {
    font-size: 9px;
    font-weight: 600;
}


/* =========================================================
   COPYRIGHT ROW
========================================================= */

.nv-copyright-row {
    margin-top: 0 !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .nv-footer-main {
        padding-top: 25px;
    }

    .nv-footer-content {
        margin-bottom: 25px !important;
    }

    .nv-social-payment-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding-bottom: 20px !important;
    }

    .nv-social {
        gap: 15px;
    }

    .nv-payment {
        gap: 12px;
        flex-wrap: wrap;
    }

    .nv-copyright-row {
        gap: 12px;
    }
}/* End custom CSS */