/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Montserrat", sans-serif;
    text-decoration: none !important;
}

:root {
    --primary: #73BF45;
    --secondary: #1E1F21;
    --white: #fff;
    --black: #000;
}

body {
    overflow-y: auto;
}

section {
    height: auto;
    position: relative;
}

.sec_heading.sec_heading--left h2 {
    text-align: left;
}

.banner {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    margin-top: 9.125rem;
}

.banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0.7;
    backdrop-filter: blur(10px);
}

.accounting-banner {
    background-image: url("../images/services/accounting-banner.jpg");
}

.marketing-banner {
    background: url("../images/marketing-banner.png");
}

.merchant-banner {
    background: url("../images/merchant-banner.jpg");
}

.website-banner {
    background: url("../images/website-banner.jpg");
}

.banner .banner-content {
    position: relative;
    z-index: 1;
}

.banner .banner-content h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 3px 3px #00000040;
}

.banner .banner-content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    line-height: 38px;
    margin: 20px 0 0;
}

.banner .banner-content p+p {
    margin-top: 20px;
}

.line {
    width: 50%;
    border-width: 1px;
    border: 1px solid #72BC44;
    margin: 0 auto;
}

.industry-section {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #6cc04f;
    height: 100%;
}

.industry-section {
    position: relative;
    overflow: hidden;
    background: #1E1F21;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.industry-section::before,
.industry-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(150px);
    z-index: 0;
}

.industry-section::before {
    top: 100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgb(114 188 68);
}

.industry-section::after {
    bottom: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: rgb(114 188 68);
}

.industry-section>* {
    position: relative;
    z-index: 1;
}

.industry-content h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 2.8125rem;
    line-height: 1.2;
    text-align: center;
    padding: 30px 70px;
}

.industry-content p {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 20px;
}

.sec_heading h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    border-bottom: 2px solid #6cc04f;
    max-width: fit-content;
    margin: 30px auto;
    padding: 10px 0;
}

.sec_heading h2 span {
    color: var(--primary);
}

.industry-content .sec_heading {
    margin-top: 100px;
}

.theme-color {
    color: #6cc04f;
}

.industry_icon_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
}

.industry_icon_box img {
    max-width: 100%;
    height: 100px;
    margin-bottom: 30px;
}


.industry_icon_box h4 {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 2.25rem;
    text-align: center;
    line-height: 46px;
    min-height: 90px;
}

.why-business-sec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: top;
    background-image: url('../images/services/why-business.png');
    position: relative;
    overflow: hidden !important;
    padding: 2rem 0;
}

.why-business-sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #020e00;
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
    background: rgb(6 22 0);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    z-index: 1;
}

.why-business-sec img {
    height: 100%;
    object-fit: contain;
    left: 0;
    transform: rotate(-120deg);
    position: absolute;
    top: 0;
}

.why-business-sec .container {
    position: relative;
    z-index: 2;
}

.why-business-sec .sec_heading h2 {
    margin: 0px 0px 30px 0;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 20px;
}

.why-business-sec p {
    font-size: 1.5rem;
    font-weight: 600;
}

.business-sec-points {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.5;
    list-style: none;
    padding: 0;
    margin: 0;
}

