@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

a {
    cursor: pointer;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both
}

.btn {
    outline: 0px;
}

.lists {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mainpage {
    position: relative;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: bold;
}

a {
    font-family: 'Bai Jamjuree', sans-serif;
}

img {
    width: auto;
    height: auto;
}

.container {
    max-width: 1480px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: normal;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    color: #161616;
}

/* -----------------banner-css-start-------------------- */
.sec01_digital_outer {
    width: 100%;
    background: url(../images/amazonnew_img/bg-banner.png) center center no-repeat;
    padding: 50px 0 0;
    position: relative;
    background-size: cover;
    margin-bottom: 120px;
}

.sec01_digital_outer .sec01_digital_inner {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 50px;
    flex-direction: row-reverse;
}

.sec01_digital_outer .sec01_digital_inner .left_part {
    width: 50%;
    text-align: center;
}

.sec01_digital_outer .sec01_digital_inner .right_part {
    width: 50%;
}

.sec01_digital_outer .sec01_digital_inner .right_part h1 {
    color: #161616;
    display: block;
    font-size: 54px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
}

.sec01_digital_outer .sec01_digital_inner .right_part h1 b {
    -webkit-text-fill-color: #fc7600;
    font-weight: 600;
}

.sec01_digital_outer .sec01_digital_inner .right_part .sub_tittle {
    font-size: 20px;
    font-weight: 500;
    color: #161616;
    display: block;
    margin-bottom: 15px;
    width: fit-content;
    border-left: solid 4px #fc7600;
    padding: 5px 0 5px 10px;
}

.sec01_digital_outer .sec01_digital_inner .right_part .sub_heading {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-bottom: 18px;
    line-height: normal;
}

.sec01_digital_outer .sec01_digital_inner .right_part p {
    color: #161616;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: block;
    width: 100%;
    max-width: 100%;
}

.sec01_digital_outer .sec01_digital_inner .right_part span {
    color: #fc7600;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.sec01_digital_outer .sec01_digital_inner .right_part p a {
    color: #161616;
    font-weight: 600;
    width: fit-content;
    display: block;
}

.sec01_digital_inner_btn {
    width: fit-content;
    margin: auto 0;
}

.sec01_digital_inner_btn a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    box-shadow: rgba(252, 118, 0, 0.47) 9px 7px 38px 0px;
    background: #fc7600;
    padding: 20px 20px;
    border-radius: 10px;
    white-space: nowrap;
    gap: 20px;
    text-decoration: none !important;
    width: fit-content;

}

.sec01_digital_inner_btn a:hover {
    color: #fff;
}

/*Sec 01 End*/


/*Sec 02 start*/
.sec02_courier_outer {
    margin-bottom: 120px;
    position: relative;
}



.sec01_courier_inner {
    display: flex;
    align-items: center;
    gap: 50px;
}


.sec01_courier_inner .right_part {
    width: 90%;
    text-align: center;
    padding: 50px;
    border-radius: 50px;
    background: #f9f9f9;
    margin: auto;
}

section.sec02_courier_outer .sec01_digital_inner_btn {
    margin: auto;
}

.sec01_courier_inner .right_part h2 {
    padding-bottom: 30px;
}

.sec01_courier_inner .right_part p {
    padding-bottom: 30px;
}

.sec01_courier_inner .left_part img {
    width: auto;
}

/*Sec 02 End*/

/* -----------------sys_delivery_apps_process-end-----------------*/


/* ----sec11_taxi_outer----*/
.sec11_taxi_outer {
    margin-bottom: 120px;
}

.cab_booking_apps_outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cab_booking_apps_outer .left_part {
    width: 50%;
    text-align: left;
}

.cab_booking_apps_outer .right_part h2 {
    padding-bottom: 30px;
}

.cab_booking_apps_outer .right_part {
    width: 50%;
}

.cab_booking_apps_outer .right_part span {
    color: #161616;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0;
    display: block;
    border-left: solid 3px #ccc;
    margin-bottom: 40px;
    padding-left: 10px;
}

.cab_booking_apps_outer .right_part small {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}

.documents {
    padding-bottom: 30px;
}

.documents ul {
    padding: 0;
}

.documents ul li {
    padding-bottom: 15px;
    color: #161616;
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
}

