body{
    background-color: #FFFCFA;
    font-family: Inter;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Bricolage Grotesque";
}
p{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #484F5E;
}
/* hero section style */
.goread-affiliate{
    padding: 227px 0 87px;
    background-image: url('/assets/images/affiliateBg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
h1, h2{
    font-size: 40px;
    color: #191B36;
    line-height: 56px;
    letter-spacing: -0.233px;
    margin-bottom: 14px;
}
.affiliateProgram{
    width: 100%;
    max-width: 546px;
}
.affiliateProgram h1{
    max-width: 425px;
}
.smillingGirlImg{
    max-width: 425px;
    width: 100%;
}
.floatingSection{
    margin-top: -150px;
}
.floatingCont{
    z-index: 99;
    background-color: #fff;
    padding: 36px 52px;
    border-radius: 24px;
    border:1px solid rgba(0,0,0,0.17);
}
.floatingCont img, .inner-colm-wrap img{
    margin-bottom: 20px;
}
.floatingCont h2{
    font-size: 24px !important;
}
.benefitsSection{
    margin-top: 50px;
}
.colorOrgGradient{
    background: linear-gradient(120deg, #FFA567, #FF4330);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.benefitsCont{
    max-width: 806px;
}
.inner-colm-wrap{
    padding: 16.5px;
    border: 3px solid transparent;
    border-radius: 8px;
    background-image: 
    linear-gradient(#fff, #fff),
    linear-gradient(120deg, #121A00 0%, #592003 32%, #F17436 54%, #F17436 82%, #4F1A00 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.inner-colm-wrap h3,
.inner-colm-wrap p{
    font-family: 'Poppins', sans-serif !important;
}
.inner-colm-wrap h3{
    color: #16161B;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.howItWorksSection{
    margin-top: 90px;
}
.howItWorksCont{
    max-width: 866px;
}
.innerHowItWorks{
    outline: 1px solid rgba(19, 123, 223, 0.2); 
    border: 11px solid rgba(253, 124, 51, 0.08);
    border-radius: 23px;
    padding: 25px;
}
.howItWorksStep{
    color: #2E2E2E;
    font-weight: 700;
    display: inline-block;
    padding: 7px 22px;
    font-size: 13px;
    line-height: 23px;
    border: 1.2px solid #FD7C33;
    margin-bottom: 18px;
    border-radius: 200px;
}
.whoCanJoin{
    margin-top: 70px;
}
.whoCanJoinCont, .howToPromoteCont{
    border: 1px solid #d2d2d2;
    border-radius: 27px;
    background-image: linear-gradient(180deg, #fff 0%, #FFF2EA 100%);
}
.whoCanJoinWrap{
    padding: 60px 70px;
}
.howToPromote{
    margin-top: 40px;
}
.howToPromoteCont{
    padding: 20px;
}
.howToPromoteWrap{
    padding: 30px 155px;
    border:1px solid rgba(0,0,0, 0.1);
    background-color: #fff;
    border-radius: 27px;
}
.readyToApply{
    margin-top: 23px;
    max-width: 698px;
    padding: 8px;
    border-radius: 18px;
    background-image: linear-gradient(120deg, #FFA567 0%, #FF4330 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    position: relative;
}
.readyToApply::before,
.readyToApply::after{
    position: absolute;
    border-radius: 18px;
    content: '';
    width: 67px;
    height: 10px;
    background-color: #FF4E36;
    top: 50%;
    transform: translateX(50%);
}
.readyToApply::before{
    left: -115px;
}
.readyToApply::after{
    right: -115px;
}
.readyToApplyInner{
    background-color: #FD7C33;
    border-radius: 12px;
}
.readyToApplyInner p{
    text-align: center;
    font-size: 24px;
    font-family: "Bricolage Grotesque";
    line-height: 56px;
    font-weight: 500;
}
.applyFormCont{
    width: 634px;
    background-color: rgba(80, 80, 236, 0.05);
    border: 1px solid rgba(17, 24, 39, 0.1);
    padding: 29px 18px;
    margin-top: 36px;
    border-radius: 26px;
}
.formCont{
    background-color: #FAFAFB;
    border: 1px solid rgba(17, 24, 39, 0.1);
    box-shadow: 0px 27px 55px -13px rgba(0,0,0,0.25);
    padding: 40px;
    border-radius: 26px;
}
.formCont label{
    font-size: 14px;
    line-height: 20px;
    font-family: 'DM Sans', sans-serif;
}
.applyBtn{
    outline: none;
    border: none;
    border-radius: 12px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(120deg, #FFA567 0%, #FF4330 100%);
    padding: 6px 10px;
    width: 100%;
    text-transform: uppercase;
    line-height: 56px;
    font-size: 20px;
    font-family: "Bricolage Grotesque";
    margin-top: 39px;
    color: #fff;
    transition: 1s cubic-bezier(0.19,1,0.22,1);
}
.applyBtn:hover{
    transform: scale(0.96);
}
.mb-24{
    margin-bottom: 24px;
}
.formSuccess{
    border-radius: 26px;
    background-image: linear-gradient(150deg, #FFA567 0%, #FF4330 100%);
    padding: 96px 74px;
}
.formSuccess img{
    width: 89px;
    height: 89px;
}
.thankUHead{
    margin-top: 25px;
    font-size: 40px;
    line-height: 43px;
    letter-spacing: 0.34px;
}

/* faqs section */
.eeat-faqs-wrapper{ padding: 0 0 98px; }
.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;
}
/*** Faqs Section**/

.active-dark-mode .displayWhite{
    color: #fff;
}
.active-dark-mode .displayBgWhite{
    background-color: #fff;
}
.active-dark-mode .common-faqs-wrapper .accordion::after{display: none;}
@media (max-width: 1279px){
    .readyToApplyInner p{
        line-height: 50px;
        font-size: 18px;
    }
    .readyToApply::after{
        right: -46px;
    }
}
@media (max-width: 991px){
    .howToPromoteWrap{
        padding: 20px 50px;
    }
    .floatingSection {
        margin-top: -110px;
    }
    .readyToApply{
        width: 510px;
    }
    .readyToApplyInner p{
        font-size: 16px;
    }
    /* faqs wrapper css */
    .eeat-faqs-wrapper {
        padding: 0 0 24px;
    }
    .eeat-faqs-wrapper .head-title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.48px;
        margin-bottom: 15px;
        padding: 0 20px;
    }
    .eeat-faqs-wrapper .accordion__header h3 {
        font-size: 16px;
    }
    .eeat-faqs-wrapper .accordion__item .accordion__content{
        font-size: 14px;
    }
}
@media (max-width: 768px){
    .goread-affiliate{
        padding: 130px 0 80px;
    }
    .affiliateProgram h1{
        margin-top: 36px;
        font-size: 24px;
        line-height: 28px;
    }
    h2{
        font-size: 20px;
        line-height: 28px;
    }
    h3{
        font-size: 20px;
        line-height: 25px;
    }
    p{
        font-size: 14px;
    }
    .floatingSection{
        margin-top: -60px;
    }
    .inner-colm-wrap{
        border-radius: 20px;
    }
    .howItWorksSection{
        margin-top: 50px;
    }
    .whoCanJoin{
        margin-top: 0px;
        padding: 16px;
    }
    .whoCanJoinWrap{
        padding: 15px 50px;
    }
    .readyToApply {
        width: 299px;
    }
    .readyToApplyInner{
        padding: 10px 34px;
    }
    .readyToApplyInner p{
        font-size: 14px;
        line-height: 28px;
    }
    .applyFormCont{
        width: 100%;
    }
    .howToPromote{
        padding: 0 16px 50px;
        margin-top: 36px;
    }
    .howToPromoteWrap, .formCont, .formSuccess{
        padding: 20px 20px;
    }
    .formSuccess img{
        width: 50px;
        height: 50px;
    }
    .thankUHead{
        font-size: 20px;
        line-height: 28px;
    }
    .howToPromoteCont, .applyFormCont{
        padding: 12px;
    }
    /* faqs wrapper css */
    .common-faqs-wrapper {
        padding: 0 0 22px;
    }
    .common-faqs-wrapper .head-title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.48px;
        margin-bottom: 15px;
        padding: 0 20px;
    }
    .common-faqs-wrapper .accordion__header h3 {
        font-size: 16px;
    }
    .common-faqs-wrapper .accordion__item .accordion__content{
        font-size: 14px;
    }
}
@media (max-width: 540px){
    .readyToApply::before,
    .readyToApply::after{
        width: 34px;
        height: 5px;
    }
    .readyToApply::before{
        left: -60px;
    }
    .readyToApply::after {
        right: -25px;
    }
    .applyBtn{
        line-height: 30px;
        padding: 6px 20px;
        margin: 30px auto 0;
    }
}
@media (max-width: 430px){
    .readyToApply {
        width: 214px;
    }
    .readyToApplyInner p {
        font-size: 10px;
        line-height: 18px;
    }
}
@media (max-width: 320px){
    .readyToApply {
        width: 190px;
    }
    .readyToApply::before, .readyToApply::after {
        width: 20px;
    }
    .readyToApply::before {
        left: -40px;
    }
    .readyToApply::after {
        right: -20px;
    }
}