/* Simple Floating Telegram Button - Image Only */
.floating-telegram {
    position: fixed;
    bottom: 90px;
    right: 23px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1000;
    cursor: pointer;
}
.floating-telegram:hover {
    transform: scale(1.1);
}
/* Mobile Responsive */
@media (max-width: 768px) {
    .floating-telegram {
        bottom: 75px;
        right: 35px;
    }

    .floating-telegram img {
        width: 115px;
    }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .floating-telegram {
        bottom: 75px;
        right: 35px;
    }

    .floating-telegram img {
        width: 115px;
    }
}

.text-variant-2 {
    color: #ffffff !important;
}

.footer .content-footer-bottom .menu-bottom a {
    color: #ffffff !important;
}

.subscribe-form .icon-left {
    color: #ffffff !important;
}
.subscribe-form button .icon {
    color: #ffffff !important;
}

.footer-cl-4 .subscribe-form input {
    color: #ffffff !important;
}

.wd-find-select .inner-group .form-style .form-control {
    font-weight: 400 !important;
}

.wd-find-select .inner-group .box-filter .filter-advanced {
    font-weight: 400 !important;
}
.text-1 {
    font-weight: 400 !important;
}

.wd-find-select .inner-group .form-style .nice-select {
    font-weight: 400 !important;
}

.nav-tab-recommended .nav-link-item {
    background-color: #FCFCFC !important;
}

.nav-tab-recommended .nav-link-item.active, .nav-tab-recommended .nav-link-item:hover {
    background-color: var(--primary-color) !important;
    color: #fff;
}

.heading h2.title {
    color: #fff !important;
}