.documents ul li:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 10px;
    left: 0;
    top: -18px;
    bottom: 0;
    margin: auto 0;
    background: #fc7600;
    transition: all .4s ease-in-out;
    border-radius: 100px;
}

.cab_booking_apps_outer .right_part p {
    padding-top: 5px;
}

.documents ul li b {
    color: #fc7600;
}

.cab_booking_apps_outer .right_part h3 {
    background: #fef1e4;
    border-radius: 10px;
    padding: 14px;
    color: #161616;
    font-size: 16px;
    width: fit-content;
    font-weight: 700;
    margin-bottom: 20px;
}

.latest_updates {
    width: 85%;
}

.latest_updates ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.latest_updates ul li {
    width: 100%;
    padding-left: 30px;
    position: relative;
}

.latest_updates ul li span {
    font-size: 18px;
    color: #161616;
    font-weight: 500;
    line-height: normal;

}

.latest_updates ul li:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    bottom: 0;
    background: #fc7600;
    border-radius: 3px;
}

/* ----sec11_taxi_outer----*/






/* -----Faq-----*/
.faq_ECommerce {
    margin: 0;
}

.sys_grocery_accorden_bottom h2 {
    font-size: 40px;
    font-weight: 700;
    color: #18191b;
    line-height: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #3c3a3d;
    font-size: 22px;
    font-weight: 600;
    border: none;
    background: 0 0;
    outline: 0;
}

.accordion-item {
    position: relative;
    counter-increment: count;
    transition: all ease-in-out 1s;
    background: linear-gradient(271deg, #fff, #fef5ee);
    padding: 12px 30px;
    margin-bottom: 10px;
    border-radius: 20px !important;
    border: solid 1px #e1dfdf;
}

.accordion-title {
    color: #18191b;
    font-size: 20px;
    font-weight: 600;
}

.accordion button:focus,
.accordion button:hover {
    cursor: pointer;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 30px
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 16px;
    left: 10px;
    width: 15px;
    height: 3px;
    background: currentColor;
    color: #fc7600;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 16px;
    width: 3px;
    height: 16px;
    background: currentColor;
    color: #fc7600;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all .2s linear;
    will-change: opacity, max-height;
    transition: all ease-in-out 1.5s;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity .2s linear, max-height .2s linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
    padding-right: 100px;
    color: #161616;
}

/* -----Faq-----*/


/* -----registration_process-----*/

/* --- Registration Process Section --- */
.registration-process-section {
    background-color: #fbfbfb;
    padding: 100px 0;
    margin-bottom: 120px;
}

.process-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.process-steps-container img {
    width: 100%;
}

.process-text-container {
    flex: 1;
    max-width: 50%;
}

.browser-mockup {
    padding-bottom: 30px;
}

.process-text-container h2 {
    color: #161616;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.process-text-container .subtitle {
    color: #161616;
    font-size: 1.2em;
    font-weight: 500;
}

.process-text-container .description {
    color: #AAAAAA;
    margin-bottom: 30px;
}

.process-text-container h3 {
    color: #161616;
    font-size: 1.5em;
    margin-top: 40px;
    margin-bottom: 20px;
}

.process-text-container {
    flex: 1;
    max-width: 50%;
}

.browser-mockup img {
    width: 100%;
}

/* -----registration_process-----*/

/* --- Benefits Section --- */
.benefits-section {
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: 120px;
}

.benefits-section .section-title {
    margin-bottom: 10px;
}

.benefits-section .section-tagline {
    color: #000;
    margin-bottom: 50px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    max-width: 80%;
    margin: auto;
    margin-bottom: 50px;
    gap: 20px;
}

.benefits-section .sec01_digital_inner_btn {
    margin: auto;
}

.benefit-card {
    background-color: #FFFFFF;
    border-radius: 25px;
    padding: 25px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #F5F5F5;
    position: relative;
    transition: box-shadow 0.3s;
    position: relative;
}

.benefit-card::before {
    position: absolute;
    content: "";
    height: 25px;
    width: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto 0;
    background: #fc7600;
    transition: all .4s ease-in-out;
    border-radius: 100px;
}

.benefit-card:hover {
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.1);
}

.benefit-card h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.benefit-card p {
    color: #666666;
    margin: 0;
}

.accent-line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 4px;
    background-color: var(--primary-color);
    border-radius: 0 3px 3px 0;
}



