:root {
    --bs-primary: #4899e0;
    --bs-primary-rgb: 72, 153, 224; /* Required for utilities using transparency */
    --bg: #f8f9fa;
    --border: #4899e0;
    --text: #212529;
    --muted: #6c757d;
    --panel: #ffffff;
    --accent: #dee2e6;
}

[hidden] {
    display: none !important;
}

html,
body {
    overflow-x: hidden;
}

body {
    color: var(--text);
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
a {
    text-decoration: none;
    color: #4899e0;
}
header {
    background: #000;
    color: #FFF;
}
footer {
    background: #111;
    color: #DDD;
    font-size: .80rem;
}
footer .border-legal {
    border-top: 1px solid #444;
}
footer a {
    color: #DDD;
    text-decoration: none;
}
footer div.footer--reviews a {
    text-decoration: underline;
}

@media (max-width: 767.98px) {

    p,
    ul,
    ol {
        font-size: 1.1rem;
    }

}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.lead {
    font-weight: 350;
}

.nav-pills .nav-link {
    color: #FFF;
    font-size: 1.1rem;
    font-weight: 500;
}
.nav-pills .nav-link.active {
    background: #212529;
}
.section-pad {
    padding: 4rem 0;
}
.section-pad-lg {
    padding: 5rem 0;
}
.section-pad-sm {
    padding: 2.5rem 0;
}
.section-pad-none {
    padding: 0 0;
}


.desktop-nav {
    display: block;
}

.mobile-menu-toggle,
.mobile-menu,
.mobile-menu-backdrop {
    display: none;
}

@media (max-width: 991.98px) {
    .desktop-nav {
        display: none;
    }

    .mobile-menu-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid rgba(255,255,255,.35);
        background: transparent;
    }
    .mobile-menu__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .mobile-menu__brand {
        display: inline-flex;
        align-items: center;
    }

    .mobile-menu__brand img {
        display: block;
        width: 163px;
        height: auto;
    }

    .mobile-menu__close {
        flex-shrink: 0;
    }
    .mobile-menu-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        margin: 0 auto;
        background: #fff;
    }

    .mobile-menu-backdrop {
        position: fixed;
        inset: 0;
        display: block;
        background: rgba(0,0,0,.5);
        z-index: 1040;
    }

    .mobile-menu {
        position: fixed;
        inset: 0;
        display: block;
        background: #000;
        color: #fff;
        z-index: 1050;
        transform: translateX(-100%);
        transition: transform .28s ease;
        overflow-y: auto;
    }

    .mobile-menu.is-open {
        transform: translateX(0);
    }

    .mobile-menu__inner {
        min-height: 100%;
        padding: 1.25rem;
    }

    .mobile-menu__close {
        display: block;
        margin-left: auto;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 2rem;
        line-height: 1;
    }

    .mobile-menu__list,
    .mobile-submenu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-menu__list {
        border-top: 1px solid rgba(255,255,255,.2);
    }

    .mobile-menu__list > li {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

    .mobile-menu a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 1.25rem;
        font-weight: 500;
        padding: 1rem 0;
    }

    .mobile-menu__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    .mobile-menu__row > a {
        flex: 1;
    }

    .mobile-submenu-toggle {
        width: 44px;
        height: 44px;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 1.75rem;
        line-height: 1;
    }

    .mobile-submenu {
        padding: 0 0 .75rem 1rem;
    }

    .mobile-submenu a {
        font-size: 1rem;
        font-weight: 400;
        padding: .45rem 0;
        color: rgba(255,255,255,.82);
    }

    body.mobile-menu-open {
        overflow: hidden;
    }
}


