.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-theme-archive-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;color:var( --e-global-color-primary );}/* Start custom CSS for shortcode, class: .elementor-element-bc9a36d */.profiles-grid .profile-item {
    width: 400px;
    height: 500px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc; /* Optional: add a border if needed */
}

.profiles-grid .profile-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s; /* Smooth transition when hovering */
}

.profiles-grid .profile-item:hover img {
    opacity: 0.8; /* Darken the image a bit when hovering */
}

.profiles-grid .profile-item a {
    display: block;
    position: relative;
    height: 100%;
    color: #fff; /* Set title color to white */
    text-decoration: none; /* Remove underlines from the title */
}

.profiles-grid .profile-item .overlay-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
    padding: 10px; /* Add some padding around the title */
    text-align: center; /* Center the title */
    font-size: 16px; /* Adjust font size as needed */
}
.profiles-grid .profile-item a:hover{
    color: #fff;

    }/* End custom CSS */