/* --- Eligible Sellers Section --- */
.eligible-sellers-section {
    padding: 80px 0;
    width: 100%;
    background-image: url(../images/amazonnew_img/registerbg.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 120px;
}

.eligible-sellers-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.visual-mockup {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
}

.registration-info-card {
    flex: 1;
    max-width: 500px;
    border-radius: 12px;
    text-align: left;
}

.registration-info-card h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.highlight-banner {
    font-weight: 600;
    border-radius: 36px;
    display: inline-block;
    margin-bottom: 30px;
    background: #fbd9ba;
    padding: 13px 20px
}

.registration-info-card h3 {
    margin-bottom: 20px;
    color: #fc7600;
}

.eligible-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.eligible-list li {
    position: relative;
    margin-bottom: 12px;
    position: relative;
    font-size: 18px;
    color: #161616;
    font-weight: 500;
    line-height: normal;
    padding-left: 30px;

}

.eligible-list li:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    bottom: 0;
    background: #fc7600;
    border-radius: 3px;
}

.eligible-list li .bullet-point {
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.closing-statement {
    color: #5c5b5b;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;

}






.main-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sub-heading {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

.frequent-errors-heading {
    font-size: 18px;
    font-weight: 700;
    color: #fc7600;
    /* Amazon-like orange */
    margin-bottom: 15px;
}

.mistakes-list {
    list-style: none;
    padding: 0;
}

.mistakes-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.4;
}

.mistakes-list li::before {
    content: "\2022";
    /* Bullet point */
    color: #fc7600;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: -5px;
}

/* Specific content styling for the bullet points */
.mistakes-list li strong {
    display: block;
    font-weight: 700;
}

.mistakes-list li span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #555;
    margin-top: 3px;
}

.mistakes {
    margin-bottom: 120px;
}

.mistakes-section-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.billing {
    width: 50%;
}

.billing img {
    width: 100%;
}

.mistakes-section {
    width: 50%;
}



/*  */


.Products {
    margin-bottom: 120px;
    background: #fafafa;
    padding: 100px 0;
}

.section-container {
    display: flex;
    width: 100%;
    gap: 50px;
    align-items: center;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    flex-shrink: 0;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.category-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 18px;
    background-color: #eee;
}

.category-item:nth-child(5) .category-image {
    background-color: #fff9e6;
}

.category-item:nth-child(6) .category-image {
    background-color: #e6f0ff;
}

.category-item:nth-child(7) .category-image {
    background-color: #ffe6e6;
}

.category-item:nth-child(8) .category-image {
    background-color: #e6ffeb;
}

.category-name {
    font-size: 16px;
    font-weight: 600;
    color: #161616;
    line-height: 1.3;
    max-width: 160px;
}

.content-section {
    flex-grow: 1;
    text-align: right;
    padding-left: 30px;
    position: relative;
}

.main-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.sub-title {
    font-size: 18px;
    color: #666;
    margin-bottom: 35px;
    line-height: 1.4;
}

.highlight-bar {
    width: 50px;
    height: 6px;
    background-color: #fc7600;
    margin-top: -11px;
    margin-bottom: 25px;
    border-radius: 100px;
    position: absolute;
    right: 0;
}

.description-text {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    padding-top: 10px;
}



/*  */

.management {
    margin-bottom: 120px;
}

.synarion-section {
    text-align: center;
    padding: 20px;
}

.synarion-section h2 {
    margin-bottom: 5px;
}

.synarion-section p {
    margin-bottom: 40px;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    width: 90%;
    margin: auto;

}

.service-item {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}

.service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.service-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fc7600;
    /* Orange circle */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 15px;
}

.service-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}


.shoppinglogos {
    margin-bottom: 120px;
    padding: 0;
    position: relative;
}

.shoppinglogos_outer {
    padding: 0;
}


.shoppinglogos_outer ul {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 24px;
    width: 100%;
}

.shoppinglogos_outer ul li {
    padding: 0;
    background: #fff;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    text-align: center;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
    cursor: pointer;

}

.shoppinglogos_outer ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.shoppinglogos_outer ul li span {
    font-size: 15px;
    display: block;
    flex-wrap: wrap;
    opacity: 0;
    color: #000;
    font-weight: 500;
    width: 100%;
    text-align: center;
    line-height: normal;
    position: absolute;
    bottom: 10px;
}