.card {
    padding: 1.5rem;
    border: 1px solid transparent;
    border-radius: 1rem;
    background: 
        linear-gradient(white, white) padding-box, /* Inner background */
        linear-gradient(to right, #260d6c, #6334ed) border-box; /* Border gradient */
}

section.bg-black .card {
    color: #FFF;
    padding: 1.5rem;
    border: 1px solid #412a82;
    border-radius: 1rem;
    background: linear-gradient(135deg, #1d1847 0.000%, #260d6c 100.000%);
}


.hero {
    padding: 3rem;
    text-shadow: 2px 3px 5px rgba(0,0,0,0.25);
}
.hero .kicker {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.hero .headline {
    font-size: 4.25rem;
    font-weight: 900;
    line-height: 4.4rem;
    margin-bottom: 1rem;
}

.page-expressionengine-developer .hero .headline {
    font-size: 3.3rem;
    line-height: 3.5rem;
}

.page-expressionengine-upgrade .hero .headline {
    font-size: 2.8rem;
    line-height: 3.0rem;
}
.page-wordpress-developer .hero .headline {
    font-size: 3.4rem;
    line-height: 3.6rem;
}
.page-about-us .hero .headline {
    font-size: 3.2rem;
    line-height: 3.4rem;
}


.hero .lead {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.hero .img {
    text-align: center;
}
.hero .img svg {
    max-width: 200px;
    padding: 1.2rem;
    background-color: #000;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.hero .img i {
    font-size: 7rem;
    padding: 2rem;
    color: #FFF;
    background-color: #000;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.hero--home {
    overflow-x: clip;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 5rem;
    background-color: #000;
    color: #FFF;
}

.hero--home > .container {
    position: relative;
    z-index: 2;
}

.hero--about-animated {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background-color: #000;
}

.hero--about-animated .hero-bg-motion {
    position: absolute;
    top: -8%;
    bottom: -8%;
    left: 0;
    right: 0;
    z-index: -1;

    background-image: url(/assets/img/shape1i-cropped.jpg);
    background-position: left -170px top -450px;
    background-size: 2650px;
    background-repeat: no-repeat;

    transform-origin: center center;
    will-change: transform;
    pointer-events: none;
}

.hero-bg-motion--about-drift {
    animation: aboutHeroDrift 18s ease-in-out infinite alternate;
}

@keyframes aboutHeroDrift {
    from {
        transform: scale(1.02) translate3d(-2%, -1%, 0);
    }

    to {
        transform: scale(1.12) translate3d(2%, 2%, 0);
    }
}

@media (max-width: 767.98px) {

    .hero--about-animated .hero-bg-motion {
        background-position: center top -260px;
    }

}




.hero-bg-motion {
    position: absolute;
    top: -8%;
    bottom: -8%;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url(/assets/img/shape1i.jpg);
    background-position: center top -450px;
    background-size: 2250px;
    background-repeat: no-repeat;
    transform-origin: center center;
    will-change: transform;
    pointer-events: none;
}




.hero-bg-motion--zoom {
    animation: heroBgZoom 18s ease-in-out infinite alternate;
}
@keyframes heroBgZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.08);
    }
}

.hero-bg-motion--pan-x {
    animation: heroBgPanX 20s ease-in-out infinite alternate;
}
@keyframes heroBgPanX {
    from {
        transform: scale(1.06) translateX(-2%);
    }
    to {
        transform: scale(1.06) translateX(2%);
    }
}


.hero-bg-motion--pan-y {
    animation: heroBgPanY 20s ease-in-out infinite alternate;
}

@keyframes heroBgPanY {
    from {
        transform: scale(1.06) translateY(-2%);
    }
    to {
        transform: scale(1.06) translateY(2%);
    }
}

.hero-bg-motion--drift {
    animation: heroBgDrift 18s ease-in-out infinite alternate;
}
@keyframes heroBgDrift {
    from {
        transform: scale(1.05) translate3d(-3%, -2%, 0);
    }
    to {
        transform: scale(1.15) translate3d(3%, 2%, 0);
    }
}



@media (prefers-reduced-motion: reduce) {
    .hero-bg-motion {
        animation: none !important;
        transform: scale(1.04);
    }
}






.hero--landing {
    padding: 5rem;
    background-image: url(/assets/img/shape5.jpg);
    background-position: center top -1900px, left calc(50% - 500px) bottom -1500px;
    background-size: 4400px, 4400px;
    background-repeat: no-repeat, no-repeat;
    color: #FFF;
    background-color: #000
}

.hero--interior {
    padding: 2.5rem;
    background-image: url(/assets/img/shape1i.png);
    /* Adjust top offset for many options */
    background-position: center top -770px, left calc(50% - 470px) bottom -1540px;
    background-size: 3025px, 3025px;
    background-repeat: no-repeat, no-repeat;
    color: #FFF;
    background-color: #000
}


.cta {
    background: #000 url(/assets/img/shape6alt.jpg) scroll no-repeat 50% / cover;
}
.cta--panel {
    border: 1px solid transparent;
    border-radius: 1rem;
    padding: 1.5rem;
    background-color: rgba(0, 0, 0, 0.65);
    color: #FFF;
}

.cta--panel a.btn-outline-light {
    background-color: rgba(0, 0, 0, 0.35);
}
.cta--panel a.btn-outline-light:hover {
    background-color: rgba(0, 0, 0, 0.45);
    color: #CCC;
}



.image {
    min-height: 240px;
    background:
        linear-gradient(135deg, #e9ecef 25%, transparent 25%) -20px 0/40px 40px,
        linear-gradient(225deg, #e9ecef 25%, transparent 25%) -20px 0/40px 40px,
        linear-gradient(315deg, #e9ecef 25%, transparent 25%) 0px 0/40px 40px,
        linear-gradient(45deg, #e9ecef 25%, #f8f9fa 25%) 0px 0/40px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--muted);
    font-size: .875rem;
}
.logo {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    font-weight: 600;
}
.kicker {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .8rem;
    margin-bottom: .75rem;
}

.text-intro {
    font-size: 1.2rem;
}

.list-tight li + li {
    margin-top: .5rem;
}
.bg-primary {
    color: #FFF;
}
.bg-black {
    color: #FFF;
}
.bg-gradient-purple {
    color: #FFF;
    background: linear-gradient(265deg, #260d6c 32.22%, #a812dd 140%);
}
.bg-gradient-blue {
    color: #FFF;
    background: linear-gradient(265deg, #260d6c 32.22%, #6334ed 140%);
}

.bg-gradient-vibe {
    color: #FFF;
    background: linear-gradient(135deg, #b721ff 0.000%, #2e7ec9 50.000%, #086dcc 100.000%);
}


.footer-links li + li {
    margin-top: .5rem;
}
.eyebrow-list {
    column-count: 2;
    column-gap: 2rem;
}
.eyebrow-list li {
    break-inside: avoid;
    margin-bottom: .5rem;
}
@media (max-width: 767.98px) {
    .hero {
        padding: 2rem;
    }
    .eyebrow-list {
        column-count: 1;
    }
}


.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    padding: .5rem 0;
    margin: 0;
    background: #fff;
    border: 1px solid #222;
    z-index: 1000;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu,
    .dropdown:focus-within .dropdown-menu {
        display: block;
    }
}

.dropdown-menu .dropdown-item {
    display: block;
    padding: .375rem .75rem;
    color: var(--text);
    text-decoration: none;
    white-space: nowrap;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background: var(--bg);
    color: var(--text);
}





.service-list-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-list-column li {
    padding: .75rem 0;
    border-top: 1px solid rgba(255,255,255,.35);
}

.service-list-column li:last-child {
    border-bottom: 1px solid rgba(255,255,255,.35);
}

.service-link-list a {
    position: relative;
    display: block;
    padding: 0.25rem 0 0.25rem 1.25rem;
    color: inherit;
    text-decoration: none;
    transition: padding-left 0.2s ease;
}

.service-link-list a::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.2s ease;
}

.service-link-list a:hover {
    padding-left: 0;
}

.service-link-list a:hover::before {
    opacity: 0;
}

.service-link-list a:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.section--media {
    text-align: center;
}


@media (max-width: 767.98px) {
    .service-list-column:first-child li:last-child,
    .service-list-column:nth-child(2) li:last-child {
        border-bottom: 0;
    }
}





.logo-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.logo-marquee-track {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
    animation: pedrera-logo-scroll 100s linear infinite;
    will-change: transform;
}

.logo-marquee-item {
    flex: 0 0 auto;
}

.logo-marquee .wire-logo {
    min-width: 220px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.25rem;
    text-align: center;
    white-space: normal;
}

.logo-marquee:hover .logo-marquee-track {
    animation-play-state: paused;
}
.logo-img {
    max-height: 180px;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    filter: grayscale(100%);
}

.logo-img:hover {
    opacity: 1;
    filter: grayscale(0%);
}


.no-wrap {
  white-space: nowrap;
}

ul.spaced_out li {
    margin-bottom: .5rem;
}



@keyframes pedrera-logo-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 0.5rem));
    }
}

@media (max-width: 991.98px) {
    .logo-marquee .wire-logo {
        min-width: 180px;
        min-height: 80px;
    }

    .logo-marquee-track {
        animation-duration: 36s;
    }
}
