:root {
    --page-primary-bg: #0A28F4;
    --page-secondary-bg: #DCFD7D;
    --page-fade: #F6F4FF;
    --text-theme: #1E1E1E;
    --text-grey: #58606A;
    --tick-icon: url(../images/seo-riverside-images/list-check.svg)
}

.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,
.button-primary:hover,
.button-black {
    color: #fff;
    background: var(--page-primary-bg) !important;
    font-weight: 600 !important;
    border-radius: 100px !important;
}

.button-black:not(:hover) {
    background: #000 !important;
}

.button-secondary,
.button-secondary:hover {
    color: var(--white-color);
    border: 1px solid #ffffff;
    background-color: #ffffff30 !important;
    font-weight: 600 !important;
    backdrop-filter: blur(8px);
    border-radius: 20px !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;
}

.rounded-30 {
    border-radius: 30px;
}

.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;
    height: 20px;
    background: var(--tick-icon) no-repeat center;
    z-index: -1;
    background-size: contain;
}

.check-list.text-white li::before {
    filter: brightness(0) invert(1);
}

.cus-border {
    border: 4px solid #E8E3FE !important;
}

.rounded-20 {
    border-radius: 20px;
}

.busniess-block {
    width: 100%;
    height: 100%;
    padding: 50px 30px;
    border-radius: 20px;
    transition: all 0.3s;
    border: none;
    background-color: #000;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.business-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--page-primary-bg);
    border-radius: 100%;
    padding: 15px;
}

.cus-shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* CTA */

/* Faq Block */

.new-faq .accordion-item {
    padding: 36px 0px !important;
}

.section-wrapper .new-faq .accordion-item h2.accordion-header button {
    font-size: 26px !important;
}

/* professionals--slider */

.swiper-slide {
    height: auto !important;
}

.slider-btn .swiper-button-next,
.slider-btn .swiper-button-prev {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border: 1px solid var(--page-primary-bg);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    color: var(--white-color);
    background: var(--page-primary-bg);
    margin: unset !important;
    z-index: 1 !important;
    transition: ease-in 0.3s;
}

.slider-btn .swiper-button-next:hover,
.slider-btn .swiper-button-prev:hover {
    background: var(--page-primary-bg);
    border-color: var(--page-primary-bg);
    color: var(--white-color);
    transition: ease-in 0.3s;
}

.slider-btn .swiper-button-next:after,
.slider-btn .swiper-button-prev:after {
    font-size: 18px;
}

.professionals--slider .swiper-wrapper {
    padding: 0 0 20px !important;
}

/* Choose Wrapper */

.choose-grid {
    display: grid;
    grid-template-areas:
        'div1 . . . . . div7'
        'div1 div2 . . . div6 div7'
        '. div2 div3 div4 div5 div6 .'
        '. . div3 div4 div5 . .'
        '. . . . . . .';
    position: relative;
    gap: 150px 0;
    margin: -200px 0 0 0;
}

.choose-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    z-index: 1;
    width: 200px;
}

.choose-grid div:nth-child(1) {
    grid-area: div1;
}

.choose-grid div:nth-child(2) {
    grid-area: div2;
    margin-top: -24px;
}

.choose-grid div:nth-child(3) {
    grid-area: div3;
    margin-top: -20px;
}

.choose-grid div:nth-child(4) {
    grid-area: div4;
    margin-top: -20px;
}

.choose-grid div:nth-child(5) {
    grid-area: div5;
    margin-top: -20px;
}

.choose-grid div:nth-child(6) {
    grid-area: div6;
    margin-top: -24px;
}

.choose-grid div:nth-child(7) {
    grid-area: div7;
}

.border-img-wrap {
    border: 3px solid var(--white-color);
}

/* testimonials-main */

.testimonials-main {
    position: relative;
    color: #fff;
    padding: 40px 30px;
    z-index: 1;
    margin: 0 15px;
    height: 100%;
    cursor: pointer;
}

.swiper-slide .testimonials-main:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 25px;
    width: calc(100% + 20px);
    height: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 22px;
    transform: perspective(800px) rotateY(-18deg);
    z-index: -1;
    inset: 0;
    left: -20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.swiper-slide.swiper-slide-active .testimonials-main:after {
    background: var(--page-primary-bg);
}

.swiper-slide:not(.swiper-slide-active) .testimonials-main * {
    color: #000 !important;
}

.swiper-slide .testimonials-main .quotes {
    position: absolute;
    left: -25px;
    top: 15px;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 100%;
    padding: 10px;
    background: var(--page-primary-bg);
}

.swiper-slide.swiper-slide-active .testimonials-main .quotes {
    background: #000;
}


.process-main .numbers {
    color: #0a28f438;
    font-size: 5em;
    font-weight: 900;
    margin: 0;
    line-height: normal;
    position: relative;
    top: 30px;
    z-index: -1;
}

.process-main {
    cursor: pointer;
    padding-right: 100px;
}

.process-main img.slider-shape {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: -100px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    object-fit: contain;
    z-index: -1;
    max-width: 100%;
}

.process-main .seo-process {
    min-height: 180px;
    display: flex;
    flex-direction: column;
}

.swiper-wrapper {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Ccircle cx='36' cy='36' r='36' fill='%234b32c2'/%3E%3Ctext x='36' y='41' text-anchor='middle' fill='%23ffffff' font-size='13' font-weight='500' font-family='sans-serif' letter-spacing='0.5'%3ESlide%3C/text%3E%3C/svg%3E") 36 36, pointer;
}

/* Why San Businesses */

.why-buss {
    transition: 0.5s all ease;
}

.why-buss:hover {
    background: var(--page-primary-bg) !important;
}

.why-buss:hover * {
    color: #fff !important;
}

.why-buss:hover .business-icon {
    background: #f8f9fa;
}

.why-buss:hover .business-icon img {
    filter: brightness(0) invert(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);
    }

    .choose-block {
        width: 100%;
    }
}

@media (min-width: 1201px) {
    .flex--leptop>.swiper-slide {
        width: 33.33%;
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .process-main .numbers {
        font-size: 8em;
        top: 50px;
    }

    .choose-grid .choose-block p {
        max-width: 90%;
        font-weight: 600;
    }

    .swiper-slide .testimonials-main:after {
        transform: perspective(830px) rotateY(-25deg);
    }

    .process-main .seo-process {
        min-height: 220px;
    }
}

@media only screen and (max-width: 992px) {

    .spacer-xl {
        padding: 70px 0 !important;
    }

    .faq-section .accordion-button {
        gap: 20px;
    }

    .cta--wrapper,
    .cta--block {
        padding: 50px 20px;
    }

    .busniess-block {
        padding: 20px 20px;
    }

    .cta-content {
        padding: 50px 20px;
        align-items: center;
        text-align: center;
    }

    .cta--intro,
    .cta-theme {
        padding: 60px 20px;
    }

    .cta-theme img {
        margin: 0 0 30px;
    }

    .professionals--slider.overflow-visible {
        overflow: hidden !important;
    }

    ul.check-list,
    .packages-designed a.button.button-primary.w-fit {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .choose-grid {
        gap: 30px 0;
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: none;
        margin: 30px 0 0;
    }

    .choose-grid div:nth-child(4) {
        display: none !important;
    }

    .choose-block {
        width: 100%;
        grid-area: auto !important;
        margin: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .mb-50 {
        margin-bottom: 30px !important;
    }
}

@media only screen and (max-width: 550px) {
    .choose-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}