/* Osnovno */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    color: #111827;
    background-color: #f5f5f7;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav {
    position: relative;
    z-index: 1000;
}

.nav.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transform: translateY(-12px);
    opacity: 0;
    animation: navIn .22s ease forwards;
}

/* animacija za top bar */
.nav .top {
    transition: max-height .25s ease, opacity .2s ease, transform .25s ease;
    transform-origin: top;
    max-height: 80px; /* dovolj za tvoj top */
    opacity: 1;
    transform: translateY(0);
    overflow: hidden;
}

/* ko je nav sticky, skrij .top */
.nav.is-sticky .top {
    max-height: 0;
    opacity: 0;
    transform: translateY(-8px);
}

/* da ne "skoÃ„Âi" content, ko nav postane fixed */
body.has-sticky-nav {
    padding-top: var(--nav-sticky-h, 0px);
}

@keyframes navIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.nav .top {
    background-color: #ffffff;
    font-size: 12px;
    border-bottom: 1px solid #e6e6e8;
}

.nav .top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 36px;
}

.nav .top-inner ul{
    display: flex;
    gap: 20px;
}

.nav .top-inner a{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #0f2e5f;
    font-weight: 700;
    font-size: 13px;
}

.nav .top-inner a img{
    width: 18px;
}


.nav .top-inner .left{
    display: flex;
}

.nav .top-inner .left .left-element{
    border-left: 1px solid #e6e6e8;
    padding: 0 10px;
}

.nav .center{
    background-color: #ffffff;
}

.nav .center .center-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
}

.nav .center a.brand-logo{
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.nav .center a.brand-logo img{
    width: 100px;
}

.nav .nav-links{
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    justify-content: center;
}

.nav .nav-links ul{

}

.nav .nav-links li{

}

.nav .nav-links li a{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #0f2e5f;
}

.nav .nav-links li a.active-nav{

}


.nav .login-cta{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffc803;
    height: 40px;
    padding:  0 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 56px;
    padding: 0 26px;
    background: #ffc803;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    font-weight: 900;
    letter-spacing: 0.06em;
    color: #0f2e5f;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    transition: filter .25s 
ease, transform .25s 
ease;
}



.nav .login-cta:hover{
    filter:brightness(1.05);
    transform:translateY(-1px);
}


.hero{
    height: auto;
    background-color: #f4f5f8;
    width: 100%;
}

.hero img{
    width: 100%;
    height: auto;
}
/* =========================
   HOW (cel segment) ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ FIXED
   ========================= */

.how{
    position: relative;
    background: #f3f5f8;
    padding: 90px 0px 80px 0px;
    overflow: hidden;
}

/* pikÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âasto ozadje na desni */
.how:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 42%;
    background-image: radial-gradient(#cfd6e4 1.2px, transparent 1.2px);
    background-size: 18px 18px;
    opacity: 0.7;
    pointer-events: none;
}

/* vsebina nad ozadjem */
.how .container{
    position: relative;
    z-index: 1;
}

/* header */
.how-head{
    max-width: 860px;
}

.how-label{
    display: flex;
    align-items: center;
    gap: 14px;
    color: #6b7280;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 18px;
}

.how-label-bars{
    width: 54px;
    height: 10px;
    border-radius: 6px;
    display: inline-block;
    background: repeating-linear-gradient(90deg, #223d6d 0 5px, transparent 5px 9px, #ffc802 9px 14px, transparent 14px 18px);
    opacity: 0.9;
}

.how-title{
    font-size: 50px;
    line-height: 1.06;
    font-weight: 800;
    color: #213e6d;
    margin: 0;
}

h2 strong{
    position: relative;
    display: inline-block;
}

h2 strong:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 4px;
    background: #ffc802;
    border-radius: 4px;
}

.how-underline{
    position: relative;
    display: inline-block;
    margin-left: 6px;
}

.how-underline:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 4px;
    background: #ffc802;
    border-radius: 4px;
}

/* =========================
   Steps (scroll) ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ 4 visible
   ========================= */

