.shopify-page-banner .banner-content {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.shopify-page-banner .banner-grid {
	grid-template-columns: 1fr !important;
}

.shopify-page-banner .site-links {
	justify-content:center;
}

.shopify-page-banner .portfolio-tagline {
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 1.5px;

    width: max-content;
    margin: 0 auto 10px;
    padding: 7px 16px;

    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 4px 20px rgba(0, 0, 0, 0.12);
}

.shopify-including-services {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background: #0F1421;
    color: var(--gray-light);
    overflow: hidden;
}

.shopify-including-services::before {
    content: "";
    position: absolute;
    top: -180px;
    left: -180px;
    width: 400px;
    height: 400px;
    background: var(--orange);
    opacity: 0.035;
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
}

.shopify-including-services::after {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -200px;
    width: 420px;
    height: 420px;
    background: var(--navyblue);
    opacity: 0.3;
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
}

.shopify-services-wrap {
    position: relative;
    z-index: 1;
    width: min(100% - 54px, 1100px);
    margin: 0 auto;
}

.shopify-services-head {
    max-width: 650px;
    margin-bottom: 42px;
}

.shopify-services-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--orange);
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.shopify-services-tag::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--orange);
}

.shopify-services-head h2 {
    margin: 0 0 13px;
    color: #fff;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -1.5px;
}

.shopify-services-head h2 em {
    color: var(--orange);
    font-weight: 400;
}

.shopify-services-head p {
    max-width: 620px;
    margin: 0;
    color: rgba(229, 229, 229, 0.55);
    font-size: 11px;
    line-height: 1.7;
}

.shopify-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
}

.shopify-service-card {
    position: relative;
    min-height: 270px;
    padding: 27px 28px 25px;
    background: rgba(15, 20, 33, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    transition:
        background 0.4s var(--transition-smooth),
        border-color 0.4s var(--transition-smooth),
        box-shadow 0.4s var(--transition-smooth),
        transform 0.4s var(--transition-smooth);
}

.shopify-service-card:nth-child(2n) {
    border-right: 0;
}

.shopify-service-card:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.shopify-service-card:hover {
    z-index: 2;
    background: rgba(252, 163, 17, 0.055);
    border-color: rgba(252, 163, 17, 0.3);
    box-shadow:
        inset 0 0 0 1px rgba(252, 163, 17, 0.06),
        0 15px 40px rgba(0, 0, 0, 0.22);
}

.shopify-service-top {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.shopify-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    margin-right: 9px;
    border: 1px solid rgba(252, 163, 17, 0.45);
    border-radius: 50%;
    color: var(--orange);
    background: rgba(252, 163, 17, 0.07);
    font-size: 11px;
    transition:
        transform 0.4s var(--transition-smooth),
        background 0.4s var(--transition-smooth),
        color 0.4s var(--transition-smooth);
}

.shopify-service-number {
    color: rgba(229, 229, 229, 0.35);
    font-size: 8px;
    letter-spacing: 0.8px;
}

.shopify-service-arrow {
    margin-left: auto;
    color: rgba(229, 229, 229, 0.28);
    font-size: 10px;
    transition:
        transform 0.4s var(--transition-smooth),
        color 0.4s var(--transition-smooth);
}

.shopify-service-card:hover .shopify-service-arrow {
    color: var(--orange);
    transform: translate(3px, -3px);
}

/* H3 size from screenshot */
.shopify-service-card h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: -0.25px;
}

/* Paragraph size from screenshot */
.shopify-service-card p {
    max-width: 430px;
    margin: 0 0 15px;
    color: rgba(229, 229, 229, 0.52);
    font-size: 10px;
    line-height: 1.65;
}

.shopify-service-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.shopify-service-card li {
    position: relative;
    padding-left: 10px;
    color: rgba(229, 229, 229, 0.52);
    font-size: 9px;
    line-height: 1.5;
}

.shopify-service-card li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 3px;
    height: 3px;
    background: var(--orange);
    border-radius: 50%;
}

.shopify-service-icon svg {
	stroke:var(--orange) !important;
	width:12px !important;
}

.shopify-service-card:hover svg {
    stroke:var(--black) !important;
}

@media (max-width: 767px) {
    .shopify-including-services {
        padding: 70px 0;
    }

    .shopify-services-wrap {
        width: calc(100% - 30px);
    }

    .shopify-services-head {
        margin-bottom: 32px;
    }

    .shopify-services-head h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .shopify-services-head p {
        font-size: 11px;
    }

    .shopify-services-grid {
        grid-template-columns: 1fr;
    }

    .shopify-service-card,
    .shopify-service-card:nth-child(2n) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    .shopify-service-card:last-child {
        border-bottom: 0;
    }

    .shopify-service-card {
        min-height: auto;
        padding: 25px 21px;
    }

    .shopify-service-card h3 {
        font-size: 16px;
    }

    .shopify-service-card p {
        font-size: 10px;
    }
}

