.elementor-11441 .elementor-element.elementor-element-1c13a56{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11441 .elementor-element.elementor-element-3044cb8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11441 .elementor-element.elementor-element-a9a990d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11441 .elementor-element.elementor-element-456f921{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11441 .elementor-element.elementor-element-94bad6d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11441 .elementor-element.elementor-element-af46cf4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11441 .elementor-element.elementor-element-54828ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11441 .elementor-element.elementor-element-8408d13{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11441 .elementor-element.elementor-element-1834cc6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11441 .elementor-element.elementor-element-49a44ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d2c3df3 *//* =========================================================
   BYTE BLAZE DESIGNS
   BRISTOL, VA & TN HERO
   CLEAN HOMEPAGE-MATCHED VERSION
========================================================= */

.bbd-bristol-home-hero,
.bbd-bristol-home-hero * {
    box-sizing: border-box;
}

.bbd-bristol-home-hero {
    --bbd-green: #b2e060;
    --bbd-green-bright: #94e30c;
    --bbd-white: #ffffff;
    --bbd-text: rgba(255, 255, 255, 0.82);
    --bbd-muted: rgba(255, 255, 255, 0.6);
    --bbd-border: rgba(255, 255, 255, 0.11);
    --bbd-green-border: rgba(178, 224, 96, 0.3);

    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    padding: 42px 0 48px;
    color: var(--bbd-white);
    background:
        radial-gradient(
            circle at 8% 10%,
            rgba(148, 227, 12, 0.13),
            transparent 30%
        ),
        radial-gradient(
            circle at 88% 34%,
            rgba(178, 224, 96, 0.07),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            #101116 0%,
            #1b1c21 52%,
            #101116 100%
        );
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

/* =========================================================
   BACKGROUND EFFECTS
========================================================= */

.bbd-bristol-home-bg-grid {
    position: absolute;
    inset: 0;
    z-index: -4;
    pointer-events: none;
    opacity: 0.13;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        );
    background-size: 50px 50px;
}

.bbd-bristol-home-glow {
    position: absolute;
    z-index: -3;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(95px);
}

.bbd-bristol-home-glow-left {
    top: -220px;
    left: -180px;
    width: 520px;
    height: 520px;
    background: rgba(148, 227, 12, 0.12);
}

.bbd-bristol-home-glow-right {
    right: -210px;
    bottom: -220px;
    width: 580px;
    height: 580px;
    background: rgba(178, 224, 96, 0.08);
}

/* =========================================================
   MAIN GRID
========================================================= */

.bbd-bristol-home-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
    gap: 52px;
    align-items: center;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

/* =========================================================
   LEFT CONTENT
========================================================= */

.bbd-bristol-home-copy {
    position: relative;
    z-index: 4;
    max-width: 740px;
}

.bbd-bristol-home-eyebrow {
    display: none;
}

.bbd-bristol-home-copy h1 {
    margin: 0 0 24px;
    color: var(--bbd-white);
    font-size: clamp(46px, 5.15vw, 68px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.052em;
}

.bbd-bristol-home-copy h1 span {
    display: block;
    margin-top: 10px;
    color: var(--bbd-green);
}

.bbd-bristol-home-intro {
    max-width: 720px;
    margin: 0 0 15px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.76;
}

.bbd-bristol-home-support {
    max-width: 680px;
    margin: 0 0 16px;
    color: var(--bbd-text);
    font-size: 15px;
    line-height: 1.75;
}

.bbd-bristol-home-tagline {
    margin: 0;
    color: var(--bbd-green);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.6;
}

/* =========================================================
   BUTTONS
========================================================= */

.bbd-bristol-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 29px;
}

.bbd-bristol-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 15px 22px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition:
        transform 0.24s ease,
        border-color 0.24s ease,
        background 0.24s ease,
        color 0.24s ease,
        box-shadow 0.24s ease;
}

.bbd-bristol-home-button svg {
    width: 18px;
    height: 18px;
}

.bbd-bristol-home-button-primary,
.bbd-bristol-home-button-primary:link,
.bbd-bristol-home-button-primary:visited {
    border: 1px solid var(--bbd-green);
    background: var(--bbd-green);
    color: #11130d !important;
    box-shadow: 0 16px 38px rgba(148, 227, 12, 0.19);
}

.bbd-bristol-home-button-primary:hover,
.bbd-bristol-home-button-primary:focus,
.bbd-bristol-home-button-primary:active {
    transform: translateY(-2px);
    border-color: var(--bbd-green-bright);
    background: var(--bbd-green-bright);
    color: #11130d !important;
    box-shadow: 0 20px 46px rgba(148, 227, 12, 0.27);
}

.bbd-bristol-home-button-primary svg,
.bbd-bristol-home-button-primary svg path {
    color: #11130d !important;
    fill: #11130d !important;
}

.bbd-bristol-home-button-secondary,
.bbd-bristol-home-button-secondary:link,
.bbd-bristol-home-button-secondary:visited {
    border: 1px solid rgba(178, 224, 96, 0.24);
    background: rgba(255, 255, 255, 0.025);
    color: var(--bbd-white) !important;
}

.bbd-bristol-home-button-secondary:hover,
.bbd-bristol-home-button-secondary:focus,
.bbd-bristol-home-button-secondary:active {
    transform: translateY(-2px);
    border-color: var(--bbd-green-border);
    background: rgba(178, 224, 96, 0.07);
    color: var(--bbd-green) !important;
}

/* =========================================================
   TRUST PILLS
========================================================= */

.bbd-bristol-home-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 27px;
}

.bbd-bristol-home-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 39px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.022);
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.bbd-bristol-home-check {
    color: var(--bbd-green-bright);
    font-size: 14px;
    font-weight: 900;
}

/* =========================================================
   RIGHT PORTRAIT AREA
========================================================= */

.bbd-bristol-home-visual {
    position: relative;
    align-self: stretch;
    min-width: 0;
}

.bbd-bristol-home-portrait-wrap {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    min-height: 665px;
    padding: 30px 22px 0;
}

/* Glass panel behind portrait */
.bbd-bristol-home-portrait-wrap::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 7px;
    bottom: 0;
    left: 7px;
    z-index: 0;
    border: 1px solid rgba(178, 224, 96, 0.3);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 50% 25%,
            rgba(178, 224, 96, 0.07),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.065),
            rgba(255, 255, 255, 0.018)
        );
    box-shadow:
        0 30px 75px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
}

.bbd-bristol-home-portrait-wrap::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 0;
    left: 8px;
    z-index: 0;
    height: 38%;
    border-radius: 0 0 29px 29px;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            transparent 0%,
            rgba(148, 227, 12, 0.04) 100%
        );
}

.bbd-bristol-home-portrait-glow {
    position: absolute;
    top: 11%;
    left: 50%;
    z-index: 0;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(148, 227, 12, 0.08);
    filter: blur(68px);
    transform: translateX(-50%);
}

/* Black-and-white Tony portrait */
.bbd-bristol-home-portrait {
    position: relative;
    z-index: 2;
    display: block;
    align-self: flex-end;
    width: min(100%, 500px);
    height: auto;
    margin: 0;
    object-fit: contain;
    object-position: center bottom;
    filter:
        grayscale(100%)
        contrast(1.08)
        brightness(0.98)
        drop-shadow(0 28px 40px rgba(0, 0, 0, 0.4));
}

/* =========================================================
   HIDE OLD FLOATING CARDS
========================================================= */

.bbd-bristol-home-floating-card,
.bbd-bristol-home-card-one,
.bbd-bristol-home-card-two {
    display: none !important;
}

/* =========================================================
   GLASS NAME CARD
========================================================= */

.bbd-bristol-home-intro-card {
    position: absolute;
    right: 38px;
    bottom: 26px;
    z-index: 5;
    width: min(390px, 77%);
    padding: 20px 23px;
    border: 1px solid rgba(178, 224, 96, 0.26);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(29, 30, 35, 0.75),
            rgba(14, 15, 19, 0.64)
        );
    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(22px) saturate(125%);
    -webkit-backdrop-filter: blur(22px) saturate(125%);
}

.bbd-bristol-home-intro-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.06),
            transparent 48%
        );
}

.bbd-bristol-home-intro-label {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 8px;
    color: var(--bbd-green);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.bbd-bristol-home-intro-card h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--bbd-white);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.42;
    letter-spacing: -0.025em;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1080px) {

    .bbd-bristol-home-hero {
        padding: 58px 0 52px;
    }

    .bbd-bristol-home-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bbd-bristol-home-copy {
        max-width: 860px;
    }

    .bbd-bristol-home-visual {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .bbd-bristol-home-portrait-wrap {
        min-height: 660px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bbd-bristol-home-hero {
        padding: 42px 0 38px;
    }

    .bbd-bristol-home-inner {
        width: min(100% - 24px, 1240px);
        gap: 34px;
    }

    .bbd-bristol-home-copy h1 {
        margin-bottom: 20px;
        font-size: clamp(36px, 11vw, 52px);
        line-height: 1.06;
    }

    .bbd-bristol-home-intro {
        font-size: 15px;
        line-height: 1.72;
    }

    .bbd-bristol-home-support,
    .bbd-bristol-home-tagline {
        font-size: 14px;
    }

    .bbd-bristol-home-actions {
        display: grid;
        width: 100%;
    }

    .bbd-bristol-home-button {
        width: 100%;
    }

    .bbd-bristol-home-trust {
        display: grid;
        width: 100%;
    }

    .bbd-bristol-home-trust-item {
        width: 100%;
        border-radius: 12px;
    }

    .bbd-bristol-home-portrait-wrap {
        min-height: 525px;
        padding: 20px 8px 0;
    }

    .bbd-bristol-home-portrait-wrap::before {
        top: 5px;
        right: 0;
        left: 0;
        border-radius: 24px;
    }

    .bbd-bristol-home-portrait-wrap::after {
        right: 0;
        left: 0;
        border-radius: 0 0 24px 24px;
    }

    .bbd-bristol-home-portrait {
        width: min(100%, 410px);
    }

    .bbd-bristol-home-intro-card {
        right: 16px;
        bottom: 18px;
        width: calc(100% - 32px);
        padding: 18px 19px;
    }

    .bbd-bristol-home-intro-card h2 {
        font-size: 16px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 460px) {

    .bbd-bristol-home-portrait-wrap {
        min-height: 480px;
    }

    .bbd-bristol-home-copy h1 {
        font-size: 37px;
    }

    .bbd-bristol-home-intro-card {
        right: 12px;
        bottom: 14px;
        width: calc(100% - 24px);
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bbd-bristol-home-hero *,
    .bbd-bristol-home-hero *::before,
    .bbd-bristol-home-hero *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-911ae2d *//* =========================================================
   BYTE BLAZE DESIGNS
   BRISTOL, VA & TN LOCAL TRUST / STATS SECTION
========================================================= */

.bbd-bristol-trust-section,
.bbd-bristol-trust-section * {
    box-sizing: border-box;
}

.bbd-bristol-trust-section {
    --bbd-green: #b2e060;
    --bbd-green-bright: #94e30c;
    --bbd-white: #ffffff;
    --bbd-copy: rgba(255, 255, 255, 0.75);
    --bbd-muted: rgba(255, 255, 255, 0.56);
    --bbd-border: rgba(255, 255, 255, 0.1);
    --bbd-green-border: rgba(178, 224, 96, 0.25);

    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: 88px 0 78px;
    color: var(--bbd-white);
    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(148, 227, 12, 0.08),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #101116 0%,
            #15161b 100%
        );
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.bbd-bristol-trust-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.13;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        );
    background-size: 50px 50px;
}

.bbd-bristol-trust-section::after {
    content: "";
    position: absolute;
    top: -180px;
    right: -150px;
    z-index: -1;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: rgba(148, 227, 12, 0.08);
    filter: blur(90px);
}

.bbd-bristol-trust-inner {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

/* =========================================================
   HEADING
========================================================= */

.bbd-bristol-trust-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 52px;
    align-items: end;
    margin-bottom: 42px;
}

.bbd-bristol-trust-eyebrow {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: 0 0 -29px;
    color: var(--bbd-green);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bbd-bristol-trust-eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    border-radius: 999px;
    background: var(--bbd-green-bright);
    box-shadow: 0 0 16px rgba(148, 227, 12, 0.42);
}

.bbd-bristol-trust-heading h2 {
    margin: 0;
    color: var(--bbd-white);
    font-size: clamp(37px, 4.5vw, 57px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.047em;
}

.bbd-bristol-trust-heading h2 span {
    display: block;
    color: var(--bbd-green);
}

.bbd-bristol-trust-intro {
    max-width: 690px;
    margin: 0;
    color: var(--bbd-copy);
    font-size: 16px;
    line-height: 1.8;
}

/* =========================================================
   FEATURE CARDS
========================================================= */

.bbd-bristol-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.bbd-bristol-trust-card {
    position: relative;
    overflow: hidden;
    min-height: 245px;
    padding: 25px;
    border: 1px solid var(--bbd-border);
    border-radius: 20px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );
    box-shadow:
        0 20px 48px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition:
        transform 0.24s ease,
        border-color 0.24s ease,
        box-shadow 0.24s ease;
}

.bbd-bristol-trust-card::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -60px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: rgba(148, 227, 12, 0.055);
    transition: transform 0.28s ease;
}

.bbd-bristol-trust-card:hover {
    transform: translateY(-5px);
    border-color: var(--bbd-green-border);
    box-shadow:
        0 26px 58px rgba(0, 0, 0, 0.24),
        0 0 35px rgba(148, 227, 12, 0.045);
}

.bbd-bristol-trust-card:hover::after {
    transform: scale(1.18);
}

.bbd-bristol-trust-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 21px;
    border: 1px solid rgba(178, 224, 96, 0.22);
    border-radius: 14px;
    background: rgba(178, 224, 96, 0.09);
    color: var(--bbd-green);
}

.bbd-bristol-trust-icon svg {
    width: 21px;
    height: 21px;
}

.bbd-bristol-trust-card-copy {
    position: relative;
    z-index: 1;
}

.bbd-bristol-trust-card strong {
    display: block;
    margin-bottom: 11px;
    color: var(--bbd-white);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.bbd-bristol-trust-card p {
    margin: 0;
    color: var(--bbd-muted);
    font-size: 13px;
    line-height: 1.75;
}

/* =========================================================
   STATS STRIP
========================================================= */

.bbd-bristol-stats-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid var(--bbd-border);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.045),
            rgba(255, 255, 255, 0.016)
        );
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.bbd-bristol-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
    padding: 20px;
    text-align: center;
}

.bbd-bristol-stat:not(:last-child) {
    border-right: 1px solid var(--bbd-border);
}

.bbd-bristol-stat strong {
    display: block;
    margin-bottom: 7px;
    color: var(--bbd-green);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.bbd-bristol-stat span {
    display: block;
    color: rgba(255, 255, 255, 0.67);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1080px) {

    .bbd-bristol-trust-section {
        padding: 72px 0 66px;
    }

    .bbd-bristol-trust-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bbd-bristol-trust-eyebrow {
        grid-column: auto;
        margin-bottom: 0;
    }

    .bbd-bristol-trust-intro {
        max-width: 820px;
    }

    .bbd-bristol-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bbd-bristol-stats-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bbd-bristol-stat:nth-child(3) {
        border-right: 0;
    }

    .bbd-bristol-stat:nth-child(-n+3) {
        border-bottom: 1px solid var(--bbd-border);
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bbd-bristol-trust-section {
        padding: 58px 0 52px;
    }

    .bbd-bristol-trust-inner {
        width: min(100% - 24px, 1240px);
    }

    .bbd-bristol-trust-heading {
        margin-bottom: 31px;
    }

    .bbd-bristol-trust-eyebrow {
        font-size: 9px;
        letter-spacing: 0.1em;
    }

    .bbd-bristol-trust-heading h2 {
        font-size: clamp(33px, 9.5vw, 46px);
        line-height: 1.09;
    }

    .bbd-bristol-trust-heading h2 span {
        display: inline;
    }

    .bbd-bristol-trust-intro {
        font-size: 15px;
        line-height: 1.75;
    }

    .bbd-bristol-trust-grid {
        grid-template-columns: 1fr;
    }

    .bbd-bristol-trust-card {
        min-height: auto;
        padding: 23px;
    }

    .bbd-bristol-stats-strip {
        grid-template-columns: 1fr;
    }

    .bbd-bristol-stat {
        min-height: 84px;
    }

    .bbd-bristol-stat:not(:last-child),
    .bbd-bristol-stat:nth-child(3) {
        border-right: 0;
        border-bottom: 1px solid var(--bbd-border);
    }

}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bbd-bristol-trust-section *,
    .bbd-bristol-trust-section *::before,
    .bbd-bristol-trust-section *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3428024 *//* =========================================================
   BYTE BLAZE DESIGNS
   BRISTOL, VA & TN DIGITAL SERVICES SECTION
========================================================= */

.bbd-bristol-services,
.bbd-bristol-services * {
    box-sizing: border-box;
}

.bbd-bristol-services {
    --bbd-green: #b2e060;
    --bbd-green-bright: #94e30c;
    --bbd-white: #ffffff;
    --bbd-copy: rgba(255, 255, 255, 0.74);
    --bbd-muted: rgba(255, 255, 255, 0.55);
    --bbd-border: rgba(255, 255, 255, 0.1);
    --bbd-green-border: rgba(178, 224, 96, 0.28);

    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: 92px 0 84px;
    color: var(--bbd-white);
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(148, 227, 12, 0.08),
            transparent 27%
        ),
        radial-gradient(
            circle at 92% 78%,
            rgba(178, 224, 96, 0.06),
            transparent 31%
        ),
        linear-gradient(
            180deg,
            #15161b 0%,
            #101116 100%
        );
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.bbd-bristol-services::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.12;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        );
    background-size: 50px 50px;
}