.how-steps{
    position: relative;
    display: flex;
    gap: 34px;
    margin-top: 70px;
    padding-top: 10px;
    padding-bottom: 16px;

    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ stabilna ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂrticaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â kot background (deluje vedno pri overflow) */
    background-image: linear-gradient(#d8dde8, #d8dde8);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: 0 28px; /* center kroga (56/2) */

    /* malo lepÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡i scroll obÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âutek */
    scroll-padding-left: 2px;
}

/* scrollbar (optional, lepo) */
.how-steps::-webkit-scrollbar{
    height: 8px;
}
.how-steps::-webkit-scrollbar-track{
    background: transparent;
}
.how-steps::-webkit-scrollbar-thumb{
    background: #d8dde8;
    border-radius: 999px;
}

/* en korak = 1/4 ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡irine ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ 4 vidni */
.how-step{
    position: relative;
    flex: 0 0 calc((100% - (34px * 3)) / 4);
    min-width: 260px;
    padding-top: 70px;
    scroll-snap-align: start;
    z-index: 1;
}

/* puÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âice med koraki (na isti viÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ini kot linija) */
.how-step:not(:last-child):after{
    content: '';
    position: absolute;
    top: 9px;            /* optiÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âno na liniji */
    right: 0;
    font-size: 28px;
    color: #8b95a7;
    line-height: 1;
    z-index: 2;
    background-image: url(images/icons/arrow-right.svg);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* krog */
.how-step-circle{
    position: absolute;
    top: -10px;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 2px solid #0b1220;
    background: #ffffff;     /* da linija ne ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“gre ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂezÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â krog */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #0b1220;
    letter-spacing: 0.03em;
    z-index: 3;
}

.how-step h4{
    font-size: 30px;
    font-weight: 900;
    color: #0f2e5f;
    margin: 0 0 14px 0;
}

.how-step p{
    color: #6b7280;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    max-width: 320px;
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 1100px){

}

@media (max-width: 820px){
    .how:after{
        display: none;
    }

    .how-title{
        font-size: 38px;
    }
}

@media (max-width: 640px){
    /* 1 viden na mobile */
    .how-step{
        flex: 0 0 100%;
        min-width: 0;
    }

    .how-step:not(:last-child):after{
        display: none;
    }

    .how-step h4{
        font-size: 26px;
    }
}


/* =========================
   ABOUT / LET'S LEARN
   ========================= */

.about{
    background: #ffffff;
    padding: 90px 0px;
    overflow: hidden;
    position: relative;
}

.about-inner{
    display: flex;
    gap: 70px;
    align-items: center;
}

.about-inner ul{

}

.about-inner li{
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    align-items: center;
}

.about-inner li:before{
    height: 12px;
    width: 12px;
    display: inline-block;
    background-color: #ffc802;
    border-radius: 50%;
    border: 1px solid blue;
}

/* LEFT */
.about-left{
    position: relative;
    flex: 1.05;
    min-width: 0;
}

.about-dots{
    position: absolute;
    left: -120px;
    top: 30px;
    width: 220px;
    height: 160px;
    background-image: radial-gradient(#cfd6e4 1.2px, transparent 1.2px);
    background-size: 18px 18px;
    opacity: 0.75;
    pointer-events: none;
}

.about-image{
    position: relative;
    width: 100%;
    max-width: 640px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 8% 100%, 0 88%);
    clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 8% 100%, 0 88%);

    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.about-image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* RIGHT */
.about-right{
    position: relative;
    flex: 1;
    min-width: 0;
}

.about-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.about-label{
    display: flex;
    align-items: center;
    gap: 14px;
    color: #6b7280;
    font-size: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
}

.about-label-bars{
    width: 54px;
    height: 10px;
    border-radius: 6px;
    display: inline-block;
    background: repeating-linear-gradient(90deg, #223d6d 0 5px, transparent 5px 9px, #ffce38 9px 14px, transparent 14px 18px);
    opacity: 0.9;
}

/* krog z ikonco desno zgoraj */
.about-badge{
    width: 84px;
    height: 84px;
    border-radius: 999px;
    background: #f4f6fb;
    color: #0f2e5f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-title{
    font-size: 56px;
    line-height: 1.06;
    font-weight: 900;
    color: #0f2e5f;
    margin: 0 0 26px 0;
}

/* feature vrstica */
.about-feature{
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 26px;
}

.about-feature-icon{
    width: 62px;
    height: 62px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #eef0f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f2e5f;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    flex: 0 0 62px;
}

.about-feature-title{
    font-size: 18px;
    line-height: 1.6;
    color: #0f2e5f;
}

.about-feature-title strong{
    font-weight: 900;
}

.about-feature-title span{
    color: #0f2e5f;
    font-weight: 600;
}

.about-text{
    margin: 0;
    color: #344156;
    font-size: 17px;
    line-height: 1.9;
    max-width: 560px;
}

.about:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 42%;
    background-image: radial-gradient(#cfd6e4 1.2px, transparent 1.2px);
    background-size: 18px 18px;
    opacity: 0.7;
    pointer-events: none;
}

.about-text .about-icon{
    width: 62px;
    height: 62px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #eef0f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f2e5f;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    flex: 0 0 62px;
}

.about-text .about-icon img{
    width: 34px;
}

.about-text li{
    font-weight: 700;
}

/* =========================
   Responsive
   ========================= */




/* =========================
   CONTACT (form + why)
   ========================= */

.contact{
    background: #ffffff;
    padding-top: 90px;
}

.contact-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #eef0f3;
    background: #ffffff;
    margin-bottom: -100px;
    position: relative;
}

/* skupen izgled ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“karticÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
.contact-card{
    padding: 50px 54px;
}

/* left */
.contact-form{
    background: #ffffff;
}

/* right */
.contact-why{
    background: #f3f5f8;
}

/* -------------------------
   FORM LAYOUT
   ------------------------- */

.contact-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px 26px;
}

.contact-field label{
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #0f2e5f;
    margin-bottom: 10px;
}

.contact-field-full{
    grid-column: 1 / -1;
}

.contact-input{
    position: relative;
    display: flex;
    align-items: center;
    background: #f3f5f8;
    border: 1px solid #eef0f3;
    height: 54px;
    padding-left: 15px;
    padding-right: 16px;
}

.contact-ico{
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #8b95a7;
}

.contact-input input,
.contact-input select{
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 16px;
    color: #0f2e5f;
    /* font-weight: 600; */
}

.contact-input input::placeholder,
.contact-input textarea::placeholder{
    color: #8b95a7;
}

/* select caret */
.contact-select{
    padding-right: 42px;
}
.contact-caret{
    position: absolute;
    right: 44px;
    top: 47%;
    transform: translateY(-50%);
    color: #8b95a7;
    pointer-events: none;
    font-size: 18px;
    z-index: 1;
}

/* textarea */
.contact-textarea{
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: flex-start;
    /* font-family: "Roboto", sans-serif; */
}
.contact-textarea textarea{
    width: 100%;
    min-height: 180px;
    resize: vertical;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 14px;
    color: #0f2e5f;
}

/* submit */
.contact-submit{
    margin-top: 24px;
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 8px;
    background: #c90000;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.03em;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
     transition: filter .25s 
ease, transform .25s 
ease;
}

.contact-submit:hover{
    filter:brightness(1.05);
    transform:translateY(-1px);
}

/* -------------------------
   WHY CHOOSE US
   ------------------------- */

.contact-why h3{
    margin: 0;
    font-size: 54px;
    line-height: 1.05;
    color: #0f2e5f;
    font-weight: 900;
}

.contact-why-lead{
    margin-top: 16px;
    margin-bottom: 34px;
    color: #344156;
    font-size: 18px;
    line-height: 1.9;
    max-width: 560px;
}

.contact-why-list{
    display: flex;
    flex-direction: column;
}

.contact-why-item{
    display: flex;
    gap: 18px;
    padding: 26px 0px;
    border-top: 1px solid #dfe5ef;
}

.contact-why-item:first-child{
    border-top: 0;
    padding-top: 0;
}

.contact-why-icon{
    width: 62px;
    height: 62px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #eef0f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f2e5f;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    flex: 0 0 62px;
}


.contact-why-icon img{
    width: 30px;
}

.contact-why-title{
    font-size: 18px;
    line-height: 1.7;
    color: #0f2e5f;
    font-weight: 400;
}

.contact-why-title strong{
    font-weight: 900;
    display: block;
}



/* =========================
   COURSES (3 cards right)
   ========================= */

.courses{
    background: #f3f5f8;
    padding: 90px 0px;
    overflow: hidden;
    position: relative;
}

/* subtilen watermark / krog (optional, kot v ref) */
.courses:before{
    content: '';
    position: absolute;
    left: 30%;
    top: 50%;
    width: 620px;
    height: 620px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(15,46,95,0.05), transparent 60%);
    pointer-events: none;
}

