html {
    scroll-padding-top: 140px;
    scroll-behavior: smooth;
}

/* .shopify-payment-gateway-main .container {
    max-width: 1172px !important;
} */

/* Accessibility-Assistant-main start */
.shopify-payment-gateway-main .contact-form-section {
    display: none;
}

.shopify-payment-gateway-main .Accessibility-Assistant-main {
    padding: 220px 0px 280px;
    background-image: url(../images/shape-banners1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .detail-section .text {
    color: var(--banner-top-content-color);
    margin-bottom: 11px;
    font-weight: var(--font-weight-bold);
    font-size: 18px;
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .detail-section .title {
    color: var(--banner-top-content-color);
    margin-bottom: 5px;
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .review-section {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .review-count {
    color: var(--banner-top-content-color);
    font-weight: var(--font-weight-bold);
    font-size: 20px;
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .review-main {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .paragraph-text {
    color: var(--banner-top-content-color);
    font-size: 18px;
    line-height: normal;
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .button-main {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 40px;
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .button-main .button {
    border-radius: 10px;
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .button-main .button:hover {
    color: var(--banner-top-content-color);
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .button-main .install .button {
    background-color: var(--button-back-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 13px 37px;
    border: none;
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .button-main .install .button:hover {
    background-color: #e243ae;
    box-shadow: 0 8px 20px rgba(255, 79, 195, 0.3);
    transform: translateY(-2px);
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .button-main .view-demo .button {
    border: 1px solid #fff;
    background-color: transparent;
    text-decoration: underline;
    padding: 13px 31px;
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .button-main .view-demo .button:hover {
    background-color: white;
    color: #7e22ce;
    transform: translateY(-2px);
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .video-part .video-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.shopify-payment-gateway-main .Accessibility-Assistant-main .video-image-play-button .playbutton {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translatex(-50%) translatey(-50%);
    width: 55px;

}

.shopify-payment-gateway-main .Accessibility-Assistant-main .video-wrapper iframe {
    width: 100%;
    height: 364px;
    border-radius: 25px;
}

/* responsive media-query start */
@media (max-width: 1440px) {
    .shopify-payment-gateway-main .Accessibility-Assistant-main {
        padding: 190px 0px 200px;
    }
}

@media (max-width: 1100px) {
    .shopify-payment-gateway-main .Accessibility-Assistant-main .button-main .view-demo .button {
        padding: 12px 20px;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main .button-main .install .button {
        padding: 12px 25px;
    }
}

@media (max-width: 1024px) {
    .shopify-payment-gateway-main .Accessibility-Assistant-main .row {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main .detail-section {
        width: 100%;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main .video-section {
        width: 100%;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main {
        padding: 130px 0px 150px;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main {
        background-position: unset;
    }

}

@media (max-width: 768px) {
    .shopify-payment-gateway-main .Accessibility-Assistant-main .detail-section .text {
        font-size: 16px;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main .detail-section .title {
        font-size: 25px;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main .review-main {
        margin-bottom: 10px;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main .paragraph-text {
        font-size: 16px;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main .button-main {
        padding-top: 25px;
        gap: 10px;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main .button-main .install .button {
        font-size: 12px;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main .button-main .install .button img {
        height: 10px;
        width: 15px;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main .button-main .view-demo .button {
        font-size: 12px;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main .video-wrapper iframe {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .shopify-payment-gateway-main .Accessibility-Assistant-main .video-wrapper iframe {
        height: 250px;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main .button-main .view-demo .button {
        padding: 12px 18px;
    }

    .shopify-payment-gateway-main .Accessibility-Assistant-main .button-main .install .button {
        padding: 12px 18px;
    }

}

/* responsive media-query end */

/* Accessibility-Assistant-main start */


/* feature-section-start */
.shopify-payment-gateway-main .section-head-content {
    font-size: 20px;
}

.shopify-payment-gateway-main .feature-section-main {
    padding-top: 33px;
}

.shopify-payment-gateway-main .feature-section-main .section-head-part {
    max-width: unset;
    margin: 0;
}

.shopify-payment-gateway-main .feature-section-main .feature-section-inner {
    padding: 50px 0;
}

.shopify-payment-gateway-main .feature-section-main .row>* {
    padding-right: 9px;
    padding-left: 9px;
}

.shopify-payment-gateway-main .feature-section-main .feature-section-single {
    background-color: #ECEDF8;
    border-radius: 15px;
    padding: 40px 23px;
    height: 100%;
    position: relative;
}

.shopify-payment-gateway-main .feature-section-main .feature-count {
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 50px;
    font-weight: 900;
    color: #5A6091;
    opacity: 0.1;
}

.shopify-payment-gateway-main .feature-section-main .feature-section-single .image {
    height: 82px;
    width: 82px;
    border-radius: 10px;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.shopify-payment-gateway-main .feature-section-main .feature-section-single .title {
    margin: 0;
    padding: 20px 0px 4px;
    text-align: left;
    font-size: 18px;
}

.shopify-payment-gateway-main .feature-section-main .feature-section-single .medium-text {
    text-align: left;
    padding-top: 20px;
}

.shopify-payment-gateway-main .feature-section-main .view-all {
    width: fit-content;
    text-align: center;
    margin: 30px auto 0;
}

.shopify-payment-gateway-main .feature-section-main .view-all .button {
    background-color: var(--button-back-color);
    color: var(--banner-top-content-color);
    border-radius: 10px;
    border: none;
    padding: 14px 32px;
}

.shopify-payment-gateway-main .feature-section-main .view-all .button:hover {
    background-color: var(--primary-color);
    color: white;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.shopify-payment-gateway-main .feature-section-main .pink-border {
    display: flex;
    height: 6px;
}



/* responsive media query start */
@media (max-width: 1024px) {
    .shopify-payment-gateway-main .feature-section-main .feature-section-single {
        padding: 15px;
    }

    .shopify-payment-gateway-main .feature-section-main .feature-section-single .image {
        height: 75px;
        width: 75px;
    }

    .shopify-payment-gateway-main .feature-section-main .feature-count {
        right: 20px;
        font-size: 40px;
    }

    .shopify-payment-gateway-main .feature-section-main br {
        display: none;
    }

}

@media (max-width: 768px) {
    .shopify-payment-gateway-main .feature-section-main .row>* {
        padding: 9px;
    }

    .shopify-payment-gateway-main .feature-section-main .feature-section-inner {
        padding: 20px 0;
    }
}

/* responsive media query end */

/* feature-section-end */



/* brand section start */
/* slider css */
.big-brand-main {
    padding: 80px 0px;
}

.big-brand-main .slider-container {
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
    padding-top: 25px;
}

.big-brand-main .slider-row {
    display: flex;
    width: fit-content;
    animation-timing-function: linear;
}

.big-brand-main .slider-row img {
    width: 150px;
    margin: 0 70px;
    flex-shrink: 0;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
}

.big-brand-main .row-1 {
    animation: slide-left 60s linear infinite;
    padding-bottom: 60px;
}

.big-brand-main .row-2 {
    animation: slide-right 60s linear infinite;
}

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes slide-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.big-brand-main .row-wrapper {
    display: flex;
    width: max-content;
}

/* responsive media query */

@media (max-width: 768px) {
    .big-brand-main .slider-container {
        padding-top: 0px;
    }

    .big-brand-main {
        padding: 50px 0px;
    }

    .big-brand-main .slider-row img {
        width: 130px;
        margin: 0 50px;
    }

    .big-brand-main .row-1 {
        padding-bottom: 40px;
    }
}

/* about-fit-finder css start */
.shopify-payment-gateway-main .about-fit-finder-main .dashboard-details-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px 80px;
    gap: 40px;
}

.shopify-payment-gateway-main .about-fit-finder-main .main-title {
    font-size: 22px;
    line-height: normal;
    text-align: center;
    font-weight: bold;
    color: var(--primary-color);
    margin: 0;
    padding: 15px 0px 12px;
}

.shopify-payment-gateway-main .about-fit-finder-main .main-paragraph {
    font-size: 16px;
    line-height: normal;
    text-align: center;
}

.shopify-payment-gateway-main .about-fit-finder-main .detail-div {
    width: 50%;
}

.shopify-payment-gateway-main .about-fit-finder-main .dashboard-div {
    width: 50%;
}

.shopify-payment-gateway-main .about-fit-finder-main .dashboard-details-main .main-title {
    text-align: left;
}

.shopify-payment-gateway-main .about-fit-finder-main .text {
    font-size: 20px;
    line-height: normal;
    text-align: left;
    font-weight: 600;
    color: var(--primary-color);
}

/* responsive media query start */
@media (max-width: 1200px) {
    .shopify-payment-gateway-main .about-fit-finder-main .dashboard-details-main {
        padding: 15px 0px 80px;
    }
}

@media (max-width: 1024px) {
    .shopify-payment-gateway-main .about-fit-finder-main .dashboard-details-main {
        padding: 30px 0px 50px;
        gap: 30px;
        flex-direction: column-reverse;
    }

    .shopify-payment-gateway-main .about-fit-finder-main .detail-div {
        width: 100%;
    }

    .shopify-payment-gateway-main .about-fit-finder-main .dashboard-div {
        width: 100%;
        text-align: center;
    }

    .shopify-payment-gateway-main .about-fit-finder-main .dashboard-div img {
        display: inline-block;
    }

    .shopify-payment-gateway-main .about-fit-finder-main .main-title {
        padding: 0px 0px 5px;
    }
}

@media (max-width: 768px) {
    .shopify-payment-gateway-main .about-fit-finder-main .main-title {
        font-size: 20px;

    }

    .shopify-payment-gateway-main .about-fit-finder-main .main-paragraph {
        font-size: 14px;
    }

    .shopify-payment-gateway-main .about-fit-finder-main .text {
        font-size: 18px;
    }

}

/* responsive media query end */

/* about-fit-finder css end*/


/* contact-form css start*/
.form-explorer {
    background-color: #F0F1FA;
    padding: 60px 0px;
}

.form-explorer .form-explorer-content {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 25px;
}

.form-explorer .wrapper {
    display: flex;
    background: #fff;
    padding: 15px 28px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.form-explorer .tab-wrapper .tab-content img {
    height: 64px;
    width: 64px;
}

.form-explorer .tab-wrapper .tab-content .icon-box {
    padding: 10px;
    background: #F0F1FA;
    width: fit-content;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    box-shadow: 2px -3px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-explorer .tab-wrapper .tab-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.form-explorer .tab-wrapper .tab-content.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.form-explorer .content {
    height: 350px;
    width: 250px;
    overflow: hidden;
    position: relative;
}

.form-explorer .scroll-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: top 0.3s;
}

.form-explorer .item {
    padding: 10px 0px;
    font-size: 20px;
    cursor: pointer;
}

.form-explorer .item.active {
    font-weight: bold;
    color: var(--primary-color);
}

.form-explorer .scrollbar-container {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-explorer .scrollbar {
    height: 235px;
    width: 6px;
    background: #e2e2f6;
    border-radius: 10px;
    position: relative;
    margin: 0 0 15px 0;
}

.form-explorer .thumb {
    height: 40px;
    width: 100%;
    background: var(--Secoundry-color);
    border-radius: 10px;
    position: absolute;
    top: 0;
    transition: top 0.3s;
}

.form-explorer .scroll-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.form-explorer .scroll-btn.up {
    background-color: #FBDCF4;
}

.form-explorer .scroll-btn.down {
    background-color: #D6CEE4;
    margin-top: 8px;
}

.form-explorer .form-details-wrapper {
    overflow: hidden;
}

.form-explorer .form-details-main {
    flex: 2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    min-width: 300px;
    border-radius: 10px;
    background: #fff;
    padding: 55px 30px;
    overflow: hidden;
}

.form-explorer .swiper-slide {
    display: flex !important;
    flex-direction: column;
}

.form-explorer .swiper-slide h3 {
    color: var(--primary-color);
    margin-bottom: 20px;
}

.form-explorer .tab-content p {
    font-size: 18px;
    line-height: 35px;
}

.form-explorer .tab-content h3 {
    font-size: 30px;
    margin-bottom: 25px;
}


.form-explorer .mobile-form-explorer {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}

.form-explorer .mobile-form-explorer .swiper-slide {
    height: auto;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    background: #fff;
}


.form-explorer .mobile-form-explorer .swiper-slide img {
    height: 35px;
    width: 35px;

}

.form-explorer .mobile-form-explorer .swiper-slide .icon-box {
    margin: 0 auto 20px;
    padding: 8px;
    background: #F0F1FA;
    width: fit-content;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    box-shadow: 2px -3px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-explorer .mobile-form-explorer .mobile-arrow {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
}

.form-explorer .mobile-form-explorer .scroll-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: static;
    background-image: none;
    margin-top: 0;
}

.form-explorer .mobile-form-explorer .scroll-btn::after {
    display: none;
}

.form-explorer .scroll-btn-left {
    background-color: #FBDCF4;
}

.form-explorer .scroll-btn-right {
    background-color: #D6CEE4;
}

@media (max-width: 991px) {
    .form-explorer .form-explorer-content {
        flex-direction: column;
        display: none;
    }

    .form-explorer .mobile-form-explorer {
        display: block;
        overflow: hidden;
    }

    .form-explorer .mobile-form-explorer .scroll-btn {
        box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
    }

}

@media (max-width: 768px) {


    .form-explorer .mobile-form-explorer h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .form-explorer .mobile-form-explorer p {
        font-size: 16px;
        line-height: 28px;
    }

    .form-explorer {
        padding: 35px 0px;
    }
}

@media (max-width: 480px) {


    .form-explorer .mobile-form-explorer h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .form-explorer .mobile-form-explorer p {
        font-size: 14px;
        line-height: 25px;
    }

    .form-explorer {
        padding: 30px 0px;
    }

    .form-explorer .mobile-form-explorer .mobile-arrow {
        gap: 10px;
        padding-top: 25px;
    }

}

/* contact-form css end*/


/* integration css start */
.shopify-payment-gateway-main .integrations-main {
    padding: 80px 0px;
}

.shopify-payment-gateway-main .integrations-main .integration-section {
    display: flex;
    justify-content: center;
    padding: 25px 0px 60px;
    flex-wrap: wrap;
}

.shopify-payment-gateway-main .integrations-main .card {
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: auto;
    background: white;
    padding: 50px 23px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    max-width: 365px;
    text-align: center;
}

.shopify-payment-gateway-main .integrations-main .card.highlight {
    background: linear-gradient(180deg, #1D0B5C 0%, #D13DC0 100%);
    color: white;
    max-width: 410px;
    transform: scaleY(1.09);
}

.shopify-payment-gateway-main .integrations-main .card.highlight h2 {
    color: #fff;
    font-size: 28px;
}

.shopify-payment-gateway-main .integrations-main .card.highlight p {
    font-size: 18px;
    padding: 19px 0px;

}

.shopify-payment-gateway-main .integrations-main .card h2 {
    font-size: 24px;
    margin: 0;
    padding-top: 30px;
}

.shopify-payment-gateway-main .integrations-main .card p {
    padding: 15px 0px;
    font-size: 16px;
    line-height: normal;
    margin: 0;
}

.shopify-payment-gateway-main .integrations-main .card .button {
    display: inline-block;
    padding: 14px 25px;
    background-color: #1c0d4d;
    color: white;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    text-decoration: none;
    font-size: 16px;
    width: fit-content;
    margin: 0 auto;
}

.shopify-payment-gateway-main .integrations-main .card .button:hover {
    background-color: var(--Secoundry-color);
}

.shopify-payment-gateway-main .integrations-main .card.highlight .button {
    background-color: white;
    color: var(--primary-color);
    font-size: 18px;
    padding: 16px 30px;

}

.shopify-payment-gateway-main .integrations-main .card.highlight .button:hover {
    color: white;
    background-color: #1c0d4d;
}

.shopify-payment-gateway-main .integrations-main .View-More-Integrations .button {
    border-radius: 10px;
    border: none;
}

.shopify-payment-gateway-main .integrations-main .View-More-Integrations {
    background-color: var(--button-back-color);
    color: var(--banner-top-content-color);
    border-radius: 10px;
    border: none;
    width: fit-content;
    margin: 0 auto;
}

.shopify-payment-gateway-main .integrations-main .View-More-Integrations .button:hover {
    background-color: var(--primary-color);
    color: white;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    border: none;
}


/* responsive media query css */

@media (max-width: 1200px) {
    .shopify-payment-gateway-main .integrations-main .card.highlight {
        background: linear-gradient(180deg, #1D0B5C 0%, #D13DC0 100%);
        color: white;
        padding: 70px 30px;
        max-width: 410px;
    }

    .shopify-payment-gateway-main .integrations-main .card {

        padding: 30px 20px;
    }

    .shopify-payment-gateway-main .integrations-main .card.highlight {

        padding: 40px 20px;
        max-width: 350px;
    }

    .shopify-payment-gateway-main .integrations-main .card.highlight h2 {
        font-size: 24px;
    }

    .shopify-payment-gateway-main .integrations-main .card.highlight p {
        font-size: 16px;
        padding: 15px 0px;

    }

    .shopify-payment-gateway-main .integrations-main .card h2 {
        font-size: 20px;
        padding-top: 20px;
    }

    .shopify-payment-gateway-main .integrations-main .card p {
        padding: 10px 0px;
        font-size: 14px;
    }

    .shopify-payment-gateway-main .integrations-main .card .button {
        padding: 12px 20px;
        font-size: 14px;
    }

    .shopify-payment-gateway-main .integrations-main .card.highlight .button {
        font-size: 16px;
        padding: 14px 25px;

    }
}

@media (max-width: 1110px) {
    .shopify-payment-gateway-main .integrations-main .card {
        max-width: 330px;
    }
}

@media (max-width: 1050px) {
    .shopify-payment-gateway-main .integrations-main .card {
        max-width: 300px;
    }
}

@media (max-width: 1024px) {
    .shopify-payment-gateway-main .integrations-main {
        padding: 60px 0px;
    }
}

@media (max-width: 991px) {
    .shopify-payment-gateway-main .integrations-main .integration-section {
        flex-direction: column;
        align-items: center;
        gap: 35px;
        padding: 0px 0px 40px;
    }

    .shopify-payment-gateway-main .integrations-main .card {
        width: 100%;
        max-width: 600px !important;
    }

    .shopify-payment-gateway-main .integrations-main .card.highlight {
        width: 100%;
        max-width: 650px !important;
    }

    .shopify-payment-gateway-main .integrations-main {
        padding: 50px 0px;
    }
}

/* integration css end */


/* App number section css start */


.shopify-payment-gateway-main .App-number-main {
    background-color: #F0F1FA;
    padding: 55px 0;
}


.shopify-payment-gateway-main .App-number-main .number-div-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-top: 14px;
}



.shopify-payment-gateway-main .App-number-main .number-div-inner .number {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 15px;
    font-size: 38px;
    color: var(--primary-color);
    font-weight: bold;
    text-align: center;
    line-height: normal;
    width: 161px;
    flex: 0 0 auto;
    padding: 7px 0px;
}

.shopify-payment-gateway-main .App-number-main .number-div-inner .count-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.shopify-payment-gateway-main .App-number-main .number-div-inner p {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding-top: 20px;
}

/* responsive media query */
@media (max-width: 1200px) {
    .shopify-payment-gateway-main .App-number-main .number-div-inner .number {
        font-size: 36px;
        width: 161px;
    }

    .shopify-payment-gateway-main .App-number-main .number-div-inner p {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .shopify-payment-gateway-main .App-number-main .number-div-inner .number {
        font-size: 30px;
        width: 140px;
    }

    .shopify-payment-gateway-main .App-number-main .number-div-inner p {
        font-size: 16px;
    }

    .shopify-payment-gateway-main .App-number-main .number-div-inner {
        padding-top: 0;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .shopify-payment-gateway-main .App-number-main .count-box {
        flex: 1 1 calc(50% - 15px);
    }

    .shopify-payment-gateway-main .App-number-main .number-div-inner .number {
        margin: 0 auto;
    }

    .shopify-payment-gateway-main .App-number-main .number-div-inner .number {
        font-size: 28px;
        width: 120px;
    }

    .shopify-payment-gateway-main .App-number-main .number-div-inner p {
        font-size: 16px;
    }

    .shopify-payment-gateway-main .App-number-main {
        padding: 40px 0px;
    }

    .shopify-payment-gateway-main .App-number-main .number-div-inner {
          grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .shopify-payment-gateway-main .App-number-main .number-div-inner .count-box {
        flex: 1 1 100%;
    }
}


/* App number section css end */


/* pricing-table css start  */
.shopify-payment-gateway-main .pricing-main {
    padding: 80px 0px;
}

.shopify-payment-gateway-main .pricing-main .pricing-section {
    display: flex;
    gap: 15px;
    width: 100%;
    padding: 10px 25px 18px;
    justify-content: center;
    background-color: #f1f2ff;
    border-radius: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.shopify-payment-gateway-main .pricing-main .plan {
    padding: 20px 15px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: start;
    transition: all 0.3s ease;
    width: calc((100% - 45px) / 4);
    height: auto;
}

.shopify-payment-gateway-main .pricing-main .plan .button-main {
    width: 100%;
    margin-top: auto;
}

.shopify-payment-gateway-main .pricing-main .plan:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.shopify-payment-gateway-main .pricing-main .plan h2 {
    color: var(--primary-color);
    margin-bottom: 5px;
    font-size: 25px;
    padding-bottom: 10px;
}

.shopify-payment-gateway-main .pricing-main .plan p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.shopify-payment-gateway-main .pricing-main .plan .price-text {
    margin-bottom: 15px;
}

.shopify-payment-gateway-main .pricing-main .plan h3 {
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 900;
    margin-bottom: 5px;
}

.shopify-payment-gateway-main .pricing-main .plan ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.shopify-payment-gateway-main .pricing-main .plan ul li p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.shopify-payment-gateway-main .pricing-main .plan ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.shopify-payment-gateway-main .pricing-main .plan .trial {
    margin-bottom: 15px;
}

.shopify-payment-gateway-main .pricing-main .check-main {
    background-color: #e69bd7a8;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shopify-payment-gateway-main .pricing-main .global .check-main {
    background-color: #FFFFFF33;
}


.shopify-payment-gateway-main .pricing-main .plan a {
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: underline;
    font-size: 18px;
}

.shopify-payment-gateway-main .pricing-main .plan button {
    background-color: var(--Secoundry-color);
    border: none;
    color: white;
    padding: 12px 20px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    max-width: 232px;
    width: 100%;
    font-size: 16px;
    transition: background 0.3s ease;
    margin-top: auto;

}

.shopify-payment-gateway-main .pricing-main .plan button:hover {
    background-color: var(--primary-color);
}

/* Pro Plan Specific */
.shopify-payment-gateway-main .pricing-main .plan.pro {
    background: #f3f1ff;
}

/* Global Plan Highlight */

.shopify-payment-gateway-main .pricing-main .plan.global {
    color: white;
    padding: 35px 15px 15px;
    background: linear-gradient(to bottom, #3f0276, #d54bcb);
    margin-top: -18px;

}

.shopify-payment-gateway-main .pricing-main .plan.global h2,
.shopify-payment-gateway-main .pricing-main .plan.global h3,
.shopify-payment-gateway-main .pricing-main .plan.global ul li p,
.shopify-payment-gateway-main .pricing-main .plan.global p {
    color: white;
}

.shopify-payment-gateway-main .pricing-main .plan.global button {
    background-color: var(--primary-color);
}

.shopify-payment-gateway-main .pricing-main .plan.global button:hover {
    background-color: white;
    color: var(--primary-color);
}

.shopify-payment-gateway-main .pricing-main .plan.global a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}


/* paragraph-text */

.shopify-payment-gateway-main .pricing-main .pricing-detail-text {
    padding-top: 30px;
}

.shopify-payment-gateway-main .pricing-main .pricing-detail-text p {
    font-size: 18px;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}

.shopify-payment-gateway-main .pricing-main .pricing-detail-text p a {
    font-weight: bold;
    color: var(--Secoundry-color);
}

.shopify-payment-gateway-main .pricing-main .pricing-detail-text p span {
    font-weight: bold;
    color: var(--primary-color);
}

.shopify-payment-gateway-main .pricing-main .check-main img {
    height: 9px;
    width: 11px;
}

/* responsive media query */


@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .shopify-payment-gateway-main .pricing-main .plan h2 {
        margin-bottom: 0;
        font-size: 22px;
    }

    .shopify-payment-gateway-main .pricing-main .plan p {
        font-size: 14px;
    }

    .shopify-payment-gateway-main .pricing-main .plan .price-text {
        margin-bottom: 15px;
    }

    .shopify-payment-gateway-main .pricing-main .plan h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .shopify-payment-gateway-main .pricing-main .plan ul {
        margin-bottom: 10px;
    }

    .shopify-payment-gateway-main .pricing-main .plan ul li {
        margin-bottom: 10px;
    }

    .shopify-payment-gateway-main .pricing-main .plan a {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .shopify-payment-gateway-main .pricing-main .plan button {
        padding: 10px 15px;
        max-width: 230px;
    }

}

@media (max-width: 1200px) {

    .shopify-payment-gateway-main .pricing-main .pricing-detail-text p {
        font-size: 16px;
    }
}

@media (max-width: 1049px) {

    .shopify-payment-gateway-main .pricing-main {
        padding: 50px 0px;
    }

    .shopify-payment-gateway-main .pricing-main .pricing-section {
        gap: 20px;
    }

    .shopify-payment-gateway-main .pricing-main .plan {
        width: calc((100% - 20px) / 2);
        max-width: 327px;
        margin-top: unset;
        padding: 20px;
    }

    .shopify-payment-gateway-main .pricing-main .plan.global {
        padding: 20px;
    }
}

@media (max-width: 768px) {

    .shopify-payment-gateway-main .pricing-main .plan button {
        max-width: 100%;
    }

    .shopify-payment-gateway-main .pricing-main .plan {
        width: calc((100% - 20px) / 1);
    }
}

@media (max-width: 480px) {
    .shopify-payment-gateway-main .pricing-main .pricing-section {
        padding: 20px 0px;
    }

    .shopify-payment-gateway-main .pricing-main .pricing-detail-text p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .shopify-payment-gateway-main .pricing-main .pricing-detail-text {
        padding-top: 20px;
    }
}

/* pricing-table css end  */

/* related app section css start */
.shopify-payment-gateway-main .related-app-main {
    background-color: #F0F1FA;
    padding: 60px 160px 0px;
}

.shopify-payment-gateway-main .related-app-main .install .button {
    background-color: var(--button-back-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 14px 37px;
    border-radius: 10px;
    border: none;
    margin: 20px 0px;
}

.shopify-payment-gateway-main .related-app-main .install .button:hover {
    background-color: var(--primary-color);
}

.shopify-payment-gateway-main .related-app-main .button:hover {
    color: #fff;
    border: none;
}

/* .shopify-payment-gateway-main .related-app-main .related-app-slides {
    max-height: 750px;
    overflow: auto;
    scrollbar-width: none;
} */

.shopify-payment-gateway-main .related-app-main .related-app-inner {
    display: flex;
    align-items: flex-start;
}

.shopify-payment-gateway-main .related-app-main .related-app-detail {
    position: sticky;
    top: 150px;
}


.shopify-payment-gateway-main .related-app-main .related-app-detail p {
    margin-bottom: 13px;
    color: var(--primary-color);
    font-size: 21px;
    font-weight: bold;
}

.shopify-payment-gateway-main .related-app-main .related-app-detail h2 {
    font-size: 45px;
}

.shopify-payment-gateway-main .related-app-main .app {
    background-color: #ffffff;
    border-radius: 13px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: rgba(164, 172, 180, 0.2) 0px 8px 24px;
}

.shopify-payment-gateway-main .related-app-main .app .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}

.shopify-payment-gateway-main .related-app-main .app .logo img {
    height: 50px;
    width: 50px;
}

.shopify-payment-gateway-main .related-app-main .app h4 {
    font-size: 25px;
    line-height: normal;
    margin: 0;
}

.shopify-payment-gateway-main .related-app-main .app .rating-div-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 14px;
}

.shopify-payment-gateway-main .related-app-main .app .rating-div-main .rating-details {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.shopify-payment-gateway-main .related-app-main .app .rating-div-main .rating-div {
    display: flex;
    list-style: none;
    gap: 7px;
    margin: 0;
    padding: 0;
}

.shopify-payment-gateway-main .related-app-main .app .rating-div-main .install-count {
    font-size: 21px;
    font-weight: 600;
}

.shopify-payment-gateway-main .related-app-main .app h5 {
    font-size: 21px;
    margin: 0;
}

.shopify-payment-gateway-main .related-app-main .app .card-text {
    line-height: normal;
    font-size: 19px;
    font-weight: 400;
    text-align: left;
    padding: 20px 0px 25px;
    margin: 0;
}

.shopify-payment-gateway-main .related-app-main .add-app .button {
    background-color: var(--button-back-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 14px 25px;
    border-radius: 10px;
    border: none;
}

.shopify-payment-gateway-main .related-app-main .add-app .button:hover {
    background-color: var(--primary-color);
}

.shopify-payment-gateway-main .related-app-main .app .button-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* responsive media query */
@media (max-width:1440px) {
    .shopify-payment-gateway-main .related-app-main {
        background-color: #F0F1FA;
        padding: 60px 15px 0px;
    }
}

@media (max-width:1200px) {
    .shopify-payment-gateway-main .related-app-main .related-app-detail p {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .shopify-payment-gateway-main .related-app-main .related-app-detail h2 {
        font-size: 40px;
        margin-bottom: 18px;
    }

    .shopify-payment-gateway-main .related-app-main .install .button {
        gap: 10px;
        padding: 12px 30px;
    }

    .shopify-payment-gateway-main .related-app-main .app {
        padding: 20px;
    }

    .shopify-payment-gateway-main .related-app-main .app .logo img {
        height: 40px;
        width: 40px;
    }

    .shopify-payment-gateway-main .related-app-main .app h4 {
        font-size: 20px;
    }

    .shopify-payment-gateway-main .related-app-main .app .rating-div-main {
        padding-top: 10px;
    }

    .shopify-payment-gateway-main .related-app-main .app .rating-div-main .install-count {
        font-size: 18px;
    }

    .shopify-payment-gateway-main .related-app-main .app .rating-div-main .rating-div {
        gap: 5px;
    }

    .shopify-payment-gateway-main .related-app-main .app .rating-div-main .rating-div img {
        height: 22px;
        width: 22px;
    }

    .shopify-payment-gateway-main .related-app-main .app h5 {
        font-size: 18px;
    }

    .shopify-payment-gateway-main .related-app-main .app .card-text {
        font-size: 16px;
        padding: 15px 0px 20px;
    }

    .shopify-payment-gateway-main .related-app-main .add-app .button {
        padding: 10px 20px;
    }
}

@media (max-width:991px) {
    .shopify-payment-gateway-main .related-app-main .add-app .button {
        padding: 8px 15px;
        font-size: 14px;
    }

    .shopify-payment-gateway-main .related-app-main .add-app img {
        height: 14px;
        width: 16px;
    }

    .shopify-payment-gateway-main .related-app-main .related-app-detail h2 {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .shopify-payment-gateway-main .related-app-main .related-app-slides {
       max-height: unset;
    }

    .shopify-payment-gateway-main .related-app-main .related-app-detail {
       text-align: center;
        position: unset;
    }

    .shopify-payment-gateway-main .related-app-main .install .button {
        margin: 0 auto;
    }

    .shopify-payment-gateway-main .related-app-main .related-app-inner {
        row-gap: 40px;
    }

    .shopify-payment-gateway-main .related-app-main {
        padding: 40px 0px;
    }
}

@media (max-width:480px) {
    .shopify-payment-gateway-main .related-app-main .related-app-detail h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .shopify-payment-gateway-main .related-app-main .app .card-text {
        font-size: 14px;
        padding: 12px 0px 15px;
    }

    .shopify-payment-gateway-main .related-app-main .app h4 {
        font-size: 18px;
    }

    .shopify-payment-gateway-main .related-app-main .app .logo {
        gap: 10px;
    }

    .shopify-payment-gateway-main .related-app-main .app .rating-div-main .rating-div {
        gap: 2px;
    }

    .shopify-payment-gateway-main .related-app-main .app .rating-div-main .rating-details {
        gap: 10px;
    }

    .shopify-payment-gateway-main .related-app-main .app h5 {
        font-size: 16px;
    }

    .shopify-payment-gateway-main .related-app-main .app .rating-div-main .install-count {
        font-size: 16px;
    }
}

/* related app section css start */

/* knowledge base section css start */
.shopify-payment-gateway-main .knowledge-base-main {
    padding: 80px 0px;
}

.shopify-payment-gateway-main .knowledge-base-main .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    row-gap: 40px;
    margin: auto;
    padding-top: 25px;
}

.shopify-payment-gateway-main .knowledge-base-main .card {
    height: auto;
    background-color: #F0F1FA;
    border-radius: 20px;
    padding: 44px 23px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    border: 1px solid transparent;
}

.shopify-payment-gateway-main .knowledge-base-main .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--Secoundry-color);
}

.shopify-payment-gateway-main .knowledge-base-main .icon-wrapper {
    background-color: white;
    border-radius: 16px;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);

}

.shopify-payment-gateway-main .knowledge-base-main .icon-wrapper img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.shopify-payment-gateway-main .knowledge-base-main .card-title {
    font-size: 26px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.shopify-payment-gateway-main .knowledge-base-main .card-desc {
    font-size: 16px;
    line-height: normal;
}

/* responsive media query */
@media (max-width:1200px) {
    .shopify-payment-gateway-main .knowledge-base-main .grid-container {
        gap: 20px;
        row-gap: 30px;
    }
}

@media (max-width:1024px) {
    .shopify-payment-gateway-main .knowledge-base-main .card {
        padding: 30px 15px;
    }

    .shopify-payment-gateway-main .knowledge-base-main {
        padding: 60px 0px;
    }
}

@media (max-width:991px) {
    .shopify-payment-gateway-main .knowledge-base-main .grid-container {
        padding-top: 0;
    }

    .shopify-payment-gateway-main .knowledge-base-main {
        padding: 40px 0px;
    }

    .shopify-payment-gateway-main .knowledge-base-main .icon-wrapper {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px auto;
    }

    .shopify-payment-gateway-main .knowledge-base-main .card-title {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .shopify-payment-gateway-main .knowledge-base-main .icon-wrapper img {
        height: 45px;
        width: 45px;
    }

}

/* knowledge base section css start */

/* testimonial section css start */

.testimonial-main {
    background-color: #F0F1FA;
    position: relative;
    overflow: hidden;
}

.testimonial-main::after {
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/testimonial-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    z-index: 1;
    pointer-events: none;
}

.testimonial-main .testimonial-section {
    display: flex;
    padding: 130px 0px;
    gap: 50px;
    align-items: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding-right: 0;
    padding-left: calc((100% - 1172px) / 2 + -0px);
}

.testimonial-main .testimonial-left {
    flex: 1;
}

.testimonial-main .testimonial-left h4 {
    color: var(--Secoundry-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

.testimonial-main .testimonial-left h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 35px;
}

.testimonial-main .testimonial-nav {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.testimonial-main .testimonial-nav .swiper-button-prev,
.testimonial-main .testimonial-nav .swiper-button-next {
    background: none;
    border: none;
    color: #df38c1;
    font-size: 24px;
    cursor: pointer;
    position: static;
    transform: none;
}

.testimonial-main .testimonial-swiper {
    flex: 2;
    max-width: 900px;
}

.testimonial-main .swiper-slide {
    background: white;
    border-radius: 13px;
    padding: 30px 40px;
    box-shadow: rgba(164, 172, 180, 0.2) 0px 8px 24px;
    height: auto;
}

.testimonial-main .card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
}

.testimonial-main .card-header img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-main .card-header h3 {
    font-size: 25px;
    color: var(--primary-color);
    font-weight: bold;
    margin: 0;
}

.testimonial-main .card-header .status {
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
}

.testimonial-main .swiper-slide p {
    font-size: 18px;
    line-height: 30px;
    color: #1E1E1E;
}

.testimonial-main .swiper-button-next:after,
.testimonial-main .swiper-button-prev:after {

    display: none;
}

@media (max-width: 1440px) {
    .testimonial-main::after {
        background-position: unset;
    }


}

@media (max-width: 1200px) {
    .testimonial-main .testimonial-left {
        padding-left: 35px;
    }

}

@media (max-width: 991px) {
    .testimonial-main .testimonial-left h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .testimonial-main .swiper-slide p {
        font-size: 16px;
        line-height: 25px;
    }

    .testimonial-main .card-header .status {
        font-size: 20px;
    }

    .testimonial-main .testimonial-section {
        gap: 30px;
        padding: 100px 0px;
    }

    .testimonial-main .swiper-slide {
        padding: 25px;
        margin-right: 15px !important;
    }

    .testimonial-main .card-header h3 {
        font-size: 22px;
    }

    .testimonial-main .card-header {
        margin-bottom: 20px;
    }

    .testimonial-main .card-header img {
        height: 75px;
        width: 75px;
    }
}

@media (max-width: 768px) {


    .testimonial-main::after {
        display: none;
    }

    .testimonial-main .swiper-slide {
        padding: 20px;
    }

    .testimonial-main .card-header {
        gap: 14px;
        margin-bottom: 15px;
    }

    .testimonial-main .card-header img {
        width: 60px;
        height: 60px;
    }


    .testimonial-main .testimonial-left h4 {
        margin-bottom: 10px;
    }

    .testimonial-main .card-header .status {
        font-size: 18px;
    }

    .testimonial-main .swiper-slide p {
        font-size: 14px;
        line-height: 20px;
    }

    .testimonial-main .testimonial-section {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px 0px;
    }

    .testimonial-main .testimonial-swiper {
        max-width: 100%;
        padding-left: 15px;
    }
}


/* testimonial section css end */


/* FAQ section css start */
.shopify-payment-gateway-main .faq-section-main {
    padding: 80px 0px;
}

.shopify-payment-gateway-main .faq-section-main .accordion-part-inner {
    padding-top: 25px;
}

.shopify-payment-gateway-main .faq-section-main .single-accordion {
    margin-bottom: 35px;
    border: none;
}

.shopify-payment-gateway-main .faq-section-main .single-accordion:last-child {
    margin-bottom: 0;
}

.shopify-payment-gateway-main .faq-section-main .accordion-header {
    margin-bottom: 0;
}

.shopify-payment-gateway-main .faq-section-main .accordion-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    color: var(--text-color);
    width: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding-right: 20px;
}

.shopify-payment-gateway-main .faq-section-main .accordion-title:before {
    display: none;
}

.shopify-payment-gateway-main .faq-section-main .accordion-title:after {
    display: none;
}

.shopify-payment-gateway-main .faq-section-main .accordion-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.shopify-payment-gateway-main .faq-section-main .single-accordion.active-tab .accordion-icon {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) sepia(90%) hue-rotate(200deg);
}

.shopify-payment-gateway-main .faq-section-main .accordion-content {
    padding-bottom: 0px;
    padding-top: 5px;
}

.shopify-payment-gateway-main .accordion-collapse {
    display: none;
}

.shopify-payment-gateway-main .faq-section-main .accordion-title.active {
    color: var(--primary-color);
}

.shopify-payment-gateway-main .faq-section-main .accordion-title.active:before {
    background-color: var(--primary-color);
}

.shopify-payment-gateway-main .faq-section-main .accordion-title.active:after {
    display: none;
}

.shopify-payment-gateway-main .faq-section-main .single-accordion.active-tab .accordion-collapse {
    display: block;
}

.shopify-payment-gateway-main .faq-section-main .accordion-icon {
    height: 12px;
    width: 23px;
}

.shopify-payment-gateway-main .faq-section-main .accordion-content ul {
    padding-left: 35px;
}

/* responsive media query start */

@media (max-width:1024px) {
    .shopify-payment-gateway-main .faq-section-main .accordion-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .shopify-payment-gateway-main .faq-section-main .accordion-icon {
        height: 10px;
        width: 18px;
    }

    .shopify-payment-gateway-main .faq-section-main {
        padding: 50px 0px;
    }

    .shopify-payment-gateway-main .faq-section-main .accordion-part-inner {
        padding-top: 0;
    }

}

@media (max-width: 768px) {
    .shopify-payment-gateway-main .faq-section-main .accordion-title {
        font-size: 18px;
        margin-bottom: 8px;
        gap: 15px;
    }

    .shopify-payment-gateway-main .faq-section-main .single-accordion {
        margin-bottom: 25px;
    }
}

@media (max-width: 640px) {
    .shopify-payment-gateway-main .faq-section-main .accordion-title {
        font-size: 16px;
    }
}

/* FAQ section css end */

.section-footer .btn-curved {
    margin-top: unset !important;
    margin-bottom: 20px;
}

.social-media .social-media-back {
    background: var(--homepage-announcement-color) !important;
}

.copyright-content {
    text-align: center;
}

.shopify-payment-gateway-main .pricing-main .plan .button-main .free-trial{
	padding-bottom: 12px;
}