:root {
    --page-primary-bg: linear-gradient(90deg, #FF943F 0%, #725DA7 78.37%);
    --page-secondary-bg: #311F5E;
    --page-fade: #F4EFFF;
    --text-theme: #1E1E1E;
    --text-grey: #58606A;
}

.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 {
    color: var(--white-color);
    background: var(--page-primary-bg) !important;
    font-weight: 600 !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;
}

@keyframes pulso-effect {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

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;
}

/* Hero Intro */

.hero-intro {
    background-image: url(../images/burnaby-images/banner-intro.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-block: 90px 150px;
}

/* Point Wrapper */

.point--wrapper {
    background: var(--page-primary-bg);
    border-radius: 10px;
    padding: 50px 30px;
    margin: -140px 0 0;
}

.point--block {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
}

.point--icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* About Wrapper */

.about--wrapper {
    width: 100%;
    height: 100%;
    padding: 70px 40px;
    border-radius: 30px;
    background: linear-gradient(180deg, #32419E 0%, #22194E 100%);
}

/* Business Block */

.choose--wrapper {
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
    display: grid;
    gap: 20px 20px;
}

.busniess-block {
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    border-radius: 20px;
    transition: all 0.3s;
    border: 1px solid transparent;
    background-color: var(--white-color);
}

.business-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service--wrapper .busniess-block {
    border: 2px solid #F7F4FF;
}

/* CTA */

.cta--intro {
    border-radius: 30px;
    overflow: hidden;
    background: var(--page-primary-bg);
}

.cta-content {
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: var(--page-secondary-bg);
}

.cta--wrapper {
    padding: 50px 50px;
    background: var(--page-primary-bg);
}

.cta--block {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/burnaby-images/cta-intro.webp);
    background-color: var(--page-secondary-bg);
    padding: 90px 90px;
    border-radius: 20px;
}

/* Process Slider */

.process-slider .swiper-slide {
    height: auto !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
}

.process-shape {
    position: absolute;
    width: 100%;
    left: 50px;
    bottom: 0;
    top: 0;
}

.process-block {
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    transition: all 0.3s;
}

.slider-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    margin: 50px 0 0;
    justify-content: center;
}

.slider-btn .swiper-button-next,
.slider-btn .swiper-button-prev {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border: 1px solid var(--page-secondary-bg);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    color: var(--white-color);
    background: var(--page-secondary-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-secondary-bg);
    border-color: var(--page-secondary-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;
}

/* Review Slider */

.review--slider .swiper-slide {
    height: auto !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
}

.review--block {
    background: #E5F1FF;
    padding: 30px 30px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* Faq Block */

.new-faq .accordion-item {
    padding: 36px 0px !important;
}

.section-wrapper .new-faq .accordion-item h2.accordion-header button {
    font-size: 26px !important;
}

/* 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);
    }

    .indus--grid {
        gap: 20px;
        width: 100%;
    }

    .indus--block .business-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .indus--block {
        gap: 10px;
        flex-direction: column;
        text-align: center;
    }
}

@media (width <= 1199px) {

    .process-list li:last-child::before,
    .process-list li:nth-child(even):not(:last-child)::before,
    .process-list li:nth-child(odd)::before {
        width: 140px;
    }
}


@media only screen and (max-width: 991px) {

    .spacer-xl {
        padding: 70px 0;
    }

    .hero-intro {
        padding: 60px 0 !important;
    }

    .point--wrapper {
        padding: 40px 10px;
        margin: 0;
    }

    .choose--wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .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;
    }
}

@media only screen and (max-width: 767px) {
    
    .mb-50 {
        margin-bottom: 30px !important;
    }

    .section-wrapper .new-faq .accordion-item h2.accordion-header button {
        font-size: 19px !important;
        line-height: 30px;
    }

    .choose--wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .process-list {
        gap: 20px;
    }

    .process-list li .solution--block {
        padding: 30px 30px;
        gap: 30px;
        flex-direction: column;
    }

    .process-list li:last-child::before,
    .process-list li:nth-child(even):not(:last-child)::before,
    .process-list li:nth-child(odd)::before {
        content: unset;
    }

    .process-list li {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .inner-pricing-section table {
        border-radius: unset !important;
        padding: 0;
        border: none !important;
    }

    .inner-pricing-section table tr td:not(:last-child) {
        border-bottom: 1px solid #d5d5d5 !important;
    }

    .inner-pricing-section table tbody tr td:first-child:before {
        color: var(--white-color);
    }

    .inner-pricing-section table, thead, tbody, th, td, tr {
      display: block;
    }

    .inner-pricing-section thead {
        display: none;
    }

    .inner-pricing-section tr {
        padding: 10px 0;
        border: none !important;
    }

    .inner-pricing-section td {
        text-align: right;
        padding-left: 50% !important;
        position: relative;
        border: none !important;
        min-height: 90px;
    }

    .inner-pricing-section td::before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        width: 45%;
        text-align: left;
        font-weight: 600;
        color: var(--text-theme);
    }
}