.courses .container{
    position: relative;
    z-index: 1;
}

.courses-inner{
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 60px;
    align-items: center;
}

/* LEFT */
.courses-label{
    display: flex;
    align-items: center;
    gap: 14px;
    color: #6b7280;
    font-size: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 18px;
}

.courses-label-bars{
    width: 54px;
    height: 10px;
    border-radius: 6px;
    display: inline-block;
    background:
        repeating-linear-gradient(
        90deg,
        #223d6d 0 5px,
        transparent 5px 9px,
        #ff4d3a 9px 14px,
        transparent 14px 18px
        );
    opacity: 0.9;
}

.courses-title{
    font-size: 56px;
    line-height: 1.06;
    font-weight: 900;
    color: #0f2e5f;
    margin: 0 0 18px 0;
}

.courses-sub{
    color: #344156;
    font-size: 17px;
    line-height: 1.9;
    max-width: 520px;
    margin-top: 20px;
}

.courses-sub a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 56px;
    padding: 0 26px;
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    font-weight: 900;
    letter-spacing: 0.06em;
    color: #0f2e5f;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    text-transform: uppercase;
    transition: filter .25s 
ease, transform .25s 
ease;
    margin-top: 20px;
}


.courses-sub a:hover{
    filter:brightness(1.05);
    transform:translateY(-1px);
}
.courses-cta{
    
}

