/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/* --------------页眉------------------------ */
header#header .contact-info a {
    color: #ffffff;
}
[class*="gt_container-"] a.glink span {font-size: 12px !important;}


/* 为子菜单中的所有链接添加动画效果 */
.sub-menu a.ct-menu-link {
    display: inline-block; 
    transition: transform 0.3s ease; 
    position: relative;
}

/* 鼠标悬停时的效果 */
.sub-menu a.ct-menu-link:hover {
    transform: translateX(8px); 
}

/* 可选：添加箭头指示动画 */
.sub-menu a.ct-menu-link::after {
    content: '→';
    margin-left: 5px;
    opacity: 0;
    transition: all 0.3s ease;
    display: inline-block;
}

.sub-menu a.ct-menu-link:hover::after {
    opacity: 1;
    transform: translateX(3px);
}

/* 可选：为链接添加颜色变化增强效果 */
.sub-menu a.ct-menu-link:hover {
    color: #007cba; /* 悬停时的颜色变化 */
    text-decoration: none;
}
/*  ----------------页脚------------------ */
[data-footer*="type-1"] .ct-footer [data-row*="top"] {
    background-color: unset;
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
    background-color: unset;
}
[data-footer*="type-1"] .ct-footer [data-row*="bottom"] {
    background-color: unset;
}
footer#footer {
    background: linear-gradient(180deg, #FAFAFA 30%, #bcded5 100%);
}

/* cta */

.relish-cat-promo-container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}

.relish-cat-promo-container:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.relish-cat-bg-svg {
    width: 100%;
    height: 380px;
    display: block;
}

.relish-cat-promo-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 85%;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.relish-cat-smile-icon {
    width: 180px;
    height: auto;
    object-fit: contain;
    opacity: 0.98;
	padding-top: 30px;
}

.relish-cat-promo-content h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
    color: #fff;
}

.relish-cat-cta-button {
    padding: 15px 35px;
    background-color: white;
    color: #005746;
    border: none;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.relish-cat-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    background-color: #f0f0f0;
}

@media (max-width: 768px) {
    .relish-cat-smile-icon {
        width: 140px;
    }

    .relish-cat-promo-content h2 {
        font-size: 26px;
    }

    .relish-cat-cta-button {
        font-size: 18px;
        padding: 12px 30px;
    }

    .relish-cat-promo-container {
        border-radius: 40px;
        box-shadow: 0 12px 45px rgba(0, 0, 0, 0.18);
    }

    .relish-cat-bg-svg {
        height: 320px;
    }
}

@media (max-width: 480px) {
    .relish-cat-smile-icon {
        width: 120px;
    }

    .relish-cat-promo-content h2 {
        font-size: 22px;
    }

    .relish-cat-promo-content {
        width: 90%;
        gap: 20px;
    }

    .relish-cat-promo-container {
        border-radius: 30px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
    }


    .relish-cat-bg-svg {
        height: 280px;
    }
}
article#post-1365 {
    text-align: center;
}

/* 产品分类页 */
.naibabiji-b2b-seo-content.naibabiji-b2b-seo-top {
    padding: 0 !important;
}
.naibabiji-b2b-products-taxonomy-container {
    max-width: 1440px !important;
}