/* ===== Alapstílusok ===== */
.fi-main {
    max-width: 100%;
    padding: 0;
}

.fi-dropdown-panel{
    background-color: #fff!important;
}

#impersonate-banner{
    position:fixed!important;
    bottom:20px;
    left:unset;
    top:unset!important;
    right: 20px!important;
    width: fit-content!important;
    max-width: calc(100% - 40px)!important;
    height: fit-content!important;
    padding: 15px;
    display:block!important;
    text-align: center!important;
    border-radius: 20px;
}

.fi-body {
    background-color: rgba(232, 220, 202, 0.3);
}

.fi-modal-window{
    margin:100px 20px;
}

.fi-modal-window{
    max-width: 80vh!important;
}

.fi-modal-trigger svg, .fi-modal-trigger .fi-btn-badge-ctn{display: none;}

.fi-modal-content .fi-section{
    padding: 0!important;
}

section {
    padding: 50px 0;
}

footer {
    width: 100%;
}

footer > div,
.how_you_choose > div,
.internship_type,
.posts > div,
.get_in_touch {
    max-width: 1280px;
    width: 90%;
    margin: auto;
    position: relative;
    gap: 50px;
}

.fi-layout {
    min-height: 100vh;
}

footer > div{
    display: flex;
    flex-direction: row;
}

/* ===== Színek és hátterek ===== */
.bg-peblue-dark {
    background-color: #285780;
}

.fi-sidebar-group-label, .bg-peblue-dark .uni-link span,
.get_in_touch .fi-fo-field-wrp-label span, .fi-topbar .fi-topbar-item-label, .fi-topbar .fi-topbar-group-toggle-icon, .fi-sidebar-group-icon{
    color: white;
}
.fi-sidebar-item-grouped-border > div{
    background: white;
}

.get_in_touch,
.students,
.companies {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    color: white;
}

.get_in_touch{
    background: rgba(255, 255, 255, 0.2);
}

.faq,
.posts {
    background: linear-gradient(180deg, rgba(232, 220, 202, 0.4) 0%, transparent 100%);
    padding: 50px;
    border-radius: 100px 50px 0;
}

/* ===== Topbar és navigáció ===== */
.fi-topbar nav {
    display: flex;
    width:100%;
    justify-content: end;
    background-color: #285780;
    color: white;
}

nav.fi-topbar{
    padding:0px!important;
    align-items: unset;
}

nav.fi-topbar > div{ display: none; }
.fi-topbar > nav > ul {
    margin-inline-start: 0;
    margin-inline-start: auto;
}
.fi-topbar > nav {
    display: flex;
    align-items: center;
}

.fi-topbar-item-label {
    font-weight: 400;
    color: #333;
    font-size: 18px;
}

.fi-topbar-item-button:hover,
.fi-topbar-item-label:hover {
    background-color: transparent;
    opacity: 0.8;
}

.fi-dropdown,
.fi-user-menu {
    border-radius: 5px;
}

.fi-dropdown-trigger > .fi-icon-btn {
    color: var(--main-app-color);
}

.fi-icon-btn {
    color: white;
    margin-inline-end: auto;
}

.fi-topbar-group-toggle-icon {
    color: white;
}

