﻿@import url('https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/select2-bootstrap-5-theme/1.3.0/select2-bootstrap-5-theme.min.css');
/* === BETŰTÍPUSOK === */
body {
    font-family: 'Roboto', sans-serif;
    padding-top: 110px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
}

.quicksand {
    font-family: 'Quicksand', sans-serif;
}

.roboto-light {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/* === PARALLAX EFFEKTUS === */
#parallax-world-of-ugg .parallax-one {
    padding-top: 200px;
    padding-bottom: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url("../images/justice_03.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center calc(50% + 120px);
    background-repeat: no-repeat;
}

    #parallax-world-of-ugg .parallax-one h1 {
        font-size: 60px;
        font-weight: 600;
        color: white;
    }

    #parallax-world-of-ugg .parallax-one p {
        color: white;
        font-size: 24px;
        margin: 0;
    }

/* === KÁRTYÁK === */
.card-title {
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}

.card-body i {
    font-size: 2rem;
}

/* === GOMB STÍLUSOK === */
.btn-outline-dark {
    border-radius: 25px;
}

/* === DROP DOWN MENÜ STÍLUSOK === */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,179,29,1) 0%, rgba(252,133,69,1) 64%);
    border-radius: 10px;
}

.dropdown .dropdown-item {
    color: whitesmoke;
}

.dropdown-item:hover {
    background-color: transparent;
    color: black;
}

.dropdown-toggle::after {
    margin-left: 0;
}

/* === NAVBAR === */
nav {
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,179,29,1) 0%, rgba(252,133,69,1) 64%);
}

/* === FOOTER === */
footer {
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,179,29,1) 0%, rgba(252,133,69,1) 64%);
}

    footer h3 {
        color: black;
        text-align: center;
    }

    footer li h6 {
        font-weight: 700;
        text-align: center;
    }

    footer a {
        color: black;
    }

        footer a:hover {
            color: white;
        }

    footer ul li {
        text-align: center;
    }

/* === MEDIA QUERIES === */
@media screen and (max-width: 767px) {
    body {
        padding-top: 100px; /* Kisebb padding mobil eszközökön */
    }

    #parallax-world-of-ugg .parallax-one {
        padding-top: 100px;
        padding-bottom: 100px;
    }

        #parallax-world-of-ugg .parallax-one h1 {
            font-size: 32px;
        }

        #parallax-world-of-ugg .parallax-one p {
            font-size: 18px;
        }
}

.custom-shadow {
    text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.6);
}

.custom-card-header {
    background-color: #CCA02C; /* sötétkék */
    color: white; /* szöveg fehér */
    font-weight: bold; /* opcionális: félkövér szöveg */
    padding: 0.75rem 1.25rem; /* a Bootstrap alap paddingje */
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); /* hogy illeszkedjen */
}