:root {
    --page-primary-bg: #043320;
    --page-secondary-bg: #E46002;
    --page-fade: #EEFFF8;
    --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);
}

.secondary-clr {
    color: 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;
}

.cover {
    object-fit: cover;
}

.image-style {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 10px;
    background: #DBFFF1;
    margin-bottom: 30px;
}

.swiper-slide {
    height: auto !important;
}

/* 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;
}

/* small business */
.small-buss-card {
    transition: 0.5s all ease;
}

.small-buss-card:hover {
    background: var(--page-primary-bg) !important;
}

.small-buss-card:hover * {
    color: #fff !important;
}

.business-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: #d9d9d9;
    opacity: 1;
    margin: 0 4px;
}

.business-pagination .swiper-pagination-bullet-active {
    background: #0c3b2e;
}


.process-card .process-detail {
    border-radius: 20px;
    background: #fff;
    border: 2px solid #1778be36;
    padding: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.row.process-row {
    flex-wrap: nowrap;
    gap: 60px;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

.row.process-row::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background: #ccc;
    height: 100%;
    left: 0;
    margin: auto;
}

.row.process-row>.col-md-6 {
    padding: 0 80px;
}

.process-row .col-md-6:nth-child(1) {
    position: relative;
    z-index: 1;
}

.process-row .col-md-6:nth-child(1)::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #555;
    border-radius: 100%;
    transition: 0.5s all ease;
}

.process-row:nth-child(odd) .col-md-6:nth-child(1)::before {
    right: unset;
    left: -15px;
}

.process-row.active .col-md-6:nth-child(1)::before {
    background: var(--page-primary-bg);
    box-shadow: inset 0 0 10px #fff;
    border: 10px solid var(--page-primary-bg);
}

.process-row .process-img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 10px;
    background: #DBFFF1;
    margin-bottom: 30px;
}

/* Choose Block */

.choose-block {
    display: flex;
    gap: 20px;
    padding: 20px 20px;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}

.choose-process {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.choose-count {
    color: var(--white-color);
    transform: rotate(-90deg);
    font-weight: 600;
}

.block-2 {
    margin: 50px 0 0;
}

.block-3 {
    margin: 100px 0 0;
}

@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) {
    .business-slider-section .business-slider {
        margin-right: -50px;
    }
}

@media (max-width: 1200px) {
    .position-sticky {
        position: static !important;
    }
}

@media only screen and (max-width: 991px) {

    .spacer-xl {
        padding: 70px 0 !important;
    }

    .faq-section .accordion-button {
        gap: 20px;
    }

    .cta-wrapper.spacer-xl {
        padding-inline: 20px !important;
    }

    .row.process-row {
        gap: 20px;
    }

    .row.process-row>.col-md-6 {
        padding: 0 30px;
    }

    .block-2,
    .block-3 {
        margin: 0;
    }

}

@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%;
    }

    .row.process-row {
        flex-wrap: wrap;
        padding-left: 15px;
        padding-bottom: 30px;
    }

    .row.process-row::before {
        right: unset;
        left: 15px;
    }

    .process-row .col-md-6:nth-child(1)::before {
        right: unset;
        left: -15px;
    }

    .row.process-row:nth-child(even) h3.mb-50.text-black.text-end {
        text-align: left !important;
    }
}