:root {
    --page-primary-bg: #30AD1C;
    --page-secondary-bg: #DCFD7D;
    --page-fade: #F6F9FF;
    --theme-text: #4786EE;
    --text-grey: #58606A;
    --tick-icon: url(../images/number-one-seo-images/check-icon.webp);
    --tick-icon2: url(../images/top-seo-new/check-icon.webp)
}

.page-primary {
    background: var(--page-primary-bg);
}

.page-secondary {
    background: var(--page-secondary-bg);
}

.page-fade {
    background-color: var(--page-fade);
}

.theme-text {
    color: var(--theme-text) !important;
}

.text-grey {
    color: var(--text-grey);
}

.button-primary,
.button-primary:hover,
.button-black {
    color: #fff;
    background: var(--page-primary-bg) !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
}

.button-black:not(:hover) {
    background: #000 !important;
}

.button-secondary,
.button-secondary:hover {
    color: var(--white-color);
    border: 1px solid #ffffff;
    background-color: var(--theme-text) !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
}

.highlight-text {
    color: var(--page-primary-bg) !important;
}

.dark-bg {
    background: var(--theme-text);
}

.button svg {
    animation: pulso-effect 2s infinite;
    border-radius: 100px;
}

.sections-wrapper .text-white {
    color: var(--white-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-theme) !important;
}

.section-wrapper h1,
.section-wrapper .h1,
.section-wrapper h2,
.section-wrapper .h2,
.section-wrapper h3,
.section-wrapper .h3,
.section-wrapper h4,
.section-wrapper .h4,
.section-wrapper h5,
.section-wrapper .h5,
.section-wrapper h6,
.section-wrapper .h6,
p {
    font-family: 'Gilroy' !important;
}

.w-fit {
    max-width: fit-content !important;
}

.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;
    margin: auto;
    height: 20px;
    background: var(--tick-icon) no-repeat center;
    z-index: -1;
    background-size: contain;
}

.check-list.theme-check li::before {
    background: var(--tick-icon2) no-repeat center;
    background-size: contain;
}

.check-list.grid-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.cover {
    object-fit: cover;
}

.smooth {
    transition: 0.5s all ease;
}

.cta-wrapper:not(.pb-lg-0) {
    padding-block: 80px !important;
}

.fit-img {
    width: fit-content;
}

/* common css end */
.right--side {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 20px;
}

.right--side ul.border-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    transition: 0.5s all ease;
}

.right--side ul.border-list li a {
    text-decoration: underline;
    color: #000;
}

.right--side ul.border-list li:hover {
    background: #F6F9FF;
    padding-left: 10px;
}

.right--side ul.border-list li:last-child {
    border: 0;
}

/* features-table */
.features-table thead,
.features-table thead * {
    border-bottom: 0 !important;
}

.features-table th,
.features-table td {
    border-color: #e0e0e066;
    background: #fff;
    color: #000;
    min-height: 100px;
}

.features-table thead th,
.features-table tbody td:hover {
    background: #4786EE !important;
    color: #fff !important;
}

.features-table td:first-child {
    display: flex;
    align-items: center;
    text-align: left;
    line-height: normal;
    gap: 10px;
}

.features-table th:nth-child(2),
.features-table td:nth-child(2) {
    border: 1px solid #e0e0e066 !important;
}

.features-table td:first-child img {
    width: fit-content !important;
}

ul.bg-list li {
    background: #6aa1fb4f;
    padding: 12px 30px;
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
}

.form-control {
    border: none;
    border-bottom: 1.5px solid #999;
    border-radius: 0;
    background: transparent;
    padding-left: 0;
    box-shadow: none;
    font-size: 0.95rem;
    color: #333;
}

.form-control::placeholder {
    color: #555;
}

.form-control:focus {
    background: transparent;
    border-bottom-color: #333;
    box-shadow: none;
    color: #333;
}

.mb-field {
    margin-bottom: 1.2rem;
}

textarea.form-control {
    border: none;
    border-bottom: 1.5px solid #999;
    resize: vertical;
    min-height: 70px;
}

/* Responsive */
@media only screen and (max-width: 1599px) {

    .padding-left {
        --page-width: 1200px !important;
        padding-left: calc(50% -(var(--page-width) / 2) + 12px);
    }

    .padding-right {
        --page-width: 1200px !important;
        padding-right: calc(50% -(var(--page-width) / 2) + 12px);
    }
}

@media (min-width: 1201px) {

    .inline-row>div {
        flex: 1;
    }

    .position-sticky.top-0 {
        top: 150px !important;
    }

}

@media only screen and (max-width: 992px) {

    .spacer-xl {
        padding: 70px 0 !important;
    }

    .faq-section .accordion-button {
        gap: 20px;
    }

    ul.check-list {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .counter-row>div:nth-child(even) {
        margin-top: 20px;
    }

    .position-sticky {
        position: static !important;
    }
}

@media only screen and (max-width: 767px) {
    .mb-50 {
        margin-bottom: 30px !important;
    }

    .features-table th,
    .features-table td {
        white-space: nowrap;
    }

    .check-list.grid-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .why-buss-icon {
        margin: auto;
    }

    .top-companies-listing>.d-flex,
    .col-md-4>.page-fade>.d-flex {
        justify-content: center;
    }

    .top-companies-listing>.d-flex img {
        width: 100px;
        object-fit: contain;
    }
}