#footer {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(49, 120, 181, .18), transparent 38%),
        linear-gradient(180deg, #0d2236 0%, #102a42 38%, #0a1c2e 100%);
    color: #dce8f3;
    overflow: hidden;
}

#footer a {
    color: inherit;
}

#footer .sc_boder_ft {
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(124,186,239,.55), rgba(255,255,255,0));
}

#footer .sc_footer_main {
    padding: 44px 0 28px;
}

#footer .footer-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.5fr) minmax(280px, .9fr);
    gap: 22px;
}

#footer .footer-card {
    height: 100%;
    padding: 24px 22px;
    border: 1px solid rgba(149, 183, 214, .16);
    border-radius: 24px;
    background: rgba(255, 255, 255, .05);
    box-shadow: 0 16px 36px rgba(7, 19, 31, .12);
    backdrop-filter: blur(8px);
}

#footer .footer-brand-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#footer .footer-brand-card__logo {
    display: inline-flex;
    width: fit-content;
    padding: 10px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
}

#footer .footer-brand-card__logo img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 64px;
}

#footer .footer-brand-card__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: #8ec7ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

#footer .footer-brand-card__title {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

#footer .footer-brand-card__desc {
    margin: 0;
    color: rgba(220, 232, 243, .88);
    line-height: 1.85;
}

#footer .footer-brand-card__modules {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#footer .footer-brand-card__module {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
}

#footer .footer-brand-card__quick {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#footer .footer-brand-card__quick-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: #fff;
    font-weight: 500;
    transition: color .2s ease, transform .2s ease;
}

#footer .footer-brand-card__quick-link:hover,
#footer .footer-brand-card__quick-link:focus {
    color: #8ec7ff;
    text-decoration: none;
    transform: translateX(2px);
}

#footer .footer-brand-card__social {
    margin-top: auto;
}

#footer .footer-brand-card__social-label {
    display: block;
    margin-bottom: 10px;
    color: rgba(220, 232, 243, .78);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

#footer .footer-brand-card__social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#footer .footer-brand-card__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 16px;
    transition: background .2s ease, transform .2s ease;
}

#footer .footer-brand-card__social-link:hover,
#footer .footer-brand-card__social-link:focus {
    background: linear-gradient(135deg, #1d6f95 0%, #2fa4de 100%);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

#footer .footer-links-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

#footer .footer-nav-card .tit_ft,
#footer .footer-side-card .tit_ft {
    margin: 0 0 14px;
}

#footer .tit_ft span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

#footer .nav_ft {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .nav_ft li + li {
    margin-top: 9px;
}

#footer .nav_ft a {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(220, 232, 243, .86);
    line-height: 1.6;
    transition: color .2s ease, transform .2s ease;
}

#footer .nav_ft a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #6db6f3;
}

#footer .nav_ft a:hover,
#footer .nav_ft a:focus {
    color: #fff;
    text-decoration: none;
    transform: translateX(2px);
}

#footer .footer-side-grid {
    display: grid;
    grid-template-rows: auto auto;
    gap: 18px;
}

#footer .footer-side-card__note {
    margin: -2px 0 14px;
    color: rgba(220, 232, 243, .76);
    line-height: 1.7;
}

#footer .footer-tripadvisor {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
}

#footer .footer-tripadvisor img {
    max-width: 190px;
    height: auto;
}

#footer .footer-payment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

#footer .footer-payment-grid--single {
    margin-top: 14px;
    grid-template-columns: 1fr;
}

#footer .list_bank_ft img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 42px;
    object-fit: contain;
    border: 1px solid rgba(160, 189, 216, .24);
    border-radius: 14px;
    padding: 8px;
    margin-right: 0;
    background: rgba(255, 255, 255, .92);
}

#footer .footer-payment-grid--single a {
    display: inline-flex;
    justify-content: flex-start;
}

#footer .footer-payment-grid--single img {
    width: auto;
    min-width: 140px;
}

#footer .sc_footer_add {
    padding: 0 0 28px;
}

#footer .footer-contact-strip {
    display: grid;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 2fr);
    gap: 18px;
    padding: 22px;
    border: 1px solid rgba(149, 183, 214, .16);
    border-radius: 24px;
    background: rgba(255, 255, 255, .04);
}

#footer .footer-contact-strip__heading {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#footer .tit_add_ft {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

#footer .footer-contact-strip__heading p {
    margin: 0;
    color: rgba(220, 232, 243, .78);
    line-height: 1.8;
}

