:root {
    --page-primary-bg: #014380;
    --page-secondary-bg: #FF8D0B;
    --page-fade: #F2FDFF;
    --text-theme: #1E1E1E;
    --text-grey: #58606A;
    --tick-icon: url(../images/leading-wordpress-seo-images/list-icon.svg)
}

.secondary-clr {
    color: var(--page-secondary-bg);
}

.page-primary {
    background: var(--page-primary-bg);
}

.page-secondary {
    background: var(--page-secondary-bg);
}

.page-fade {
    background-color: var(--page-fade);
}

.text-theme {
    color: var(--text-theme);
}

.text-grey {
    color: var(--text-grey);
}

.button-primary {
    color: var(--page-primary-bg);
    background: #fff !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    border: 1px solid #fff;
}

.button-primary:hover circle {
    stroke: #fff;
}

.button-primary:hover {
    color: #fff;
    background: var(--page-primary-bg) !important;
}

.button-secondary {
    color: #fff;
    background: var(--page-primary-bg) !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    border: 1px solid var(--page-primary-bg);
}

.button-secondary:not(:hover) circle {
    stroke: #fff;
}

.button-secondary:hover {
    color: var(--page-primary-bg);
    background: #fff !important;
}

.highlight-text {
    color: var(--page-primary-bg) !important;
}

.button svg {
    animation: pulso-effect 2s infinite;
    border-radius: 100px;
}

.sections-wrapper .text-white {
    color: var(--white-color) !important;
}

.z-1 {
    z-index: 1;
    position: relative;
}

.link-white,
.link-white:hover {
    color: var(--white-color) !important;
    text-decoration: underline !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;
}

.section-wrapper .w-normal {
    font-weight: 400 !important;
}

.w-fit {
    width: fit-content !important;
    height: fit-content;
}

.cover {
    object-fit: cover;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.cta-space {
    padding-block: 60px;
}

.check-list li {
    font-size: 18px;
    padding: 0px 0 0px 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;
    transition: 0.5 animation ease;
}

.check-list li:hover::before {
    animation: moveLeftRight 1s ease-in-out infinite;
}

.check-list.text-white li::before {
    filter: brightness(0) invert(1);
}

.counter-icon {
    width: 100px;
    height: fit-content;
}

.swiper-wrapper {
    display: flex;
}

.spinnerRotate {
    animation: spinnerRotate 5s linear infinite;
}

.hithere {
    animation: hithere 4s ease infinite;
}

/* common css end */

/* solutions */
.seo-solutions-swiper {
    position: relative;
    padding: 0;
}

.seo-solutions-swiper .swiper-slide {
    height: auto;
}

.swiper-nav-btn {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    color: #333;
}

.swiper-nav-btn:hover {
    background: var(--page-primary-bg);
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.swiper-nav-btn svg {
    width: 20px;
    height: 20px;
}

.swiper-nav-btn.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Faq Block */

.new-faq .accordion-item {
    padding: 36px 0px !important;
}

.section-wrapper .new-faq .accordion-item h2.accordion-header button {
    font-size: 26px !important;
}

.process-main .process-detail {
    flex: 1;
}

/*  */
.how-work>div {
    width: 80px;
    height: 80px;
    margin: auto auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--page-primary-bg);
    border-radius: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    border: 1px dashed #ccc;
    box-shadow: inset 0 0 0 4px #fff;
}

.howWorkSwiper .swiper-slide {
    position: relative;
    z-index: 1;
}

.howWorkSwiper .swiper-slide:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -55%;
    top: 40px;
    border-bottom: 1px solid var(--page-primary-bg);
    width: 100%;
    height: 1px;
    z-index: -1;
}

.howWorkSwiper .swiper-slide:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 10%;
    top: 30px;
    width: 20px;
    height: 22px;
    background: url(../images/leading-wordpress-seo-images/slider-arrow.svg) no-repeat center / contain;
}

@keyframes pulso-effect {
    0% {
        box-shadow: 0 0 0 0px rgba(1, 110, 128, 0.4);
    }

    50% {
        box-shadow: 0 0 0 5px rgba(1, 110, 128, 0.15);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(1, 110, 128, 0);
    }
}

@keyframes spinnerRotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes hithere {

    25% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* 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 (max-width: 1200px) {
    .counter-icon {
        width: 60px;
    }
}

@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;
    }
}

@media only screen and (max-width: 767px) {
    .mb-50 {
        margin-bottom: 30px !important;
    }

    .transform-text {
        transform: rotate(0deg);
    }

    .process-main {
        border-radius: 20px !important;
    }

    .process-shape,
    .process-shape {
        text-align: center !important;
        margin: 0 !important;
    }
}