@import 'Erasmus_SSC.Client.bygmuc0tou.bundle.scp.css';

/* _content/Erasmus_SSC/Components/CookieConsent.razor.rz.scp.css */
.cookie-banner[b-y8tju2uzwl] {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px) saturate(160%);
    -webkit-backdrop-filter: blur(10px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 2rem;
    color: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    font-size: 0.95rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
/* _content/Erasmus_SSC/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xayr83n039] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xayr83n039] {
    flex: 1;
}
.layout-enter[b-xayr83n039] {
    opacity: 0;
    transform: translateY(-40px);
    animation: dropIn 1.2s ease-out forwards;
}

.navbar[b-xayr83n039] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95), blur(10px);
    backdrop-filter: blur(7px) saturate(120%);
    -webkit-backdrop-filter: blur(7px) saturate(120%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25), blur(7px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.navbar--animated[b-xayr83n039] {
    animation: navbarDrop-b-xayr83n039 1s ease-out forwards;
}

@keyframes navbarDrop-b-xayr83n039 {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar__container[b-xayr83n039] {
    width: min(1200px, 90%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar__logo[b-xayr83n039] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
    font-weight: 800;
    color: #1f3520;
    text-decoration: none;
}

    .navbar__logo:hover[b-xayr83n039] {
        color: #365c45; 
    }

.navbar__logo-img[b-xayr83n039] {
    height: 38px;
    width: auto;
    display: block;
    filter: brightness(0) saturate(100%) invert(25%) sepia(18%) saturate(600%) hue-rotate(70deg);
   
}

.navbar__logo-text[b-xayr83n039] {
    white-space: nowrap;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.navbar__links[b-xayr83n039] {
    display: flex;
    align-items: center;
    gap: 1.8rem;
}


.nav__link[b-xayr83n039] {
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    position: relative;
    transition: color .3s ease;
    display: flex;
}

    .nav__link:hover[b-xayr83n039] {
        color: #2f7d36;
    }

    .nav__link.active[b-xayr83n039]::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #2f7d36;
        border-radius: 2px;
    }

@media (max-width: 600px) {
    .nav__link[b-xayr83n039] {
        font-size: 0.9rem; 
        gap: 0.5rem; 
    }

    .navbar__links[b-xayr83n039] {
        gap: 1rem; 
    }
}
.nav__dropdown[b-xayr83n039] {
    position: relative;
}
@media (max-width: 600px) {
    .navbar__logo-text[b-xayr83n039] {
        font-size: 0.95rem;
    }

    .navbar__logo-img[b-xayr83n039] {
        height: 30px;
    }
}
.navbar__toggle[b-xayr83n039] {
    display: none;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #1a1a1a;
}
  @media (max-width: 768px) {
        .navbar__logo-text[b-xayr83n039] {
            display: none;
        }
    }

  .dropdown__toggle[b-xayr83n039] {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    color: #1a1a1a;
    cursor: pointer;
    transition: color .3s ease;
}

    .dropdown__toggle:hover[b-xayr83n039] {
        color: #2f7d36;
    }
   
.nav__dropdown:focus-within .dropdown__menu[b-xayr83n039] {
    display: block;
}
.dropdown__menu[b-xayr83n039] {
    display: none;
    position: absolute;
    top: 2.5rem;
    left: 0;
    background: rgba(250, 245, 230, 0.90);
    backdrop-filter: blur(7px) saturate(120%);
    border: 1px solid rgba(100, 70, 40, 0.25);
    border-radius: 5px;
    padding: 0.5rem 0;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    min-width: 250px;
    margin-top: 0.3rem;
}

.dropdown__menu a[b-xayr83n039] {
    display: block;
    padding: 0.5rem 1rem;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    transition: background .2s ease, color .2s ease;
}

    .dropdown__menu a:hover[b-xayr83n039] {
        background: rgba(47,125,54,0.15);
        color: #2f7d36;
        border-radius: 6px;
    }
/*.footer {
    background-color: rgba(255, 255, 255, 0.85);
    color: #002b5c;
    height: 55px;
    z-index: 1030;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: none;
}

.footer-logo {
    height: 55px;
    width: auto;
}

.footer-text {
    font-weight: 600;
    font-size: 1.1rem;
    color: #002b5c;
}

.footer-info {
    font-size: 0.9rem;
    color: #333333;
    margin-top: 12px;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 8px 20px 0 20px;
}

.footer-text {
    font-weight: 600;
    font-size: 1.05rem;
    color: #1f3520;
    margin-top: 8px;
}
*/

/*@media (max-width: 768px) {
    .footer .container {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        height: 50px;
        width: auto;
        margin-top: 3px;
    }

    .footer-text,
    .footer-info {
        margin-top: 2px;
    }
}
*/
#blazor-error-ui[b-xayr83n039] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xayr83n039] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Erasmus_SSC/Components/Layout/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item ::deep .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/
/* _content/Erasmus_SSC/Components/Pages/Home.razor.rz.scp.css */
:root[b-gqsssjo328] {
    --wood-light: #e6c891;
    --wood-medium: #cfa96b;
    --ink: #2b1b0d;
    --accent: #3f4d3b; 
    --accent-light: #4f5f4a;
    --paper: #fdfbf8;
    --shadow: 0 10px 30px rgba(0,0,0,.15);
}

.hero[b-gqsssjo328] {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    padding: clamp(2rem, 4vw, 3rem) 1rem 5rem;
    display: grid;
    place-items: center;
    text-align: center;
    background: url("/images/bg_const.png") center/cover no-repeat;
    color: #fff;
    overflow: hidden;
    width: 100vw;
    margin: 0;
    margin-top: -1rem;
    margin-left: 50%;
    transform: translateX(-50%);
}

.hero__overlay[b-gqsssjo328] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 40%), linear-gradient(0deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,0) 40%);
    z-index: -1;
     mix-blend-mode: soft-light;
}


