/* Home page Product Slider  */

.custom-owl-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 48%;
  }

.custom-owl-nav .fa-chevron-left {
    position: relative;
    right: 30px;
}

.custom-owl-nav .fa-chevron-right {
    position: relative;
    left: 30px;
}

.custom-owl-nav i {
    background: #9b3d3d;
    border-radius: 50%;
    padding: 4px 8px;
    color: white;
    transition: background 0.4s ease, color 0.4s ease;
}

.custom-owl-nav i:hover {
    background: #6e2c2c;
    color: rgb(211, 211, 211);
}

/* footer */
.footer-logo {
    width: 75px;
    background: black;
    border-radius: 50%;
    padding: 6px;
}

.custom-svg {
    fill: white; /* Set the desired color */
}

.custom-footer-text {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #b9b0b0;
    font-weight: 600;
}