/* Common Style starts */
:root {
    --page-primary-bg: #FFD100;
    --page-secondary-bg: #1E1E1E;
    --page-fade: #FFFFFF1A;
    --page-theme: #30AD1C;
    --text-theme: #0B0C0D;
    --text-grey : #58606A;
    --tick-icon: url(../images/taxi-images/check-icon.webp);
}

.highlight {
    color: var(--page-primary-bg);
}

.page-primary {
    background: var(--page-primary-bg);
}

.page-secondary {
    background: var(--page-secondary-bg);
}

.page-fade {
    background-color: var(--page-fade);
}

.page-theme {
    background-color: var(--page-theme);
}

.text-theme {
    color: var(--text-theme);
}

.fade--text {
    color: #FFFFFFB8;
}

.text-grey {
    color: var(--text-grey) !important;
}

html body {
    color: var(--text-theme) !important;
}

.link-white,
.link-white:hover {
    text-decoration: underline !important;
    color: var(--white-color) !important;
}

.link-title,
.link-title:hover {
    text-decoration: underline !important;
    color: var(--text-theme) !important;
}

.industry-block:hover .link-title,
.solution-block:hover .link-title {
    color: var(--white-color) !important;
}

.sections-wrapper h1,.sections-wrapper .h1,
.sections-wrapper h2,.sections-wrapper .h2,
.sections-wrapper h3,.sections-wrapper .h3,
.sections-wrapper h4,.sections-wrapper .h4,
.sections-wrapper h5,.sections-wrapper .h5,
.sections-wrapper h6,.sections-wrapper .h6 {
    color: var(--text-theme) !important;
}

.sections-wrapper .page-text {
    color: var(--page-primary-bg) !important;
}

.sections-wrapper .w-normal {
    font-weight: 400 !important;
}

.sections-wrapper .text-white {
    color: var(--white-color) !important;
}

.button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.button-primary,
.button-primary:hover {
    color: var(--page-secondary-bg);
    font-weight: 600 !important;
    background: var(--page-primary-bg) !important;
}

.button-secondary,
.button-secondary:hover {
    color: var(--white-color);
    font-weight: 600 !important;
    background: var(--page-secondary-bg) !important;
}

.button-white {
    color: var(--text-theme);
    font-weight: 600 !important;
    background: var(--white-color) !important;
}

.button-white:hover {
    color: var(--text-theme);
    background: var(--page-primary-bg) !important;
}

.button-secondary svg {
    animation: pulso-eff-2 2s infinite !important;
}

.button svg {
    animation: pulso-eff-1 2s infinite;
    border-radius: 100px;
}

.z-1 {
    position: relative;
    z-index: 1;
}

@keyframes pulso-eff-1 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 0 0 rgb(0 0 0 / 56%);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgb(0 0 0 / 0%);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulso-eff-2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgb(255 255 255 / 56%);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Hero Section */

