:root {
    /* theme color start*/
    --primary-color: #2A55E5;
    --normal-gradient: linear-gradient(90deg, #2A55E5 0%, #082CA6 100%);
    --neon-gradient: linear-gradient(90deg, #6180E5 0%, #0F55D7 102.98%);
    --button-gradient: linear-gradient(90deg, #6180E5 0%, #0F55D7 102.98%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(94.46deg, #010E39 0%, #000410 99.92%);
}

#hit-the-market {
    background: linear-gradient(360deg, #000410 0.77%, #010F40 100.86%);
}

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

#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);
}

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

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

.about-us-image img {
    border-radius: 20px;
}

.how-app-work-steps .step-card {
    margin-top: 25px;
}

.how-app-work-steps .step-tag {
    background: rgba(42, 85, 229, 0.1);
    border: 1px solid rgba(42, 85, 229, 0.5);
    border-radius: 30px;
    width: fit-content;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 10px;
}

.how-app-work-steps .step {
    font-family: Nunito;
    background: #C5D2FF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #C5D2FF;
    -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);
}

.how-app-work-steps .step-title {
    font-family: "Nunito";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    background: var(--normal-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.how-app-work-steps .step-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

.provide-sticky,
.how-app-work-image {
    position: sticky;
    top: 10%;
}

#app-features-section {
    background: radial-gradient(67.42% 68.85% at 41.92% 31.15%, #003481 0%, #00112B 100%);
    margin-top: 100px;
    padding: 30px 0;
}

#app-features-section .feature-list {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(115, 115, 115, 0.05) 100%);
    border: 1px solid #FFFFFF80;
    box-shadow: 0px 0px 20px 0px #0000001A;
    backdrop-filter: blur(100px);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 25px;
}

#app-features-section .feature-list::last-child {
    margin-bottom: 0;
}

#app-features-section .feature-list:hover {
    background: #ffffff;
}

#app-features-section .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 5px;
    border: 0.5px solid #FFFFFF;
    border-radius: 10px;
    margin-right: 15px;
}

#app-features-section .feature-list:hover .feature-icon {
    background: var(--normal-gradient);
}

#app-features-section .feature-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
}

#app-features-section .feature-list:hover .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: italic;
}

#app-features-section .feature-description {
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 0 0;
    color: #ffffff;
}

#app-features-section .feature-list:hover .feature-description {
    color: #303030;
}

.app-feature-img {
    position: sticky;
    top: 15%;
}

#what-we-provide-section .feature-list.make-diffirent-than-other-list {
    border: 1px solid #2A55E533;
    box-shadow: none;
}

#what-we-provide-section .feature-list.make-diffirent-than-other-list:hover {
    border: 1px solid var(--primary-color);
    background: none;
    box-shadow: 0px 0px 30px 0px #0000001A;
}

#what-we-provide-section .make-diffirent-than-other-icon {
    position: relative;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 50%;
    border: 2px solid transparent;
    fill: #ffffff;
    background: linear-gradient(white, white) padding-box,
        var(--normal-gradient) border-box;
}

#what-we-provide-section .feature-list:hover .make-diffirent-than-other-icon svg path {
    fill: white;
}

#what-we-provide-section .feature-list:hover .make-diffirent-than-other-icon {
    background: var(--normal-gradient) padding-box,
        linear-gradient(#FFFFFF99, #FFFFFF99) border-box;
}

#what-we-provide-section .feature-title {
    background: #303030;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 600;
}

#what-we-provide-section .feature-description {
    color: #303030;
    font-size: 18px;
    font-weight: 400;
}

#what-we-provide-section .feature-list.make-diffirent-than-other-list:hover .feature-description {
    color: #303030;
}

#what-we-provide-section .feature-list.make-diffirent-than-other-list:hover .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-1 {
    background: linear-gradient(93.66deg, #01888D 4.33%, #002C2D 100%);
    border-radius: 40px;
    padding: 0px 30px;
}

