:root {
    /* theme color start*/
    --primary-color: #FF6F61;
    --normal-gradient: linear-gradient(270deg, #B90606 0%, #FF5140 100%);
    --neon-gradient: linear-gradient(90deg, #FF8000 0%, #FF3622 100%);
    --button-gradient: linear-gradient(90deg, #FF8000 0%, #FF3622 100%);
    /* theme color end*/

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

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

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

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

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

#special-features-section {
    margin-top: 100px;
    padding: 30px;
    background: url('../../images/1mg-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;
}

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

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

.cta-1 {
    background: radial-gradient(52.05% 113.88% at 97.84% -13.88%, #20001E 0%, #8F0186 100%);
    border-radius: 160px 160px 30px 30px;
    padding: 0 50px 0 80px;
}

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

.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, #C22222 0%, #F04939 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-2 {
    margin-top: 50px;
}

.cta-2 {
    background: radial-gradient(100% 175.12% at 0% 50%, #10002A 0%, #3A009D 100%);
    border-radius: 20px;
    padding: 0 50px;
}

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

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

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

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

#ui-slider {
    background-image: url('../../images/1mg-clone-app/UI-section-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(--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%;
}

#what-we-provide-section {
    margin-top: 100px;
    padding: 0px 50px;
}

.what-we-provide-section-bg {
    background: linear-gradient(99.81deg, #FFEFEE 11.1%, #FFEFEE 100%);
    border-width: 1px;
    border-color: #FF6F6199;
    border-style: solid;
    padding: 20px;
    border-radius: 50px;
}

.run-business-modules-box {
    padding: 20px;
    border-radius: 30px;
    border: 1px solid transparent;
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, var(--normal-gradient) border-box;
}

.apple-icon {
    margin-left: 10px;
}

.android-icon,
.apple-icon,
.window-icon {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(99.81deg, #FFEFEE 11.1%, #FFEFEE 100%);
    border: 1px solid var(--primary-color);
}

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

#what-we-provide-section .keywords-border-box {
    padding: 7px 13px;
    background: #FFFFFF;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    color: var(--primary-color);
}

.run-business-modules-title {
    font-family: "Nunito";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 15px 0;
    text-align: left;
}

#what-we-provide-section .tab-img {
    background: radial-gradient(66.66% 66.66% at 27.27% 20.74%, #210000 0%, #1F0003 100%);
    border-radius: 30px;
}

#admin-panel-section .make-diffirent-than-other-icon {
    margin-right: 15px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #0A2C14;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

#admin-panel-section .feature-title {
    color: #FFFFFF;
}

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

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

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

.admin-image {
    margin-bottom: -180px;
}

#admin-panel-section .feature-list {
    border: 1px solid #9999994D;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.2) 100%);
    backdrop-filter: blur(60px);
    box-shadow: 7px 7px 30px 0px #0000004D;
}

#admin-panel-section .feature-description {
    color: #FFFFFF;
}

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

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

#admin-panel-section .feature-list:hover {
    background: #FCFCFC;
    box-shadow: 0px 0px 20px 0px #0000004D;
}

.admin-bg {
    padding: 175px 57px 35px 57px;
    background: linear-gradient(94.98deg, #370705 0.42%, #360400 100%);
}

#how-does-the-fox-jek-app-work-section {
    padding: 50px 50px 0 50px;
    margin: 100px 50px 0px 50px;
    border-radius: 50px;
    border: 1px solid var(--primary-color);
}

#how-does-the-fox-jek-app-work-section .how-work-steps {
    overflow-y: scroll;
    height: 34rem;
}

#how-does-the-fox-jek-app-work-section .how-work-steps::-webkit-scrollbar {
    display: none;
}

#how-does-the-fox-jek-app-work-section .step-content {
    margin-bottom: 20px;
    padding-left: 70px;
    position: relative;
    text-align: left;
}

#how-does-the-fox-jek-app-work-section .step-count {
    background: linear-gradient(99.81deg, #FFEFEE 11.1%, #FFEFEE 100%);
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

#how-does-the-fox-jek-app-work-section .step-content h4 {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    line-height: 30.01px;
    margin-bottom: 0;
    padding-top: 10px;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#how-does-the-fox-jek-app-work-section .box {
    padding: 20px;
    background: #FFF1F0;
    border-radius: 20px;
    border: 1px solid #FFFFFF26;
    margin-top: 15px;
}

#how-does-the-fox-jek-app-work-section .step-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
}

#how-does-the-fox-jek-app-work-section .step-content:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 50px;
    bottom: -40px;
    width: 1px;
    border-left: 2px dashed var(--primary-color);
}

