*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #eadfdb;
    color: #000f1f;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    min-height: 100vh;
    overflow-x: hidden;
}


.header {
    background-image: url('../../images/fooldal_banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 20px 0;
}

.logo {
    max-height: 150px;
    padding-right: 20px;
}

.header-text {
    font-size: 2rem;
    font-weight: bold;
    color: #000f1f;
}

.subtext {
    font-size: 1.5rem;
    font-style: italic;
    color: #000f1f;
}

.napcs{
    color: #eb5934;
    text-decoration: none;
}


nav{
    background-color: #d3e2f0;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav li{
    height: 50px;
}

nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #000f1f;
}

nav a:hover{
    background-color: #c2d4e3;
}

.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 300px;
    z-index: 999;
    background-color: #d3e2f0;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}

.sidebar li{
    width: 100%;
}

.sidebar a{
    width: 100%;
}

.menu-button{
    display: none;
}

@media(max-width: 950px){
    .hideOnMobile{
        display: none;
    }

    .menu-button{
        display: block;
    }
}

@media(max-width: 400px){
    .sidebar{
        width: 100%;
    }
}

ul li ul.dropdown li{
    display: block;
    padding: 0;
}

ul li ul.dropdown{
    width: 18vw;
    background-color: #d3e2f0;
    position: absolute;
    z-index: 999;
    display: none;
    padding: 0;
}

ul li:hover ul.dropdown{
    display: block;
}

.submenu{
    display: none;
}

main{
    margin-top: 100px;
}

main h1, main h2{
    font-weight: bold;
}

.small-item {
    padding: 15px;
    width: 70%;
    text-align: center;
    font-weight: bold;
    margin: auto;
    margin-bottom: 50px;
    line-height: 1.5;
    margin-top: 50px;
}

.small-item2 {
    padding: 15px;
    margin-bottom: 50px;
    line-height: 1.5;
}

.small-item-sarga {
    padding: 15px;
    width: 50%;
    text-align: center;
    color: #eb5934;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 100px;
}

.custom-list, .custom-list2 {
    list-style: none;
    padding-left: 0;
}

.custom-list li, .custom-list2 li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

.custom-list li::before {
    content: "✦";
    color: #eb5934;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 8px;
}

.highlighted-title {
    display: inline-block;
    background-color: #e5a379;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
}

.harom-oszlop ul {
    list-style-type: disc;
    text-align: left;
    width: fit-content;
    margin: auto;
    line-height: 2;

}

.harom-oszlop li{
    text-align: left;
}

.custom-btn {
    background-color: #eb5934;
    color: #eadfdb;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
    margin-top: 20px;
    margin-bottom: 50px;
}

.custom-btn:hover {
    background-color: #ad3517;
    color: #eadfdb;
}

.blue-section {
    background-color: #d3e2f0;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    margin-left: calc(-50vw + 50%);
    margin-bottom: -25px;
}

.custom-button {
    background-color: #203456;
    color: #d3e2f0;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
    margin-top: 50px;
}

.custom-button:hover {
    background-color: #84bdf3;
    color: #203456;
}

.dark-section {
    background-color: #000f1f;
    color: #eadfdb;
    width: 100vw;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    margin-left: calc(-50vw + 50%);
    margin-bottom: -25px;
}

.custom-line {
    width: 90%;
    border: 1px solid #eadfdb; 
    margin: 20px auto;
}

.logo-lab {
    height: 150px;
}

.lablecteto{
    padding-top: 50px;
}