.bbd-bristol-services::after {
    content: "";
    position: absolute;
    top: 40%;
    left: -220px;
    z-index: -1;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: rgba(148, 227, 12, 0.06);
    filter: blur(100px);
}

.bbd-bristol-services-inner {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

/* =========================================================
   HEADER
========================================================= */

.bbd-bristol-services-header {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 48px;
}

.bbd-bristol-services-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--bbd-green);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bbd-bristol-services-eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    border-radius: 999px;
    background: var(--bbd-green-bright);
    box-shadow: 0 0 16px rgba(148, 227, 12, 0.42);
}

.bbd-bristol-services-heading h2 {
    margin: 0;
    color: var(--bbd-white);
    font-size: clamp(38px, 4.8vw, 60px);
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -0.048em;
}

.bbd-bristol-services-heading h2 span {
    display: block;
    margin-top: 7px;
    color: var(--bbd-green);
}

.bbd-bristol-services-intro p {
    margin: 0;
    color: var(--bbd-copy);
    font-size: 15px;
    line-height: 1.8;
}

.bbd-bristol-services-intro p + p {
    margin-top: 14px;
}

/* =========================================================
   SERVICES GRID
========================================================= */

.bbd-bristol-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.bbd-bristol-service-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 28px;
    border: 1px solid var(--bbd-border);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.052),
            rgba(255, 255, 255, 0.016)
        );
    box-shadow:
        0 22px 54px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.bbd-bristol-service-card::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(148, 227, 12, 0.05);
    transition: transform 0.3s ease;
}

.bbd-bristol-service-card:hover {
    transform: translateY(-5px);
    border-color: var(--bbd-green-border);
    box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.25),
        0 0 38px rgba(148, 227, 12, 0.04);
}

.bbd-bristol-service-card:hover::after {
    transform: scale(1.18);
}

.bbd-bristol-service-featured {
    grid-row: span 2;
    min-height: 677px;
    background:
        radial-gradient(
            circle at 10% 5%,
            rgba(148, 227, 12, 0.12),
            transparent 33%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.065),
            rgba(255, 255, 255, 0.018)
        );
}

.bbd-bristol-service-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

.bbd-bristol-service-number {
    color: rgba(255, 255, 255, 0.27);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.bbd-bristol-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    border: 1px solid rgba(178, 224, 96, 0.22);
    border-radius: 14px;
    background: rgba(178, 224, 96, 0.09);
    color: var(--bbd-green);
}

.bbd-bristol-service-icon svg {
    width: 21px;
    height: 21px;
}

.bbd-bristol-service-content {
    position: relative;
    z-index: 1;
}

.bbd-bristol-service-label {
    margin: 0 0 10px;
    color: var(--bbd-green);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bbd-bristol-service-card h3 {
    margin: 0 0 15px;
    color: var(--bbd-white);
    font-size: clamp(22px, 2.5vw, 31px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.bbd-bristol-service-card:not(.bbd-bristol-service-featured) h3 {
    font-size: 22px;
}

.bbd-bristol-service-card p:not(.bbd-bristol-service-label) {
    margin: 0;
    color: var(--bbd-copy);
    font-size: 13px;
    line-height: 1.78;
}

.bbd-bristol-service-card ul {
    display: grid;
    gap: 12px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
}

.bbd-bristol-service-card li {
    position: relative;
    padding-left: 24px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    line-height: 1.55;
}

.bbd-bristol-service-card li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--bbd-green-bright);
    font-weight: 900;
}

.bbd-bristol-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    color: var(--bbd-green);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;
    transition:
        gap 0.22s ease,
        color 0.22s ease;
}

.bbd-bristol-service-link:visited {
    color: var(--bbd-green);
}

.bbd-bristol-service-link:hover,
.bbd-bristol-service-link:focus {
    gap: 12px;
    color: var(--bbd-green-bright);
}

.bbd-bristol-service-link svg {
    width: 16px;
    height: 16px;
}

/* =========================================================
   CTA PANEL
========================================================= */

.bbd-bristol-services-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 38px;
    align-items: center;
    margin-top: 22px;
    padding: 34px 36px;
    border: 1px solid var(--bbd-green-border);
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 0% 50%,
            rgba(148, 227, 12, 0.1),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.bbd-bristol-services-cta-label {
    margin: 0 0 8px;
    color: var(--bbd-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.bbd-bristol-services-cta h3 {
    margin: 0 0 10px;
    color: var(--bbd-white);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.bbd-bristol-services-cta-copy > p:last-child {
    max-width: 760px;
    margin: 0;
    color: var(--bbd-copy);
    font-size: 13px;
    line-height: 1.75;
}

.bbd-bristol-services-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 11px;
    width: 265px;
}

.bbd-bristol-services-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition:
        transform 0.23s ease,
        border-color 0.23s ease,
        background 0.23s ease,
        color 0.23s ease,
        box-shadow 0.23s ease;
}

.bbd-bristol-services-button svg {
    width: 17px;
    height: 17px;
}

.bbd-bristol-services-button-primary,
.bbd-bristol-services-button-primary:link,
.bbd-bristol-services-button-primary:visited {
    border: 1px solid var(--bbd-green);
    background: var(--bbd-green);
    color: #11130d !important;
    box-shadow: 0 15px 34px rgba(148, 227, 12, 0.18);
}

.bbd-bristol-services-button-primary:hover,
.bbd-bristol-services-button-primary:focus,
.bbd-bristol-services-button-primary:active {
    transform: translateY(-2px);
    border-color: var(--bbd-green-bright);
    background: var(--bbd-green-bright);
    color: #11130d !important;
    box-shadow: 0 19px 42px rgba(148, 227, 12, 0.27);
}

.bbd-bristol-services-button-primary svg,
.bbd-bristol-services-button-primary svg path {
    color: #11130d !important;
    fill: #11130d !important;
}

.bbd-bristol-services-button-secondary,
.bbd-bristol-services-button-secondary:link,
.bbd-bristol-services-button-secondary:visited {
    border: 1px solid var(--bbd-border);
    background: rgba(255, 255, 255, 0.03);
    color: var(--bbd-white) !important;
}

.bbd-bristol-services-button-secondary:hover,
.bbd-bristol-services-button-secondary:focus,
.bbd-bristol-services-button-secondary:active {
    transform: translateY(-2px);
    border-color: var(--bbd-green-border);
    background: rgba(178, 224, 96, 0.07);
    color: var(--bbd-green) !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1080px) {

    .bbd-bristol-services {
        padding: 74px 0 68px;
    }

    .bbd-bristol-services-header {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .bbd-bristol-services-intro {
        max-width: 820px;
    }

    .bbd-bristol-service-featured {
        grid-row: auto;
        min-height: 420px;
    }

    .bbd-bristol-services-cta {
        grid-template-columns: 1fr;
    }

    .bbd-bristol-services-cta-actions {
        flex-direction: row;
        width: auto;
    }

    .bbd-bristol-services-button {
        min-width: 230px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bbd-bristol-services {
        padding: 58px 0 52px;
    }

    .bbd-bristol-services-inner {
        width: min(100% - 24px, 1240px);
    }

    .bbd-bristol-services-header {
        margin-bottom: 32px;
    }

    .bbd-bristol-services-eyebrow {
        font-size: 9px;
        letter-spacing: 0.1em;
    }

    .bbd-bristol-services-heading h2 {
        font-size: clamp(34px, 9.7vw, 47px);
        line-height: 1.09;
    }

    .bbd-bristol-services-heading h2 span {
        display: inline;
    }

    .bbd-bristol-services-intro p {
        font-size: 14px;
        line-height: 1.75;
    }

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

    .bbd-bristol-service-card,
    .bbd-bristol-service-featured {
        min-height: auto;
        padding: 24px;
    }

    .bbd-bristol-service-card h3,
    .bbd-bristol-service-card:not(.bbd-bristol-service-featured) h3 {
        font-size: 23px;
    }

    .bbd-bristol-services-cta {
        padding: 26px 23px;
    }

    .bbd-bristol-services-cta-actions {
        display: grid;
        width: 100%;
    }

    .bbd-bristol-services-button {
        width: 100%;
        min-width: 0;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bbd-bristol-services *,
    .bbd-bristol-services *::before,
    .bbd-bristol-services *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a57cd83 *//* =========================================================
   BYTE BLAZE DESIGNS
   BRISTOL, VA & TN LOCAL SEO SECTION
   MATCHES THE ORIGINAL HTML BLOCK
========================================================= */

.bbd-bristol-local-seo,
.bbd-bristol-local-seo * {
    box-sizing: border-box;
}

.bbd-bristol-local-seo {
    --bbd-green: #b2e060;
    --bbd-green-bright: #94e30c;
    --bbd-white: #ffffff;
    --bbd-dark: #101116;
    --bbd-dark-light: #15161b;
    --bbd-copy: rgba(255, 255, 255, 0.74);
    --bbd-muted: rgba(255, 255, 255, 0.55);
    --bbd-border: rgba(255, 255, 255, 0.10);
    --bbd-green-border: rgba(178, 224, 96, 0.27);

    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    padding: 94px 0 84px;
    color: var(--bbd-white);
    background:
        radial-gradient(
            circle at 88% 18%,
            rgba(148, 227, 12, 0.09),
            transparent 28%
        ),
        radial-gradient(
            circle at 5% 84%,
            rgba(178, 224, 96, 0.055),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            var(--bbd-dark) 0%,
            var(--bbd-dark-light) 100%
        );
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.bbd-bristol-local-seo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.12;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        );
    background-size: 50px 50px;
}

.bbd-bristol-local-seo::after {
    content: "";
    position: absolute;
    top: 12%;
    right: -230px;
    z-index: -1;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0.06);
    filter: blur(110px);
}

.bbd-bristol-local-seo-inner {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

/* =========================================================
   MAIN TWO-COLUMN LAYOUT
========================================================= */

.bbd-bristol-local-seo-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 0.96fr)
        minmax(440px, 1.04fr);
    gap: 62px;
    align-items: center;
}

.bbd-bristol-local-seo-copy,
.bbd-bristol-local-seo-visual {
    min-width: 0;
}

/* =========================================================
   LEFT-SIDE CONTENT
========================================================= */

.bbd-bristol-local-seo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 17px;
    color: var(--bbd-green);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bbd-bristol-local-seo-eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    flex: 0 0 32px;
    border-radius: 999px;
    background: var(--bbd-green-bright);
    box-shadow: 0 0 16px rgba(148, 227, 12, 0.42);
}

.bbd-bristol-local-seo-copy h2 {
    margin: 0 0 23px;
    color: var(--bbd-white);
    font-size: clamp(39px, 4.8vw, 61px);
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -0.048em;
}

.bbd-bristol-local-seo-copy h2 span {
    display: block;
    margin-top: 7px;
    color: var(--bbd-green);
}

.bbd-bristol-local-seo-intro {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.78;
}

.bbd-bristol-local-seo-text {
    margin: 0;
    color: var(--bbd-copy);
    font-size: 14px;
    line-height: 1.82;
}

/* =========================================================
   FEATURE LIST
========================================================= */

.bbd-bristol-local-seo-features {
    display: grid;
    gap: 15px;
    margin-top: 30px;
}

.bbd-bristol-local-seo-feature {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 17px 18px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 15px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.038),
            rgba(255, 255, 255, 0.012)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition:
        transform 0.23s ease,
        border-color 0.23s ease,
        background 0.23s ease;
}

.bbd-bristol-local-seo-feature:hover {
    transform: translateX(4px);
    border-color: var(--bbd-green-border);
    background:
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.06),
            rgba(255, 255, 255, 0.016)
        );
}

.bbd-bristol-local-seo-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(178, 224, 96, 0.22);
    border-radius: 10px;
    background: rgba(178, 224, 96, 0.09);
    color: var(--bbd-green-bright);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.bbd-bristol-local-seo-feature h3 {
    margin: 0 0 5px;
    color: var(--bbd-white);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.bbd-bristol-local-seo-feature p {
    margin: 0;
    color: var(--bbd-muted);
    font-size: 12px;
    line-height: 1.7;
}

/* =========================================================
   BUTTONS
========================================================= */

.bbd-bristol-local-seo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 29px;
}

.bbd-bristol-local-seo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 53px;
    padding: 14px 19px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.23s ease,
        border-color 0.23s ease,
        background 0.23s ease,
        color 0.23s ease,
        box-shadow 0.23s ease;
}

.bbd-bristol-local-seo-button svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
}

.bbd-bristol-local-seo-button-primary,
.bbd-bristol-local-seo-button-primary:link,
.bbd-bristol-local-seo-button-primary:visited {
    border: 1px solid var(--bbd-green);
    background: var(--bbd-green);
    color: #11130d !important;
    box-shadow: 0 15px 35px rgba(148, 227, 12, 0.18);
}

.bbd-bristol-local-seo-button-primary:hover,
.bbd-bristol-local-seo-button-primary:focus {
    transform: translateY(-2px);
    border-color: var(--bbd-green-bright);
    background: var(--bbd-green-bright);
    color: #11130d !important;
    box-shadow: 0 19px 43px rgba(148, 227, 12, 0.27);
}

.bbd-bristol-local-seo-button-primary svg,
.bbd-bristol-local-seo-button-primary svg path {
    color: #11130d !important;
    fill: #11130d !important;
}

.bbd-bristol-local-seo-button-secondary,
.bbd-bristol-local-seo-button-secondary:link,
.bbd-bristol-local-seo-button-secondary:visited {
    border: 1px solid var(--bbd-border);
    background: rgba(255, 255, 255, 0.025);
    color: var(--bbd-white) !important;
}

.bbd-bristol-local-seo-button-secondary:hover,
.bbd-bristol-local-seo-button-secondary:focus {
    transform: translateY(-2px);
    border-color: var(--bbd-green-border);
    background: rgba(178, 224, 96, 0.06);
    color: var(--bbd-green) !important;
}

/* =========================================================
   RIGHT-SIDE VISUAL AREA
========================================================= */

.bbd-bristol-local-seo-visual {
    position: relative;
    padding: 18px 0 28px;
}

.bbd-bristol-local-seo-dashboard {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 27px;
    border: 1px solid var(--bbd-green-border);
    border-radius: 26px;
    background:
        radial-gradient(
            circle at 85% 0%,
            rgba(148, 227, 12, 0.09),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.066),
            rgba(255, 255, 255, 0.018)
        );
    box-shadow:
        0 30px 75px rgba(0, 0, 0, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.bbd-bristol-local-seo-dashboard::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -110px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0.05);
    filter: blur(24px);
}

/* =========================================================
   DASHBOARD HEADER
========================================================= */

