:root {
    /* theme color start*/
    --primary-color: #00CD7C;
    --normal-gradient: linear-gradient(270deg, #009A8E 0%, #03C076 100%);
    --neon-gradient: linear-gradient(90deg, #00D380 0%, #00C8E2 100%);
    --button-gradient: linear-gradient(90deg, #00D380 0%, #00C8E2 100%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(270deg, #001412 0%, #003933 100%);
}

#hit-the-market {
    background: linear-gradient(180deg, #003A34 0%, #001412 100%);
}

#why-choose-us-section {
    background: #001412;
}

#what-our-client-say {
    margin-top: 100px;
}

.section-button-white {
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 18px;
    display: block;
    font-weight: 600;
    line-height: 23.4px;
    width: fit-content;
    margin-top: 20px;
}

.section-button-white:hover {
    background: #ffffff;
    color: var(--primary-color);
}

.section-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    margin-bottom: 25px;
}

#hero-section {
    background-image: url('../../images/chefaa-clone-app/hero-section-bg-image.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-button {
    background: var(--button-gradient);
}

.about-us-bg {
    border-radius: 30px;
    padding: 40px 40px 0 0;
    background: white;
    box-shadow: 0px 5px 40px 0px #00000026;
}

.about-us-bg .section-description {
    margin-bottom: 15px;
}

#special-features-section {
    margin: 100px 80px 0 80px;
    padding: 30px;
    border-radius: 60px;
    background: url('../../images/chefaa-clone-app/Seamless-Medicine-Ordering-Workflow-bg.webp');
}

#special-features-section .nav-tabs {
    width: max-content;
    max-width: 100%;
    margin: auto;
    column-gap: 10px;
    align-items: center;
    overflow-x: scroll;
    flex-wrap: nowrap;
    padding: 10px;
}

#special-features-section .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

#special-features-section .nav-tabs .nav-link {
    background: transparent;
    border-radius: 30px;
    padding: 5px;
}

#special-features-section .nav-tabs .nav-link.active {
    border: 1px solid #FFFFFF;
}

#special-features-section .nav-tabs .nav-link span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 10px 15px;
    background: #FFFFFF26;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(50px);
    width: max-content;
}

.nav-tabs {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: 0 !important;
    margin: auto;
}

#special-features-section .nav-tabs .nav-link .tab-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28.6px;
    color: #FFFFFF;
    margin-bottom: 0;
}

#special-features-section .nav-tabs .nav-link.active .tab-title {
    font-weight: 600;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#special-features-section .nav-tabs .nav-link.active span {
    background: #FFFFFF;
}

.special-feature-card {
    color: #ffffff;
}

.special-feature-card .image {
    margin: 10px 0 10px 0;
}

.arrow-parrent {
    position: relative;
}

.arrow-2,
.arrow-1 {
    position: absolute;
    right: -18%;
}

.arrow-1 {
    bottom: 26%;
}

.arrow-2 {
    bottom: 34%;
}

.special-feature-card .description {
    max-width: 70%;
    margin: auto;
}

.special-feature-card .description p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

.on-demand-delivery-solution-row h4,
.on-demand-delivery-solution-row a {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 10px 0;
    display: block;
}

.on-demand-delivery-solution-row .card-1 h4,
.on-demand-delivery-solution-row .card-1 a {
    color: #116C6E;
}

.on-demand-delivery-solution-row .card-2 h4,
.on-demand-delivery-solution-row .card-2 a {
    color: #14B6C2;
}

.on-demand-delivery-solution-row .card-3 h4,
.on-demand-delivery-solution-row .card-3 a {
    color: #FF6F61;
}

.cta-1 {
    background: radial-gradient(71.97% 143.57% at 26.06% 100%, #5B018F 0%, #160027 100%);
    border-radius: 160px 160px 30px 30px;
    padding: 0 50px 0 80px;
    margin-top: 50px;
}

#cta-1 .section-button-white:hover {
    color: #4D0179;
}

#cta-3 .section-title .section-title-new.white,
#cta-2 .section-title .section-title-new.white,
#cta-1 .section-title .section-title-new.white {
    font-size: 34px;
    line-height: 1.2;
}

#cta-1 .cta-1-image {
    margin-top: -50px;
}

.nav-tabs::-webkit-scrollbar {
    display: none;
}

#app-features-section .nav-tabs {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    max-width: 100%;
    width: max-content;
    overflow-x: scroll;
    border-radius: 40px;
    padding: 10px;
    background: var(--normal-gradient);
}

