.panel-footer {
    --surface-foreground: var(--white);
    --surface-background: var(--orange);
    --text: var(--gray-100);

    color: var(--text);
    background-color: var(--surface-foreground);
}

.panel-footer .attributions {
    background-color: var(--surface-background);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    max-width: var(--width-base);
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    place-content: center;
    gap: 18px;
    max-width: 100%;
    overflow: hidden;
}

.panel-footer .cta-cont {
    padding: 26px 16px 30px 16px;
    background-color: var(--blue-dark);
    position: relative;
    margin-bottom: 38px;
}

.panel-footer .cta-cont:before {
    content: '';
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 356px;
    height: 209px;
    background-image: url('/includes/public/assets/shared/cranes.svg');
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 2;
    opacity: 80%;
}

.panel-footer .cta {
    padding: 0;
    height: 100px;
}

.panel-footer .cta::before {
    inset: 4.5px;
}

@media(min-width:64em) {
    .panel-footer .cta-cont {
        display: flex;
        gap: 20px;
        padding: 33px 50px;
    }

    .panel-footer .cta {
        width: 310px;
    }

    .panel-footer .cta-cont:before {
        width: 575px;
        height: 308px;
        opacity: 100%;
    }
}

.panel-footer .client-info li {
    display: flex;
    gap: 5px;
    text-align: left;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.panel-footer .client-info li.address {
    align-items: flex-start;
}

.panel-footer .client-info li.address i {
    position: relative;
    top: 3px;
}

.panel-footer .client-info li p {
    color: var(--black);
    font-weight: var(--font-weight-normal);
    line-height: 1.1;
    white-space: nowrap;
}

.panel-footer .client-info li p.primary-phone {
    margin-right: 4px;
}

.panel-footer .client-info li i {
    color: var(--blue-alt);
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: repeat(3, 1fr);
        text-align: left;
    }   
}


.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer .client-details {
    display: grid;
    grid-auto-rows: min-content;
    gap: 29px;
    place-items: center;
}

@media(min-width: 40em) {
    .panel-footer .client-details {
        grid-template-columns: repeat(2, 1fr);
    }

    .panel-footer .contentRender_name_plugins_common_client_info {
        height: 100%;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        display: flex;
    }   
}

@media(min-width:90em) {
    .panel-footer .client-details {
        gap: 100px;
    }
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 227px;
}

@media(min-width: 64em) {
    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a  {
        width: 170px;
    }
}

@media(min-width:80em) {
    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width: 227px;
    }
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .hours-of-operation {
    margin-top: -10px;
}

@media(min-width:64em) {
    .panel-footer .hours-of-operation {
        margin-top: 0;
    }

    .panel-footer .client-info li {
        justify-content: flex-start;
    }

    .panel-footer .nav-social {
        max-width: fit-content;
        justify-self: flex-end;
    }

    .panel-footer .footer-content-container {
        max-width: 100%;
        padding: 0 57px;
    }
}

.panel-footer .hours-of-operation .hours-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    gap: 5px;
}

@media(min-width: 64em) {
    .panel-footer .hours-of-operation .hours-title {
        justify-content: center;
    }
}

@media(min-width:90em) {
    .panel-footer .hours-of-operation .hours-title {
        justify-content: flex-start;
    }
}


.panel-footer .hours-of-operation .hours-title p {
    color: var(--black);
}

.panel-footer .hours-of-operation .hours-title i {
    color: var(--blue-alt);
}

.panel-footer :is(.core-styles, .contentRender_name_plugins_core_textbox) {
    display: flex;
    justify-content: center;
    position: relative;
    left: 12px;
}

@media(min-width:375px) {
    .panel-footer :is(.core-styles, .contentRender_name_plugins_core_textbox) {
        left: unset;
    }
}

.panel-footer :is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table) {
    width: 350px;
    margin-bottom: 0;
    text-align: left;
    margin-left: 15px;
}

@media(min-width: 64em) {
    .panel-footer :is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table) {
        margin-left: 0;
    }
}

.panel-footer :is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table td) {
    border: none;
    padding: 0;
}

.panel-footer :is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
    font-size: 11px;
    line-height: 1.6;
}

@media(min-width:375px) {
    .panel-footer :is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
        font-size: 13px;
    }
}

.panel-footer :is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tr):nth-of-type(even) {
    background-color: transparent;
}

.panel-footer :is(.core-styles, .contentRender_name_plugins_core_textbox) :is(th) {
    font-weight: var(--font-weight-normal);
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(min-width: 64em) {
    .panel-footer .social-media {
        justify-content: flex-end;
    }

    .panel-footer .cta-cont {
        margin-bottom: 0;
    }

    .panel-footer .footer-content-container {
        padding: 40px 20px;
    }

    .panel-footer .navigation-footer {
        margin-bottom: 10px;
    }
}

@media(min-width:90em) {
    .panel-footer .footer-content-container {
        gap: 100px;
        padding: 54px 57px 60px;
    }

    .panel-footer .hours-of-operation {
        margin-left: 20px;
    }
}

.panel-footer .attribution-content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
}

@media (min-width: 40em) {
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }   
}

@media(hover:hover) {
    .cta:hover {
        background-color: var(--white);
        color: var(--blue-dark);
    }

    .panel-footer .social-links li.social-network:hover {
        background-color: var(--white);
        border: 2px solid var(--blue-dark);
    }

    .panel-footer .social-links li.social-network:hover a {
        color: var(--blue-dark);
    }
}

.panel-footer .attribution-content-container p {
    font-size: 10px;
    line-height: var(--leading-snug);
    text-align: left;
}

.panel-footer .made-by-sv {
    display: block;
    width: 78px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 78px;
    height: auto;
}

.panel-footer .social-links {
    gap: 10px;
    margin-bottom: 38px;
}

.panel-footer .social-links li.social-network {
    padding: 0;
    width: 39px;
    height: 39px;
    background-color: var(--blue-dark);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-footer .social-links li.social-network a {
    font-size: 14.46px;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