.bbd-bristol-local-seo-dashboard-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.bbd-bristol-local-seo-dashboard-title {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.bbd-bristol-local-seo-dashboard-icon {
    display: inline-flex;
    flex: 0 0 43px;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(178, 224, 96, 0.22);
    border-radius: 12px;
    background: rgba(178, 224, 96, 0.09);
    color: var(--bbd-green);
}

.bbd-bristol-local-seo-dashboard-icon svg {
    width: 19px;
    height: 19px;
}

.bbd-bristol-local-seo-dashboard-title > div {
    min-width: 0;
}

.bbd-bristol-local-seo-dashboard-title span {
    display: block;
    margin-bottom: 3px;
    color: var(--bbd-muted);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bbd-bristol-local-seo-dashboard-title strong {
    display: block;
    color: var(--bbd-white);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.bbd-bristol-local-seo-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 30px;
    padding: 7px 10px;
    border: 1px solid rgba(178, 224, 96, 0.20);
    border-radius: 999px;
    background: rgba(178, 224, 96, 0.07);
    color: var(--bbd-green);
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* =========================================================
   SEARCH BAR
========================================================= */

.bbd-bristol-local-seo-search {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    margin-bottom: 16px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 13px;
    background: rgba(11, 12, 16, 0.50);
    color: rgba(255, 255, 255, 0.73);
    font-size: 11px;
    line-height: 1.4;
}

.bbd-bristol-local-seo-search-icon {
    display: inline-flex;
    flex: 0 0 auto;
    color: var(--bbd-green);
}

.bbd-bristol-local-seo-search-icon svg {
    width: 17px;
    height: 17px;
}

/* =========================================================
   STYLIZED MAP
========================================================= */

.bbd-bristol-local-seo-map {
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 310px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 19px;
    background:
        radial-gradient(
            circle at 50% 48%,
            rgba(148, 227, 12, 0.11),
            transparent 26%
        ),
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.04),
            rgba(255, 255, 255, 0.015)
        ),
        #111218;
}

.bbd-bristol-local-seo-map-grid {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px
        );
    background-size: 36px 36px;
}

.bbd-bristol-local-seo-road {
    position: absolute;
    z-index: 1;
    height: 2px;
    border-radius: 999px;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.12);
    transform-origin: center;
}

.bbd-bristol-local-seo-road-one {
    top: 38%;
    left: -10%;
    width: 120%;
    transform: rotate(-11deg);
}

.bbd-bristol-local-seo-road-two {
    top: 58%;
    left: -5%;
    width: 110%;
    transform: rotate(14deg);
}

.bbd-bristol-local-seo-road-three {
    top: 10%;
    left: 48%;
    width: 72%;
    transform: rotate(82deg);
}

