#all-in-one-app,
#hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#all-in-one-app {
    background-image: url(../images/home-page/all-in-one-app-bg.webp);
}

#hero {
    background-image: url(../images/home-page/hero-background.webp);
}

#driver-app-features,
#on-demand-transportation-services,
#service-app-features,
#store-app-features {
    padding-top: 20px
}

.all-in-one-app-body,
.padding-bottom-50 {
    padding-bottom: 50px
}

.link {
    color: #1F9924;
    font-weight: 600;
    text-decoration: none;
}

.hero-row {
    align-items: center
}

.hero-title h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: .05em;
    color: #1e1e1e;
    margin-bottom: 27px
}

.about-us-descption,
.all-in-one-app-row p,
.hero-title p {
    line-height: 30px;
    font-size: 20px
}

.hero-title p {
    font-weight: 400
}

.request-a-demo-button {
    border-radius: 15px;
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-color);
    margin: 30px 30px 30px 0;
    padding: 10px 20px;
    font-size: 20px
}

.pricing-button:hover,
.request-a-demo-button:hover {
    color: var(--white-color);
    background-color: var(--dark-primary-color);
    border: 2px solid var(--dark-primary-color)
}

.pricing-button {
    border-radius: 15px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 20px;
    padding: 10px 20px
}

.about-us-descption {
    font-weight: 400;
    text-align: justify
}

.about-us-title-descption {
    font-size: 30px;
    line-height: 45px;
    font-weight: 400
}

.section-body {
    padding: 30px 0 0
}

.section-body:last-child .about-us-title-descption {
    margin-bottom: 0
}

[data-tab-info] {
    display: none
}

.services-offered-tab-row .card-flex {
    display: flex;
    align-items: center;
    padding: 15px 15px 0;
    justify-content: center
}

.services-offered-tab-row .card-body {
    padding-top: 0
}

.services-offered-tab-row .col {
    margin-top: 0
}

.services-offered-tab {
    margin-bottom: 50px
}

.customer-app-features-detail-feature .row,
.services-offered-tab-row,
.stunning-features-row .row,
.super-admin-panel-feature .row {
    margin: 0
}

.services-offered-tab .active[data-tab-info] {
    transition: 2s ease-in;
    display: block
}

.services-offered-tab .tab-content {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    border-radius: 15px;
    background-color: #f9f9f9;
    width: 88%;
    margin: auto
}

.services-offered-tab .tabs__tab {
    transition: 2s ease-in
}

.services-offered-tab .tabs {
    display: flex;
    margin: 0;
    justify-content: center
}

.services-offered-tab .tab-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000
}

.services-offered-tab .tab-title.active {
    color: var(--primary-color);
    background-color: #f9f9f9;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.services-offered-tab .tabs span {
    padding: 16px
}

.services-offered-tab .tabs span:hover {
    cursor: pointer
}

.services-offered-tab .card {
    border: 0;
    background-color: #f9f9f9
}

.all-in-one-app-subtitle {
    width: 91%;
    margin: auto;
    padding-block-end: 1em;
    color: #ccedce !important
}

.all-in-one-app-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
    margin: auto
}

.all-in-one-app-row p {
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid #ccedce;
    color: var(--white-color);
    margin: 48px 0;
    text-align: center
}

.customer-app-features-detail-feature .card-flex {
    display: flex;
    align-items: center;
    padding: 15px 15px 0
}

#stunning-features,
.customer-app-features-title-ui,
.driver-app-features-title-ui,
.service-app-features-title-ui,
.store-app-features-title-ui {
    background-color: #f2f6f9;
    padding: 50px 0
}

#technologies,
.customer-app-features-detail-feature,
.super-admin-panel-feature {
    padding: 50px 0
}

.customer-app-features-detail-feature .card,
.unique-from-others-row .card {
    border-radius: 20px;
    box-shadow: 0 0 10px 5px rgba(144, 146, 144, .32);
    -webkit-box-shadow: 0 0 10px 5px rgba(144, 146, 144, .32)
}

