:root {
    --primary-bg: #B8FB3C;
    --page-fade: #F5FFE2;
    --page-light: #FBFBFB;
    --page-dark: #0F141A;
    --tick-icon: url(../images/seofat-plagiarism-images/check.svg);
}

.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;
}


.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;
}

/* Banner */

.page-hero {
    padding-block: 90px !important;
    background-color: #0F141A;
}

.page-hero .highlighted-text::before {
    background: var(--primary-bg);
}

.ranking--checker {
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 60%;
    border-top: 1px solid #9E9E9E;
    background: #151A20;
    margin: auto;
}

.ranking--checker input,
.ranking--checker select {
    width: 100%;
    border: none;
    padding: 10px 12px;
    border-radius: 0;
    font-size: 17px;
    background: transparent;
    color: var(--white-color);
    font-weight: 400;
    border-radius: 8px;
    border: 1px solid #6D6D6D;
}

.setting-wrapper {
    width: fit-content;
    white-space: nowrap;
}

.setting-icon {
    width: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6D6D6D;
    border-radius: 8px;
}

.ranking--checker input:focus {
    outline: none;
}

.ranking--checker .ranking--btn {
    color: var(--page-dark);
    border-color: var(--secondary-color);
    background-color: var(--primary-color);
    width: 100%;
    max-width: 100%;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: all 0.3s;
}

.ranking--checker .ranking--btn svg {
    transition: all 0.3s;
}

.ranking--checker .ranking--btn:hover svg {
    transform: translateX(5px);
}

.outsourcing-process {
    border: 1px solid transparent;
    border-radius: 10px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg,
            #EFEFEF 0%,
            #BABABA 46%,
            #EEEEEE 100%) border-box;
}

/* Packages Block */

.z-n {
    z-index: -1;
}

.radius-30 {
    border-radius: 30px;
}

.services--card {
    transition: 0.5s all ease;
    border: 1px solid #71AE00;
}

.services--card .services--icon {
    width: 77px;
    max-width: 77px;
    flex: 0 0 77px;
    height: 77px;
}

.services--card:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* 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;
}

@media (min-width: 1201px) {
    .tool-row>div {
        flex: 1;
    }
}

@media only screen and (max-width: 1599px) {

    h2,
    .h2 {
        font-size: clamp(32px, -17.76px + 4.9538vw, 68px);
    }
}

@media (min-width: 992px) {
    .left-space .outsourcing-process {
        left: 10%;
    }

    .right-space .outsourcing-process {
        right: 10%;
    }
}

@media only screen and (max-width: 991px) {

    .text-align-center {
        text-align: center;
    }

    .button-mx {
        margin-inline: auto !important;
    }

    .cta--wrapper {
        padding: 50px 20px;
    }

    .ranking--checker {
        max-width: 100%;
    }
}
