/* Common Style starts */
:root {
    --page-primary-bg: #EDA218;
    --page-secondary-bg: #FFF8EB;
    --page-fade: #0D0D0D;
    --text-theme: #1E1E1E;
    --text-grey: #58646A;
    --tick-icon: url(../images/llm-images/check-icon.webp);
}

.page-primary {
    background: var(--page-primary-bg);
}

.page-secondary {
    background-color: var(--page-secondary-bg);
}

.page-fade {
    background-color: var(--page-fade);
}

.text-theme {
    color: var(--text-theme) !important;
}

.text-grey {
    color: var(--text-grey) !important;
}

.sections-wrapper .w-normal {
    font-weight: 500 !important;
}

.sections-wrapper .w-semibold {
    font-weight: 600 !important;
}

html,
body {
    color: var(--text-theme) !important;
}

.object-cover {
    object-fit: cover;
}

.button-primary, .button-primary:hover {
    color: var(--page-fade);
    background: var(--page-primary-bg) !important;
    font-weight: 600 !important;
}

.button svg {
    animation: pulso-effect 2s infinite;
    border-radius: 100px;
}

:is(.sections-wrapper) :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
    color: var(--text-theme) !important;
}

.sections-wrapper .text-white {
    color: var(--white-color) !important;
}

.link-active,
.link-active:hover {
    text-decoration: underline !important;
    color: var(--page-fade) !important;
}

@keyframes pulso-effect {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 254, 254, 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/llm-images/banner-intro.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.tick-list {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 20px;
    color: var(--white-color);
}

.tick-list li {
    font-size: 20px;
    padding: 0 0 0 38px;
    position: relative;
}

.tick-list li::before {
    content: '';
    background-image: var(--tick-icon);
    display: inline-block;
    position: absolute;
    inset: 2px auto 0 0;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Counter Block */

.counter {
    background: linear-gradient(180deg, #FFF8EB 0%, rgba(255, 248, 235, 0) 100%);
}

.counter-block {
    padding: 20px 20px;
    width: 100%;
}

/* Service Intro */

.service-slider .swiper-slide {
    height: auto !important;
}

.cursor {
    position: fixed;
    left: var(--cursor-x);
    top: var(--cursor-y);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--white-color);
    font-size: 20px;
    font-weight: 600;
    background:var(--page-fade);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
}

body.show-custom-cursor .cursor {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.service--block {
    background-color: var(--white-color);
    padding: 30px 30px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 0.3s;
    box-shadow: 0px 10px 100px 0px #BA7F1314;
}

.service--icon {
    background-color: #EDA21833;
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 20px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service--block:hover,
.solution-block:hover,
.choose--block:hover .choose-content {
    background-color: var(--page-fade) !important;
}

.service--block:hover .service--icon,
.solution-block:hover .service--icon,
.choose--block:hover .service--icon {
    background-color: var(--white-color) !important;
}

.service--block:hover p,
.service--block:hover h4,
.solution-block:hover p,
.solution-block:hover h4,
.choose--block:hover p,
.choose--block:hover h4 {
    color: var(--white-color) !important;
}

/* Busniess Block */

.sticky-column {
    position: sticky;
    top: 180px;
}

.solution-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.solution-block {
    background-color: var(--white-color);
    padding: 40px 30px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    transition: all 0.3s;
}

/* Process Block */

.process-intro {
    background-image: url(../images/engine-images/process-intro.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.process-slider .swiper-slide {
    height: auto !important;
}

.process-block {
    padding: 60px 30px 30px;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    text-align: center;
}

.process-count {
    background: linear-gradient(180deg, #EDA218 0%, rgba(237, 162, 24, 0) 85.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    font-weight: bolder;
    line-height: 1;
    position: absolute;
    z-index: -1;
    inset: -14px 0 auto 0;
    margin: auto;
}

/* Choose Block */

.choose--wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.choose--block {
    display: grid;
    grid-template-columns: auto 450px;
    gap: 30px;
    color: var(--white-color);
    transition: all 0.3s;
}

.choose--block.reverse--block{
    grid-template-columns: 450px auto;
}

.choose-img {
    width: 100%;
    height: 100%;
}

.choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.choose-content {
    background-color: var(--white-color);
    box-shadow: 0px 10px 100px 0px #BA7F1314;
    border-radius: 20px;
    padding: 40px 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    transition: all 0.3s;
}

.choose-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CTA Wrapper */

.cta-wrapper {
    background-image: url(../images/llm-images/cta-intro.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 90px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0px 8px 100px 0px #3415591A;
}

/* Faq Block */

.new-faq .accordion-item {
    padding: 32px 0px !important;
}

.sections-wrapper .new-faq .accordion-item h2.accordion-header button {
    font-size: 24px !important;
}

/* Responsive */

@media only screen and (max-width: 1599px) {

    .padding-left {
        --page-width: 1200px !important;
        padding-left: calc(50% -(var(--page-width) / 2) + 12px);
    }
    
    .padding-right {
        --page-width: 1200px !important;
        padding-right: calc(50% -(var(--page-width) / 2) + 12px);
    }
}

@media only screen and (max-width: 991px) {

    .sections-wrapper .hero-section {
        padding: 80px 0 !important;
    }

    .tick-list {
        width: fit-content;
        margin-inline: auto;
    }

    .tick-list li::before {
        inset: 0px auto 0 0;
        width: 22px;
        height: 22px;
    }

    .service--block,
    .solution-block {
        padding: 20px 20px;
    }

    .cta-wrapper {
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 767px) {

    .new-faq .accordion-item {
        padding: 20px 0px !important;
    }

    .choose--block {
        display: flex;
        flex-direction: column-reverse;
    }

    .choose--block.reverse--block {
        flex-direction: column;
    }

    .choose-img img {
        width: 100%;
    }

    .choose-content{
        padding: 20px 20px;
    }
}

@media only screen and (max-width: 475px) {

}