.panel-footer {
    --surface-foreground: transparent;
    --surface-background: transparent;
    --text: var(--gray-100);
    background: url('/includes/public/assets/shared/designImagery/img_footer_background.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    color: var(--text);
}

.panel-footer::after {
    content: '';
    background: var(--primary-color);
    opacity: 0.85;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.panel-footer .attributions {
    position: relative;
    z-index: 5;
    background-color: var(--secondary-color);
    color: var(--black);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-4);
    max-width: var(--width-base);
    text-align: center;
}

.panel-footer .footer-content-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
    padding: var(--space-8) var(--space-5);
}

.panel-footer .footer-content-container .footer-top-col,
.panel-footer .footer-content-container .footer-bottom-col {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.panel-footer .footer-content-container .footer-top-col {
    padding: 0 var(--space-5);
    justify-content: center;
}

.panel-footer .footer-content-container .footer-inside-left {
    width: 100%;
}

.panel-footer .footer-content-container .footer-inside-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        padding: 75px var(--space-5) 55px;
    }   

    .panel-footer .footer-content-container .footer-top-col {
        padding: 0;
        justify-content: space-between;
    }

    .panel-footer .footer-content-container .footer-inside-left {
        width: 40%;
    }

    .panel-footer .footer-content-container .footer-inside-right {
        width: 60%;
        justify-content: flex-end;
        align-items: flex-end;
    }
    
}

.panel-footer .contentRender_name_plugins_collections_template_custom_social_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.panel-footer .social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.panel-footer .social-links a {
    display: flex;
}

@media (min-width: 64em) {
    .panel-footer .social-links {
        justify-content: flex-end;
    }
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer .social-links li:nth-child(1) a i {
    background: url('/includes/public/assets/shared/logos/icon_x.svg');
    background-size: cover;
    height: 100%;
    width: 100%;
}

.panel-footer .social-links li:nth-child(1) a:hover i {
    background: url('/includes/public/assets/shared/logos/icon_x_black.svg');
    background-size: cover;
    height: 100%;
    width: 100%;
}

.panel-footer .social-links li:nth-child(1) a i::before {
    content: '';
}

.panel-footer .client-details {
    display: grid;
    grid-auto-rows: min-content;
    gap: var(--space-6);
    place-items: center;
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        place-items: flex-start;
    }   
}

.panel-footer .logo-footer {
    margin: 0 0 var(--space-10);
}

@media (min-width: 64em) { 
    .panel-footer .logo-footer {
        margin: 0;
    }
}

@media (min-width: 40em) { 
    .panel-footer .logo-section {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 64em) { 
    .panel-footer .logo-section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: .5em 0 3em;
    }
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 243px;
    margin: 0 auto;
}

/* @media (min-width: 64em) { 
    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width: 313px;
        margin: 0;
    }
} */

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 40em) and (max-width: 64em) { 
    .panel-footer .logo-footer img {
        display: block;
        width: 80%;
        height: auto;
    }
}

.panel-footer .client-details p {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: var(--space-4);
    padding-bottom: var(--space-4);
}

@media (min-width: 40em) {
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: var(--space-2);
        padding-bottom: var(--space-2);
    }   
}

.panel-footer .attribution-content-container p {
    line-height: var(--leading-snug);
    padding-bottom: var(--space-2);
    text-align: left;
}

@media (min-width: 40em) {
    .panel-footer .attribution-content-container p {
        padding-top: 10px;
        padding-bottom: 6px;
    }
}

.panel-footer .made-by-sv {
    display: block;
    width: 180px;
}

.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;
}

/* Google Translate dropdown styling */
.gtranslate_wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.gtranslate_wrapper .gt_selector {
    background-color: var(--gray);
    padding: 0.7rem 1rem;
    margin: 1.5rem;
}