.hero__title[b-gqsssjo328] {
    font-size: clamp(2.4rem, 6vw, 4.2rem);
    font-weight: 800;
    color: #2E3A2D;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 6px 12px rgba(0, 0, 0, 0.35), 0 0 18px rgba(255, 255, 240, 0.25);
    letter-spacing: 0.5px;
    margin-bottom: 0.9rem;
    animation-delay: 0.5s;
}


.hero__subtitle[b-gqsssjo328] {
    max-width: 70ch;
    margin: 0 auto 2rem;
    font-size: clamp(1.5rem, 2.5vw, 1.35rem);
    color: #f8f8f8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85), 0 2px 6px rgba(0, 0, 0, 0.75);
    opacity: 3;
    animation-delay: 0.8s;
}
@media (max-width: 768px) {
    .hero__subtitle[b-gqsssjo328] {
        font-size: 1.2rem; 
        line-height: 1.3;
    }
}

.hero__cta[b-gqsssjo328] {
    display: flex;
    gap: .75rem;
    justify-content: center;
    flex-wrap: wrap;
}
.hero__logo[b-gqsssjo328],
.hero__title[b-gqsssjo328],
.hero__subtitle[b-gqsssjo328] {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp-b-gqsssjo328 1s ease-out forwards;
}
@keyframes fadeUp-b-gqsssjo328 {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 720px) {
    .brandbar[b-gqsssjo328] {
        flex-direction: column;
        align-items: center;
      
        margin-top: .5rem;
        margin-left: 10%;
        
    }

    .brandbar__logo[b-gqsssjo328] {
        height: clamp(120px, 30vw, 160px);
    }
  
        .brandbar .erasmus[b-gqsssjo328] {
            display: none !important;
        }


    .brandbar .ssc[b-gqsssjo328] {
        display: block;
        margin: 0 auto;
        transform: scale(1.05);
      
    }

        .brandbar[b-gqsssjo328] {
            padding-top: 15px;
            padding-bottom: 8px;
        }
    }

}
.brandbar[b-gqsssjo328] {
    display: flex;
    align-items: center;
    top: 6px;
     justify-content: center;
    gap: clamp(1.6rem, 6vw, 5rem);
    
    position: relative;
    margin-top: 1rem;
}
.brandbar__logo[b-gqsssjo328] {
    display: inline-block;
    height: clamp(170px, 22vw, 230px);
    opacity: 1;
    transition: transform .3s ease, filter .3s ease;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2)) 
    drop-shadow(0 0 12px rgb(15, 15, 14, 0,35));
    transform: translateY(8px);
    
}

    .brandbar__logo:hover[b-gqsssjo328] {
        transform: translateY(8px) scale(1.1);
        filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4)) drop-shadow(0 0 16px rgba(255,255,200,0.45)) brightness(1.1) contrast(1.05);
    }

.brandbar .erasmus[b-gqsssjo328] {
    margin-left: 4rem;
}

.brandbar .ssc[b-gqsssjo328] {
    margin-right: 3rem;
}

.btn[b-gqsssjo328] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 999px;
    padding: 1.2rem 2.3rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform .08s ease, filter .2s ease, background .2s ease;
    position: relative;
    overflow: hidden;
}

    .btn:active[b-gqsssjo328] {
        transform: translateY(1px) scale(.98)
    }

.btn--primary[b-gqsssjo328] {
    color: #0d2b22;
    background: linear-gradient(180deg,#fff,#e5c7a5);
    box-shadow: 0 8px 24px rgba(0,0,0,.25), inset 0 6px 12px rgba(255,255,255,.18);
}

    .btn--primary:hover[b-gqsssjo328] {
        filter: brightness(1.1)
    }

.btn--ghost[b-gqsssjo328] {
    color: #fff;
    background: #fffbe9;
    backdrop-filter: blur(6px);
    border-color: rgb(255, 255, 255, 0,1)
}

    .btn--ghost:hover[b-gqsssjo328] {
        background: rgba(255,255,255,.85)
    }

/*.btn--light {
    color: #0d2b22
}*/
.btn[b-gqsssjo328]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 120deg, transparent 0 40%, rgba(123,191,115,.25) 50%,
    transparent 60% );
    transform: translateX(-120%);
    transition: transform .6s ease;
    pointer-events: none; 
}

