/* blu shadow styling start*/
.blue-shadow-right,
.blue-shadow-left-top,
.blue-shadow-left-bottom {
    background: #FFE9B1 !important;
}

/* blu shadow styling end */

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

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

.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;
}

/* header content style end */

/* form style start here */

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

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

.trst-request-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,
#issuing-centers,
#calender,
#degree-of-education {
    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;
}

.calender-icon {
    position: absolute;
    left: 5%;
    top: 30%;
}

#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;
}

.trst-request-form-image {
    padding-bottom: 160px;
}

/* form style start 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;
    }

    /* header tablet style end */

    /* form tabet style start */

    .trst-request-form {
        margin: 128px 0;
    }

    /* form tablet style end */

}

@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;
    }

    /* form mobile style start */

    .trst-request-form {
        margin-bottom: 32px;
    }

    .trst-request-form-image {
        width: 334px;
        height: 390px;
        padding-bottom: 64px;
        border-radius: 5px;
    }

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

    #description,
    #file-upload,
    #submit-button,
    .text-box,
    #degree-of-education,
    #calender,
    #issuing-centers {
        min-width: 333px;
    }

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

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

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

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

    .trst-request-form-images{
        width: 333px;
        height: 390px;
        border-radius: 5px;
        margin-top: 64px;
    }

    /* form mobile style end */
}