.business-sec-points li {
    width: max-content;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.business-sec-points li::before {
    content: '';
    background-image: url('../images/services/business-check.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Text Document Start */
.textDocument {
    padding: 5rem 0;
}

.textDocument p {
    font-size: 1.5rem;
    font-weight: 600;
}

.textDocument__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}

.textDocument__list li figure {
    text-align: center;
    padding-right: 2rem;
}

.textDocument__list li:not(:last-child) h4 {
    border-right: 2px solid var(--white);
    padding-right: 2rem;
}

.textDocument__list li h4 {
    font-size: 1.125rem;
    font-weight: 600;
}

/* Text Document End */

/* Core Accounting Start */
.core-accounting {
    padding-bottom: 5rem;
}

.core-accounting__boxes {
    gap: 1.5rem 0;
    margin-top: 3rem;
}

.core-accounting__box {
    display: block;
    height: 100%;
    background: var(--primary);
    border-radius: 1.25rem;
    text-align: center;
    padding: 2.5rem;
    transition: all 300ms ease-in-out;
}

.core-accounting__boxImg {
    width: 110px;
    aspect-ratio: 1;
    margin: 0 auto 1.5rem;
}

.core-accounting__boxImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.core-accounting__boxContent h4 {
    font-size: 1.65rem;
    font-weight: 900;
    color: var(--black);
    margin-bottom: 1rem;
}

.core-accounting__boxContent p {
    font-weight: 500;
    color: var(--black);
    margin-bottom: 1rem;
}

.core-accounting__boxContent p:last-child {
    margin: 0;
}

/* Core Accounting End */

/* We Help Start */
.we-help {
    background: url(../images/we-help-bg.png) no-repeat center center/cover;
    padding: 5rem 0;
}

.we-help__cards {
    gap: 2rem 0;
}

.we-help__card {
    display: block;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.we-help__cardImg {
    width: 140px;
    aspect-ratio: 1;
    margin: 0 auto 1rem;
}

.we-help__cardImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.we-help__cardContent .title {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--white);
}

.we-help__cardContent p {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--white);
}

.we-help__card:hover {
    transform: translateY(-10px);
}

/* We Help End */

/* Choose SJP Start */
.choose-sjp {
    background: url(../images/choose-sjp-bg.png) no-repeat center center/cover;
    padding: 5rem 0;
}

.choose-sjp::before {
    content: '';
    background: #73BF45dd;
    position: absolute;
    inset: 0;
}

.choose-sjp__content {
    position: relative;
    z-index: 1;
}

.choose-sjp__content .sec_heading h2 {
    font-size: 4rem;
    font-weight: 900;
    color: var(--black);
    border: none;
    padding: 0;
    margin: 0;
}

.choose-sjp__contentList li {
    font-weight: 500;
    display: flex;
    gap: 0.5rem;
    color: var(--black);
    position: relative;
}

.choose-sjp__contentList li :is(svg, i) {
    margin-top: 0.25rem;
}

/* Choose SJP End */

/* CTA Start */
.cta {
    background: url(../images/cta-bg.png) no-repeat center center/cover;
    padding: 5rem 0;
}

.cta::before {
    content: '';
    background: #000000aa;
    position: absolute;
    inset: 0;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta .sec_heading h2 {
    font-size: 3.6875rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1.1;
    border: none;
    padding: 0;
    margin: 0;
}

.cta-content p {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: capitalize;
}

.cta-content p strong {
    color: var(--primary);
}

/* CTA End */

/* Build For Business Growth Start */
.why-business--build {
    background: url(../images/build-bg.png) no-repeat center center/cover;
    z-index: unset;
}

.why-business--build::before {
    content: unset;
}

.why-business--build .business-sec-points {
    width: max-content;
    column-count: 2;
    margin: 0 auto;
}

/* Build For Business Growth End */

/* Core Accounting Graphic Start */
.core-accounting--graphic .core-accounting__box {
    background: transparent;
    border: 1px dashed var(--primary);
}

.core-accounting--graphic .core-accounting__boxContent :is(h4, p) {
    color: var(--white);
}

/* Core Accounting Graphic End */

/* We Help Marketing Start */
.we-help--marketing {
    background: url(../images/help-marketing-bg.jpg) no-repeat center/cover;
}

/* We Help Marketing End */

/* Why Business Merchant Start */
.why-business--merchant {
    background: url("../images/business-merchant-bg.jpg") no-repeat center center/cover;
}

.why-business--merchant :is(.business-sec-points, .business-sec-points li) {
    width: auto;
}

.we-help--merchant {
    background: url(../images/help-merchant-bg.png) no-repeat center center/cover;
}

/* Why Business Merchant End */

/* Platforms Start */
.platforms {
    background: var(--black);
    padding: 4rem 0;
}

.platforms-card__img {
    width: 100%;
    height: 100px;
    margin-bottom: 1rem;
}

.platforms-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.platforms-card__content h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary);
}

.platforms .business-sec-points {
    column-count: 2;
}

.platforms .business-sec-points li span {
    font-size: 1rem;
}

/* Platforms End */

/* Website Development Start */
.why-business--website {
    background: url(../images/business-website-bg.png) no-repeat center center/cover;
}

.platforms--website {
    background: url(../images/platforms-website-bg.png) no-repeat center center/cover;
}

/* Website Development End */

/* Data Management Start */
.data-banner {
    background: url(../images/data-banner.jpg);
}

.why-business--data {
    background: url(../images/business-data-bg.png) no-repeat center center/cover;
}

.we-help--data {
    background: url(../images/help-data-bg.png) no-repeat center center/cover;
}

/* Data Management End */