.courses-cta:hover{
   
}

/* RIGHT */
.courses-right{
    display: flex;
    flex-direction: column;
    gap: 26px;
}

/* CARD */
.course-card{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 300px;
    background: transparent;
    min-height: 220px;
}

.course-body{
    background: #ffffff;
    border: 1px solid #eef0f3;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.10);
    padding: 28px 28px 28px 30px;
}

.course-title{
    margin: 0 0 10px 0;
    font-size: 26px;
    font-weight: 900;
    color: #0f2e5f;
}

.course-desc{
    margin: 0 0 14px 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
    max-width: 420px;
}

.course-card ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.course-card ul li{
    position: relative;
    padding-left: 18px;
    color: #0f2e5f;
    font-size: 14px;
    font-weight: 650;
}

.course-card ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 2px;
    background: #c90000;
    border-radius: 2px;
}

/* IMAGE */
.course-media{
    position: relative;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.10);
    max-height: 220px;
}

.course-media img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* PRICE badge */
.course-price{
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 54px;
    background: #c90000;
    color: #ffffff;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border-radius: 0 10px 0 10px;
    padding: 0 10px;
}




/* =========================
   INSTRUCTORS HERO (dark)
   ========================= */

.instructors-hero{
    background: #0f2e5f; /* temno modra */
    padding: 200px 0px;
    text-align: center;
}

.instructors-kicker{
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 900;
    opacity: 0.95;
}

.instructors-kicker-lines{
    width: 70px;
    height: 10px;
    display: inline-block;
    border-radius: 6px;
    background: repeating-linear-gradient(90deg, #ffc802 0 5px, transparent 5px 12px);
    opacity: 0.9;
}

.instructors-title{
    margin: 26px auto 0 auto;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 900;
    color: #ffffff;
}

.instructors-underline{
    position: relative;
    display: inline-block;
}

.instructors-underline:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 4px;
    background: #ddb229;
    border-radius: 4px;
}


.instructors-body{
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    margin-top: 70px;
}

.instructors-body .instructors-image{
    position: relative;
    width: 100%;
    max-width: 640px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 8% 100%, 0 88%);
    clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 8% 100%, 0 88%);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
    flex: 1;
}

.instructors-body .instructors-image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.instructors-body .instructors-text{
    flex: 1;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
}

.instructors-body .instructors-text blockquote{
    margin-top: 30px;
    font-style: italic;
    font-weight: 100;
    font-size: 40px;
}


