/* ===== 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 {
    max-width: 80%;
    padding: 50px 10px;
}

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

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

.about_us h1 {
    font-size: 40px;
    margin: 0;
    padding: 0;
}

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

.contact_card h2 {
    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;
}

.avatar {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    border: 1px solid white;
    background-color: #285780;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: -15px;
}

.avatars {
    padding-right: 15px;
}

.placeholder {
    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;
}

/* ===== Responzív kiegészítés ===== */
@media (min-width: 700px) {
    .how_you_choose .row > *,
    .internship_type > * {
        width: 49%;
    }
}
