.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.45),
            rgba(1, 7, 12, 0.85)),
        url("../img/contract.jpg") center/cover no-repeat;
        height: 68vh;
}

.company-title{
    font-size: 0.56rem;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    margin-top: 20vh;
}

.company-flex-box{
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-top: 10vh;
}

.company-flex-box-text1{
    font-size: 0.42rem;
    width: 14rem;
    font-weight: bold;
}
.company-flex-box-text2{
    font-size: 0.2rem;
}

#main {
    background: #000000;
    color: #ffffff;
    padding: 0.4rem 0;
    background-image: url(/img/contact_img1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-info-section {
    width: 80%;
    margin: 0 auto;
}


.contact-title-wrapper {
    display: flex;
    align-items: center;
}

.contact-title {
    font-size: 0.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.title-part-white {
    color: #ffffff;
}

.title-part-blue {
    color: #00a2ff;
}

.contact-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-detail-item {
    display: flex;
    flex-direction: column;
}

.contact-detail-heading {
    font-size: 0.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.2rem;
}

.contact-detail-text {
    font-size: 0.24rem;
    color: #e0e0e0;
    line-height: 1.8;
}

.contact-detail-text > div {
    margin-bottom: 0.1rem;
}

@media (max-width: 960px) {
    .contact-info-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-title {
        font-size: 0.6rem;
    }
}

.contact-form-section {
    width: 100%;
    padding: 0 2rem;
}

.contact-form-inner {
    max-width: 800px;
    margin: 0 auto;
}

.contact-form-title {
    text-align: center;
    font-size: 0.56rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.contact-form-subtitle {
    text-align: center;
    font-size: 0.22rem;
    color: #a0a0a0;
    margin-bottom: 1.5rem;
}

.contact-form {
    width: 100%;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
    color: #d0d0d0;
}

.form-group input,
.form-group textarea {
    padding: 0.3rem;
    font-size: 0.2rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #ffffff;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #00a2ff;
    background: rgba(255, 255, 255, 0.08);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.submit-btn {
    padding: 0.4rem 2rem;
    font-size: 0.22rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 22px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #00a2ff;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

.values-inner {
    width: 66%;
    margin: 0 auto;
}

.values-title {
    text-align: center;
    font-size: 0.56rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.values-subtitle {
    text-align: center;
    font-size: 0.22rem;
    color: #d0d4dc;
    margin-bottom: 1.2rem;
}

.values-list {
    border-top: 1px solid #2a2d33;
}

.value-row {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #2a2d33;
}

.value-label {
    display: flex;
    align-items: center;
    width: 3.4rem;
    font-size: 0.28rem;
    font-weight: 600;
}

.value-slash {
    color: #00a2ff;
    font-size: 0.4rem;
    margin-right: 0.16rem;
}

.value-label-text {
    letter-spacing: 0.04rem;
}

.value-desc {
    flex: 1;
    font-size: 0.22rem;
    color: #d4d7de;
    line-height: 1.8;
}

.company-swiper-bg{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}