body {
    font-family: "Open Sans", sans-serif;
    background-color: #210200; /* Sötét háttér */
    color: #fff; /* Világos szöveg */
    overflow-x: hidden;
}
.header-section {
    background: url("../images/header-bg.png") no-repeat top center; /* Helyőrző háttérkép */
    background-size: cover;
    padding-top: 20px;
    text-align: center;
}
.header-section h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #edbb00;
}
.header-section h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}
.categories-section h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.category-card {
    /* Nincs specifikus stílus itt */
}
.category-card img {
    width: 100%;
    max-width: 424px;
    margin-bottom: 15px; /* Kis térköz a kép és a gomb között */
}
.category-card a,
.btn-promote {
    margin: 10px 0px 25px 0px; /* Csökkentett felső margó */
    color: #edbb00;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 10px;
    border: 2px solid;
    border-image: linear-gradient(to right, #a50044, #004d98) 1;
    display: block;
    text-decoration: none;
    font-weight: 300;
    transition: all 0.3s ease;
    cursor: pointer; /* Jelzi a kattinthatóságot */
	border-radius: 0px !important
}
.category-card a:hover, .category-card a:focus,
.btn-promote:hover, .btn-promote:focus{
    background-color: #edbb00;
    color: #000;
    border-image: none; /* Hoverkor is eltüntetjük a gradient keretet */
    border: 2px solid #edbb00; /* Szolid keret hoverkor */
	border-radius: 0px !important
}

/* Aktív KATEGÓRIA link stílusa */
.category-card a.active {
    background-color: #edbb00;
    color: #000;
    border-image: none;
    border: 2px solid #edbb00;
	border-radius: 0px !important
}

/* Aktív PROMOTE gomb stílusa */
.btn-promote.active {
    background-color: #edbb00;
    color: #000;
    border-image: none;
    border: 2px solid #edbb00;
	border-radius: 0px !important
}


.btn-promote {
    margin-top: 50px; /* Eredeti margó visszaállítva */
    padding: 25px 10px; /* Eredeti padding visszaállítva */
}

.footer-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.footer-section .container-fluid .row{
    border-color: #004c97 !important;
    border-bottom: solid 1px;
}
.footer-section .container-fluid .row .row{
    border-color: #004c97 !important;
    border-bottom: solid 0px;
}
.footer-section, .footer-section a {
    font-size:12px;
    color: #EDBB00 !important;
    text-decoration: none
}
.footer-section h6 {
    font-size:12px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
}
.footer-section a {
    text-decoration: none;
}
.footer-section a:hover {
    color: #fff;
}
#social a:hover img.social-icon {
    filter: brightness(1.8);
    transition: filter 0.3s ease;
}

hr {
    border-color: #004c97 !important;
    margin: 60px 0px;
    border-width: 1px;
    border-style: solid;
    opacity: 1 !important;
}

#holoverz-logo { }
#sep-x { margin: 70px 0px 15px 0px; }
#fcb-logo { margin-bottom: 15px; }

#countdown {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
}
.form-section { }
.form-check { margin: 30px 0px 40px 0px; }

.form-label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.form-select,
.form-control {
    background-color: transparent;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #a50044, #004d98);
    color: white;
    padding: 0.75rem;
    font-size: 18px;
    border-radius: 0 !important;
}

