.footer-middle {
    color: #ffffff !important;
    font-size: 16px !important;      /* Betűméret */
    font-weight: 600 !important;     /* Félkövér */
}

.footer-middle a {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.footer-middle h1,
.footer-middle h2,
.footer-middle h3,
.footer-middle h4,
.footer-middle h5 {
    color: #ffffff !important;
    font-weight: 700 !important;     /* Kövér címsorok */
}

.footer-middle p,
.footer-middle span,
.footer-middle li {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
/* Feliratkozom gomb legyen fehér keretes, fehér szöveggel */
.footer-middle button,
.footer-middle .btn,
.footer-middle input[type="submit"] {
    background: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}

/* Hover állapot: fehér háttér, fekete szöveg (elegáns) */
.footer-middle button:hover,
.footer-middle .btn:hover,
.footer-middle input[type="submit"]:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

/* Checkbox keret fehér */
.footer-middle input[type="checkbox"] {
    border: 1px solid #ffffff !important;
    accent-color: #ffffff !important;  /* ahol támogatott */
}

/* Footer Middle — Input mezők kerete legyen fehér */
.footer-middle input[type="text"],
.footer-middle input[type="email"],
.footer-middle input[type="password"],
.footer-middle textarea {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

/* Footer-middle – form-control placeholderek legyenek fehérek */
.footer-middle .form-control::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Chrome, Edge, Safari */
.footer-middle .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

/* Firefox */
.footer-middle .form-control::-moz-placeholder {
    color: #ffffff !important;
}

/* IE / régi Edge */
.footer-middle .form-control:-ms-input-placeholder,
.footer-middle .form-control::-ms-input-placeholder {
    color: #ffffff !important;
}

/* Footer-middle – form-control placeholder legyen félkövér */
.footer-middle .form-control::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}

/* Chrome, Edge, Safari */
.footer-middle .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* Firefox */
.footer-middle .form-control::-moz-placeholder {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* IE / régi Edge */
.footer-middle .form-control:-ms-input-placeholder,
.footer-middle .form-control::-ms-input-placeholder {
    color: #ffffff !important;
    font-weight: 600 !important;
}

.header-logo {
    font-size: 34px !important;   /* Itt állítsd, amekkorára szeretnéd */
	 line-height: 1.2 !important;
}

/* Header középső részének összenyomása */
.header-middle {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* A logó és a header tartalom függőleges igazítása */
.header-logo {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
}


.banner-item__content{  
position: absolute;
    bottom: 5%;
    right: 2%;
    border-radius: var(--corner_30);
    background-color: var(--banner-box-bg);
    max-width: 500px;
    width: 43%;
    padding: 30px 50px 30px 50px;
    gap: 25px;
 
	}