.elementor-kit-15{--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:"Noto Sans HK";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:1.1px;--e-global-typography-secondary-font-family:"Noto Sans HK";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:1.1px;--e-global-typography-text-font-family:"Noto Sans HK";--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:1.1px;--e-global-typography-accent-font-family:"Noto Sans HK";--e-global-typography-accent-font-weight:500;}.elementor-kit-15 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 *//*區塊hover往上飄移*/

.box-hover{
    transition: all 0.3s ease;
}

.box-hover:hover{
    transform: translateY(-10px);
}

/*反覆飄浮*/
@keyframes soft-float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);/
    }
    100% {
        transform: translateY(0px);
    }
}

.floating-image {
    animation: soft-float 3s ease-in-out infinite;
}

.eael-dual-header > .subtext >  p{
    margin-bottom: 0px; !important;
}

.eael-dual-header{
    margin-bottom: 15px !important;
}


/*最新優惠light-box 按鈕*/
.promo-btn{
    background-color: #966b26;
    color: #ffffff;
    padding: 15px 25px 15px 25px;
    transition: all 0.3s ease;
}

/*文章區塊樣式*/
.post-block .elementor-posts .elementor-post{
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


.elementor-post {
    transition: all 0.3s ease-in-out !important;
}

.elementor-post:hover .elementor-post__read-more {
    background-color: #D4AF37 !important;
    color: #ffffff;
    transition: all 0.3s ease;
}

.elementor-post:hover .elementor-post__title a {
    color: #D4AF37 !important;
}

.elementor-post:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-5px);
    z-index: 10;
}

/*文章區塊樣式-内文下方間距*/
.elementor-posts .elementor-post__excerpt p{
    padding-bottom: 15px;
}

.elementor-widget-posts .elementor-post__read-more{
    color: #ffffff !important;
    background-color: #966b26;
    padding: 8px 15px 8px 15px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.elementor-widget-posts .elementor-post__read-more:hover{
    background-color: #D4AF37;
}/* End custom CSS */