:root {
    /* theme color start*/
    --primary-color: #E12374;
    --normal-gradient: linear-gradient(270deg, #8F003D 0%, #E12374 100%);
    --neon-gradient: linear-gradient(270deg, #E12374 0%, #FF5BA1 100%);
    --button-gradient: linear-gradient(270deg, #E12374 0%, #FF5BA1 100%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(360deg, #250010 0%, #4D0021 100%);
}

#hit-the-market {
    background: linear-gradient(360deg, #250010 0%, #4D0021 100%);
}

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

#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/flink-clone-app/hero-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

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

.about-us-image img {
    background: linear-gradient(270deg, #8F003D 0%, #E12374 100%);
    box-shadow: 0px 10px 30px 0px #79B46526;
    border-radius: 35px;
    padding: 15px 15px 0 15px;
}

.about-us-text {
    background: #E123740A;
    border: 1px solid #E1237480;
    box-shadow: 0px 0px 20px 0px #00AFF526;
    border-radius: 0 25px 25px 0;
    padding: 20px;
}

.about-us-text .section-title h2 {
    line-height: 1.2;
    margin-bottom: 10px;
}

.about-us-text .label {
    margin-bottom: 5px !important;
}

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

.how-app-work-features .feature-card {
    border: 1px solid #D3D3D3;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 25px 25px 25px;
    position: relative;
}

.how-app-work-features .feature-card img {
    position: absolute;
    top: 35px;
    left: 20px;
}

.how-app-work-features .feature-title {
    font-family: Nunito;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 10px 0;
    background: #303030;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.how-app-work-features .feature-card:hover .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-app-work-features .feature-card:hover {
    border: 1px solid var(--primary-color);
    box-shadow: 0px 0px 30px 0px #0000001A;
}


/* Run Your Business with These Modules start */
#run-business-modules {
    background: radial-gradient(50% 73.94% at 50% 27.12%, #53002D 0%, #430026 100%);
    padding: 50px 0;
    margin-top: 100px;
}

.run-business-modules-box {
    border-radius: 30px;
    padding: 25px 0px 0 25px;
    border: 1px solid #FFFFFF4D;
    background: #FFFFFF1A;
    box-shadow: 0px 0px 20px 0px #0000001A;
    backdrop-filter: blur(30px);
}

.run-business-modules-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
    color: white;
    margin-top: 15px;
}

.run-business-modules-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: white;
}

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

.keywords-border-box {
    padding: 7px 10px;
    border: 1px solid #FFFFFF80;
    background: transparent;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #FFFFFF;
}

/* Run Your Business with These Modules end */

.cta-1 {
    border-radius: 0px 250px 250px 0px;
    background: linear-gradient(90deg, #3C5DDF 0%, #001155 100%);
}

.cta-1-content {
    padding: 0 80px 0 0;
}

.cta-1-image {
    margin-bottom: -12px;
}

#cta-1 .section-button-white:hover {
    color: #0C2070;
}

#app-feature-section .feature-list.make-diffirent-than-other-list {
    border-radius: 20px;
    border: 1px solid transparent;
    background: #FFFFFF0D;
    box-shadow: 0px 0px 15px 0px #00000033;
}

#app-feature-section .feature-list.make-diffirent-than-other-list:hover {
    background: var(--normal-gradient);
    border: 1px solid #FFFFFF80;
    color: #ffffff;
}

#app-feature-section .make-diffirent-than-other-icon {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    background: var(--normal-gradient) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%) border-box;
}

#app-feature-section .feature-list:hover .make-diffirent-than-other-icon {
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(180deg, rgba(225, 35, 116, 0.5) 0%, rgba(225, 35, 116, 0) 100%) border-box;
}

#app-feature-section .feature-list:hover .make-diffirent-than-other-icon svg path {
    fill: var(--primary-color);
}

.fox-drive-admin-panel-img,
.stickey-features {
    position: sticky;
    top: 15%;
}

#app-feature-section .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 600;
}

#app-feature-section .feature-description {
    font-size: 18px;
    font-weight: 400;
}

#app-feature-section .feature-list:hover .feature-title {
    background: white;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


#ui-slider {
    background-image: url('../../images/flink-clone-app/ui-section-bg.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(--primary-color);
    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 {
    color: var(--primary-color);
}

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

/* admin panel feature section css start  */
#admin-panel-website-section .custom-container-left {
    padding-left: 5%;
}

#admin-panel-website-section .feature-list {
    position: relative;
    background: #FBFFF3;
    box-shadow: none !important;
    border: 1px solid var(--primary-color);
}

