.checkbox-custom-contact2-transparent {
    appearance: none;
    background-color: transparent;
    border: 1px solid white;
    width: 20px;
    height: 18px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}

#form input::placeholder,
#form textarea::placeholder {
    color: #B1B1B1;
}

#form input,
#form textarea {
    border-bottom: 1px solid white;
    color: white !important;
}

.checkbox-custom-contact2-transparent:checked {
    background-color: transparent;
}

.checkbox-custom-contact2-transparent:checked::before {
    content: '✓'; /* Unicode for check mark */
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-custom-contact2-transparent:focus {
    outline: none; /* Remove default focus outline */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media (min-width: 768px) {
    .fw-text-md-30-px {
        font-size: 30px !important;
    }
}

.fw-black-bg {
    background-color: #121212 !important;
}

.fw-black-text {
    color: #3A3A3A !important;
}
