.elementor .box-wrapper{padding:0px;margin:0px;border-radius:20px;background-color: #ff3333; /* This creates the visible red line thickness */
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
display: inline-block;
border-radius:20px 20px 0 0;\n}.elementor .box{width:100%;height:100%;border-start-start-radius:20px;border-start-end-radius:20px;border-radius:20px 0 0 0;   
width: 100%;
height: 100%;
background-color: #f0f0f0; /* Your box's main background color */
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%);\n}