body.elementor-page-7615{padding:0px 0px 0px 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS */.clickBtn .elementor-button-wrapper .elementor-button{
    padding: 10px 30px;
        background: linear-gradient(134deg, 
        #A88978 10%,  /* 第二個顏色位置 */
        #CAB7A6 45%,  /* 第三個顏色位置 */
        #A88978 80%  /* 第四個顏色位置 */
      );
   background-size: 200% 200%; /* 放大背景尺寸 */
    background-position: left center; /* 初始位置 */
    transition: background-position 0.3s ease-in-out;
    border:1px solid #F0D283 !important;
}
.clickBtn .elementor-button-wrapper .elementor-button-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.clickBtn .elementor-button-wrapper .elementor-button-icon i:before{
  content: '';
  background: url("https://www.csclinic.com.tw/wp-content/uploads/2025/02/clickIcon.png")no-repeat center /25px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.clickBtn .elementor-button-wrapper .elementor-button:hover{
   background-position: right center; /* 改變背景位置 */
      color: #fff!important;
}
.titleArea h5{
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 2px;
}
.titleArea h4{
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 2px;
    text-align: center;
}
.titleArea h4 i{
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 2px;
    color: #A98F73;
    font-style: unset;
}
@media screen and (max-width:1024px){
    .titleArea h4{
        font-size: 36px;
        line-height: 40px;
    }
  }
@media screen and (max-width:767px){
    .titleArea h5{
        font-size: 18px;
        line-height: 20px;
    }
    .titleArea h4, .titleArea h4 i{
        font-size: 20px;
        line-height: 22px;
    }
 }/* End custom CSS */