/** {border: 1px solid white;}*/
a {
    text-decoration: underline;
    color: #FCDF08;
}
@font-face {
    font-family: 'Libre';
    src: url('font/libre.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('font/jost.ttf');
    font-display: swap;
}
* {
    font-family: 'Libre', sans-serif;
}
h1 {
    font-family: 'Jost', sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-shadow: 4px 4px 8px #000000;
}
.h1-62 {
    font-size: 64px;
}
.h1-52 {
    font-size: 52px;
}
h2 {
    font-family: Jost, sans-serif;
    text-shadow: 3px 3px 10px #000000;
    font-size: 28px;
}
h3 {
    color: #F7B211;
    font-size: 20px;
    margin-bottom: 5px;
}

body {
    /*background-color: #272727;*/
    background-image: linear-gradient( to right, #272727 30%, #141201);
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #F8F8F8;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    text-align: justify;
}
p {
    color: #ffffff;
}
.margintop40 {
    margin-top: 40px;
}
.marginbottom40 {
    margin-bottom: 40px;
}
.sormag16 {
    line-height: 1.6;
}
.kozepre {
    text-align: center;
}
.fcdf08 {
    color: #FCDF08;
}
.felkover {
    font-weight: bold;
}
.vonal {
    border: none;
    height: 3px;
    background-image: linear-gradient( to right, #FCDF0800, #FCDF08FF, #FCDF0800);
}
.ddlogo {
    height: 50px;
    margin: 0px;
    padding: 0px;
}
.main-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    /*background-color: #272727;*/
    color: #FCDF08;
    font-weight: bold;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 72px;
}
.main-footer a {
    text-decoration: underline;
    color: #FCDF08;
}
.footer_half {
    flex-basis: calc(50% - 5px);
    box-sizing: border-box;
    text-align: center;
}
.footer_suti {
    flex-basis: 100%;
    text-align: left;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 12px;
}
.footer_bottom {
    flex-basis: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 24px;
}
.footer_bottom img {
    width: 32px;
    margin-left: 8px;
    margin-right: 8px;
}
.main-header {
    background-color: #272727;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 9999;
    box-shadow: 0px 0px 20px #000000;
}
#menulogo {
    justify-self: flex-start;
    padding-left: 24px;
}
.menu_elemek_active {
    justify-self: flex-end;
    padding-right: 24px;
}
.menu_elemek_none {
    display: none;
}
.menu-list {
    display: flex;
    flex-direction: row;
    gap: 16px;
    list-style-type: none;
}
.menu-list a {
    font-weight: bold;
    text-decoration: none;
    background-color: #272727;
    color: #FCDF08;
    border: 10px solid transparent;
    font-family: Jost, sans-serif;
}
.menu-list a:hover {
    font-weight: bold;
    text-decoration: none;
    background-color: #FCDF08;
    color: #000000;
    border: 10px solid #FCDF08;
    border-radius: 16px;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px #000000;
}
.main-content {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.main-content a:link, a:hover, a:visited {
    text-decoration: underline;
    text-align: center;
}
.main-content .blog-grid-container a:link, a:hover, a:visited {
    text-decoration: none;
}

.main-content p {
    color: white;
}

.hamburgerdiv_none {
    display: none;
}
.hamburgerdiv_active {
    display: flex;
    padding-right: 30px;
}
#hamburgerbtn {
    border: none;
    background-color:transparent;
}
.hamburger_elemek_none {
    display: none;
}
.hamburger_elemek_active {
    display: block;
    position: absolute;
    top: 20px;
    right: -20px;
    width: 100%;
    text-align: right;
}
.hamburger_elemek_active a {
    text-decoration: none;
    color: #FCDF08;
}
.hamburger_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #272727;
    position: absolute;
    top: 70px;
    right: 50px;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
    border-radius: 16px;
    box-shadow: 2px 2px 10px #000000;
}
/*KAPCSOLAT MODÁLIS ABLAKHOZ*/
/* A modális ablak háttere (változatlan) */
.modal-footer-container {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    padding: 0;
    margin: 0;
    border: none;
}
/* MÓDOSÍTVA: A modális ablak teljes tartalma */
.modal-footer-content {
    position: relative;
    margin: auto;
    /* A padding és a háttérszín miatt az ablak jobban elkülönül */
    padding: 20px;
    background-color: #272727;
    border-radius: 24px; /* Lekerekített sarkok */
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    width: 640px;
    /* A magasság automatikus lesz, hogy elférjen a plusz tartalom */
    max-width: 90%; /* Mobilon ne lógjon ki */
    box-sizing: border-box; /* A padding beleszámít a szélességbe */
    top: 50%;
    transform: translateY(-50%);
}
/* ÚJ: A kapcsolati infó stílusa */
.modal-contact-info a {
    text-decoration: underline;
    color: #EEEEEE;
    background-color: transparent;
}
.modal-contact-info {
    //background-color: #ffffff;
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eeeeee; /* Elválasztó vonal */
    font-family: sans-serif;
    color: #EEEEEE;
    line-height: 1.6;
}
/* Az iframe stílusa (a magasságot itt adjuk meg) */
.modal-footer-content iframe {
    display: block;
    width: 100%;
    height: 585px; /* Az űrlap eredeti magassága */
    border: none;
}
.open-footer-modal-btn {
    font-family: Jost, sans-serif;
    background-color: #F7B211;
    border: none;
    color: #272727;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 2px 2px 10px #000000;
    overflow: hidden;
    transition: all 0.5s;
}
.open-footer-modal-btn:hover {
    cursor: pointer;
    background: #171717;
    color: #CCCCCC;
}
.btn:link, .btn:visited {
    font-family: Jost, sans-serif;
    background-color: #F7B211;
    border: none;
    color: #272727;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 2px 2px 10px #000000;
    overflow: hidden;
    transition: all 0.5s;
    margin-left: auto;
    margin-right: auto;
}