#app-features-section .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    transition: none;
    border-radius: 25px;
    column-gap: 5px;
    border: 0;
    padding: 8px;
}

#app-features-section .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
}

#app-features-section .nav-link.active {
    border-radius: 30px;
    background: #FFFFFF26;
    border: 2px solid #FFFFFF4D;
    box-shadow: 0px 0px 20px 0px #00000033;
    backdrop-filter: blur(100px);
}

#app-features-section .nav-tabs .nav-link .tab-title {
    margin-left: 5px !important;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    color: #ffffff;
}

#app-features-section .tabs-section .tab-icon {
    transition: opacity .1s;
    width: 40px;
    height: 40px;
    display: none;
    padding: 10px;
    background: white;
    border-radius: 50%;
    fill: var(--primary-color);
}

#app-features-section .tabs-section .nav-link.active .tab-icon {
    align-items: center;
    display: flex;
    justify-content: center;
}

.app-features .feature-card {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
    background: white;
    box-shadow: 0px 0px 15px 0px #00000026;
}

.app-features .feature-card:hover {
    background: linear-gradient(270deg, #008075 0%, #008C55 100%);
    color: white;
}

.app-features .feature-name h4 {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 15px;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-features .feature-card:hover .feature-name h4 {
    background: white;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-features .feature-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 15px;
}

.app-features .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    padding: 5px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
}

.app-features .feature-icon svg path {
    fill: white;
}

.app-features .feature-card:hover .feature-icon path {
    fill: var(--primary-color);
}

.app-features .feature-card:hover .feature-icon {
    background: white;
}

#cta-3,
#cta-2 {
    margin-top: 50px;
}

.cta-2 {
    background: radial-gradient(100% 175.12% at 0% 50%, #1E0020 0%, #90009D 100%);
    border-radius: 30px;
    padding: 0 50px;
}

.cta-2-image {
    margin: -80px 0 -47px 0;
}

#cta-2 .section-button-white:hover {
    color: #400144;
}

.cta-3 {
    background: radial-gradient(64.41% 96.49% at 55.13% 0%, #005979 0%, #001C26 100%);
    border-radius: 50px;
    padding: 0 50px;
}

#cta-3 .section-button-white:hover {
    color: #002532;
}

.cta-3-image {
    margin: -70px 0 0 0;
}

#ui-slider {
    background-image: url('../../images/chefaa-clone-app/app-ui-bg-image.webp');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    padding: 30px 0;
}

#ui-slider .handyman-ui-tab {
    width: fit-content;
    margin: auto;
}

#ui-slider .handyman-ui-tab .nav-tabs {
    background: #FFFFFF33;
    border: 2px solid #FFFFFF4D;
    box-shadow: 0px 0px 30px 0px #00000066;
}

#ui-slider .handyman-ui-tab .nav-tabs .nav-link.active {
    background: #ffffff;
}

#ui-slider .handyman-ui-tab .circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--normal-gradient);
    display: none;
}

#ui-slider .handyman-ui-tab .nav-tabs .nav-link.active .circle {
    display: block;
}

#ui-slider .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border-radius: 30px;
    padding: 8px;
    margin: auto;
}

#ui-slider .handyman-ui-tab .nav-tabs .nav-link {
    background: transparent;
    border: 0;
}

#ui-slider .handyman-ui-tab .nav-tabs .nav-link.active {
    background: #fff;
}

#ui-slider .handyman-ui-tab .nav-tabs .nav-link.active .tab-title {
    font-weight: 600;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#ui-slider .tabs-section .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    width: max-content;
    flex-wrap: nowrap;
    transition: none;
}

#ui-slider .tabs-section .nav-tabs::-webkit-scrollbar {
    display: none;
}

#ui-slider .tabs-section .tab-title {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

#ui-slider .tabs-section .nav-tabs {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    list-style: none;
    overflow-x: scroll;
    column-gap: 10px;
    padding: 5px;
    border-radius: 30px;
    border: 0;
    width: 100%;
}

#restaurant-web-panel .feature-card {
    padding: 20px;
    margin-top: 30px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 15px 3px rgba(52, 52, 52, .07)
}

#restaurant-web-panel .feature-card:hover {
    box-shadow: 0px 0px 10px 3px #00B14F26;
}

#restaurant-web-panel .feature-card:hover .feature-name h4 {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#restaurant-web-panel h4 {
    font-weight: 600;
}

#restaurant-web-panel .website-all-features {
    max-height: 600px;
    overflow-y: scroll;
    padding: 10px 20px
}