.instructors-hero.locations-hero{
    padding: 100px 0px;
}

.locations{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 85px;
    position: relative;
}

.locations .location{
    flex: 1;
    color: #ffffff;
    font-weight: 700;
}

.locations .location img{
    width: 50px;
    position: relative;
    z-index: 1;
}

.locations .location .location-icon{
    margin-bottom: 20px;
}

.locations:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;

    /* viÃ…Â¡ino in pozicijo Ã¢â‚¬Å“cesteÃ¢â‚¬Â nastavi tukaj */
    top: -42px;
    height: 140px;
    z-index: 1;
    pointer-events: none;

    /* SVG Ã¢â‚¬Å“wavy dashed roadÃ¢â‚¬Â (rumena Ã„Ârtkana, lahko spremeniÃ…Â¡ barvo) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200'%3E%3Cpath d='M0 120 C 140 40, 260 180, 420 100 S 720 150, 860 90 S 1060 140, 1200 80' fill='none' stroke='%23ffc802' stroke-width='6' stroke-linecap='round' stroke-dasharray='10 16'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 110%;
    opacity: 0.55;

    /* Ã„Âe hoÃ„ÂeÃ…Â¡ bolj Ã¢â‚¬Å“softÃ¢â‚¬Â */
    filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.18));
}


/* =========================
   FAQ
   ========================= */


.courses.faq{
    background-color: #ffffff;
}