.bbd-bristol-local-seo-marker-main {
    position: absolute;
    top: 49%;
    left: 50%;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 112px;
    padding: 13px 15px;
    border: 1px solid rgba(178, 224, 96, 0.25);
    border-radius: 14px;
    background: rgba(17, 18, 23, 0.88);
    box-shadow:
        0 16px 36px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transform: translate(-50%, -50%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.bbd-bristol-local-seo-marker-dot {
    width: 15px;
    height: 15px;
    margin-bottom: 8px;
    border: 4px solid rgba(178, 224, 96, 0.22);
    border-radius: 50%;
    background: var(--bbd-green-bright);
    box-shadow: 0 0 18px rgba(148, 227, 12, 0.52);
}

.bbd-bristol-local-seo-marker-main strong {
    color: var(--bbd-white);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.bbd-bristol-local-seo-marker-main small {
    margin-top: 2px;
    color: var(--bbd-green);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
}

.bbd-bristol-local-seo-marker-small {
    position: absolute;
    z-index: 3;
    width: 11px;
    height: 11px;
    border: 3px solid rgba(178, 224, 96, 0.18);
    border-radius: 50%;
    background: var(--bbd-green);
    box-shadow: 0 0 13px rgba(148, 227, 12, 0.30);
}

.bbd-bristol-local-seo-marker-one {
    top: 25%;
    left: 22%;
}

.bbd-bristol-local-seo-marker-two {
    top: 68%;
    right: 19%;
}

.bbd-bristol-local-seo-marker-three {
    right: 27%;
    bottom: 16%;
}

/* =========================================================
   DASHBOARD METRICS
========================================================= */

.bbd-bristol-local-seo-metrics {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 15px;
}

.bbd-bristol-local-seo-metric {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px;
    background: rgba(11, 12, 16, 0.42);
}

.bbd-bristol-local-seo-metric span {
    display: block;
    margin-bottom: 5px;
    color: var(--bbd-muted);
    font-size: 8px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bbd-bristol-local-seo-metric strong {
    display: block;
    margin-bottom: 4px;
    color: var(--bbd-green);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.bbd-bristol-local-seo-metric small {
    display: block;
    color: rgba(255, 255, 255, 0.50);
    font-size: 8px;
    line-height: 1.45;
}

/* =========================================================
   FLOATING CALLOUT
========================================================= */

.bbd-bristol-local-seo-callout {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 13px;
    width: min(365px, 82%);
    margin: -29px 0 0 auto;
    padding: 17px 18px;
    border: 1px solid var(--bbd-green-border);
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            rgba(28, 29, 35, 0.84),
            rgba(14, 15, 19, 0.76)
        );
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.bbd-bristol-local-seo-callout-icon {
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(178, 224, 96, 0.20);
    border-radius: 12px;
    background: rgba(178, 224, 96, 0.09);
    color: var(--bbd-green);
}

.bbd-bristol-local-seo-callout-icon svg {
    width: 19px;
    height: 19px;
}

.bbd-bristol-local-seo-callout > div {
    min-width: 0;
}

.bbd-bristol-local-seo-callout > div > span {
    display: block;
    margin-bottom: 4px;
    color: var(--bbd-green);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.bbd-bristol-local-seo-callout strong {
    display: block;
    color: var(--bbd-white);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.45;
}

/* =========================================================
   BOTTOM INFORMATION PANEL
========================================================= */

.bbd-bristol-local-seo-bottom {
    display: grid;
    grid-template-columns:
        minmax(0, 1.16fr)
        minmax(320px, 0.84fr);
    gap: 46px;
    align-items: center;
    margin-top: 62px;
    padding: 34px 36px;
    border: 1px solid var(--bbd-border);
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 0% 50%,
            rgba(148, 227, 12, 0.09),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.048),
            rgba(255, 255, 255, 0.015)
        );
    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.bbd-bristol-local-seo-bottom-label {
    margin: 0 0 8px;
    color: var(--bbd-green);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.bbd-bristol-local-seo-bottom h3 {
    margin: 0 0 10px;
    color: var(--bbd-white);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.bbd-bristol-local-seo-bottom-copy > p:last-child {
    margin: 0;
    color: var(--bbd-copy);
    font-size: 13px;
    line-height: 1.75;
}

.bbd-bristol-local-seo-bottom-points {
    display: grid;
    gap: 10px;
}

.bbd-bristol-local-seo-bottom-points span {
    position: relative;
    display: block;
    padding: 11px 13px 11px 34px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 12px;
    background: rgba(11, 12, 16, 0.36);
    color: rgba(255, 255, 255, 0.71);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;
}

.bbd-bristol-local-seo-bottom-points span::before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 13px;
    color: var(--bbd-green-bright);
    font-weight: 900;
    transform: translateY(-50%);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1080px) {

    .bbd-bristol-local-seo {
        padding: 76px 0 68px;
    }

    .bbd-bristol-local-seo-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .bbd-bristol-local-seo-copy {
        max-width: 850px;
    }

    .bbd-bristol-local-seo-visual {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
    }

    .bbd-bristol-local-seo-bottom {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .bbd-bristol-local-seo-bottom-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bbd-bristol-local-seo {
        padding: 58px 0 52px;
    }

    .bbd-bristol-local-seo-inner {
        width: min(100% - 24px, 1240px);
    }

    .bbd-bristol-local-seo-layout {
        gap: 36px;
    }

    .bbd-bristol-local-seo-eyebrow {
        font-size: 9px;
        letter-spacing: 0.10em;
    }

    .bbd-bristol-local-seo-copy h2 {
        margin-bottom: 20px;
        font-size: clamp(34px, 9.8vw, 47px);
        line-height: 1.09;
    }

    .bbd-bristol-local-seo-copy h2 span {
        display: inline;
    }

    .bbd-bristol-local-seo-intro {
        font-size: 15px;
        line-height: 1.74;
    }

    .bbd-bristol-local-seo-text {
        font-size: 13px;
        line-height: 1.78;
    }

    .bbd-bristol-local-seo-feature {
        padding: 16px;
    }

    .bbd-bristol-local-seo-actions {
        display: grid;
        width: 100%;
    }

    .bbd-bristol-local-seo-button {
        width: 100%;
    }

    .bbd-bristol-local-seo-visual {
        padding-top: 0;
    }

    .bbd-bristol-local-seo-dashboard {
        padding: 19px;
        border-radius: 21px;
    }

    .bbd-bristol-local-seo-dashboard-header {
        align-items: flex-start;
    }

    .bbd-bristol-local-seo-status {
        display: none;
    }

    .bbd-bristol-local-seo-search {
        font-size: 10px;
    }

    .bbd-bristol-local-seo-map {
        min-height: 260px;
    }

    .bbd-bristol-local-seo-metrics {
        grid-template-columns: 1fr;
    }

    .bbd-bristol-local-seo-metric {
        padding: 13px 14px;
    }

    .bbd-bristol-local-seo-callout {
        width: calc(100% - 20px);
        margin-top: -20px;
    }

    .bbd-bristol-local-seo-bottom {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 46px;
        padding: 26px 23px;
    }

    .bbd-bristol-local-seo-bottom-points {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .bbd-bristol-local-seo-dashboard {
        padding: 16px;
    }

    .bbd-bristol-local-seo-dashboard-title strong {
        font-size: 12px;
    }

    .bbd-bristol-local-seo-map {
        min-height: 230px;
    }

    .bbd-bristol-local-seo-marker-main {
        min-width: 100px;
        padding: 12px;
    }

    .bbd-bristol-local-seo-callout {
        width: 100%;
        margin-top: 12px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bbd-bristol-local-seo *,
    .bbd-bristol-local-seo *::before,
    .bbd-bristol-local-seo *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-214d696 *//* =========================================================
   BYTE BLAZE DESIGNS
   WORDPRESS WEBSITE DESIGN SECTION
   BRISTOL, VA & TN
========================================================= */

.bbd-bristol-wordpress,
.bbd-bristol-wordpress * {
    box-sizing: border-box;
}

.bbd-bristol-wordpress {
    --bbd-green: #b2e060;
    --bbd-green-bright: #94e30c;
    --bbd-white: #ffffff;
    --bbd-copy: rgba(255, 255, 255, 0.74);
    --bbd-muted: rgba(255, 255, 255, 0.52);
    --bbd-border: rgba(255, 255, 255, 0.09);
    --bbd-green-border: rgba(178, 224, 96, 0.25);

    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    padding: 96px 0 88px;
    color: var(--bbd-white);
    background:
        radial-gradient(
            circle at 8% 18%,
            rgba(148, 227, 12, 0.08),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 76%,
            rgba(178, 224, 96, 0.055),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #15161b 0%,
            #101116 100%
        );
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.bbd-bristol-wordpress::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.11;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        );
    background-size: 52px 52px;
}

.bbd-bristol-wordpress::after {
    content: "";
    position: absolute;
    top: 22%;
    left: -220px;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0.055);
    filter: blur(110px);
}

.bbd-bristol-wordpress-inner {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.bbd-bristol-wordpress-header {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(360px, 0.92fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 54px;
}

.bbd-bristol-wordpress-heading,
.bbd-bristol-wordpress-intro {
    min-width: 0;
}

.bbd-bristol-wordpress-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 17px;
    color: var(--bbd-green);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bbd-bristol-wordpress-eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    flex: 0 0 32px;
    border-radius: 999px;
    background: var(--bbd-green-bright);
    box-shadow: 0 0 16px rgba(148, 227, 12, 0.4);
}

.bbd-bristol-wordpress-heading h2 {
    margin: 0;
    color: var(--bbd-white);
    font-size: clamp(40px, 4.8vw, 62px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.05em;
}

.bbd-bristol-wordpress-heading h2 span {
    display: block;
    margin-top: 7px;
    color: var(--bbd-green);
}

.bbd-bristol-wordpress-intro {
    padding-left: 25px;
    border-left: 1px solid var(--bbd-green-border);
}

.bbd-bristol-wordpress-intro p {
    margin: 0 0 14px;
    color: var(--bbd-copy);
    font-size: 14px;
    line-height: 1.82;
}

.bbd-bristol-wordpress-intro p:first-child {
    color: rgba(255, 255, 255, 0.89);
    font-size: 16px;
}

.bbd-bristol-wordpress-intro p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.bbd-bristol-wordpress-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(430px, 0.93fr);
    gap: 28px;
    align-items: stretch;
}

/* =========================================================
   BENEFIT CARDS
========================================================= */

.bbd-bristol-wordpress-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.bbd-bristol-wordpress-benefit {
    position: relative;
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 15px;
    min-width: 0;
    padding: 24px 21px;
    overflow: hidden;
    border: 1px solid var(--bbd-border);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.046),
            rgba(255, 255, 255, 0.013)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition:
        transform 0.24s ease,
        border-color 0.24s ease,
        background 0.24s ease,
        box-shadow 0.24s ease;
}

.bbd-bristol-wordpress-benefit:hover {
    transform: translateY(-4px);
    border-color: var(--bbd-green-border);
    background:
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.07),
            rgba(255, 255, 255, 0.015)
        );
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.bbd-bristol-wordpress-number {
    position: absolute;
    top: 12px;
    right: 15px;
    color: rgba(255, 255, 255, 0.055);
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.bbd-bristol-wordpress-benefit-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(178, 224, 96, 0.2);
    border-radius: 12px;
    background: rgba(178, 224, 96, 0.08);
    color: var(--bbd-green);
}

.bbd-bristol-wordpress-benefit-icon svg {
    width: 19px;
    height: 19px;
}

.bbd-bristol-wordpress-benefit > div:last-child {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.bbd-bristol-wordpress-benefit h3 {
    margin: 1px 0 7px;
    color: var(--bbd-white);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.bbd-bristol-wordpress-benefit p {
    margin: 0;
    color: var(--bbd-muted);
    font-size: 12px;
    line-height: 1.7;
}

/* =========================================================
   COMPARISON PANEL
========================================================= */

.bbd-bristol-wordpress-comparison {
    position: relative;
    overflow: hidden;
    min-width: 0;
    padding: 31px;
    border: 1px solid var(--bbd-green-border);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(148, 227, 12, 0.1),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.065),
            rgba(255, 255, 255, 0.017)
        );
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.bbd-bristol-wordpress-comparison::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -100px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0.05);
    filter: blur(25px);
}

.bbd-bristol-wordpress-comparison-header {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.bbd-bristol-wordpress-comparison-label {
    margin: 0 0 8px;
    color: var(--bbd-green);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.bbd-bristol-wordpress-comparison h3 {
    margin: 0 0 11px;
    color: var(--bbd-white);
    font-size: clamp(27px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.17;
    letter-spacing: -0.04em;
}

.bbd-bristol-wordpress-comparison-header > p:last-child {
    margin: 0;
    color: var(--bbd-copy);
    font-size: 13px;
    line-height: 1.73;
}

/* =========================================================
   COMPARISON TABLE
========================================================= */

.bbd-bristol-wordpress-table {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    background: rgba(8, 9, 12, 0.38);
}

.bbd-bristol-wordpress-table-head,
.bbd-bristol-wordpress-table-row {
    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(85px, 0.65fr)
        minmax(95px, 0.7fr);
    gap: 10px;
    align-items: center;
    padding: 13px 15px;
}

.bbd-bristol-wordpress-table-head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.035);
}

.bbd-bristol-wordpress-table-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bbd-bristol-wordpress-table-row:last-child {
    border-bottom: 0;
}

.bbd-bristol-wordpress-table-head span,
.bbd-bristol-wordpress-table-head strong {
    font-size: 8px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bbd-bristol-wordpress-table-head span {
    color: var(--bbd-muted);
}

.bbd-bristol-wordpress-table-head strong {
    color: var(--bbd-green);
}

.bbd-bristol-wordpress-table-row > span:first-child {
    color: rgba(255, 255, 255, 0.76);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
}

.bbd-bristol-wordpress-table-row strong,
.bbd-bristol-wordpress-table-row > span:last-child {
    font-size: 10px;
    line-height: 1.45;
}

.bbd-bristol-wordpress-positive {
    color: var(--bbd-green);
    font-weight: 800;
}

.bbd-bristol-wordpress-positive::before {
    content: "✓";
    margin-right: 5px;
    color: var(--bbd-green-bright);
}

.bbd-bristol-wordpress-limited {
    color: rgba(255, 255, 255, 0.5);
}

.bbd-bristol-wordpress-negative {
    color: rgba(255, 255, 255, 0.4);
}

/* =========================================================
   COMPARISON CTA
========================================================= */

.bbd-bristol-wordpress-comparison-cta {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
    padding: 18px;
    border: 1px solid var(--bbd-green-border);
    border-radius: 14px;
    background:
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.08),
            rgba(255, 255, 255, 0.016)
        );
}

.bbd-bristol-wordpress-comparison-cta span {
    display: block;
    margin-bottom: 4px;
    color: var(--bbd-green);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.bbd-bristol-wordpress-comparison-cta strong {
    display: block;
    color: var(--bbd-white);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.45;
}

.bbd-bristol-wordpress-text-link,
.bbd-bristol-wordpress-text-link:link,
.bbd-bristol-wordpress-text-link:visited {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    color: var(--bbd-green) !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none !important;
    transition:
        gap 0.22s ease,
        color 0.22s ease;
}

.bbd-bristol-wordpress-text-link:hover,
.bbd-bristol-wordpress-text-link:focus {
    gap: 10px;
    color: var(--bbd-green-bright) !important;
}

.bbd-bristol-wordpress-text-link svg {
    width: 16px;
    height: 16px;
}

/* =========================================================
   BOTTOM CTA
========================================================= */

.bbd-bristol-wordpress-bottom {
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(360px, 0.88fr);
    gap: 40px;
    align-items: center;
    margin-top: 38px;
    padding: 33px 36px;
    border: 1px solid var(--bbd-border);
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 0% 50%,
            rgba(148, 227, 12, 0.08),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.045),
            rgba(255, 255, 255, 0.014)
        );
    box-shadow:
        0 22px 52px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.bbd-bristol-wordpress-bottom-label {
    margin: 0 0 7px;
    color: var(--bbd-green);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bbd-bristol-wordpress-bottom h3 {
    margin: 0 0 9px;
    color: var(--bbd-white);
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.bbd-bristol-wordpress-bottom-copy > p:last-child {
    margin: 0;
    color: var(--bbd-copy);
    font-size: 13px;
    line-height: 1.75;
}

.bbd-bristol-wordpress-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.bbd-bristol-wordpress-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 53px;
    padding: 14px 19px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.23s ease,
        border-color 0.23s ease,
        background 0.23s ease,
        color 0.23s ease,
        box-shadow 0.23s ease;
}

.bbd-bristol-wordpress-button svg {
    width: 17px;
    height: 17px;
}

.bbd-bristol-wordpress-button-primary,
.bbd-bristol-wordpress-button-primary:link,
.bbd-bristol-wordpress-button-primary:visited {
    border: 1px solid var(--bbd-green);
    background: var(--bbd-green);
    color: #11130d !important;
    box-shadow: 0 15px 35px rgba(148, 227, 12, 0.17);
}

.bbd-bristol-wordpress-button-primary:hover,
.bbd-bristol-wordpress-button-primary:focus {
    transform: translateY(-2px);
    border-color: var(--bbd-green-bright);
    background: var(--bbd-green-bright);
    color: #11130d !important;
    box-shadow: 0 19px 43px rgba(148, 227, 12, 0.26);
}

.bbd-bristol-wordpress-button-primary svg,
.bbd-bristol-wordpress-button-primary svg path {
    color: #11130d !important;
    fill: #11130d !important;
}

.bbd-bristol-wordpress-button-secondary,
.bbd-bristol-wordpress-button-secondary:link,
.bbd-bristol-wordpress-button-secondary:visited {
    border: 1px solid var(--bbd-border);
    background: rgba(255, 255, 255, 0.025);
    color: var(--bbd-white) !important;
}

.bbd-bristol-wordpress-button-secondary:hover,
.bbd-bristol-wordpress-button-secondary:focus {
    transform: translateY(-2px);
    border-color: var(--bbd-green-border);
    background: rgba(178, 224, 96, 0.06);
    color: var(--bbd-green) !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1080px) {

    .bbd-bristol-wordpress {
        padding: 76px 0 68px;
    }

    .bbd-bristol-wordpress-header {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 43px;
    }

    .bbd-bristol-wordpress-intro {
        max-width: 850px;
    }

    .bbd-bristol-wordpress-layout {
        grid-template-columns: 1fr;
    }

    .bbd-bristol-wordpress-comparison {
        max-width: 820px;
    }

    .bbd-bristol-wordpress-bottom {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .bbd-bristol-wordpress-actions {
        justify-content: flex-start;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bbd-bristol-wordpress {
        padding: 58px 0 52px;
    }

    .bbd-bristol-wordpress-inner {
        width: min(100% - 24px, 1240px);
    }

    .bbd-bristol-wordpress-header {
        margin-bottom: 34px;
    }

    .bbd-bristol-wordpress-heading h2 {
        font-size: clamp(34px, 9.8vw, 47px);
        line-height: 1.09;
    }

    .bbd-bristol-wordpress-heading h2 span {
        display: inline;
    }

    .bbd-bristol-wordpress-intro {
        padding: 18px 0 0;
        border-top: 1px solid var(--bbd-green-border);
        border-left: 0;
    }

    .bbd-bristol-wordpress-intro p:first-child {
        font-size: 15px;
    }

    .bbd-bristol-wordpress-benefits {
        grid-template-columns: 1fr;
    }

    .bbd-bristol-wordpress-benefit {
        padding: 21px 18px;
    }

    .bbd-bristol-wordpress-comparison {
        padding: 23px;
        border-radius: 20px;
    }

    .bbd-bristol-wordpress-table {
        overflow-x: auto;
    }

    .bbd-bristol-wordpress-table-head,
    .bbd-bristol-wordpress-table-row {
        min-width: 455px;
    }

    .bbd-bristol-wordpress-comparison-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .bbd-bristol-wordpress-bottom {
        margin-top: 28px;
        padding: 26px 22px;
    }

    .bbd-bristol-wordpress-actions {
        display: grid;
        width: 100%;
    }

    .bbd-bristol-wordpress-button {
        width: 100%;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .bbd-bristol-wordpress-benefit {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
    }

    .bbd-bristol-wordpress-benefit-icon {
        width: 38px;
        height: 38px;
    }

    .bbd-bristol-wordpress-comparison {
        padding: 20px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bbd-bristol-wordpress *,
    .bbd-bristol-wordpress *::before,
    .bbd-bristol-wordpress *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d12282 *//* =========================================================
   BYTE BLAZE DESIGNS
   INDUSTRIES WE SERVE
   BRISTOL, VA & TN
========================================================= */

.bbd-bristol-industries,
.bbd-bristol-industries * {
    box-sizing: border-box;
}

.bbd-bristol-industries {
    --bbd-green: #b2e060;
    --bbd-green-bright: #94e30c;
    --bbd-white: #ffffff;
    --bbd-copy: rgba(255, 255, 255, 0.75);
    --bbd-muted: rgba(255, 255, 255, 0.54);
    --bbd-border: rgba(255, 255, 255, 0.09);
    --bbd-green-border: rgba(178, 224, 96, 0.25);

    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    padding: 96px 0 88px;
    color: var(--bbd-white);
    background:
        radial-gradient(
            circle at 92% 15%,
            rgba(148, 227, 12, 0.085),
            transparent 28%
        ),
        radial-gradient(
            circle at 8% 82%,
            rgba(178, 224, 96, 0.05),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #101116 0%,
            #15161b 100%
        );
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.bbd-bristol-industries::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.11;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        );
    background-size: 52px 52px;
}

.bbd-bristol-industries::after {
    content: "";
    position: absolute;
    top: 20%;
    right: -220px;
    z-index: -1;
    width: 510px;
    height: 510px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0.055);
    filter: blur(110px);
}

.bbd-bristol-industries-inner {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

/* =========================================================
   HEADER
========================================================= */

.bbd-bristol-industries-header {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(360px, 0.92fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 52px;
}

.bbd-bristol-industries-heading,
.bbd-bristol-industries-intro {
    min-width: 0;
}

.bbd-bristol-industries-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 17px;
    color: var(--bbd-green);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bbd-bristol-industries-eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    flex: 0 0 32px;
    border-radius: 999px;
    background: var(--bbd-green-bright);
    box-shadow: 0 0 16px rgba(148, 227, 12, 0.42);
}

.bbd-bristol-industries-heading h2 {
    margin: 0;
    color: var(--bbd-white);
    font-size: clamp(40px, 4.8vw, 62px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.05em;
}

.bbd-bristol-industries-heading h2 span {
    display: block;
    margin-top: 7px;
    color: var(--bbd-green);
}

.bbd-bristol-industries-intro {
    padding-left: 25px;
    border-left: 1px solid var(--bbd-green-border);
}

.bbd-bristol-industries-intro p {
    margin: 0 0 14px;
    color: var(--bbd-copy);
    font-size: 14px;
    line-height: 1.82;
}

.bbd-bristol-industries-intro p:first-child {
    color: rgba(255, 255, 255, 0.89);
    font-size: 16px;
}

.bbd-bristol-industries-intro p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.bbd-bristol-industries-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(355px, 0.65fr);
    gap: 27px;
    align-items: start;
}

/* =========================================================
   INDUSTRY GRID
========================================================= */

.bbd-bristol-industries-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.bbd-bristol-industry-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 23px 21px 21px;
    border: 1px solid var(--bbd-border);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.047),
            rgba(255, 255, 255, 0.013)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition:
        transform 0.24s ease,
        border-color 0.24s ease,
        background 0.24s ease,
        box-shadow 0.24s ease;
}

.bbd-bristol-industry-card::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -85px;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0);
    filter: blur(20px);
    transition: background 0.24s ease;
}

.bbd-bristol-industry-card:hover {
    transform: translateY(-4px);
    border-color: var(--bbd-green-border);
    background:
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.068),
            rgba(255, 255, 255, 0.014)
        );
    box-shadow:
        0 20px 44px rgba(0, 0, 0, 0.19),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.bbd-bristol-industry-card:hover::after {
    background: rgba(148, 227, 12, 0.075);
}

.bbd-bristol-industry-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

.bbd-bristol-industry-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(178, 224, 96, 0.21);
    border-radius: 12px;
    background: rgba(178, 224, 96, 0.085);
    color: var(--bbd-green);
}

.bbd-bristol-industry-icon svg {
    width: 19px;
    height: 19px;
}

.bbd-bristol-industry-number {
    color: rgba(255, 255, 255, 0.13);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.1em;
}

.bbd-bristol-industry-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 8px;
    color: var(--bbd-white);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.bbd-bristol-industry-card > p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--bbd-muted);
    font-size: 12px;
    line-height: 1.72;
}

.bbd-bristol-industry-card ul {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 17px 0 0;
    padding: 0;
    list-style: none;
}

.bbd-bristol-industry-card li {
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 999px;
    background: rgba(10, 11, 14, 0.35);
    color: rgba(255, 255, 255, 0.62);
    font-size: 8px;
    font-weight: 700;
    line-height: 1.2;
}

/* =========================================================
   STRATEGY SPOTLIGHT
========================================================= */

.bbd-bristol-industries-spotlight {
    position: sticky;
    top: 30px;
    overflow: hidden;
    min-width: 0;
    padding: 30px;
    border: 1px solid var(--bbd-green-border);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(148, 227, 12, 0.11),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.066),
            rgba(255, 255, 255, 0.018)
        );
    box-shadow:
        0 30px 72px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.bbd-bristol-industries-spotlight::after {
    content: "";
    position: absolute;
    right: -95px;
    bottom: -110px;
    width: 235px;
    height: 235px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0.055);
    filter: blur(25px);
}

.bbd-bristol-industries-spotlight-header,
.bbd-bristol-industries-strategy,
.bbd-bristol-industries-spotlight-cta {
    position: relative;
    z-index: 1;
}

.bbd-bristol-industries-spotlight-label {
    display: block;
    margin-bottom: 8px;
    color: var(--bbd-green);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.bbd-bristol-industries-spotlight h3 {
    margin: 0 0 11px;
    color: var(--bbd-white);
    font-size: clamp(27px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.bbd-bristol-industries-spotlight-header p {
    margin: 0;
    color: var(--bbd-copy);
    font-size: 13px;
    line-height: 1.74;
}

/* =========================================================
   STRATEGY ITEMS
========================================================= */

.bbd-bristol-industries-strategy {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.bbd-bristol-industries-strategy-item {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(10, 11, 14, 0.38);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
}

.bbd-bristol-industries-strategy-item:hover {
    transform: translateX(4px);
    border-color: rgba(178, 224, 96, 0.22);
    background: rgba(178, 224, 96, 0.045);
}

.bbd-bristol-industries-strategy-item > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(178, 224, 96, 0.19);
    border-radius: 9px;
    background: rgba(178, 224, 96, 0.075);
    color: var(--bbd-green);
    font-size: 8px;
    font-weight: 800;
}

.bbd-bristol-industries-strategy-item strong {
    display: block;
    margin: 0 0 4px;
    color: var(--bbd-white);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}

.bbd-bristol-industries-strategy-item p {
    margin: 0;
    color: var(--bbd-muted);
    font-size: 10px;
    line-height: 1.63;
}

/* =========================================================
   SPOTLIGHT CTA
========================================================= */

.bbd-bristol-industries-spotlight-cta {
    margin-top: 20px;
    padding: 19px;
    border: 1px solid var(--bbd-green-border);
    border-radius: 15px;
    background:
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.09),
            rgba(255, 255, 255, 0.016)
        );
}

.bbd-bristol-industries-spotlight-cta > span {
    display: block;
    margin-bottom: 5px;
    color: var(--bbd-green);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.bbd-bristol-industries-spotlight-cta strong {
    display: block;
    color: var(--bbd-white);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
}

.bbd-bristol-industries-spotlight-cta a,
.bbd-bristol-industries-spotlight-cta a:link,
.bbd-bristol-industries-spotlight-cta a:visited {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    color: var(--bbd-green) !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none !important;
    transition:
        gap 0.22s ease,
        color 0.22s ease;
}

.bbd-bristol-industries-spotlight-cta a:hover,
.bbd-bristol-industries-spotlight-cta a:focus {
    gap: 10px;
    color: var(--bbd-green-bright) !important;
}

.bbd-bristol-industries-spotlight-cta svg {
    width: 16px;
    height: 16px;
}

/* =========================================================
   BOTTOM CTA
========================================================= */

.bbd-bristol-industries-bottom {
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(360px, 0.88fr);
    gap: 40px;
    align-items: center;
    margin-top: 38px;
    padding: 33px 36px;
    border: 1px solid var(--bbd-border);
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 0% 50%,
            rgba(148, 227, 12, 0.08),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.046),
            rgba(255, 255, 255, 0.014)
        );
    box-shadow:
        0 22px 52px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.bbd-bristol-industries-bottom-label {
    margin: 0 0 7px;
    color: var(--bbd-green);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bbd-bristol-industries-bottom h3 {
    margin: 0 0 9px;
    color: var(--bbd-white);
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.bbd-bristol-industries-bottom-copy > p:last-child {
    margin: 0;
    color: var(--bbd-copy);
    font-size: 13px;
    line-height: 1.75;
}

.bbd-bristol-industries-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.bbd-bristol-industries-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 53px;
    padding: 14px 19px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.23s ease,
        border-color 0.23s ease,
        background 0.23s ease,
        color 0.23s ease,
        box-shadow 0.23s ease;
}

.bbd-bristol-industries-button svg {
    width: 17px;
    height: 17px;
}

.bbd-bristol-industries-button-primary,
.bbd-bristol-industries-button-primary:link,
.bbd-bristol-industries-button-primary:visited {
    border: 1px solid var(--bbd-green);
    background: var(--bbd-green);
    color: #11130d !important;
    box-shadow: 0 15px 35px rgba(148, 227, 12, 0.17);
}

.bbd-bristol-industries-button-primary:hover,
.bbd-bristol-industries-button-primary:focus {
    transform: translateY(-2px);
    border-color: var(--bbd-green-bright);
    background: var(--bbd-green-bright);
    color: #11130d !important;
    box-shadow: 0 19px 43px rgba(148, 227, 12, 0.26);
}

.bbd-bristol-industries-button-primary svg,
.bbd-bristol-industries-button-primary svg path {
    color: #11130d !important;
    fill: #11130d !important;
}

.bbd-bristol-industries-button-secondary,
.bbd-bristol-industries-button-secondary:link,
.bbd-bristol-industries-button-secondary:visited {
    border: 1px solid var(--bbd-border);
    background: rgba(255, 255, 255, 0.025);
    color: var(--bbd-white) !important;
}

.bbd-bristol-industries-button-secondary:hover,
.bbd-bristol-industries-button-secondary:focus {
    transform: translateY(-2px);
    border-color: var(--bbd-green-border);
    background: rgba(178, 224, 96, 0.06);
    color: var(--bbd-green) !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1080px) {

    .bbd-bristol-industries {
        padding: 76px 0 68px;
    }

    .bbd-bristol-industries-header {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 43px;
    }

    .bbd-bristol-industries-intro {
        max-width: 850px;
    }

    .bbd-bristol-industries-layout {
        grid-template-columns: 1fr;
    }

    .bbd-bristol-industries-spotlight {
        position: relative;
        top: auto;
        max-width: 820px;
    }

    .bbd-bristol-industries-bottom {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .bbd-bristol-industries-actions {
        justify-content: flex-start;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bbd-bristol-industries {
        padding: 58px 0 52px;
    }

    .bbd-bristol-industries-inner {
        width: min(100% - 24px, 1240px);
    }

    .bbd-bristol-industries-header {
        margin-bottom: 34px;
    }

    .bbd-bristol-industries-heading h2 {
        font-size: clamp(34px, 9.8vw, 47px);
        line-height: 1.09;
    }

    .bbd-bristol-industries-heading h2 span {
        display: inline;
    }

    .bbd-bristol-industries-intro {
        padding: 18px 0 0;
        border-top: 1px solid var(--bbd-green-border);
        border-left: 0;
    }

    .bbd-bristol-industries-intro p:first-child {
        font-size: 15px;
    }

    .bbd-bristol-industries-grid {
        grid-template-columns: 1fr;
    }

    .bbd-bristol-industry-card {
        padding: 21px 18px;
    }

    .bbd-bristol-industries-spotlight {
        padding: 23px;
        border-radius: 20px;
    }

    .bbd-bristol-industries-bottom {
        margin-top: 28px;
        padding: 26px 22px;
    }

    .bbd-bristol-industries-actions {
        display: grid;
        width: 100%;
    }

    .bbd-bristol-industries-button {
        width: 100%;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .bbd-bristol-industries-spotlight {
        padding: 20px;
    }

    .bbd-bristol-industries-strategy-item {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 10px;
        padding: 13px;
    }

    .bbd-bristol-industries-strategy-item > span {
        width: 30px;
        height: 30px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bbd-bristol-industries *,
    .bbd-bristol-industries *::before,
    .bbd-bristol-industries *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d84e9e *//* =========================================================
   BYTE BLAZE DESIGNS
   WEBSITE DESIGN & DIGITAL MARKETING PROCESS
   BRISTOL, VA & TN
========================================================= */

.bbd-bristol-process,
.bbd-bristol-process * {
    box-sizing: border-box;
}

.bbd-bristol-process {
    --bbd-green: #b2e060;
    --bbd-green-bright: #94e30c;
    --bbd-white: #ffffff;
    --bbd-copy: rgba(255, 255, 255, 0.75);
    --bbd-muted: rgba(255, 255, 255, 0.54);
    --bbd-border: rgba(255, 255, 255, 0.09);
    --bbd-green-border: rgba(178, 224, 96, 0.25);

    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    padding: 96px 0 88px;
    color: var(--bbd-white);
    background:
        radial-gradient(
            circle at 9% 14%,
            rgba(148, 227, 12, 0.08),
            transparent 28%
        ),
        radial-gradient(
            circle at 93% 80%,
            rgba(178, 224, 96, 0.05),
            transparent 31%
        ),
        linear-gradient(
            180deg,
            #15161b 0%,
            #101116 100%
        );
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.bbd-bristol-process::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.11;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        );
    background-size: 52px 52px;
}

.bbd-bristol-process::after {
    content: "";
    position: absolute;
    top: 18%;
    left: -225px;
    z-index: -1;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0.055);
    filter: blur(115px);
}

.bbd-bristol-process-inner {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.bbd-bristol-process-header {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(360px, 0.92fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 54px;
}

.bbd-bristol-process-heading,
.bbd-bristol-process-intro {
    min-width: 0;
}

.bbd-bristol-process-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 17px;
    color: var(--bbd-green);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bbd-bristol-process-eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    flex: 0 0 32px;
    border-radius: 999px;
    background: var(--bbd-green-bright);
    box-shadow: 0 0 16px rgba(148, 227, 12, 0.42);
}

.bbd-bristol-process-heading h2 {
    margin: 0;
    color: var(--bbd-white);
    font-size: clamp(40px, 4.8vw, 62px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.05em;
}

.bbd-bristol-process-heading h2 span {
    display: block;
    margin-top: 7px;
    color: var(--bbd-green);
}

.bbd-bristol-process-intro {
    padding-left: 25px;
    border-left: 1px solid var(--bbd-green-border);
}

.bbd-bristol-process-intro p {
    margin: 0 0 14px;
    color: var(--bbd-copy);
    font-size: 14px;
    line-height: 1.82;
}

.bbd-bristol-process-intro p:first-child {
    color: rgba(255, 255, 255, 0.89);
    font-size: 16px;
}

.bbd-bristol-process-intro p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.bbd-bristol-process-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(355px, 0.65fr);
    gap: 29px;
    align-items: start;
}

/* =========================================================
   PROCESS TIMELINE
========================================================= */

.bbd-bristol-process-timeline {
    position: relative;
    display: grid;
    gap: 16px;
    min-width: 0;
}

.bbd-bristol-process-timeline::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 28px;
    width: 1px;
    background:
        linear-gradient(
            180deg,
            rgba(148, 227, 12, 0.05),
            rgba(148, 227, 12, 0.55) 15%,
            rgba(148, 227, 12, 0.2) 85%,
            rgba(148, 227, 12, 0.03)
        );
}

.bbd-bristol-process-step {
    position: relative;
    display: grid;
    grid-template-columns: 57px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
    min-width: 0;
}

.bbd-bristol-process-marker {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.bbd-bristol-process-marker span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(178, 224, 96, 0.28);
    border-radius: 12px;
    background:
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.15),
            rgba(178, 224, 96, 0.05)
        ),
        #121319;
    color: var(--bbd-green);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.07em;
    box-shadow:
        0 0 0 7px rgba(16, 17, 22, 0.92),
        0 10px 25px rgba(0, 0, 0, 0.22);
}

.bbd-bristol-process-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 25px 25px 23px;
    border: 1px solid var(--bbd-border);
    border-radius: 19px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.047),
            rgba(255, 255, 255, 0.013)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition:
        transform 0.24s ease,
        border-color 0.24s ease,
        background 0.24s ease,
        box-shadow 0.24s ease;
}

.bbd-bristol-process-card::after {
    content: "";
    position: absolute;
    right: -85px;
    bottom: -105px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0);
    filter: blur(26px);
    transition: background 0.24s ease;
}

.bbd-bristol-process-step:hover .bbd-bristol-process-card {
    transform: translateX(5px);
    border-color: var(--bbd-green-border);
    background:
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.068),
            rgba(255, 255, 255, 0.014)
        );
    box-shadow:
        0 20px 46px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.bbd-bristol-process-step:hover .bbd-bristol-process-card::after {
    background: rgba(148, 227, 12, 0.07);
}

