*{
    font-family: "Poppins", sans-serif;
}

h1{
    font-family: "Josefin Sans", sans-serif;
}

a{
    font-family: "Urbanist", sans-serif;
}

.nav-link:active{
    color: blue;
}

.product-icon-box {
    height: 180px;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-icon {
    font-size: 4rem;
    color: #0d6efd;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.carousel-control-prev {
    left: -3rem;
}

.carousel-control-next {
    right: -3rem;
}

.custom-carousel-btn {
    background: none;
    border: none;
    font-size: 3rem;
    color: #0d6efd;
}

.carousel-inner {
    overflow: visible;
}

.product-carousel .card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-carousel .card-body {
    flex-grow: 1;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* Hidden by default */
}