.store-creation-section {
    text-align: center;
    padding: 60px 20px 80px;
    background-color: #fff
}

.zw-template-inner .content-wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

h1 {
    width: 86%;
    color: #000;
    text-align: center;
    font-family: var(--zf-primary-bold);
    font-size: 78px;
    font-weight: 700;
    line-height: 86px;
    letter-spacing: -2px;
    margin-bottom: 35px
}

h2 {
    color: #000;
    text-align: center;
    font-family: var(--zf-primary-semibold);
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: -2px
}

.sub-heading {
    width: 70%;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.interactive-cta-btn-wrapper .interactive-cta-btn {
    min-width: 250px
}

.interactive-cta-btn-wrapper .interactive-cta-btn-content {
    align-items: center
}

.mock-up-images .content-wrap {
    max-width: 1240px
}

.store-mockup {
    background-color: #008452;
    min-height: 520px;
    flex-direction: row;
    justify-content: center;
    border-radius: 20px
}

.product-show-case-center {
    height: auto;
    position: relative;
    z-index: 10
}

.product-gallery {
    max-height: 447px
}

.product-show-case {
    position: absolute;
    height: 447px;
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all .8s ease
}

.left {
    left: -14px;
    transform: translateX(250%) translateY(-50%)
}

.right {
    right: -14px;
    transform: translateX(-250%) translateY(-50%)
}

.product-show-case img {
    width: 208px;
    height: 100%;
    border-radius: 12px;
    opacity: 0;
    transition: all .6s ease
}

.product-show-case.show img {
    opacity: 1
}

.product-show-case.show-left {
    transform: translateX(50px) translateY(-50%)
}

.product-show-case.show-right {
    transform: translateX(-50px) translateY(-50%);
    align-items: flex-end
}

.platform-features {
    padding: 140px 20px;
    text-align: center;
    background-color: #fff
}

#platform-heading {
    margin-bottom: 70px
}

.slogan-pre-heading {
    margin-bottom: 7px
}

.slogan-pre-heading .handwritten-style {
    font-family: "Caveat",cursive;
    color: #008452;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -1px
}

.features-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 25px;
    text-align: left
}

.feature-item {
    border: .5px solid #afafaf;
    background-color: transparent;
    border-radius: 20px;
    padding: 45px 42px;
    transition: all .4s ease
}

.feature-item:hover {
    border: .5px solid #003f3c;
    background-color: #003f3c
}

.features-grid .feature-item * {
    transition: color .4s ease
}

.features-grid .feature-item:hover * {
    color: #fff
}

.features-grid .feature-item .feature-icon [fill="#004945"],.features-grid .feature-item .feature-icon [fill="#003F3C"],.feature-item .feature-icon [fill="white"] {
    transition: fill .4s ease
}

.features-grid .feature-item:hover .feature-icon [fill="#004945"],.features-grid .feature-item:hover .feature-icon [fill="#003F3C"] {
    fill: #fff
}

.feature-item:hover .feature-icon [fill="white"] {
    fill: transparent
}

.feature-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.feature-icon svg {
    width: 100%;
    height: 100%
}

.feature-title {
    font-family: var(--primaryfont-bold);
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600
}

.feature-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.accordion-section .faq-img-wrap {
    display: flex;
    flex-direction: row;
    height: 480px
}

.accordion-section .content-wrap>p {
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 70px
}

.accordion-container {
    width: 40%
}

.accordion-img-wrapper {
    width: 60%
}

.accordion-container,.accordion-img-wrapper {
    border: 1px solid #afafaf;
    border-radius: 16px
}

.accordion-img-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 60%;
    width: 100%;
    background-color: var(--color-green-primary);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden
}

.accordion-image-container {
    width: 100%;
    height: 100%;
    min-height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.lottie-container-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 60%;
    width: 100%;
    background-color: var(--color-green-primary);
    border-radius: 20px;
    padding: 20px;
    position: relative
}

.lottie-container {
    width: 70%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

#accordion-heading {
    margin-bottom: 10px
}

.accordion-container {
    border: 1px solid #afafaf;
    border-radius: 16px
}

.accordion-container {
    background: #fff;
    padding: 0 40px;
    overflow-y: auto;
    border-right: 0
}

.accordion-item {
    border-bottom: 1px solid #afafaf;
    padding: 40px 0
}

