/*基礎按鈕*/
.elementor-button-icon svg{
    width: 0.5em!important;
}
.fbtgo a{
    position: relative;
    overflow: hidden;
}
.fbtgo a::before{
    content: " ";
  display:block;
  width:0%;
  height:100px;
  background: linear-gradient(90deg, #492F70, #4F35CC);
  position: absolute;
  left:0;
  top:0;
  transition: all 0.13s ease-out;
}
.fbtgo .elementor-button-content-wrapper{
        display: flex;
    position: relative;
    z-index: 2;
}
.fbtgo a:hover::before{
    width:100%;
}
.fbtgo a:hover{
border-color: #4e2f99!important;
}
.fbtgo a:hover svg{
    transform: translateX(3px);
}
/*滑動樣式*/
.swiper-pagination-bullet{
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
    border-radius: 99px!important;
    height: var(--space-7)!important;
    width: var(--space-35)!important;
}
.swiper-pagination-bullet:hover{
    background: var( --e-global-color-primary )!important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var( --e-global-color-primary )!important;
    width: var(--space-90)!important;
}