: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;
    --tick-icon: url("../images/hamilton-on-img/tick-icon.webp")
}

.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;
}

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;
}

.rounded-20 {
    border-radius: 20px;
}

.light-bg {
    background: #F4EFFF;
}

/* Hero Intro */

.hero-intro {
    background: #000 url('../images/seo-seattle-wa-images/SEO Seattle, WA Banner.webp') no-repeat center / cover;
    padding-block: 90px 96px;
}

.tick-list {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 15px;
}

.tick-list li {
    font-size: 20px;
    padding: 0 0 0 34px;
    position: relative;
    color: var(--page-dark);
}

.tick-list li::before {
    content: '';
    background-image: var(--tick-icon);
    display: inline-block;
    position: absolute;
    inset: 2px auto 0 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-text-block {
    padding-bottom: 95px;
}

/* Point Wrapper */

.point--wrapper {
    background: var(--page-primary-bg);
    border-radius: 10px;
    padding: 50px 30px;
    margin: -100px 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 */

.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/hamilton-on-img/cta-intro.webp);
    background-color: var(--page-secondary-bg);
    padding: 90px 90px;
    border-radius: 20px;
}


/* Faq Block */

.new-faq .accordion-item {
    padding: 36px 0px !important;
}

.section-wrapper .new-faq .accordion-item h2.accordion-header button {
    font-size: 26px !important;
}

.theme-grad-list li {
    background: linear-gradient(90deg, #FF943F 0%, #725DA7 78.37%);
    padding: 28px 20px;
    color: var(--white-color);
    border-radius: 20px;
    text-align: center;
    font-weight: 700;
}

.busniess-block {
    border: 1px solid #BFBFBF;
    background-color: transparent;
}

.package-block {
    border: 1px solid #BFBFBF;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    column-gap: 20px;
    transition: 0.5s all ease;
}

.package-block:hover {
    background: #745EA6;
}

.package-block:hover * {
    color: #fff !important;
}

.package-block .business-icon {
    flex-shrink: 0;
    width: 80px;
}

.sticky-column {
    position: sticky;
    top: 140px;
}

.package-wrapper {
    display: flex;
    flex-flow: column;
    row-gap: 20px;
}

/* 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;
    }

    .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;
    }

    .sticky-column {
        position: static;
    }
}

@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;
    }

    .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;
    }

    .package-block {
        flex-flow: column;
        text-align: center;
        align-items: center;
    }
}