#restaurant-web-panel .website-all-features::-webkit-scrollbar {
    display: none
}

.restaurant-web-panel-bg {
    position: relative;
    margin-top: 30px;
}

.restaurant-web-panel-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background: linear-gradient(270deg, #008075 0%, #008C55 100%);
    width: 60%;
    height: 102%;
    flex-shrink: 0;
    z-index: -1;
}

.restaurant-web-panel-image {
    margin-bottom: -25px;
}

#we-provide-section {
    background: url("../../images/chefaa-clone-app/what-we-provide-bg-image.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    margin-top: 100px;
}

.about-us-words {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 15px;
    margin-top: 20px;
}

.keywords-border-box {
    padding: 7px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(268.06deg, rgba(255, 255, 255, 0.1) 0.01%, rgba(255, 255, 255, 0.2) 98.36%);
    backdrop-filter: blur(50px);
}

.android-icon {
    max-width: 60px;
    padding: 14px 13px;
    fill: white;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(153, 153, 153, 0.1) 100%) padding-box,
        linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)border-box;
    border: 2px solid transparent;
}

.apple-icon {
    max-width: 60px;
    padding: 14px 17px;
    margin-left: 10px;
    fill: white;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(153, 153, 153, 0.1) 100%) padding-box,
        linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)border-box;
    border: 2px solid transparent;
}

.window-icon {
    margin-left: 10px;
    max-width: 60px;
    padding: 16px;
    fill: white;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(153, 153, 153, 0.1) 100%) padding-box,
        linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)border-box;
    border: 2px solid transparent;
}

.we-provide-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    background: var(--neon-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px 0;
}

.we-provide-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
    margin: 0;
}

#add-on-features .feature-list {
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-shadow: none;
    border-radius: 20px;
    padding: 20px;
}

#add-on-features .feature-list:hover {
    border: 1px solid var(--primary-color);
    box-shadow: 0px 0px 30px 0px #0000001A;
}

#add-on-features .feature-icon {
    padding: 5px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

#add-on-features .feature-list:hover .feature-icon svg path {
    fill: var(--primary-color);
}

#add-on-features .feature-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #303030;
    margin-bottom: 0;
}

#add-on-features .feature-list:hover .feature-title {
    font-style: normal;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#add-on-features .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: #303030;
    padding-top: 20px;
}

/* how we develop clone app section css start */
#how-we-develop-clone-app .tabs-section {
    background: #00CD7C0D;
    border: 1px solid #00CD7C80;
    box-shadow: 0px 0px 20px 0px #27BEAC26;
    border-radius: 25px;
    padding: 30px 30px 0 30px;
}

#how-we-develop-clone-app .nav-tabs .nav-item.show .nav-link {
    border-radius: 30px;
    border: 2px solid var(--primary-color);
}

#how-we-develop-clone-app .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    margin-right: 15px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    width: max-content;
    flex-wrap: nowrap;
    transition: none;
}

#how-we-develop-clone-app .nav-tabs .nav-link.active {
    background: var(--normal-gradient);
    border: 2px solid transparent;
}

#how-we-develop-clone-app .nav-tabs .nav-link p {
    margin: 0;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 600;
}

#how-we-develop-clone-app .nav-tabs {
    border: 0;
    margin: 0;
    justify-content: flex-start;
    width: auto;
    column-gap: 0px;
    padding: 10px;
    border-radius: 50px;
    border: 0;
    flex-wrap: nowrap;
    list-style: none;
    overflow-x: scroll;
    display: flex;
}

#how-we-develop-clone-app .nav-tabs .nav-item.show .nav-link,
#how-we-develop-clone-app .nav-tabs .nav-link.active p {
    background: #FFFFFF;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.how-we-develop-clone-app-list li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.how-we-develop-clone-app-list li::marker {
    font-size: 24px;
    color: var(--primary-color);
}

/* how we develop clone app section css end */

.development-process .feature-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: 25px;
    padding: 20px;
}

.development-process .feature-card:hover {
    background: linear-gradient(270deg, #017B70 0%, #007F4D 100%);
    color: #ffffff;
    box-shadow: none;
}

.development-process .step {
    font-family: 'Nunito';
    font-size: 64px;
    line-height: 87px;
    font-weight: 600;
    color: white;
    -webkit-text-stroke: 0px var(--primary-color);
    text-shadow: -1px -1px 0 var(--primary-color),
        1px -1px 0 var(--primary-color),
        -1px 1px 0 var(--primary-color),
        1px 1px 0 var(--primary-color);
}

.development-process .feature-card:hover .step {
    -webkit-text-stroke: 0px #ffffff;
    text-shadow: -1px -1px 0 #ffffff,
        1px -1px 0 #ffffff,
        -1px 1px 0 #ffffff,
        1px 1px 0 #ffffff;
    color: #008C55;
}

.development-process .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 15px;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
}

