/*** Back to Top ***/
.back-to-top {
    position: fixed !important;
    right: 30px !important;
    bottom: 30px !important;
    transition: 0.5s !important;
    z-index: 99 !important;
    background: #D71C26 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 15px rgba(215, 28, 38, 0.4) !important;
}

.back-to-top i,
.back-to-top .fa,
.back-to-top .fas,
.back-to-top .fa-arrow-up {
    color: #ffffff !important;
    font-size: 16px !important;
}

.back-to-top:hover {
    background: #b91c1c !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(215, 28, 38, 0.5) !important;
    transform: translateY(-3px) !important;
}

.back-to-top:hover i,
.back-to-top:hover .fa,
.back-to-top:hover .fas {
    color: #ffffff !important;
}

/* Override btn-primary for back-to-top */
.back-to-top.btn-primary {
    background: #D71C26 !important;
    color: #ffffff !important;
}

.back-to-top.btn-primary:hover {
    background: #b91c1c !important;
    color: #ffffff !important;
}

.back-to-top.btn-primary i {
    color: #ffffff !important;
}