.single-athlete-content {
    background-image: url(/wp-content/uploads/2025/05/Background-Homepage-2-1.webp);
    padding: 87px 0 150px;
}

img{
    max-width: 100%;
}

.single-athlete-content .siteContainer {
    max-width: 1390px;
    width: 100%;
    padding: 0 20px;
}

.sportBreadcMain {
    margin: 30px 0 0;
}

.athleteRow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    gap: 30px;
}

.athlete-featured-image img, .athleteBackImage img {
    width: 100%;
    height: 100%;
    position: unset !important;
}

.athleteDetail .athlete-title {
    font-size: 60px;
    line-height: 50px;
    color: #fff;
    font-family: 'Mukta';
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0;
    font-family: 'zuume';
    letter-spacing: 1px;
}

.athleteSocial ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin: 0 0 10px;
}

.athleteSocial ul li, .athleteSocial ul li a {
    display: flex
;
}

.athletefeatures {
    background-color: #202026;
    padding: 20px;
}

.athletefeatures ul {
    display: flex
;
    column-gap: 30px;
    row-gap: 10px;
    justify-content: center;
}

.athletefeatures ul li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    align-items: center;
    text-transform: uppercase;
    max-width: 50%;
}

.athletefeatures ul li span {
    max-width: 50%;
    display: inline-block;
    word-wrap: break-word;
    vertical-align: top;
}

.athlete-content {
    margin: 20px 0 0;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
}

.athlete-content p {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    margin: 0;
}

.elementor-element.athleteDetailNavigation .elementor-post-navigation {
    justify-content: center;
    gap: 40px;
}

.elementor-element.athleteDetailNavigation .elementor-post-navigation .elementor-post-navigation__link {
    width: fit-content;
}

.athleteVideoItem.slick-slide .athletePlayIcon {
    display: none;
    width: 100px;
}
/* 
.athleteVideoItem.slick-slide.slick-center .athletePlayIcon {
    display: block;
} */

.athleteVideoPopupAction,.selfHostedPopup {
    position: relative;
    width: 100%;
    height: 340px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    pointer-events: none;
}

.slick-center .athleteVideoPopupAction,.slick-center .selfHostedPopup{
    pointer-events: all;
}

/* .athleteVideoPopupAction::after,.selfHostedPopup::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.slick-center .athleteVideoPopupAction::after,.slick-center .selfHostedPopup::after {
    background-image: url(/wp-content/themes/hello-elementor-child/modules/athlete-detail-module/images/TV-Overlay-Frame.png);
} */

.athleteVideoSlider button.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    border: 0;
    padding: 0;
    width: 72px;
    height: 52px;
    transform: unset;
    background-color: transparent;
    outline: none;
}

.athleteVideoSlider .slick-list {
    position: relative;
}

.athleteVideoSlider .slick-list::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    max-width: 31.6%;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    background-size: 100px, 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://proleaguecorp.com/wp-content/themes/hello-elementor-child/modules/athlete-detail-module/images/play-button.png), url(/wp-content/themes/hello-elementor-child/modules/athlete-detail-module/images/TV-Overlay-Frame.png);
    pointer-events: none;
    background-position: center;
    margin: auto;
}

.selfHostedPopup {
    position: relative;
    z-index: 2; /* Higher z-index for clickability */
}

.athleteVideoSlider button.slick-arrow.slick-prev {
    left: 32%;
}

.athleteVideoSlider button.slick-arrow.slick-next {
    right: 32%;
}

.athleteVideoPopup {
    max-width: 900px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
    background-color: #000;
    text-align: center;
}

.athleteVideoPopup video {
    width: 100%;
}

.mfp-iframe-scaler {
    position: relative;
    z-index: 2; /* Ensure the iframe appears above the pseudo-element */
}

.mfp-iframe-scaler::after,.athleteVideoPopup::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/themes/hello-elementor-child/modules/athlete-detail-module/images/TV-Overlay-Frame.png);
    background-size: 100% 100%;
    pointer-events: none; 
    z-index: 1;
}

.mfp-iframe-scaler button.mfp-close,.athleteVideoPopup button.mfp-close {
    display: none;
}

body .slick-prev:before,body .slick-next:before{
    display: none;
}

.athlete-featured-image, .athleteBackImage {
    /* width: 732px;
    height: 1024px;  */
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}
#zoom-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-out;
}

/* mobile screen css start */
.athlete-popup-image, .athlete-popup-image .mfp-wrap{
    z-index: 999999;
}

.athlete-popup-image .mfp-image-holder .mfp-close{
    justify-content: flex-end;
    font-size: 40px;
    right: 15px;
    top: -40px;
    opacity: 1;
    width: 22px;
    height: 20px;
    line-height: 20px;
    padding: 0;
}

.athlete-popup-image .mfp-img{
    padding: 0;
}
/* mobile screen css end */

body.single-athlete .marquee-container{
    display: none;
}

body.single-athlete .athleteDetaiilMarquee .marquee-container{
    display: block;
    position: unset;
    /* top: -60px  !important; */
    padding: 10px 0px  !important;
}

body.single-athlete .athleteDetaiilMarquee{
    position: relative;
}

body.single-athlete .athleteDetaiilMarquee .e-flex.e-con{
    padding: 0;
}

nav.post-navigation {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.post-nav-list {
    display: flex;
    gap: 60px;
}
ul.post-nav-list li a{
     color: #FFFFFF;
         font-family: Mukta, Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    position: relative;
}

li.prev-post a::before {
    content: '';
    width: 47px;
    height: 33px;
    background: url(/wp-content/uploads/2025/05/image-46.png);
    position: absolute;
    left: -60px;
    top: -4px;
    z-index: 99;
    background-size: cover;
}
li.next-post a::after {
    content: '';
    width: 47px;
    height: 33px;
    background: url(/wp-content/uploads/2025/05/arrow-2-1-1.png);
    position: absolute;
    right:-60px;
    top: -4px;
    z-index: 99;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
    
    body.single-athlete .athleteDetaiilMarquee .marquee-container {
        /* top: -40px !important; */
        padding: 7px 0px !important;
    }

}