.accordion-item:last-child {
    border: 0
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.accordion-title {
    width: 65%;
    font-family: var(--zf-primary-semibold);
    letter-spacing: -1px;
    font-size: 22px;
    color: #000;
    margin: 0
}

.accordion-title.active {
    color: var(--color-green-medium);
    font-family: var(--zf-primary-bold)
}

.accordion-icon {
    width: 22px;
    height: 26px;
    border: 1px solid #498c88;
    border-radius: 20px;
    position: relative;
    transition: all .3s ease
}

.accordion-icon::before,.accordion-icon::after {
    content: "";
    position: absolute;
    background: #498c88;
    transition: all .3s ease
}

.accordion-icon::before {
    top: 50%;
    left: 4px;
    right: 4px;
    height: 1px;
    transform: translateY(-50%)
}

.accordion-icon::after {
    top: 7px;
    bottom: 7px;
    left: 50%;
    width: 1px;
    transform: translateX(-50%)
}

.accordion-icon.active {
    background-color: #00e365;
    border: 1px solid #003f3c
}

.accordion-icon.active::before {
    border: .5px solid #003f3c;
    transform: rotate(180deg)
}

.accordion-icon.active::after {
    transform: scaleY(0)
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease
}

.accordion-content p {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6
}

.zoho-commerce-features {
    padding: 140px 0
}

.section-header {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px
}

.features-row {
    display: flex;
    gap: 30px
}

.feature-box {
    padding: 30px;
    border-radius: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.feature-box.payments * {
    color: #fff
}

.feature-box h2 {
    font-family: var(--zf-primary-semibold);
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    margin-top: 15px;
    letter-spacing: -.5px;
    margin-bottom: 10px
}

.feature-box p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

.first-row .feature-box {
    flex: 1 1 0;
    min-width: 0
}

.second-row {
    margin-top: 30px
}

.second-row .operations {
    flex-basis: 50%
}

.second-row .mobile-ready {
    flex-basis: 50%
}

.feature-image-container {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial-section {
    text-align: center;
    background-color: #fef9f0;
    padding: 90px 0
}

.carousel-container {
    max-width: 1020px;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 0
}

.carousel-wrapper {
    display: flex;
    transition: transform .5s ease-in-out;
    gap: 30px;
    margin: 0;
    padding: 20px 0
}

.testimonial-slide {
    background-color: white;
    border-radius: 30px;
    border: .5px solid #dcbb7e;
    display: flex;
    gap: 30px;
    text-align: left;
    min-height: 300px;
    transition: all .5s ease-in-out;
    will-change: transform,opacity
}

.user-photo-container {
    flex: 0 0 34%;
    max-width: 34%;
    padding: 20px
}

.user-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px
}

.quote-content {
    flex: 1;
    padding: 50px 50px 50px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.quote-text {
    width: 90%;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 30px
}

.quote-text strong {
    color: var(--primary-green);
    font-weight: bold
}

.author-details {
    margin-top: auto
}

.author-name {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin: 5px 0 0
}

.author-title {
    font-size: 18px;
    margin: 0
}

.company-logo {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 120px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.company-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.carousel-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 10px
}

.pagination-dot {
    width: 13.333px;
    height: 10px;
    background-color: transparent;
    border-radius: 7px;
    border: 1px solid #000;
    cursor: pointer;
    transition: all .3s
}

.pagination-dot.active {
    width: 28.333px;
    height: 10px;
    background-color: #008452;
    border-color: transparent
}

.faq {
    padding: 140px 0
}

#faq-heading {
    margin-bottom: 60px
}

.faq__item {
    border-radius: 20px;
    border: 1px solid #c1c8c7;
    width: 100%;
    overflow: hidden;
    transition: border-color .3s ease
}

.faq_question_wrap {
    width: 100%;
    background-color: transparent;
    cursor: pointer;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    transition: background-color .3s ease,border-radius .3s ease
}

.faq__question {
    width: 80%;
    font-family: var(--zf-primary-medium);
    font-size: 20px;
    padding: 0;
    border: 0;
    text-align: left;
    cursor: pointer;
    background-color: transparent
}

.faq__item.active .faq_question_wrap {
    border-radius: 20px 20px 0 0;
    background: #d0eadc
}

.faq__accordion {
    max-width: 70%;
    margin: 0 auto;
    display: grid;
    gap: 24px
}

.faq__icon {
    transition: transform .3s ease,background-color .3s ease
}

.faq__item.active .faq__icon {
    transform: rotate(180deg);
    background-color: #00e365
}

.faq__answer {
    overflow: hidden;
    height: 0;
    transition: height .6s ease
}

.faq__answer p {
    max-width: 80%;
    margin: 0;
    padding: 30px
}

.footer-cta.section-container {
    padding-bottom: 100px;
    margin: 0
}

.start-today-container {
    width: 100%;
    height: 550px;
    position: relative;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #01403d;
    overflow: hidden
}

.start-today-right {
    right: 0;
    bottom: 0
}

.start-today-img-container {
    width: 133px;
    height: 350px;
    position: absolute
}

.start-today-left {
    top: 0;
    left: 0
}

.start-today-right::before {
    content: '';
    position: absolute;
    bottom: 80%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#01403d 70%,rgb(1 64 61 / 2%) 100%);
    z-index: 1;
    pointer-events: none
}

.start-today-left::before {
    content: '';
    position: absolute;
    top: 22%;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgb(1 64 61 / 2%) 70%,#01403d 100%);
    z-index: 1;
    pointer-events: none
}

.start-today-right img {
    position: absolute;
    bottom: 0
}

.start-today-content {
    width: 57%;
    height: auto;
    position: relative
}

.start-today-container h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    line-height: 65px;
    font-family: Zoho_Puvi_Bold
}

.start-today-content .interactive-cta-btn-wrapper {
    width: 85%;
    margin: auto
}

.start-today-content .interactive-cta-btn {
    width: 100%;
    max-width: 100%
}

.start-today-content .interactive-cta-btn-content {
    width: 100%;
    height: 100%;
    padding: 40px;
    font-size: 24px;
    border-radius: 60px;
    font-family: var(--zf-primary-regular);
    font-weight: 600
}

.section-container .content-wrap {
    max-width: 1250px;
    margin: auto;
    width: 90%;
    padding: 0
}

.fade-animation {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s ease,transform .8s ease
}

.fade-animation.visible {
    opacity: 1;
    transform: translateY(0)
}

@media(min-width: 992px) {
    .mobile-image-wrapper {
        display:none;
    }

    .desktop-view {
        display: block
    }


    .user-photo-container {
        max-height: 400px
    }

    .mobile-view {
        display: none
    }
}

@media(max-width: 1440px) {
    .product-show-case-center {
        width:80%;
        margin: auto
    }

    .mock-up-images .content-wrap {
        max-width: 1024px;
        min-height: 425px
    }

    .product-show-case,.product-gallery {
        height: 362px;
        max-height: 362px
    }

    .product-show-case img {
        width: 165px
    }
}

@media(max-width: 1200px) {
    h1 {
        width:90%;
        font-size: 60px;
        line-height: 72px
    }

    .sub-heading {
        width: 90%;
        margin-bottom: 10px
    }

    .carousel-container {
        max-width: 800px
    }

    .testimonial-section h2 {
        max-width: 80%
    }

    .accordion-section .faq-img-wrap {
        height: auto
    }
}

@media(max-width: 1080px) {
    .mock-up-images .content-wrap {
        min-height:400px
    }

    .product-show-case,.product-gallery {
        height: 325px;
        max-height: 325px
    }

    .product-show-case-center {
        width: 75%
    }

}

@media(max-width: 1024px) {
    .platform-features,.zoho-commerce-features,.faq {
        padding:120px 0
    }

    .start-today-container {
        height: 500px
    }

    .author-title {
        font-size: 16px
    }

    .user-photo-container {
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media(max-width: 992px) {
    .mock-up-images .content-wrap {
        min-height:auto;
        background: transparent
    }

    h1 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 20px
    }

    h2 {
        width: 63%;
        margin: auto;
        font-size: 40px;
        line-height: 48px
    }

    .features-row-grid h2 {
        width: 100%
    }

    #platform-heading {
        margin-bottom: 35px
    }

    .feature-item {
        padding: 30px 20px
    }

    .section-header {
        flex-direction: column;
        align-items: center
    }

    .platform-features,.zoho-commerce-features,.faq {
        padding: 80px 0
    }

    .header-content h2 {
        width: 100%;
        margin-bottom: 15px
    }

    .header-content p {
        margin-bottom: 0;
        width: 80%;
        margin: auto;
        text-align: center;
        line-height: 1.4
    }

    .accordion-section .content-wrap>p {
        width: 60%;
        margin: 0 auto 30px
    }

    .features-row {
        flex-direction: column
    }

    .second-row .feature-box {
        flex-basis: auto
    }

    .features-row-grid {
        width: 60%;
        margin: auto
    }

    .desktop-view,.accordion-img-wrapper {
        display: none
    }

    .store-mockup {
        min-height: 200px;
        width: 75%
    }

    .mobile-view,.mobile-image-wrapper {
        display: block;
        overflow: hidden
    }

    .mobile-image-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        border-radius: 20px;
        background-color: var(--color-green-primary)
    }

    .testimonial-slide {
        gap: 0
    }

.author-name span { display: block}

    .mobile-image-wrapper img {
        max-width: 80%;
        margin: 0 auto
    }

    .accordion-container {
        width: 80%;
        margin: auto;
        border-right: 1px solid #afafaf
    }

    .accordion-section .faq-img-wrap {
        height: auto
    }

    .faq__answer p {
        max-width: 100%;
        font-size: 16px;
        line-height: 26px
    }

    .start-today-container {
        height: 400px
    }

    .start-today-container h2 {
        width: 90%;
        margin: 0 auto 20px
    }
}

