.elementor-5058 .elementor-element.elementor-element-9f70040{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-around;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-5058 .elementor-element.elementor-element-8b4d848{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5058 .elementor-element.elementor-element-8b4d848.e-con{--flex-grow:0;--flex-shrink:1;}.elementor-5058 .elementor-element.elementor-element-7bdb339{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5058 .elementor-element.elementor-element-62fbb80 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:50px;font-weight:600;color:#135EAE;}body.elementor-page-5058:not(.elementor-motion-effects-element-type-background), body.elementor-page-5058 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #F5F9FC 0%, #F5F9FC 100%);}:root{--page-title-display:none;}@media(min-width:768px){.elementor-5058 .elementor-element.elementor-element-9f70040{--width:100%;}.elementor-5058 .elementor-element.elementor-element-8b4d848{--width:30%;}.elementor-5058 .elementor-element.elementor-element-7bdb339{--width:70%;}}/* Start custom CSS for global, class: .elementor-global-5921 *//* =========================
CUSTOM VERTICAL MENU - MINIMALIST
========================= */
.custom-vertical-menu {
    background: #F5F9FC;       /* svetlo ozadje */
    padding: 20px;             /* manj paddinga za minimalističen občutek */
    border-radius: 8px;        /* subtilni robovi */
    border-right: 1px solid #e2e8f0; /* subtilna ločnica */
    position: relative;
}

/* vsaka sekcija menija */
.custom-vertical-menu .menu-section {
    margin-bottom: 25px;       /* manjši razmik med sekcijami */
}

/* ikona v naslovu */
.menu-icon {
    display: flex;
    align-items: center;
    color: #135EAE;            /* ohranjena modra za ikone */
}

/* seznam menija */
.custom-vertical-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-vertical-menu ul li {
    margin-bottom: 6px;        /* manjši razmik med linki */
}

/* naslovi sekcij */
.custom-vertical-menu h3 {
    font-size: 18px;      
    font-weight: 600;
    letter-spacing: 0.2px; 
    margin-bottom: 12px;
    color: #135EAE;            /* ohranjena modra */
    display: flex;
    align-items: center;
    gap: 8px;
}

/* povezave */
.custom-vertical-menu ul li a {
    font-size: 16px;      
    line-height: 1.5;    
    color: #475569;           /* temno siva za minimalističen kontrast */
    transition: color 0.2s ease;
    text-decoration: none;
}

/* hover efekt za povezave */
.custom-vertical-menu ul li a:hover {
    color: #135EAE;           /* samo sprememba barve, brez premika */
}

/* odstranjen gradient, minimalistično je čisto */
.custom-vertical-menu::after {
    display: none;
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-5921 */.custom-vertical-menu {
    background: #F5F9FC;
    padding: 30px;

}

.custom-vertical-menu .menu-section {
    margin-bottom: 35px;
}


.menu-icon {
    display: flex;
    align-items: center;
    color: #135EAE; 
}

.custom-vertical-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-vertical-menu ul li {
    margin-bottom: 8px;
}

.custom-vertical-menu h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;      
    font-weight: 600;
    letter-spacing: 0.3px; 
    margin-bottom: 16px;
    color: #135EAE;        
}

.custom-vertical-menu ul li a {
    font-size: 18px;      
    line-height: 1.6;    
    color: #475569;       
    transition: all 0.3s ease;
}


.custom-vertical-menu ul li a:hover {
    color: #135EAE;
    padding-left: 6px;
}/* End custom CSS */