* {
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #E77008;
    --normal-gradient: linear-gradient(89.25deg, #E79908 0.65%, #E75504 99.35%);
    --neon-gradient: linear-gradient(89.25deg, #FFB11E 0.65%, #FF6E1E 99.35%);
    --button-gradient: linear-gradient(89.25deg, #FFB11E 0.65%, #FF6E1E 99.35%);
    --section-title-gradient: linear-gradient(92.32deg, #FEA601 39.37%, #E75301 99.85%);
}

body {
    font-family: ibm-plex-sans;
    color: #303030;
}

/* service main pages css start  */
.feature-list:hover .feature-title,
.hero-title span,
.section-title span {
    -webkit-text-fill-color: transparent
}

.feature-image,
.section-button {
    position: relative
}

.section-button {
    width: fit-content;
    overflow: hidden
}

.section-description.white {
    color: #ffffff;
}

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

a {
    text-decoration: none;
}

.internal-page-link {
    font-weight: 600;
    color: #303030;
}

section {
    padding-top: 100px
}

.custom-container-left {
    padding-left: 15%
}

.custom-container-right {
    padding-right: 15%
}

#hero-section {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 20px;
    position: relative;
    overflow: visible;
}

/* Stats and Ratings Overlay */
.hero-overlay-wrapper {
    background: white;
    border-radius: 20px;
    box-shadow: 0px 5px 40px 0px #00000026;
    padding: 20px;
    margin-top: -100px;
    position: relative;
    /* z-index: 10; */
}

.stat-item {
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #E6E6E6;
}

@media (min-width: 992px) {
    .stat-item:not(:last-child)::after {
        display: block;
    }
}

.stat-item span {
    font-family: Nunito;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 5px;
}

.stat-item p {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.ratings-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.rating-item {
    border: 1px solid #AAAAAA;
    border-radius: 50px;
    padding: 10px 25px;
    gap: 0;
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.separator {
    width: 80%;
    margin: 20px auto 30px auto;
    border: 0.5px solid #E6E6E6;
}

.rating-item .score {
    font-size: 20px;
    font-weight: 600;
    color: #303030;
}

.hero-title.white {
    color: white;
}

.hero-title h1 {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 5px
}

.hero-title span {
    background: var(--neon-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px
}

.hero-button {
    background: var(--button-gradient);
    padding: 5px 5px 5px 10px;
    border-radius: 25px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 8px
}

.hero-button-icon,
.label {
    display: flex;
    align-items: center
}

.hero-button-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

.hero-button-icon i {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.hero-button-icon {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    padding: 10px;
    justify-content: center
}

.hero-button:hover .hero-button-icon {
    background-color: #fff
}

.hero-button:hover .hero-button-icon path {
    fill: var(--primary-color);
}

.hero-button:hover .hero-button-icon svg {
    transform: rotate(-35deg);
    transition: transform 0.3s ease;
}

.hero-button .hero-button-icon svg {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.section-button {
    background: var(--button-gradient);
    color: #fff
}

.section-title.white h2 {
    color: #fff;
    font-weight: 600
}

.label.white span,
.section-title p.white,
.section-title.white p {
    color: #fff
}

.section-title h2 {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    color: #303030;
    margin-bottom: 15px
}

.section-title .section-title-new {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #303030;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    display: block;
}

.section-title .section-title-new.white {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #ffffff;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    display: block;
}

.section-button-white {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-weight: 600;
    margin-top: 20px;
}

.section-button-white {
    font-size: 18px;
    line-height: 23.4px;
    width: fit-content;
}

.section-button-white:hover {
    background: #ffffff;
    color: #040c17;
}

.label span,
.section-title p {
    font-weight: 400;
    color: #303030
}

.section-title p {
    font-size: 18px;
    line-height: 23.4px
}

.section-title span {
    background: var(--section-title-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.label {
    padding: 6px 8px;
    border: 1.5px solid #aaa;
    width: fit-content;
    border-radius: 20px;
    margin-bottom: 15px !important
}

.label span {
    font-size: 14px;
    line-height: 15.6px
}

.label .circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--normal-gradient);
    margin-right: 8px
}

.label.white {
    border: 1px solid #fff
}

.label.white .circle {
    background: #fff
}

.keywords-border-box {
    padding: 7px 13px;
    border: 1px solid #aaa;
    border-radius: 30px
}

.section-button {
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 18px;
    display: block;
    font-weight: 500;
    transition: .3s ease-in-out;
}

.section-button:hover::before {
    animation: 1.5s ease-out shine;
}

.section-button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, .2), rgba(0, 0, 0, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 1
}

/* client css start*/
.what-our-client-say-readmore {
    width: fit-content;
    margin: 20px auto auto;
}

#what-our-client-say-home {
    background: linear-gradient(278.69deg, #150900 0%, #261000 10%, #120800 50%, #261000 90%, #150900 100%), url('../../assets/images/homepage/what-our-client-says-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    padding: 30px 10px;
    margin-top: 100px;
}

#what-our-client-say-home .client-card-home {
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(94, 94, 94, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid #FFFFFF4D;
    box-shadow: 0px 0px 10px 0px #00000026;
    backdrop-filter: blur(4px);
    padding: 20px 20px 0 20px;
    color: #ffffff;
}

#what-our-client-say-home .client-youtube-icon {
    position: absolute;
    bottom: 3.5%;
    right: 8%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.30);
    border-radius: 50%;
}

#what-our-client-say-home .card-body {
    padding: 0 0 20px 0;
}

.client-card-home .card-title {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;
}

.client-card-home .card-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 5px;
}

.client-card-home-image .testimonial-image-home {
    border-radius: 20px 20px 0 0;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #72675F;
}

#what-our-client-say-home .client-quote-icon {
    position: absolute;
    top: -5.8%;
    right: 5%;
}

/* client css end*/

.all-faqs .faq-icon {
    margin-bottom: -10px;
    margin-left: auto
}

.all-faqs .accordion-button.collapsed .faq-icon-close,
.all-faqs .accordion-button::after,
.all-faqs .accordion-button::before,
.all-faqs .faq-icon-open {
    display: none
}

.all-faqs .accordion-button.collapsed .faq-icon-open {
    display: inline
}

.all-faqs .accordion-button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 10px 0 15px;
    color: #303030;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5
}

.all-faqs .accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
    box-shadow: none
}

