.panel-footer {
    --surface-foreground: var(--blue-10);
    --surface-background: var(--primary-color-900);
    --text: var(--gray-100);

    color: var(--text);
    background-color: var(--surface-foreground);
}

.panel-footer .attributions {
    background-color: var(--surface-background);
    padding: 30px 20px 25px;
    position: relative;
max-width: 1270px;margin: 0 auto;}

.panel-footer .attributions::before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: var(--blue-45);
}

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

.panel-footer .footer-content-container {
    display: grid;
    /* gap: 20px; */
    padding-top: var(--space-6);
    padding-bottom: 30px;
    background-color: var(--blue-10);
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    width: 187px;
    margin: auto;
}

.panel-footer .contact-social-wrapper,
.panel-footer .logo-desktop-nav {
    margin-bottom: 20px
}

.panel-footer .mobile-footer-nav {
    margin: 0 auto 10px;
max-width: 280px;}

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



.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    
}

@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 {
    font-size: 12px;
    line-height: var(--leading-snug);
    margin-bottom: 10px;
}

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

.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;
}

.panel-footer .footer-cta-wrapper {
    padding: 35px 20px 10px;
    position: relative;
    background-position: center;
    background-size: cover;
}

.panel-footer .footer-cta-wrapper::before {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(173deg, var(--blue-1c) 0%, var(--blue-63) 100%) 0% 0% no-repeat padding-box; 
    opacity: 0.9;
}
.panel-footer .footer-cta-wrapper::after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: 0.45;
}

.panel-footer .footer-cta-wrapper .footer-cta-widgets {
    position: relative;
    z-index: 1;
}

.panel-footer .footer-cta-wrapper .footer-cta-title {
    font-family: var(--font-display);
    font-size: 22px;
    line-height: 1.3;
    z-index: 1;
    position: relative;
}

.panel-footer .footer-cta-widgets > div:last-of-type .footer-cta::after {
    display: none
}

.panel-footer .contact-cont {
    margin-bottom: 25px;
}

.panel-footer .contact-cont .title {
    font-size: 12px;
    font-family: var(--font-body);
    font-weight: 700;
    margin-bottom: 15px;
}

.panel-footer .contact-cont .address {
    margin-bottom: 15px;
}

.panel-footer .contact-cont li {
    font-size: 12px;
    line-height:1.5;
    margin-bottom: 7px;
}

.panel-footer .contact-cont li i {
    margin-right:3px
}

.panel-footer .social-links .social-link {
    width: 40px;
    height: 40px;
    border-radius: var(--rounded-circle);
    background: transparent linear-gradient(315deg, var(--pink-ed) 0%, var(--pink-a3) 100%) 0% 0% no-repeat padding-box;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;   
}

.panel-footer .social-links .social-link:hover {
    color: var(--white);
}

.panel-footer .navigation-footer {
    font-size: 12px;
    text-transform: uppercase;
    columns: 2;
    text-align: left;
    margin-bottom: 16px;
}

.panel-footer .navigation-footer .item {
    margin-bottom: 10px;
}

.panel-footer .logos-wrapper {
    display: flex;
    justify-content: center;
    gap: 35px;
}

.panel-footer .UNWTO {
    max-width: 100px;
    flex: 1 1 100px;
}

.panel-footer .tripadvisor {
    max-width: 125px;
    flex: 1 1 125px;
}

.panel-footer .googleTranslate {
    margin-bottom: 15px;
}

.panel-footer .googleTranslate .translate-inner {
    display: flex;
    align-items: flex-end;
}

.panel-footer .googleTranslateDropdown {
    color: var(--white);
    font-size: 12px;
    cursor: pointer;
}

.panel-footer .googleTranslate i {
    font-size: 20px;
    margin-right:3px
}

.panel-footer .googleTranslateDropdown option {
    color: var(--black);
}

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

@media screen and (min-width: 64em) {
    .panel-footer .footer-desktop {
        display: block;
    }

    .panel-footer .footer-mobile {
        display: none;
    }

    .panel-footer .footer-cta-wrapper {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    
    .panel-footer .footer-cta-wrapper .footer-cta-title {
        font-size: 29px;
        max-width: 570px;
        text-align: center;
        margin: 0 auto 35px;
    }
    
    .panel-footer .footer-cta-widgets {
        display: flex;
        justify-content: center;
    }
    
    .panel-footer .footer-cta-widgets > div {
        flex: 1 1 33%;
        z-index: 1;
    }
    
    .panel-footer .footer-cta-widgets > div:nth-child(even) {
        border-left: 1px solid var(--white);
        border-right: 1px solid var(--white);
    }

    .panel-footer .footer-content-container {
        display: flex;
        text-align: left;
        flex-direction: column;
        padding-top: 60px;
        gap: 30px;
        padding-bottom: 30px;
    } 

    .panel-footer .footer-content-container .logo-desktop-nav {
        display: flex;
        justify-content: space-between;
    margin-bottom: 0;gap: 100px;}

    .contentRender_name_plugins_common_logo_footer, .panel-footer .logo-footer a {
        margin: 0;
        width: 260px;
        min-width: 260px;
    }

    .panel-footer .navigation-footer {
        font-size: 14px;
        columns: 0;
        gap: 5px 20px;
        display: grid;
        grid-template-columns: repeat(4, minmax(100px, 1fr));
    }

    .panel-footer .contact-social-wrapper {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0;
        flex-wrap: wrap;
        gap: 25px;
    }

    .panel-footer .contact-cont {
        margin-bottom: 0;
    }

    .panel-footer .contact-cont .title {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .panel-footer .contact-cont .address-tel-cont {
        display: flex;
        gap: 40px
    }

    .panel-footer .contact-cont li {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .panel-footer .contact-cont li i {
        margin-right: 10px
    }

    .panel-footer .contact-cont li.no-marker {
        margin-left: 25px;
    }

    .panel-footer .social-links .social-link {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .panel-footer .social-media {
        padding-top: 25px;
    }

    .panel-footer .footer-desktop.logos-wrapper {
        display: flex;
        gap: 25px;
    }

    .panel-footer .UNWTO {
        min-width: 120px;
        flex: 1 1 120px;
    }

    .panel-footer .tripadvisor {
        min-width: 125px;
        flex: 1 1 125px;
    }

    .panel-footer .attributions {
        padding: 15px 20px 40px;
    }

    .panel-footer .attribution-content-container {
        padding: 0;
    }
    
    .panel-footer .attribution-content-container p {
        font-size: 15px;
    }

    .panel-footer .googleTranslateDropdown {
        font-size: 15px
    }

    .panel-footer .made-by-sv {
        width: 200px;
    }
}

@media screen and (min-width: 1100px) {
    .panel-footer .contact-social-wrapper {
        justify-content: space-between;
    }
}

@media screen and (min-width: 90em) {
    .panel-footer .navigation-footer {
        gap: 5px 50px;
        grid-template-columns: repeat(4, minmax(200px, 1fr));
    }
}