.elementor-7428 .elementor-element.elementor-element-6b462ea{width:100%;max-width:100%;}.elementor-7428 .elementor-element.elementor-element-2e3ec12{width:100%;max-width:100%;}.elementor-7428 .elementor-element.elementor-element-9b545fc:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-7428 .elementor-element.elementor-element-9b545fc > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://namu.co.in/wp-content/uploads/2022/02/contact-bg.png");background-size:cover;}.elementor-7428 .elementor-element.elementor-element-9b545fc > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-7428 .elementor-element.elementor-element-9b545fc > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-7428 .elementor-element.elementor-element-9b545fc > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7428 .elementor-element.elementor-element-3038948 .silicon-elementor-highlighted-heading__title{color:#FFFFFF;font-size:34px;font-weight:700;}.elementor-7428 .elementor-element.elementor-element-3038948 .silicon-elementor-highlighted-heading__highlighted-text{color:#FFFFFF;}.elementor-7428 .elementor-element.elementor-element-83837c5 .elementor-button-content-wrapper{flex-direction:row;}.elementor-7428 .elementor-element.elementor-element-83837c5 .silicon-button-text{color:#000000;}/* Start custom CSS for html, class: .elementor-element-2e3ec12 *//* =========================================================
   NAMU GLOBAL BRANDS SECTION
   LIGHT + DARK MODE
========================================================= */


/* =========================================================
   MAIN SECTION - LIGHT MODE
========================================================= */

.namu-brands-section {
    width: 100%;
    padding: 70px 20px;

    background: #f7faff;

    box-sizing: border-box;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}


.namu-brands-container {
    width: 100%;
    max-width: 1250px;

    margin: 0 auto;
}


/* =========================================================
   HEADING - LIGHT
========================================================= */

.namu-brands-heading {
    text-align: center;

    margin-bottom: 45px;
}


.namu-brands-heading h2 {
    margin: 0 0 18px;

    color: #151515;

    font-size: 38px;
    line-height: 1.2;

    font-weight: 700;

    transition: color 0.3s ease;
}


.namu-brands-heading p {
    max-width: 900px;

    margin: 0 auto;

    color: #555555;

    font-size: 17px;
    line-height: 1.7;

    transition: color 0.3s ease;
}


/* =========================================================
   GRID
========================================================= */

.namu-brands-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 28px;

    width: 100%;
}


/* =========================================================
   CARD - LIGHT MODE
========================================================= */

.namu-brand-card {
    width: 100%;
    height: 200px;

    background: #ffffff;

    border: 1px solid #d6d6d6;

    border-radius: 12px;

    overflow: hidden;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;

    text-decoration: none !important;

    color: inherit;

    cursor: pointer;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}


/* =========================================================
   LOGO AREA
========================================================= */

.namu-brand-logo {
    width: 100%;
    height: 135px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 15px 25px 5px;

    box-sizing: border-box;

    background: #ffffff;

    transition: background 0.3s ease;
}


