.elementor-3717 .elementor-element.elementor-element-01c641e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3717 .elementor-element.elementor-element-b095895 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-b095895 *//* =========================================================
   INOVA FOOTER — VLADA.GOV.MK STYLE
========================================================= */

.inova-vlada-footer,
.inova-vlada-footer * {
    box-sizing: border-box;
}

.inova-vlada-footer {
    --footer-color: #081b3f;

    position: relative;

    width: 100%;
    margin: 0;

    padding-top: 120px;

    background: #fff;

    font-family:
        "StobiSans",
        "Stobi Sans",
        Arial,
        sans-serif;

    overflow: visible !important;
}


/* =========================================================
   RAISED CENTER WAVE
========================================================= */

.inova-vlada-footer-wave {
    position: absolute;

    top: 22px;
    left: 50%;

    z-index: 3;

    width: 526px;
    height: 100px;

    transform: translateX(-50%);

    pointer-events: none;
}

.inova-vlada-footer-wave svg {
    display: block;

    width: 100%;
    height: 100%;

    fill: var(--footer-color);
}


/* =========================================================
   LOGO
========================================================= */

.inova-vlada-footer-logo-wrap {
    position: absolute;

    top: 25px;
    left: 50%;

    width: 145px;

    transform: translateX(-50%);

    text-align: center;
}

.inova-vlada-footer-logo {
    display: block;

    width: 102px;
    height: 72px;

    margin: 0 auto;

    object-fit: contain;

    /*
     * Remove this if your uploaded INOVA logo
     * is already white.
     */
    filter: brightness(0) invert(1);
}


/* =========================================================
   RED/BLUE BODY
========================================================= */

