.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-e404cb4 *//* =========================================================
   LAS VEGAS CAR CRASH ATTORNEYS
   FULL-BLEED PREMIUM FOOTER
   Elementor Full-Width Override
========================================================= */


/* =========================================================
   ELEMENTOR FULL-WIDTH / FULL-BLEED FIX
========================================================= */

.lvcca-footer {
    --black: #070707;
    --black-soft: #0d0d0d;
    --black-card: #121212;

    --red: #a4161d;
    --red-dark: #7d1016;
    --red-bright: #c21f27;

    --gold: #c59a4a;
    --gold-light: #dfbb73;

    --white: #ffffff;
    --text: #c5c5c5;
    --muted: #777777;
    --border: rgba(255,255,255,0.10);

    /* FULL VIEWPORT BREAKOUT */
    position: relative !important;

    width: 100vw !important;
    max-width: none !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    padding: 0 !important;

    overflow: hidden;

    background: var(--black);

    color: var(--text);

    font-family: "Montserrat", Arial, sans-serif;

    box-sizing: border-box;
}


/* Everything inside footer uses border-box */

.lvcca-footer *,
.lvcca-footer *::before,
.lvcca-footer *::after {
    box-sizing: border-box;
}


/* =========================================================
   TOP RED / GOLD ACCENT
========================================================= */

.lvcca-footer-accent {
    display: flex;

    width: 100% !important;
    max-width: none !important;

    height: 6px;

    margin: 0;
    padding: 0;
}


.lvcca-accent-red {
    display: block;

    width: 74%;
    height: 100%;

    background: var(--red);
}


.lvcca-accent-gold {
    display: block;

    width: 26%;
    height: 100%;

    background: var(--gold);
}


/* =========================================================
   INTERNAL CONTENT WIDTH
   Footer backgrounds = full screen
   Content = centered
========================================================= */

.lvcca-footer-shell {
    position: relative;

    width: calc(100% - 80px) !important;
    max-width: 1440px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 0;
    padding-right: 0;
}


/* =========================================================
   MAIN FOOTER
========================================================= */

.lvcca-footer-main {
    position: relative;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;

    padding: 90px 0 80px;

    background:
        radial-gradient(
            circle at 4% 8%,
            rgba(164,22,29,0.18),
            transparent 31%
        ),
        radial-gradient(
            circle at 94% 82%,
            rgba(197,154,74,0.055),
            transparent 27%
        ),
        linear-gradient(
            135deg,
            #090909 0%,
            #0c0c0c 52%,
            #070707 100%
        );

    overflow: hidden;
}


/* architectural gold line */

.lvcca-footer-main::before {
    content: "";

    position: absolute;

    top: 0;
    right: 32%;

    width: 1px;
    height: 100%;

    background:
        linear-gradient(
            to bottom,
            transparent,
            rgba(197,154,74,0.15),
            transparent
        );

    pointer-events: none;
}


/* subtle VEGAS background */

.lvcca-footer-main::after {
    content: "VEGAS";

    position: absolute;

    right: -35px;
    bottom: -65px;

    color: rgba(255,255,255,0.018);

    font-size: clamp(140px, 15vw, 270px);
    line-height: 0.8;

    font-weight: 900;

    letter-spacing: -0.08em;

    pointer-events: none;
    user-select: none;
}


/* =========================================================
   THREE COLUMN LAYOUT
========================================================= */

.lvcca-footer-main > .lvcca-footer-shell {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(340px, 1.05fr)
        minmax(240px, 0.68fr)
        minmax(400px, 1.22fr);

    gap: clamp(45px, 5.5vw, 90px);

    align-items: start;
}


/* =========================================================
   BRAND COLUMN
========================================================= */

.lvcca-footer-brand {
    position: relative;

    min-width: 0;
}


.lvcca-footer-kicker {
    margin: 0 0 22px;

    color: var(--gold);

    font-size: 10px;
    line-height: 1.4;

    font-weight: 800;

    letter-spacing: 0.22em;

    text-transform: uppercase;
}


/* =========================================================
   LOGO
========================================================= */

.lvcca-footer-logo {
    display: block;

    width: 100%;
    max-width: 440px;

    margin: 0 0 30px;

    text-decoration: none;
}


.lvcca-footer-logo img {
    display: block;

    width: 100%;
    max-width: 440px;

    height: auto;

    margin: 0;

    object-fit: contain;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}


.lvcca-footer-logo:hover img {
    opacity: 0.94;

    transform: translateY(-2px);
}


/* old text logo */