.namu-brand-logo img {
    display: block;

    width: auto;

    height: 95px;

    max-width: 85%;
    max-height: 95px;

    object-fit: contain;

    margin: 0 auto;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.namu-brand-content {
    flex: 1;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: flex-start;

    text-align: center;

    padding: 4px 15px 15px;

    box-sizing: border-box;
}


.namu-brand-content h3 {
    width: 100%;

    margin: 0;
    padding: 0;

    color: #222222;

    font-size: 15px;

    line-height: 1.35;

    font-weight: 600;

    text-align: center;

    transition: color 0.3s ease;
}


.namu-brand-content span {
    display: block;

    margin-top: 4px;

    color: #777777;

    font-size: 13px;

    line-height: 1.3;

    text-align: center;

    transition: color 0.3s ease;
}


/* =========================================================
   REMOVE LINK COLORS
========================================================= */

.namu-brand-card,
.namu-brand-card:visited,
.namu-brand-card:hover,
.namu-brand-card:active {
    text-decoration: none !important;
}


/* =========================================================
   LIGHT MODE HOVER
========================================================= */

.namu-brand-card:hover {
    transform: translateY(-4px);

    border-color: #bdbdbd;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   =========================================================
   DARK MODE
   =========================================================
========================================================= */


/*
   Main theme .elementor-7428 .elementor-element.elementor-element-2e3ec12s
*/

html.dark-mode .namu-brands-section,
body.dark-mode .namu-brands-section,
html.dark .namu-brands-section,
body.dark .namu-brands-section,
body.dark-theme .namu-brands-section,
html[data-theme="dark"] .namu-brands-section,
body[data-theme="dark"] .namu-brands-section,
html[data-bs-theme="dark"] .namu-brands-section,
body[data-bs-theme="dark"] .namu-brands-section {
    background: #0d0b1d !important;
}


/* =========================================================
   DARK HEADING
========================================================= */

html.dark-mode .namu-brands-heading h2,
body.dark-mode .namu-brands-heading h2,
html.dark .namu-brands-heading h2,
body.dark .namu-brands-heading h2,
body.dark-theme .namu-brands-heading h2,
html[data-theme="dark"] .namu-brands-heading h2,
body[data-theme="dark"] .namu-brands-heading h2,
html[data-bs-theme="dark"] .namu-brands-heading h2,
body[data-bs-theme="dark"] .namu-brands-heading h2 {
    color: #ffffff !important;
}


html.dark-mode .namu-brands-heading p,
body.dark-mode .namu-brands-heading p,
html.dark .namu-brands-heading p,
body.dark .namu-brands-heading p,
body.dark-theme .namu-brands-heading p,
html[data-theme="dark"] .namu-brands-heading p,
body[data-theme="dark"] .namu-brands-heading p,
html[data-bs-theme="dark"] .namu-brands-heading p,
body[data-bs-theme="dark"] .namu-brands-heading p {
    color: #c8c8c8 !important;
}


/* =========================================================
   DARK CARDS
========================================================= */

html.dark-mode .namu-brand-card,
body.dark-mode .namu-brand-card,
html.dark .namu-brand-card,
body.dark .namu-brand-card,
body.dark-theme .namu-brand-card,
html[data-theme="dark"] .namu-brand-card,
body[data-theme="dark"] .namu-brand-card,
html[data-bs-theme="dark"] .namu-brand-card,
body[data-bs-theme="dark"] .namu-brand-card {
    background: #18152b !important;

    border-color:
        rgba(255, 255, 255, 0.15) !important;
}


/* =========================================================
   DARK LOGO AREA
========================================================= */

html.dark-mode .namu-brand-logo,
body.dark-mode .namu-brand-logo,
html.dark .namu-brand-logo,
body.dark .namu-brand-logo,
body.dark-theme .namu-brand-logo,
html[data-theme="dark"] .namu-brand-logo,
body[data-theme="dark"] .namu-brand-logo,
html[data-bs-theme="dark"] .namu-brand-logo,
body[data-bs-theme="dark"] .namu-brand-logo {
    background: #18152b !important;
}


/* =========================================================
   DARK COMPANY NAME
========================================================= */

html.dark-mode .namu-brand-content h3,
body.dark-mode .namu-brand-content h3,
html.dark .namu-brand-content h3,
body.dark .namu-brand-content h3,
body.dark-theme .namu-brand-content h3,
html[data-theme="dark"] .namu-brand-content h3,
body[data-theme="dark"] .namu-brand-content h3,
html[data-bs-theme="dark"] .namu-brand-content h3,
body[data-bs-theme="dark"] .namu-brand-content h3 {
    color: #ffffff !important;
}


/* =========================================================
   DARK SOURCING TEXT
========================================================= */

html.dark-mode .namu-brand-content span,
body.dark-mode .namu-brand-content span,
html.dark .namu-brand-content span,
body.dark .namu-brand-content span,
body.dark-theme .namu-brand-content span,
html[data-theme="dark"] .namu-brand-content span,
body[data-theme="dark"] .namu-brand-content span,
html[data-bs-theme="dark"] .namu-brand-content span,
body[data-bs-theme="dark"] .namu-brand-content span {
    color: #bcb8c9 !important;
}


/* =========================================================
   DARK HOVER
========================================================= */

html.dark-mode .namu-brand-card:hover,
body.dark-mode .namu-brand-card:hover,
html.dark .namu-brand-card:hover,
body.dark .namu-brand-card:hover,
body.dark-theme .namu-brand-card:hover,
html[data-theme="dark"] .namu-brand-card:hover,
body[data-theme="dark"] .namu-brand-card:hover,
html[data-bs-theme="dark"] .namu-brand-card:hover,
body[data-bs-theme="dark"] .namu-brand-card:hover {
    background: #1f1b37 !important;

    border-color:
        rgba(255, 255, 255, 0.28) !important;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.45) !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .namu-brands-section {
        padding: 55px 18px;
    }


    .namu-brands-grid {
        grid-template-columns: repeat(3, 1fr);

        gap: 20px;
    }


    .namu-brand-card {
        height: 195px;
    }


    .namu-brand-logo {
        height: 130px;
    }


    .namu-brand-logo img {
        height: 90px;

        max-height: 90px;
    }


    .namu-brands-heading h2 {
        font-size: 32px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .namu-brands-section {
        padding: 45px 15px;
    }


    .namu-brands-heading {
        margin-bottom: 30px;
    }


    .namu-brands-heading h2 {
        font-size: 27px;

        line-height: 1.25;

        margin-bottom: 14px;
    }


    .namu-brands-heading p {
        font-size: 15px;

        line-height: 1.6;
    }


    .namu-brands-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 15px;
    }


    .namu-brand-card {
        height: 180px;

        border-radius: 10px;
    }


    .namu-brand-logo {
        height: 110px;

        padding: 10px;
    }


    .namu-brand-logo img {
        height: 70px;

        max-height: 70px;

        max-width: 88%;
    }


    .namu-brand-content {
        padding: 5px 8px 12px;
    }


    .namu-brand-content h3 {
        font-size: 13px;

        line-height: 1.3;
    }


    .namu-brand-content span {
        font-size: 11px;

        margin-top: 3px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .namu-brands-section {
        padding: 40px 12px;
    }


    .namu-brands-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .namu-brand-card {
        height: 190px;
    }


    .namu-brand-logo {
        height: 120px;
    }


    .namu-brand-logo img {
        height: 75px;

        max-height: 75px;
    }


    .namu-brand-content h3 {
        font-size: 14px;
    }


    .namu-brand-content span {
        font-size: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for highlighted-heading, class: .elementor-element-3038948 */.text-decoration-none-hover:hover {
    text-decoration: none !important;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-9b545fc */.py-8 {
    padding-top: 3rem !important ;
    padding-bottom: 3rem !important;
}

@media (min-width: 768px )  {
        .py-md-10 {
            padding-top: 6rem !important;
            padding-bottom: 6rem !important;
        }
    }/* End custom CSS */