.elementor-kit-60{--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-60 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 *//*選單登入註冊按鈕*/
.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button{
    padding: 15px 25px 15px 25px;
}

/*選單熱門遊戲顏色調整*/
.menu-item-407.menu-item.current-menu-item > .menu-link{
    color: var(--ast-global-color-3) !important;
}

.menu-item-407.menu-item.current-menu-item > .menu-link:hover{color:var(--ast-global-color-0) !important;
}

/*球員區塊樣式*/
.player-card{
    transition: all 0.3s ease;
}

.player-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden;
}


#player1::before, 
#player2::before, 
#player3::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}


#player1::before { background-image: url('/wp-content/uploads/2026/03/player-mark01.png'); }
#player2::before { background-image: url('/wp-content/uploads/2026/03/player-mark02.webp'); }
#player3::before { background-image: url('/wp-content/uploads/2026/03/player-mark03.webp'); }


/*熊貓精選TAB樣式*/
#game-tab .e-n-tab-title[aria-selected="true"]{
    transform: translateY(-15px);
}

/*CTA按鈕發光樣式*/
@keyframes blue-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(49, 129, 255, 0.5); /* 起始：緊貼按鈕，較不透明 */
    }
    70% {
        box-shadow: 0 0 0 15px rgba(49, 129, 255, 0); /* 擴散：向外 15px，漸變透明 */
    }
    100% {
        box-shadow: 0 0 0 0px rgba(49, 129, 255, 0);  /* 結束：完全消失 */
    }
}


.shiny-blue-btn a{
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 5px; 
    
    animation: blue-pulse 2s infinite;
}

/*優質服務區塊*/
.service-block{
    transition: all 0.3s ease;
}


.service-block:hover{
    transform: translateY(-10px);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25) !important;
}/* End custom CSS */