.what-make-script-special-svg {
    border-radius: 15px;
    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;
    width: 60px;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-make-script-special-horizontal {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.what-make-script-special-horizontal div {
    width: 60px;
}

.what-make-script-special-horizontal .card-title {
    width: 180px;
}

.what-make-script-special-horizontal .card-text {
    width: 555px;
}

.what-make-script-special-vertical .card-text {
    margin-top: 20px;
}

.what-make-script-special-row .card {
    border-radius: 25px;
    background: linear-gradient(270deg, rgba(194, 34, 34, 0.05) 0%, rgba(240, 73, 57, 0.05) 100%);
    border: 2px solid var(--primary-color);
}

.what-make-script-special-row .card:hover {
    background: var(--normal-gradient);
}

.what-make-script-special-row .card:hover .card-title {
    background: #FFFFFF;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what-make-script-special-row .card:hover .card-text {
    color: #FFFFFF;
}

.what-make-script-special-row .card:hover .what-make-script-special-svg {
    background: #ffffff;
}

.what-make-script-special-row .card:hover .what-make-script-special-svg path {
    fill: var(--primary-color);
}

.what-make-script-special-row .card-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
}

.what-make-script-special-row .card-text {
    font-family: ibm-plex-sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
}

@media only screen and (max-width: 1600px) {
    #how-does-the-fox-jek-app-work-section {
        padding: 20px 20px 0 20px;
    }

    #how-does-the-fox-jek-app-work-section .how-work-steps {
        height: 26rem;
    }
}

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

    #how-does-the-fox-jek-app-work-section {
        margin: 100px 50px 0px 50px;
    }
}

@media only screen and (max-width: 1200px) {
    #what-we-provide-section {
        margin-top: 50px;
        padding: 0px 20px;
    }

    #how-does-the-fox-jek-app-work-section .how-work-steps {
        height: unset;
    }

    #how-does-the-fox-jek-app-work-section .step-content {
        margin-bottom: 20px;
        padding-left: 65px;
    }

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

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

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

    .admin-bg {
        padding: 175px 20px 35px 20px;
    }
}

@media only screen and (max-width: 992px) {
    .what-make-script-special-horizontal {
        flex-direction: column;
        align-items: start;
    }

    .what-make-script-special-vertical .card-text {
        margin-top: 0px;
    }

    .what-make-script-special-horizontal .card-text {
        width: 100%;
    }

    .what-make-script-special-row .card-title {
        font-size: 20px;
        line-height: 1.5;
        margin-top: 5px;
        width: 100%;
    }

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

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

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

    #admin-panel-section .feature-title {
        font-size: 20px;
        line-height: 1.3;
    }

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

@media only screen and (max-width:768px) {
    .what-make-script-special-row .card-title {
        font-size: 18px;
        line-height: 1.5;
    }

    .what-make-script-special-horizontal {
        flex-wrap: wrap;
    }

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

    #what-we-provide-section {
        padding: 0px 10px;
    }

    #admin-panel-section .feature-list {
        border-radius: 20px;
        padding: 15px;
    }

    #how-does-the-fox-jek-app-work-section .step-content h4 {
        font-family: Nunito;
        font-size: 18px;
        padding-top: 0px;
    }

    #how-does-the-fox-jek-app-work-section {
        padding: 20px 0px;
        margin: 50px 20px 0 20px;
        border-radius: 20px;
    }

    #how-does-the-fox-jek-app-work-section .step-content {
        margin-bottom: 20px;
        padding-left: 60px;
    }

    #how-does-the-fox-jek-app-work-section .box {
        padding: 10px;
        margin-top: 10px;
    }

    #how-does-the-fox-jek-app-work-section .step-content p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    #how-does-the-fox-jek-app-work-section .step-count {
        width: 40px;
        height: 40px;
    }

    .step-count svg {
        width: 20px;
        height: 20px;
    }

    #how-does-the-fox-jek-app-work-section .step-content:not(:last-child)::after {
        left: 20px;
        top: 39px;
        bottom: -20px;
    }

    #hero-section {
        background: linear-gradient(168.32deg, #250101 2.09%, rgba(89, 22, 4, 0.9) 49.63%, #290101 97.16%);
    }

    #special-features-section {
        background: linear-gradient(168.32deg, #350400 2.09%, #632500 49.63%, #310400 97.16%);
    }

    #ui-slider{
        background: linear-gradient(168.32deg, #270105 2.09%, #522000 49.63%, #260105 97.16%);
    }
}