.panel-footer {
    --surface-foreground: var(--dark-blue-bg);
    --surface-background: var(--primary-color-900);
    --text: var(--gray-100);

    color: var(--text);
    background-color: var(--surface-foreground);
}

.panel-footer .footer-content-container {
    margin: 0 auto;
    max-width: 1406px;
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    gap: var(--space-6);
    padding: var(--space-6) var(--space-5) 0;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr auto;
        text-align: left;
        padding-top: var(--space-8);
        padding-left: 53px;
    }   
}

@media (min-width: 90em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr 500px;
    }   
}

/* Enews/Vguide CTA */
.panel-footer .enews-vguide-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-self: center;
}

.panel-footer .enews-vguide-container > div:first-child {
    border-right: 1px solid var(--green);
}

@media (min-width: 64em) {
    .panel-footer .enews-vguide-container {
        grid-row: 2;
        grid-column: 2;
        align-items: center;
    }
}

/* Footer Nav */

@media (min-width: 64em) {
    .panel-footer .footer-nav {
        grid-row: 1;
        grid-column: 1 / span 2;
        margin-bottom: var(--space-5);
    }   
}

/* Client Details */

.panel-footer .client-details {
    display: grid;
    grid-auto-rows: min-content;
    gap: var(--space-3);
    place-items: center;
}

.panel-footer .contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 174px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: var(--space-2);
}

.panel-footer .client-details p {
    font-size: var(--text-base);
    line-height: var(--leading-relaxed);
    margin-bottom: unset;
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer .phone {
    font-size: var(--text-base);
    color: var(--white);
    margin-bottom: var(--space-3);
}

.panel-footer .contentRender_name_plugins_collections_template_custom_social_links {

}

@media (min-width: 64em) {
    .panel-footer .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width: 272px;
    }
    .panel-footer .client-details {
        place-items: flex-start;
        align-self: center;
        grid-column: 1;
        grid-row: 2;
        grid-template-columns: 145px 1fr;
    }

    .panel-footer .contentRender_name_plugins_core_textbox {
        grid-row: 2;
        grid-column: 1 / span 2;
    }

    .panel-footer .phone {
        grid-row: 3;
        grid-column: 1;
    }
    .panel-footer .contentRender_name_plugins_collections_template_custom_social_links {
        grid-row: 3;
        grid-column: 2;
    }
}









/* Attributions */

.panel-footer .attribution-content-container {
    margin: 0 auto;
    max-width: 1406px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--space-2) var(--space-5) var(--space-10);
    gap: var(--space-3);
}

.panel-footer .attribution-content-container > div:first-child {
    display: grid;
    gap: var(--space-2);
}

.panel-footer .attribution-content-container p {
    font-size: 0.6875rem;
    line-height: var(--leading-snug);
    margin-bottom: var(--space-1);
}
.panel-footer .attribution-content-container a {
    color: var(--white);
    text-decoration: underline;
}

.panel-footer .made-by-sv {
    display: block;
    width: 128px;
    justify-self: center;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .attribution-content-container .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 260px;
    margin: 0 auto;
    gap: var(--space-5);
}

@media (min-width: 64em) {

    .panel-footer .attribution-content-container > div:first-child {
        gap: var(--space-1);
    }
    .panel-footer .made-by-sv {
        justify-self: self-start;
    }
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 25px;
        padding-left: 53px;
        flex-wrap: wrap;
    }  
    .panel-footer .attribution-content-container .logos {
        flex-direction: row;
        max-width: none;
        justify-content: flex-start;
        margin: unset;
    }
}
@media (min-width: 72em) {
     .panel-footer .attribution-content-container {
    gap: var(--space-20);
     }
}
/* Footer CTA */
.panel-footer .cta-container {
    position: relative;
    background-image: url(https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/houston-redesign/5b6c1a6594444874913395c142859b6d8d4c5ed7_866e37f7-1f53-475d-83f4-f0d06f52584e.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 var(--space-10);
}

.panel-footer .cta-container::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--teal-dark);
    width: 100%;
    height: 100%;
    opacity: 0.9;
    pointer-events: none;
}

.panel-footer .cta-container > div {
    position: relative;
}

.panel-footer .cta-container > div:not(:last-child)::before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
    display: block;
    width: calc(100% - var(--space-10));
    height: 1px;
    background-color: var(--green);
    z-index: 1;
}

.panel-footer .cta-container .footer-cta {
    position: relative;
    display: block;
    text-align: center;
    padding: var(--space-5);
    color: var(--white);
    font-size: var(--text-xl);
    font-weight: var(--font-weight-extrabold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    z-index: 1;
}

@media (min-width: 64em) {
    .panel-footer .cta-container {
        display: flex;
    }

    .panel-footer .cta-container > div {
        flex: 1 1 0;
    }
    .panel-footer .cta-container > div:first-child::before {
        content: none;
    }

    .panel-footer .cta-container > div:not(:first-child)::before {
        content: '';
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 50%;
        translate: 0 -50%;
        width: 2px;
        height: calc(100% - var(--space-10));
        background-color: var(--green);
         z-index: 1;
    }
    .panel-footer .cta-container .footer-cta {
        padding: 29px var(--space-5);
    }

    .panel-footer .cta-container .footer-cta .title {
        font-size: 1.75rem;
    }
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}