#admin-panel-website-section .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#admin-panel-website-section .feature-list:hover .feature-description {
    color: #303030;
}

#admin-panel-website-section .make-diffirent-than-other-icon svg path {
    fill: white !important;
}

#admin-panel-website-section .make-diffirent-than-other-icon {
    fill: white !important;
    position: relative;
    margin-right: 15px;
    padding: 10px;
    background: var(--primary-color);
    border-radius: 15px;
    border: 1px solid white;
}

#admin-panel-website-section .feature-list:hover .make-diffirent-than-other-icon svg path {
    fill: white !important;
}

#admin-panel-website-section .feature-list:hover.feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#panel-features-section {
    background: url(../../images/flink-clone-app/customer-website-features-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 28px 0;
    padding-bottom: 0;
    margin-top: 100px;
}

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

#panel-features-section .feature-card {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
    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);
}

#panel-features-section .feature-card:hover {
    background: #FFFFFF;
    border: 1px solid transparent;
}

#panel-features-section .feature-name h4 {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 15px;
    color: #ffffff;
}

#panel-features-section .feature-card:hover .feature-name h4 {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-style: italic;
}

#panel-features-section .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 15px;
    color: #ffffff;

}

#panel-features-section .feature-card:hover .feature-description {
    color: #303030;
}

#panel-features-section .website-all-features {
    padding-right: 30px;
}

#panel-features-section .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
}

#panel-features-section .feature-card:hover .feature-icon {
    background: var(--normal-gradient);
    border: 1px solid transparent;
}

#panel-features-section .feature-icon svg path {
    fill: #ffffff;
}

#panel-features-section .tabs-section .nav-tabs::-webkit-scrollbar {
    display: none
}

#panel-features-section .tabs-section .nav-tabs {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: fit-content;
    max-width: 100%;
    overflow-x: scroll;
    column-gap: 20px;
    border-radius: 40px;
    padding: 10px;
    background: #FFFFFF26;
    border: 1px solid #FFFFFF;
}

#panel-features-section .tabs-section .nav-link.active {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #00000026;
}

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

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

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

#panel-features-section .tabs-section .nav-link.active .tab-icon {
    opacity: 1;
    display: block;
}

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

#panel-features-section .tabs-section .tab-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
}

.book-features-bg {
    background: url(../../images/flink-clone-app/development-process-bg-pattern.webp), var(--normal-gradient);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 30px;
    padding: 20px;
}

.book-features .feature-card {
    border-radius: 20px;
    background: #FFFFFF;
    padding: 10px;
    margin-top: 20px;
}

.book-features .feature-name h4 {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-weight: 700;
    font-family: Nunito;
    margin-left: 10px !important;
}

.book-features .feature-description {
    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: #F52028;
}

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

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

.cta-2 {
    background: linear-gradient(93.85deg, #007864 -0.71%, #014338 100%);
    border-radius: 30px;
    padding: 50px 20px 0 50px;
}


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

@media only screen and (max-width: 1600px) {
    .cta-1-content {
        padding: 0 50px 0 80px;
    }

    #panel-features-section .custom-container-left {
        padding-left: 5%;
    }
}

@media only screen and (max-width: 1400px) {
    #run-business-modules .run-business-modules-box.android-box .text-start img {
        border-radius: 0 0 30px 0;
    }
}

@media only screen and (max-width: 1300px) {
    .cta-1-content {
        padding: 0 40px 0 60px;
    }
}

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

    .cta-2 .section-title p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .cta-2 .section-title-new.white {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .how-app-work-features .feature-title {
        font-size: 22px;
        line-height: 1.5;
    }

    #cta-1 .custom-container-right {
        padding-left: 0;
    }
}

@media only screen and (max-width: 992px) {
    .about-us-text {
        border-radius: 20px;
        margin-top: 20px;
    }

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

    .cta-1-image {
        margin-bottom: 0px;
    }

    .how-app-work-features .feature-title {
        font-size: 22px;
    }

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

    #cta-1 .custom-container-right {
        padding-left: 20px;
        padding-right: 20px;
    }

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

    .cta-1-content {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {

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

    #panel-features-section .custom-container-left {
        padding-left: 20px;
    }

    #panel-features-section .website-all-features {
        padding-right: 0;
    }

    #panel-features-section .feature-card {
        padding: 15px;
    }

    .run-business-modules-box {
        border-radius: 20px;
        padding: 10px 0px 0 10px;
    }

    .book-features-bg {
        background: var(--normal-gradient);
        border-radius: 30px;
    }

    .book-features {
        padding: 0;
    }

    .book-features .feature-name h4 {
        font-size: 22px;
        line-height: 1.5;
    }
}