.lvcca-footer-title {
    display: none !important;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.lvcca-footer-intro {
    width: 100%;
    max-width: 520px;

    margin: 0 0 37px;

    color: #b8b8b8;

    font-size: 14px;
    line-height: 1.85;

    font-weight: 400;
}


/* =========================================================
   PHONE CTA
========================================================= */

.lvcca-footer-call-label {
    margin: 0 0 11px;

    color: var(--gold-light);

    font-size: 9px;
    line-height: 1.4;

    font-weight: 800;

    letter-spacing: 0.20em;

    text-transform: uppercase;
}


.lvcca-footer-phone {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    color: var(--white);

    text-decoration: none;

    font-size: clamp(28px, 2.6vw, 42px);
    line-height: 1;

    font-weight: 800;

    letter-spacing: -0.045em;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


.lvcca-footer-phone:hover {
    color: var(--gold-light);

    transform: translateX(4px);
}


.lvcca-phone-icon {
    color: var(--red-bright);

    font-size: 0.68em;
    line-height: 1;
}


.lvcca-footer-phone-digits {
    margin: 10px 0 0 2px;

    color: var(--muted);

    font-size: 11px;
    line-height: 1.4;

    letter-spacing: 0.15em;
}


/* =========================================================
   OFFICE COLUMN
========================================================= */

.lvcca-footer-office {
    min-width: 0;

    padding-top: 4px;
}


.lvcca-footer-office h3,
.lvcca-footer-map-column h3 {
    margin: 0;

    color: var(--white);

    font-size: 21px;
    line-height: 1.25;

    font-weight: 700;

    letter-spacing: -0.025em;
}


.lvcca-footer-rule {
    width: 46px;
    height: 3px;

    margin: 17px 0 30px;

    background:
        linear-gradient(
            90deg,
            var(--red) 0%,
            var(--red) 72%,
            var(--gold) 72%,
            var(--gold) 100%
        );
}


/* =========================================================
   OFFICE DETAILS
========================================================= */

.lvcca-office-item {
    margin: 0 0 25px;
}


.lvcca-office-label {
    display: block;

    margin: 0 0 7px;

    color: var(--gold);

    font-size: 9px;
    line-height: 1.3;

    font-weight: 800;

    letter-spacing: 0.21em;

    text-transform: uppercase;
}


.lvcca-office-item p {
    margin: 0;

    color: #c5c5c5;

    font-size: 13px;
    line-height: 1.75;
}


.lvcca-office-item a {
    color: var(--white);

    font-weight: 700;

    text-decoration: none;

    transition: color 0.2s ease;
}


.lvcca-office-item a:hover {
    color: var(--gold);
}


/* =========================================================
   CONSULTATION BUTTON
========================================================= */

.lvcca-footer-button {
    display: inline-flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    min-height: 52px;

    margin: 6px 0 0;

    padding: 0 21px;

    border: 1px solid rgba(197,154,74,0.55);

    background: transparent;

    color: var(--white);

    text-decoration: none;
    text-transform: uppercase;

    font-size: 9px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 0.13em;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}


.lvcca-footer-button span:last-child {
    color: var(--gold);

    font-size: 18px;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


.lvcca-footer-button:hover {
    background: var(--gold);

    border-color: var(--gold);

    color: #070707;
}


.lvcca-footer-button:hover span:last-child {
    color: #070707;

    transform: translateX(4px);
}


/* =========================================================
   MAP COLUMN
========================================================= */

.lvcca-footer-map-column {
    position: relative;

    min-width: 0;
}


.lvcca-map-heading {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 25px;

    margin: 0 0 18px;
}


.lvcca-map-eyebrow {
    display: block;

    margin: 0 0 7px;

    color: var(--gold);

    font-size: 9px;
    line-height: 1.3;

    font-weight: 800;

    letter-spacing: 0.20em;

    text-transform: uppercase;
}


.lvcca-map-marker {
    color: var(--red-bright);

    font-size: 23px;
    line-height: 1;
}


/* =========================================================
   GOOGLE MAP
========================================================= */

.lvcca-map-wrap {
    position: relative;

    width: 100%;

    min-height: 320px;

    overflow: hidden;

    background: #161616;

    border: 1px solid rgba(255,255,255,0.11);

    box-shadow:
        0 20px 50px rgba(0,0,0,0.25);
}


.lvcca-map-wrap::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 2;

    border: 1px solid rgba(197,154,74,0.08);

    pointer-events: none;
}


.lvcca-map-wrap::after {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 2;

    box-shadow:
        inset 0 0 75px rgba(0,0,0,0.18);

    pointer-events: none;
}


.lvcca-map-wrap iframe {
    display: block;

    width: 100% !important;
    max-width: none !important;

    height: 320px;

    margin: 0;

    border: 0;

    filter:
        grayscale(100%)
        contrast(106%)
        brightness(78%);
}


/* =========================================================
   MAP LOCATION BADGE
========================================================= */

.lvcca-map-overlay {
    position: absolute;

    left: 18px;
    bottom: 18px;

    z-index: 5;

    min-width: 135px;

    padding: 12px 15px;

    background: rgba(5,5,5,0.92);

    border-left: 3px solid var(--red);

    box-shadow:
        0 10px 30px rgba(0,0,0,0.25);

    backdrop-filter: blur(8px);
}


.lvcca-map-overlay span {
    display: block;

    color: var(--gold);

    font-size: 8px;
    line-height: 1.3;

    font-weight: 800;

    letter-spacing: 0.23em;
}


.lvcca-map-overlay strong {
    display: block;

    margin-top: 3px;

    color: var(--white);

    font-size: 15px;
    line-height: 1.2;

    font-weight: 800;

    letter-spacing: 0.08em;
}


/* =========================================================
   ATTORNEY MANAGEMENT STRIP
   ALSO FULL SCREEN
========================================================= */

.lvcca-footer-attorney {
    position: relative;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;

    background: #0d0d0d;

    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}


.lvcca-attorney-inner {
    display: flex;

    align-items: center;

    gap: 24px;

    padding-top: 30px;
    padding-bottom: 30px;
}


.lvcca-attorney-mark {
    flex: 0 0 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    border: 1px solid var(--gold);

    color: var(--gold);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 20px;
    line-height: 1;

    font-weight: 600;
}


.lvcca-attorney-copy {
    width: 100%;
    max-width: 1100px;
}


.lvcca-attorney-title {
    display: block;

    margin: 0 0 7px;

    color: var(--white);

    font-size: 9px;
    line-height: 1.3;

    font-weight: 800;

    letter-spacing: 0.20em;

    text-transform: uppercase;
}


.lvcca-attorney-copy p {
    margin: 0;

    color: #8d8d8d;

    font-size: 10.5px;
    line-height: 1.7;
}


.lvcca-attorney-copy strong {
    color: #c6c6c6;

    font-weight: 700;
}


/* =========================================================
   BOTTOM FOOTER
   FULL SCREEN
========================================================= */

.lvcca-footer-bottom {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;

    padding: 34px 0 28px;

    background: #070707;
}


/* =========================================================
   NAVIGATION
========================================================= */

.lvcca-footer-nav {
    display: flex;

    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 8px 35px;

    width: 100%;
}


.lvcca-footer-nav a {
    position: relative;

    padding: 7px 0;

    color: #d6d6d6;

    text-decoration: none;
    text-transform: uppercase;

    font-size: 10px;
    line-height: 1.3;

    font-weight: 700;

    letter-spacing: 0.09em;

    transition: color 0.25s ease;
}


.lvcca-footer-nav a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 1px;

    width: 0;
    height: 1px;

    background: var(--red-bright);

    transition: width 0.25s ease;
}


.lvcca-footer-nav a:hover {
    color: var(--gold-light);
}


.lvcca-footer-nav a:hover::after {
    width: 100%;
}


/* =========================================================
   BOTTOM DIVIDER
========================================================= */

.lvcca-footer-bottom-rule {
    width: 100%;
    height: 1px;

    margin: 25px 0 21px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.11),
            transparent
        );
}


