.panel-footer {
    --surface-foreground: var(--primary-color-700);
    --surface-background: var(--primary-color-900);
    --text: var(--gray-100);
    --border-radius: 28px;
    --border-radius-desk: 64px;
    --text-shadow: 3px 3px 8px #00000029;
    position: relative;
    margin-top: 150px;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    color: var(--text);
    background-color: var(--surface-foreground);
    background-image: url(/includes/public/assets/shared/footer-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 8%;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.panel-footer::before {
    content: '';
    pointer-events: none;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(32deg, rgba(0, 0, 0, 0.00) 58.63%, rgba(0, 0, 0, 0.24) 88.59%), linear-gradient(321deg, rgba(0, 0, 0, 0.00) 59.03%, rgba(0, 0, 0, 0.24) 83.95%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 15.27%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(0deg, rgba(66, 91, 46, 0.40) 0%, rgba(66, 91, 46, 0.40) 100%);
}



@media screen and (min-width: 64em) {
    .panel-footer {
        background-position: 50%;
        border-top-left-radius: var(--border-radius-desk);
        border-top-right-radius: var(--border-radius-desk);
    }

    .panel-footer::before {
        border-top-left-radius: var(--border-radius-desk);
        border-top-right-radius: var(--border-radius-desk);
        background: linear-gradient(32deg, rgba(0, 0, 0, 0.00) 58.63%, rgba(0, 0, 0, 0.24) 88.59%), linear-gradient(321deg, rgba(0, 0, 0, 0.00) 59.03%, rgba(0, 0, 0, 0.24) 83.95%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 98.38%, rgba(0, 0, 0, 0.24) 100%), linear-gradient(0deg, rgba(66, 91, 46, 0.40) 0%, rgba(66, 91, 46, 0.40) 100%);
    }
}

.panel-footer .cta-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 34px;
}

.panel-footer .cta-container > div:not(:first-child) {
    position: relative;
}

@media (min-width: 64em) {
    .panel-footer .cta-container > div {
        flex: 1 1 0;
    }

    .panel-footer .cta-container > div:not(:first-child)::before {
        left: 0;
        top: 50%;
        translate: 0 -50%;
        width: 2px;
        height: calc(100% - var(--space-10));
    }
}

.panel-footer .client-logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 34px;
    padding: 34px 50px 8px;
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: 1344px;
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
    border-bottom: 2px solid var(--white);
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        display: flex;
        flex-direction: column;
        border-bottom: unset;
        padding-top: 0;
        padding-bottom: 0;
    }

    .panel-footer .bottom-cont {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .panel-footer .cta-container {
        display: flex;
        order: 1;
        gap: 18px;
        align-items: flex-start;
        margin-top: 13px;
        margin-bottom: 0;
    }

    .panel-footer .details-nav-cont {
        order: 2;
    }

    .panel-footer .social-media {
        order: 3;
    }
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer .logo-cont {
    margin-top: -120px;
    margin-bottom: 24px;
}

.panel-footer .client-details {
    margin-bottom: 24px;
}

.panel-footer .logo-cont {
    display: grid;
    grid-auto-rows: min-content;
    gap: var(--space-6);
    place-items: center;
}

@media (min-width: 64em) {
    .panel-footer .logo-cont {
        display: block;
        width: 300px;
        margin: -120px auto 24px;
    }


    .panel-footer .contentRender_name_plugins_common_logo_footer {
        width: 300px;
    }

    .panel-footer .client-details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .panel-footer .details-nav-cont {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
}

.panel-footer .footer-nav {
    margin-bottom: 28px;
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 250px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 64em) {
    .panel-footer .logo-footer a {
        width: 300px;
    }

    .panel-footer .footer-nav {
        position: relative;
        margin-bottom: 0;
    }

    .panel-footer .footer-nav::after {
        content: '';
        pointer-events: none;
        background-color: var(--white);
        height: 2px;
        width: calc(100% - 40px);
        position: absolute;
        bottom: -28px;
        left: 50%;
        transform: translate(-50%, -0%);
    }

}

.panel-footer .client-details p,
.panel-footer .client-details .link {
    font-size: 1rem;
    line-height: var(--leading-snug);
    font-weight: var(--font-weight-medium);
    color: var(--white);
}

.panel-footer .client-details .contact-item.email {
    margin-top: 20px;
}

.panel-footer .client-details p {
    line-height: 1.25;
}

.panel-footer .social-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    margin-bottom: 34px;
}

.panel-footer .social-media .social-link {
    column-gap: 16px;
    row-gap: 20px;
}


.panel-footer .social-media .social-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background-color: var(--white);
    border: 2px solid var(--white);
}

.panel-footer .social-media .social-links a i {
    font-size: 1.5rem;
    color: var(--sw-key-color);
}

@media (hover: hover) {
    .panel-footer .social-media .social-links a:hover {
        background-color: transparent;
    }

    .panel-footer .social-media .social-links a:hover i {
        color: var(--white)
    }
}

.panel-footer .social-media .social-title {
    margin-bottom: 10px;
    font-family: var(--font-hanley-block);
    font-size: 2rem;
    font-weight: var(--font-weight-normal);
    text-shadow: var(--text-shadow);
}

.panel-footer .attributions.desk {
    display: none;
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: var(--space-2);
    padding-bottom: 40px;
}

@media (hover: hover) {
    .panel-footer .client-details .link:hover {
        text-decoration: underline;
    }
}


@media (min-width: 40em) {
    .panel-footer .attribution-content-container {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (min-width: 64em) {
    .panel-footer .attributions.desk {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1274px;
        margin: 0 auto;
        padding: 0 20px 12px;
    }

    .panel-footer .attributions.mobile {
        display: none;
    }

    .panel-footer .attributions.desk .center-cont,
    .panel-footer .attributions.desk .left-cont,
    .panel-footer .attributions.desk .right-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .panel-footer .attributions.desk .center-cont {
        flex-direction: column;
    }

    .panel-footer .attributions.desk .left-cont,
    .panel-footer .attributions.desk .right-cont {
        flex-direction: row;
    }

    .panel-footer .attributions.desk .left-cont {
        gap: 20px;
    }

    .panel-footer .attributions.desk .right-cont {
        gap: 40px;
    }

    .panel-footer .social-media {
        width: 25%;
        align-self: flex-start;
    }
}

@media screen and (min-width: 90em) {
    .panel-footer .social-media {
        padding: 0 0 0 71px;
    }

    .panel-footer .contentRender_name_plugins_collections_template_custom_social_links {
        margin-left: auto;
    }

    .panel-footer .social-media .social-title {
        padding-left: 62px;
    }

    .panel-footer .social-media .social-links {
        justify-content: flex-end;
    }
}


.panel-footer .attribution-content-container p {
    font-size: 1.0625rem;
    line-height: var(--leading-snug);
    font-weight: var(--font-weight-light);
}

.panel-footer .made-by-sv {
    display: block;
    width: 140px;
}

.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;
}