.elementor-2336 .elementor-element.elementor-element-0dc174f .eael-ticker-wrap .eael-ticker .ticker-content a{color:#222222;}.elementor-2336 .elementor-element.elementor-element-0dc174f .eael-ticker-wrap .eael-ticker .ticker-content a:hover{color:#f44336;}.elementor-2336 .elementor-element.elementor-element-0dc174f .eael-ticker-wrap .ticker-badge{background-color:#222222;}.elementor-2336 .elementor-element.elementor-element-0dc174f .eael-ticker-wrap .ticker-badge span{color:#fff;}.elementor-2336 .elementor-element.elementor-element-0dc174f .eael-ticker .swiper-button-next, .elementor-2336 .elementor-element.elementor-element-0dc174f .eael-ticker .swiper-button-prev{font-size:22px;}.elementor-2336 .elementor-element.elementor-element-0dc174f .eael-ticker .swiper-button-next img, .elementor-2336 .elementor-element.elementor-element-0dc174f .eael-ticker .swiper-button-prev img{width:22px;height:22px;}.elementor-2336 .elementor-element.elementor-element-0dc174f .eael-ticker .swiper-button-next svg, .elementor-2336 .elementor-element.elementor-element-0dc174f .eael-ticker .swiper-button-prev svg{width:22px;height:22px;line-height:22px;}.elementor-2336 .elementor-element.elementor-element-0dc174f .eael-ticker .swiper-button-next{right:0px;}.elementor-2336 .elementor-element.elementor-element-36245e9f .embedpress-document-embed iframe{width:1000px !important;max-width:100%;height:1458px!important;}.elementor-2336 .elementor-element.elementor-element-36245e9f .embedpress-document-embed .pdfobject-container{width:1000px !important;max-width:100%;height:1458px;}.elementor-2336 .elementor-element.elementor-element-36245e9f .embedpress-document-embed{width:1000px !important;max-width:100%;}.elementor-2336 .elementor-element.elementor-element-36245e9f .embedpress-document-embed {max-height:1458px;}@media(max-width:1024px){.elementor-2336 .elementor-element.elementor-element-36245e9f .embedpress-document-embed iframe{width:400px !important;max-width:100%;height:400px!important;}.elementor-2336 .elementor-element.elementor-element-36245e9f .embedpress-document-embed .pdfobject-container{width:400px !important;max-width:100%;height:400px;}.elementor-2336 .elementor-element.elementor-element-36245e9f .embedpress-document-embed{width:400px !important;max-width:100%;}.elementor-2336 .elementor-element.elementor-element-36245e9f .embedpress-document-embed {max-height:400px;}}@media(max-width:767px){.elementor-2336 .elementor-element.elementor-element-36245e9f .embedpress-document-embed iframe{width:300px !important;max-width:100%;height:300px!important;}.elementor-2336 .elementor-element.elementor-element-36245e9f .embedpress-document-embed .pdfobject-container{width:300px !important;max-width:100%;height:300px;}.elementor-2336 .elementor-element.elementor-element-36245e9f .embedpress-document-embed{width:300px !important;max-width:100%;}.elementor-2336 .elementor-element.elementor-element-36245e9f .embedpress-document-embed {max-height:300px;}}/* Start custom CSS for html, class: .elementor-element-5a2099c3 */#my-header {
    background-color: #000;
    color: #0f0;
    text-align: center;
    overflow: hidden;
    width: 728px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #333;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    perspective: 1000px; /* Added for 3D effect */
}

#my-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(255, 0, 0, 0.5) 1px, transparent 1px),
                      radial-gradient(circle, rgba(0, 255, 0, 0.5) 1px, transparent 1px),
                      radial-gradient(circle, rgba(0, 0, 255, 0.5) 1px, transparent 1px);
    background-size: 10px 10px;
    background-blend-mode: screen;
    opacity: 0.5; /* Adjust opacity to make the grid lines less prominent */
}

.led-board {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transform: rotateX(20deg); /* Added for 3D effect */
}

.led-item-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.led-item {
    font-size: 24px;
    color: #0f0;
    text-shadow: 
        0 0 2px #0f0,
        0 0 5px #0f0,
        0 0 10px #0f0,
        0 0 20px #0f0,
        0 0 30px #0f0,
        0 0 40px #0f0;
    margin: 0;
    padding: 0;
    display: none;
    text-align: center;
    animation: color-change 1s infinite alternate; /* Added for color change effect */
}

@keyframes color-change {
    0% { color: #ff0000; text-shadow: 0 0 2px #ff0000, 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 20px #ff0000, 0 0 30px #ff0000, 0 0 40px #ff0000; }
    25% { color: #00ff00; text-shadow: 0 0 2px #00ff00, 0 0 5px #00ff00, 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00, 0 0 40px #00ff00; }
    50% { color: #0000ff; text-shadow: 0 0 2px #0000ff, 0 0 5px #0000ff, 0 0 10px #0000ff, 0 0 20px #0000ff, 0 0 30px #0000ff, 0 0 40px #0000ff; }
    75% { color: #ffff00; text-shadow: 0 0 2px #ffff00, 0 0 5px #ffff00, 0 0 10px #ffff00, 0 0 20px #ffff00, 0 0 30px #ffff00, 0 0 40px #ffff00; }
    100% { color: #ff00ff; text-shadow: 0 0 2px #ff00ff, 0 0 5px #ff00ff, 0 0 10px #ff00ff, 0 0 20px #ff00ff, 0 0 30px #ff00ff, 0 0 40px #ff00ff; }
}/* End custom CSS */