.btn:hover {
    cursor: pointer;
    background: #171717;
    color: #CCCCCC;
}
/*KAPCSOLAT MODÁLIS ABLAKHOZ VÉGE*/
.hero {
    font-family: 'Jost', sans-serif;
    height: 600px;
    margin-top: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FCDF08;
    font-size: 62px;
    font-weight: bold;
    flex-direction: column;
    background-image: url('img/hero.webp');
    background-color: #171717;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    gap: 8px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.topkerdes {
    font-family: 'Jost', sans-serif;
    height: 600px;
    margin-top: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FCDF08;
    font-size: 62px;
    font-weight: bold;
    flex-direction: column;
    gap: 8px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.cim, .cim2 {
    font-family: Jost, sans-serif;
    text-align: center;
    box-sizing: border-box;
    background-color: transparent;
    text-shadow: 3px 3px 10px #000000;
    /*height: 100px;
    font-size: clamp(32px, 64px, 64px);
    width: 100%;*/
}
.cim2 {
    font-size: 40px;
    padding: 0px;
}
#animated-text {
    margin-top: 96px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.bemut_hello {
    font-family: 'Jost', sans-serif;
    color: #FCDF08;
    font-weight: bold;
    text-align: center;
    margin-top: 132px;
    margin-bottom: 0px;
}
@media (pointer: coarse) {
    .bemut_hello {
        margin-top: 56px;
    }
}
.bemut {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
}
.bemut_kep {
    flex-basis: 224px;
    box-sizing: border-box;
    text-align: center;
}
.bemut_szoveg {
    flex-basis: 1000px;
    box-sizing: border-box;
    line-height: 1.6;
    padding: 24px;
}
.bemut_gomb {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    margin-top: 24px;
}
.szolgcim {
    font-family: 'Jost', sans-serif;
    color: #FCDF08;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-top: 128px;
    margin-bottom: 48px;
}
.szolgdiv {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 32px;
    text-align: justify;
    align-content: baseline;
    align-items: stretch;
}
.szolgdiv a:link, a:hover, a:visited {
    text-align: center;
}
.szolgdiv_elem {
    flex-basis: 300px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
    background-color: #3a3a3a;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 2px 2px 10px #000000;
    align-items: center;
}
.szolgdiv_elem:hover {
    transform: scale(1.05);
}
.szolgdiv_elem_cim {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    font-family: 'Jost', sans-serif;
    color: #FCDF08;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
    height: 70px;
    margin-bottom: 32px;
}
.szolgdiv_elem_kep {
    margin-top: 0px;
    margin-bottom: 32px;
}
.szolgdiv_elem_kep img {
    width: 100%;
    margin-bottom: 24px;
    border-radius: 24px;
    box-shadow: 2px 2px 10px #000000;
}
.szolgdiv_elem_szoveg {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 32px;
    line-height: 1.8;
}
.szolgdiv_elem_gomb {
    margin-top: auto;
}
.nehabozz {
    font-family: Jost, sans-serif;
    color: #FCDF08;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    padding: 10px;
    text-shadow: 2px 2px 10px #000000;
    margin-top: 48px;
    animation: pulse ease 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
.homecta {
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    margin-top: 24px;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
}
.part_cim {
    color: #FCDF08;
    font-weight: bold;
    text-align: center;
    margin-top: 72px;
    margin-bottom: 24px;
}
.projektek {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 48px;
    text-align: justify;
    align-content: baseline;
}
.projekt {
    display: flex;
    width: 100%;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
    background-color: #3A3A3A;
    border-radius: 24px;
    box-shadow: 2px 2px 10px #000000;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
}
.projekt a:link, a:hover, a:visited {
    text-decoration: underline;
}
summary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    gap: 40px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
}
summary::marker {
    content: "";
}
summary::after {
    content: "+";
    font-weight: bold;
}
details[open] summary::after {
    content: "-";
}
.projekt_nev {
    font-family: 'Jost', sans-serif;
    color: #FCDF08;
}
.projekt_nev a:link, a:hover, a:visited {
    color: #FCDF08;
}
.projekt_leiras {
    font-size: 18px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    flex: 1 0 auto;
}
.projekt_leiras a:link, a:hover, a:visited {
    text-decoration: underline;
}
.projekt_leiras_img {
    flex-shrink: 0;
    height: 200px;
    padding: 5px;
    box-shadow: 2px 2px 10px #000000;
    border-radius: 24px;
}
.projekt_leiras_img img {
    height: auto;
    display: block;
}
.projekt_leiras_text {
    flex-basis: 200px;
    box-sizing: border-box;
    flex-grow: 1;
    line-height: 2;
}
.projekt_leiras_text a:link, a:visited, a:hover {
    text-decoration: underline;
}
.img_round {
    border-radius: 24px;
}
.gombkozepre {
    text-align: center;
    margin-bottom: 48px;
}
.miertszoveg {
    line-height: 2;
    margin-top: 48px;
    margin-bottom: 48px;
}
.negyes {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    text-align: justify;
    margin-top: 32px;
    align-content: baseline;
    align-items: stretch;
    margin-bottom: 64px;
}
.negyes_kartya {
    flex-basis: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    text-align: center;
    background-color: #3a3a3a;
    border-radius: 24px;
    padding: 16px;
    box-shadow: 2px 2px 10px #000000;
}
.negyes_kartya_cim {
    font-family: 'Jost', sans-serif;
    color: #FCDF08;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}
.negyes_kartya_szoveg {
    line-height: 2;
    font-size: 18px;
    text-align: justify;
    margin-bottom: auto;
    margin-top: auto;
}
.pelda {
    margin-top: 128px;
    line-height: 1.6;
    margin-bottom: 32px;
}
.pulzalas {
    animation: pulse ease 2s infinite;
}
.letoltes {
    text-align: center;
}
.letoltes a:link, a:visited, a:hover {
    text-align: center;
    color: #FCDF08;
}
.negyes_kartya_szoveg a:link, a:visited, a:hover {
    color: #FCDF08;
}
.kv {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.kerdes {
    box-shadow: 2px 2px 10px #000000;
    border-radius: 24px;
    padding: 24px;
    line-height: 2;
}
.rolam {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.rolamkartyak {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-content: center;
    flex-wrap: wrap;
    flex-shrink: 1;
}
.rolam_img {
    max-width: 200px;
}
.rolam_kartya {
    display: flex;
    flex-direction: column;
    width: 300px;
    box-shadow: 2px 2px 10px #000000;
    padding: 10px;
    border-radius: 24px;
    justify-content: start;
    align-items: center;
    flex: 1 0 auto;
}
.rolam_kartya ul {
    text-align: left;
}
.rolam_kartya_kiemelt {
    font-family: Jost, sans-serif;
    font-size: 28px;
    color: #FCDF08;
    text-shadow: 2px 2px 10px #000000;
    text-align: center;
    font-weight: bold;
}
.rolam_kartya_szoveg {
    text-align: center;
}
.rolam_mondtak {
    margin-top: 96px;
}
.rolam_szeles {
    display: flex;
    margin-bottom: 32px;
    line-height: 1.6;
}
.rolam_idezetes {
    margin-top: 96px;
    gap: 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.idezet {
    font-style: italic;
    line-height: 1.6;
    text-indent: 50px;
    text-align: justify;
}

.letoltes_szoveg {
    margin-top: 48px;
    margin-bottom: 96px;
}
/* BLOG STYLE */
.blogbody {
    font-family: Jost, sans-serif;
    margin-left: auto;
    margin-right: auto;
}
.blog-grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    justify-content: center;
}
.blog-post-card {
    background-color: #272727;
    box-shadow: 2px 2px 10px #000000;
    border-radius: 24px;
    overflow: hidden;
    padding: 16px;
    text-decoration: none;
    color: #FCDF08;
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.blog-post-image {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    box-shadow: 2px 2px 10px #000000;
}
.blog-post-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
}
.blog-post-title {
    font-size: 28px;
    color: #FCDF08;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 48px;
    text-decoration: none;
}
.blog-post-description {
    font-size: 20px;
    color: #666;
    margin-bottom: 32px;
    text-align: justify;
    line-height: 2;
    text-decoration: none;
}
.blog-pagination {
    text-align: center;
    margin-top: 96px;
    margin-bottom: 96px;
}
.blog-pagination a, .blog-pagination input {
    padding: 8px 16px;
    text-decoration: none;
    color: #FCDF08;
    background-color: #272727;
    margin: 0 8px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px #000000;
    transition: background-color 0.2s;
}
#blog-search-container {
    margin-bottom: 24px;
    text-align: center;
}
#blog-search-container input, #blog-search-container button {
    padding: 8px;
    border-radius: 8px;
    background-color: #272727;
    color: #FCDF08;
    box-shadow: 2px 2px 10px #000000;
}
.blogimage {
    display: flex;
    flex-basis: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
.blogimage img {
    border-radius: 24px;
    box-shadow: 2px 2px 10px #000000;
    max-width: 500px;
}
.main-content-blog {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
}
.main-content-blog a:link, a:hover, a:visited {
    color: #FCDF08;
    text-decoration: underline;
}
.main-content-blog li {
    margin-bottom: 10px;
}
.relpost {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.relpost a:link, a:hover, a:visited {
    color: #FCDF08;
    text-decoration: underline;
}
.relpost li {
    margin-bottom: 10px;
    color: #FCDF08;
}
.main-content-blog p{
    line-height: 1.6;
}
.main-content-blog iframe {
    max-width: 100%;
}
.main-content-blog h2 {
    font-family: Jost, sans-serif;
    text-shadow: 3px 3px 10px #000000;
    font-size: 24px;
    /*color: #F7B211;*/
    color: #FCDF08;
    margin-top: 60px;
}
.blog_gombok {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 24px;
}
#search-input {
    width: 60%;
    margin-right: 24px;
    margin-bottom: 24px;
}
.contact_body {
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.con_body {
    background-image: none;
}
.contact_body label {
    font-weight: bold;
}
.contact_body input {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    margin-top: 16px;
    border-radius: 24px;
    padding-left: 24px;
    box-shadow: 2px 2px 10px #000000;
    background-color: #EEEEEE;
    color: #272727;
}
.contact_body textarea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    margin-top: 16px;
    border-radius: 24px;
    padding-left: 24px;
    box-shadow: 2px 2px 10px #000000;
    background-color: #EEEEEE;
    color: #272727;
}
.prezi {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.prezi iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bl {
    color: #FCDF08;
    text-decoration: underline;
    font-weight: bold;
}
textarea {
    resize: vertical;
}
.link_u a:link, a:visited, a:hover {
    text-decoration: underline;
    color: #FCDF08;
}


/* --- CAROUSEL CSS KEZDETE --- */

.tech-slider-container {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.tech-slider-track {
    display: flex;
    width: calc(250px * 10);
    animation: scroll 20s linear infinite;
}

.tech-slide {
    height: 100px;
    width: 250px; 
    display: flex;
    align-items: center; 
    justify-content: center;

    padding: 15px;
    box-sizing: border-box;
}

    .tech-slide img {
        max-width: 100%;
        max-height: 90%;
        object-fit: contain;
        display: block;
    }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 5));
    }
}
/* --- CAROUSEL CSS VÉGE --- */
iframe {
    border: none;
    margin: 0;
    padding: 0;
}

/*Letöltések style*/
/* Modal háttér (sötétítés) */
.modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
}

/* Maga a modal ablak */
.modal-box {
    background-color: #2b2b2b; /* Sötét téma illeszkedés */
    color: #fff;
    padding: 30px;
    border: 2px solid #FCDF08; /* Ducky sárga */
    border-radius: 10px;
    width: 90%;
    max-width: 450px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    position: relative;
}

    .modal-box h2 {
        margin-top: 0;
        color: #FCDF08;
    }

    .modal-box input[type="email"] {
        width: 100%;
        padding: 10px;
        margin: 15px 0;
        border-radius: 5px;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

    .modal-box .checkbox-container {
        font-size: 0.85em;
        text-align: left;
        margin-bottom: 20px;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .modal-box button {
        background-color: #FCDF08;
        color: #000;
        font-weight: bold;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s;
        width: 100%;
    }

        .modal-box button:hover {
            background-color: #e6cb07;
        }

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

    .modal-close:hover {
        color: #fff;
    }

.error-msg {
    color: #ff6b6b;
    font-size: 0.9em;
    display: none;
    margin-bottom: 10px;
}