/* Glassy blue gradient header */
.site-header {
    border-top: #173356 2px solid;
    //background: linear-gradient(135deg, #e0f7ff 0%, #b3e5ff 100%);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Safari */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 5px rgba(100, 100, 100, 0.1);
}

/* Text contrast on glass */
.site-header .site-title,
.site-header .site-nav a {
    color: black;           
    
  
}

.site-title {
    font-weight: 400;
}


.section-title {
    text-align: center; 
}

.custom-h1 {
    font-size: 2em; 
    font-weight: 400; 
    color: #1d1d1f; 
    text-align: left; 
    margin: 0; 
    padding: 20px 0 10px; 
}

h2{
    font-size: 1.25em !important;
    margin: 30px 0 5px;
}

.custom-h2 {
    font-size: 1em !important; 
    font-weight: bold;
    margin-top:25px;
}

.content-text {
    color: #333;
}

.section-content-left {
    color: #333;    
    text-align: left; 
    margin: 0;
    padding: 10px 0; 
    font-size: 1.5em; 
}

.image-container {
    position: relative;
    width: 100%;
    height: 450px;
}

@media (max-width: 768px) { 
    .image-container {
        height: 350px;
    }
}

@media (max-width: 576px) { 
    .image-container {
        height: 150px;
    }
}




.container-background-2026 {
    filter: brightness(80%);
    width: 100%;
    height: 100%;
    background: url('/assets/shenzhenbg2026.jpg') top/cover no-repeat,
              rgba(0, 0, 0, 0.25); 
    background-size: 100%;
    background-position: top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background-blend-mode: multiply;
}

.page-home {
    padding-top: 0;
}


.text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 100%;
    z-index: -1;
}

.line1 {
    font-size: 4em;
    margin: 0;
}

@media (max-width: 768px) {
    .line1 {
        font-size: 2em;
    }

    video {
        max-width: 100%;
        height: auto;
    }
}

.line2 {
    font-size: 3em;
    margin: 0;
}

.add-padding-t {
    padding-top: 25px;
}

.content-notification {
    display: block;
    text-align: center;
    color: white;
    hyphens: auto;
    padding: 0;
    margin: 30px 0 5px 0;
    padding: 5px;
    font-weight: 500;
    font-size: 1.25em;
    background-color: #476EAE;
    border-radius: 5px;

}

a {
    color: #476EAE;
}

.section-content-center {
    color: #333;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    font-size: 1.25em;
    font-weight: 500;
}

.content-logo {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 95% !important;
}

.custom-h2 {
    font-size: 1em !important;
    font-weight: bold;
    margin-top: 15px;

}

.custom-h2 a{
    color: black;
    text-decoration: underline;
}

.content-logo {
    margin: 15px 0;
    height: 70px;
    width: auto !important;
    max-width: 100%;
}

@media (max-width: 768px) {
    .content-logo {
        height: 50px;
        width: auto;
    }
}

.button-apply {
    margin: 30px 0 20px;
}

.button-apply a {
    text-align: center;
    /* margin: 20px 0 20px; */
    border: 1px solid #476EAE;
    color: #476EAE;
    padding: 10px 50px;
    border-radius: 5px;
}

.button-apply a:hover {
    color: white;
    background: #476EAE;
    border: none;
    text-decoration: none;
}