@media(max-width: 768px) {
    .store-creation-section {
        padding:40px 15px
    }

    .feature-image-container img {
        max-width: 100%;
        height: 100%;
        margin: 0 auto
    }

    .start-today-left,.start-today-right {
        display: none
    }

    .start-today-content {
        width: 75%
    }
}

@media(max-width: 768px) {
    .user-photo-container {
        flex:0 0 auto;
        max-width: 40%;
        padding: 20px
    }

    .user-photo {
        max-width: 300px;
        margin: 0 auto
    }

    .author-details {
        max-width: 60%
    }

    .author-title {
        font-size: 14px;
        margin: 0
    }

    .company-logo {
        width: 100px;
        bottom: 35px
    }

    .quote-content {
        padding: 30px
    }

    .quote-text {
        width: 100%;
        font-size: 18px;
        line-height: 26px
    }
}

@media(max-width: 767px) {
    .features-row-grid {
        max-width:80%;
        width: 100%;
        margin: 0 auto
    }

    h2 {
        width: 70%
    }

    .testimonial-section {
        padding: 60px 0
    }

    .carousel-container,.user-photo {
        max-width: 100%
    }

    .footer-cta .interactive-cta-btn-content {
        padding: 20px 5px;
        font-size: 16px
    }
}

@media(max-width: 666px) {
    h1 {
        width:100%;
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 15px
    }

    h2 {
        width: 70%;
        font-size: 32px;
        line-height: 36px
    }

    .sub-heading {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        margin: 0
    }

    .slogan-pre-heading .handwritten-style {
        font-size: 28px;
        line-height: 30px
    }

    .platform-features,.zoho-commerce-features,.faq {
        padding: 60px 0
    }

    .footer-cta.section-container {
        padding-top: 0;
        padding-bottom: 100px
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
        margin: auto
    }

    .testimonial-slide {
        flex-direction: column
    }

    .user-photo-container {
        max-width: 100%;
        margin: auto
    }

    #accordion-heading {
        width: 60%
    }

    .accordion-container {
        width: 100%;
        padding: 0 30px
    }

    .feature-image-container {
        width: 100%;
        margin: auto
    }
}

