/*
Theme Name: Beidouxin
Theme URI: https://www.san168.com/
Description: Child theme for Kadence.
Author: Allen
Author URI: https://www.san168.com/
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/
.cx-header.elementor-sticky--active{
    background: rgba(0, 0, 0, 0.72);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

:root{
    --global-body-font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.home-about-container {
    height: 400vh;
    position: relative;
}

.home-about-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about-container .logo-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 9;
}

.home-about-container .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 53.958vw;
    font-size: 4.375vw;
    font-size:2.75vw;
    line-height: 1.1;
    color: #fff;
    z-index: 99;
}

.home-about-container .content p {
    font-weight: 800;
    opacity: 0.5;
}
.sticky {
    position: sticky;
    top: 70px;
    height: calc(100vh - 70px);
    top: 57px;
    height: calc(100vh - 57px);
    background-color: #fff;
    overflow: hidden;
}
.home-about-container .content .inner {
    transform: translateY(100%);
    opacity: 0;
}

.home-about-container .content .view-more {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    margin-top: 24px;
    font-size: 24px;
}

.home-about-container .content .view-more:hover {
    color: #000;
}
@media (max-width: 767px) {
    .home-about-container .content .view-more{
		font-size: 5rem
	}
	.home-about-container .content{
		max-width:90vw;
		font-size: 6vw
	}
	.home-about-container .content p{
		padding-bottom:3vw;
	}
}

/* 防伪验证页（页面 ID 996）：隐藏 Kadence 页面标题 Hero */
.page-id-996 .entry-hero {
	display: none !important;
}