.shoppinglogos_outer ul li:hover span {
    opacity: 1;
    color: #000 !important;
    transition: all 0.5s ease-in-out;
}

.shoppinglogos_heading {
    padding-bottom: 50px;
    text-align: center;
}

@media only screen and (max-width:1366px) {

    .sec01_digital_outer .sec01_digital_inner .left_part img {
        width: 100%;
    }

    .sec01_digital_outer .sec01_digital_inner .right_part h1 {
        font-size: 45px;
    }

    .cab_booking_apps_outer .left_part img {
        width: 100%;
    }

    .cab_booking_apps_outer {
        gap: 80px;
    }
}

@media only screen and (max-width:992px) {
    .sec01_digital_outer .sec01_digital_inner .right_part h1 {
        font-size: 41px;
    }

    h2 {
        font-size: 30px !important;
    }

    .cab_booking_apps_outer .right_part span {
        line-height: normal;
    }

    .sec01_digital_outer {
        margin-bottom: 100px;
    }

    .cab_booking_apps_outer .right_part h2 {
        padding-bottom: 20px;
    }

    .cab_booking_apps_outer {
        gap: 50px;
    }

    .sec11_taxi_outer {
        margin-bottom: 100px;
    }

    .eligible-sellers-section {
        margin-bottom: 100px;
        padding: 40px 0;
        background-size: cover;
    }

    .eligible-sellers-content {
        gap: 50px;
    }

    .registration-process-section {
        padding: 60px 0;
        margin-bottom: 100px;
    }

    .sub-heading {
        margin-bottom: 20px;
    }

    .mistakes-list li {
        margin-bottom: 15px;
    }

    .benefits-grid {
        max-width: 100%;
    }

    .process-content-wrapper {
        flex-wrap: wrap;
    }

    .process-text-container {
        max-width: 100%;
    }

    .process-steps-container {
        text-align: center;
        width: 100%;
    }

    .process-steps-container img {
        width: auto;
    }

    .registration-process-section .sec01_digital_inner_btn {
        margin: auto;
    }

    .benefits-section .section-tagline {
        margin-bottom: 40px;
    }

    .benefits-section {
        margin-bottom: 100px;
    }

    .management {
        margin-bottom: 100px;
    }

    .visual-mockup img {
        width: 100%;
    }

    .section-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .content-section {
        text-align: center;
        padding-left: 0;
        width: 100%;
    }

    .highlight-bar {
        left: 50%;
        transform: translateX(-50%);
    }

    .Products {
        margin-bottom: 100px;
        padding: 50px 0;
    }

    br {
        display: none;
    }

    .category-image {
        width: 130px;
        height: 130px;
    }

    .services-grid {
        width: 100%;
    }

    .service-item {
        padding: 10px;
    }

    .sec01_digital_outer {
        padding: 20px 0 0;
    }

    .sec01_digital_outer .sec01_digital_inner .right_part h1 {
        font-size: 31px;
    }

    .sec01_digital_outer .sec01_digital_inner {
        gap: 20px;
    }


     .shoppinglogos_outer ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .shoppinglogos_outer ul li img {
        max-width: 180px;
    }

    .shoppinglogos_heading {
        padding-bottom: 20px;
    }

    .shoppinglogos {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width:768px) {
    .sec01_digital_outer .sec01_digital_inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .sec01_digital_outer .sec01_digital_inner .right_part {
        width: 100%;
        text-align: center;
    }

    .sec01_digital_outer .sec01_digital_inner .left_part {
        width: 100%;
    }

    .sec01_digital_inner_btn a {
        font-size: 16px;
        padding: 16px 16px;
        border-radius: 10px;
        gap: 10px;
    }

    .sec01_digital_inner_btn {
        margin: auto;
    }

    .cab_booking_apps_outer {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .cab_booking_apps_outer .right_part {
        width: 100%;
    }

    .cab_booking_apps_outer .left_part {
        width: 100%;
        text-align: center;
    }

    .cab_booking_apps_outer .right_part h2 {
        text-align: center;
    }

    .cab_booking_apps_outer .right_part span {
        text-align: center;
        padding: 0;
        border: none
    }

    .cab_booking_apps_outer .left_part img {
        width: 70%;
        margin: auto;
    }

    .sec01_digital_outer {
        margin-bottom: 60px;
    }

    .sec11_taxi_outer {
        margin-bottom: 60px;
    }

    .registration-process-section {
        margin-bottom: 60px;
    }

    .benefits-section {
        margin-bottom: 60px;
    }

    .eligible-sellers-section {
        margin-bottom: 60px;
    }

    .mistakes {
        margin-bottom: 60px;
    }

    .Products {
        margin-bottom: 60px;
    }

    .management {
        margin-bottom: 60px;
    }

    .registration-process-section {
        padding: 30px 0;
    }

    .process-text-container {
        text-align: center;
    }

    .process-text-container h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    .process-steps-container img {
        width: 50%;
    }

    .process-content-wrapper {
        gap: 30px;
    }

    .benefits-section .section-tagline {
        margin-bottom: 20px;
    }

    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .eligible-sellers-section {
        background: #fbfaf9;
    }

    .eligible-sellers-content {
        gap: 30px;
        flex-wrap: wrap;
    }

    .visual-mockup {
        flex: unset;
        min-height: auto;
    }

    .visual-mockup img {
        width: 60%;
    }

    .closing-statement {
        font-size: 16px;
    }

    .mistakes-section-outer {
        flex-wrap: wrap;
        gap: 30px;
    }

    .mistakes-section {
        width: 100%;
    }

    .billing {
        width: 100%;
    }

    .category-name {
        font-size: 14px;
    }

    .category-image {
        width: 120px;
        height: 120px;
        border-radius: 8px;

    }

    .section-container {
        gap: 30px;
    }

    .Products {
        padding: 40px 0;
    }

    .highlight-bar {
        width: 40px;
    }

    .synarion-section p {
        margin-bottom: 30px;
    }

    .services-grid {
        grid-template-columns: unset;
    }

    .sys_grocery_accorden_bottom h2 {
        margin-bottom: 30px;
    }

    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .benefit-card {
        border-radius: 15px;
        padding: 20px;
    }

    .accordion button .accordion-title {
        padding: 0;
        width: 90%;
        display: block;
        line-height: normal;
        font-size: 16px;
    }

    .accordion .accordion-content p {
        padding-right: 0;
    }

    .accordion button {
        padding: 10px 0;
    }

    .accordion-item {
        padding: 8px 20px;
        border-radius: 10px !important;
    }

    .accordion button .icon {
        top: 6px;
    }
}

@media only screen and (max-width: 480px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sec01_digital_outer .sec01_digital_inner .right_part h1 {
        font-size: 25px;
    }

    .sec01_digital_outer {
        margin-bottom: 40px;
    }

    .sec11_taxi_outer {
        margin-bottom: 40px;
    }

    .registration-process-section {
        margin-bottom: 40px;
    }

    .benefits-section {
        margin-bottom: 40px;
    }

    .eligible-sellers-section {
        margin-bottom: 40px;
    }

    .mistakes {
        margin-bottom: 40px;
    }

    .Products {
        margin-bottom: 40px;
    }

    .management {
        margin-bottom: 40px;
    }

    h2 {
        font-size: 20px !important;
    }

    .cab_booking_apps_outer .right_part span {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .cab_booking_apps_outer .right_part small {
        font-size: 18px;
    }

    .documents ul li {
        padding-bottom: 10px;
        line-height: normal;
    }

    .cab_booking_apps_outer .left_part img {
        width: 100%;
        margin: auto;
    }

    p {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .process-steps-container img {
        width: 100%;
    }

    .visual-mockup img {
        width: 100%;
    }

    .highlight-banner {
        border-radius: 6px;
        padding: 10px 20px;
        line-height: normal;
    }

    .main-heading {
        text-align: center;
    }

    .sub-heading {
        text-align: center;
    }

    .mistakes-list li strong {
        font-size: 16px;
    }

    .sub-title {
        margin-bottom: 25px;
    }

    .synarion-section {
        padding: 0;
    }

    .service-number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .service-text {
        font-size: 16px;
        line-height: normal
    }

    .sys_grocery_accorden_bottom h2 {
        margin-bottom: 20px;
        line-height: normal;
    }

    .documents ul li b {
        display: block;
    } 
    
    .shoppinglogos_outer ul li img {
        max-width: 110px;
    }

    .shoppinglogos_outer ul li {
        padding: 16px;

    }

    .shoppinglogos {
        margin-bottom: 40px;
    }


}