:root {
    --primary-bg: #B8FB3C;
    --page-fade: #F7FFE9;
    --page-light: #F3F3F3;
    --page-dark: #050A10;
    --tick-icon: url(../images/white-images/check-icon.webp);
}

.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;
}

/* Hero Banner */

.page-hero {
    padding: 50px 0 !important;
}

/* 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: #4B5056;
    font-weight: 600;
    font-size: 18px !important;
    color: var(--white-color) !important;
}

tbody tr td {
    background-color: var(--white-color);
    font-weight: 500;
    color: #1C1B21 !important;
}

.inner-pricing-section table tr th:nth-child(1) {
    background-color: #373C42;
}

.inner-pricing-section table tr th:nth-child(2) {
    background-color: #23282E;
}

.inner-pricing-section table tr th:last-child {
    background-color: #0F141A;
}

.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;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}

/* Listing Block */

.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(2, 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;
}

/* Develop Slider */

.develop-slider .swiper-slide {
    height: auto !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
}

.benefit--block {
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    border-radius: 20px;
    transition: all 0.3s;
    background-color: var(--white-color);
    border: 1px solid #DEDEDE;
}

.slider-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 50px 0 0;
}

.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;
}

/* CTA Block */

.cta--block {
    background-color: var(--primary-color);
    padding: 90px 60px;
    border-radius: 20px;
}

.cta--block.cta--bg {
    background: url(../images/swhite-images/cta-intro.webp), var(--primary-color);
    background-repeat: no-repeat;
    background-size: cover;
}

.cta--wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.cta-content {
    background-color: var(--page-dark);
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.cta--dark {
    background: url(../images/swhite-images/cta-intro-2.webp);
    background-color: var(--page-dark);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 90px;
}


/* Faq */

.accordion__heading {
    font-weight: 500 !important;
}

@media only screen  and (max-width: 991px) {

    .cta--block .button_theme-secondary {
        width: fit-content !important;
        margin-inline: auto !important;
        display: flex;
    }

    .text-align-center {
        text-align: center;
    }

    .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 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);
    }

    .cta--block,
    .cta--dark {
        padding: 50px 20px;
        text-align: center;
    }

    .cta-content {
        padding: 50px 20px;
        text-align: center;
        align-items: center;
    }

    .benefit--block {
        padding: 20px 20px;
    }

}

@media only screen  and (max-width: 767px) {

    .listing--wrapper ul {
        grid-template-columns: repeat(1, 1fr);
        width: fit-content;
        margin: auto;
    }

}