.desk-footer ul>li.menu-item {
    display: flex;
    justify-content: normal;
    align-items: center;
}

.desk-footer .hfe-nav-menu li.menu-item {
    position: relative;
}

.desk-footer ul>li.menu-item::before {
    content: ' ';
    display: inline-block;
    background-image: url('https://varadaindustries.in/wp-content/uploads/2025/04/footarrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
}

.text_cols {
    color: #EE8C21;
}

.header-menu ul.hfe-nav-menu>li.current_page_item::after {
    content: ' ';
    display: inline-block;
    background-image: url('https://varadaindustries.in/wp-content/uploads/2025/04/headeractive.svg') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 58px;
    height: 5px;
    margin-right: 8px;
    vertical-align: middle;
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 15%;
    left: auto;
}

.contact_form .rowva>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_form .rowva>p>span {
    width: 48%;
}

.contact_form .rowva>p>span>input {
    width: 100%;
    border-radius: 8px;
    border-color: #2a2a2a5e;
}

.contact_form .rowva_text>p>span {
    width: 100%;
}

.contact_form .rowva_text>p>span>textarea {
    width: 100%;
    border-radius: 8px;
    border-color: #2a2a2a5e;
}

.contact_form form>p>input {
    width: 100%;
    background-color: #F4A91C;
}

.contact_form form>p>input:hover {
    background-color: #f4a91cd1;
}

.contact_form form>p>input {
    width: 100%;
}

.contact_form .rowva>p>span>input::placeholder,
textarea::placeholder {
    color: #000000;
    font-size: 14px;
}

.text_cols2 {
    color: #008F2F;
}

.Sourcing_sec .Sourc_left .Sourc_ltiteam.active {
    background-color: #F4A91C;
    border-color: transparent;
    color: #ffff !important;
}

.Sourcing_sec .Sourc_left .Sourc_ltiteam {
    cursor: pointer;
}

.Sourc_rtiteam {
    display: none;
}

.Sourc_rtiteam.active {
    display: flex;
}

.why_section .owl-dots {
    display: none;
}

.why_section .owl-nav button.owl-prev,
.why_section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 2px solid #f5a300;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 40px;
    color: #f5a300;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.why_section .owl-nav button.owl-prev {
    left: -35px;
}

.why_section .owl-nav button.owl-next {
    right: -35px;
}

.why_section .owl-nav button.owl-prev:hover,
.why_section .owl-nav button.owl-next:hover {
    background: #f5a300;
    color: #fff;
}

@media (min-width:768px) and (max-width:1200px) {
    .Sourc_rtiteam.active {
        display: flex;
        flex-direction: column;
    }

    .e-con-full.e-flex.e-con.e-child {
        flex-direction: column !important;
    }

    .why_section .owl-nav button.owl-prev {
        left: 0;
    }

    .why_section .owl-nav button.owl-next {
        right: 0;
    }

    .why_section .e-con-full.Sourcing_sec.e-flex.e-con.e-child {
        display: flex;
        flex-direction: row;
    }

    .Sourcing_sec .Sourc_left .Sourc_ltiteam {
        cursor: pointer;
        flex-direction: row !important;
        display: flex;
    }
}

@media (max-width: 767px) {

    .why_section .owl-nav button.owl-prev,
    .why_section .owl-nav button.owl-next {
        display: none;
    }

    .header-menu ul.hfe-nav-menu>li.current_page_item::after {
        content: ' ';
        left: 10% !important;
    }

}