.customer-app-features-detail-feature h5 {
    margin-left: 10px
}

.view-more-features-button {
    border-radius: 15px;
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    text-align: center;
    padding: 10px 20px;
    width: fit-content;
    margin: 40px auto 0
}

.view-more-features-button a {
    color: var(--white-color);
    font-size: 20px;
    text-decoration: none
}

.stunning-features-row .card,
.super-admin-panel-feature .card {
    border-radius: 20px;
    box-shadow: 0 0 10px 5px rgba(144, 146, 144, .32);
    -webkit-box-shadow: 0 0 10px 5px rgba(144, 146, 144, .32);
    text-align: center
}

.stunning-features-row .card-flex,
.super-admin-panel-feature .card-flex,
.unique-from-others-row .card-flex {
    padding: 16px 16px 0
}

.stunning-features-row .card img,
.super-admin-panel-feature .card img,
.unique-from-others-row .card img {
    margin-bottom: 10px
}

.super-admin-panel-feature {
    background-color: #f2f6f9;
    padding: 2px 0 50px;
    margin-top: 30px
}

.super-admin-panel-feature-row .col {
    padding-left: 21px;
    padding-right: 21px
}

#cta {
    padding: 120px 0 90px
}

.cta-bg {
    background: linear-gradient(92.75deg, #c7f4ff .11%, #c8ffca 99.73%);
    height: 415px;
    border-radius: 35px;
    align-items: center
}

#cta-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.cta-2-button,
.cta-button {
    padding: 10px 20px;
    border-radius: 15px;
    background-color: var(--primary-color);
    color: var(--white-color);
    text-decoration: none
}

.cta-button {
    margin-left: 40px;
    font-size: 19px
}

.cta-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    margin-left: 40px
}

.cta-image {
    margin-top: -12%
}

.cta-title-margin-miuns {
    margin-top: -10%
}

.stunning-features-row {
    text-align: center
}

.how-gojek-clone-app-works-row h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px
}

.how-gojek-clone-app-works-row p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify
}

.how-gojek-clone-app-works-row li {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify
}

#cta-2 {
    background-image: url(../images/home-page/full-width-cta-bg.webp);
    padding: 110px 0
}

.cta-2-descrition {
    width: 60%;
    margin: auto auto 40px
}

.cta-2-button {
    font-size: 19px
}

.unique-from-others-row .row {
    margin-top: 0;
    margin-bottom: 30px
}

.faq-accordion {
    margin-top: 45px
}

.faq-accordion .accordion-button:focus,
.faq-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none
}

.faq-accordion .accordion-button {
    background-color: var(--faq-background-color);
    border-radius: 20px !important;
    font-size: 18px
}

.faq-accordion .accordion-body {
    font-size: 18px
}

.accordion-button::before {
    background-image: url(../images/home-page/plus.svg)
}

.accordion-button:not(.collapsed)::before {
    background-image: url(../images/home-page/minus.svg);
    transform: none
}

.contant-form-bg {
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 30px
}

input,
textarea {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 15px;
    border: 1px solid #727272;
    font-size: 20px
}

input[type=submit] {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color)
}

input[type=submit]:hover {
    background-color: var(--dark-primary-color);
    border-color: var(--dark-primary-color)
}


@media only screen and (max-width:991px) {
    .cta-bg {
        height: fit-content
    }

    .cta-image {
        margin-top: 0
    }

    .cta-title-margin-miuns {
        margin-top: 0;
        margin-bottom: 30px
    }

    .unique-from-others-row .row {
        margin: 0
    }

    #cta {
        padding: 90px 0 50px
    }

    .cta-button,
    .cta-title {
        margin-left: 0
    }

    .cta-2-descrition {
        width: 100%;
        margin: 0 0 40px
    }

    .online-delivery-services {
        flex-direction: column-reverse
    }
}