.elementor-4782 .elementor-element.elementor-element-fbb11fe{--display:flex;}.elementor-4782 .elementor-element.elementor-element-fbb11fe .trx_addons_bg_text{z-index:0;}.elementor-4782 .elementor-element.elementor-element-fbb11fe .trx_addons_bg_text.trx_addons_marquee_wrap:not(.trx_addons_marquee_reverse) .trx_addons_marquee_element{padding-right:50px;}.elementor-4782 .elementor-element.elementor-element-fbb11fe .trx_addons_bg_text.trx_addons_marquee_wrap.trx_addons_marquee_reverse .trx_addons_marquee_element{padding-left:50px;}/* Start custom CSS for html, class: .elementor-element-13d787d */.frigo-mega-menu {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr) 0.85fr;
    gap: 35px;
    background: #f6f6f6;
    padding: 45px 50px;
    font-family: 'Roboto', Arial, sans-serif;
    box-sizing: border-box;
}


/* KOLONE */
.frigo-mega-menu .mega-column {
    min-width: 0;
}


/* NASLOVI */
.frigo-mega-menu h3 {
    color: #111111;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
    font-family: Roboto;
}

.frigo-mega-menu h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: #005b95;
}

.frigo-mega-menu .second-title {
    margin-top: 40px;
}


/* LISTE */
.frigo-mega-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.frigo-mega-menu ul li {
    margin-bottom: 12px;
}

.frigo-mega-menu ul li a {
    color: #333333;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    display: inline-block;
    transition: all 0.25s ease;
}

.frigo-mega-menu ul li a:hover {
    color: #005b95;
    transform: translateX(5px);
}


/* KONTAKT BLOK */
.mega-contact {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid rgba(0,0,0,0.15);
}

.mega-contact strong {
    display: block;
    color: #111111;
    font-size: 17px;
    margin-bottom: 15px;
}

.mega-contact a {
    display: block;
    color: #333333;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 10px;
    transition: 0.25s ease;
}

.mega-contact a:hover {
    color: #005b95;
}


/* BRAND KOLONA */
.mega-brand {
    border-left: 1px solid rgba(0,0,0,0.15);
    padding-left: 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mega-brand img {
    max-width: 190px;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.mega-brand p {
    color: #444444;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 30px;
    max-width: 260px;
}


/* CTA DUGME */
.mega-button {
    display: inline-block;
    background: #005b95;
    color: #ffffff !important;
    padding: 14px 28px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mega-button:hover {
    background: #0076bd;
    color: black !important;
}


/* TABLET */
@media screen and (max-width: 1200px) {

    .frigo-mega-menu {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px 35px;
        gap: 40px;
    }

    .mega-brand {
        border-left: none;
        border-top: 1px solid rgba(0,0,0,0.15);
        padding-left: 0;
        padding-top: 35px;
    }

}


/* MANJI TABLETI */
@media screen and (max-width: 768px) {

    .frigo-mega-menu {
        grid-template-columns: 1fr;
        padding: 35px 25px;
        gap: 35px;
    }


    .frigo-mega-menu h3 {
        font-size: 17px;
    }


    .mega-brand {
        padding-top: 30px;
    }


    .mega-brand img {
        max-width: 170px;
    }

}


/* MOBILNI */
@media screen and (max-width: 480px) {

    .frigo-mega-menu {
        padding: 30px 20px;
    }


    .frigo-mega-menu ul li a {
        font-size: 14px;
    }


    .mega-button {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

}


/* =========================================
INTERNATIONAL MARKETS
========================================= */

.frigo-mega-menu .mega-export-note {
    grid-column: 1 / -1;
    width: 100%;
    box-sizing: border-box;

    margin-top: 12px;
    padding: 24px 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;

    background: #ffffff;

    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 2px;

    position: relative;
}


/* PLAVA AKCENTNA LINIJA */

.frigo-mega-menu .mega-export-note::before {
    content: "";
    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 3px;

    background: #006ba6;
}


/* NASLOVNI DEO */

.frigo-mega-menu .mega-export-heading {
    display: flex;
    align-items: center;
    gap: 16px;

    min-width: 300px;
}


/* STRELICA */

.frigo-mega-menu .mega-export-arrow {
    width: 38px;
    height: 38px;

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

    flex-shrink: 0;

    background: rgba(0,91,149,0.10);
    border: 1px solid rgba(0,118,189,0.25);

    color: #005b95;

    font-size: 19px;
    font-weight: 400;

    border-radius: 50%;
}


/* NASLOV */

.frigo-mega-menu .mega-export-title {
    display: block;

    margin-bottom: 4px;

    color: #111111;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1px;
    text-transform: uppercase;
}


/* OPIS */

.frigo-mega-menu .mega-export-subtitle {
    display: block;

    color: #555555;

    font-size: 13px;
    line-height: 1.5;
}


/* ZEMLJE */

.frigo-mega-menu .mega-export-countries {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;

    gap: 7px 9px;
}


/* POJEDINAČNA ZEMLJA */

.frigo-mega-menu .mega-export-countries span {
    display: inline-flex;
    align-items: center;

    padding: 6px 10px;

    color: #444444;

    font-size: 11px;
    line-height: 1;

    background: #f6f6f6;
    border: 1px solid rgba(0,0,0,0.08);

    transition: all 0.25s ease;
}


/* HOVER */

.frigo-mega-menu .mega-export-countries span:hover {
    color: #005b95;

    background: rgba(0,91,149,0.08);
    border-color: rgba(0,118,189,0.25);

    transform: translateY(-1px);
}


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

@media screen and (max-width: 1200px) {

    .frigo-mega-menu .mega-export-note {
        flex-direction: column;
        align-items: flex-start;

        gap: 20px;
    }

    .frigo-mega-menu .mega-export-heading {
        min-width: 0;
    }

    .frigo-mega-menu .mega-export-countries {
        justify-content: flex-start;
    }

}


/* =========================================
MOBILNI
========================================= */

@media screen and (max-width: 480px) {

    .frigo-mega-menu .mega-export-note {
        padding: 20px 18px;

        gap: 18px;
    }

    .frigo-mega-menu .mega-export-heading {
        gap: 12px;
    }

    .frigo-mega-menu .mega-export-arrow {
        width: 34px;
        height: 34px;

        font-size: 17px;
    }

    .frigo-mega-menu .mega-export-title {
        font-size: 12px;
    }

    .frigo-mega-menu .mega-export-subtitle {
        font-size: 12px;
    }

    .frigo-mega-menu .mega-export-countries {
        gap: 6px;
    }

    .frigo-mega-menu .mega-export-countries span {
        padding: 6px 8px;
        font-size: 10px;
    }

}/* End custom CSS */