div#global-menu{background:hsla(0 0% 100% / .15)!important;border:1px solid hsla(0 0% 100% / .35);border-radius:.8rem;backdrop-filter:blur(8px)}.custom-card{position:relative;padding:30px;color:#fff;overflow:hidden;text-align:left;cursor:pointer}.custom-card .et_pb_text{opacity:0;transform:translateY(20px);transition:all 0.4s ease-in-out}.custom-card:hover .et_pb_text{opacity:1;transform:translateY(0)}.custom-card::before,.custom-card::after{content:"";position:absolute;background:#fff;transition:all 0.4s ease-in-out}.custom-card::before{top:0;left:0;width:0;height:2px}.custom-card::after{bottom:0;right:0;width:0;height:2px}.custom-card:hover::before,.custom-card:hover::after{width:100%}.custom-card .border-left,.custom-card .border-right{content:"";position:absolute;top:0;bottom:0;width:2px;background:#fff;transition:all 0.4s ease-in-out;height:0}.custom-card .border-left{left:0}.custom-card .border-right{right:0}.custom-card:hover .border-left,.custom-card:hover .border-right{height:100%}