.bbd-bristol-process-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 14px;
}

.bbd-bristol-process-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(178, 224, 96, 0.21);
    border-radius: 12px;
    background: rgba(178, 224, 96, 0.085);
    color: var(--bbd-green);
}

.bbd-bristol-process-icon svg {
    width: 19px;
    height: 19px;
}

.bbd-bristol-process-phase {
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 999px;
    background: rgba(10, 11, 14, 0.35);
    color: rgba(255, 255, 255, 0.52);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.bbd-bristol-process-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 8px;
    color: var(--bbd-white);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.bbd-bristol-process-card > p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--bbd-copy);
    font-size: 12px;
    line-height: 1.75;
}

.bbd-bristol-process-card ul {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 17px 0 0;
    padding: 0;
    list-style: none;
}

.bbd-bristol-process-card li {
    position: relative;
    padding: 7px 10px 7px 24px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 999px;
    background: rgba(10, 11, 14, 0.34);
    color: rgba(255, 255, 255, 0.61);
    font-size: 8px;
    font-weight: 700;
    line-height: 1.25;
}

.bbd-bristol-process-card li::before {
    content: "✓";
    position: absolute;
    left: 9px;
    color: var(--bbd-green-bright);
    font-weight: 900;
}

/* =========================================================
   SUMMARY PANEL
========================================================= */

.bbd-bristol-process-summary {
    position: sticky;
    top: 30px;
    overflow: hidden;
    min-width: 0;
    padding: 30px;
    border: 1px solid var(--bbd-green-border);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(148, 227, 12, 0.11),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.066),
            rgba(255, 255, 255, 0.018)
        );
    box-shadow:
        0 30px 72px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.bbd-bristol-process-summary::after {
    content: "";
    position: absolute;
    right: -95px;
    bottom: -110px;
    width: 235px;
    height: 235px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0.055);
    filter: blur(25px);
}

.bbd-bristol-process-summary-top,
.bbd-bristol-process-results,
.bbd-bristol-process-summary-cta {
    position: relative;
    z-index: 1;
}

