.panel-footer {
    color: #fff;
    padding: 30px 20px 50px;
    background-color: var(--Teal);
}
.panel-footer.color-animation {
    animation: aurora infinite linear 60s;
}

.panel-footer .bottom {
    background-color: var(--surface-background);
}

.panel-footer .footer-content-container,
.panel-footer .bottom {
    margin: 0 auto;
    padding: 0;
    max-width: var(--width-base);
    text-align: left;
}
.panel-footer .footer-content-container {
    display: grid;
    gap: 0px;
    padding-top: var(--space-3);
    padding-bottom: 0;
}


.panel-footer .link-content {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 10px;
}
.panel-footer .link-content > div {
    padding: 0;
    width: calc(50% - 5px);
    margin: 0 5px 0 0;
    max-width: 50%;
}
.panel-footer .link-content > div:nth-child(2) {
    margin: 0 0 0 5px;
}
.panel-footer .link-content > div:last-of-type {
    margin: 10px auto 0;
    max-width: 220px;
    width: 100%;
}

.footer-content-top {
    display: block;
    margin: 0
}
.footer-content-top > div {
    margin: 0 0 5px 0;
}

.panel-footer .custom-button .button-link {
    width: 100%;
    margin: 0;
    padding: 9px 13px 7px;
}
.panel-footer .navigation-footer {
    display: none;
}

@media (min-width: 64em) {
    .panel-footer {
        padding: 67px 15px 93px;
    }
    .footer-content-top {
        display: flex;
        margin: 0 0 10px;
    }
    .footer-content-top > div {
        flex: 1;
        margin: 0 5px 0 0;
    }
    .footer-content-top > div:last-of-type {
        margin: 0 0 0 5px;
    }
    .panel-footer .footer-content-container,
    .panel-footer .bottom {
        padding: 0 var(--space-5);
        text-align: center;
    }
    .panel-footer .footer-content-container {
        grid-template-columns: 5fr 7fr;
        text-align: left;
        gap: 14%;
        padding-top: var(--space-6);
        padding-bottom: var(--space-6);
    }
    .panel-footer .right-content .bottom {
        margin: auto 0 0 0;
    }
    .panel-footer .footer-content-container .right-content {
        display: flex;
        flex-direction: column;
    }
    .panel-footer .link-content {
        margin: 45px 0 25px;
        flex-wrap: nowrap;
    }
    .panel-footer .navigation-footer {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .panel-footer .link-content > div {
        width: auto;
        margin: 0 20px 0 0;
        max-width: 160px;
        flex: 1;
    }
    .panel-footer .link-content > div:last-of-type {
        max-width: none;
        width: auto;
        margin: 0 0 0 20px;
    }
    .panel-footer .link-content > div:nth-child(2) {
        margin: 0;
    }
    .panel-footer .custom-button .button-link {
        padding: 9px 10px 7px;
    }
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.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;
        gap: 48px;
        display: flex;
        flex-direction: column;
    }   
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 260px;
}

.panel-footer .client-details p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #f9f8f4;
    font-weight: 400;
    letter-spacing: .04em;
    margin-bottom: 0;
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-footer .bottom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 0 25px 0;
    width: 100%;
}
.panel-footer .right-content .bottom {
    margin-bottom: 0;
}
.panel-footer .bottom p {
    font-family: 'Roboto', sans-serif;
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
    flex: 1;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    color: #f9f8f4;
}
.panel-footer .trip-advisor-footer {
    width: calc(100% - 155px);
}
.panel-footer .trip-advisor-footer img {
    width: 95px;
}
.panel-footer .made-by-sv {
    width: 155px;
    margin: 0;
}
.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
}
/* DTN Mobile Footer Banner */
.panel-footer.hasMobileAd {
    height: 150px;
}
.panel-footer.hasMobileAd .mobileAd {
    display: block;
}
.panel-footer .mobileAd {
    display: none;
    width: 100%;
    height: 50px;
}
.panel-footer .mobileAd .dtnContainer {
    padding: 0px;
    position: relative;
    margin: 0 auto;
    width: 320px;
    display: block;
}
.panel-footer .mobileAd .banner-close {
    position: absolute;
    top: -8px;
    cursor: pointer;
    right: 5px;
    padding: 0px 3px;
    color: white;
    background: #bb4a18;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 5px 10px 10px rgba(0,0,0,0.15);
}

@media (min-width: 64em) {
    .panel-footer .bottom {
        flex-wrap: nowrap;
        margin: auto 0 0;
        width: auto;
    }
    .panel-footer .client-details p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 0px;
    }
    .panel-footer .bottom p {
        font-size: var(--text-sm);
        line-height: var(--leading-snug);
        flex: 1;
        text-align: right;
        width: auto;
        margin-top: -7px;
    }
    .panel-footer .trip-advisor-footer {
        max-width: none;
        width: auto;
    }
    .panel-footer .trip-advisor-footer img {
        width: 150px;
    }
    .panel-footer .made-by-sv {
        display: block;
        width: 180px;
        margin: 0 0 0 50px;
    }
    .panel-footer .logo-footer img {
        max-width: 280px;
    }
    .panel-footer .mobile-fixed .dtnContainer {
        display: none;
    }
}

.footer-container .newsletter-form {
    padding: 72px 32px;
    background-color: var(--Teal);
}

.footer-container .newsletter-form form[name="frm_92"] {
    margin-bottom: 15px;

    .form-input-wrapper {
        display: flex;
        flex-wrap: wrap;

        h3 {
            margin-bottom: 2rem;
            color: #fff;
            width: 100%;
            font-size: 34px;
            font-family: 'Roboto Condensed', sans-serif;
            font-style: normal;
            font-weight: 700;
            line-height: 36px;
            letter-spacing: 1px;
            text-align: center !important;

            @media (min-width: 40em) {
                font-size: 52px;
                line-height: 60px;
            }
    
            @media (min-width: 64em) {
                font-size: 50px;
                line-height: 53px;
            }
        }

        label { display: none; }

        #contact_email {
            flex: 4;
            height: 50px;

            &:focus {
                outline: none;
                box-shadow: 0 0 0 1px #999;
            }
        }

        .submit {
            flex: 1;
            display: flex;
            height: 50px;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
            padding: 10px 15px 8px;
            color: var(--Gray);
            font-size: 15px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            background-color: var(--Yellow);
            
            @media (min-width: 64em) {
                padding: 9px 10px 7px;
                font-size: 19px;
            }
        }
    }
}

@keyframes aurora {
    0% {
        background-color: #33818f;
    }
    25% {
        background-color: #f2ca30;
    }
    50% {
        background-color: #ac313c;
    }
    100% {
        background-color: #33818f;
    }
}