.form-control::placeholder { color: #ccc; opacity: 1; }

.form-check-input {
    background-color: transparent;
    border: 2px solid #004291;
    width: 20px;
    height: 20px;
    border-radius: 0px !important;
    background: #014589;
    position: relative;
    top: 2px;
    cursor: pointer; /* Checkbox is clickable */
}

.form-check-label {
     cursor: pointer; /* Label is also clickable for the checkbox */
     padding-left: 5px; /* Space between checkbox and label */
}

.form-check-label a {
    color: #f1c40f;
    /* padding-left: 0.5rem; - Eltávolítva, a label paddingja elég */
    font-size: 12px;
    text-decoration: none;
}
.form-check-input:checked {
    background-color: #EDBB00;
    border-color: #EDBB00;
    background-image: none !important;
}
.form-control:focus {
    background-color: transparent;
    color: white;
    border-width: 2px;
    border-style: solid;
    border-image-source: linear-gradient(to right, rgb(165, 0, 68), rgb(0, 77, 152));
    border-image-slice: 1;
    box-shadow: none;
    outline: none;
}

/* Dropdown specifikus stílusok */
button#dropdownMenuButton {
    background-color: #130904;
    color: white;
    font-size: 18px;
    font-weight: 400;
    appearance: none;
    height: auto;
    background-image: url("../images/dropdown.svg") !important;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding: 0.75rem 2.5rem 0.75rem 0.75rem;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: linear-gradient(to right, rgb(165, 0, 68), rgb(0, 77, 152)) 1;
    border-radius: 0px !important;
    background-position: right 1rem center;
    width: 100%;
    text-align: left;
}
ul.dropdown-menu.show {
    background: #000;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: linear-gradient(to right, rgb(165, 0, 68), rgb(0, 77, 152)) 1;
    border-radius: 0px;
    width: 100%;
    padding: 0;
    margin-top: 2px !important;
}
ul.dropdown-menu li { border-bottom: 1px solid #333; }
ul.dropdown-menu li:last-child { border-bottom: none; }
ul.dropdown-menu li:first-child { padding: 5px 10px; border-bottom: 1px solid #004c97; }
ul.dropdown-menu input#countrySearchInput { background-color: #111; color: #fff; border: none; padding: 8px 10px; width: 100%; }
ul.dropdown-menu input#countrySearchInput:focus { background-color: #222; outline: none; box-shadow: none; }
a.dropdown-item { color: #fff; padding: 10px 20px; font-size: 16px; border: none; background-color: transparent; }
a.dropdown-item:focus, a.dropdown-item:hover, a.dropdown-item:active { background-color: #e0b10e; color: #000; border: none; }

/* Regisztrációs Gomb */
.btn-register {
    background-color: #f1c40f;
    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.75rem;
    border: none;
    border-radius: 0px !important;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
}
.btn-register:hover { background-color: #cfa00d; color: #000 !important; }

/* Form Üzenetek és Hibajelzések */
.form-section .message-area { font-size: 12px; min-height: 1.5em; padding-top: 5px; font-weight: bold; }
.form-section .message-area.text-danger { color: #dc3545 !important; }
.form-section .message-area.text-success { color: #edbb00 !important; }

/* Érvénytelen (Invalid) Mezők Stílusai */
.form-section .is-invalid { border-image: none !important; border: 2px solid #dc3545 !important; }
.form-section #emailInput.is-invalid:focus { box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); background-color: transparent; color: white; }
.form-section .form-check-input.is-invalid { background-color: transparent; border-color: #dc3545 !important; }
.form-section .form-check-input.is-invalid:checked { background-color: #dc3545; border-color: #dc3545; background-image: none !important; }

/* Reszponzív Stílusok */
@media (max-width: 767.98px) { /* Mobil */
    .header-section h1 { font-size: 24px; line-height: 1.3; }
    .header-section h2 { font-size: 18px; }
    #countdown { font-size: 36px; line-height: 1.2; }
    .header-section { background: url("../images/header-mobil.png") no-repeat top center; background-size: cover; padding-top: 20px; padding-bottom: 2rem; }
    .categories-section h3 { font-size: 18px; margin-bottom: 45px; }
    .category-card { margin-bottom: 20px; }
    .category-card a, .btn-promote { margin: 10px 10px 25px 10px; font-size: 16px; padding: 12px 10px; }
    .btn-promote { padding: 20px 10px; margin-top: 30px; }
    .form-section .col-md-4 { width: 100%; padding: 0 15px; }
    hr { margin: 40px 0px; }

    /* Footer mobil nézet */
    .footer-section, .footer-section h6, .footer-section p, #social .social-icons-wrapper { text-align: left !important; }
    .footer-logo-col { display: none; }
    .footer-license-col { display: block; text-align: left !important; border-bottom: 1px solid #004c97; padding-bottom: 1.5rem; margin-bottom: 1.5rem; }
    .footer-license-col a { display: block; text-align: left !important; }
    .footer-section .container-fluid .row { border-bottom: none; padding-right: 1rem; padding-left: 1rem; }
    .footer-section .footer-col { border-bottom: 1px solid #004c97; padding-bottom: 1.0rem !important; margin-bottom: 1.5rem !important; }
    .footer-bottom { justify-content: space-between; align-items: center; padding-left: 1rem; padding-right: 1rem; border-top: 1px solid #004c97; padding-top: 1rem; margin-top: 0; display: flex; }
    .footer-bottom .copy-text { order: 1; margin-right: auto; }
    .footer-bottom .impressum-link { order: 2; float: none; }
    #social img.social-icon { width: 50px; margin-right: 15px; margin-left: 0; }
    #social .social-icons-wrapper { text-align: left !important; }
}

@media (min-width: 768px) { /* Asztali */
    .footer-section .footer-col, .footer-section .footer-logo-col { text-align: right; }
    .footer-section .footer-logo-col { margin-right: 0; }
    #social .social-icons-wrapper { text-align: right; }
    .footer-license-col { display: none; }
    .footer-section .container-fluid .row { padding-right: 3rem; padding-left: 3rem; border-bottom: solid 1px #004c97 !important; }
    .footer-bottom { padding-left: 3rem; padding-right: 3rem; border-top: none; }
    .footer-bottom .copy-text { float: left; }
    .footer-bottom .impressum-link { float: right; }
}

/* Clearfix a footer aljára */
.footer-bottom::after { content: ""; clear: both; display: table; }

/* --- Impresszum Modális Ablak Stílusok --- */

/* Teljes modal tartalom konténer */
#impressumModal .modal-content {
    background-color: #150100; /* Sötét háttér (kicsit eltér a body-tól, hogy kiemelkedjen) */
    color: #fff;              /* Alapértelmezett világos szürke szöveg */
    border: 1px solid #f1c40f; /* Kék keret, mint a HR és footer elemek */
    border-radius: 0;         /* Szögletes sarkok, illeszkedve az oldal designjához */
    font-family: "Open Sans", sans-serif; /* Biztosítja a helyes fontot */
}

/* Modal Fejléc */
#impressumModal .modal-header {
    border-bottom: 1px solid #f1c40f; /* Kék elválasztó vonal */
    padding: 1rem 1.5rem;             /* Belső térköz */
    color: #fff;                      /* Fejléc szöveg alapból fehér */
}

/* Modal Cím */
#impressumModal .modal-title {
    color: #f1c40f; /* Arany cím */
    font-weight: 700; /* Kicsit vastagabb */
}

/* Bezáró gomb (X) - A Bootstrap .btn-close-white osztályát használjuk, ami jó sötét háttérhez */
#impressumModal .modal-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%); /* Fehérítés filterrel, ha a class nem elég */
     opacity: 0.8;
}
#impressumModal .modal-header .btn-close:hover {
    opacity: 1;
}


/* Modal Törzs (tartalom) */
#impressumModal .modal-body {
    padding: 1.5rem; /* Nagyobb belső térköz a tartalomnak */
}

/* Alcímek a modal törzsében (pl. Company Data, Web Hosting) */
#impressumModal .modal-body h5 {
    color: #fff;      /* Fehér alcímek */
    font-weight: 600;
    margin-bottom: 0.75rem;
}

/* Bekezdések a modal törzsében */
#impressumModal .modal-body p {
    margin-bottom: 1rem; /* Térköz a bekezdések alatt */
    line-height: 1.6;   /* Jobb olvashatóság hosszabb szövegnél */
}

/* Félkövér szöveg (strong) a modal törzsében */
#impressumModal .modal-body strong {
    color: #fff; /* Fehér kiemelés */
    font-weight: 600;
}

/* Vízszintes elválasztó (hr) a modal törzsében */
#impressumModal .modal-body hr {
    /* Örökli a globális HR stílust, de itt felülírhatjuk vagy biztosíthatjuk */
    border-color: #f1c40f !important; /* Kék szín, mint a többi */
    margin: 1.5rem 0;               /* Térköz felette/alatta */
    border-width: 1px;
    border-style: solid;
    opacity: 1 !important;
}

/* Linkek a modal törzsében */
 #impressumModal .modal-body a {
     color: #edbb00; /* Arany linkek */
     text-decoration: underline;
 }
 #impressumModal .modal-body a:hover {
     color: #fff; /* Fehér hover */
 }

/* Modal Lábléc */
#impressumModal .modal-footer {
    border-top: 1px solid #f1c40f; /* Kék elválasztó vonal */
    padding: 0.75rem 1.5rem;      /* Belső térköz */
    background-color: rgba(0, 0, 0, 0.2); /* Enyhén sötétebb háttér a láblécnek */
}

/* Bezárás gomb a láblécben */
#impressumModal .modal-footer .btn-secondary {
    background-color: #f1c40f; /* Sötét pirosas árnyalat */
    border-color: #f1c40f;   /* Kicsit sötétebb keret */
    color: #000;
    border-radius: 0; /* Szögletes gomb */
    padding: 0.5rem 1rem;
    font-weight: 600;
    text-transform: uppercase; /* Nagybetűs */
    opacity: 0.9;
    transition: all 0.2s ease;
}
#impressumModal .modal-footer .btn-secondary:hover {
    background-color: #f1c40f;
    border-color: #f1c40f;
    opacity: .8;
}
.mt-15{margin-top: 15px !important}
.mt-20{margin-top: 20px !important}
.mt-25{margin-top: 25px !important}
/* --- Impresszum Modális Ablak Stílusok VÉGE --- */