:root {
    --page-text-color: #0B0C0D;
    --page-secondary-bg: #F3E0FF;
    --page-primary-bg: #693592;
    --text-light: #3F4751;
    --linear: linear-gradient(to bottom, #797979b5, #000000);
}

.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-text-color);
}

.text-light {
    color: var(--text-light) !important;
}

.button-primary {
    background-color: var(--page-primary-bg);
    font-family: 'Gilroy' !important;
    border-radius: 10px !important;
}

.button-primary.button-theme {
    background-color: var(--primary-color-600);
}

.button-primary.button-primary-white {
    background-color: var(--white-color);
    color: var(--page-text-color);
}

.button-primary.button-theme:hover {
    background-color: var(--white-color) !important;
    color: var(--page-text-color) !important;
}

.circle-icon,
.border-0 {
    border: none;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-10 {
    border-radius: 10px;
}

.bg-grey {
    background: #F5F5F7;
}

.theme-bg {
    background-color: var(--page-secondary-bg);
}

.text-fade {
    color: var(--page-secondary-bg);
}

.fade-bg {
    background: var(--page-secondary-bg);
}

.linear-bg {
    background: var(--linear);
}

.circle-list li {
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding: 0 0 0 30px;
}

.circle-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: url('../images/laundro-images/list-icon.svg') no-repeat center;
    background-size: contain;
}

.circle-list.text-white li::before {
    filter: brightness(0) invert(1);
}

/* common css end */

.hero-section {
    background: linear-gradient(to right,
            #8e44ad 0%,
            #a569bd 25%,
            #b39ddb 50%,
            #a569bd 75%,
            #8e44ad 100%);
}

.exp-count-box {
    background: var(--linear);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.5s all ease;
}

.exp-count-box:hover * {
    color: #000000 !important;
}

.exp-count-box:hover {
    background: var(--page-secondary-bg);
}

.exp-count-box .counter-text:not(.plus)::after {
    content: '%';
}

.exp-count-box .counter-text.plus::after,
.exp-count-box .counter-text.left-plus::before {
    content: '+';
}

.cta--block {
    border: 2px dashed #828080;
}

/* 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 */
.tech-main>div {
    padding: 10px 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 100%;
    background: #fff;
    text-align: center;
    flex: 1;
}

.tech-main>div.tech-img {
    background: #693592;
    position: relative;
    justify-content: center;
    width: 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.tech-main>div.tech-img::before {
    content: "";
    position: absolute;
    right: -50%;
    width: 50%;
    height: 2px;
    background: #ccc;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

/* Technologies */
/* Responsive */
@media only screen and (max-width: 991px) {
    .sticky-column {
        position: static;
    }
}

@media only screen and (max-width: 767px) {
    .delivered-detail {
        margin: 15px 0px;
    }

    h2.mb-50.h3.text-black img {
        width: 10%;
    }

    .hero-section h1 img {
        max-width: 20%;
    }
         .tech--wrapper{
        overflow-x: scroll;
    }

    .tech-main>div.tech-img,
    .tech-main>div.tech-text {
    max-width: 70%;
    flex: 0 0 70%;
    width: 70%;
    padding: 10px;
}
.tech-main>div.tech-img img {
    max-width: 35px;
}
}
