.elementor .cool-split{width: 85%;
color: rgba(255, 255, 255, 0.125);
transition: color 0.3s;\n}.elementor .about{color: red;\n}.elementor .Work-box-background{background-image:url("https://shehandesign.com/wp-content/uploads/2026/06/Static-Work.png");background-repeat:no-repeat;background-attachment:scroll;background-size:cover;background-position:bottom center;position: relative;
overflow: hidden;

&::before {
content: "";
position: absolute;
inset: 0;
background: #072030;
opacity: 0;
transition: opacity 0.4s ease;
}

& > * {
position: relative;
z-index: 1;
}\n}.elementor .Work-box-background:hover,.elementor .Work-box-background:focus-visible{&::before {
opacity: 70%;
}\n}