.inova-vlada-footer-main {
    position: relative;

    z-index: 2;

    width: 100%;

    min-height: 555px;

    padding: 112px 0 0;

    color: #fff;

    background: var(--footer-color);

    border-radius:
        78px 78px
        0 0;
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.inova-vlada-footer-container {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        270px;

    column-gap: 125px;

    width: min(
        1220px,
        calc(100% - 80px)
    );

    margin: 0 auto;
}


/* =========================================================
   LINKS AREA
========================================================= */

.inova-vlada-footer-links-area h3 {
    margin: 0 0 31px;

    color: #fff !important;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.inova-vlada-footer-links-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    column-gap: 74px;
}

.inova-vlada-footer-links-grid nav {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 17px;
}

.inova-vlada-footer-links-grid a {
    color: #fff !important;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;

    text-decoration: none !important;

    transition:
        opacity .18s ease;
}

.inova-vlada-footer-links-grid a:hover {
    opacity: .70;
}


/* =========================================================
   RIGHT INFO
========================================================= */

.inova-vlada-footer-info {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
}


/* Certification / institution area */

.inova-vlada-footer-cert {
    display: flex;

    flex-direction: column;

    margin: -7px 0 16px;

    color: #fff;
}

.inova-vlada-footer-cert strong {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}

.inova-vlada-footer-cert span {
    margin-top: 4px;

    font-size: 9px;

    opacity: .85;
}


/* Contact rows */

.inova-vlada-footer-contact {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin-top: 13px;

    color: #fff !important;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;

    text-decoration: none !important;
}

.inova-vlada-footer-contact svg {
    flex:
        0 0 18px;

    width: 18px;
    height: 18px;

    fill: currentColor;
}

.inova-vlada-footer-contact:hover {
    opacity: .75;
}


/* =========================================================
   SOCIALS
========================================================= */

.inova-vlada-footer-socials {
    display: flex;

    align-items: center;

    gap: 16px;

    margin-top: 40px;
}

.inova-vlada-footer-socials a {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    text-decoration: none;
}

.inova-vlada-footer-socials img {
    display: block;

    width: 21px;
    height: 21px;

    object-fit: contain;

    filter:
        brightness(0)
        invert(1);
}

.inova-vlada-footer-socials a:hover {
    opacity: .7;
}


/* =========================================================
   GOVERNMENT LINKS
========================================================= */

.inova-vlada-footer-government-links {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 10px;

    margin-top: 23px;
}

.inova-vlada-footer-government-links a {
    display: flex;

    align-items: flex-end;

    color: #fff !important;

    line-height: 1;

    text-decoration: none !important;
}

.inova-vlada-footer-government-links strong {
    font-size: 25px;
    font-weight: 700;

    letter-spacing: -1.2px;
}

.inova-vlada-footer-government-links small {
    margin:
        0 0
        2px 3px;

    font-size: 12px;

    font-weight: 400;
}


/* =========================================================
   BOTTOM COPYRIGHT
========================================================= */

.inova-vlada-footer-bottom {
    width:
        min(
            1220px,
            calc(100% - 80px)
        );

    margin:
        55px auto 0;
}

.inova-vlada-footer-bottom-line {
    width: 100%;
    height: 1px;

    background:
        rgba(255,255,255,.32);
}

.inova-vlada-footer-bottom p {
    margin:
        11px 0
        0;

    color:
        rgba(255,255,255,.96);

    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;

    text-align: center;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .inova-vlada-footer {
        padding-top:
            100px;
    }

    .inova-vlada-footer-wave {
        top:
            18px;

        width:
            460px;

        height:
            83px;
    }

    .inova-vlada-footer-main {
        padding-top:
            95px;

        border-radius:
            55px 55px
            0 0;
    }

    .inova-vlada-footer-container {
        grid-template-columns:
            minmax(0,1fr)
            235px;

        column-gap:
            55px;

        width:
            calc(100% - 60px);
    }

    .inova-vlada-footer-links-grid {
        column-gap:
            35px;
    }

    .inova-vlada-footer-bottom {
        width:
            calc(100% - 60px);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .inova-vlada-footer {
        padding-top:
            72px;
    }

    .inova-vlada-footer-wave {
        top:
            13px;

        width:
            315px;

        height:
            60px;
    }

    .inova-vlada-footer-logo-wrap {
        top:
            12px;

        width:
            100px;
    }

    .inova-vlada-footer-logo {
        width:
            70px;

        height:
            45px;
    }

    .inova-vlada-footer-main {
        min-height:
            0;

        padding:
            72px 0
            30px;

        border-radius:
            30px 30px
            0 0;
    }

    .inova-vlada-footer-container {
        display:
            block;

        width:
            calc(100% - 40px);
    }

    .inova-vlada-footer-links-area {
        margin-bottom:
            50px;
    }

    .inova-vlada-footer-links-grid {
        grid-template-columns:
            1fr 1fr;

        gap:
            34px 30px;
    }

    .inova-vlada-footer-info {
        margin-top:
            20px;
    }

    .inova-vlada-footer-bottom {
        width:
            calc(100% - 40px);

        margin-top:
            45px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .inova-vlada-footer-links-grid {
        grid-template-columns:
            1fr;

        gap:
            16px;
    }

    .inova-vlada-footer-links-grid nav {
        gap:
            13px;
    }
}

/* =========================================================
   ELEMENTOR WRAPPER SAFETY
========================================================= */

.elementor-3717 .elementor-element.elementor-element-b095895,
.elementor-3717 .elementor-element.elementor-element-b095895 > .elementor-widget-container {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}


/* =========================================================
   FOOTER WAVE SAFETY
========================================================= */

.inova-vlada-footer {
    position: relative;
    overflow: visible !important;
}

.inova-vlada-footer-wave {
    display: block;
    position: absolute;
    top: 22px;
    left: 50%;
    z-index: 20;

    width: 526px;
    max-width: calc(100vw - 32px);
    height: 100px;

    overflow: visible;
    visibility: visible;
    opacity: 1;

    transform: translateX(-50%);
    pointer-events: none;
}

.inova-vlada-footer-wave svg {
    display: block;

    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    overflow: visible;

    fill: var(--footer-color, #081b3f);
}

.inova-vlada-footer-wave svg path {
    display: block;
    fill: var(--footer-color, #081b3f);
}

.inova-vlada-footer-main {
    position: relative;
    z-index: 2;
}

.inova-vlada-footer-logo-wrap {
    display: block;
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: 21;

    width: 145px;

    visibility: visible;
    opacity: 1;

    transform: translateX(-50%);
    text-align: center;
}


/* =========================================================
   RESPONSIVE WAVE
========================================================= */

@media (max-width: 1100px) {
    .inova-vlada-footer-wave {
        top: 18px;
        width: 460px;
        height: 83px;
    }
}

@media (max-width: 767px) {
    .inova-vlada-footer-wave {
        top: 13px;
        width: min(315px, calc(100vw - 32px));
        height: 60px;
    }

    .inova-vlada-footer-logo-wrap {
        top: 12px;
        width: 100px;
    }
}


.inova-vlada-footer {
    position: relative;
    margin-top: 120px;
    background: #081b3f;
}

.inova-vlada-footer-wave {
    position: absolute;
    z-index: 2;
    top: -120px;
    left: 50%;
    width: min(526px, 100%);
    height: 121px;
    transform: translateX(-50%);
    overflow: visible;
    pointer-events: none;
}

.inova-vlada-footer-wave > svg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.inova-vlada-footer-wave > svg path {
    fill: #081b3f;
    stroke: none;
}

.inova-vlada-footer-logo-wrap {
    position: absolute;
    z-index: 3;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.inova-vlada-footer-logo {
    display: block;
    width: 108px;
    height: 108px;
    object-fit: contain;
}

.inova-vlada-footer-main {
    position: relative;
    z-index: 1;
    background: #081b3f;
}

.inova-vlada-footer {
    position: relative;
    margin-top: 120px;
    padding: 0;
    background: transparent;
}

.inova-vlada-footer-main {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 300px;
    background: #081b3f;

    /* Rounded top-left and top-right corners */
    border-radius: 90px 90px 0 0;
    overflow: hidden;
}

/* Center raised wave */
.inova-vlada-footer-wave {
    position: absolute;
    z-index: 2;
    top: -119px;
    left: 50%;
    width: min(526px, 100%);
    height: 121px;
    transform: translateX(-50%);
    overflow: visible;
    pointer-events: none;
}

.inova-vlada-footer-wave > svg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.inova-vlada-footer-wave > svg path {
    fill: #081b3f;
    stroke: none;
}

/* Logo position */
.inova-vlada-footer-logo-wrap {
    position: absolute;
    z-index: 3;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.inova-vlada-footer-logo {
    display: block;
    width: 108px;
    height: 108px;
    object-fit: contain;
}

/* Tablet */
@media (max-width: 1024px) {
    .inova-vlada-footer-main {
        border-radius: 65px 65px 0 0;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .inova-vlada-footer {
        margin-top: 90px;
    }

    .inova-vlada-footer-main {
        border-radius: 42px 42px 0 0;
    }

    .inova-vlada-footer-wave {
        top: -89px;
        width: 390px;
        max-width: 100%;
        height: 91px;
    }

    .inova-vlada-footer-logo-wrap {
        top: 17px;
    }

    .inova-vlada-footer-logo {
        width: 82px;
        height: 82px;
    }
}/* End custom CSS */