.elementor-38 .elementor-element.elementor-element-0981fc4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-38 .elementor-element.elementor-element-14c73a3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-14c73a3 *//* ============================================================
   BESPOKE TRAVEL – FOOTER (FULL WIDTH)
   ============================================================ */

.bt-footer {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 3rem 0 2.4rem;
    color: #222;
    font-size: 0.9rem;
}

/* ✅ True full-width content area + controlled padding */
.bt-footer-inner,
.bt-footer-bottom-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

/* Top layout – 3 columns */
.bt-footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.3fr) minmax(0, 1.3fr);
    gap: 3rem;
    align-items: flex-start;
    padding-bottom: 34px; /* breathing space above divider */
}

/* Generic column */
.bt-footer-col { min-width: 0; }

.bt-footer-col p {
    margin: 0 0 0.6rem;
    color: #222;
}

/* Brand column */
.bt-footer-col--brand { max-width: 520px; }

.bt-footer-logo-image {
    width: 170px;
    height: auto;
    display: block;
    margin: 0 0 0.8rem 0;
}

/* Headings */
.bt-footer-heading {
    font-family: Georgia, serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin: 0 0 1rem;
    color: #111;
}

/* Quick links list */
.bt-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.bt-footer-links a {
    display: inline-block;
    position: relative;
    color: #222;
    text-decoration: none;
    transition: color 0.22s ease;
}

.bt-footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.14rem;
    width: 0;
    height: 1px;
    background: #1846a3;
    transition: width 0.22s ease;
}

.bt-footer-links a:hover { color: #1846a3; }
.bt-footer-links a:hover::after { width: 100%; }

/* Email link */
.bt-footer-col p a {
    color: #1846a3;
    text-decoration: none;
    position: relative;
}

.bt-footer-col p a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.12rem;
    width: 0;
    height: 1px;
    background: #1846a3;
    transition: width 0.22s ease;
}
.bt-footer-col p a:hover::after { width: 100%; }

/* Social icons */
.bt-footer-socials {
    display: flex;
    align-items: center;
    gap: 1.3rem;
    margin-top: 1rem;
}

.bt-footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #555;
    transition: color 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
}

.bt-footer-socials svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.bt-footer-socials a:hover {
    color: #1846a3;
    transform: translateY(-2px);
    opacity: 1;
}

/* Bottom bar */
.bt-footer-bottom {
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 14px 0;
}

.bt-footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #777;
}

.bt-footer-bottom-inner a {
    color: inherit;
    text-decoration: none;
    position: relative;
}

.bt-footer-bottom-inner a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.1rem;
    width: 0;
    height: 1px;
    background: #1846a3;
    transition: width 0.22s ease;
}
.bt-footer-bottom-inner a:hover::after { width: 100%; }

/* Credits spacing */
.bt-footer-credits { text-align: center; }

/* Legal links */
.bt-footer-legal {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.bt-footer-legal-sep {
    opacity: 0.6;
}

/* Responsive */
@media (max-width: 900px) {
    .bt-footer-inner {
        grid-template-columns: 1.6fr 1fr;
        gap: 2.2rem;
    }
    .bt-footer-col--brand {
        grid-column: 1 / -1;
        max-width: 620px;
    }
}

@media (max-width: 640px) {
    .bt-footer-inner,
    .bt-footer-bottom-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .bt-footer-inner {
        grid-template-columns: 1fr;
        row-gap: 2.2rem;
    }

    .bt-footer-socials { justify-content: flex-start; }

    .bt-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .bt-footer-legal {
        white-space: normal;
        flex-wrap: wrap;
        gap: 8px;
    }
}/* End custom CSS */