/* trst header main style start here */
.trst-frq-header-main {
    margin-top: 100px;
    margin-bottom: 120px;
    padding: 48px 180px;
    gap: 32px;
}

.trst-frq-header-box {
    display: flex;
    width: 472px;
    height: 50px;
    padding: 12px 16px;
    border-radius: 8px;
    border: 2px solid #B2B8C2;
    background: #FFF;
}

.trst-frq-header-main input[type='text']:focus{
    outline: 2px solid #2970FF;
    border: none;
}

.search-icon {
    position: absolute;
    background: transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M12.9166 12.918L15.8333 15.8346" stroke="%234E5867" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.16663 9.16797C4.16663 11.9294 6.4052 14.168 9.16663 14.168C10.5497 14.168 11.8017 13.6064 12.7069 12.6988C13.6089 11.7943 14.1666 10.5463 14.1666 9.16797C14.1666 6.40654 11.9281 4.16797 9.16663 4.16797C6.4052 4.16797 4.16663 6.40654 4.16663 9.16797Z" stroke="%234E5867" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    min-width: 20px;
    min-height: 20px;
    border: none;
    left: 3%;
    top: 30%;
}

/* trst header main style end here */

/* trst quick access style start here */

.trst-quick-access {
    margin-top: 150px;
    margin-bottom: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 24px;
    gap: 56px;
    background: linear-gradient(102deg, rgba(150, 179, 255, 0.00) -4.09%, rgba(201, 229, 255, 0.40) 35.69%, rgba(222, 233, 251, 0.16) 71.06%, rgba(218, 229, 255, 0.28) 94.14%);
}

.trst-quick-access h2 {
    margin-top: 48px;
    color: #131A28;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.trst-quick-access-boxes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 48px;
    width: 95%;
}

.trst-quick-access-box {
    display: flex;
    min-width: 198px;
    min-height: 138px;
    padding: 0px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid #EDEFF2;
    background: #FAFCFF;
}

.trst-quick-access-box span {
    color: #131A28;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.trst-quick-access-box:hover {
    border-radius: 16px;
    background: #2970FF;
    box-shadow: 0px 6px 15px -4px rgba(146, 160, 188, 0.30), 0px 2px 5px 0px rgba(93, 147, 253, 0.14);
    transition: 0.5s all ease;
}

.trst-quick-access-icon {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 2px solid #EDEFF2;
    background: #FFF;
}

.trst-quick-access-box:hover span {
    color: #FFF;
}

.trst-quick-access-box:hover>.trst-quick-access-icon {
    outline: #84ADFF solid 2px;
    border-radius: 50px;
}

/* trst quick access 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 {
    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;
}

#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 start here */

/* tablet style start here */

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

    .trst-frq-header-main h1 {
        min-width: 335px;
    }

    /* header tablet style end */

    /* trst quick access tablet style start here */

    .trst-quick-access-box {
        min-width: 100px;
        min-height: 100px;
        padding: 0 16px;
        gap: 8px;
    }

    .trst-quick-access-box svg {
        width: 48px;
        height: 48px;
    }

    .trst-quick-access-box span {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }

    /* trst quick access tablet style end here */

}

@media screen and (max-width: 767.98px) {
    .trst-site-header {
        width: 94%;
    }

    .trst-frq-header-main h1 {
        display: flex;
        justify-content: center;
    }

    .trst-frq-header-box {
        width: 336px;
    }

    /* trst quick access mobile style start */

    .trst-quick-access-boxes {
        grid-template-columns: repeat(3, 1fr);
    }

    /* trst quick access mobile style end */

    /* form mobile style start */

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

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

    .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 */
}