:root {
    --page-text-color: #fff;
    --page-secondary-bg: #01082E;
    --page-primary-bg: #6805F1;
    --text-light: #3F4751;
    --tick-icon: url(../images/llm-dev-images/list-icon.svg);
}

.page-text-color {
    color: var(--page-text-color);
}

.page-secondary-bg {
    background-color: var(--page-secondary-bg);
}

.page-primary-bg {
    background: var(--page-primary-bg);
}

.button-primary {
    background-color: var(--page-primary-bg);
    font-family: 'Gilroy' !important;
    border-radius: 8px !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.button-primary.button-primary-white {
    background-color: var(--white-color);
    color: var(--page-secondary-bg);
}

.circle-icon,
.border-0 {
    border: none;
}

.rounded-20 {
    border-radius: 20px;
}

.highlight-txt {
    color: var(--page-secondary-bg);
}

.cus-border {
    border: 1px solid var(--page-secondary-bg);
}

.theme-text {
    color: var(--page-primary-bg);
}

.w-fit {
    width: fit-content;
}

.animatedimage {
    animation: floatUpDown 2s ease-in-out infinite;
}

.img-style {
    width: 80px;
    max-width: 80px;
    flex: 0 0 80px;
    height: 80px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 10px;
    background: linear-gradient(white, white) padding-box, linear-gradient(179deg, #6805F1 0%, #EBEBEB 100%) border-box;
    box-shadow: 0 0 10px rgba(104, 5, 241, 0.15);
}

.light-bg {
    background: #F2F4FF;
}

/* common css end */
button.accordion-button {
    color: #fff;
    background: transparent !important;
}

.accordion-item {
    background: transparent !important;
}

.faq-blocks {
    border-top: 1px solid var(--page-secondary-bg) !important;
}

.faq-blocks .accordion-item {
    border-bottom: 1px solid var(--page-secondary-bg) !important;
}

.accordion-body {
    color: #000000 !important;
}

.faq-blocks .accordion-button:not(.collapsed) {
    color: var(--page-secondary-bg) !important;
}

/* llm-solution-slider */
.llm-solution-slider .swiper-slide {
    width: auto !important;
    height: auto;
    display: flex;
}

.llm-solution-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    background: #000;
    cursor: pointer;
}

.llm-solution-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.llm-solution-card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
    background: linear-gradient(360deg, black, transparent);
    width: 100%;
    transform: translateY(60px);
}

.llm-solution-card .content p {
    opacity: 0;
}

.llm-solution-slider .swiper-slide.swiper-slide-active+.swiper-slide .content {
    transform: translateY(0px);
}

.llm-solution-slider .swiper-slide.swiper-slide-active+.swiper-slide p {
    opacity: 1;
}

.llm-solution-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--page-primary-bg);
    opacity: 0.5;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.llm-solution-slider .swiper-pagination-bullet-active {
    width: 28px;
    opacity: 1;
    border-radius: 10px;
}

/* LLm tabs */
.llm-tab-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.llm-tab-list li {
    font-size: 18px;
    padding: 0px 0 20px 30px;
    position: relative;
    z-index: 1;
}

.llm-tab-list li::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 30px;
    height: 30px;
    background: var(--tick-icon) no-repeat center;
    z-index: -1;
    background-size: contain;
}

.llm-tech-tabs {
    padding: 10px;
    display: flex;
    justify-content: space-evenly;
    background: linear-gradient(90deg,
            #F2F4FF 0%,
            #D1D8FD 52%,
            #F2F4FF 100%);
    border: 0 !important;
}

.llm-tech-tabs li button {
    border: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    background: transparent;
    color: #000 !important;
    outline: 0;
    border-radius: 8px;
    gap: 10px;
    padding: 10px;
}

.llm-tech-tabs li button.active {
    background: #fff;
}

.llm-tech-tabs li button .tab-img {
    width: 60px;
    max-width: 60px;
    flex: 0 0 60px;
    height: 60px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 10px;
    background: linear-gradient(white, white) padding-box, linear-gradient(179deg, #6805F1 0%, #EBEBEB 100%) border-box;
    box-shadow: 0 0 10px rgba(104, 5, 241, 0.15);
}

/*  */
.sol--card {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    transition: 0.5s all ease;
    height: 100%;
    color: 000;
    border-radius: 10px;
}

.sol--card:hover {
    background: var(--page-primary-bg);
    color: #fff;
}

/* llm-process */
.llm-process-tabs {
    height: 250px;
    overflow-y: auto;
    gap: 10px 0;
    padding-right: 8px;
}

.llm-process-tabs::-webkit-scrollbar {
    width: 8px;
}

.llm-process-tabs::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 20px;
}

.llm-process-tabs::-webkit-scrollbar-thumb {
    background: var(--page-primary-bg);
    border-radius: 20px;
}

.llm-process-tabs::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

.llm-process-tabs button {
    display: flex;
    width: 100%;
    border: 0;
    align-items: center;
    gap: 10px;
    color: #000 !important;
    background: transparent;
    padding: 10px;
    border-radius: 8px;
}

.llm-process-tabs button.active {
    background: #F2F4FF;
}

.process-tab-wrapper .tab-img {
    width: 60px;
    max-width: 60px;
    flex: 0 0 60px;
    height: 60px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 10px;
    background: linear-gradient(white, white) padding-box, linear-gradient(179deg, #6805F1 0%, #EBEBEB 100%) border-box;
    box-shadow: 0 0 10px rgba(104, 5, 241, 0.15);
}

.llm-process-tabs button:not(.active) .tab-img img {
    opacity: 0.2;
}

.llm-process-content {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    padding: 20px;
}

/* Responsive */
@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (min-width: 1201px) {
    .inline-row>div {
        flex: 1;
    }

    .cus-border-right {
        border-right: 1px solid #cccccc47;
    }
}

@media (max-width: 1399px) {

    .llm-solution-card .content p {
        opacity: 1;
    }

    .llm-solution-card .content {
        transform: translateY(0px);
    }
}

@media only screen and (max-width: 991px) {
    .sticky-column {
        position: static;
    }

    .llm-tech-tabs li button .tab-img {
        width: 40px;
        max-width: 40px;
        flex: 0 0 40px;
        height: 40px;
    }
}


@media only screen and (max-width: 767px) {
    .img-style {
        margin-left: auto;
        margin-right: auto;
    }

    .llm-solution-slider .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }

    .llm-solution-card {
        min-height: 300px;
    }

    .llm-tech-tabs li,
    .llm-tech-tabs li button {
        width: 100%;
    }
}