@media(max-width: 600px) {
    #accordion-heading {
        width:80%
    }

    .faq__accordion {
        max-width: 80%
    }

    .accordion-section .content-wrap>p {
        width: 90%
    }

    h2 {
        width: 90%;
        font-size: 32px;
        line-height: 36px
    }

    h3.feature-title,.features-row-grid h2 {
        font-size: 24px;
        line-height: 26px
    }

    .interactive-cta-btn-wrapper {
        flex-direction: column;
        gap: 20px
    }

    .interactive-cta-btn-wrapper .secondary-cta {
        margin: 0
    }

    .store-mockup {
        min-height: 200px;
        width: 85%
    }

    .testimonial-section h2 {
        max-width: 75%
    }

    .accordion-title {
        width: 80%
    }

    .start-today-container {
        height: 300px
    }
}

@media(max-width: 480px) {
    #accordion-heading {
        width:90%
    }

    .features-row-grid {
        max-width: 100%;
        width: 100%;
        margin: 0 auto
    }

    .feature-image-container img,.mobile-image-wrapper img {
        max-width: 100%;
        width: 100%;
        margin: 0 auto
    }

    .accordion-section .content-wrap>p {
        width: 100%
    }

    .faq_question_wrap {
        padding: 20px
    }

    .faq__question {
        font-size: 18px
    }

    .faq__answer p {
        padding: 20px
    }

    .footer-cta h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }

    .start-today-content .interactive-cta-btn-wrapper {
        width: 100%
    }

    .footer-cta .interactive-cta-btn-content {
        font-size: 14px
    }
}

@media(max-width: 400px) {
    h1 {
        font-size:34px;
        line-height: 38px
    }

    h2 {
        font-size: 30px;
        line-height: 34px
    }

    #accordion-heading {
        width: 100%
    }

    .accordion-icon {
        width: 20px;
        height: 24px
    }

    .author-details {
        max-width: 100%;
        margin-bottom: 20px
    }

    .company-logo {
        position: relative;
        bottom: auto;
        right: auto
    }
}
