.elementor-49 .elementor-element.elementor-element-0b51dc1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}/* Start custom CSS for html, class: .elementor-element-57a0a9f *//* =====================================================
   MANOJ JEWELLERS — FOOTER
===================================================== */

.mj-footer {
    background: #29241f;
    color: #ffffff;
    font-family: "DM Sans", Arial, sans-serif;
}


/* =====================================================
   MAIN FOOTER
===================================================== */

.mj-footer-container {
    width: 92%;
    max-width: 1180px;
    margin: 0 auto;
}

.mj-footer > .mj-footer-container {
    padding-top: 70px;
    padding-bottom: 60px;

    display: grid;

    grid-template-columns:
        1.55fr
        0.8fr
        1fr
        1.35fr;

    gap: 55px;
}


/* =====================================================
   BRAND
===================================================== */

.mj-footer-brand {
    max-width: 340px;
}


/* LOGO */

.mj-footer-logo {
    display: inline-flex;
    align-items: center;

    gap: 13px;

    text-decoration: none;
}

.mj-footer-logo img {
    display: block;

    width: 58px !important;
    height: 58px !important;

    max-width: 58px !important;

    object-fit: contain !important;

    background: #ffffff;

    border: 1px solid #c8a66c;

    border-radius: 50%;

    padding: 3px;

    margin: 0 !important;
}


/* LOGO NAME */

.mj-footer-logo-name {
    display: flex;
    flex-direction: column;

    line-height: 1;
}

.mj-footer-logo-name strong {
    color: #ffffff;

    font-family: "Playfair Display",
        Georgia, serif;

    font-size: 25px;
    font-weight: 500;

    letter-spacing: 3px;
}

.mj-footer-logo-name span {
    color: #c8a66c;

    margin-top: 7px;

    font-family: Arial, sans-serif;

    font-size: 8px;
    font-weight: 600;

    letter-spacing: 5px;
}


/* DESCRIPTION */

.mj-footer-brand > p {
    margin: 24px 0 23px;

    color: #b5aea6;

    font-size: 12px;

    line-height: 1.9;
}


/* EXPLORE LINK */

.mj-footer-explore {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    color: #d1b178;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: .4px;

    text-decoration: none;

    transition: .3s;
}

.mj-footer-explore span {
    font-size: 16px;

    transition: transform .3s;
}

.mj-footer-explore:hover {
    color: #ffffff;
}

.mj-footer-explore:hover span {
    transform: translateX(4px);
}


/* =====================================================
   FOOTER COLUMNS
===================================================== */

.mj-footer-column h3 {
    margin: 0 0 25px;

    color: #ffffff;

    font-family: "Playfair Display",
        Georgia, serif;

    font-size: 19px;
    font-weight: 500;
}

.mj-footer-column h3::after {
    content: "";

    display: block;

    width: 27px;
    height: 1px;

    margin-top: 10px;

    background: #c8a66c;
}


.mj-footer-column ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.mj-footer-column li {
    margin-bottom: 14px;
}

.mj-footer-column li a {
    color: #aaa39b;

    font-size: 12px;

    text-decoration: none;

    transition: all .25s ease;
}

.mj-footer-column li a:hover {
    color: #d3b77f;

    padding-left: 4px;
}


/* =====================================================
   CONTACT
===================================================== */

.mj-contact-row {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-bottom: 19px;
}


.mj-contact-icon {
    width: 32px;
    height: 32px;

    flex: 0 0 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(200,166,108,.45);

    border-radius: 50%;

    color: #c8a66c;

    font-size: 13px;
}


.mj-contact-row strong {
    display: block;

    margin: 1px 0 4px;

    color: #e9e4dd;

    font-size: 11px;

    font-weight: 600;
}


.mj-contact-row p {
    margin: 0;

    color: #aaa39b;

    font-size: 11px;

    line-height: 1.7;
}


.mj-contact-row a {
    color: #aaa39b;

    text-decoration: none;

    transition: .3s;
}

.mj-contact-row a:hover {
    color: #d3b77f;
}


/* =====================================================
   MIDDLE FOOTER BAR
===================================================== */

.mj-footer-middle {
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);

    background: rgba(0,0,0,.08);
}


.mj-footer-middle-inner {
    min-height: 72px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;
}


.mj-footer-tagline {
    color: #938b82;

    font-family: "Playfair Display",
        Georgia, serif;

    font-size: 12px;

    font-style: italic;
}

.mj-footer-tagline span {
    color: #c8a66c;

    margin: 0 8px;
}


/* =====================================================
   SOCIAL ICONS
===================================================== */

.mj-footer-social {
    display: flex;

    gap: 9px;
}


.mj-footer-social a {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.18);

    border-radius: 50%;

    color: #c8a66c;

    font-family: Arial, sans-serif;

    font-size: 13px;

    text-decoration: none;

    transition: .3s;
}

.mj-footer-social a:hover {
    color: #ffffff;

    background: #b18a52;

    border-color: #b18a52;
}


/* =====================================================
   BOTTOM
===================================================== */

.mj-footer-bottom {
    background: #211d19;
}


.mj-footer-bottom-inner {
    min-height: 65px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;
}


.mj-footer-bottom p {
    margin: 0;

    color: #77716a;

    font-size: 10px;
}


/* LEGAL LINKS */

.mj-footer-legal {
    display: flex;
    align-items: center;

    gap: 11px;
}

.mj-footer-legal a {
    color: #89827a;

    font-size: 10px;

    text-decoration: none;

    transition: .3s;
}

.mj-footer-legal a:hover {
    color: #d3b77f;
}

.mj-footer-legal span {
    width: 3px;
    height: 3px;

    background: #625c55;

    border-radius: 50%;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 950px) {

    .mj-footer > .mj-footer-container {
        grid-template-columns: repeat(2, 1fr);

        gap: 45px;
    }

    .mj-footer-brand {
        max-width: 100%;
    }

    .mj-footer-bottom-inner {
        flex-direction: column;

        justify-content: center;

        padding: 20px 0;

        text-align: center;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .mj-footer > .mj-footer-container {
        grid-template-columns: 1fr;

        padding-top: 55px;
        padding-bottom: 45px;

        gap: 38px;
    }


    .mj-footer-brand {
        max-width: 100%;
    }


    .mj-footer-logo img {
        width: 52px !important;
        height: 52px !important;

        max-width: 52px !important;
    }


    .mj-footer-logo-name strong {
        font-size: 22px;
    }


    .mj-footer-middle-inner {
        min-height: 105px;

        flex-direction: column;

        justify-content: center;

        text-align: center;

        gap: 14px;
    }


    .mj-footer-tagline {
        font-size: 11px;
    }


    .mj-footer-legal {
        flex-wrap: wrap;

        justify-content: center;
    }

}/* End custom CSS */