@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    font-family: "Rubik", sans-serif;
}

body {
    overflow-x: hidden;
}

h5 {
    font-size: 2.5rem;
}

/*  */

/* Footer */
.footer h5 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.footer ul {
    padding-left: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 10px;
    position: relative;
}

.footer .ql::before {
    content: ">";
    color: #fb4f00;
    position: absolute;
    left: -20px;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
}

.footer ul li a:hover {
    text-decoration: none;
}

.footer .social-icons a {
    font-size: 1.5rem;
    text-decoration: none !important;
}

.footer .text-white {
    color: #fff;
}

.footer .text-white:hover {
    text-decoration: none;
}

.footer-bottom {
    background-color: #000;
    width: 100%;
}

/* End Footer */


/* Back to top */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    /* Hidden by default */
    z-index: 99;
    /* Make sure it does not overlap other content */
    width: 50px;
    height: 50px;
    background-color: #fb4f00;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#back-to-top:hover {
    background-color: #e27948;
    /* Darker background on hover */
}

/* End Back to top */
