/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 06 2026 | 07:24:14 */
.telebox-section {
    transition: all 0.5s;
}

.telebox-section .elementor-heading-title {
    opacity: 0;
    transition: all 0.5s;
}

.telebox-section:hover {
    background-color: #000;
}

.telebox-section:hover .elementor-heading-title {
    opacity: 1;
}
.poprolemaker {text-align:center;}

.poprolemaker .elementor-heading-title{font-size:32px; font-weight:600;}

.popmake-close {
    cursor: pointer;
    top: 0;
    right: 0;
    position: absolute;
    font-size: 38px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 50px;
}