.elementor-42829 .elementor-element.elementor-element-d935146{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-42829 .elementor-element.elementor-element-a1e7e3b.elementor-element{--align-self:center;}.elementor-42829 .elementor-element.elementor-element-a1e7e3b{text-align:center;}.elementor-42829 .elementor-element.elementor-element-a1e7e3b .elementor-heading-title{font-family:"Arial", Sans-serif;font-size:33px;font-weight:700;letter-spacing:0.1px;color:#1D1D1F;}@media(max-width:767px){.elementor-42829 .elementor-element.elementor-element-a1e7e3b .elementor-heading-title{font-size:26px;}}/* Start custom CSS for heading, class: .elementor-element-a1e7e3b *//* 標題容器 */
#animated-title .elementor-heading-title {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* 每個字母樣式 */
#animated-title .elementor-heading-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  animation: slideUp 0.5s ease forwards;
}

/* 動畫效果 */
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS *//* 強制將關閉按鈕轉為正圓形 */
body.elementor-page-42829 .elementor-popup-modal__close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    width: 40px !important;  /* 寬高必須一樣 */
    height: 40px !important;
    background-color: #000 !important; /* 背景顏色 */
    border-radius: 50% !important;    /* 變圓形的關鍵 */
    padding: 0 !important;
}

/* 調整裡面 X 的顏色與大小 */
body.elementor-page-42829 .elementor-popup-modal__close i {
    color: #fff !important;
    font-size: 18px !important;
}/* End custom CSS */