:root {
    --page-text-color: #fff;
    --page-secondary-bg: #2B4086;
    --page-primary-bg: #000000;
    --text-light: #3F4751;
    --tick-icon: url(../images/micro-saas-images/arrow-icon.webp);
}

.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);
}

.dark-layout {
    background-color: var(--page-secondary-bg);
}

.text-light {
    color: var(--text-light) !important;
}

.button-primary {
    background-color: var(--page-secondary-bg);
    font-family: 'Gilroy' !important;
    border-radius: 8px !important;
    border: 1px solid var(--page-secondary-bg) !important;
}

.button-primary.button-theme {
    background-color: var(--primary-color-600);
}

.button-primary.button-primary-white {
    background-color: var(--white-color);
    color: var(--page-secondary-bg);
}

.button-primary.button-theme:hover {
    background-color: var(--white-color) !important;
    color: var(--page-text-color) !important;
}

.circle-icon,
.border-0 {
    border: none;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.light-bg {
    background: #daeeff4d;
}

.bg-grey {
    background: #F9F9F9;
}

.theme-bg {
    background-color: var(--page-secondary-bg);
}

.highlight-txt {
    color: var(--page-secondary-bg);
}

.cus-border {
    border: 1px solid var(--page-secondary-bg);
}

.text-grey {
    color: #ccc;
}

.w-fit {
    width: fit-content;
}

.bg--light {
    background: #FAEDFF;
}

.animatedimage {
    animation: floatUpDown 2s ease-in-out infinite;
}

.cover {
    object-fit: cover;
}

.swiper-slide {
    height: auto !important;
}

.grid-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.grid-list li {
    display: flex;
    gap: 5px;
    align-items: center;
}

.grid-list img {
    max-width: fit-content;
    width: fit-content;
}

.check-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.check-list li {
    font-size: 18px;
    padding: 0px 0 20px 30px;
    position: relative;
    z-index: 1;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background: var(--tick-icon) no-repeat center;
    z-index: -1;
    background-size: contain;
}

/* common css end */

/* faq css */
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;
}

/* platform-table */
.platform-table thead,
.platform-table thead * {
    border-bottom: 0 !important;
}

.platform-table .table-dark th,
.platform-table .table-dark td {
    border-color: #e0e0e066;
    background: #0A0A0A;
}

.platform-table thead th,
.platform-table tbody td:hover {
    background: #2b2b2b !important;
}

.platform-table .table-dark th:nth-child(2),
.platform-table .table-dark td:nth-child(2) {
    border-left: 1px solid #e0e0e066;
    border-right: 1px solid #e0e0e066;
}

/* platform-table */

.product-services {
    background: #fff;
    color: #000;
    padding: 20px 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    height: 100%;
    transition: 0.5s all ease;
}

.product-services:hover {
    background: var(--page-secondary-bg);
    color: #fff;
}

.industries-img,
.industries-img img {
    width: fit-content;
    max-width: fit-content;
}

.count-detail .counter-heading {
    font-size: 7em;
}

.count-detail .counter-desc {
    background: var(--page-secondary-bg);
    color: #fff;
    padding: 20px 10px;
    max-width: 85%;
    margin-left: auto;
    position: relative;
    z-index: 1;
    margin-top: -70px;
}

.counter-row>div:nth-child(even) {
    margin-top: 100px;
}

/* Process Block */

.process--block {
    padding: 20px 20px;
    position: relative;
    border-left: 3px solid #D9D9D9;
}

.process--block::before {
    content: '';
    position: absolute;
    top: 0;
    left: -3px;
    width: 4px;
    height: 100px;
    background-color: #7349DE;
    transition: 0.5s all ease;
}

.process--block:hover::before {
    animation: heightAnim 5s infinite;
}

.process--wrapper .process-col:nth-child(2) .process--block::before {
    background-color: #498ADE;
}

.process--wrapper .process-col:nth-child(3) .process--block::before {
    background-color: #49DEBB;
}

.process--wrapper .process-col:nth-child(4) .process--block::before {
    background-color: #9BDE49;
}

.process--wrapper .process-col:nth-child(5) .process--block::before {
    background-color: #DEA049;
}

.process--wrapper .process-col:nth-child(even) .process--block {
    margin: 100px 0 0;
}

.product-services-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.product-services-prev,
.product-services-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid var(--page-secondary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease 0.5s;
    color: var(--page-secondary-bg);
}

.product-services-prev:hover,
.product-services-next:hover {
    background-color: var(--page-secondary-bg);
    color: #fff;
}

.product-services-prev.swiper-button-disabled,
.product-services-next.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

@keyframes heightAnim {
    0% {
        height: 100px;
    }

    25% {
        height: 100%;
    }

    50% {
        height: 100px;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 100px;
    }
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes pulseCircle {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* Responsive */

@media (min-width: 1201px) {
    .inline-row>div {
        flex: 1;
    }
}

@media only screen and (max-width: 1024px) {
    .sticky-column {
        position: static;
    }
}

@media (max-width: 991px) {

    .industries-card {
        border: 1px solid var(--page-secondary-bg);
        border-radius: 10px;
        padding: 20px;
    }

    .process--wrapper .process-col:nth-child(even) .process--block {
        margin: 0;
    }
}

@media (max-width: 767px) {

    .platform-table .table-dark th,
    .platform-table .table-dark td {
        white-space: nowrap;
    }

    .count-detail .counter-desc {
        margin-top: -50px;
    }
}

@media only screen and (max-width: 550px) {
    .w-50 {
        width: 100% !important;
    }

    .counter-row>div:nth-child(even) {
        margin-top: 20px;
    }

    .count-detail .counter-heading {
        font-size: 4em;
    }

    .count-detail .counter-desc {
        background: transparent;
        padding: 0;
        margin: 0 auto;
        max-width: 100%;
    }
}