.bbd-bristol-process-summary-label {
    margin: 0 0 8px;
    color: var(--bbd-green);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.bbd-bristol-process-summary h3 {
    margin: 0 0 11px;
    color: var(--bbd-white);
    font-size: clamp(27px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.bbd-bristol-process-summary-top > p:last-child {
    margin: 0;
    color: var(--bbd-copy);
    font-size: 13px;
    line-height: 1.74;
}

/* =========================================================
   SUMMARY BENEFITS
========================================================= */

.bbd-bristol-process-results {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.bbd-bristol-process-result {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(10, 11, 14, 0.38);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
}

.bbd-bristol-process-result:hover {
    transform: translateX(4px);
    border-color: rgba(178, 224, 96, 0.22);
    background: rgba(178, 224, 96, 0.045);
}

.bbd-bristol-process-result-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(178, 224, 96, 0.2);
    border-radius: 11px;
    background: rgba(178, 224, 96, 0.075);
    color: var(--bbd-green);
}

.bbd-bristol-process-result-icon svg {
    width: 18px;
    height: 18px;
}

.bbd-bristol-process-result strong {
    display: block;
    margin: 1px 0 4px;
    color: var(--bbd-white);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}

.bbd-bristol-process-result p {
    margin: 0;
    color: var(--bbd-muted);
    font-size: 10px;
    line-height: 1.64;
}

/* =========================================================
   SUMMARY CTA
========================================================= */

.bbd-bristol-process-summary-cta {
    margin-top: 20px;
    padding: 19px;
    border: 1px solid var(--bbd-green-border);
    border-radius: 15px;
    background:
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.09),
            rgba(255, 255, 255, 0.016)
        );
}

.bbd-bristol-process-summary-cta > span {
    display: block;
    margin-bottom: 5px;
    color: var(--bbd-green);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.bbd-bristol-process-summary-cta strong {
    display: block;
    color: var(--bbd-white);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
}

.bbd-bristol-process-summary-cta a,
.bbd-bristol-process-summary-cta a:link,
.bbd-bristol-process-summary-cta a:visited {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    color: var(--bbd-green) !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none !important;
    transition:
        gap 0.22s ease,
        color 0.22s ease;
}

.bbd-bristol-process-summary-cta a:hover,
.bbd-bristol-process-summary-cta a:focus {
    gap: 10px;
    color: var(--bbd-green-bright) !important;
}

.bbd-bristol-process-summary-cta svg {
    width: 16px;
    height: 16px;
}

/* =========================================================
   BOTTOM CTA
========================================================= */

.bbd-bristol-process-bottom {
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(360px, 0.88fr);
    gap: 40px;
    align-items: center;
    margin-top: 40px;
    padding: 33px 36px;
    border: 1px solid var(--bbd-border);
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 0% 50%,
            rgba(148, 227, 12, 0.08),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.046),
            rgba(255, 255, 255, 0.014)
        );
    box-shadow:
        0 22px 52px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.bbd-bristol-process-bottom-label {
    margin: 0 0 7px;
    color: var(--bbd-green);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bbd-bristol-process-bottom h3 {
    margin: 0 0 9px;
    color: var(--bbd-white);
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.bbd-bristol-process-bottom-copy > p:last-child {
    margin: 0;
    color: var(--bbd-copy);
    font-size: 13px;
    line-height: 1.75;
}

.bbd-bristol-process-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.bbd-bristol-process-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 53px;
    padding: 14px 19px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.23s ease,
        border-color 0.23s ease,
        background 0.23s ease,
        color 0.23s ease,
        box-shadow 0.23s ease;
}

.bbd-bristol-process-button svg {
    width: 17px;
    height: 17px;
}

.bbd-bristol-process-button-primary,
.bbd-bristol-process-button-primary:link,
.bbd-bristol-process-button-primary:visited {
    border: 1px solid var(--bbd-green);
    background: var(--bbd-green);
    color: #11130d !important;
    box-shadow: 0 15px 35px rgba(148, 227, 12, 0.17);
}

.bbd-bristol-process-button-primary:hover,
.bbd-bristol-process-button-primary:focus {
    transform: translateY(-2px);
    border-color: var(--bbd-green-bright);
    background: var(--bbd-green-bright);
    color: #11130d !important;
    box-shadow: 0 19px 43px rgba(148, 227, 12, 0.26);
}

.bbd-bristol-process-button-primary svg,
.bbd-bristol-process-button-primary svg path {
    color: #11130d !important;
    fill: #11130d !important;
}

.bbd-bristol-process-button-secondary,
.bbd-bristol-process-button-secondary:link,
.bbd-bristol-process-button-secondary:visited {
    border: 1px solid var(--bbd-border);
    background: rgba(255, 255, 255, 0.025);
    color: var(--bbd-white) !important;
}

.bbd-bristol-process-button-secondary:hover,
.bbd-bristol-process-button-secondary:focus {
    transform: translateY(-2px);
    border-color: var(--bbd-green-border);
    background: rgba(178, 224, 96, 0.06);
    color: var(--bbd-green) !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1080px) {

    .bbd-bristol-process {
        padding: 76px 0 68px;
    }

    .bbd-bristol-process-header {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 43px;
    }

    .bbd-bristol-process-intro {
        max-width: 850px;
    }

    .bbd-bristol-process-layout {
        grid-template-columns: 1fr;
    }

    .bbd-bristol-process-summary {
        position: relative;
        top: auto;
        max-width: 820px;
    }

    .bbd-bristol-process-bottom {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .bbd-bristol-process-actions {
        justify-content: flex-start;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bbd-bristol-process {
        padding: 58px 0 52px;
    }

    .bbd-bristol-process-inner {
        width: min(100% - 24px, 1240px);
    }

    .bbd-bristol-process-header {
        margin-bottom: 34px;
    }

    .bbd-bristol-process-heading h2 {
        font-size: clamp(34px, 9.8vw, 47px);
        line-height: 1.09;
    }

    .bbd-bristol-process-heading h2 span {
        display: inline;
    }

    .bbd-bristol-process-intro {
        padding: 18px 0 0;
        border-top: 1px solid var(--bbd-green-border);
        border-left: 0;
    }

    .bbd-bristol-process-intro p:first-child {
        font-size: 15px;
    }

    .bbd-bristol-process-timeline::before {
        left: 20px;
    }

    .bbd-bristol-process-step {
        grid-template-columns: 41px minmax(0, 1fr);
        gap: 11px;
    }

    .bbd-bristol-process-marker {
        padding-top: 18px;
    }

    .bbd-bristol-process-marker span {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        font-size: 8px;
        box-shadow:
            0 0 0 5px rgba(16, 17, 22, 0.92),
            0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .bbd-bristol-process-card {
        padding: 21px 18px;
    }

    .bbd-bristol-process-card h3 {
        font-size: 16px;
    }

    .bbd-bristol-process-card ul {
        display: grid;
    }

    .bbd-bristol-process-card li {
        width: fit-content;
    }

    .bbd-bristol-process-summary {
        padding: 23px;
        border-radius: 20px;
    }

    .bbd-bristol-process-bottom {
        margin-top: 28px;
        padding: 26px 22px;
    }

    .bbd-bristol-process-actions {
        display: grid;
        width: 100%;
    }

    .bbd-bristol-process-button {
        width: 100%;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .bbd-bristol-process-card-top {
        align-items: flex-start;
    }

    .bbd-bristol-process-icon {
        width: 38px;
        height: 38px;
    }

    .bbd-bristol-process-summary {
        padding: 20px;
    }

    .bbd-bristol-process-result {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
        padding: 13px;
    }

    .bbd-bristol-process-result-icon {
        width: 36px;
        height: 36px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bbd-bristol-process *,
    .bbd-bristol-process *::before,
    .bbd-bristol-process *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-00232c8 *//* =========================================================
   BYTE BLAZE DESIGNS
   WHY BRISTOL BUSINESSES CHOOSE BYTE BLAZE DESIGNS
========================================================= */

.bbd-bristol-why,
.bbd-bristol-why * {
    box-sizing: border-box;
}

.bbd-bristol-why {
    --bbd-green: #b2e060;
    --bbd-green-bright: #94e30c;
    --bbd-dark: #101116;
    --bbd-dark-light: #17181e;
    --bbd-white: #ffffff;
    --bbd-copy: rgba(255, 255, 255, 0.75);
    --bbd-muted: rgba(255, 255, 255, 0.54);
    --bbd-border: rgba(255, 255, 255, 0.09);
    --bbd-green-border: rgba(178, 224, 96, 0.25);

    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    padding: 96px 0 88px;
    color: var(--bbd-white);
    background:
        radial-gradient(
            circle at 91% 10%,
            rgba(148, 227, 12, 0.09),
            transparent 29%
        ),
        radial-gradient(
            circle at 6% 88%,
            rgba(178, 224, 96, 0.055),
            transparent 31%
        ),
        linear-gradient(
            180deg,
            #101116 0%,
            #15161b 100%
        );
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.bbd-bristol-why::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.11;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        );
    background-size: 52px 52px;
}

.bbd-bristol-why::after {
    content: "";
    position: absolute;
    right: -230px;
    top: 17%;
    z-index: -1;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0.055);
    filter: blur(115px);
}

.bbd-bristol-why-inner {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

/* =========================================================
   HEADER
========================================================= */

.bbd-bristol-why-header {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(360px, 0.92fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 54px;
}

.bbd-bristol-why-heading,
.bbd-bristol-why-intro {
    min-width: 0;
}

.bbd-bristol-why-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 17px;
    color: var(--bbd-green);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bbd-bristol-why-eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    flex: 0 0 32px;
    border-radius: 999px;
    background: var(--bbd-green-bright);
    box-shadow: 0 0 16px rgba(148, 227, 12, 0.42);
}

.bbd-bristol-why-heading h2 {
    margin: 0;
    color: var(--bbd-white);
    font-size: clamp(40px, 4.8vw, 62px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.05em;
}

.bbd-bristol-why-heading h2 span {
    display: block;
    margin-top: 7px;
    color: var(--bbd-green);
}

.bbd-bristol-why-intro {
    padding-left: 25px;
    border-left: 1px solid var(--bbd-green-border);
}

.bbd-bristol-why-intro p {
    margin: 0 0 14px;
    color: var(--bbd-copy);
    font-size: 14px;
    line-height: 1.82;
}

.bbd-bristol-why-intro p:first-child {
    color: rgba(255, 255, 255, 0.89);
    font-size: 16px;
}

.bbd-bristol-why-intro p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.bbd-bristol-why-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(355px, 0.65fr);
    gap: 28px;
    align-items: start;
}

.bbd-bristol-why-main {
    display: grid;
    gap: 18px;
    min-width: 0;
}

/* =========================================================
   FEATURE PANEL
========================================================= */

.bbd-bristol-why-feature {
    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(220px, 0.65fr);
    gap: 28px;
    align-items: stretch;
    overflow: hidden;
    padding: 30px;
    border: 1px solid var(--bbd-green-border);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(148, 227, 12, 0.11),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.065),
            rgba(255, 255, 255, 0.016)
        );
    box-shadow:
        0 30px 72px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.bbd-bristol-why-feature-content {
    min-width: 0;
}

.bbd-bristol-why-feature-label {
    margin: 0 0 8px;
    color: var(--bbd-green);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.bbd-bristol-why-feature h3 {
    margin: 0 0 13px;
    color: var(--bbd-white);
    font-size: clamp(27px, 3.2vw, 40px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.bbd-bristol-why-feature-content > p:not(
    .bbd-bristol-why-feature-label
) {
    margin: 0 0 12px;
    color: var(--bbd-copy);
    font-size: 13px;
    line-height: 1.76;
}

.bbd-bristol-why-feature-content > p:last-of-type {
    margin-bottom: 0;
}

.bbd-bristol-why-feature-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.bbd-bristol-why-feature-points div {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 999px;
    background: rgba(10, 11, 14, 0.34);
}

.bbd-bristol-why-feature-points span {
    color: var(--bbd-green-bright);
    font-size: 10px;
    font-weight: 900;
}

.bbd-bristol-why-feature-points strong {
    color: rgba(255, 255, 255, 0.7);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.3;
}

.bbd-bristol-why-experience {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 290px;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(178, 224, 96, 0.23);
    border-radius: 19px;
    background:
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.13),
            rgba(10, 11, 14, 0.48)
        );
}

.bbd-bristol-why-experience::after {
    content: "";
    position: absolute;
    right: -75px;
    bottom: -85px;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    background: rgba(148, 227, 12, 0.13);
    filter: blur(34px);
}

.bbd-bristol-why-experience-small,
.bbd-bristol-why-experience-number,
.bbd-bristol-why-experience strong,
.bbd-bristol-why-experience p,
.bbd-bristol-why-experience-line {
    position: relative;
    z-index: 1;
}

.bbd-bristol-why-experience-small {
    display: block;
    margin-bottom: 13px;
    color: var(--bbd-green);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bbd-bristol-why-experience-number {
    display: block;
    color: var(--bbd-green);
    font-size: clamp(70px, 8vw, 98px);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.09em;
    text-shadow: 0 0 35px rgba(148, 227, 12, 0.17);
}

.bbd-bristol-why-experience strong {
    display: block;
    margin-top: 14px;
    color: var(--bbd-white);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.bbd-bristol-why-experience p {
    margin: 9px 0 0;
    color: var(--bbd-muted);
    font-size: 11px;
    line-height: 1.65;
}

.bbd-bristol-why-experience-line {
    width: 58px;
    height: 2px;
    margin-top: 19px;
    border-radius: 999px;
    background: var(--bbd-green-bright);
    box-shadow: 0 0 16px rgba(148, 227, 12, 0.35);
}

/* =========================================================
   BENEFIT CARDS
========================================================= */

.bbd-bristol-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.bbd-bristol-why-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 23px 21px 22px;
    border: 1px solid var(--bbd-border);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.047),
            rgba(255, 255, 255, 0.013)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition:
        transform 0.24s ease,
        border-color 0.24s ease,
        background 0.24s ease,
        box-shadow 0.24s ease;
}

.bbd-bristol-why-card::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -85px;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0);
    filter: blur(20px);
    transition: background 0.24s ease;
}

.bbd-bristol-why-card:hover {
    transform: translateY(-4px);
    border-color: var(--bbd-green-border);
    background:
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.068),
            rgba(255, 255, 255, 0.014)
        );
    box-shadow:
        0 20px 44px rgba(0, 0, 0, 0.19),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.bbd-bristol-why-card:hover::after {
    background: rgba(148, 227, 12, 0.075);
}

.bbd-bristol-why-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

.bbd-bristol-why-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(178, 224, 96, 0.21);
    border-radius: 12px;
    background: rgba(178, 224, 96, 0.085);
    color: var(--bbd-green);
}

.bbd-bristol-why-icon svg {
    width: 19px;
    height: 19px;
}

.bbd-bristol-why-number {
    color: rgba(255, 255, 255, 0.14);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.1em;
}

.bbd-bristol-why-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 8px;
    color: var(--bbd-white);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.015em;
}

.bbd-bristol-why-card > p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--bbd-muted);
    font-size: 12px;
    line-height: 1.72;
}

.bbd-bristol-why-card ul {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 7px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.bbd-bristol-why-card li {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.61);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.45;
}

.bbd-bristol-why-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--bbd-green-bright);
    font-weight: 900;
}

/* =========================================================
   LOCAL PANEL
========================================================= */

.bbd-bristol-why-local {
    position: sticky;
    top: 30px;
    overflow: hidden;
    min-width: 0;
    padding: 30px;
    border: 1px solid var(--bbd-green-border);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(148, 227, 12, 0.11),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.066),
            rgba(255, 255, 255, 0.018)
        );
    box-shadow:
        0 30px 72px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.bbd-bristol-why-local::after {
    content: "";
    position: absolute;
    right: -95px;
    bottom: -110px;
    width: 235px;
    height: 235px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0.055);
    filter: blur(25px);
}

.bbd-bristol-why-local-header,
.bbd-bristol-why-location,
.bbd-bristol-why-service-area,
.bbd-bristol-why-local-benefits,
.bbd-bristol-why-contact {
    position: relative;
    z-index: 1;
}

.bbd-bristol-why-local-label {
    margin: 0 0 8px;
    color: var(--bbd-green);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.bbd-bristol-why-local h3 {
    margin: 0 0 11px;
    color: var(--bbd-white);
    font-size: clamp(27px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.bbd-bristol-why-local-header > p:last-child {
    margin: 0;
    color: var(--bbd-copy);
    font-size: 13px;
    line-height: 1.74;
}

.bbd-bristol-why-location {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    margin-top: 24px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    background: rgba(10, 11, 14, 0.38);
}

.bbd-bristol-why-location-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(178, 224, 96, 0.2);
    border-radius: 12px;
    background: rgba(178, 224, 96, 0.075);
    color: var(--bbd-green);
}

.bbd-bristol-why-location-icon svg {
    width: 20px;
    height: 20px;
}

.bbd-bristol-why-location div > span {
    display: block;
    margin: 1px 0 5px;
    color: var(--bbd-green);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.bbd-bristol-why-location strong {
    display: block;
    color: var(--bbd-white);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.55;
}

.bbd-bristol-why-service-area {
    margin-top: 19px;
}

.bbd-bristol-why-service-area > p {
    margin: 0 0 10px;
    color: var(--bbd-green);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.bbd-bristol-why-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.bbd-bristol-why-service-tags span {
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 999px;
    background: rgba(10, 11, 14, 0.35);
    color: rgba(255, 255, 255, 0.62);
    font-size: 8px;
    font-weight: 700;
    line-height: 1.2;
}

.bbd-bristol-why-local-benefits {
    display: grid;
    gap: 9px;
    margin-top: 20px;
}

.bbd-bristol-why-local-benefit {
    display: grid;
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 13px;
    background: rgba(10, 11, 14, 0.31);
}

.bbd-bristol-why-local-benefit > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 8px;
    background: rgba(178, 224, 96, 0.09);
    color: var(--bbd-green-bright);
    font-size: 10px;
    font-weight: 900;
}

.bbd-bristol-why-local-benefit strong {
    display: block;
    margin: 1px 0 3px;
    color: var(--bbd-white);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
}

.bbd-bristol-why-local-benefit p {
    margin: 0;
    color: var(--bbd-muted);
    font-size: 9px;
    line-height: 1.55;
}

.bbd-bristol-why-contact {
    margin-top: 20px;
    padding: 19px;
    border: 1px solid var(--bbd-green-border);
    border-radius: 15px;
    background:
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.09),
            rgba(255, 255, 255, 0.016)
        );
}

.bbd-bristol-why-contact > span {
    display: block;
    margin-bottom: 5px;
    color: var(--bbd-green);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.bbd-bristol-why-contact strong {
    display: block;
    color: var(--bbd-white);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
}

.bbd-bristol-why-contact a,
.bbd-bristol-why-contact a:link,
.bbd-bristol-why-contact a:visited {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    color: var(--bbd-green) !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none !important;
    transition:
        gap 0.22s ease,
        color 0.22s ease;
}

.bbd-bristol-why-contact a:hover,
.bbd-bristol-why-contact a:focus {
    gap: 10px;
    color: var(--bbd-green-bright) !important;
}

.bbd-bristol-why-contact svg {
    width: 16px;
    height: 16px;
}

/* =========================================================
   BOTTOM CTA
========================================================= */

.bbd-bristol-why-bottom {
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(360px, 0.88fr);
    gap: 40px;
    align-items: center;
    margin-top: 40px;
    padding: 33px 36px;
    border: 1px solid var(--bbd-border);
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 0% 50%,
            rgba(148, 227, 12, 0.08),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.046),
            rgba(255, 255, 255, 0.014)
        );
    box-shadow:
        0 22px 52px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.bbd-bristol-why-bottom-label {
    margin: 0 0 7px;
    color: var(--bbd-green);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bbd-bristol-why-bottom h3 {
    margin: 0 0 9px;
    color: var(--bbd-white);
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.bbd-bristol-why-bottom-copy > p:last-child {
    margin: 0;
    color: var(--bbd-copy);
    font-size: 13px;
    line-height: 1.75;
}

.bbd-bristol-why-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.bbd-bristol-why-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 53px;
    padding: 14px 19px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.23s ease,
        border-color 0.23s ease,
        background 0.23s ease,
        color 0.23s ease,
        box-shadow 0.23s ease;
}

.bbd-bristol-why-button svg {
    width: 17px;
    height: 17px;
}

.bbd-bristol-why-button-primary,
.bbd-bristol-why-button-primary:link,
.bbd-bristol-why-button-primary:visited {
    border: 1px solid var(--bbd-green);
    background: var(--bbd-green);
    color: #11130d !important;
    box-shadow: 0 15px 35px rgba(148, 227, 12, 0.17);
}

.bbd-bristol-why-button-primary:hover,
.bbd-bristol-why-button-primary:focus {
    transform: translateY(-2px);
    border-color: var(--bbd-green-bright);
    background: var(--bbd-green-bright);
    color: #11130d !important;
    box-shadow: 0 19px 43px rgba(148, 227, 12, 0.26);
}

.bbd-bristol-why-button-primary svg,
.bbd-bristol-why-button-primary svg path {
    color: #11130d !important;
    fill: #11130d !important;
}

.bbd-bristol-why-button-secondary,
.bbd-bristol-why-button-secondary:link,
.bbd-bristol-why-button-secondary:visited {
    border: 1px solid var(--bbd-border);
    background: rgba(255, 255, 255, 0.025);
    color: var(--bbd-white) !important;
}

.bbd-bristol-why-button-secondary:hover,
.bbd-bristol-why-button-secondary:focus {
    transform: translateY(-2px);
    border-color: var(--bbd-green-border);
    background: rgba(178, 224, 96, 0.06);
    color: var(--bbd-green) !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1080px) {

    .bbd-bristol-why {
        padding: 76px 0 68px;
    }

    .bbd-bristol-why-header {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 43px;
    }

    .bbd-bristol-why-intro {
        max-width: 850px;
    }

    .bbd-bristol-why-layout {
        grid-template-columns: 1fr;
    }

    .bbd-bristol-why-local {
        position: relative;
        top: auto;
        max-width: 820px;
    }

    .bbd-bristol-why-bottom {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .bbd-bristol-why-actions {
        justify-content: flex-start;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bbd-bristol-why {
        padding: 58px 0 52px;
    }

    .bbd-bristol-why-inner {
        width: min(100% - 24px, 1240px);
    }

    .bbd-bristol-why-header {
        margin-bottom: 34px;
    }

    .bbd-bristol-why-heading h2 {
        font-size: clamp(34px, 9.8vw, 47px);
        line-height: 1.09;
    }

    .bbd-bristol-why-heading h2 span {
        display: inline;
    }

    .bbd-bristol-why-intro {
        padding: 18px 0 0;
        border-top: 1px solid var(--bbd-green-border);
        border-left: 0;
    }

    .bbd-bristol-why-intro p:first-child {
        font-size: 15px;
    }

    .bbd-bristol-why-feature {
        grid-template-columns: 1fr;
        padding: 23px;
    }

    .bbd-bristol-why-experience {
        min-height: 235px;
    }

    .bbd-bristol-why-grid {
        grid-template-columns: 1fr;
    }

    .bbd-bristol-why-card {
        padding: 21px 18px;
    }

    .bbd-bristol-why-local {
        padding: 23px;
        border-radius: 20px;
    }

    .bbd-bristol-why-bottom {
        margin-top: 28px;
        padding: 26px 22px;
    }

    .bbd-bristol-why-actions {
        display: grid;
        width: 100%;
    }

    .bbd-bristol-why-button {
        width: 100%;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .bbd-bristol-why-feature {
        padding: 20px;
    }

    .bbd-bristol-why-experience {
        padding: 22px;
    }

    .bbd-bristol-why-local {
        padding: 20px;
    }

    .bbd-bristol-why-location {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 10px;
        padding: 14px;
    }

    .bbd-bristol-why-location-icon {
        width: 40px;
        height: 40px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bbd-bristol-why *,
    .bbd-bristol-why *::before,
    .bbd-bristol-why *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-02d5bed *//* =========================================================
   BYTE BLAZE DESIGNS
   BRISTOL WEBSITE DESIGN FAQ SECTION
========================================================= */

.bbd-bristol-faq,
.bbd-bristol-faq * {
    box-sizing: border-box;
}

.bbd-bristol-faq {
    --bbd-bristol-faq-green: #b2e060;
    --bbd-bristol-faq-green-bright: #94e30c;
    --bbd-bristol-faq-dark: #101116;
    --bbd-bristol-faq-dark-soft: #15161b;
    --bbd-bristol-faq-white: #ffffff;
    --bbd-bristol-faq-text: rgba(255, 255, 255, 0.76);
    --bbd-bristol-faq-muted: rgba(255, 255, 255, 0.56);
    --bbd-bristol-faq-border: rgba(255, 255, 255, 0.09);
    --bbd-bristol-faq-green-border: rgba(178, 224, 96, 0.26);

    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    padding: 100px 0 90px;
    color: var(--bbd-bristol-faq-white);
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(148, 227, 12, 0.08),
            transparent 30%
        ),
        radial-gradient(
            circle at 94% 78%,
            rgba(178, 224, 96, 0.06),
            transparent 31%
        ),
        linear-gradient(
            180deg,
            var(--bbd-bristol-faq-dark-soft) 0%,
            var(--bbd-bristol-faq-dark) 100%
        );
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.bbd-bristol-faq::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.11;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        );
    background-size: 52px 52px;
}

.bbd-bristol-faq::after {
    content: "";
    position: absolute;
    top: 28%;
    left: -240px;
    z-index: -1;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0.05);
    filter: blur(115px);
}

.bbd-bristol-faq-inner {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.bbd-bristol-faq-header {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(360px, 0.92fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 54px;
}

.bbd-bristol-faq-heading,
.bbd-bristol-faq-intro {
    min-width: 0;
}

.bbd-bristol-faq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 17px;
    color: var(--bbd-bristol-faq-green);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bbd-bristol-faq-eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    flex: 0 0 32px;
    border-radius: 999px;
    background: var(--bbd-bristol-faq-green-bright);
    box-shadow: 0 0 16px rgba(148, 227, 12, 0.42);
}

.bbd-bristol-faq-heading h2 {
    margin: 0;
    color: var(--bbd-bristol-faq-white);
    font-size: clamp(40px, 4.8vw, 62px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.05em;
}

.bbd-bristol-faq-heading h2 span {
    display: block;
    margin-top: 7px;
    color: var(--bbd-bristol-faq-green);
}

.bbd-bristol-faq-intro {
    padding-left: 25px;
    border-left: 1px solid var(--bbd-bristol-faq-green-border);
}

.bbd-bristol-faq-intro p {
    margin: 0 0 14px;
    color: var(--bbd-bristol-faq-text);
    font-size: 14px;
    line-height: 1.82;
}

.bbd-bristol-faq-intro p:first-child {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.bbd-bristol-faq-intro p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   MAIN FAQ LAYOUT
========================================================= */

.bbd-bristol-faq-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.38fr)
        minmax(340px, 0.62fr);
    gap: 28px;
    align-items: start;
}

.bbd-bristol-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-width: 0;
}

/* =========================================================
   FAQ CARDS
========================================================= */

.bbd-bristol-faq-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 26px 24px 25px;
    border: 1px solid var(--bbd-bristol-faq-border);
    border-radius: 20px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.05),
            rgba(255, 255, 255, 0.014)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition:
        transform 0.24s ease,
        border-color 0.24s ease,
        background 0.24s ease,
        box-shadow 0.24s ease;
}

.bbd-bristol-faq-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    width: 54px;
    height: 1px;
    background: var(--bbd-bristol-faq-green);
    box-shadow: 0 0 16px rgba(148, 227, 12, 0.35);
}

.bbd-bristol-faq-card::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -95px;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0);
    filter: blur(24px);
    transition: background 0.24s ease;
}

