/*
Theme Name: Essen Global
Theme URI: http://localhost/essen-global/
Author: Green Cubes
Author URI: http://localhost/essen-global/
Description: Custom WordPress theme designed for Essen Global LLP, an international import, export,and trading company.
Version: 1.0
*/



.whatsapp-sticky img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 20;
}

.contact-form-group.button .wpcf7-submit {
    width: 100%;
    border: none;
    outline: none;
    background: var(--phantom);
    color: var(--white);
    padding: 18px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.4s ease;
}

.menu .current_page_item a {
    color: var(--turkish);
}

.mob-header .mobile-menu a {
    color: var(--blue-color);
}

#menu-mobile-menu li a {
    color: var(--turkish) !important;
}

.q-icon img{
        width: 34px;
    height: 34px;
}

.why-choose-card-icon img{
     width: 40px;
    height: 40px;
}

.why-choose-card:hover img{
filter: brightness(0) invert(1);
}

.quality-rnd-v2-icon img{
    width: 40px;
    height: 40px;
}


.quality-process-icon img{
    width: 40px;
    height: 40px;
}

.quality-process-card:hover img{
filter: brightness(0) invert(1);
}

.quality-rnd-focus-icon img{
    width: 35px;
    height: 35px;
}

.contact-icon img{
    width: 40px;
    height: 40px;
}
.custom-file {
    position: relative;
}

.custom-file .file-placeholder {
    position: absolute;
    left: 140px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff; /* change color as needed */
    pointer-events: none;
}

.custom-file input[type="file"] {
    color: transparent;
}

.custom-file input[type="file"]::file-selector-button {
    color: #000;
}

.hero-btn-primary:hover{
color:#fff;
}