#cta-1 .section-button-white:hover {
    color: #006F72;
}

.cta-2 {
    background: linear-gradient(92.55deg, #610270 0%, #19001D 100%);
    border-radius: 100px 100px 0 0;
    padding: 30px 30px 0 30px;
}

.cta-2-image {
    margin-top: -90px;
}

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

#admin-features-section {
    background: linear-gradient(104.28deg, #012E71 0%, #000610 100%);
    margin-top: 100px;
    padding: 30px 0;
}

#admin-features-section .feature-list.make-diffirent-than-other-list {
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(115, 115, 115, 0.05) 100%);
    border: 1px solid #FFFFFF26;
    box-shadow: 0px 0px 20px 0px #0000001A;
    backdrop-filter: blur(100px);
    color: #ffffff;
    margin-bottom: 0;
}

#admin-features-section .feature-list.make-diffirent-than-other-list:hover {
    background: #FFFFFF;
    color: #303030;
}

#admin-features-section .make-diffirent-than-other-icon {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #FFFFFF99;
}

#admin-features-section .feature-list:hover .make-diffirent-than-other-icon {
    background: var(--normal-gradient);
}

#admin-features-section .feature-list:hover .make-diffirent-than-other-icon path {
    fill: #FFFFFF;
}

#admin-features-section .feature-title {
    background: linear-gradient(white, white);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}

#admin-features-section .feature-list.make-diffirent-than-other-list:hover .feature-title {
    font-style: italic;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#admin-features-section .feature-list.make-diffirent-than-other-list:hover .feature-description {
    color: #303030;
}

/* how does clone app work section start */
.how-app-work-box-title {
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    background: #ffffff;
    width: fit-content;
    color: var(--primary-color);
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 30px;
    margin: -35px auto 16px auto;
}

.how-app-work-box {
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    background: #ffffff;
    margin-bottom: 35px !important;
    padding: 5px 10px;
}

.how-app-work-box:last-child {
    margin-bottom: 0;
}

.how-app-work-box .how-app-work-box-description {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.how-app-work-box:hover .how-app-work-box-title {
    background: var(--normal-gradient);
    color: white;
}

.how-app-work-box:hover {
    background: #2A55E51A;
}

/* how does clone app work section end */
#restaurant-web-panel .feature-card {
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px #00000026;
}

#restaurant-web-panel .feature-name h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

#restaurant-web-panel .feature-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5
}

.restaurant-web-panel-image {
    padding: 20px 0;
}

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

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

.restaurant-web-panel-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: #C6D2FD;
    width: 70%;
    height: 96%;
    flex-shrink: 0;
    z-index: -1;
}

.restaurant-web-panel-bg {
    position: relative;
}

@media only screen and (max-width: 992px) {
    #what-we-provide-section .feature-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

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

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

    #what-we-provide-section .make-diffirent-than-other-icon {
        margin-right: 10px;
        width: 50px;
        height: 50px;
        padding: 5px;
    }

    #app-features-section {
        margin-top: 50px;
        padding: 30px 0;
    }

    .app-feature-img {
        position: unset;
        top: unset;
        padding: 0 20px;
    }

    .how-app-work-box-title {
        padding: 10px;
        margin: -30px auto 16px auto;
    }

    .restaurant-web-panel-image {
        padding: 20px 0 0 0;
        text-align: center;
    }

    .restaurant-web-panel-bg::before {
        border-radius: 20px;
        width: 100%;
        height: 100%;
        padding: 20px;
    }

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

@media only screen and (max-width: 768px) {
    #hit-the-market {
        margin-top: 50px;
    }

    .how-app-work-box-title {
        font-size: 18px;
    }

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

    .how-app-work-steps .step-title,
    .how-app-work-steps .step-description {
        font-size: 16px;
    }

    .how-app-work-steps .step {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    #app-features-section .feature-title {
        font-size: 20px;
    }

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

    #restaurant-web-panel .website-all-features {
        padding: 0 10px;
    }
}