.gx-lang-switcher {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 12px;
}

.gx-lang-switcher button {
    border: 1px solid rgba(0, 0, 0, 0.18);
    background: #ffffff;
    color: #0d2754;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 10px;
    transition: 0.2s ease;
}

.gx-lang-switcher button:hover,
.gx-lang-switcher button.is-active {
    background: #0d5ef4;
    border-color: #0d5ef4;
    color: #ffffff;
}

.rtl-ltr-switcher-btn,
.vedio-icone,
.video-play-button,
.video-overlay {
    display: none !important;
}

.single-details {
    direction: ltr !important;
}

.gx-honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.gx-form-message {
    margin-top: 14px;
    font-size: 15px;
    font-weight: 600;
    color: #0d2754;
}

.gx-form-message.is-error {
    color: #b42318;
}

.gx-form-message.is-success {
    color: #107c41;
}

.header-main-one-wrapper .thumbnail img,
.logo-1 .logo {
    width: auto;
    max-width: 240px;
    height: 72px;
    object-fit: contain;
}

.footer-logo-area-left-8 .logo img {
    width: auto;
    max-width: 240px;
    height: 72px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 12px;
    padding: 8px 14px;
}

.title-area-client-client::before,
.title-area-client-client::after {
    display: none !important;
    content: none !important;
}

.rts-counter-up-area.counter-bg {
    height: auto;
    min-height: 400px;
    padding: 84px 0 48px;
    background-position: center;
}

.rts-counter-up-area.counter-bg .row {
    align-items: flex-start;
}

.rts-trusted-client {
    position: relative;
    z-index: 1;
    padding-top: 28px;
    padding-bottom: 9px;
}

.gallery-bg {
    background-image: url(/assets/images/counterup/01.svg);
    position: relative;
    margin-top: 0;
}

.rts-trusted-client .client-wrapper-one {
    gap: 18px 24px;
    justify-content: center;
}

.client-wrapper-one span,
.client-wrapper-one a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-wrapper-one span img,
.client-wrapper-one a img {
    transition: var(--transition);
    max-width: 130px;
}

.client-wrapper-one span:hover img,
.client-wrapper-one a:hover img {
    transform: scale(1.05) translateY(-4px);
}

.rts-team-area {
    display: none !important;
}

.client-wrapper-one.gx-client-host,
.brand-list-area-wrapper .right-brand-area-wrapper.gx-client-host {
    display: block !important;
    width: 100%;
    overflow: hidden;
}

.gx-client-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.gx-client-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: gx-client-scroll 46s linear infinite;
}

.gx-client-marquee:hover .gx-client-track {
    animation-play-state: paused;
}

.gx-client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    width: 170px;
    height: 92px;
    padding: 16px 20px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(13, 39, 84, 0.08);
    box-shadow: 0 12px 34px rgba(13, 39, 84, 0.08);
    margin-right: 20px;
}

.gx-client-logo img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.9;
    transition: 0.25s ease;
}

.gx-client-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
}

@keyframes gx-client-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .rts-counter-up-area.counter-bg {
        padding: 56px 0 30px;
    }

    .rts-trusted-client {
        padding-top: 12px;
    }

    .gx-lang-switcher {
        margin-right: 8px;
    }

    .gx-lang-switcher button {
        font-size: 11px;
        padding: 7px 9px;
    }

    .header-main-one-wrapper .thumbnail img,
    .logo-1 .logo,
    .footer-logo-area-left-8 .logo img {
        max-width: 200px;
        height: 60px;
    }

    .gx-client-logo {
        min-width: 132px;
        width: 132px;
        height: 76px;
        padding: 12px 14px;
    }

    .gx-client-track {
        animation-duration: 34s;
    }

    .gx-client-logo {
        margin-right: 14px;
    }
}