.bbd-bristol-faq-card:hover {
    transform: translateY(-4px);
    border-color: var(--bbd-bristol-faq-green-border);
    background:
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.07),
            rgba(255, 255, 255, 0.014)
        );
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.bbd-bristol-faq-card:hover::after {
    background: rgba(148, 227, 12, 0.075);
}

.bbd-bristol-faq-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

.bbd-bristol-faq-number {
    color: rgba(255, 255, 255, 0.18);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.1em;
}

.bbd-bristol-faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border: 1px solid rgba(178, 224, 96, 0.22);
    border-radius: 12px;
    background: rgba(178, 224, 96, 0.085);
    color: var(--bbd-bristol-faq-green);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.bbd-bristol-faq-icon svg {
    width: 19px;
    height: 19px;
}

.bbd-bristol-faq-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 13px;
    color: var(--bbd-bristol-faq-white);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.38;
    letter-spacing: -0.025em;
}

.bbd-bristol-faq-card > p {
    position: relative;
    z-index: 1;
    margin: 0 0 11px;
    color: var(--bbd-bristol-faq-muted);
    font-size: 12px;
    line-height: 1.75;
}

.bbd-bristol-faq-card > p:last-child {
    margin-bottom: 0;
}

.bbd-bristol-faq-card a,
.bbd-bristol-faq-card a:link,
.bbd-bristol-faq-card a:visited {
    color: var(--bbd-bristol-faq-green) !important;
    font-weight: 800;
    text-decoration: none !important;
}

.bbd-bristol-faq-card a:hover,
.bbd-bristol-faq-card a:focus {
    color: var(--bbd-bristol-faq-green-bright) !important;
}

/* =========================================================
   CONSULTATION SIDEBAR
========================================================= */

.bbd-bristol-faq-sidebar {
    position: sticky;
    top: 30px;
    overflow: hidden;
    min-width: 0;
    padding: 30px;
    border: 1px solid var(--bbd-bristol-faq-green-border);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(148, 227, 12, 0.11),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.066),
            rgba(255, 255, 255, 0.018)
        );
    box-shadow:
        0 30px 72px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.bbd-bristol-faq-sidebar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 72px;
    height: 2px;
    background: var(--bbd-bristol-faq-green-bright);
    box-shadow: 0 0 18px rgba(148, 227, 12, 0.45);
}

.bbd-bristol-faq-sidebar::after {
    content: "";
    position: absolute;
    right: -95px;
    bottom: -110px;
    width: 235px;
    height: 235px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(148, 227, 12, 0.055);
    filter: blur(25px);
}

.bbd-bristol-faq-sidebar-top,
.bbd-bristol-faq-sidebar-points,
.bbd-bristol-faq-sidebar-contact {
    position: relative;
    z-index: 1;
}

.bbd-bristol-faq-sidebar-label {
    margin: 0 0 8px;
    color: var(--bbd-bristol-faq-green);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.bbd-bristol-faq-sidebar h3 {
    margin: 0 0 12px;
    color: var(--bbd-bristol-faq-white);
    font-size: clamp(27px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.bbd-bristol-faq-sidebar-top > p:last-child {
    margin: 0;
    color: var(--bbd-bristol-faq-text);
    font-size: 13px;
    line-height: 1.74;
}

.bbd-bristol-faq-sidebar-points {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.bbd-bristol-faq-sidebar-point {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 13px;
    background: rgba(10, 11, 14, 0.34);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.bbd-bristol-faq-sidebar-point > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(178, 224, 96, 0.09);
    color: var(--bbd-bristol-faq-green-bright);
    font-size: 11px;
    font-weight: 900;
}

.bbd-bristol-faq-sidebar-point strong {
    display: block;
    margin: 1px 0 4px;
    color: var(--bbd-bristol-faq-white);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
}

.bbd-bristol-faq-sidebar-point p {
    margin: 0;
    color: var(--bbd-bristol-faq-muted);
    font-size: 10px;
    line-height: 1.58;
}

.bbd-bristol-faq-sidebar-contact {
    margin-top: 22px;
    padding: 20px;
    border: 1px solid var(--bbd-bristol-faq-green-border);
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.1),
            rgba(255, 255, 255, 0.016)
        );
}

.bbd-bristol-faq-sidebar-contact-label {
    display: block;
    margin-bottom: 6px;
    color: var(--bbd-bristol-faq-green);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.bbd-bristol-faq-sidebar-contact strong {
    display: block;
    color: var(--bbd-bristol-faq-white);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}

.bbd-bristol-faq-sidebar-contact p {
    margin: 8px 0 16px;
    color: var(--bbd-bristol-faq-muted);
    font-size: 10px;
    line-height: 1.6;
}

.bbd-bristol-faq-phone,
.bbd-bristol-faq-phone:link,
.bbd-bristol-faq-phone:visited {
    display: block;
    margin-top: 13px;
    color: var(--bbd-bristol-faq-green) !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
}

.bbd-bristol-faq-phone:hover,
.bbd-bristol-faq-phone:focus {
    color: var(--bbd-bristol-faq-green-bright) !important;
}

/* =========================================================
   BOTTOM CTA PANEL
========================================================= */

.bbd-bristol-faq-bottom {
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(360px, 0.88fr);
    gap: 40px;
    align-items: center;
    margin-top: 40px;
    padding: 35px 36px;
    border: 1px solid var(--bbd-bristol-faq-border);
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 0% 50%,
            rgba(148, 227, 12, 0.08),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.046),
            rgba(255, 255, 255, 0.014)
        );
    box-shadow:
        0 22px 52px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.bbd-bristol-faq-bottom-copy {
    min-width: 0;
}

.bbd-bristol-faq-bottom-label {
    margin: 0 0 7px;
    color: var(--bbd-bristol-faq-green);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bbd-bristol-faq-bottom h3 {
    margin: 0 0 9px;
    color: var(--bbd-bristol-faq-white);
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.bbd-bristol-faq-bottom-copy > p:last-child {
    margin: 0;
    color: var(--bbd-bristol-faq-text);
    font-size: 13px;
    line-height: 1.75;
}

.bbd-bristol-faq-bottom-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

/* =========================================================
   BUTTONS
========================================================= */

.bbd-bristol-faq-button,
.bbd-bristol-faq-button:link,
.bbd-bristol-faq-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 53px;
    padding: 14px 19px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.23s ease,
        border-color 0.23s ease,
        background 0.23s ease,
        color 0.23s ease,
        box-shadow 0.23s ease;
}

.bbd-bristol-faq-button svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
}

.bbd-bristol-faq-button-primary,
.bbd-bristol-faq-button-primary:link,
.bbd-bristol-faq-button-primary:visited {
    border: 1px solid var(--bbd-bristol-faq-green);
    background: var(--bbd-bristol-faq-green);
    color: #11130d !important;
    box-shadow:
        0 15px 35px rgba(148, 227, 12, 0.17);
}

.bbd-bristol-faq-button-primary:hover,
.bbd-bristol-faq-button-primary:focus {
    transform: translateY(-2px);
    border-color: var(--bbd-bristol-faq-green-bright);
    background: var(--bbd-bristol-faq-green-bright);
    color: #11130d !important;
    box-shadow:
        0 19px 43px rgba(148, 227, 12, 0.26);
}

.bbd-bristol-faq-button-primary svg,
.bbd-bristol-faq-button-primary svg path {
    color: #11130d !important;
    fill: #11130d !important;
}

.bbd-bristol-faq-button-secondary,
.bbd-bristol-faq-button-secondary:link,
.bbd-bristol-faq-button-secondary:visited {
    border: 1px solid var(--bbd-bristol-faq-border);
    background: rgba(255, 255, 255, 0.025);
    color: var(--bbd-bristol-faq-white) !important;
}

.bbd-bristol-faq-button-secondary:hover,
.bbd-bristol-faq-button-secondary:focus {
    transform: translateY(-2px);
    border-color: var(--bbd-bristol-faq-green-border);
    background: rgba(178, 224, 96, 0.06);
    color: var(--bbd-bristol-faq-green) !important;
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

.bbd-bristol-faq a:focus-visible {
    outline: 2px solid var(--bbd-bristol-faq-green-bright);
    outline-offset: 4px;
}

.bbd-bristol-faq-button:focus-visible {
    outline: 2px solid var(--bbd-bristol-faq-white);
    outline-offset: 4px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1080px) {

    .bbd-bristol-faq {
        padding: 78px 0 70px;
    }

    .bbd-bristol-faq-header {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 43px;
    }

    .bbd-bristol-faq-intro {
        max-width: 850px;
    }

    .bbd-bristol-faq-layout {
        grid-template-columns: 1fr;
    }

    .bbd-bristol-faq-sidebar {
        position: relative;
        top: auto;
        max-width: 820px;
    }

    .bbd-bristol-faq-bottom {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .bbd-bristol-faq-bottom-actions {
        justify-content: flex-start;
    }
}

/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 850px) {

    .bbd-bristol-faq-list {
        grid-template-columns: 1fr;
    }

    .bbd-bristol-faq-card h3 {
        font-size: 19px;
    }

    .bbd-bristol-faq-card > p {
        font-size: 13px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bbd-bristol-faq {
        padding: 60px 0 54px;
    }

    .bbd-bristol-faq-inner {
        width: min(100% - 24px, 1240px);
    }

    .bbd-bristol-faq-header {
        margin-bottom: 34px;
    }

    .bbd-bristol-faq-heading h2 {
        font-size: clamp(34px, 9.8vw, 47px);
        line-height: 1.09;
    }

    .bbd-bristol-faq-heading h2 span {
        display: inline;
    }

    .bbd-bristol-faq-intro {
        padding: 18px 0 0;
        border-top: 1px solid var(--bbd-bristol-faq-green-border);
        border-left: 0;
    }

    .bbd-bristol-faq-intro p {
        font-size: 13px;
    }

    .bbd-bristol-faq-intro p:first-child {
        font-size: 15px;
    }

    .bbd-bristol-faq-card {
        padding: 23px 20px;
    }

    .bbd-bristol-faq-card h3 {
        font-size: 18px;
    }

    .bbd-bristol-faq-card > p {
        font-size: 12px;
    }

    .bbd-bristol-faq-sidebar {
        padding: 24px;
        border-radius: 20px;
    }

    .bbd-bristol-faq-sidebar h3 {
        font-size: 29px;
    }

    .bbd-bristol-faq-sidebar-top > p:last-child {
        font-size: 12px;
    }

    .bbd-bristol-faq-sidebar-point strong {
        font-size: 11px;
    }

    .bbd-bristol-faq-sidebar-point p {
        font-size: 10px;
    }

    .bbd-bristol-faq-bottom {
        margin-top: 28px;
        padding: 27px 22px;
    }

    .bbd-bristol-faq-bottom h3 {
        font-size: 28px;
    }

    .bbd-bristol-faq-bottom-copy > p:last-child {
        font-size: 12px;
    }

    .bbd-bristol-faq-bottom-actions {
        display: grid;
        width: 100%;
    }

    .bbd-bristol-faq-button {
        width: 100%;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .bbd-bristol-faq {
        padding: 52px 0 48px;
    }

    .bbd-bristol-faq-card {
        padding: 21px 17px;
    }

    .bbd-bristol-faq-card-top {
        margin-bottom: 15px;
    }

    .bbd-bristol-faq-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .bbd-bristol-faq-sidebar {
        padding: 20px;
    }

    .bbd-bristol-faq-sidebar-contact {
        padding: 17px;
    }

    .bbd-bristol-faq-bottom {
        padding: 24px 18px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bbd-bristol-faq *,
    .bbd-bristol-faq *::before,
    .bbd-bristol-faq *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .bbd-bristol-faq-card:hover,
    .bbd-bristol-faq-button:hover {
        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-905e10a *//* =========================================================
   BYTE BLAZE DESIGNS
   BRISTOL WEBSITE DESIGN FINAL CTA SECTION
========================================================= */

.bbd-bristol-cta,
.bbd-bristol-cta * {
    box-sizing: border-box;
}

.bbd-bristol-cta {
    --bbd-bristol-cta-green: #b2e060;
    --bbd-bristol-cta-green-bright: #94e30c;
    --bbd-bristol-cta-white: #ffffff;
    --bbd-bristol-cta-dark: #0d0e12;
    --bbd-bristol-cta-dark-soft: #14151a;
    --bbd-bristol-cta-text: rgba(255, 255, 255, 0.76);
    --bbd-bristol-cta-muted: rgba(255, 255, 255, 0.55);
    --bbd-bristol-cta-border: rgba(255, 255, 255, 0.09);
    --bbd-bristol-cta-green-border: rgba(178, 224, 96, 0.27);

    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    padding: 90px 0 42px;
    color: var(--bbd-bristol-cta-white);
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(148, 227, 12, 0.065),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #101116 0%,
            #090a0d 100%
        );
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.bbd-bristol-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.11;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        );
    background-size: 54px 54px;
}

.bbd-bristol-cta-inner {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

/* =========================================================
   MAIN PANEL
========================================================= */

.bbd-bristol-cta-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid var(--bbd-bristol-cta-green-border);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 5% 0%,
            rgba(148, 227, 12, 0.105),
            transparent 31%
        ),
        radial-gradient(
            circle at 100% 100%,
            rgba(178, 224, 96, 0.07),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.062),
            rgba(255, 255, 255, 0.014)
        );
    box-shadow:
        0 42px 100px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.bbd-bristol-cta-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    width: 180px;
    height: 2px;
    z-index: 3;
    background:
        linear-gradient(
            90deg,
            transparent,
            var(--bbd-bristol-cta-green-bright),
            transparent
        );
    box-shadow: 0 0 20px rgba(148, 227, 12, 0.52);
}

.bbd-bristol-cta-grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.09;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px
        );
    background-size: 44px 44px;
    mask-image:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.95),
            transparent 86%
        );
    -webkit-mask-image:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.95),
            transparent 86%
        );
}

