:root {
    /* theme color start*/
    --primary-color: #14B6C2;
    --normal-gradient: linear-gradient(90deg, #14B6C2 0%, #007982 100%);
    --neon-gradient: linear-gradient(90deg, #04BDCA 0%, #18ACE2 100%);
    --button-gradient: linear-gradient(90deg, #04BDCA 0%, #18ACE2 100%);
    /* theme color end*/

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

#hit-the-market {
    background: linear-gradient(180deg, #012F32 0%, #001214 100%);
}

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

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

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

#about-us-section img {
    background: linear-gradient(121.46deg, #14B6C2 3.47%, #002528 99.08%);
    border-radius: 20px;
}

.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: #FF6F61;
}

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

#special-features-section {
    margin-top: 100px;
    padding: 30px;
    background: url('../../images/netmeds-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;
    background: #FFFFFF33;
    border: 2px solid #FFFFFF4D;
    box-shadow: 0px 0px 30px 0px #00000066;
    border-radius: 30px;
}

#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 {
    background: #ffffff;
}

#special-features-section .nav-tabs .nav-link span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    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-feature-card {
    color: #ffffff;
}

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

.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;
}

.cta-1 {
    background: linear-gradient(269.42deg, #3C0091 1.43%, #1D093A 99.5%);
    border-radius: 30px;
    padding: 0 30px 0 50px;
}

#cta-1 {
    margin-top: 20px;
}

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

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

.cta-2 {
    background: radial-gradient(100% 175.12% at 0% 50%, #401200 0%, #9A2E00 100%);
    border-radius: 30px;
    padding: 0 30px 0 50px;
}

.cta-2-image img {
    margin: -25px 0 -20px 0;
}

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

.cta-3 {
    background: radial-gradient(64.41% 96.49% at 55.13% 0%, #790031 0%, #26000E 100%);
    border-radius: 50px;
    padding: 0 30px 0 50px;
}

.cta-3-image img {
    margin-top: -20px;
}

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

.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: #FFFFFF1A;
    border: 1px solid var(--primary-color) !important;
}

#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: var(--normal-gradient);
}

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

#app-features-section .nav-link.active .tab-title {
    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(90deg, #00B1BE 0%, #006A72 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: 100%;
    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;
}

.feature-section-image img {
    background: linear-gradient(142deg, #14B6C2 -21.74%, #002629 100%);
    border-radius: 20px;
}

#ui-slider {
    background-image: url('../../images/netmeds-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: #FFFFFF1A;
    border: 1px solid var(--primary-color) !important;
}

#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);
    font-weight: 600;
}

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

/* make-diffirent-than-other section css start */
#what-is-make-diffirent-than-other .make-diffirent-than-other-list {
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    background: linear-gradient(271.15deg, #EFFEFF 0%, #FFFFFF 100%);
    box-shadow: none;
}

#what-is-make-diffirent-than-other .make-diffirent-than-other-list:hover {
    background: linear-gradient(272.76deg, #075B61 0%, #14B6C2 99.9%);
}

#what-is-make-diffirent-than-other .make-diffirent-than-other-icon {
    position: relative;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--normal-gradient);
}

#what-is-make-diffirent-than-other .feature-list:hover .make-diffirent-than-other-icon {
    background: #ffffff;
}

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

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

#what-is-make-diffirent-than-other .feature-list:hover .feature-title {
    background: #FFFFFF;
    background-clip: text;
    -webkit-background-clip: text;
}

/* make-diffirent-than-other section css end */


/* Run Your Business with These Modules start */
.run-business-modules-box {
    border-radius: 30px;
    padding: 25px 0px 0 25px;
    background: radial-gradient(50% 73.94% at 50% 27.12%, #037982 0%, #085C62 100%);
}

.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;
    padding-right: 20px;
    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 */

.unlock-delivery-success-bg {
    border-radius: 40px;
    background: var(--normal-gradient);
    padding: 30px;
}

#unlock-delivery-success .feature-card {
    padding: 15px 20px;
    border-radius: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

#unlock-delivery-success .feature-card svg {
    width: 26px;
    height: 26px;
}

#unlock-delivery-success .feature-card h4 {
    font-family: Nunito;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 10px 0;
}

#unlock-delivery-success .feature-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

#unlock-delivery-success .key-feature-icon-second {
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    margin: 5px;
    padding: 8px;
    width: fit-content;
}

#unlock-delivery-success .key-feature-icon-first {
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    margin-right: 15px;
    width: fit-content;
}

#development-process-section .feature-card {
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px #00000026;
    background: #FFFFFF;
}

#development-process-section .feature-name h3 {
    font-size: 22px;
    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;
}

#development-process-section .feature-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5
}

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

#development-process-section .website-all-features {
    max-height: 700px;
    overflow-y: scroll;
    padding: 10px;
}

.development-process-bg::before {
    content: "";
    border: 10px solid #ffffff;
    outline: 1px solid var(--primary-color);
    position: absolute;
    top: 0.5%;
    bottom: 0;
    left: -3%;
    margin: 5px;
    border-radius: 20px;
    background: #CDFBFE;
    width: 65%;
    height: 100%;
    flex-shrink: 0;
    z-index: -1;
}

.development-process-bg {
    position: relative;
}

/* 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: #14B6C21A;
}

/* how does clone app work section end */

@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: 1200px) {

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

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

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

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

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

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

    .development-process-bg::before {
        display: none;
    }

    #development-process-section .feature-card {
        padding: 15px;
        margin-top: 20px;
    }

    #development-process-section .website-all-features {
        max-height: unset;
        overflow-y: unset;
        padding: 0px;
    }

    .development-process-image img {
        border: 10px solid #ffffff;
        outline: 1px solid var(--primary-color);
        margin: 5px;
        border-radius: 20px;
        background: #CDFBFE;
        padding: 10px 10px 0 10px;
    }
}

@media only screen and (max-width:768px) {
    .how-app-work-box-title {
        font-size: 18px;
    }

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

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

    #special-features-section {
        background: linear-gradient(168.32deg, #002524 2.09%, #015151 49.63%, #003536 97.16%);
    }

    #unlock-delivery-success .feature-card h4 {
        font-size: 20px;
        line-height: 1.5;
    }

    #unlock-delivery-success .feature-card p {
        font-size: 16px;
        line-height: 1.5;
    }

    #unlock-delivery-success .feature-card {
        padding: 15px;
        border-radius: 20px;
    }

    .unlock-delivery-success-bg {
        padding: 15px;
    }
}