/*
 Theme Name:   Webteck Child  
 Theme URI:    https://themeholy.com/wordpress/webteck
 Description:  This is a child theme for Webteck - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     webteck
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  webteck-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 

body[data-elementor-device-mode=desktop].salario-nav-item.menu-item-5501 {
    position: relative; /* Ensure the element is positioned relative for the pseudo-element */
    padding-left: 60px; /* Adjust padding to make space for the image */
}

body[data-elementor-device-mode=desktop] .salario-nav-item.menu-item-5501::before {
    content: '';
    position: absolute;
    top: 20%; /* Center vertically */
    left: 45px; /* Adjust left position */
    transform: translateX(+60%); /* Center vertically */
    background-image: url('/wp-content/uploads/2024/07/PoweredByRazorPay3.svg');
    background-size: 60px;
    background-repeat: no-repeat;
    width: 80px; /* Adjust width based on the image size */
    height: 80px; /* Adjust height based on the image size */
}
