/*
 Theme Name:   Careers FXGT
 Description:  Child Theme for GT Parent Theme
 Author:       GT Group
 Author URI:   https://gtgroup.io
 Template:     parent-theme
 Version:      5.1.3.1
 Text Domain:  gt-parent-theme-child
*/
body{
    background-color: #fff;
}
.wp-block-button a:hover {
    text-decoration: none!important;
    color: #fff!important;
}
a:hover {
    color: #0A6F6F;
}
a {
    text-decoration: none!important;
}
/*remove after redesign */
.alignwide {
    max-width: 1570px!important;
}
.gt-form {
    max-width: 1570px;
    margin: 0 auto;
    border-radius: 8px;
    border: none;
    background: #FFF;
    padding: 0;
    box-shadow:none;
}
.gt-form .submit-btn{
    max-width: fit-content;
    margin: 0 auto;
    border-radius: 45px!important;
    background-color: #03E4BA!important;
    padding: 0!important;
}
.gt-form .submit-form-btn{
    padding:14px 32px!important;
    border-radius: 45px!important;
    background-color: #03E4BA!important;
    color: #000;
}
.gt-form .submit-form-btn:hover {
    background: linear-gradient(-18deg, #00e5ba, #003be5)!important;
}
.contact-form-section .browse {
    top: 33px!important;
}
/*remove after redesign */

.wpcf7-spinner {
    display: block;
    margin: 0 auto;
}
.expand-btn,.expand-btn2{
    display: none;
}
h1{
    font-size: 56px;
    line-height: 64px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    color: #191919;
}
h2,.has-raleway-font-family {
    color: #191919;
    font-family: 'Raleway', sans-serif;
}
.is-style-mint-btn a {
    background-color: #03E4BA;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 32px;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 45px;
    text-decoration: none !important;
    border: 0;
}
.is-style-mint-btn a:hover{
    background: linear-gradient(-18deg,#00e5ba,#003be5);
    color: #fff;
    border: 0;
}
.wp-block-columns{
    padding-top: 80px;
}
.wp-block-columns .wp-block-columns {
    padding-top: 40px;
}
body .is-layout-flow > * + *,p{
    margin-block-start: 0;
}
figure{
    margin-bottom: 0;
}
footer{
    float: left;
    width: 100%;
}
.border-40{
    border-radius: 40px;
}
.border-40 span{
    border-radius: 40px;
}
a:where(:not(.wp-element-button)):hover {
    text-decoration: underline;
}
/*faqs*/
.accordion-item{
    border:0;
}
.accordion-header{
    border-bottom: 1px solid #A4A4A4;
}
.accordion-item:last-child .accordion-header{
    border: 0;
}
.accordion-item:last-child .accordion-button:not(.collapsed){
    border-bottom: 1px solid #A4A4A4;
}
.accordion-button{
    padding: 24px 16px 24px 0;
    font-size: 16px;
}
.accordion-button:focus{
    box-shadow: unset;
}
.accordion-button:not(.collapsed){
    background-color: #fff;
    color: #000A26;
}
.accordion-body {
    padding: 20px 10px;
}
.accordion-button:not(.collapsed)::before {
    content: '\f106';
    font-family: "Font Awesome 6 Free";
}
.accordion-button::before {
    content: '\f107';
    font-size: 22px;
    position: absolute;
    right: 0;
    font-family: "Font Awesome 6 Free";
}
.accordion-button::after{
    content: none;
}
p{
    margin-bottom: 0;
}
.wp-block-buttons{
    margin-top: 48px;
}
.bordered-section-40,.bordered-section-40 span{
    border-radius: 40px;
}
.bordered-section-30,.bordered-section-30 span{
    border-radius: 30px;
}
.bordered-section-20,.bordered-section-20 span{
    border-radius: 20px;
}
.padding-32-24{
    padding: 32px 24px;
}
.wp-block-columns,.wp-block-columns.is-layout-flex{
    gap: 24px;
    margin-bottom: 0;
}
.top-button{
    left: 2%;
    right: unset;
    bottom: 15%;
}
.top-button a{
    background-color: #fff;
    color: #002180;
    box-shadow: 0px 3px 6px #00000029 !important;
    border: 0;
    border-radius: 50px;
}
.top-button a:hover{
    background-color: #fff;
    color: #002180;
    text-decoration: none;
}
.top-button a .fa-chevron-up{
    font-size: 20px;
    line-height: 30px;
}
.popover-header{
    background-color: #fff;
    border-radius: calc(0.3rem - 1px);
}
.popover{
    border: 0;
}

.faqs-cat-posts>h2 {
    font-size: 38px;
}
.faq-post-content.active {
    margin-top: 0;
}
.faq-post-content .fixed-pos {
    padding-top: 40px;
}

@media screen and (max-width: 991px) {
    .faq-post-content .fixed-pos {
        padding-top: 0;
    }
}
@media screen and (max-width: 576px){
    h1{
        font-size: 32px;
        line-height: 32px;
    }
    .wp-block-columns {
        padding-top: 40px;
    }
    .wp-block-columns .wp-block-columns {
        padding-top: 16px;
    }
    .see-more{
        display: block;
    }
    .mobile-10{
        font-size:10px !important;
    }
    .bordered-section-30, .bordered-section-30 span {
        border-radius: 20px;
    }
    .has-56-large-font-size{
        font-size: 32px;
        line-height: 40px;
    }
    .accordion-button {
        font-size: 14px;
        padding: 12px 16px 12px 0;
    }
    html[dir=rtl] .accordion-button {
        padding: 12px 0 12px 25px;
    }
    .header-title{
        margin-top: 40px !important;
        padding-top: 0 !important;
        padding-bottom: 8px !important;
    }
    .header-subtitle{
        padding-bottom: 24px !important;
        margin: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    .faqs h3{
        font-size: 16px !important;
        padding-bottom: 16px !important;
    }
    .faqs{
        margin: 40px 10px !important;
        padding: 24px 16px !important;
    }
    .has-medium-font-size{
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .has-x-large-font-size{
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .has-x-large-font-size.box-title{
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .has-xx-large-font-size{
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .wp-block-buttons{
        margin-top: 24px !important;
    }
    .bordered-section,.bordered-section-40, .bordered-section-40 span{
        border-radius: 20px;
    }
    .page-outer{
        margin-top: 0px !important;
    }
}
@media screen and (min-width: 577px) and (max-width: 1024px){
    h1{
        font-size: 40px;
        line-height: 40px;
    }
    .wp-block-columns {
        padding-top: 64px;
    }
    .wp-block-columns .wp-block-columns {
        padding-top: 32px;
    }
    .has-x-large-font-size.has-raleway-font-family{
        font-size: 48px !important;
    }
    .page-outer{
        margin-top: 40px !important;
    }
    .header-title {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .header-subtitle{
        margin-top: 8px !important;
        margin-bottom: 32px !important;
        padding: 0 15px;
    }
    .header-subtitle br{
        display: none;
    }
    .faqs{
        margin: 65px 15px !important;
    }
    .has-medium-font-size{
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .has-large-font-size.box-title{
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .has-x-large-font-size{
        font-size: 40px !important;
        line-height: 48px !important;
    }
    .wp-block-buttons{
        margin-top: 24px !important;
    }
    .bordered-section{
        border-radius: 30px;
    }
    .bordered-section-30, .bordered-section-30 span,.bordered-section-40, .bordered-section-40 span{
        border-radius: 20px;
    }

}