.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-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;color:var( --e-global-color-primary );}.elementor-15316 .elementor-element.elementor-element-58ce4ca3:not(.elementor-motion-effects-element-type-background), .elementor-15316 .elementor-element.elementor-element-58ce4ca3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#eeeeee;}.elementor-15316 .elementor-element.elementor-element-58ce4ca3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:100px 0px 100px 0px;}.elementor-15316 .elementor-element.elementor-element-58ce4ca3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-15316 .elementor-element.elementor-element-58ce4ca3{padding:100px 25px 100px 25px;}}@media(max-width:767px){.elementor-15316 .elementor-element.elementor-element-58ce4ca3{padding:50px 15px 50px 15px;}}/* 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 */