.elementor-1267 .elementor-element.elementor-element-f7b6e97{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px;}.elementor-1267 .elementor-element.elementor-element-ccfe2ad{text-align:center;}.elementor-1267 .elementor-element.elementor-element-928a115{text-align:center;}.elementor-1267 .elementor-element.elementor-element-928a115 p{margin-block-end:0px;}.elementor-1267 .elementor-element.elementor-element-629d2c7 > .elementor-widget-container{padding:20px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for ocoee_users_grid, class: .elementor-element-629d2c7 */.elementor-1267 .elementor-element.elementor-element-629d2c7 img{
    border: 2px solid #000;
}
.user-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: color 0.3s ease;
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 0px !important;
}
.section-photo {
    width: 35%;
    display: flex;
    align-content: end;
}
img.profile_photo_user{
    border-radius: 0px !important;
    margin: 0px !important;
    border: none !important;
}
.section-infoo {
    width: 65%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 10px 10px 0px !important;
    flex-wrap: wrap;
}
.profile_photo_user{
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}
h3.user_display_name, .email_address_user, .user_company_name, .user_cell_number, .user_information, .user_all_category {
    width: 100%;
    text-align: left;
    margin: 0px !important;
    line-height: normal;
}
h3.user_display_name::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('https://ocoeeguy.zebuck.website/wp-content/uploads/2025/11/user.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
}
.user-card:hover h3.user_display_name::before{
    filter: invert(1)
}

.user_cell_number, .user_company_name{
    width: 50%;
}
.email_address_user::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('https://ocoeeguy.zebuck.website/wp-content/uploads/2025/11/envelope.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
    vertical-align: middle;
}
.user-card:hover .email_address_user::before{
    filter: invert(1)
}
.user_company_name::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('https://ocoeeguy.zebuck.website/wp-content/uploads/2025/11/office-building.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
    vertical-align: middle;
}
.user-card:hover .user_company_name::before{
    filter: invert(1)
}
.user_cell_number::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('https://ocoeeguy.zebuck.website/wp-content/uploads/2025/11/phone-call.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
    vertical-align: middle;
}
.user-card:hover .user_cell_number::before{
    filter: invert(1)
}
.address_user::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('https://ocoeeguy.zebuck.website/wp-content/uploads/2025/11/location.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
    vertical-align: middle;
}
.user-card:hover .address_user::before{
    filter: invert(1)
}
.user_all_category::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('https://ocoeeguy.zebuck.website/wp-content/uploads/2025/11/suitcase.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
    vertical-align: middle;
}
.user-card:hover .user_all_category::before{
    filter: invert(1)
}
.user_information{
    text-align: left;
}
.user-category{
    display: none;
}
.user-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: red;
    transition: height 0.5s ease;
    z-index: 0;
}
.user-card:hover::before {
    height: 100%;
}
.user-card * {
    position: relative;
    z-index: 1;
}
.user-card:hover *{
    color: #fff !important;
    position: relative;
    z-index: 1;
}
.user-card:hover img{
    border-color: #fff !important;
}/* End custom CSS */