.bg-red .text-muted i {
    color: white !important;
}

.bg-red .text-muted {
    color: white !important;
}

.active {
    color: #FF002A !important;
}    


.navbar-light .navbar-nav .nav-link::before {
    background: #FF002A !important;
}

.navbar-light .navbar-nav .nav-link::after {
    background: #FF002A !important;
}

.bg-red {
    background: #FF002A;
    color: white !important;
}

.btn-primary {
    background-color: #FF002A !important;
    box-shadow: none !important;
}

.btn-primary:hover {
    background-color: #8d0018 !important;
    color: white !important;
}

.btn-light {
    color: #FF002A !important;
}

.btn-light:hover {
    background-color: #FF002A !important;
    color: white !important;
}

.btn-language {
    background: none !important;
    color: white !important;
    border: 1px solid white !important;
    box-shadow: none !important;
}

.owl-prev {
    background-color: #FF002A !important;
}

.owl-next {
    background-color: #FF002A !important;
}

.header-carousel .owl-nav .owl-prev:hover, .header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: #FF002A !important;
}

.feature .feature-item:hover {
    border: 1px solid  #FF002A !important;
}

.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: #FF002A !important;
}

.topbar .dropdown-toggle::after {
    color: #ffffff !important;
}

.language-dropdown ul li a:hover {
    background-color: #FF002A !important;
    color: white !important;
}

a:hover {
    color: #FF002A !important;
}

.navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid #FF002A !important;
    color: #FF002A !important;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: #FF002A;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: #FF002A !important;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.language-container a {
    color: white !important;
    font-weight: 500;
}