.development-process .feature-card:hover .feature-title {
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.development-process .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

@media only screen and (max-width: 1600px) {
    #we-provide-section .custom-container-left {
        padding-left: 5%;
    }

    #special-features-section {
        margin: 100px 20px 0 20px;
        padding: 20px 0;
    }

    .arrow-2,
    .arrow-1 {
        right: -21%;
    }
}

@media only screen and (max-width: 1400px) {
    .cta-1 {
        border-radius: 30px;
        padding: 0 50px;
    }

    #cta-1 .cta-1-image {
        margin-top: -30px;
    }

    .cta-3 {
        border-radius: 30px;
        padding: 0 50px;
    }

    .arrow-1,
    .arrow-2 {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .cta-1 {
        border-radius: 30px;
        padding: 20px 20px 0 20px;
    }

    .cta-2 {
        padding: 0 20px;
    }

    .about-us-bg {
        padding: 20px;
    }

    #special-features-section {
        border-radius: 30px;
    }

    .cta-1 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    #restaurant-web-panel .website-all-features {
        max-height: 500px;
    }
}

@media only screen and (max-width: 992px) {
    #restaurant-web-panel .website-all-features {
        max-height: none;
        overflow-y: unset;
        padding: 0;
    }

    .restaurant-web-panel-bg::before {
        display: none;
    }

    .restaurant-web-panel-image {
        margin-bottom: 10px;
        border-radius: 20px;
        background: linear-gradient(270deg, #008075 0%, #008C55 100%);
    }

    .cta-1-image,
    .cta-2-image,
    .cta-3-image {
        margin: 0 !important;
    }

    #cta-3,
    #cta-2 {
        margin-top: 0px;
    }

    #special-features-section {
        margin-top: 50px;
        padding: 20px 0;
    }

    .cta-2 {
        border-radius: 20px;
        padding: 20px 20px 0 20px;
    }

    .how-app-work-features .feature-description {
        font-size: 16px;
    }

    .cta-1 {
        border-radius: 20px;
        padding: 20px 20px 0 20px;
    }

    #ui-slider {
        margin-top: 50px;
    }

    .cta-3 {
        border-radius: 20px;
        padding: 20px 20px 0 20px;
    }
}

@media only screen and (max-width:768px) {
    .development-process .feature-title {
        margin-left: 10px;
        font-size: 20px;
        line-height: 1.5;
    }

    #how-we-develop-clone-app .tabs-section {
        padding: 20px;
    }

    #how-we-develop-clone-app .nav-tabs {
        border: 0;
        row-gap: 15px;
        justify-content: flex-start;
    }

    #add-on-features .feature-title {
        font-size: 18px;
        line-height: 1.5;
    }

    #add-on-features .feature-description {
        font-size: 16px;
        line-height: 1.5;
        padding-top: 15px;
    }

    #add-on-features .feature-list {
        border-radius: 20px;
        padding: 15px;
    }

    #restaurant-web-panel .feature-name h4 {
        font-size: 20px;
        line-height: 1.5;
    }

    #special-features-section .nav-tabs .nav-link .tab-title {
        font-size: 18px;
        line-height: 1.5;
    }

    .on-demand-delivery-solution-row h4,
    .on-demand-delivery-solution-row a {
        display: block;
        font-size: 20px;
    }

    #we-provide-section {
        background: linear-gradient(168.32deg, #00302D 2.09%, #00352A 49.7%, #000D09 97.16%);
    }

    #hero-section {
        background: linear-gradient(168.32deg, #00322A 2.09%, #001926 49.63%, #001125 97.16%);
    }

    #special-features-section {
        background: linear-gradient(168.32deg, #001B19 2.09%, rgba(0, 23, 18, 0.7) 49.63%, #005147 97.16%);
        border-radius: 20px;
    }

    #ui-slider {
        background: linear-gradient(168.32deg, #023428 2.09%, #02160F 49.7%, #0C5D51 97.16%);
    }

    #cta-3 .section-title .section-title-new.white,
    #cta-2 .section-title .section-title-new.white,
    #cta-1 .section-title .section-title-new.white {
        font-size: 22px;
        line-height: 1.5;
    }

    .development-process .step {
        font-size: 50px;
        line-height: 60px;
    }
}