.hero-section {
    background-image: url(../images/taxi-images/banner-intro.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-content {
    padding: 90px 0;
}

.seprator {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.check-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.check-list li {
    font-size: 20px;
    padding: 0 0 0 44px;
    position: relative;
    color: var(--white-color) !important;
}

.check-list li::before {
    content: '';
    background-image: var(--tick-icon);
    display: inline-block;
    position: absolute;
    inset: 1px auto 0 0;
    width: 28px;
    height: 28px;
    background-size: 28px;
    background-repeat: no-repeat;
}

/* Counter */

.counter-block {
    padding: 40px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    background-color: var(--page-primary-bg);
}

.counter-block.alternate-block {
    background-color: var(--page-secondary-bg);
}

.counter-block.alternate-block .counter-icon {
    background-color: var(--page-primary-bg);
}

.counter-icon,
.service--icon,
.solution-icon,
.benefit-icon,
.element-icon,
.industry-icon {
    width: 100%;
    max-width: 130px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--page-secondary-bg);
    clip-path: polygon(23.08% 0%, 100% 0%, 76.92% 100%, 0% 100%, 23.08% 0%);
}

/* Service Block */

.service--block {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.3s;
    background-color: var(--page-secondary-bg);
}

.service--img {
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.service--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.service--icon {
    background-color: var(--page-primary-bg);
    position: absolute;
    top: 40%;
    right: 40px;
}

.service--content {
    padding: 50px 30px 30px;
    height: 100%;
    transition: all 0.3s;
}

.service--block:hover .service--img img {
    scale: 1.1;
    transition: all 0.3s;
}

/* Solution Block */

.solution-slider .swiper-slide {
    height: auto !important;
}

.solution-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    background-color: var(--white-color);
    padding: 30px 30px;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.solution-block:hover {
    background-color: var(--page-secondary-bg);
}

.solution-block:hover .solution-icon {
    background-color: var(--page-primary-bg);
}

.solution-block:hover .solution-icon img {
    filter: invert();
}

.solution-block:hover h4,
.solution-block:hover p {
    color: var(--white-color) !important;
}

/* Benefit Block */

.benefit-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.benefit-block {
    display: grid;
    grid-template-columns: 2fr 7fr 1fr;
    column-gap: 40px;
    align-items: center;
    padding: 40px 40px;
    border: 4px solid var(--page-primary-bg);
    background-color: var(--white-color);
    transition: all 0.3s;
}

.benefit-text {
    text-align: center;
    font-size: 100px;
    font-weight: 700;
    background: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--page-primary-bg);
    -webkit-text-fill-color: transparent;
}

.benefit-icon {
    max-width: 190px;
    height: 130px;
    background-color: var(--page-primary-bg);
}

.benefit-block:hover {
    background-color: var(--page-secondary-bg);
    border-color: var(--page-secondary-bg);
}

.benefit-block:hover h4,
.benefit-block:hover p {
    color: var(--white-color) !important;
}

/* Elements Block */

.element-block {
    background: #FFFFFF1A;
    padding: 30px 30px;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.element-block:hover,
.element-block .element-icon {
    background-color: var(--page-primary-bg);
}

.element-block:hover .element-icon {
    background-color: var(--page-secondary-bg);
}
.element-block:hover .element-icon img {
    filter: invert();
}

.element-block:hover h4,
.element-block:hover p {
    color: var(--page-secondary-bg) !important;
}

/* Industry Block */

.industry-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}

.industry-block {
    background-color: var(--white-color);
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
    transition: all 0.3s;
    width: 100%;
}

.industry-icon {
    background-color: var(--page-primary-bg);
}

.industry-block:hover {
    background-color: var(--page-secondary-bg);
}

.industry-block:hover h4 {
    color: var(--white-color) !important;
}

/* CTA Wrapper */

.cta-wrapper {
    background-color: var(--page-primary-bg);
    padding: 50px 90px 0;
}

.light-intro::before {
    content: '';
    position: absolute;
    inset: auto 0 0;
    margin: auto;
    background: #F5F5F5;
    width: 100%;
    height: calc(100% - 25%);
    z-index: -1;
}

.dark-intro {
    background-color: var(--page-secondary-bg);
}

.dark-intro::before {
    content: '';
    position: absolute;
    inset: auto 0 0;
    margin: auto;
    background: #F5F5F5;
    width: 100%;
    height: calc(100% - 25%);
    z-index: 1;
}

/* Faq Block */

.new-faq .accordion-item {
    padding: 28px 0px !important;
}

.sections-wrapper .new-faq .accordion-item h2.accordion-header button {
    font-size: 24px !important;
}

/* Responsive */

@media (max-width: 1599px) {

    .sections-wrapper .padding-left {
        --page-width: 1200px;
        padding-left: calc(50% - (var(--page-width) / 2) + 12px);
    }

    .industry-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .industry-block {
        padding: 20px 20px;
    }

    .dark-intro::before {
        height: calc(100% - 18%);
    }
}

@media only screen and (max-width: 1399px) {

}

@media only screen and (max-width: 991px) {

    .check-list {
        margin-inline: auto;
        width: fit-content;
    }

    .banner-content {
        padding: 0;
    }

    .counter-block {
        padding: 20px 20px;
    }

    .counter-icon {
        max-width: 120px;
        height: 86px;
    }

    .cta-wrapper {
        padding: 40px 20px;
    }

    .benefit-block {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 767px) {

    .benefit-block {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .benefit-icon {
        margin: 0 auto 30px;
    }

    .element-block,
    .solution-block {
        padding: 20px 20px;
    }

    .service--content {
        padding: 40px 20px 20px;
    }

    .service--icon {
        top: 46%;
        right: 20px;
    }

    .industry-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}