.all-faqs .accordion-body {
    border: none;
    box-shadow: none;
    padding: 0 0 15px;
    color: #303030;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5
}

.all-faqs .accordion-item {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 10px
}

.all-faqs .accordion-item:last-child {
    border-bottom: 0
}

/* indrive-app-feature-section css start */

.indrive-app-feature-card {
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px #F2F2F2;
}

.inner-page-service-cards .indrive-app-feature-card {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 237, 206, 0.3) 0%, rgba(255, 244, 224, 0.3) 100%);
    border: 1px solid #FEA50180;
    box-shadow: unset;
}

.indrive-app-feature-image {
    background: #FFFFFF;
    width: 60px;
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 10px;
    margin-top: -30px;
    box-shadow: 0px 0px 10px 0px #00000026;
}

.indrive-app-feature-body .card-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #303030;
}

.indrive-app-feature-body {
    padding-top: 10px;
}

.indrive-app-feature-body .card-text {
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
}

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

.inner-page-service-cards .indrive-app-feature-card:hover {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 237, 206, 0.5) 0%, rgba(255, 244, 224, 0.5) 100%);
    border: 1px solid #FEA501;
}

/* indrive-app-feature-section css end */

#benefits-section .feature-list.make-diffirent-than-other-list {
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 15px 0px #0000001A;
}

#benefits-section .feature-list.make-diffirent-than-other-list:hover {
    background: #FEA5011A;
    border: 1px solid #FEA501;
}

#benefits-section .make-diffirent-than-other-icon {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #FEA50180;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
}

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

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

#benefits-section .feature-title {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

#benefits-section .feature-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

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

#how-does-the-fox-jek-app-work-section {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 50px 50px 0 50px;
    margin: 100px 100px 0 100px;
    border-radius: 30px;
}

#how-does-the-fox-jek-app-work-section .how-work-steps {
    overflow-y: scroll;
    height: 32rem;
    padding-bottom: 30px;
}

#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: #FFFFFF1A;
    border: 2px solid #FFFFFF26;
    border-radius: 15px;
    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 h3 {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    line-height: 30.01px;
    color: #ffffff;
    margin-bottom: 0;
    padding-top: 10px;
}

#how-does-the-fox-jek-app-work-section .box {
    padding: 20px;
    background: #FFFFFF1A;
    border-radius: 15px;
    border: 2px 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;
    color: #ffffff;
    margin: 0;
}

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

.how-app-work-features .feature-card {
    background-color: white;
    border: 2px solid #F2F2F2;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 10px 30px 0px #F2F2F2;
}

.how-app-work-features .feature-title {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 700;
}

.how-app-work-features .feature-description {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
}

