.alefox-btn__item.clr-bl {
    background-color: #fff !important;
}

.alefox-btn__item.clr-yl {
    background-color: #f5cf46 !important;
}

.main-slider-three__btn .alefox-btn.clr-yl {
    color: #f5cf46 !important;
}

.mtb-40px {
    margin: 40px 0;
}

.d-hidden {
    visibility: hidden;
}

.fs-35 {
    font-size: 35px !important;
}

.product-details__carousel.clr-bg-y {
    background-color: #e1eff04a !important;

}

@media (max-width: 786px) {
    .d-sm-none {
        display: none !important;
    }

    .main-slider-three__content {
        padding: 20px 0 0 0;
    }

    .about-three__content__list {
        margin: 0px 0 6px !important;
    }

    .about-three__shape {
        display: none;
    }

    .about-one__image__two {
        display: none;
    }

    .skill-one__content__shape {
        display: none;
    }

    .main-slider-three__bg.sl-1 {
        background-position: 60% 40% !important;
    }

    .main-slider-three__bg.sl-2 {
        background-position: 40% !important;
    }

    .main-slider-three__bg.sl-3 {
        background-position: center 60% !important;
    }

    .testimonials-two__carousel-thumb .item {
        position: relative;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .testimonials-two__meta {
        margin-left: unset !important;
    }
}

.form-one textarea {
    height: 80px !important;
}


.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 9999;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s;
    text-decoration: none;
}

.whatsapp-float:hover {
    background-color: #1ebc59;
    color: white;
}

.testimonials-two__meta-thumb img {
    filter: brightness(0) invert(1);
}