/* =========================================================
   COPYRIGHT / LEGAL
========================================================= */

.lvcca-footer-legal-row {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    width: 100%;

    color: #686868;

    font-size: 9.5px;
    line-height: 1.6;
}


.lvcca-copyright {
    color: #707070;
}


.lvcca-footer-legal-links {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 11px;
}


.lvcca-footer-legal-links a {
    color: #777777;

    text-decoration: none;

    transition: color 0.2s ease;
}


.lvcca-footer-legal-links a:hover {
    color: var(--gold);
}


.lvcca-footer-legal-links span {
    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: var(--red);
}


/* =========================================================
   RAEHAUS MEDIA CREDIT
   ABSOLUTE BOTTOM / FULL SCREEN
========================================================= */

.lvcca-raehaus-credit {
    display: block;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;

    padding: 15px 20px 17px;

    background: #040404;

    border-top: 1px solid rgba(255,255,255,0.055);

    color: #555555;

    text-align: center;

    font-size: 9px;
    line-height: 1.5;

    font-weight: 500;

    letter-spacing: 0.08em;
}


.lvcca-raehaus-credit strong {
    color: var(--gold);

    font-weight: 700;
}


/* =========================================================
   ELEMENTOR OVERRIDES
========================================================= */

/*
   Prevent Elementor's HTML widget from limiting the footer.
*/

