body{
    background-color: #FFFCFA;
    font-family: Inter;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Bricolage Grotesque";
}
h2{
    color: #191B36;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.233px;
    margin-bottom: 14px;
}
.active-dark-mode .heading-white{
    color: #fff !important;
}
.active-dark-mode .content-white{
    color: #acacac !important
}
p{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #484F5E;
}
.custom-image-style{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* career hero section css start */
.career-hero-section{
    padding: 195px 0 39px;
}
.career-hero-section h1{
    color: #191B36;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.233px;
}
.career-growth {
    max-width: 439px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.career-hero-section p {
    padding-right: 200px;
}
.hero-section-goread{
    background-image: url('/assets/images/career_method.webp');
    background-repeat: no-repeat;
    padding: 78px 20px;
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}
.heading-goread-custom{
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.23px;
    line-height: 56px;
    color: #fff;
}
.goread-custom-subheading {
    max-width: 830px;
    margin: 12px auto 0;
    letter-spacing: -0.16px;
    padding-right: 0px !important;
}
/* career hero section ended */
/* what we stand for section */
.what-we-stand{
    padding: 55px 0;
}
.what-we-stand h2, .perks-wrapper h2{
    background: linear-gradient(109deg, #FFA567 0%, #FF4330 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
    font-weight: 800;
    line-height: 58.548px;
    letter-spacing: -0.081px;
}
.what-we-stand .top-heading-content{
    color: #2E2E2E;
    font-style: italic;
}
.what-we-stand .row, .perks-wrapper .row{
    row-gap: 24px;
}
.service-col{
    background-image: linear-gradient(#fff, #fff), linear-gradient(294deg,rgba(18, 26, 0, 1) 0%, rgba(89, 32, 3, 1) 32%, rgba(241, 116, 54, 1) 54%, rgba(241, 116, 54, 1) 62%, rgba(79, 26, 0, 1) 100%);
    border-radius: 20px;
    border: 2.487px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    height: 100%
}
.service-col .col-num {
    color: #FFF;
    font-size: 19.882px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.988px;
    text-transform: uppercase;
    border-radius: 14.921px;
    background: #F17436;
    padding: 8.289px 16px;
    display: inline-block;
}
.service-col .col-heading{
    color: #16161B;
    font-size: 19.894px;
    font-weight: 700;
    line-height: 24.868px;
}
.service-col p{
    color: #595960;
    font-weight: 400;
}
/* what we stand for ended */
/* perks section css */
.perks-wrapper{
    padding: 56px 0;
}
.perks-wrapper .top-heading-content{
    max-width: 880px;
    margin: 0 auto;
    font-style: italic;
}
/* perks section css ended */
/* our team css */
.our-team .container{
    border-radius: 27.446px;
    border: 1px solid #D2D2D2;
    background: linear-gradient(180deg, #FFF 0%, #FFF2EA 100%);
    padding: 60px 46px;
}
.content-col{
    border-radius: 18.616px;
    background: linear-gradient(100deg,rgba(255, 165, 103, 1) 0%, rgba(255, 67, 48, 1) 100%);
    padding: 8px;
}
.content-col .inner-col{
    background-color: #FD7C33;
    border-radius: 18.616px;
}
.team-col-row{
    gap: 49px 27px;
}
.content-col .inner-col .col-image{
    border-radius: 18.616px 0 0 18.616px;
    overflow: hidden;
    width: auto;
    height: 100px;
}
.content-col .inner-col .col-content {
    padding: 0 29px;
    font-family: Inter;
    font-size: 17px;
    font-weight: 700;
    line-height: 23.27px;
}
/* our team css ended */
/* how hire works section */
.how-hiring-works{
    padding: 60px 0;
}
.how-hiring-works .top-heading{
    margin-bottom: 58px;
}
.package-wrap{row-gap: 58px}
.package-card-wrap{
    background: rgba(253, 124, 51, 0.08);
    box-shadow: 0px 2.33616px 28.0339px -17.5212px rgba(0, 0, 0, 0.25), inset 0px 0px 0px 1.16808px rgba(19, 104, 223, 0.2);
    border-radius: 23.3616px;
    padding: 11px 9px;
}
.package-card-wrap .package-card-innerDiv{
    border-radius: 14.0169px;
    padding: 25px 19px;
}
.package-card-wrap .steps-wrap {
    border: 1.16808px solid #FD7C33;
    border-radius: 23.3616px;
    font-weight: 600;
    font-size: 12.8255px;
    line-height: 23px;
    color: #2E2E2E;
    padding: 8px 24px;
    width: fit-content;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    margin-bottom: 18px;
}
.package-card-wrap .steps-wrap::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #FD7C33;
    filter: blur(15px);
    width: 100%;
    height: 8px;
    z-index: -1;
}
.package-card-wrap .card-heading {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    background: linear-gradient(109deg, #FFA567 0%, #FF4330 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Bricolage Grotesque";
}
.package-card-wrap p{
    color: #2e2e2e;
}
.package-card-wrap p a, .package-card-wrap p a:hover{
    color: #FD7C33;
    text-decoration: underline;
}
/* faqs section */
.eeat-faqs-wrapper{ padding:0 0 50px; }
.eeat-faqs-wrapper .head-title{
    color: #191B36;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.233px;
    margin-bottom: 34px;
}
.eeat-faqs-wrapper .accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
} 
.eeat-faqs-wrapper .accordion__item {
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(100deg,rgba(255, 165, 103, 1) 0%, rgba(255, 67, 48, 1) 100%);
    background-clip: padding-box, border-box;
    border-radius: 24px;
    margin-bottom: 36px;
}
.eeat-faqs-wrapper .accordion__header h3 {
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color: #101828;
    font-size: 20px;
    line-height: 30px;
}
.eeat-faqs-wrapper .accordion__header:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 2px solid #071A34;
}
.eeat-faqs-wrapper .accordion__header .question-text:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #071A34;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
}
.eeat-faqs-wrapper .accordion__header .question-text:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 8px;
    background-color: #071A34;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
}

.eeat-faqs-wrapper .accordion__item.active .accordion__header .question-text::before {
    width: 0;
    height: 0;
}
.eeat-faqs-wrapper .accordion__item .accordion__content {
    padding: 0px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
}
.eeat-faqs-wrapper .accordion__item .accordion__content a{color: #667085 !important; text-decoration: underline !important;}
.eeat-faqs-wrapper .accordion__item.active .accordion__content{
    padding-top: 8px;
}
.accordion.expanded {
    height: auto;
}

.accordion.expanded::after {
    opacity: 0;
    visibility: hidden;
}
@media(max-width: 1399px){
    .career-hero-section p {
        padding-right: 50px;
    }
}
@media(max-width: 991px){
        /* career hero section css start */
    .career-hero-section {
        padding: 173px 0 39px;
    }
    .career-hero-section h1{
        margin: 16px 0;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
    .career-hero-section p {
        padding-right: 0;
    }
    .hero-section-goread{
        background-image: url('/assets/images/career-mobile.webp');
        padding: 40px 12px;
    }
    .hero-section-goread h2{font-size: 20px;}
    /* career hero section ended */
    /* what we stand for section */
    .what-we-stand {
        padding: 0;
    }
    h2{
        font-size: 20px !important;
        line-height: 28px !important;
        letter-spacing: -0.233px;
        margin-bottom: 10px;
    }
    p{
        font-size: 14px;
        line-height: 30px;
        text-align: center
    }
    /* what we stand for ended */
    /* perks section */
    .our-team {
        padding: 39px 5px;
        margin: 0 13px;
    }
    .team-col-row {
        padding: 0 20px;
        gap: 24px;
    }
    .content-col .inner-col .col-image {
        height: 82px;
    }
    .content-col .inner-col .col-content {
        padding: 0 14px;
        font-size: 14px;
    }
    .package-card-wrap p{text-align: left;}
    .package-card-wrap .card-heading{font-size: 22px;}
    .eeat-faqs-wrapper .head-title {
        font-size: 22px;
        line-height: 28px;
    }
    .service-col{text-align: center;}
    
}