:where([class^="ri-"])::before {
    content: "\f3c2";
}

.hero-section {
    background-image: url('https://readdy.ai/api/search-image?query=A%20professional%20scene%20with%20a%20person%20working%20on%20laptop%20in%20a%20cozy%20home%20environment%2C%20soft%20lighting%2C%20modern%20interior%2C%20blue%20and%20white%20color%20scheme%2C%20person%20wearing%20casual%20clothes%2C%20focused%20on%20screen%2C%20natural%20lighting%20from%20window%2C%20minimalist%20decor%2C%20clean%20workspace&width=1200&height=600&seq=12345&orientation=landscape');
    background-size: cover;
    background-position: center;
}

input:focus {
    outline: none;
}

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

.custom-checkbox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
}

.custom-checkbox:hover input~.checkmark {
    border-color: #ccc;
}

.custom-checkbox input:checked~.checkmark {
    background-color: #0047AB;
    border-color: #0047AB;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked~.checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