.elementor-widget-html:has(.lvcca-footer),
.elementor-widget-html:has(.lvcca-footer) > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


/*
   Prevent common Elementor container constraints
   immediately surrounding this footer.
*/

.e-con:has(> .elementor-element .lvcca-footer) {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;

    padding: 0 !important;
}


/* =========================================================
   LARGE SCREENS
========================================================= */

@media (min-width: 1600px) {

    .lvcca-footer-shell {
        max-width: 1480px !important;
    }


    .lvcca-footer-main {
        padding-top: 100px;
        padding-bottom: 88px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .lvcca-footer-shell {
        width: calc(100% - 60px) !important;
    }


    .lvcca-footer-main > .lvcca-footer-shell {
        grid-template-columns: 1fr 1fr;

        gap: 55px;
    }


    .lvcca-footer-map-column {
        grid-column: 1 / -1;
    }


    .lvcca-map-wrap {
        min-height: 350px;
    }


    .lvcca-map-wrap iframe {
        height: 350px;
    }


    .lvcca-footer-logo,
    .lvcca-footer-logo img {
        max-width: 390px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .lvcca-footer {
        width: 100vw !important;

        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
    }


    .lvcca-footer-shell {
        width: calc(100% - 36px) !important;

        max-width: none !important;
    }


    .lvcca-footer-main {
        padding: 62px 0 50px;
    }


    .lvcca-footer-main > .lvcca-footer-shell {
        grid-template-columns: 1fr;

        gap: 48px;
    }


    .lvcca-footer-main::before,
    .lvcca-footer-main::after {
        display: none;
    }


    /* BRAND */

    .lvcca-footer-brand {
        text-align: center;
    }


    .lvcca-footer-logo {
        display: block;

        width: 100%;
        max-width: 360px;

        margin-left: auto;
        margin-right: auto;
        margin-bottom: 27px;
    }


    .lvcca-footer-logo img {
        width: 100%;
        max-width: 360px;

        margin: 0 auto;
    }


    .lvcca-footer-intro {
        max-width: 500px;

        margin-left: auto;
        margin-right: auto;
    }


    .lvcca-footer-phone {
        justify-content: center;
    }


    /* OFFICE */

    .lvcca-footer-office {
        text-align: center;
    }


    .lvcca-footer-rule {
        margin-left: auto;
        margin-right: auto;
    }


    .lvcca-footer-button {
        width: 100%;
        max-width: 345px;

        margin-left: auto;
        margin-right: auto;
    }


    /* MAP */

    .lvcca-map-heading {
        align-items: center;
    }


    .lvcca-map-wrap {
        min-height: 280px;
    }


    .lvcca-map-wrap iframe {
        height: 280px;
    }


    /* ATTORNEY */

    .lvcca-attorney-inner {
        flex-direction: column;

        text-align: center;

        padding-top: 30px;
        padding-bottom: 30px;
    }


    .lvcca-attorney-copy p {
        font-size: 10px;
    }


    /* NAVIGATION */

    .lvcca-footer-nav {
        flex-direction: column;

        gap: 5px;
    }


    .lvcca-footer-nav a {
        font-size: 10px;
    }


    /* COPYRIGHT */

    .lvcca-footer-legal-row {
        flex-direction: column;

        justify-content: center;

        gap: 13px;

        text-align: center;
    }


    .lvcca-footer-legal-links {
        justify-content: center;
    }


    /* RAEHAUS */

    .lvcca-raehaus-credit {
        padding: 14px 18px 16px;

        font-size: 8.5px;
    }

}


/* =========================================================
   SMALL PHONES
========================================================= */

@media (max-width: 420px) {

    .lvcca-footer-shell {
        width: calc(100% - 30px) !important;
    }


    .lvcca-footer-logo,
    .lvcca-footer-logo img {
        max-width: 310px;
    }


    .lvcca-footer-phone {
        font-size: 27px;
    }


    .lvcca-footer-kicker,
    .lvcca-footer-call-label {
        letter-spacing: 0.14em;
    }


    .lvcca-map-overlay {
        left: 12px;
        bottom: 12px;
    }

}/* End custom CSS */