.elementor-41 .elementor-element.elementor-element-ace51b1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c927ebc *//* =========================================
   MANOJ JEWELLERS HEADER
========================================= */

.mj-header {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 88px;

    z-index: 99999;

    background: #fffdf8;

    border-bottom: 1px solid #eee6d8;

    box-shadow: 0 3px 18px rgba(50, 40, 25, 0.06);
}


/* MAIN CONTAINER */

.mj-header-container {
    width: 92%;
    max-width: 1200px;

    height: 88px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}


/* =========================================
   LOGO + BRAND
========================================= */

.mj-brand {
    display: flex;
    align-items: center;

    gap: 12px;

    flex-shrink: 0;

    text-decoration: none;
}


/* LOGO */

.mj-logo {
    width: 55px;
    height: 55px;

    flex: 0 0 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid #c7a15b;

    border-radius: 50%;

    overflow: hidden;

    position: relative;
}


/* ACTUAL LOGO IMAGE */

.mj-logo img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    object-fit: contain !important;

    object-position: center !important;

    margin: 0 !important;
    padding: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;
}


/* BRAND TEXT */

.mj-brand-text {
    display: flex;
    flex-direction: column;

    line-height: 1;

    white-space: nowrap;
}

.mj-brand-text strong {
    color: #28231e;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 24px;
    font-weight: 500;

    letter-spacing: 3px;
}

.mj-brand-text span {
    color: #b18a52;

    margin-top: 7px;

    font-family: Arial, sans-serif;

    font-size: 8px;
    font-weight: 600;

    letter-spacing: 5px;
}


/* =========================================
   NAVIGATION
========================================= */

.mj-navigation {
    display: flex;
    align-items: center;

    gap: 30px;

    margin-left: auto;
}

.mj-navigation a {
    position: relative;

    color: #403a33;

    font-family: Arial, sans-serif;

    font-size: 13px;
    font-weight: 500;

    text-decoration: none;

    transition: all .3s ease;
}

.mj-navigation a:hover {
    color: #b18a52;
}


/* SMALL GOLD UNDERLINE */

.mj-navigation a::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: -8px;

    width: 0;
    height: 2px;

    transform: translateX(-50%);

    background: #b18a52;

    transition: width .3s ease;
}

.mj-navigation a:hover::after {
    width: 18px;
}


/* =========================================
   ENQUIRE BUTTON
========================================= */

.mj-header-btn {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 115px;
    height: 43px;

    padding: 0 18px;

    background: #b18a52;

    color: #ffffff !important;

    font-family: Arial, sans-serif;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: .5px;

    text-decoration: none;

    border-radius: 2px;

    transition: all .3s ease;

    flex-shrink: 0;
}

.mj-header-btn:hover {
    background: #94703c;

    color: #ffffff !important;

    transform: translateY(-1px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .mj-navigation {
        gap: 18px;
    }

    .mj-navigation a {
        font-size: 12px;
    }

    .mj-brand-text strong {
        font-size: 21px;
    }

    .mj-header-btn {
        min-width: 105px;
        padding: 0 13px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .mj-header {
        height: 74px;
    }

    .mj-header-container {
        height: 74px;
        width: 94%;
    }

    .mj-navigation {
        display: none;
    }

    .mj-logo {
        width: 45px;
        height: 45px;

        flex-basis: 45px;
    }

    .mj-brand-text strong {
        font-size: 19px;

        letter-spacing: 2px;
    }

    .mj-brand-text span {
        font-size: 7px;

        letter-spacing: 4px;

        margin-top: 6px;
    }

    .mj-header-btn {
        min-width: auto;

        height: 38px;

        padding: 0 13px;

        font-size: 9px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .mj-brand {
        gap: 8px;
    }

    .mj-brand-text strong {
        font-size: 17px;
    }

    .mj-brand-text span {
        font-size: 6px;
        letter-spacing: 3px;
    }

    .mj-logo {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .mj-header-btn {
        padding: 0 10px;
        font-size: 8px;
    }
}/* End custom CSS */