.panel-footer {
    --surface-foreground:
    var(--primary-color-700);
    --surface-background:
    var(--primary-color-900);
    --text:
    var(--gray-100);
    color: var(--text);
    background-color: var(--black-24);
    position: relative;
}

.panel-footer .attributions {
    background-color: var(--black-24);
    padding: 0 35px;
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: var(--width-base);
    text-align: center;
}

.panel-footer .footer-content-container {
    display: flex;
    gap: var(--space-6);
    padding-top: 15px;
    padding-bottom: 30px;
    flex-direction: column;
}

.panel-footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    top: -95px;
    background-image: url(/includes/public/assets/shared/grit-border.svg);
    background-repeat: repeat-x;
    background-position: bottom;
    pointer-events: none;
}

.cta-section .cta-section-inner .enews-letter-image img,
.cta-section .cta-section-inner .check-rates-letter-image img, 
.cta-section .cta-section-inner .visitor-guide-letter-image img {
    margin: auto;
}

.cta-section .cta-section-inner .enews-letter-image img {
    max-width: 177px;
    margin-bottom: 10px;
}
.cta-section .cta-section-inner .check-rates-letter-image img {
    max-width: 146px;
    margin-bottom: 28px;
}

.cta-section .cta-section-inner .download,
.cta-section .cta-section-inner .check_rates_button,
.cta-section .cta-section-inner .subscribe {
    display: flex;
    justify-content: center;
    margin: 4px 0;
}

.cta-section .cta-section-inner .download a,
.cta-section .cta-section-inner .check_rates_button a,
.cta-section .cta-section-inner .subscribe a {
    display: flex;
    padding: 5px 9px;
    background: var(--blue-39);
    color: var(--black-19);
    border-radius: var(--rounded-lg);
    text-transform: uppercase;
    font-family: var(--font-santa-rosa);
    align-items: center;
    font-size: 0.9375rem;
    letter-spacing: 0.9px;
    gap: 6px;
}

.cta-section .cta-section-inner .download a::before,
.cta-section .cta-section-inner .download a:after, 
.cta-section .cta-section-inner .check_rates_button a::before,
.cta-section .cta-section-inner .check_rates_button a:after, 
.cta-section .cta-section-inner .subscribe a::before,
.cta-section .cta-section-inner .subscribe a:after {
    content: '';
    pointer-events: none;
    position: relative;
    display: flex;
    width: 15px;
    height: 16px;
    align-items: center;
}

.cta-section .cta-section-inner .download a::before,
.cta-section .cta-section-inner .check_rates_button a::before,
.cta-section .cta-section-inner .subscribe a::before {
    background: var(--arched-decoration-left-black);
}

.cta-section .cta-section-inner .download a::after, 
.cta-section .cta-section-inner .check_rates_button a:after,
.cta-section .cta-section-inner .subscribe a:after {
    background: var(--arched-decoration-right-black);
}

.cta-section {
    background-image: linear-gradient(#3f3f3fa1 59%, #54545482 100%), url(https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/travelsantaana/cta_image_footer_3ff4a655-48cb-47a2-8157-903922b387f8.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 40px 0 60px;
    position: relative;
}

.cta-section .cta-section-inner {
    display: flex;
    flex-direction: column;
    gap: 55px;
    padding: 20px 0 60px;
}

/* .cta-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(24deg, #000000 0%, #000000 0%, #3F3F3F3F 59%, #54545400 100%);
    pointer-events: none;
} */

.cta-section .cta-section-inner .cta {
    z-index: 2;
}

.panel-footer .logo-footer img {
    max-width:317px;
    margin: auto;
}

@media (min-width: 40em) {
        .cta-section .cta-section-inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 5px;
        justify-items: center;
        align-items: center;
    }

    .cta-section {
        background-image: linear-gradient(24deg, #000000 0%, #000000 0%, #3f3f3f75 59%, #54545400 100%), url(/includes/public/assets/shared/cta-image.png);
    }
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: .5fr .5fr;
        text-align: left;
        max-width: 1120px;
        padding: 40px 20px 30px;
        gap: 0;
        display: grid;
    }

    .panel-footer .footer-content-container .google-translate-container {
        grid-column: 3;
        grid-row: 1;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .panel-footer .footer-content-container .footer-logos {
        grid-column: 3;
        grid-row: 2;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .cta-section .cta-section-inner .download a, 
    .cta-section .cta-section-inner .check_rates_button a, 
    .cta-section .cta-section-inner .subscribe a {
        font-size: 1.25rem;
    }

    .cta-section .cta-section-inner {
        gap: 10px;
        padding: 0;
        max-width: 1330px;
        margin: auto;
    }
    .cta-section .cta-section-inner .enews-letter-image img {
        max-width: 200px;
        min-width: 200px;
        margin-bottom: 10px;
    }
    .cta-section .cta-section-inner .visitor-guide-letter-image img {
        max-width: 200px;
        min-width: 200px;
    }
    .cta-section .cta-section-inner .check-rates-letter-image img {
        max-width: 171px;
        min-width: 171px;
        margin-bottom: 10px;
    }
    .cta-section .cta-section-inner .check_rates_button {
        margin: 18px 0 0;
    }
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer  .desktop-logo {
    display: none;
}

.panel-footer .footer-nav {
    display: grid;
    grid-auto-rows: min-content;
    gap: var(--space-6);
    place-items: center;
    padding: 0 0 2px;
}

@media (min-width: 64em) {
    .panel-footer .footer-nav {
        place-items: flex-start;
        grid-row: 1 /span 2;
        grid-column: 1;
        align-content: center;
    }  

    .panel-footer .mobile-logo {
        display: block;
    }

    .panel-footer .footer-nav .logo-footer {
        display: none;
    }

    .panel-footer .social-media {
        margin: 24px 0 0;
    }
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 100%;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .client-details p {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
}

.panel-footer .social-media {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    grid-row: 2;
    grid-column: 2;
}

.panel-footer .social-media::after {
    content: '';
    pointer-events: none;
    background-image: url("/includes/public/assets/shared/decorations/white/bottom-motif.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 18px;
    width: 30px;
    margin: 20px 0 5px;
}

.panel-footer .social-media .social-link i {
    display: flex;
    background-color: var(--yellow-fc);
    color: var(--black-24);
    font-size: 1.375rem;
    height: 36px;
    width: 37px;
    border-radius: var(--rounded-circle);
    align-items: center;
    justify-content: center;
}

.panel-footer .footer-logos {
    display: flex;
    justify-content: center;
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-top: solid 1px var(--gray-41);
}

.panel-footer .attribution-content-container p {
    font-size: 0.6875rem;
    line-height: var(--leading-snug);
    font-weight: 100;
}

.panel-footer .made-by-sv {
    display: block;
    width: auto;
}

.panel-footer .made-by-sv img {
    display: block;
    width: auto;
    height: 12px;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

@media (min-width: 40em) {
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        max-width: 1350px;
    }  

    .panel-footer .attribution-content-container p {
        font-size: 14px;
        letter-spacing: 0.8px;
    }

    .panel-footer .made-by-sv img {
        height: 17px;
    }

    .panel-footer .logo-footer img {
        width: 355px;
        margin: auto;
    }
}

@media (min-width: 64em) {

    .panel-footer .logo-footer img {
        width: 321px;
        margin: auto;
    }

    .panel-footer .attribution-content-container {
        padding: 20px 130px;
    }
}

