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;
}
p{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #484F5E;
}
.active-dark-mode .heading-white{
    color: #fff !important;
}
.active-dark-mode .content-white{
    color: #acacac !important
}
.custom-image-style{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.payment-method-read{
    padding:130px 0 0;
}
.hero-section-goread{
    background-image: url('/assets/images/payment-image.webp');
    background-repeat: no-repeat;
    padding: 80px 20px;
    text-align: center;
    border-radius: 25px;
    margin: 40px auto 0;
    background-position: center;
    background-size: contain;
}
.heading-goread-custom{
font-weight: 700;
font-size: 40px;
letter-spacing: -0.23px;
line-height: 56px;
color: #fff;
}
.goread-custom-subheading {
max-width: 730px;
margin: 20px auto 0;
letter-spacing: -0.16px;
}
/* what we offer section css */
.wmgbpsmg_wrapper {
    padding:89px 0;
}
.wmgbpsmg_wrapper .platform-card{
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px -4px 4px -2px rgba(0, 0, 0, 0.12) inset, 0px 0px 3px 0px rgba(0, 0, 0, 0.24) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
    padding: 47px 33px 42px;
}
section.benefits-wrapper .benefit-card-grid{ row-gap: 27px}
.benefit-card-item{
    padding: 47px 9px 42px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), inset 0px -4px 4px -2px rgba(0, 0, 0, 0.12), inset 0px 0px 3px rgba(0, 0, 0, 0.24);
    border-radius: 40px;
    display: flex;
    flex-direction: column;
}
.benefits-wrapper .heading-wrap{
    max-width: 780px;
}
.benefit-card-item .card-imgWrap{
    width: 58px;
    height: 58px;
}
.benefit-card-item .card-heading {
    font-size: 32px;
    line-height: 24px;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(109deg, #FFA567 0%, #FF4330 100%);
}
.benefit-card-item .card-description{
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.16px;
    color: #484F5E;
    margin-bottom: 52px;
}
.benefit-card-item .card-main_image{
    width: 100%;
    height: auto;
    flex: 1;
}
#instant-delivery .card-main_image{
    max-width: 698px;
}
#client-trusted .card-main_image{
    max-width: 560px;
}
#customer-support.benefit-card-item {
    flex-direction: row;
}
#customer-support .crypto-content{padding: 47px 0 0;}
/* package section css */
.light-orange-tag {
    background-color: #FBF1E5;
    padding: 11px 19px;
    border-radius: 63px;
    max-width: fit-content;
    margin: 0 auto 25px;
}
.light-orange-tag span {
    font-size: 20px;
    line-height: 18px;
    font-weight: 700;
    background: linear-gradient(275.58deg, #FD7702 0%, #FFBB00 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
}
.package-wrapper .light-orange-tag{
    padding: 11px 35px;
}
.package-wrapper .heading-content-wrap{ margin-bottom: 57px; }
.package-wrapper .head-title{
    color: #191B36;
}
.started-btn {
    padding: 20px 10px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
    border: none;
    max-width: fit-content;
    width: 100%;
    cursor: pointer;
}
.package-wrapper .started-btn i{ font-size: 14px;}
.package-wrapper .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: 10px;
}
.package-wrapper .package-card-wrap .package-card-innerDiv{
    border-radius: 14.0169px;
    padding: 12px 18px;
}
.package-wrapper .package-card-wrap .package-card-innerDiv .card-main-imgWrap{
    border-radius: 30px 30px 0px 0px;
}
.package-wrapper .package-card-wrap .package-card-innerDiv .card-main-imgWrap#card-image-position{object-position: bottom;}
.package-wrapper .package-card-wrap .card-content-wrap{ padding-top: 30px;}
.package-wrapper .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-wrapper .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-wrapper .package-card-wrap .card-heading{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.package-wrapper .package-card-wrap .card-content-wrap p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #2E2E2E;
}
/* secure-payments-section */
.secure-payments-section .icon-box img{
    width:473px;
}
.trust-section .row:first-child {
    margin-bottom: 110px !important;
}
.trust-section .row {
    padding: 0 70px;
    margin-bottom: 70px;
}
/* faqs section */
.eeat-faqs-wrapper{ padding:48px 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;
}

@media(max-width: 992px){
h2{
    font-size: 20px;
    line-height: 28px;
}
.payment-method-read{
    padding:160px 0 0;
}
.hero-section-goread {
    padding: 61px 70px;
}
.hero-section-goread {
    background-image: url('/assets/images/payment-image-mobile.webp');
    background-repeat: no-repeat;
    padding: 80px 20px;
    text-align: center;
    border-radius: 25px;
    margin: 20px auto 0;
    background-position: center;
    background-size: contain;
    height: 100%;
    min-height: 300px;
    background-size: cover;
}
.heading-goread-custom {
    font-size: 20px;
    margin-bottom: 0;
}
.goread-custom-subheading{font-size: 13px; margin: 0; padding: 0 20px;}
.wmgbpsmg_wrapper {padding: 54px 0 68px;}
.best-platform-heading {
    font-size: 20px;
    line-height: 28px;
    padding: 0 30px;
    margin-bottom: 10px;
}
.wmgbpsmg_wrapper p{font-size: 14px; line-height: 30px;}
.benefit-card-item {padding: 30px 19px;}
.benefit-card-item .card-heading {
    font-size: 20px;
    line-height: 30px;
}
.benefit-card-item .card-description {
    font-size: 14px;
    line-height: 24px;
}
#customer-support.benefit-card-item {margin: 0 5px;}
#customer-support .crypto-content {padding: 47px 19px 0;}
.trust-section .row {
    padding: 0 12px;
    margin-bottom: 46px;
}
.trust-section .row:first-child {
    margin-bottom: 46px !important;
}
.trust-title{
    font-size: 28px;
    line-height: 54px;
    margin: 37px 0 8px;
}
.trust-text{
    font-size: 14px;
    line-height: 24px;
}
.package-wrapper .heading-content-wrap {
    margin-bottom: 30px;
}
.eeat-faqs-wrapper .head-title {
    font-size: 22px;
    line-height: 28px;
}
}