/*
Theme Name: MCV ProTrust Child
Theme URI: https://mcvprotrust.com/
Description: Tema personalizata MCV ProTrust
Author: MCV ProTrust
Template: hello-elementor
Version: 1.0.0
Text Domain: mcvprotrust-child
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');


/* ==================================================
   MCV PROTRUST - CUSTOM HEADER
   ================================================== */


/* Ascunde headerul vechi HFE / Elementor */
.elementor-10,
#site-header,
.site-header,
header.site-header {
    display: none !important;
}


/* ==================================================
   HEADER PRINCIPAL
   ================================================== */

#mcv-custom-header {
    display: block !important;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);

    position: sticky;
    top: 0;

    z-index: 99999;
}

.admin-bar #mcv-custom-header {
    top: 32px;
}


/* ==================================================
   CONTAINER
   ================================================== */

.mcv-custom-header-inner {
    width: 100%;
    max-width: 1500px;
    height: 105px;

    margin: 0 auto;
    padding: 0 42px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* ==================================================
   LOGO
   ================================================== */

.mcv-custom-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.mcv-custom-logo > a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.mcv-custom-logo .custom-logo-link {
    display: flex;
    align-items: center;
}

.mcv-custom-logo img,
.mcv-custom-logo .custom-logo {
    display: block !important;
    width: auto !important;
    height: 165px !important;
    max-width: 250px !important;
    max-height: none !important;
    object-fit: contain !important;
}



/* ==================================================
   NAVIGATIE
   ================================================== */

.mcv-custom-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.mcv-custom-nav > ul {
    display: flex;
    align-items: center;

    gap: 31px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.mcv-custom-nav > ul > li {
    position: relative;

    margin: 0;
    padding: 0;

    list-style: none;
}


/* ==================================================
   LINKURI MENIU
   ================================================== */

.mcv-custom-nav a {
    color: #171717;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 550;
    line-height: 1;

    letter-spacing: 0.15px;

    text-decoration: none;

    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}

.mcv-custom-nav > ul > li > a:not(.mcv-partner-btn):hover {
    color: #555555;
}


/* ==================================================
   PRODUSE
   ================================================== */

.mcv-products {
    position: relative;
}

.mcv-products > a {
    display: flex;
    align-items: center;
    gap: 5px;
}


/* ==================================================
   DROPDOWN PRODUSE
   ================================================== */

.mcv-products-dropdown {
    display: none !important;

    position: absolute;

    top: calc(100% + 22px);
    left: -24px;

    width: 330px;

    margin: 0;
    padding: 16px 0;

    background: #ffffff;

    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 2px;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.10);

    list-style: none;

    z-index: 100000;
}


/* punte invizibilă pentru hover */
.mcv-products-dropdown::before {
    content: "";

    position: absolute;

    top: -24px;
    left: 0;

    width: 100%;
    height: 24px;
}


.mcv-products:hover > .mcv-products-dropdown {
    display: block !important;
}


.mcv-products-dropdown li {
    display: block;

    margin: 0;
    padding: 0;

    list-style: none;
}


.mcv-products-dropdown a {
    display: block;

    padding: 10px 24px;

    color: #1c1c1c;

    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;

    white-space: nowrap;
}


.mcv-products-dropdown a:hover {
    background: #f6f6f6;
    color: #000000;
}


.mcv-divider {
    display: block;

    height: 1px;

    margin: 9px 24px !important;
    padding: 0 !important;

    background: #e9e9e9;
}


/* ==================================================
   DEVINO PARTENER
   ================================================== */

.mcv-partner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 40px;

    padding: 0 19px;

    background: #181818;

    color: #ffffff !important;

    border: 1px solid #181818;
    border-radius: 2px;

    font-size: 12px !important;
    font-weight: 600 !important;

    letter-spacing: 0.2px;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}


.mcv-partner-btn:hover {
    background: #ffffff;
    color: #181818 !important;
}


/* ==================================================
   LIMBI
   ================================================== */

.mcv-languages {
    display: flex;
    align-items: center;
    gap: 7px;
}

.mcv-languages a {
    font-size: 12px;
    font-weight: 600;
}

.mcv-languages span {
    color: #aaaaaa;
    font-size: 12px;
}


/* ==================================================
   TABLETA
   ================================================== */

@media (max-width: 1200px) {

    .mcv-custom-header-inner {
        padding: 0 26px;
    }

    .mcv-custom-nav > ul {
        gap: 20px;
    }

    .mcv-custom-nav a {
        font-size: 12px;
    }

    .mcv-partner-btn {
        padding: 0 14px;
    }
}


/* ==================================================
   MOBIL
   ================================================== */

@media (max-width: 900px) {

    #mcv-custom-header {
        position: sticky;
        top: 0;
    }

    .admin-bar #mcv-custom-header {
        top: 46px;
    }

    .mcv-custom-header-inner {
        height: 74px;

        padding: 0 20px;
    }

    .mcv-custom-logo img,
    .mcv-custom-logo .custom-logo {
        max-width: 105px;
        max-height: 60px;
    }

    .mcv-custom-nav {
        display: none;
    }
/* FONT FINAL HEADER MCV */
#mcv-custom-header,
#mcv-custom-header a,
.mcv-custom-nav,
.mcv-custom-nav a,
.mcv-products-dropdown,
.mcv-products-dropdown a {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-style: normal !important;
    text-transform: none;
    font-synthesis: none;
}

/* Meniu principal */
.mcv-custom-nav > ul > li > a {
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.15px !important;
}

/* Dropdown */
.mcv-products-dropdown a {
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.45 !important;
}

/* Buton partener */
.mcv-partner-btn {
    font-size: 13px !important;
    font-weight: 600 !important;
}
#mcv-custom-header,
#mcv-custom-header a,
.mcv-custom-nav,
.mcv-custom-nav a,
.mcv-products-dropdown,
.mcv-products-dropdown a {
    font-family: Arial, Helvetica, sans-serif !important;
}
/* ==========================================
   FONT FIX MCV
   ========================================== */

.mcv-custom-nav a,
.mcv-products-dropdown a {
    font-family: Arial, Helvetica, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
}

.mcv-custom-nav > ul > li > a {
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
}

.mcv-products-dropdown a {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.4 !important;
}
.mcv-custom-nav a,
.mcv-custom-nav a *,
.mcv-products-dropdown a,
.mcv-products-dropdown a * {
    font-family: "Times New Roman", serif !important;
}