:root {
    --primary-bg: #B8FB3C;
    --page-fade: #F5FFE2;
    --page-light: #FBFBFB;
    --page-dark: #0F141A;
}

.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: #97E506 !important;
}

.z-1 {
    position: relative;
    z-index: 1;
}

.img-blk {
    border-radius: 20px;
}

/* common css end */
/* Cta Block */

.cta--wrapper {
    padding: 90px 90px;
    border-radius: 30px;
    background: var(--primary-bg) url('../images/free-local-rank-images/cta.webp') no-repeat center / cover;
}

/* Faq */

.accordion__heading {
    font-weight: 500 !important;
}

.smm-grid {
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 7px 13px rgba(255, 141, 84, 0);
    transition: 0.5s all ease;
}

.smm-grid:hover {
    border: 1px solid var(--primary-color);
    background: #fff;
}

.smm-grid-icon {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    line-height: 80px;
    background: var(--primary-bg);
    text-align: center;
    margin-bottom: 10px;
}

.text-green {
    color: var(--primary-bg) !important;
}

.first-col {
    border-right: 1px solid #828080;
}

.challenges-img {
    width: calc(50vw - 15px);
    max-width: none;
}

@media only screen and (max-width: 1599px) {

    h2,
    .h2 {
        font-size: clamp(32px, -17.76px + 4.9538vw, 68px);
    }
}

@media only screen and (max-width: 991px) {

    .text-align-center {
        text-align: center;
    }

    .button-mx {
        margin-inline: auto !important;
    }
}