/* 
Theme Name: Aryamabna Theme
Theme URI: https://exonir.com/
Description: Aryamabna Theme is a child theme of Hello Elementor, created by exonir team
Author: exonir Team
Author URI: https://exonir.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

  .styled-word {
      position: relative;
      display: inline-block;
      color: #002878;
      font-weight: 700;
  }

  .styled-word::before {
    content: '';
    position: absolute;
    top: 50%; /* Adjust to align the green background */
    left: 0;
    right: 0;
    height: 60%; /* Adjust height of the background */
    background-color: #57EF9F;
    clip-path: polygon(100% 0%, 97% 100%, 0% 70%, 0% 20%);
    z-index: -1;
    transform: translateY(-35%);
  }