.how-app-work-features .feature-card:hover .feature-title {
    background: linear-gradient(90deg, #FEA601 0%, #E75301 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.how-app-work-features .feature-card:hover .step svg path {
    fill: url(#paint1_linear_361_1013);
}

.how-app-work-features .feature-card:hover {
    border: 2px solid #FF95364D;
    box-shadow: 0px 10px 30px 0px #FF953633;
}

/* technology-section css start */

#technology-section {
    background: url(../../services-assets/images/technology-we-use-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
    margin-top: 100px;
}

.technology {
    padding-top: 15px;
}

.technology-card {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 4px 4px 10px 0px #00000066;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(50px);
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
}

.technology-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 1px;
    /* border thickness */
    background: linear-gradient(108.82deg,
            rgba(255, 255, 255, 0.8) 0%,
            rgba(255, 255, 255, 0.3) 20%,
            rgba(255, 255, 255, 0.05) 50%,
            rgba(255, 255, 255, 0.3) 80%,
            rgba(255, 255, 255, 0.8) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
}

.technology-card:hover::before {
    border: 1px solid white;
    background: unset;
    -webkit-mask: unset;
    mask: unset;
    -webkit-mask-composite: unset;
    mask-composite: unset;
}

.technology-card .language {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    color: white;
}

.industry-features .industry-card {
    background-color: white;
    border: 2px solid #F2F2F2;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 10px 30px 0px #F2F2F2;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}

.industry-features .industry-card:hover {
    border: 2px solid #FF95364D;
    box-shadow: 0px 10px 30px 0px #FF953633;
}

.industry-features .industry-title {
    font-family: Nunito;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
    transition: background 0.3s ease, -webkit-text-fill-color 0.3s ease;
}

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

.industry-card .card-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .industry-card .card-img-wrap img {

} */

.industry-card .card-img-wrap .img-normal {
    display: flex;
}

.industry-card .card-img-wrap .img-hover {
    display: none;
}

.industry-card:hover .card-img-wrap .img-normal {
    display: none;
}

.industry-card:hover .card-img-wrap .img-hover {
    display: flex;
}

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

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

    .hero-title h1 {
        font-size: 30px;
        line-height: 1.5;
    }

    .hero-title p {
        font-size: 18px;
        line-height: 26px;
    }

    .hero-button-text p {
        color: #fff;
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 1.5;
    }

    .section-title .section-title-new {
        font-size: 30px;
        line-height: 1.5;
    }

    .section-title .section-title-new.white {
        font-size: 30px;
        line-height: 1.5;
    }

    #what-our-client-say-home {
        background-size: 100% 100%;
        background-position: center center;
        background: linear-gradient(278.69deg, #150900 0%, #261000 10%, #120800 50%, #261000 90%, #150900 100%), url('../../assets/images/homepage/what-our-client-says-bg-medium.webp');
    }
}

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

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

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

@media only screen and (max-width: 1200px) {
    .custom-container-left {
        padding: 0 20px
    }

    .custom-container-right {
        padding: 0 50px
    }
}

@media only screen and (max-width: 992px) {
    #hero-section {
        padding-top: 100px;
    }

    #how-does-the-fox-jek-app-work-section {
        padding: 20px 20px 0 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .custom-container-left,
    .custom-container-right {
        padding: 0 20px;
    }

    #what-our-client-say-home {
        background: linear-gradient(278.69deg, #150900 0%, #261000 10%, #120800 50%, #261000 90%, #150900 100%);
    }

    #technology-section {
        background: linear-gradient(347.76deg, #121100 -1.23%, #3B0D00 49.38%, #060000 100%);
    }

    .indrive-app-feature-card {
        margin-top: 30px;
    }
}

@media only screen and (max-width:768px) {
    #how-does-the-fox-jek-app-work-section {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 50px;
        padding: 20px 10px;
    }

    #how-does-the-fox-jek-app-work-section .step-content h3 {
        font-size: 20px;
        padding-top: 0px;
    }

    #how-does-the-fox-jek-app-work-section .step-content {
        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;
    }

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

    .stat-item:not(:last-child)::after {
        display: none;
    }

    .hero-overlay-wrapper {
        margin-top: -60px;
    }

    .stat-item:nth-child(2n)::after {
        display: none;
    }

    .stat-item span {
        font-size: 30px;
    }

    .stat-item p {
        font-size: 16px;
    }

    #benefits-section .feature-title,
    .indrive-app-feature-body .card-title {
        font-size: 20px;
    }

    .ratings-bar {
        gap: 20px;
    }

    .rating-item .score {
        font-size: 18px;
    }

    #benefits-section .feature-list.make-diffirent-than-other-list {
        padding: 15px;
    }

    .section-button-white {
        border-radius: 20px;
        padding: 5px 10px;
        font-size: 16px;
        margin-top: 10px;
    }

    section {
        padding-top: 50px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .section-title .section-title-new {
        font-size: 22px;
    }

    .section-title .section-title-new.white {
        font-size: 22px;
    }

    .hero-title.white h1,
    .hero-title h1 {
        font-size: 25px;
        line-height: 1.5;
    }

    .hero-title.white p,
    .hero-title p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    #benefits-section .feature-description {
        font-size: 16px;
        line-height: 1.5;
    }

    .hero-button-text p {
        font-size: 18px;
    }

    .hero-button {
        padding: 4px 5px 4px 8px;
        column-gap: 5px;
    }

    .section-title p {
        font-size: 14px;
        line-height: 1.5;
    }

    #technology-section,
    #what-our-client-say-home {
        margin-top: 50px;
    }

    .all-faqs .accordion-button {
        padding: 5px 5px 10px 5px;
        font-size: 16px;
    }

    .all-faqs .accordion-body {
        padding: 5px 5px 10px 5px;
        font-size: 14px;
    }
}