.service_col{position:relative;overflow:hidden;z-index:1;cursor:pointer}.service_col::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:0%;background-color:var(--gcid-primary-color);z-index:-1;transition:height 0.5s ease}.service_col:hover::before{height:100%}.service_col:hover h4{color:white;transition:0.5s ease-in-out}.service_col:hover p{color:white;transition:0.5s ease-in-out}