.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: 40px;
}

.infomation .title {
    font-size: 20px;
    font-weight: 600;
    color: #6FA8FF;
    margin: 0 0 10px;
}

.infomation .content {
    line-height: 24px;
}

.infomation .sub-content {
    margin-top: -2px;
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.65);
}

.infomation .desc {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 10px;
}

.info-section {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.info-section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.info-section > * {
    margin-bottom: 10px;
}

.info-section > *:last-child {
    margin-bottom: 0;
}

.contact-info-row {
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid #0074D5;
    border-radius: 12px;
    background: linear-gradient(124.34deg, #070C2C 0%, #0E1229 99.32%);
}

.contact-info-row img {
    flex-shrink: 0;
    margin-top: 3px;
}

.wrap-info {
    margin-top: 20px;
}

.info-callout {
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #0074D5;
    border-radius: 16px;
    background: linear-gradient(124.34deg, #070C2C 0%, #0E1229 99.32%);
}

.info-callout .callout-title {
    font-size: 16px;
    font-weight: 600;
    color: #6FA8FF;
    margin: 0 0 10px;
}

.info-callout .callout-text {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.info-callout .callout-text:last-child {
    margin-bottom: 0;
}

.info-callout .callout-text a {
    color: #4fb9ff;
}

.thank-you-note {
    margin-top: 50px;
    text-align: center;
}

.thank-you-note p {
    font-size: 15px;
    line-height: 24px;
    opacity: 0.75;
    margin: 0;
}

.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;
    }
}