@import url("banner1.css");
@import url("banner10reasons.css");

:root {
    --bannerBackground: #ACD5DE;
    --primary: #1A4E8D;
}
body{
    font-family: 'Montserrat', sans-serif;
}
body p{
    color:#333;
    font-size: 18px;
}
header{
    padding: 20px;
}
video{
    max-width: 100%;
}
h3{
    font-weight: 900;
    /*color: var(--primary);*/
    font-size: 39px;
}
.margin-100{
    margin-top: 100px;
}
.margin-50{
    margin-top: 50px;
}
.margin-b-50{
    margin-bottom: 50px;
}
.margin-b-100{
    margin-bottom: 100px;
}
.padding-100{
    padding-top: 100px;
}
.padding-50{
    padding-top: 50px;
}
.padding-b-100{
    padding-bottom: 100px;
}
.padding-b-50{
    padding-bottom: 50px;
}
.ticker{
    color: var(--primary);
    text-decoration: none;
    font-weight: 700;
}
.cta{
    background-color: var(--primary);
    border-radius: 56px;
    padding: 28px;
    text-align: center;
    font-weight: 900;
    width: 100%;
    max-width: 990px;
    margin: auto;
    display: block;
    text-decoration: none;
    color:#fff;
    font-size: 25px;

}
footer{
    background-color: #000;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer a{
    text-decoration: none;
    
    color: rgba(255,255,255,1);
    
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    padding: 0 10px;
    
}
footer .bottom-links{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    color: #ccc;
    font-size: 12px;

}
.disclaimer p{
    color: rgba(182,182,182,1);    
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: justified;
    line-height: 17px;
}
.modal .bgAstronaut{
    background-image: url("../images/modal_bg.png");
    background-repeat: no-repeat;
    background-position: center;
     background-size: cover;
}
.modal .progress{
    background-color: #1E7FF3;
    padding: 5px 5px;
    height: 50px;
    border-radius: 100px;
    margin-bottom: 20px;
}
.modal .progress-bar{
    background-color: #FFF;
    border-radius: 100px;
    color: black;
    font-weight: bold;

    font-size: 20px;

}
.modal input {
    border: none;
    background-color: rgba(240,240,240, 1);
    width: 100%;
    padding: 15px;

}
.modal  .submitButton {
    background-color: #1E7FF3;
    color: #FFF;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
}
.modal .nothanks{
    background-color: #242424;
    border-radius: 100px;
    color: #fff;
    display: block;
    width: fit-content;
    padding: 10px 20px;
}
small{
    font-size: 10px;
    line-height: 8px;
}
.thankyouBanner {
    background: rgba(255, 255, 255, 0.5) url(../images/bg_thankyou.png) !important;
    background-blend-mode: color-burn;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 45vh;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media (max-width: 991.98px) {
    h3{
        font-size: 30px;
    }
    .cta{
        font-size: 15px;
    }
    .modal h3{
        font-size: 20px;
    }
    .modal h5{
        font-size: 16px;
    }
    .modal .progress{
        padding: 5px 5px;
        height: 30px;
    }
    .modal .progress-bar{

        font-size: 16px;

    }
}

/* WhatsApp浮动链接样式 */
.whatsapp-float {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
}

.whatsapp-float:hover {
    transform: scale(1.1);
    filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.4));
    text-decoration: none;
}

.whatsapp-float:active {
    transform: scale(0.95);
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.5));
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 60px;
        height: 60px;
        bottom: 15px;
        right: 15px;
    }
}

@media (max-width: 480px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 10px;
        right: 10px;
    }
}
