.elementor .glass-card{padding:16px;background-image:linear-gradient(#ffcc7352, #ffcc7352);background-repeat:repeat;background-attachment:scroll;background-size:auto auto;background-position:0% 0%;}.elementor .border-box{/*On Hover Border Style*/
.border-box {
  position: relative;
  cursor: pointer;
  color: #314832C7;
  
  background:
      linear-gradient(#fff, #314832C7) top left,
      linear-gradient(#fff, #314832C7) top left,
      linear-gradient(#fff, #314832C7) bottom right,
      linear-gradient(#fff, #314832C7) bottom right;

  background-size:
      0% 2px,      /* top */
      2px 0%,      /* left */
      0% 2px,      /* bottom */
      2px 0%;      /* right */

  background-repeat: no-repeat;
  transition: background-size 0.4s ease;
}

.border-box:hover {
  background-size:
      100% 2px,    /* top */
      2px 100%,    /* left */
      100% 2px,    /* bottom */
      2px 100%;    /* right */
}
/*End On Hover Border Style*/\n}