.elementor-kit-919{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6d0fa50:#FFD41C;--e-global-color-13ecf93:#FF3B30;--e-global-color-7bc8bb1:#162A4E;--e-global-color-9c0a27d:#FFF6E8;--e-global-color-0110838:#FF3B30BD;--e-global-color-9d34d5f:#02010199;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-919 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1130px;}.e-con{--container-max-width:1130px;}.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 *//* =========================================================
   POMTU ICONS — MOBILE FIRST
   ========================================================= */

/* 整个区块紧凑 */
.pomtu-icons .elementor-widget-container {
    padding-top: 8px !important;
    padding-bottom: -8px !important;
     padding-left: 12px !important;
    padding-right: 12px !important;
    border-radius: 14px !important;
}

/* 每一个 image box 的外框降低高度 */
.pomtu-icons .elementor-column .elementor-widget-image-box {
    margin-bottom: 0 !important;
    padding: 10px 0 !important;
}

/* 缩小圆形图片（mobile 最小）*/
.pomtu-icons .elementor-image-box-img img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    object-fit: cover;
}

/* 图标上移露头 */
.pomtu-icons .elementor-image-box-img {
    margin-top: -25px !important; 
    margin-bottom: 5px !important;
    position: relative;
    z-index: 3;
}

/* 大小适配标题 */
.pomtu-icons .elementor-image-box-title {
    font-size: 18px !important;
    margin-top: -1px !important;
}

/* 描述文字（如果有） */
.pomtu-icons .elementor-image-box-description {
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-top: -3px !important;
}

/* 呼吸效果 */
.pomtu-icons .elementor-image-box-img img {
    animation: pomtu-breath 3.5s ease-in-out infinite;
}

@keyframes pomtu-breath {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.15); }
    100% { transform: scale(1); }
}

/* =========================================================
   平板与桌面端放大比例 — 自动适应
   ========================================================= */
@media (min-width: 768px) {
    .pomtu-icons .elementor-image-box-img img {
        width: 75px !important;
        height: 75px !important;
    }
    .pomtu-icons .elementor-image-box-title {
        font-size: 16px !important;
    }
}

@media (min-width: 1024px) {
    .pomtu-icons .elementor-image-box-img img {
        width: 90px !important;
        height: 90px !important;
    }
    .pomtu-icons .elementor-image-box-title {
        font-size: 18px !important;
    }
}


.footer-header {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

body {
    padding-bottom: 80px; /* 根据你的 Header 高度调节 */
}

/* 让 Elementor Nav Menu 向左上展开 */
.footer-header .elementor-nav-menu--dropdown {
    top: auto !important;
    bottom: 100% !important;
    left: 1 !important;
    right: auto !important;
    transform-origin: left bottom;
    margin-bottom: 10px;
    border-radius: 12px; /* 圆角可调 */
    backdrop-filter: blur(14px); /* 毛玻璃效果，让透明更高级 */
}

/* 米黄半透明背景 */
.footer-header .elementor-nav-menu--dropdown ul,
.footer-header .elementor-nav-menu--dropdown {
    background: rgba(248, 238, 220, 0.60) !important; 
    /* F8EEDC = 米黄，0.60 = 半透明度 */
}

/* 让菜单不被遮挡 */
.footer-header nav.elementor-nav-menu--dropdown {
    position: absolute !important;
    z-index: 99999 !important;
}

/* 菜单里的文字统一颜色，可按需改 */
.footer-header .elementor-nav-menu--dropdown a {
    color: #333 !important;
}/* End custom CSS */