/* ===== Footer badge ===== */
.footer-badge {
    width: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.footer-badge > div {
    min-height: 200px;
    height: 45%;
}

.footer-badge > .footer-logo {
    background: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    font-weight: bold;
    color: #285780;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.footer-badge > div:nth-child(2) {
    background-color: var(--main-app-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-links {
    color:white!important;
    max-width: 80%;
    padding: 50px 10px;
}

.footer-links a {
    color: white!important;
    text-decoration: none;
}

/* ===== About & Contact ===== */
.about_us {
    position: relative;
    padding: 80px 20px;
}

.about_us p,
.about_us h2,
.about_us h4 {
    max-width: 1200px;
    width: 90%;
}

h2{
    font-size: 40px;
    margin: 0;
    padding: 0;
}
.company-item h2{
    font-size: 16px;
}
#companyTitle,  .fi-ta-header-heading, .fi-section-header-heading, .fi-modal-heading, .fi-ta-empty-state-heading, .fi-ta-filters-heading{
    font-size: 20px;
}

.contact_card {
    position: absolute;
    z-index: 800;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    background: var(--main-app-color);
    border-radius: 0 100px 100px 0;
    padding: 10px 0 10px 30px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    color: white;
}

.contact_card h2 {
    font-size: 30px;
    width: fit-content;
}

.contact .uni-link {
    color: #285780;
}

.contact .uni-link span {
    font-size: 30px;
    display: flex;
    color: white;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

/* ===== Get In Touch ===== */
.get_in_touch {
    margin-top: 20px;
    padding: 20px;
    gap: 10px;
    width: 90%;
}

.get_in_touch .fi-input-wrp {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    color: white;
}

.get_in_touch .fi-fo-actions {
    justify-content: end;
    align-items: end;
}

.get_in_touch .fi-ac,
.get_in_touch .fi-ac button {
    width: 100%;
}

/* ===== Kártyák, avatar, placeholder ===== */
.faculty-cards {
    margin-top: 50px;
}

.faculty-card {
    aspect-ratio: 1/1;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background: linear-gradient(90deg, transparent 35%, #285780 200%);
    border: 1px solid #eee;
}

.faculty-card img {
    height: 150px;
    margin: auto;
    width: auto;
}



.placeholder {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 100%;
}

.students,
.companies {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: black;
    width: fit-content;
}

/* ===== Listák számozása ===== */
.how_you_choose ol,
.internship_type ol {
    list-style: none;
    counter-reset: my-counter;
    padding-left: 0;
}

.how_you_choose ol li,
.internship_type ol li {
    counter-increment: my-counter;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.number-box {
    content: counter(my-counter);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background-color: var(--main-app-color);
    color: #fff;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
}

/* ===== Képek ===== */
.how_you_choose img {
    height: 600px;
    margin: auto;
}

.internship_type img {
    height: 200px;
    margin: auto;
    margin-top: -150px;
}

/* ===== Filament specifikus elemek ===== */
.fi-header > div,
.fi-header > div > h1 {
    width: 100%;
    text-align: center;
}

.fi-logo {
    height: 50px;
}

.fi-dashboard-page {
    padding: 20px;
}

.fi-page > section {
    padding: 0;
    gap: 0;
}

.fi-header-heading {
    display: none;
}

.fi-main .gap-y-8 {
    row-gap: 0;
}

.fi-ta-ctn {
    max-width: 80rem;
    margin: 4rem auto;
}

.basis-1\/2 {
    flex-basis: 50%;
}

.fi-sidebar {
    background: linear-gradient(135deg, var(--main-app-color) 0%, #285780 100%);
    color: white!important;
    margin-top:-80px;
}
.fi-sidebar-header {
    background: transparent;
    border:unset;
}

.fi-sidebar-item-label, .fi-sidebar-item-icon{
    color:white;
}

.fi-active > a {
    background-color: transparent;
    text-decoration: underline;
}

ul .fi-dropdown,
ul .fi-dropdown-trigger,
ul .fi-dropdown button {
    background: transparent;
}

/* ===== Egyéb ===== */
.uni-link > span {
    display: flex;
    color: #333;
    padding: 8px;
}

.uni-menu > div:nth-child(2) > div
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-grow: 1;
}

.uni-menu > div:nth-child(2){
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-grow: 1;
}

.uni-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    margin: 10px;
    gap: 100px;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.9);
    z-index: 900;
    box-sizing: border-box;
    width: calc(100% - 20px);
}

.uni-menu nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:10px;
}

.uni-menu hr {
    margin: 10px;
    background: #333;
}


.uni-menu .fi-topbar-item-btn
{

}

nav li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.w-14 {
    width: 56px;
}

.card_head{
    background:#285780;
    padding:10px 20px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.card_head .fi-ta-text-item-label{
    color:white!important;
    font-weight: bold;
    font-size: 20px;
}
.card_head p{
    background:white;
    padding:5px 10px;
    color:#285780;
    font-weight: bold;
    font-size: 12px;
    width:fit-content;
    border-radius: 30px;
}

.card_footer{
    border-top:1px solid #285780;
    padding:10px 20px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.card_footer .online{
    background-color:rgb(240,253,244);
    color:rgb(22,163,74);
    border:1px solid rgb(74,222,128);
    padding:3px 6px;
    border-radius: 5px;
    font-size: 12px;
}

.card_footer p{
    display: flex;
    flex-direction: row;
    gap:8px;
    align-items: center;
}


.fi-wi-widget{
    position: relative;
}

.gallery{
    display: flex;
    gap:10px;
    padding:10px;
    overflow: hidden;
}

/* ===== Responzív kiegészítés ===== */

@media (max-width: 699px) {
    .fi-sidebar.fi-main-sidebar{
        z-index: 999;
        width: 100%;
        height: 100vh;
    }
    .uni-menu{
        display:none!important;
    }
    .fi-topbar{
        z-index:900;
        justify-content: space-between;
        align-items: center !important;
    }
    .fi-topbar .fi-icon-btn{
        color:black!important;
    }
    .placeholder{
        display: none;
    }
    footer > div {
        flex-direction: column;
        width: 100%;
        text-align: center;
        color: white;
    }
    footer a {
        color: white;
    }
    .footer-badge{
        flex-direction: row;
        width: 100%;
    }
    .footer-badge > div, .footer-logo{
        max-width: 45% !important;
        aspect-ratio: 1/1;
        display: flex;
        flex-direction: column;
        justify-content: center!important;
        align-items: center;
        min-height: unset;
        border-radius: unset;
    }
    .footer-badge > div:nth-child(2){
        border-radius: 0 0 0 15px !important;
    }
    .footer-logo{
        border-radius: 0 0 15px 0 !important;
    }
    .footer-links{
        max-width: unset;
    }
    .footer-links > div:nth-child(1){
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #map-sidebar{
        max-width: 80%;
    }
    #map-sidebar-closer{
        z-index:50
    }
    .fi-wi-widget{
        position: relative;
    }
}

.fi-no-notification{
    z-index: 1000;
}
.fi-no.fi-align-right.fi-vertical-align-start{
    z-index: 1000;
}
