.ctm-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    height: 40px;
    background: rgba(250, 250, 250, 0.15);
    backdrop-filter: blur(6px);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    color: #fff;
}