:root {
    --lidea-green: #9AC61E;
    --lidea-text: #fff;
    --lidea-muted: #6b6b6b;
    --lidea-bg: #fff;
}
body {
    font-family: 'Inter', sans-serif;
    margin: 0; padding: 0;
    background: var(--lidea-bg);
    color: #676767;
    padding-top: 130px;
}
.navbar {
    background: var(--lidea-green);
    height: 126px;
    font-weight: 600;
    padding: 0 1rem;
}
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 18px;
    color: var(--lidea-green);
    user-select: none;
}
.navbar-brand img {
    height: 70px;
}
.nav-link {
    position: relative;
    color: var(--lidea-text) !important;
    padding: 18px 12px !important;
    line-height: 22px;
    font-weight: 700;
    font-size: 22px;
    transition: color 0.2s ease-in-out;
    display: flex;
    align-items: center;

}
.nav-link-text {
    position: relative;
    display: inline-block;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 0;
    height: 2px;
    background-color: #000; /* fekete */
    transition: width 0.3s ease;


}

.nav-link:hover::after,
.nav-link:focus::after {
    width: 100%;
}
.dropdown-menu {

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 8px 0;
    min-width: 220px;
    background-color:#1F1F1F;
}
.dropdown-item {
    padding: 10px 16px;
    color: #9AC61E;
    font-size: 12px;
    line-height: 13px;
    border-radius: 0px !important;
}
.dropdown-menu{
    border-radius: 0px !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0px !important;
    border-right: 0px !important;
    border-bottom: 0;
    border-left: 0px !important;
}
.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #313233;
    color: var(--lidea-green);
}
.search-input {
    width: 220px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 6px 10px;
    font-size: 14px;
}
.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin-left: 6px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    user-select: none;
    font-size: 20px;
}
.social-icon:hover {
    color: #000;

}
@media (max-width: 992px) {
    .search-input {
        width: 100%;
        margin: 10px 0;
    }
}
@media (min-width: 992px) {
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .navbar-nav .dropdown > .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
}
.navbar-toggler {
    border: none;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%230b5a2b' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.dropdown-toggle::after {
    border-top-color: var(--lidea-green) !important;
}
.lidea-navbar {
    background: var(--lidea-green);
    padding: 25px 0;
    transition: padding 0.3s ease, box-shadow 0.3s ease;
    z-index: 1030;
}

.lidea-navbar .navbar-brand img {
    height: 60px;
    transition: height 0.3s ease;
}

/* ÖSSZEMENT SCROLLOS állapot */
.lidea-navbar.scrolled {
    padding: 8px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    height: 96px;
}

.lidea-navbar.scrolled .navbar-brand img {
    height: 40px;
}



.position-relative {
    position: relative;
}

.full-width-bg {
    background-image: url('https://lidea-mindigmelletted.hu/img/mainszalag.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
    margin-top: 40px;
    margin-bottom: 30px;
}
p {
    padding-bottom: 1.5em;
    font-size: 14px;
}

li{
    font-size: 14px;
    margin: 0;
    padding: 3px 0;

}
strong{
    font-family: Roboto;
    font-weight: 600;
}

h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 7px;
    color: #444;
}
h1{
    color:#444;
}
.lidea-register-strip {
    background-color: var(--lidea-green);
    padding: 15px 0;
    color: #fff;
    margin-bottom: 2.5rem;
}

.lidea-register-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.lidea-register-title strong {
    font-weight: 700;
}

.lidea-bags {
    max-width: 500px;
}
/* Footer alap */
.lidea-footer {
    background: var(--lidea-green); /* Lidea zöld */
    padding: 60px 0 40px;
    color: #fff;
    font-size: 15px;
}

/* Logó */
.footer-logo {
    max-width: 160px;
}

/* Menü */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

.footer-menu li a:hover {
    text-decoration: underline;
}

/* Social ikonok */
.footer-social a {
    font-size: 22px;
    color: #fff;
}

.footer-social a:hover {
    opacity: 0.7;
}

/* Választóvonal */
.footer-divider {
    border-color: rgba(255, 255, 255, 0.2);
    margin: 25px 0;
}

/* Adatvédelmi linkek */
.footer-link {
    color: #fff;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

/* Copy */
.footer-copy {
    margin: 0;
    font-weight: 300;
}
.btn-gradient {
    background: var(--lidea-green); /* alapszín */
    color: white;
    border: none;
    transition: background 0.4s ease;
    border: 1px solid var(--lidea-green);
}

.btn-gradient:hover,
.btn-gradient:focus {
    background: linear-gradient(45deg, #ffffff 0%, var(--lidea-green) 100%);
    color: #000;
    text-decoration: none;
    border: 1px solid var(--lidea-green);
    transition: background 1s ease;
}
.pt-30{
    padding-top: 30px !important;
}

.mt-30{
    margin-top: 30px !important;
}

footer {
    margin-top: auto;
}
.lidea-programs {
    background: #f7f9f7;
    padding-top: 50px;
}

.lidea-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    border: 1px solid #e5e5e5;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.lidea-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0,0,0,0.12);
}

/* Gradient keret */
.lidea-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    background: linear-gradient(135deg, #6dbb45, #b1e57a);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.lidea-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.lidea-card-header h3 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #2d2d2d;
}

.icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* Témaszínek */
.bg-sunflower { background: #ffc107; }
.bg-rapeseed { background: #88c44b; }
.bg-corn { background: #ff8800; }
.bg-early { background: #00bcd4; }


.lidea-card-body p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #444;
}


.lidea-intro {
    color: #333;
    font-size: 1.1rem;
}

.lidea-title {
    font-size: 2.2rem;
    color: #2d2d2d;
    font-weight: 700;
}

.lidea-subtitle {
    font-size: 1.4rem;
    font-weight: 700;
    color: #3a3a3a;
}

.lidea-register-strip {
    background: #f4f9f1;
    border-top: 3px solid #6dbb45;
}

.lidea-register-title {
    font-size: 2rem;
    line-height: 1.2;
    color: #2d2d2d;
    text-transform: uppercase;
}

.lidea-bags {
    max-width: 350px;
}

@media (max-width: 576px) {
    .lidea-register-title {
        font-size: 1.5rem;
    }
}

.mainpagelink,
.mainpagelink:hover,
.mainpagelink:focus,
.mainpagelink:active,
.mainpagelink:visited {
    text-decoration: none !important;
}
.fontColorRed{
    color: red !important;
}

/* Dropdown hover desktopon */
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
#menuOverlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1025; /* Kissebb, mint a navbar (1030) */
    display: none;
}

@media (max-width: 991.98px) {
    #mainNav {
        background-color: rgba(0, 0, 0, 0.9); /* fekete háttér a menünek */
        padding: 1rem 2rem;
        margin-top: 56px; /* hogy ne takarja le a fixed navbar-t */
        position: fixed;
        top: 56px; /* pont a navbar alatt */
        left: 0;
        right: 0;
        z-index: 1040;
        border-radius: 0 0 8px 8px;

    }

    /* Menü elemek színe világos legyen */
    #mainNav .nav-link{

        font-size: 16px !important;
    }
    #mainNav .dropdown-item {

        font-size: 14px !important;
    }

    /* Ha kell hover szín */
    #mainNav .nav-link:hover,
    #mainNav .dropdown-item:hover {
        color: #ddd !important;
        font-size: 20px;
    }

    /* Az overlay-t ki lehet venni vagy kikapcsolni */
    #menuOverlay {
        display: none !important;
    }
}