.faq-list{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.faq-item{
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question{
    width: 100%;
    background: #f3f5f8;
    border: 0;
    padding: 22px 26px;
    font-size: 18px;
    font-weight: 800;
    color: #0f2e5f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
}

.faq-icon{
    width: 14px;
    height: 14px;
    border-right: 3px solid #0f2e5f;
    border-bottom: 3px solid #0f2e5f;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

/* answer */
.faq-answer{
    height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    background: #ffffff;
}

.faq-answer .text{
    padding: 22px 26px 26px 26px;
    margin: 0;
    color: #344156;
    font-size: 16px;
    line-height: 1.8;
}

/* active */
.faq-item.active .faq-answer{/*    max-height: 300px;*/max-height: auto;height: auto;}

.faq-item.active .faq-icon{
    transform: rotate(-135deg);
}

.signs{
    position: absolute;
    bottom: 0px;
    width: 200px;
    right: 30px;
}


footer{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #1d3e73;
}

footer .inner-box{
    flex: 1;
}


footer .inner-box .logo-footer{
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

footer .inner-box ul.social{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    display: block;
    text-align: center;
}


footer .inner-box ul.social li{
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 8px;
    border: 1px solid #6c7280;
    display: inline-flex;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #eef0f3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f2e5f;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

footer .inner-box ul.social li  a{

}


footer .inner-box ul.social li  a img{
    width: 20px;
}

footer .footer-inner{
    display: flex;
}

footer label{
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
}

footer .road{
    margin-top: -152px;
    z-index: 1;
    position: relative;
    margin-bottom: -20px;
}


footer .info-box{

}

footer .info-box li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
    font-weight: 700;
}

footer .info-box li img{
    width: 23px;
}

footer .info-box .footer-info-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #eef0f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f2e5f;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}





@media screen and (max-width: 1100px) {
    .nav .login-cta{
        font-size: 12px;
        height: 43px;
        padding: 0px 15px;
    }
    .nav .nav-links li a{
        font-size: 13px;
    }

    .about-inner{
        gap: 40px;
    }
    .about-title{
        font-size: 46px;
    }
    .about-text{
        font-size: 16px;
    }
}

@media screen and (max-width: 998px){
    .about-inner{
        flex-direction: column;
        align-items: stretch;
    }
    .about-image{
        max-width: 100%;
    }
    .about-dots{
        left: -40px;
        top: -10px;
        width: 200px;
        height: 140px;
    }
    .about-badge{
        width: 72px;
        height: 72px;
    }
    .about-title{
        font-size: 40px;
    }

    .how:after{
        width: 35%;
        opacity: 0.55;
    }


    /* 2 vidna na tablici */
    .how-step{
        flex: 0 0 calc((100% - 34px) / 2);
        min-width: 210px;
    }

    .how-step h4{
        font-size: 26px;
    }

    footer .footer-inner{
        flex-direction: column;
    }

    footer{
        text-align: center;
    }

    footer label{
        margin-top: 30px;
    }

    footer .info-box li{
        justify-content: center;
    }

    .how-step{
        padding-top: 55px;
    }

    .how-step h4{
        font-size: 20px;
    }

    .courses-label{
        font-size: 12px;
    }
}


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

    .about{
        padding: 45px 0px;
    }


    .about-title, .how-title, .courses-title, .instructors-title{
        font-size: 30px;
    }

    .how-underline{
        margin: 0px;
    }


    .instructors-hero{
        padding: 170px 0px;
    }

    .instructors-kicker-lines{
        width: 52px;
    }


    .locations{
        flex-direction: column;
        display: block;
    }

    .locations .location{
        width: 49%;
        display: inline-block;
    }

    .course-card{
        grid-template-columns: 1fr;
    }

    .course-media{
        border-radius: 0 0 10px 10px;
        height: 220px;
    }

    .course-body{
        -webkit-clip-path: none;
        clip-path: none;
        border-radius: 10px 10px 0 0;
    }

    .course-price{
        border-radius: 0 10px 0 10px;
    }

    .courses-inner{
        display: block;
    }

    .courses-right{
        margin-top: 40px;
    }

    .contact-inner{
        grid-template-columns: 1fr;
    }

    .contact-grid{
        grid-template-columns: 1fr;
    }

    .contact-card{
        padding: 36px 22px;
    }

    .contact-why h3{
        font-size: 40px;
    }

    .contact-card.contact-form{
        order: 2;
    }

    .contact-card.contact-why{
        order: 1;
    }

    .signs{
        display: none;
    }

    .instructors-body{
        flex-direction: column;
    }

    .instructors-body .instructors-qoute{
        font-size: 30px;
        text-align: center;
    }

}

/* =========================
   MOBILE NAV BASE
========================= */

.mobile-header {
    display: none;
}

.mobile-menu{
    display: none;
}

/*.mobile-menu{
    display: none;
}*/

@media (max-width: 1024px) {
    
    
.mobile-menu{
    display: block;
}


    /*    .nav .center .center-inner{
            display: none;
        }*/

    .nav .top,
    .nav .center-inner .nav-links {
        display: none;
    }

    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 0;
    }

    .mobile-header .mobile-logo img {
        height: 45px;
    }

    .mobile-actions {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .mobile-login {
        text-decoration: none;
        white-space: nowrap;
        text-transform: uppercase;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        height: 48px;
        padding: 0 18px;
        background: #ffc803;
        border: 1px solid #eef0f3;
        border-radius: 8px;
        font-weight: 900;
        letter-spacing: 0.06em;
        color: #0f2e5f;
        box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    }

    /* Hamburger */
    .hamburger {
        width: 28px;
        height: 22px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

    .hamburger span {
        display: block;
        height: 3px;
        background-color: red;
        transition: .3s;
    }

    /* =========================
       OVERLAY MENU
    ========================= */

    .mobile-menu {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.45);
        opacity: 0;
        pointer-events: none;
        transition: .35s;
        z-index: 9999;
    }

    .mobile-menu.open {
        opacity: 1;
        pointer-events: all;
    }

    .mobile-menu-inner {
        position: absolute;
        top: 0;
        right: 0;
        width: 86%;
        max-width: 380px;
        height: 100%;
        background: #fff;
        padding: 26px 24px;
        transform: translateX(100%);
        transition: .45s cubic-bezier(.4,0,.2,1);
        display: flex;
        flex-direction: column;
    }

    .mobile-menu.open .mobile-menu-inner {
        transform: translateX(0);
    }

    .mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .mobile-menu-header img {
        height: 60px;
    }

    .close-menu {
        font-size: 28px;
        cursor: pointer;
    }

    .mobile-nav-links {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 18px;
        text-align: left;
    }

    .mobile-nav-links a {
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        color: #0f2e5f;
    }

    .mobile-contact {
        padding-top: 40px;
        border-top: 1px solid #eee;
        font-size: 20px;
        margin-top: 70px;
    }

    .mobile-contact a {
        display: block;
        margin-top: 6px;
        color: #0f2e5f;
        text-decoration: none;
        font-weight: 500;
    }
    
    .mobile-contact label{
       margin-bottom: 25px;
        display: block;
                color: #0f2e5f;
    }
    
    .mobile-contact ul{
        
    }
    
    .mobile-contact ul li{
        margin-bottom: 15px;
    }
    
    .mobile-contact ul li a{
        display: flex;
        gap: 10px;
    }
    
    .mobile-contact ul li a img{
        width: 20px;
    }

    body.no-scroll {
        overflow: hidden;
    }
    .close-menu {
        background: transparent;
        border: 0;
        font-size: 45px;
        line-height: 1;
        cursor: pointer;
        margin-top: -30px;
        color: #1e3b70;
    }
    .hamburger {
        background: transparent;
        border: 0;
        padding: 0;
    }

    .nav.is-sticky {
        position: relative;
        top: auto;
        box-shadow: none;
        transform: none;
        opacity: 1;
        animation: none;
    }
    body.has-sticky-nav {
        padding-top: 0 !important;
    }


    mobile-menu{
        display: block; /* <-- to je kljuÄ */
    }

    .hamburger{
        -webkit-appearance: none;
        appearance: none;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        width: 27px;
        height: 19px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .hamburger span{
        display: block !important;
        width: 100% !important;
        height: 2px !important;
        background-color: #1e3c72 !important; /* test: rdeÄa, da TAKOJ vidiÅ¡ */
        border-radius: 999px;
        opacity: 1 !important;
        transform: none !important;
    }

    .nav .center .center-inner{
        display: none;
    }
    
    /* Mobile header naj bo vedno fiksiran */
  .nav{
    position: sticky; /* varno, ampak header je fixed */
    top: 0;
    z-index: 9998;
  }

  .mobile-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10000;
    padding: 14px 16px; /* malo notranjega prostora */
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
  }

  /* da vsebina ne gre pod fixed header */
  body{
    padding-top: 76px; /* po potrebi: prilagodi, da sede na višino mobile-header */
  }
  
  .how{
      padding: 40px 0px 80px 0px;
  }

}



.gsr-wrap{
    margin: 30px auto;
    padding:0 16px;
}

.gsr-slider{
    position:relative;
    background-color: #0f2e5f;
    border-radius:16px;
    overflow:hidden;
    color:#f7f7f8;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    isolation:isolate;
}

.gsr-track{
    position:relative;
    width:100%;
    height:100%;
    border-radius: 10px;
    overflow: hidden;
}

.gsr-slide{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:stretch;
    min-height:460px;
    opacity:0;
    pointer-events:none;
    position:absolute;
    inset:0;
    transition:opacity .6s ease, transform .6s ease;
    transform:translateY(10px);
}
.gsr-slide.is-active{
    opacity:1;
    pointer-events:auto;
    transform:none;
}

.gsr-card{
    padding:48px clamp(24px, 5vw, 56px);
    display:flex;
    flex-direction:column;
    gap:18px;
    justify-content:center;
}
.gsr-title{
    font-size:clamp(28px, 3.2vw, 44px);
    line-height:1.02;
    letter-spacing:-.02em;
    font-weight:800;
    margin:0;
}

.gsr-meta{
    list-style:none;
    padding:0;
    margin:6px 0 10px;
    display:grid;
    gap:8px;
}
.gsr-meta li{
    font-size:16px;
    color:#a7a7ad;
}
.gsr-label{
    color:#f7f7f8;
    font-weight:600;
    margin-right:8px;
    font-size: 18px;
}

.gsr-cta{
    display:inline-flex;
    align-items:center;
    gap:10px;
    width:max-content;
    padding: 0px 25px;
    border-radius: 8px;
    background-color: #ffc802;
    color: #0f2e5f;
    font-weight:700;
    text-decoration:none;
    transform:translateZ(0);
    transition:filter .25s ease, transform .25s ease;
    height: 56px;
}
.gsr-cta:hover{
    filter:brightness(1.05);
    transform:translateY(-1px);
}

.gsr-media{
    position:relative;
    overflow:hidden;
}
.gsr-media img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1.08);
    transition:transform 1.2s ease;
}
.gsr-slide.is-active .gsr-media img{
    transform:scale(1);
}

[data-transition="clip"] .gsr-slide .gsr-media::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,0));
    clip-path:inset(0 0 0 100% round 0);
    transition:clip-path .9s cubic-bezier(.2,.7,0,1);
    mix-blend-mode:overlay;
    pointer-events:none;
}
[data-transition="clip"] .gsr-slide.is-active .gsr-media::after{
    clip-path:inset(0 0 0 0 round 0);
}

