.panel-footer {
    --surface-foreground: var(--robbins-egg-blue);
    --surface-background: var(--primary-color-900);
    --text: var(--gray-100);
    color: var(--text);
    background-color: var(--surface-foreground);
    background-image: url(/includes/public/assets/shared/splash_texture2.svg);
}

.panel-footer .attributions {
    /* background-color: var(--surface-foreground); */
}

.copyright{
    color: black;
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: 1361px;
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    gap: var(--space-6);
    padding-top: var(--space-10);
    padding-bottom: var(--space-6);
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        padding-top: 54px;
    }   
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: 320px;
    margin: auto;
}

.panel-footer .client-details {text-align: center;}

@media (min-width: 64em) {
    .panel-footer .client-details {
        display: flex;
        grid-auto-rows: min-content;
        gap: var(--space-6);
        place-items: center;
        place-items: flex-start;
        text-align: left;
    }   
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 108px;
    margin: auto;
    margin-bottom: 25px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .client-details p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 700;
}
.panel-footer .client-details p:last-of-type {
    margin-bottom: 7px;
}
.panel-footer .client-details h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
@media (min-width: 64em) {
    .panel-footer .client-details p {}
    .panel-footer .client-details h5 {
        font-size: 20px;
        /* margin-bottom: 15px; */
    }
}
.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
}

@media (min-width: 40em) {
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }   
}

.panel-footer .attribution-content-container p {
    line-height: 22px;
    color: var(--gray-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.294;
    margin-bottom: 10px;
}
@media (min-width: 64em) {
    .panel-footer .attribution-content-container p {
        font-size: 17px;
    }
}
.panel-footer .made-by-sv {
    display: block;
    width: 180px;
    margin-bottom: 25px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}


@media (min-width: 64em) {
    .social-nav-holder {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {

width: 150px;

}
}