#footer .footer-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

#footer .footer-contact-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
}

#footer .icon_add_ft {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(142, 199, 255, .14);
    color: #8ec7ff;
    font-size: 18px;
}

#footer .footer-contact-card__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#footer .footer-contact-card__label {
    color: rgba(220, 232, 243, .7);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

#footer .footer-contact-card__value {
    color: #fff;
    line-height: 1.7;
    font-weight: 500;
}

#footer .footer-contact-card__value--link:hover,
#footer .footer-contact-card__value--link:focus {
    color: #8ec7ff;
    text-decoration: none;
}

#footer .sc_style_by {
    padding: 18px 0 22px;
    border-top: 1px solid rgba(149, 183, 214, .12);
}

#footer .footer-bottom-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 18px;
}

#footer .footer-bottom-bar__copy {
    color: rgba(220, 232, 243, .72);
    line-height: 1.8;
}

#footer .footer-bottom-bar__copy a {
    color: #fff;
    font-weight: 700;
}

#go_top {
    display: none;
    z-index: 99999;
    color: #fff;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #2a7fd0 0%, #1a5f9e 100%);
    text-align: center;
    border-radius: 999px;
    position: fixed;
    bottom: 90px;
    right: 15px;
    cursor: pointer;
    box-shadow: 0 16px 30px rgba(27, 79, 132, .24);
}

#go_top:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 18px 36px rgba(27, 79, 132, .3);
}

.footer-go-top-icon {
    font-size: 32px;
    line-height: 48px;
}

.footer-flash-message {
    position: fixed;
    top: 120px;
    right: 20px;
    z-index: 99999;
}

@media (max-width: 1199px) {
    #footer .footer-main-grid {
        grid-template-columns: 1fr 1fr;
    }

    #footer .footer-side-grid {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    #footer .sc_footer_main {
        padding-top: 36px;
    }

    #footer .footer-main-grid,
    #footer .footer-contact-strip {
        grid-template-columns: 1fr;
    }

    #footer .footer-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #footer .footer-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    #footer .footer-card,
    #footer .footer-contact-strip {
        padding: 18px 16px;
        border-radius: 20px;
    }

    #footer .footer-links-grid,
    #footer .footer-side-grid {
        grid-template-columns: 1fr;
    }

    #footer .footer-payment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #footer .footer-brand-card__title {
        font-size: 26px;
    }

    #footer .tit_add_ft {
        font-size: 22px;
    }
}

/* Gentle footer polish: preserve structure, add a little more depth and readability. */
#footer .footer-card {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

#footer .footer-card:hover {
    transform: translateY(-2px);
    border-color: rgba(149, 183, 214, .24);
    box-shadow: 0 20px 42px rgba(7, 19, 31, .16);
}

#footer .footer-brand-card__logo {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
}

#footer .footer-brand-card__quick-link i.fa,
#footer .footer-contact-card__value i.fa {
    color: #8ec7ff;
}

#footer .nav_ft a {
    padding-right: 4px;
}

#footer .footer-bottom-bar__copy {
    max-width: 760px;
}

/* Footer refresh for the wider shell: more breathing room, same structure. */
#footer .sc_footer_main {
    padding: 48px 0 34px;
}

#footer .footer-main-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.65fr) minmax(320px, .95fr);
    gap: 26px;
}

#footer .footer-card {
    padding: 26px 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .055);
}

#footer .footer-brand-card {
    gap: 16px;
}

#footer .footer-brand-card__title {
    font-size: 32px;
}

#footer .footer-brand-card__desc {
    max-width: 56ch;
}

#footer .footer-links-grid {
    gap: 20px;
}

#footer .footer-side-grid {
    gap: 20px;
}

#footer .sc_footer_add {
    padding: 0 0 32px;
}

#footer .footer-contact-strip {
    gap: 22px;
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 18px 42px rgba(7, 19, 31, .14);
}

#footer .footer-contact-grid {
    gap: 16px;
}

#footer .footer-contact-card {
    min-height: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, .07);
}

#footer .footer-payment-grid {
    gap: 12px;
}

@media (max-width: 1199px) {
    #footer .footer-main-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    #footer .sc_footer_main {
        padding-top: 38px;
    }

    #footer .footer-card,
    #footer .footer-contact-strip {
        padding: 20px 18px;
        border-radius: 22px;
    }

    #footer .footer-brand-card__title {
        font-size: 28px;
    }
}
