.elementor-kit-11994{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11994 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.wr-actor-photo-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    display: block;
    height: 100%;
}
.wr-actor-photo-wrapper img,
.wr-actor-photo-wrapper .wr-actor-photo {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}
.wr-actor-photo-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    pointer-events: none;
    z-index: 1;
}
.wr-actor-card {
    position: relative;
    overflow: hidden;
    align-self: start;
}
.wr-actor-card .wr-actor-photo-wrapper img {
    transition: transform 0.5s ease;
}
.wr-actor-card:hover .wr-actor-photo-wrapper img {
    transform: scale(1.05);
}
.wr-actor-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.wr-actor-card .wr-name-overlay {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 1;
}
.wr-name-first {
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
}
.wr-name-last {
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
}
.wr-actor-card .elementor-element-66c5df3.wr-name-overlay {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.wr-actor-card .elementor-element-66c5df3.wr-name-overlay::before {
    content: '' !important;
    width: 2px !important;
    height: 50px !important;
    background: #C9A961 !important;
    flex-shrink: 0 !important;
    display: block !important;
}/* End custom CSS */