.main {
    background: var(--background-color);
    padding-top: 80px
}

.section-one {
    gap: 40px;
}

.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 350px;
}

.toast-error {
    background-color: #f8d7da;
    border: 1px solid #f1aeb5;
    color: #721c24;
}

.toast-error .toast-header {
    background-color: #f5c2c7;
    color: #721c24;
    border-bottom: 1px solid #f1aeb5;
}

.toast-error .bi-exclamation-triangle-fill {
    color: #dc3545;
}

.toast-success {
    background-color: #d1e7dd;
    border: 1px solid #a3cfbb;
    color: #0a3622;
}

.toast-success .toast-header {
    background-color: #a3cfbb;
    color: #0a3622;
    border-bottom: 1px solid #a3cfbb;
}

.toast-success .bi-check-circle-fill {
    color: #198754;
}

.left,
.right,
.name,
.company-name {
    flex: 1;
}

.text-linear {
    background: linear-gradient(to right, #3681f9 0%, #03a7f9 50%, #4fb9ff 100%);
    background-clip: text;
    color: transparent;
}

.name-page {
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px;
}

.content-page {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 45px;
}

.infomation .title {
    font-size: 20px;
    font-weight: 600;
    opacity: 0.6;
}

.infomation .content {
    margin-left: 6px;
    line-height: 28px;
}

.wrap-info {
    margin-top: 20px;
}

.right {
    width: 530px;
    padding: 20px;
    border: 1px solid #0074D5;
    border-radius: 16px;
    height: max-content;
    background: linear-gradient(124.34deg, #070C2C 0%, #0E1229 99.32%);
}

.left {
    width: 530px;
}

.combo {
    gap: 8px;
}

.combo label {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}

.combo input,
.combo textarea {
    background: #202540;
    height: 40px;
    padding-left: 16px;
    border: none;
    border-radius: 6px;
    font-family: "Aptos";
}

.combo textarea {
    height: 107px;
    padding-top: 11px;
}

.form-error {
    border: 1px solid #dc3545 !important;
    outline: none;
}

.error-message {
    color: #dc3545;
    font-size: 12px;
    opacity: 0;
    margin-top: -5px;
    height: 18px;
}

.submit-btn {
    font-family: "Aptos";
    font-size: 16px;
    display: inline-block;
    width: 166px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    transition: 0.3s;
    color: #FFFFFF;
    background: linear-gradient(to left, #4fb9ff 0%, #03a7f9 50%, #3681f9 100%);
    border: none;
    margin-top: 20px;
    cursor: pointer;
    /* pointer-events: none; */
}

body {
    background: var(--background-color);
}

.devider {
    margin: 80px 0px;
}

.office-card {
    width: max-content;
    cursor: pointer;
    flex: 1;
}

h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
}

.wrap-office-card {
    margin-top: 40px;
    gap: 30px;
}

.wrap-office-card .map {
    width: 100%;
    min-width: 345px;
    max-width: 400px;

}

.office-card .address-info {
    margin-top: 30px;
}

.office-card .address-info span {
    color: var(--contrast-color);
    font-size: 16px;
    font-weight: 600;
}

.office-card .address-info img {
    margin-bottom: 6px;
}


.office-card .address-info .address {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    opacity: 0.7;
    max-width: 95vw;
}

@media (max-width: 1200px) {
    .main {
        padding: 60px 16px 0 16px;
    }
}

@media (max-width: 600px) {
    .wrap-office-card {
        flex-direction: column;
    }

    .wrap-office-card .map {
        width: 93vw;
    }

    .body-devider {
        margin: 60px 0px;
    }

    .footer .infomation {
        gap: 60px !important;
    }

    .infomation {
        gap: 20px;
    }

    .footer .contact {
        max-width: none;
        padding: 0;
    }
}