.gsr-arrow{
    position:absolute;
    right:16px;
    z-index:4;
    width:44px;
    height:44px;
    border-radius:12px;
    display:grid;
    place-items:center;
    background:rgba(255,255,255,.08);
    color:#fff;
    border:1px solid rgba(255,255,255,.15);
    backdrop-filter:blur(6px);
    cursor:pointer;
    transition:background .2s ease, transform .2s ease;
}
.gsr-arrow:hover{
    background:rgba(255,255,255,.14);
    transform:translateY(-1px);
}
.gsr-arrow--prev{
    top:calc(50% - 52px);
}
.gsr-arrow--next{
    top:calc(50% + 8px);
}

/* Dots */
.gsr-dots{
    position:absolute;
    left:48px;
    bottom:24px;
    z-index:3;
    display:flex;
    gap:10px;
}
.gsr-dot{
    width:10px;
    height:10px;
    border-radius:999px;
    background:rgba(255,255,255,.25);
    border:1px solid rgba(255,255,255,.25);
    cursor:pointer;
    transition:transform .2s ease, background .2s ease;
}
.gsr-dot.is-active{
    background:#fff;
    transform:scale(1.2);
}

/* Progres linija (auto-play) */
.gsr-progress{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:3px;
    background:rgba(255,255,255,.12);
}
.gsr-progress > span{
    display:block;
    height:100%;
    width:0%;
    background:#F5AF2D;
    transition:width linear;
}

