:root {
    --page-primary-bg: #14112C;
    --page-secondary-bg: #423892;
    --page-fade: #FBFAFF;
    --text-theme: #1E1E1E;
    --text-grey: #58606A;
    --linear-bg: linear-gradient(270deg, #130934 0%, #120835 35%, #014380 100%);
    --tick-icon: url(../images/leading-semantic-seo-images/list-icon.svg)
}

.page-primary {
    background: var(--page-primary-bg);
}

.linear-bg {
    background: var(--linear-bg);
}

.page-secondary {
    background: var(--page-secondary-bg);
}

.page-fade {
    background-color: var(--page-fade) !important;
}

.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;
}

.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;
}

.cta-space {
    padding-block: 80px;
}

.rounded-20 {
    border-radius: 20px;
}

.animation-img {
    animation: moveUpDown 2s ease-in-out infinite;
}

.swiper-wrapper {
    display: flex;
}

/* common css end */

/* framework */
.framework-wrapper .framework-items {
    width: 400px;
    max-width: 100%;
    height: fit-content;
    position: absolute;
    text-align: center;
}

.framework-wrapper .center-img {
    padding-block: 150px;
}

/* steps  */
.steps-wrapper {
    padding-top: 350px;
}

.steps-wrapper .steps-items {
    position: absolute;
    width: 350px;
    height: fit-content;
}

.steps-wrapper .steps-items:nth-child(1) {
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.steps-wrapper .steps-items:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.steps-wrapper .steps-items:nth-child(5) {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.steps-wrapper .steps-items:nth-child(4) {
    bottom: -60px;
    left: 60px;
}

.steps-wrapper .steps-items:nth-child(3) {
    bottom: -60px;
    right: 60px;
}

.steps-wrapper .steps-circle {
    text-align: center;
    position: relative;
    width: 450px;
    height: 450px;
    margin: auto;
    border-radius: 100%;
    z-index: 1;
}

.steps-wrapper .steps-circle .steps-circle-detail {
    border-radius: 100%;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--linear-bg);
    margin: auto;
    padding: 40px;
}

.steps-wrapper .steps-circle::before {
    content: "";
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url('../images/eeat-seo-marketing-images/steps-circle.svg') no-repeat center / contain;
    z-index: -1;
    top: -30px;
    left: 4px;
}

.steps-wrapper .steps-items .number {
    background: #19113B;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: auto auto 20px;
    font-weight: 600;
    font-size: 22px;
}

/* industries */
.industries-card {
    min-height: 250px;
}

.industries-card {
    transition: 0.5s all ease;
    z-index: 1;
    position: relative;
}

.industries-card .industries-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px 10px;
    background: #000000a8;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
    font-weight: bold;
    transition: 0.5s all ease;
}

.swiper-wrapper .swiper-slide:not(.swiper-slide-next) {
    transform: scale(0.9);
}

.swiper-slide-next .industries-card .industries-text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.ind-prev,
.ind-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.ind-prev {
    background: #fff;
    color: var(--page-primary-bg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.ind-next {
    background: var(--page-primary-bg);
    color: #fff;
}

.industries-pagination {
    position: static !important;
    width: auto !important;
}

.industries-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #bbb;
    opacity: 1;
}

.industries-pagination .swiper-pagination-bullet-active {
    background: var(--page-primary-bg);
    width: 30px;
    border-radius: 4px;
}

.services-main {
    transition: 0.5s all ease;
}

.services-main:hover {
    background: var(--page-primary-bg) !important;
}

.services-main:hover * {
    color: #fff !important;
}

/* Faq Block */

.new-faq .accordion-item {
    padding: 36px 0px !important;
}

.section-wrapper .new-faq .accordion-item h2.accordion-header button {
    font-size: 26px !important;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@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);
    }
}


/* 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: 1650px) {
    .steps-wrapper .steps-items {
        width: 400px;
    }

    .steps-wrapper .steps-circle {
        width: 550px;
        height: 550px;
    }
}

@media (max-width: 1200px) {
    .steps-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .steps-wrapper .steps-items {
        position: static;
        width: fit-content;
    }

    .steps-wrapper {
        padding: 0;
    }

    .steps-wrapper .steps-items:nth-child(5) {
        grid-column: 1 / -1;
        justify-self: center;
    }
}

@media only screen and (max-width: 991px) {

    .spacer-xl {
        padding: 70px 0 !important;
    }

    .faq-section .accordion-button {
        gap: 20px;
    }

    .framework-wrapper .framework-items {
        width: 300px;
    }

    .industries-card:hover .industries-text,
    .swiper-slide-next .industries-card .industries-text {
        height: unset !important;
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 767px) {
    .mb-50 {
        margin-bottom: 30px !important;
    }

    .framework-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }

    .framework-wrapper .framework-items {
        position: static;
        width: 100%;
        height: 100%;
        border: 1px solid #433892a6;
        border-radius: 8px;
        padding: 20px;
    }

    .steps-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}