.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../images/contact_mainimg.jpg') no-repeat center center;
    background-size: cover;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ff8200;
}

.body_section {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.submit_section {
    display: flex;
    flex-direction: column;
    margin-left: 8%;
    width: 40%;
    margin-right: 5%;
    padding-right: 0;
}

.contact_section {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
}

.contact_sectionT {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 8%;
    margin-left: 5%;
}

.contact_sectionA {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map img {
    width: 100%;
    height: auto;
}

.contact_sectionB {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_section_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.contact_section_img {
    margin-bottom: 12px;
}

.contact_section_img img {
    width: 22%;
    min-width: 45px;
}

.contact_section_grey {
    color: #B6B0B0;
    padding-bottom: 8px;
}

.submit_section_text_title {
    color: #FF8200;
    margin-bottom: 15px;
}

.submit_section_input {
    width: 100%;
    color: white;
    border: 1px solid #B6B0B0;
    background-color: black;
    font-family: "Yeseva One", serif;
    font-size: 16px;
    border-radius: 10px;
    padding: 15px;
    outline: none;
    max-width: 800px;
    margin-bottom: 20px;
}

.submit_section_input::placeholder {
    color: #888;
}

textarea.submit_section_input {
    height: 100px;
    resize: none;
}

.submit_section_submit {
    width: 100%;
    background-color: black;
    color: #ff8200;
    border: 1px solid #ff8200;
    border-radius: 20px;
    padding: 12px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "Yeseva One", serif;
    font-size: 16px;
    margin-left: 15px;
}

.submit_section_submit:hover {
    background-color: darkorange;
    color: black;
    transform: scale(1.05);
    transition: transform 0.5s ease;
    font-weight: bold;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    padding: 20px;
    border: 1px solid orange;
    /* 橙色边框 */
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255, 165, 0, 0.7);
    z-index: 1000;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.popup.hidden {
    display: none;
}

.popup p {
    text-align: center;
    margin-bottom: 20px;
}

.popup button {
    background-color: black;
    color: #ff8200;
    border: 1px solid #ff8200;
    border-radius: 20px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "Yeseva One", serif;
    font-size: 16px;
}

.popup button:hover {
    background-color: darkorange;
    color: black;
    transform: scale(1.05);
    transition: transform 0.5s ease;
    font-weight: bold;
}

.submit_section_title {
    color: #ff8200;
    margin-bottom: 30px;
}

.hero-textA {
    text-align: center;
    position: absolute;
    top: 18%;
    color: #ff8200;
}

.hero-textB {
    text-align: center;
    color: #FFBB75;
}

.hero-sectionA img {
    align-items: center;
    width: 100%;

}

.hero-sectionA {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 100px;
}

.get_start {
    background-color: white;
    color: black;
    border: 1px solid #ff8200;
    border-radius: 30px;
    padding: 15px;
    padding-left: 32px;
    padding-right: 32px;
    font-family: "Yeseva One", serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 50px;
}


@media screen and (max-width: 820px) {
    .body_section {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .submit_section {
        width: 80%;
        margin-left: 10%;
        margin-right: 15%;
    }

    .contact_sectionT {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    h2 {
        /*this is for subtitle*/
        font-family: "Yeseva One", serif;
        font-weight: 300;
        font-style: normal;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
        font-size: 30px;
        margin: 0;
        padding: 0;
    }

    h3 {
        /*this is for body title*/
        font-family: "Yeseva One", serif;
        font-weight: 300;
        font-style: normal;
        font-size: 22px;
        margin: 0;
        padding: 0;
    }

    .hero-textA {
        top: 10%;
    }

    .get_start {
        margin-top: 30px;
    }
}

@media screen and (max-width: 600px) {
    h2 {
        /*this is for subtitle*/
        font-family: "Yeseva One", serif;
        font-weight: 300;
        font-style: normal;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
        font-size: 20px;
        margin: 0;
        padding: 0;
    }


    h3 {
        /*this is for body title*/
        font-family: "Yeseva One", serif;
        font-weight: 300;
        font-style: normal;
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

    .hero-textA {
        top: 10%;
    }

    .get_start {
        background-color: white;
        color: black;
        border: 1px solid #ff8200;
        border-radius: 30px;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        font-family: "Yeseva One", serif;
        font-size: 10px;
        font-weight: bold;
        margin-top: 15px;
    }

    .submit_section_title h3 {
        font-size: 22px;
    }

}