.btn:hover[b-gqsssjo328]::before {
    transform: translateX(120%);
}

.partners[b-gqsssjo328] {
    scroll-margin-top: 20px;
    background: linear-gradient(180deg, var(--paper), #fff);
    padding: clamp(2rem, 3vw, 3rem) 1rem 4rem;
    border-top: 8px solid color-mix(in oklab, var(--wood-medium) 60%, #fff);
}

.partners__title[b-gqsssjo328] {
   
    color: #103b30;
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    font-weight: 800;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    margin-bottom: 2rem;
    
}

.partners__grid[b-gqsssjo328] {
    width: min(1200px, 96%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: clamp(1rem, 2vw, 1.25rem);
}

/* Partner Cards */
.partner-card[b-gqsssjo328] {
    position: relative;
    display: grid;
    grid-template-rows: 160px auto;
    border-radius: 18px;
    text-decoration: none;
    color: var(--ink);
    background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.95)), url("/images/background.png") center/cover no-repeat;
    box-shadow: var(--shadow);
    overflow: hidden;
    transform: translateZ(0);
    transition: transform .3s ease, box-shadow .3s ease;
}

    .partner-card:hover[b-gqsssjo328] {
        transform: translateY(-5px);
        box-shadow: 0 14px 30px rgba(0,0,0,.25);
    }

.partner-card__media[b-gqsssjo328] {
    display: grid;
    place-items: center;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(255,255,255,.4), rgba(255,255,255,.15));
}

    .partner-card__media img[b-gqsssjo328] {
        max-width: 80%;
        max-height: 120px;
        object-fit: contain;
        filter: drop-shadow(0 4px 10px rgba(0,0,0,.15));
    }

.partner-card__body[b-gqsssjo328] {
    padding: .9rem 1rem 1.1rem;
    background: rgba(255,255,255,.9);
}

    .partner-card__body h3[b-gqsssjo328] {
        font-size: 1rem;
        font-weight: 800;
        text-align: center;
        margin: 0;
    }
.partner-card[b-gqsssjo328]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0 40%, rgba(123,191,115,.22) 50%, transparent 60%);
    transform: translateX(-120%);
    transition: transform .6s ease;
}
a:focus-visible[b-gqsssjo328],
.btn:focus-visible[b-gqsssjo328],
.partner-card:focus-visible[b-gqsssjo328] {
    outline: 3px solid #2E3A2D;
    outline-offset: 4px;
    border-radius: 10px;
}
.partner-card:hover[b-gqsssjo328]::before {
    transform: translateX(120%);
}
html[b-gqsssjo328] {
    scroll-behavior: smooth;
}
/* _content/Erasmus_SSC/Components/Pages/Privacy.razor.rz.scp.css */
.map-container[b-zuvcbey6yc] {
    position: relative;
    width: 100%;
    min-height: 75vh;
    overflow: hidden;
}


.background-img[b-zuvcbey6yc] {
    position: absolute;
    color: #002b5c;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    object-fit: cover;
    opacity: 0.22;
    z-index: 0;
}

.logo-container[b-zuvcbey6yc] {
    text-align: center;
    margin-bottom: 20px;
}

.partner-logo[b-zuvcbey6yc] {
    max-width: 250px;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}

    .partner-logo:hover[b-zuvcbey6yc] {
        transform: scale(1.05);
        filter: brightness(1.1);
    }

@media (max-width: 768px) {
    .partner-logo[b-zuvcbey6yc] {
        max-width: 140px;
    }
}

.content[b-zuvcbey6yc] {
    position: relative;
    z-index: 1;
    color: #002b5c;
    font-size: 1.1rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    max-width: 800px;
    margin: 3rem auto;
    backdrop-filter: blur(3px);
}

.title[b-zuvcbey6yc] {
    font-size: 1.7rem;
    font-weight: 650;
    color: #001e42;
    text-align: center;
    margin-bottom: 1.5rem;
}

.body[b-zuvcbey6yc] {
    position: relative;
    z-index: 1;
    color: #002b5c;
    font-size: 1.1rem;
    padding: 2rem;
    background-color: #fdfaf3;
     background:  rgba(255, 255, 250, 0.92) 100%;
    border: 1px solid rgba(120, 90, 60, 0.15);
    border-radius: 10px;
    max-width: 800px;
    margin: 3rem auto;
      backdrop-filter: blur(6px) saturate(130%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    text-align: justify;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.content a[b-zuvcbey6yc] {
    color: #004080;
    text-decoration: none;
    font-weight: 600;
}

    .content a:hover[b-zuvcbey6yc] {
        text-decoration: underline;
    }
