.elementor-kit-22{--e-global-color-primary:#888888;--e-global-color-secondary:#080025;--e-global-color-text:#2D2D2E;--e-global-color-accent:#9CDD00;--e-global-color-584505b:#6EC1E4;--e-global-color-ecda6fa:#F6F6F6;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-22 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 *//* Custom CSS for the active package button */
/* -------------------------------------- */

/* 設置所有按鈕的未選中 (Inactive) 樣式 */
#btn-basic .elementor-button,
#btn-hosting .elementor-button {
    /* 未選中按鈕為灰色背景 */
    background-color: #e0e0e0 !important;
    color: #333333 !important;
    border: 1px solid #c0c0c0 !important;
    transition: all 0.3s ease; /* 添加平滑過渡效果 */
}

/* 針對被點擊 (active) 的按鈕設置青綠色 #9CDD00 */
#btn-basic.active .elementor-button,
#btn-hosting.active .elementor-button {
    /* 點擊後的青綠色背景 */
    background-color: #9CDD00 !important; 
    color: #333333 !important; /* 背景亮時，深色字體可讀性更高 */
    border-color: #9CDD00 !important;
    /* 增加陰影讓按鈕更突出 */
    box-shadow: 0 4px 6px rgba(156, 221, 0, 0.4); 
}

/* 讓鼠標懸停時也有效果 */
#btn-basic .elementor-button:hover,
#btn-hosting .elementor-button:hover {
    background-color: #cccccc !important;
}/* End custom CSS */