/* Responsivnost */
@media (max-width: 920px){
    .gsr-slide{
        grid-template-columns:1fr;
        min-height:520px;
    }
    .gsr-card{
        order:2;
        padding:28px 22px 90px;
    }
    .gsr-media{
        order:1;
        min-height:260px;
    }
    .gsr-arrow{
        right:12px;
    }
    .gsr-dots{
        left:22px;
        bottom:18px;
    }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
    .gsr-slide, .gsr-media img{
        transition:none !important;
    }
    [data-transition="clip"] .gsr-slide .gsr-media::after{
        display:none;
    }
}


.gsr-slider{
    min-height:460px;
}         /* desktop default */
.gsr-track{
    min-height:inherit;
}
.gsr-slide{
    min-height:inherit;
}        /* absolutni slidi podedujejo viÅ¡ino */

@media (max-width:920px){
    .gsr-slider{
        min-height:520px;
    }       /* malo viÅ¡je za mobile stack */
}

@media (max-width: 920px){
    .gsr-slider{
        overflow: visible;
    } /* prej je bilo hidden */
}


.radio-cards {
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); */
    gap: 15px;
    margin-top: 10px;
}

.radio-card {
    cursor: pointer;
    position: relative;
}

.radio-card input {
    display: none;
}

.card-content {
    padding: 18px 20px;
    border: 1px solid #eef0f3;
    background: #fff;
    transition: all 0.25s ease;
    font-weight: 500;
}

.card-title {
    font-size: 16px;
}

.card-content-event{
    display: flex;
    gap: 10px;
}
.card-subtitle {
   font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
}

.card-content .calendar img{
    width: 25px;
}

/* Hover */
.radio-card:hover .card-content {
    border-color: #000;
}

/* Selected */
.radio-card input:checked + .card-content {
    border-color: #ffc803;
    transform: translateY(-2px);
    border-radius: 8px;
}


.form-msg{
    padding: 12px 14px;
    border-radius: 12px;
    font-weight: 500;
}
.form-msg-ok{
    background:#eefaf1;
    border:1px solid #bfe7c8;
}
.form-msg-err{
    background:#fff1f1;
    border:1px solid #f0b9b9;
    text-align: center;
    font-size: 14px;
}
.contact-submit.is-loading{
    opacity:.7;
    cursor: not-allowed;
}