/* header content style start */
.trst-work-with-us-main {
    margin-top: 100px;
    margin-bottom: 120px;
    padding: 48px 85px;
}

.trst-work-with-us-main span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #155EEF;
}

.trst-work-with-us-main h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #131A28;
}

.trst-work-with-us-main p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: #4E5867;
    text-align: center;
    max-width: 601px;
}

.trst-contact-us-content {
    margin-top: 64px;
    min-width: 280px;
    margin-left: 120px;
}

.trst-contact-us-content p {
    color: #4E5867;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.trst-contact-us-content span {
    color: #4E5867;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

#trst-contact-us-content {
    color: #707785;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

/* header content style end */

/* trst contact us map style start here */
.trst-contact-us-map {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #F9F9FB;
    margin: 96px 0;
}

.trst-contact-us-map-content h2 {
    color: #131A28;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.trst-contact-us-map-content span {
    color: #72767C;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.trst-contact-us-map-content {
    padding: 64px 32px 64px 0;
}

.trst-contact-us-map-boxes {
    padding-top: 40px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 16px;
}

.trst-contact-us-map-box {
    border-radius: 16px;
    background: #EFF4FF;
    display: flex;
    flex-direction: column;
    padding: 20px;
    max-width: 528px;
}

.trst-contact-us-map-box p {
    color: #081D34;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.trst-contact-us-map-address {
    padding-right: 64px
}

.trst-contact-us-map-address p,
.trst-contact-us-map-address span {
    color: #707785;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    width: 424px;
    margin-bottom: 10px !important;
}

.trst-contact-us-map-box:hover {
    background: #155EEF;
    box-shadow: 0px 4px 18px 0px rgba(11, 48, 123, 0.40);
    transition: 0.4s all ease;
}

.trst-contact-us-map-box-selected {
    background: #155EEF;
    box-shadow: 0px 4px 18px 0px rgba(11, 48, 123, 0.40);
    transition: 0.4s all ease;
}


.trst-contact-us-map-box:hover p {
    color: #FFF;
}

.trst-contact-us-map-box-selected p {
    color: #FFF;
}

.trst-contact-us-map-box:hover span {
    color: #FAFCFF;
}

.trst-contact-us-map-box-selected span {
    color: #FAFCFF;
}


/* trst contact us map style end here */

/* form style start here */

.trst-contact-us-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    gap: 8px;
}

.trst-contact-us-form h2 {
    color: #131A28;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.trst-contact-us-form p {
    color: #707785;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    max-width: 555px;
}

.text-box,
#provinces,
#cities {
    border-radius: 8px;
    border: 2px solid var(--Colors-Neutural-n300, #DCE0E5);
    background: var(--Colors-Neutural-n25, #FBFBFC);
    padding: 12px 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    min-width: 272px;
}

#description {
    border-radius: 8px;
    border: 2px solid var(--Colors-Neutural-n300, #DCE0E5);
    background: var(--Colors-Neutural-n25, #FBFBFC);
    padding: 12px 16px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    min-width: 556px;
    height: 164px;
}

#file-upload {
    border-radius: var(--radius-xl, 12px);
    border: 1px solid var(--Colors-Border-border-secondary, #EAECF0);
    background: var(--Colors-Background-bg-primary, #FFF);
    padding: 16px 24px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
    min-width: 556px;
    min-height: 80px;
}

.trst-file-name {
    border-radius: 50px;
    background: var(--Colors-Neutural-n50, #F9F9FB);
    display: flex;
    padding: 6px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.trst-file-name span {
    color: #4E5867;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

#submit-button {
    border-radius: 8px;
    background: var(--colors-primary-p-500-primary, #2970FF);
    box-shadow: 0px 8px 0px -4px rgba(37, 98, 217, 0.24), 0px 2px 3px 0px rgba(37, 98, 217, 0.16);
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    padding: 12px 24px 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-width: 556px;
}

form input:focus {
    border: #2970FF 2px solid !important;
    outline: none !important;
}

form input[type='submit'],
form input[type='submit']:focus {
    outline: #2970FF 2px solid !important;
    border: none !important;
}

form select:focus {
    border: #2970FF 2px solid !important;
    outline: none !important;
}

form textarea:focus {
    border: #2970FF 2px solid !important;
    outline: none !important;
}

.trst-form-success-massage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    margin-top: 32px;
    max-width: 555px;
    border-radius: var(--radius-xl, 12px);
    border: 1px solid var(--Colors-Border-border-primary, #D0D5DD);
    background: var(--Colors-Neutural-n25, #FBFBFC);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.trst-form-passage {
    margin-left: 220px;
}

.trst-form-passage span {
    color: #131A28;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.trst-form-passage p {
    color: #707785;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding-top: 4px;
    margin-bottom: 0 !important;
}

/* form style end here */

/* tablet style start here */

@media screen and (max-width: 1199.98px) {

    .trst-work-with-us-main {
        max-width: 676px;
        margin: 0 auto;
        margin-top: 150px;
        padding: 0;
    }

    .trst-work-with-us-main span {
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
    }

    .trst-work-with-us-main h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 60px;
    }

    .trst-work-with-us-main p {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        max-width: 501px;
    }

    .trst-contact-us-content {
        min-width: 225px;
    }

    .trst-contact-us-content svg {
        width: 62px;
        height: 62px;
    }

    .trst-contact-us-content p {
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
    }

    .trst-contact-us-content span {
        font-size: 14px;
        line-height: 20px;
    }

    #trst-contact-us-content {
        font-size: 12px;
        line-height: 20px;
    }

    /* header tablet style end */

    /* map tablet style start here */

    .trst-contact-us-map-address {
        padding-right: 7px;
        padding-top: 5px;
    }

    .trst-contact-us-map-boxes {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 8px;
        overflow-x: scroll;
    }

    .trst-contact-us-map-box-icon svg {
        width: 19px;
        height: 19px;
    }

    .trst-contact-us-map-address p {
        width: 155px;
    }

    .trst-contact-us-map-box p {
        font-size: 11px;
        font-weight: 600;
        line-height: 16px;
    }

    .trst-contact-us-map-address p,
    .trst-contact-us-map-address span {
        font-size: 8px;
        line-height: 11px;
        font-weight: 500;
        margin-bottom: 6px !important;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    iframe {
        height: 280px;
    }

    /* map tablet style start here */
}

@media screen and (max-width: 767.98px) {

    .trst-work-with-us-main {
        max-width: 375px;
        padding: 0px 20px;
        margin-top: 150px;
        justify-self: center !important;
    }

    .trst-work-with-us-main h1 {
        font-size: 36px;
    }

    .trst-contact-us-content p {
        margin-bottom: 4px;
    }

    /* form mobile style start */

    .trst-contact-us-form {
        margin-bottom: 64px;
    }

    #provinces,
    #cities {
        min-width: 160px;
        padding: 12px 7px;
    }

    #description,
    #file-upload,
    #submit-button,
    .text-box {
        min-width: 333px;
    }

    #file-upload {
        padding: 16px 12px;
    }

    .trst-form-success-massage,
    .trst-contact-us-form p {
        max-width: 333px;
    }

    .trst-form-success-massage {
        margin: auto;
        justify-content: center;
        margin-top: 32px;
    }

    .trst-form-passage {
        margin-left: 0;
    }

    /* form mobile style end */
}