.custom-header-section {
    transition: all 0.3s ease;
    z-index: 9999;
    width: 100%;
    -webkit-box-shadow: 0 5px 5px rgb(23 46 77 / 15%);
    box-shadow: 0 5px 5px rgb(23 46 77 / 15%);
}

.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
span.text-orange {
    color: #fc911e;
}