/* ===== GBG NEON GLOBAL ===== */
.gbg-dark-box {
    background: #1e1e1e;
    border: 2px solid #ff7b00;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 25px;
    color: #ffffff;
}

/* ===== TITLES ===== */
.gbg-title {
    font-size: 16px;
    font-weight: bold;
    color: #ff7b00;
    margin-bottom: 10px;
}

/* ===== CAPTCHA ===== */
.gbg-captcha-question {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 8px;
}

.gbg-captcha-input {
    background: #111;
    border: 1px solid #ff7b00;
    border-radius: 8px;
    color: #fff;
    padding: 8px;
    width: 100%;
}

/* ===== CHECKBOXES ===== */
.gbg-check-item {
    margin-bottom: 10px;
    font-size: 15px;
}

.gbg-check-item input {
    margin-right: 8px;
    transform: scale(1.2);
}


/* ===== GBG NEON INFO BOX ===== */
.gbg-info-box {
    background: #1e1e1e;
    border: 2px solid #ff7b00;
    border-radius: 10px;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
}

.gbg-info-box a {
    color: #ff7b00;
    font-weight: bold;
}
/* ===== GBG NEON INPUTS ===== */
.form-control {
    background: #111 !important;
    border: 2px solid #ff7b00 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 10px !important;
}

.form-control:focus {
    background: #111 !important;
    border-color: #ff9a3d !important;
    box-shadow: 0 0 10px #ff7b00 !important;
    color: #fff !important;
}
