.form-control-custom:focus{
    border-color: #CC6633 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(204 102 51 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(204 102 51 / 60%);
}
.bg-orange{
    background-color: #CC6633;
}
html{
    scroll-behavior: smooth;
}