.bbd-bristol-cta-glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
}

.bbd-bristol-cta-glow-one {
    top: -180px;
    left: -160px;
    width: 470px;
    height: 470px;
    background: rgba(148, 227, 12, 0.1);
}

.bbd-bristol-cta-glow-two {
    right: -180px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    background: rgba(178, 224, 96, 0.065);
}

/* =========================================================
   TRUST BAR
========================================================= */

.bbd-bristol-cta-trustbar {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        1px
        minmax(0, 1fr)
        1px
        minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 18px 30px;
    border-bottom: 1px solid var(--bbd-bristol-cta-border);
    background: rgba(5, 6, 8, 0.25);
}

.bbd-bristol-cta-trustbar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    color: rgba(255, 255, 255, 0.77);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.bbd-bristol-cta-trustbar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    border: 1px solid rgba(178, 224, 96, 0.2);
    border-radius: 8px;
    background: rgba(178, 224, 96, 0.08);
    color: var(--bbd-bristol-cta-green);
}

.bbd-bristol-cta-trustbar-icon svg {
    width: 14px;
    height: 14px;
}

.bbd-bristol-cta-trustbar-divider {
    width: 1px;
    height: 26px;
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(255, 255, 255, 0.14),
            transparent
        );
}

/* =========================================================
   CONTENT LAYOUT
========================================================= */

.bbd-bristol-cta-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1.16fr)
        minmax(340px, 0.84fr);
    gap: 62px;
    align-items: center;
    padding: 70px 68px 58px;
}

.bbd-bristol-cta-copy {
    min-width: 0;
}

.bbd-bristol-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--bbd-bristol-cta-green);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bbd-bristol-cta-eyebrow::before {
    content: "";
    width: 33px;
    height: 2px;
    flex: 0 0 33px;
    border-radius: 999px;
    background: var(--bbd-bristol-cta-green-bright);
    box-shadow: 0 0 16px rgba(148, 227, 12, 0.45);
}

.bbd-bristol-cta-copy h2 {
    max-width: 770px;
    margin: 0;
    color: var(--bbd-bristol-cta-white);
    font-size: clamp(44px, 5.5vw, 72px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.055em;
}

.bbd-bristol-cta-copy h2 span {
    display: block;
    margin-top: 7px;
    color: var(--bbd-bristol-cta-green);
}

.bbd-bristol-cta-lead {
    max-width: 720px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, 0.91);
    font-size: 17px;
    line-height: 1.8;
}

.bbd-bristol-cta-description {
    max-width: 720px;
    margin: 14px 0 0;
    color: var(--bbd-bristol-cta-text);
    font-size: 14px;
    line-height: 1.82;
}

/* =========================================================
   ACTIONS
========================================================= */

.bbd-bristol-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 31px;
}

.bbd-bristol-cta-button,
.bbd-bristol-cta-button:link,
.bbd-bristol-cta-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 57px;
    padding: 15px 22px;
    border-radius: 13px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.23s ease,
        border-color 0.23s ease,
        background 0.23s ease,
        color 0.23s ease,
        box-shadow 0.23s ease;
}

.bbd-bristol-cta-button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.bbd-bristol-cta-button-primary,
.bbd-bristol-cta-button-primary:link,
.bbd-bristol-cta-button-primary:visited {
    border: 1px solid var(--bbd-bristol-cta-green);
    background: var(--bbd-bristol-cta-green);
    color: #10130b !important;
    box-shadow:
        0 17px 42px rgba(148, 227, 12, 0.21),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.bbd-bristol-cta-button-primary:hover,
.bbd-bristol-cta-button-primary:focus {
    transform: translateY(-3px);
    border-color: var(--bbd-bristol-cta-green-bright);
    background: var(--bbd-bristol-cta-green-bright);
    color: #10130b !important;
    box-shadow:
        0 22px 48px rgba(148, 227, 12, 0.29),
        inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.bbd-bristol-cta-button-primary svg,
.bbd-bristol-cta-button-primary svg path {
    color: #10130b !important;
    fill: #10130b !important;
}

.bbd-bristol-cta-button-secondary,
.bbd-bristol-cta-button-secondary:link,
.bbd-bristol-cta-button-secondary:visited {
    border: 1px solid var(--bbd-bristol-cta-border);
    background: rgba(255, 255, 255, 0.035);
    color: var(--bbd-bristol-cta-white) !important;
}

.bbd-bristol-cta-button-secondary:hover,
.bbd-bristol-cta-button-secondary:focus {
    transform: translateY(-3px);
    border-color: var(--bbd-bristol-cta-green-border);
    background: rgba(178, 224, 96, 0.065);
    color: var(--bbd-bristol-cta-green) !important;
}

.bbd-bristol-cta-button-secondary svg,
.bbd-bristol-cta-button-secondary svg path {
    color: var(--bbd-bristol-cta-green) !important;
    fill: var(--bbd-bristol-cta-green) !important;
}

/* =========================================================
   SUPPORTING NOTE
========================================================= */

.bbd-bristol-cta-note {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    max-width: 720px;
    margin-top: 25px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 14px;
    background: rgba(4, 5, 7, 0.28);
}

.bbd-bristol-cta-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: rgba(178, 224, 96, 0.085);
    color: var(--bbd-bristol-cta-green);
}

.bbd-bristol-cta-note-icon svg {
    width: 16px;
    height: 16px;
}

.bbd-bristol-cta-note p {
    margin: 1px 0 0;
    color: var(--bbd-bristol-cta-muted);
    font-size: 11px;
    line-height: 1.7;
}

/* =========================================================
   ACTION CARD
========================================================= */

.bbd-bristol-cta-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid var(--bbd-bristol-cta-green-border);
    border-radius: 23px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(148, 227, 12, 0.11),
            transparent 36%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.073),
            rgba(255, 255, 255, 0.02)
        );
    box-shadow:
        0 30px 75px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.bbd-bristol-cta-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    width: 68px;
    height: 2px;
    background: var(--bbd-bristol-cta-green-bright);
    box-shadow: 0 0 18px rgba(148, 227, 12, 0.45);
}

.bbd-bristol-cta-card-header,
.bbd-bristol-cta-steps,
.bbd-bristol-cta-card-footer {
    position: relative;
    z-index: 1;
}

.bbd-bristol-cta-card-label {
    display: block;
    margin-bottom: 8px;
    color: var(--bbd-bristol-cta-green);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.bbd-bristol-cta-card-header h3 {
    margin: 0 0 8px;
    color: var(--bbd-bristol-cta-white);
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.bbd-bristol-cta-card-header p {
    margin: 0;
    color: var(--bbd-bristol-cta-text);
    font-size: 12px;
    line-height: 1.7;
}

/* =========================================================
   STEPS
========================================================= */

.bbd-bristol-cta-steps {
    display: grid;
    gap: 10px;
    margin: 23px 0 0;
    padding: 0;
    list-style: none;
}

.bbd-bristol-cta-step {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 14px;
    background: rgba(5, 6, 8, 0.3);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
}

.bbd-bristol-cta-step:hover {
    transform: translateX(3px);
    border-color: rgba(178, 224, 96, 0.18);
    background: rgba(178, 224, 96, 0.045);
}

.bbd-bristol-cta-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(178, 224, 96, 0.19);
    border-radius: 11px;
    background: rgba(178, 224, 96, 0.075);
    color: var(--bbd-bristol-cta-green-bright);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.bbd-bristol-cta-step-content strong {
    display: block;
    margin: 1px 0 4px;
    color: var(--bbd-bristol-cta-white);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.45;
}

.bbd-bristol-cta-step-content p {
    margin: 0;
    color: var(--bbd-bristol-cta-muted);
    font-size: 9px;
    line-height: 1.6;
}

/* =========================================================
   CARD FOOTER
========================================================= */

.bbd-bristol-cta-card-footer {
    margin-top: 19px;
    padding: 17px;
    border: 1px solid var(--bbd-bristol-cta-green-border);
    border-radius: 15px;
    background:
        linear-gradient(
            145deg,
            rgba(178, 224, 96, 0.09),
            rgba(255, 255, 255, 0.015)
        );
}

.bbd-bristol-cta-card-footer-label {
    display: block;
    margin-bottom: 6px;
    color: var(--bbd-bristol-cta-green);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bbd-bristol-cta-card-footer address {
    margin: 0;
    color: var(--bbd-bristol-cta-white);
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.7;
}

.bbd-bristol-cta-card-footer p {
    margin: 5px 0 0;
    color: var(--bbd-bristol-cta-muted);
    font-size: 9px;
    line-height: 1.55;
}

/* =========================================================
   SERVICES STRIP
========================================================= */

.bbd-bristol-cta-services {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 19px 30px;
    border-top: 1px solid var(--bbd-bristol-cta-border);
    background: rgba(4, 5, 7, 0.28);
}

.bbd-bristol-cta-services a,
.bbd-bristol-cta-services a:link,
.bbd-bristol-cta-services a:visited {
    color: rgba(255, 255, 255, 0.66) !important;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.045em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.bbd-bristol-cta-services a:hover,
.bbd-bristol-cta-services a:focus {
    color: var(--bbd-bristol-cta-green) !important;
}

.bbd-bristol-cta-services > span {
    width: 3px;
    height: 3px;
    flex: 0 0 3px;
    border-radius: 50%;
    background: var(--bbd-bristol-cta-green-bright);
    box-shadow: 0 0 8px rgba(148, 227, 12, 0.45);
}

/* =========================================================
   LOCAL RELEVANCE FOOTER
========================================================= */

.bbd-bristol-cta-local {
    max-width: 1020px;
    margin: 25px auto 0;
    text-align: center;
}

.bbd-bristol-cta-local p {
    margin: 0;
    color: rgba(255, 255, 255, 0.35);
    font-size: 9px;
    line-height: 1.75;
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

.bbd-bristol-cta a:focus-visible {
    outline: 2px solid var(--bbd-bristol-cta-green-bright);
    outline-offset: 4px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1080px) {

    .bbd-bristol-cta {
        padding-top: 76px;
    }

    .bbd-bristol-cta-content {
        grid-template-columns: 1fr;
        gap: 43px;
        padding: 58px 48px 50px;
    }

    .bbd-bristol-cta-copy {
        max-width: 850px;
    }

    .bbd-bristol-cta-card {
        max-width: 760px;
    }

    .bbd-bristol-cta-trustbar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bbd-bristol-cta-trustbar-divider {
        display: none;
    }
}

/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 850px) {

    .bbd-bristol-cta-trustbar {
        grid-template-columns: 1fr;
        gap: 9px;
        padding: 18px 24px;
    }

    .bbd-bristol-cta-trustbar-item {
        justify-content: flex-start;
        text-align: left;
    }

    .bbd-bristol-cta-copy h2 {
        font-size: clamp(41px, 8vw, 59px);
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bbd-bristol-cta {
        padding: 58px 0 34px;
    }

    .bbd-bristol-cta-inner {
        width: min(100% - 24px, 1240px);
    }

    .bbd-bristol-cta-panel {
        border-radius: 23px;
    }

    .bbd-bristol-cta-content {
        gap: 34px;
        padding: 44px 23px 36px;
    }

    .bbd-bristol-cta-copy h2 {
        font-size: clamp(36px, 10.5vw, 49px);
        line-height: 1.07;
    }

    .bbd-bristol-cta-copy h2 span {
        display: inline;
    }

    .bbd-bristol-cta-lead {
        margin-top: 21px;
        font-size: 15px;
        line-height: 1.75;
    }

    .bbd-bristol-cta-description {
        font-size: 13px;
    }

    .bbd-bristol-cta-actions {
        display: grid;
        width: 100%;
    }

    .bbd-bristol-cta-button {
        width: 100%;
    }

    .bbd-bristol-cta-note {
        grid-template-columns: 33px minmax(0, 1fr);
        padding: 15px;
    }

    .bbd-bristol-cta-card {
        padding: 23px;
        border-radius: 19px;
    }

    .bbd-bristol-cta-card-header h3 {
        font-size: 25px;
    }

    .bbd-bristol-cta-services {
        justify-content: flex-start;
        padding: 18px 22px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .bbd-bristol-cta-content {
        padding: 39px 18px 31px;
    }

    .bbd-bristol-cta-trustbar {
        padding: 16px 18px;
    }

    .bbd-bristol-cta-trustbar-item {
        font-size: 9px;
    }

    .bbd-bristol-cta-card {
        padding: 19px;
    }

    .bbd-bristol-cta-step {
        grid-template-columns: 35px minmax(0, 1fr);
        padding: 12px;
    }

    .bbd-bristol-cta-step-number {
        width: 35px;
        height: 35px;
    }

    .bbd-bristol-cta-services {
        gap: 10px;
        padding: 17px 18px;
    }

    .bbd-bristol-cta-services a {
        font-size: 8px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bbd-bristol-cta *,
    .bbd-bristol-cta *::before,
    .bbd-bristol-cta *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .bbd-bristol-cta-button:hover,
    .bbd-bristol-cta-step:hover {
        transform: none;
    }
}/* End custom CSS */