:root {
    --primary-bg: #70E000;
    --page-fade: #F7FFE9;
    --page-light: #FAFAFA;
    --page-dark: #050A10;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.padding-left {
    --page-width: 1600px;
    padding-left: calc(50% - (var(--page-width) / 2) + 12px);
}

.button_theme-secondary {
    justify-content: center !important;
}

.button {
    transition: all 0.3s;
}

.button-secondary {
    display: flex !important;
    align-items: center;
    gap: 20px;
    width: fit-content !important;
}

.button-secondary {
  color: #FFF;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.button-secondary.button-icon::after {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.page-fade {
    background-color: var(--page-fade);
}

.primary-bg {
    background-color: var(--primary-bg);
}

.page-light {
    background-color: var(--page-light);
}

.page-dark {
    background-color: var(--page-dark);
}

.highlight-text {
    color: var(--primary-bg) !important;
}

.z-1 {
    position: relative;
    z-index: 1;
}

.img-blk {
    border-radius: 20px;
}

/* Banner */

.page-hero {
    padding-block: 20px 90px !important;
}

/* Listing Block */

.border--sep {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: transparent;
    border-image: linear-gradient(90deg, #333333, #F3F3F3 50%, #333333) 1;
    margin: 60px 0 0 !important;
    padding: 60px 0 0 !important;
}

.listing--wrapper {
    border-top: 1px solid;
    border-image-source: linear-gradient(90deg, #B9B9B9 0%, #B8FB3C 51.92%, #535353 100%);
    border-image-slice: 1;
    padding: 20px 0 0;
}

.listing--wrapper ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.listing--wrapper ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
}

.list--block {
    gap: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.list--block li {
    display: flex;
    text-align: left;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

/* Grow Block */

.grow-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.grow-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.grow--block {
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    border-radius: 20px;
    transition: all 0.3s;
    background-color: var(--page-fade);
    border: 1px solid #8096e347;
}

.grow--block:hover {
    transform: translateY(-5px);
    border-color: var(--primary-bg);
}

/* Choose Slider */

.choose-slider .swiper-slide {
    height: auto !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
}

.slider-btn {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 40px;
}

.slider-btn .swiper-button-next,
.slider-btn .swiper-button-prev {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border: 1px solid var(--page-dark);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    color: var(--page-dark);
    margin: unset !important;
    z-index: 1 !important;
    transition: ease-in 0.3s;
}

.slider-btn .swiper-button-next:hover,
.slider-btn .swiper-button-prev:hover {
    background: var(--page-dark);
    border-color: var(--page-dark);
    color: var(--white-color);
    transition: ease-in 0.3s;
}

.slider-btn .swiper-button-next:after,
.slider-btn .swiper-button-prev:after  {
    font-size: 18px;
}

/* Business Block */

.business--block {
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    border-radius: 20px;
    transition: all 0.3s;
    background-color: transparent;
    border: 1px solid #DEDEDE;
}

.business--block:hover {
    transform: translateY(-5px);
    border-color: var(--primary-bg);
}

/* Industry Block */

.indus--wrapper {
    margin: -120px 0 0 !important;
}

.indus--logo {
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 20px;
    width: 100%;
}

.indus--logo.blk-2 {
    margin: 120px 0 0;
}

.indus--logo.blk-3 {
    margin: 240px 0 0;
}

/* Table Block */

.inner-pricing-section table {
    border-radius: 30px;
    overflow: hidden;
}

.inner-pricing-section table tr th {
    width: 33.3%;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    text-align: center;
    height: 90px;
    padding: 10px;
    font-size: 24px;
    color: var(--white-color);
    font-weight: 600 !important;
}

.inner-pricing-section table tr th span {
    width: 100%;
    display: inline-block;
    font-weight: 300;
}

tbody tr td:first-child {
    background-color: #1E212B;
    font-weight: 600;
    font-size: 18px !important;
    color: var(--primary-bg) !important;
}

tbody tr td {
    background-color: #1E212B;
    font-weight: 500;
    color: var(--white-color) !important;
}

.inner-pricing-section table tr th:nth-child(1) {
    background-color: #1E212B;
}

.inner-pricing-section table tr th:nth-child(2) {
    background-color: #1E212B;
}

.inner-pricing-section table tr th:last-child {
    background-color: #1E212B;
}

.flex-featured {
    display: flex;
    align-items: center;
    gap: 8px;
}

.inner-pricing-section img {
    width: 100%;
    max-width: 24px;
}

.inner-pricing-section table tr td {
    font-size: 17px;
    padding: 20px 20px !important;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}

/* Ses Wrapper */

.ses--block {
    padding: 90px 60px;
    background-color: var(--page-dark);
    background-image: url(../images/cele-images/ses-intro.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}

.ses--block .core-list {
    backdrop-filter: blur(44px);
    background: #00000033;
    border-radius: 20px;
    padding: 30px 30px;
    width: 100%;
}

.core-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.core-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.core-list li img {
    width: 20px;
}

/* CTA Block */

.cta--block {
    background-image: url(../images/cele-images/cta-intro-1.webp);
    background-size: cover;
}

.cta--block.blk-2 {
    background-image: url(../images/cele-images/cta-intro-3.webp);
    background-size: cover;
}

.content--wrapper {
    background: #0F141A66;
    backdrop-filter: blur(54px);
    padding: 60px 30px;
    width: 100%;
    height: 100%;
}

.cta--blk {
    background-image: url(../images/cele-images/cta-intro-2.webp);
    background-color: var(--page-dark);
    padding: 90px 90px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

/* Faq */

.accordion__heading {
    font-weight: 500 !important;
}

@media only screen  and (max-width: 1399px) {

}

@media only screen  and (max-width: 991px) {

    .text-align-center {
        text-align: center;
    }
    
    .counter--wrapper {
        padding: 40px 20px;
        grid-template-columns: repeat(3, 1fr);
    }

    .list--block {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cta--block,
    .cta--blk{
        padding: 50px 20px;
    }

    .cta--content {
        padding: 50px 20px;
        align-items: center;
    }

    .step--block {
        background-color: var(--page-light);
        padding: 20px 20px;
        border-radius: 20px;
    }

    .plaform--wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .slider-btn {
        margin: 40px 0 0;
        justify-content: center;
    }

    .indus--wrapper {
        margin: 0 0 !important;
    }

    .indus--logo {
        margin: 0 !important;
    }

    .inner-pricing-section table {
        border-radius: unset !important;
        padding: 0;
        border: none !important;
    }

    .inner-pricing-section table tr td:not(:last-child) {
        border-bottom: 1px solid #d5d5d5 !important;
    }

    .inner-pricing-section table tbody tr td:first-child:before {
        color: var(--white-color);
    }

    .inner-pricing-section table, thead, tbody, th, td, tr {
      display: block;
    }

    .inner-pricing-section thead {
        display: none;
    }

    .inner-pricing-section tr {
        padding: 10px 0;
        border: none !important;
        background-color: transparent !important;
    }

    .inner-pricing-section tr:hover {
        background-color: transparent !important;
    }

    .inner-pricing-section table tr td {
        text-align: right;
        padding-left: 50% !important;
        position: relative;
        border: none !important;
        min-height: 90px;
    }

    .inner-pricing-section td::before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        width: 45%;
        text-align: left;
        font-weight: 600;
        color: var(--text-theme);
    }

    .ses--block {
        padding: 60px 20px;
    }

    .ses--block .core-list {
        margin-top: 40px;
    }

    .button-mx {
        margin-inline: auto;
    }

}

@media only screen  and (max-width: 767px) {

    .list--block {
        grid-template-columns: repeat(1, 1fr);
        width: fit-content;
        margin-inline: auto;
    }

    .listing--wrapper ul {
        grid-template-columns: repeat(1, 1fr);
        width: fit-content;
        margin: auto;
        text-align: left;
    }
}