.back-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    z-index: 9999;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */

    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;
    transition: all 0.4s ease;
}

.back-top.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#bls__back-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #000;
    /* background: linear-gradient(to bottom, #3e8ebc 0%,#0060a1 100%); */
    transition: height 0.2s linear;
    z-index: 1;
}

/* Arrow styling */
.icon-chevrons-up {
    position: relative;
    z-index: 2;
    mix-blend-mode: difference;
}

.back-top svg{
    position: relative;
    z-index: 2;
    mix-blend-mode: difference;
}

/* there is more section */

    .services-brand-strategy .slider{overflow: hidden; white-space: nowrap; padding: 15px 0;}
    .services-brand-strategy .slide-track {display: flex; width: max-content; animation-timing-function: linear; animation-iteration-count: infinite;}
    .services-brand-strategy .left {animation: scroll-left 50s linear infinite;}
    .services-brand-strategy .right {animation: scroll-right 55s linear infinite;}
    .services-brand-strategy .item {display: flex; align-items: center; margin: 0 15px; font-size: 22px; font-weight: 600; color: #000; white-space: nowrap; font-family: Syne, sans-serif; gap: 15px;}
    .services-brand-strategy .item .icons-brand-s {margin-right: 15px;}
    .services-brand-strategy .item .center-text.large{font-family: Syne, sans-serif; margin-bottom: 0; font-size: 22px;}
	.services-brand-strategy .client-logo{width: auto;}
    @media screen and (max-width: 767px) { .services-brand-strategy .item{margin: 0;} .services-brand-strategy .item .center-text.large{font-size: 16px !important;}}
    @keyframes scroll-left {0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
    @keyframes scroll-right { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
    @media only screen and (max-width: 767px) {.services-brand-strategy .slider{padding: 10px 0;} .services-brand-strategy .item .center-text.large{margin: 0 10px;font-size: 18px; } .services-brand-strategy .item .icons-brand-s{margin-right: 10px;width: 25px;}}

/* there is more section */

@media screen and (max-width: 767px) {.back-top{bottom: 90px; right: 10px;}}
@media only screen and (min-width: 1024px) and (max-width: 1130px) { 
    .hero-title-style.size--small{font-size: 4rem !important;} 



