:root {
    --page-primary-bg: #012E4D;
    --page-secondary-bg: #012E4D;
    --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;
}

.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:hover {
    color: var(--page-primary-bg);
    background: #fff !important;
}

.button-secondary:hover circle {
    stroke: var(--page-primary-bg);
}

.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;
}

.cus-border {
    border: 1px solid var(--page-primary-bg);
}

.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;
}

.rounded-20 {
    border-radius: 20px;
}

.animation-img {
    animation: moveUpDown 2s ease-in-out infinite;
}

.swiper-wrapper {
    display: flex;
}

.hover-shadow {
    transition: 0.5s all ease;
}

.hover-shadow:hover {
    box-shadow: rgb(149 157 165) 0px 8px 24px;
}

.cover {
    object-fit: cover;
}

/* common css end */

/* Faq Block */

.new-faq .accordion-item {
    padding: 36px 0px !important;
}

.section-wrapper .new-faq .accordion-item h2.accordion-header button {
    font-size: 26px !important;
}

/* how it works */
.number-list::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    z-index: -1;
}

.number-list li {
    counter-increment: how-works-comp;
    border: 1px solid #ccc;
    padding: 15px 10px 15px 80px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
}

.number-list li::before {
    content: '0' counter(how-works-comp);
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #012E4D;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 100%;
}

.number-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -25px;
    width: 10px;
    height: 10px;
    background: url('../images/leading-franchise-images/down-arrow.svg') no-repeat center / contain;
}

.location-buss {
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(0deg, #016E80 0%, #EBEBEB 100%) border-box;
    transition: 0.5s all ease;
}

.location-buss:hover {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(175deg, #016E80 0%, #EBEBEB 100%) border-box;
}

.location-buss .location-buss-image {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
    height: 100%;
}

.hover-effect:hover,
.hover-list:hover {
    background: var(--page-primary-bg) !important;
}

.hover-effect:hover *,
.hover-list:hover * {
    color: #fff !important;
}

/* framework */
.framework-wrapper .framework-card {
    position: absolute;
    height: fit-content;
    max-width: 350px;
    width: 100%;
    transition: 0.5s all ease;
}

.framework-wrapper .framework-card .framework-text {
    width: 80px;
    height: 80px;
    background: #febd00;
    border: 10px solid #fccc3e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 70px;
    transition: 0.5s all ease;
}

.framework-wrapper .framework-card:hover .framework-text {
    animation: pulse 1s infinite ease-in-out alternate;
}

.framework-wrapper .framework-card:nth-child(1),
.framework-wrapper .framework-card:nth-child(3),
.framework-wrapper .framework-card:nth-child(5),
.framework-wrapper .framework-card:nth-child(7),
.framework-wrapper .framework-card:nth-child(9) {
    left: 0px;
}

.framework-wrapper .framework-card:nth-child(2),
.framework-wrapper .framework-card:nth-child(4),
.framework-wrapper .framework-card:nth-child(6),
.framework-wrapper .framework-card:nth-child(8) {
    right: 0px;
}

.framework-wrapper .framework-card:nth-child(1) {
    top: 30px;
}

.framework-wrapper .framework-card:nth-child(2) {
    top: 11.5%;
}

.framework-wrapper .framework-card:nth-child(3) {
    top: 22%;
}

.framework-wrapper .framework-card:nth-child(4) {
    top: 32%;
}

.framework-wrapper .framework-card:nth-child(5) {
    top: 42%;
}

.framework-wrapper .framework-card:nth-child(6) {
    top: 52%;
}

.framework-wrapper .framework-card:nth-child(7) {
    top: 62.5%;
}

.framework-wrapper .framework-card:nth-child(8) {
    top: 72.5%;
}

.framework-wrapper .framework-card:nth-child(9) {
    bottom: 30px;
}

@keyframes pulse {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1.2);
    }
}

@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: 1201px) {
    .framework-card {
        opacity: 0;
        transform: scale(0.1);
    }

    .framework-card.visible {
        opacity: 1;
        transform: scale(1);
    }
}

@media (min-width: 1700px) {

    .framework-wrapper .framework-card:nth-child(1),
    .framework-wrapper .framework-card:nth-child(3),
    .framework-wrapper .framework-card:nth-child(5),
    .framework-wrapper .framework-card:nth-child(7),
    .framework-wrapper .framework-card:nth-child(9) {
        left: 100px;
    }

    .framework-wrapper .framework-card:nth-child(2),
    .framework-wrapper .framework-card:nth-child(4),
    .framework-wrapper .framework-card:nth-child(6),
    .framework-wrapper .framework-card:nth-child(8) {
        right: 100px;
    }

    .framework-wrapper .framework-card {
        max-width: 400px;
    }
}

@media (max-width: 1200px) {
    .position-sticky {
        position: static !important;
    }

    .framework-wrapper {
        display: flex;
        flex-wrap: wrap;
        /* gap: 60px 0; */
    }

    .framework-wrapper .framework-card {
        position: static;
        max-width: 100%;
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 15px;
    }

    .framework-wrapper .framework-card .framework-text {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {

    .spacer-xl {
        padding: 70px 0 !important;
    }

    .faq-section .accordion-button {
        gap: 20px;
    }

    .advanced-seo {
        border: 1px solid #ccc !important;
        border-radius: 8px;
    }

    .cta-wrapper.spacer-xl {
        padding-inline: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .mb-50 {
        margin-bottom: 30px !important;
    }

    .framework-wrapper .framework-card {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}