.elementor-44 .elementor-element.elementor-element-06e4873{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d446d6a */<style>
/* =========================================================
   LOCK LUXE LOCKSMITH — FULL CSS
   ========================================================= */

.ll-page {
    --blue: #2f659e;
    --blue-dark: #214f7d;
    --blue-light: #edf4fb;
    --black: #111111;
    --grey: #666b70;
    --light-grey: #f5f6f7;
    --border: #e4e6e8;
    --white: #ffffff;

    width: 100vw !important;
    max-width: 100vw !important;

    position: relative;
    left: 50%;

    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    padding: 0 !important;

    font-family: Arial, Helvetica, sans-serif;
    color: var(--black);
}

.ll-page * {
    box-sizing: border-box;
}

.ll-page h1,
.ll-page h2,
.ll-page h3,
.ll-page p {
    margin-top: 0;
}

.ll-page p {
    line-height: 1.7;
}

.ll-container {
    width: min(1200px, 88%);
    margin: 0 auto;
}


/* =========================================================
   WORDPRESS / GUTENBERG FULL WIDTH + WHITE GAP FIX
   ========================================================= */

html,
body {
    margin: 0 !important;
    padding: 0 !important;
}

main,
.site-main,
#primary,
.content-area,
.entry-content,
.wp-site-blocks,
.wp-block-post-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.wp-block-html:has(.ll-page) {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

.entry-content:has(.ll-page),
.site-main:has(.ll-page),
.wp-block-post-content:has(.ll-page) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.entry-content > .wp-block-html:has(.ll-page),
.wp-block-post-content > .wp-block-html:has(.ll-page) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

.entry-content > *:first-child,
.wp-block-post-content > *:first-child {
    margin-top: 0 !important;
}

.ll-page,
.ll-hero {
    margin-top: 0 !important;
}


/* last resort for tiny theme gap */

.ll-page {
    transform: translateY(-10px);
    margin-bottom: -10px !important;
}


/* =========================================================
   HERO
   ========================================================= */

.ll-hero {
    min-height: 680px;

    display: flex;
    align-items: center;

    background-image:
        linear-gradient(
            90deg,
            rgba(0,0,0,.76) 0%,
            rgba(0,0,0,.55) 37%,
            rgba(0,0,0,.22) 67%,
            rgba(0,0,0,.05) 100%
        ),
        url('https://lockluxelocksmith.com/wp-content/uploads/2026/09/locksmith-fulham-london.jpg-scaled.webp');

    background-size: cover;
    background-position: center;
}

.ll-hero-content {
    width: 100%;
    max-width: 760px;
    padding: 105px 0;
}

.ll-kicker {
    display: flex;
    align-items: center;
    gap: 12px;

    color: white;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2.2px;
    text-transform: uppercase;

    margin-bottom: 22px;
}

.ll-kicker::before {
    content: "";

    width: 36px;
    height: 2px;

    background: var(--blue);
}

.ll-hero h1 {
    color: white;

    font-size: clamp(46px, 5vw, 72px);

    line-height: 1.04;
    letter-spacing: -2px;

    margin-bottom: 25px;
}

.ll-hero p {
    color: rgba(255,255,255,.92);

    max-width: 650px;

    font-size: 19px;

    margin-bottom: 34px;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.ll-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ll-btn {
    min-height: 56px;
    padding: 0 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 15px;
    font-weight: 700;

    text-decoration: none !important;

    transition: .2s ease;
}

.ll-btn:hover {
    transform: translateY(-2px);
}

.ll-btn-primary {
    background: var(--blue);
    color: white !important;
}

.ll-btn-primary:hover {
    background: var(--blue-dark);
}

.ll-btn-white {
    background: white;
    color: var(--black) !important;
}

.ll-btn-white:hover {
    background: #f2f2f2;
}

.ll-btn-outline-white {
    background: transparent;

    color: white !important;

    border: 1px solid rgba(255,255,255,.75);
}

.ll-btn-outline-white:hover {
    background: white;

    color: var(--black) !important;
}

.ll-btn-outline {
    background: white;

    color: var(--black) !important;

    border: 1px solid #cfd3d7;
}

.ll-btn-outline:hover {
    border-color: var(--black);
}


/* =========================================================
   TRUST STRIP
   ========================================================= */

.ll-trust {
    background: white;

    border-bottom: 1px solid var(--border);
}

.ll-trust-grid {
    min-height: 100px;

    display: grid;

    grid-template-columns: repeat(4, 1fr);
}

.ll-trust-item {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    padding: 25px;

    border-right: 1px solid var(--border);
}

.ll-trust-item:first-child {
    border-left: 1px solid var(--border);
}

.ll-trust-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--blue-light);

    color: var(--blue);

    border-radius: 50%;

    font-weight: 800;
}

.ll-trust-copy strong {
    display: block;

    color: var(--black);

    font-size: 15px;

    margin-bottom: 3px;
}

.ll-trust-copy span {
    color: var(--grey);

    font-size: 13px;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.ll-eyebrow {
    color: var(--blue);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2px;
    text-transform: uppercase;

    margin-bottom: 16px;
}

.ll-heading {
    color: var(--black);

    font-size: clamp(36px, 4vw, 52px);

    line-height: 1.1;
    letter-spacing: -1.5px;

    margin-bottom: 22px;
}


/* =========================================================
   INTRO
   ========================================================= */

.ll-intro {
    background: white;

    padding: 120px 0;
}

.ll-intro-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 85px;

    align-items: center !important;
}

.ll-intro-image {
    width: 100% !important;

    height: 800px !important;

    overflow: hidden !important;
}

.ll-intro-image img {
    width: 100% !important;

    height: 100% !important;

    min-height: 800px !important;
    max-height: none !important;

    display: block !important;

    object-fit: cover !important;

    /* keeps logo/sign visible */
    object-position: center top !important;
}

.ll-intro-content p {
    color: var(--grey);

    font-size: 17px;

    margin-bottom: 18px;
}

.ll-intro-content .ll-buttons {
    margin-top: 30px;
}


/* =========================================================
   SERVICES
   ========================================================= */

.ll-services {
    background: var(--light-grey);

    padding: 120px 0;
}

.ll-services-top {
    display: flex;

    justify-content: space-between;
    align-items: flex-end;

    gap: 60px;

    margin-bottom: 55px;
}

.ll-services-heading {
    max-width: 650px;
}

.ll-services-top > p {
    max-width: 440px;

    color: var(--grey);

    font-size: 16px;
}

.ll-services-grid {
    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 24px;
}

.ll-service-card {
    background: white;

    border: 1px solid var(--border);

    overflow: hidden;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.ll-service-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

.ll-service-image {
    height: 310px;

    overflow: hidden;
}

.ll-service-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform .5s ease;
}

.ll-service-card:hover img {
    transform: scale(1.025);
}

.ll-service-body {
    padding: 32px;
}

.ll-service-number {
    color: var(--blue);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.5px;

    margin-bottom: 15px;
}

.ll-service-body h3 {
    color: var(--black);

    font-size: 24px;

    line-height: 1.2;

    margin-bottom: 12px;
}

.ll-service-body p {
    color: var(--grey);

    font-size: 15px;

    margin-bottom: 20px;
}

.ll-service-link {
    color: var(--black) !important;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none !important;
}

.ll-service-link span {
    color: var(--blue);
}


/* =========================================================
   WHY LOCK LUXE
   ========================================================= */

.ll-why {
    background: white;

    padding: 120px 0;
}

.ll-why-grid {
    display: grid;

    grid-template-columns: .9fr 1.1fr;

    gap: 90px;

    align-items: center;
}

.ll-why-image img {
    width: 100%;
    height: 580px;

    display: block;

    object-fit: cover;
}

.ll-why-content > p {
    color: var(--grey);

    font-size: 17px;

    margin-bottom: 35px;
}

.ll-feature {
    display: grid;

    grid-template-columns: 48px 1fr;

    gap: 17px;

    padding: 20px 0;

    border-top: 1px solid var(--border);
}

.ll-feature:last-child {
    border-bottom: 1px solid var(--border);
}

.ll-feature-number {
    color: var(--blue);

    font-size: 13px;
    font-weight: 800;
}

.ll-feature strong {
    display: block;

    color: var(--black);

    font-size: 17px;

    margin-bottom: 5px;
}

.ll-feature span {
    color: var(--grey);

    font-size: 14px;
}


/* =========================================================
   AREAS
   ========================================================= */

.ll-areas {
    background: var(--light-grey);

    padding: 120px 0;
}

.ll-areas-inner {
    display: grid;

    grid-template-columns: 1.05fr .95fr;

    gap: 90px;

    align-items: center;
}

.ll-areas-copy > p {
    color: var(--grey);

    font-size: 17px;

    max-width: 650px;

    margin-bottom: 18px;
}

.ll-areas-copy .ll-buttons {
    margin-top: 30px;
}

.ll-area-list {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 14px;
}

.ll-area-main {
    background: white;

    border: 1px solid var(--border);

    padding: 34px;
}

.ll-area-main span {
    display: block;

    color: var(--blue);

    font-size: 11px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 1.5px;

    margin-bottom: 15px;
}

.ll-area-main strong {
    display: block;

    color: var(--black);

    font-size: 48px;

    line-height: 1;

    margin-bottom: 10px;
}

.ll-area-main small {
    color: var(--grey);
}

.ll-area-wide {
    grid-column: 1 / -1;

    background: var(--blue);

    color: white;

    padding: 30px 34px;
}

.ll-area-wide strong {
    display: block;

    color: white;

    font-size: 21px;

    margin-bottom: 6px;
}

.ll-area-wide span {
    color: rgba(255,255,255,.86);

    font-size: 14px;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.ll-final {
    background: var(--blue);

    padding: 90px 0;
}

.ll-final-inner {
    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 60px;
}

.ll-final-copy {
    max-width: 700px;
}

.ll-final .ll-eyebrow {
    color: white;
}

.ll-final h2 {
    color: white;

    font-size: clamp(36px,4vw,52px);

    line-height: 1.08;
    letter-spacing: -1.5px;

    margin-bottom: 15px;
}

.ll-final p {
    color: rgba(255,255,255,.88);

    font-size: 17px;

    margin-bottom: 0;
}

.ll-final-buttons {
    display: flex;

    gap: 10px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 950px) {

    .ll-intro-grid,
    .ll-why-grid,
    .ll-areas-inner {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .ll-services-top {
        display: block;
    }

    .ll-services-top > p {
        max-width: 650px;
    }

    .ll-final-inner {
        display: block;
    }

    .ll-final-buttons {
        margin-top: 30px;
    }

    .ll-intro-image {
        height: 750px !important;
    }

    .ll-intro-image img {
        min-height: 750px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 750px) {

    .ll-container {
        width: 88%;
    }

    .ll-page {
        transform: translateY(-6px);
        margin-bottom: -6px !important;
    }

    .ll-hero {
        min-height: 620px;

        background-position: 60% center;
    }

    .ll-hero h1 {
        font-size: 44px;

        letter-spacing: -1px;
    }

    .ll-hero p {
        font-size: 17px;
    }

    .ll-trust-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ll-trust-item {
        justify-content: flex-start;

        border-bottom: 1px solid var(--border);
    }

    .ll-services-grid {
        grid-template-columns: 1fr;
    }

    .ll-intro,
    .ll-services,
    .ll-why,
    .ll-areas {
        padding: 80px 0;
    }

    .ll-intro-image {
        height: 700px !important;
    }

    .ll-intro-image img {
        height: 100% !important;
        min-height: 700px !important;

        object-position: center top !important;
    }

    .ll-why-image img {
        height: 450px;
    }

    .ll-final {
        padding: 70px 0;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 520px) {

    .ll-buttons,
    .ll-final-buttons {
        flex-direction: column;
    }

    .ll-btn {
        width: 100%;
    }

    .ll-trust-grid {
        grid-template-columns: 1fr;
    }

    .ll-service-image {
        height: 250px;
    }

    .ll-area-list {
        grid-template-columns: 1fr;
    }

    .ll-area-wide {
        grid-column: auto;
    }

    .ll-intro-image {
        height: 620px !important;
    }

    .ll-intro-image img {
        min-height: 620px !important;
    }
}

</style>



/* REMOVE FINAL 1PX WHITE SEAM UNDER HEADER */
.ll-page {
    transform: translateY(-12px) !important;
    margin-bottom: -12px !important;
}

.ll-hero {
    margin-top: -2px !important;
    border-top: 0 !important;
}/* End custom CSS */