body {
    background-color: #FCFCFC !important; 
    font-family: "Poppins", sans-serif!important;
}

:root {
    --bs-primary: #1750B5 !important;
    --bs-primary-rgb: 23, 80, 181 !important;
}

.link-hover {
    transition: color 0.3s ease-in-out;
}

.link-hover:hover {
    color: #F98A00 !important;
}

.button-hover {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.button-hover:hover {
    border-color: #F98A00 !important;
    background-color: #F98A00 !important;
    color: #ffffff !important;
}

input::placeholder {
    background-color: #FCFCFC !important; 
    font-family: "Poppins", sans-serif!important;
    color: #00000073 !important;
}

.invalid-input {
    border-color: #dc3545!important;
}

header.bg-primary {
    margin-top: -1px !important
} 

@media (max-width: 767px) {
    .btn-full-mobile {
        width: 100% !important;
    }
}