/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.bgplnt {position:relative;}


.bgplnt:before {
    content: '';
    position: absolute;
    background-image: url(http://localhost/raworganic/wp-content/uploads/2025/07/e6a0c3.png);
    width: 350px;
    height: 350px;
    z-index: 9;
    right: -230px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

