#webuild-shared-footer {
    background:
        radial-gradient(circle at 88% 56%, rgba(201, 163, 93, .1), transparent 28%),
        linear-gradient(110deg, #0b121b 0%, #0d141c 62%, #17150f 100%) !important;
    border-top: 1px solid rgba(201, 163, 93, .24);
    color: rgba(255, 255, 255, .72);
    padding: 72px 0 0 !important;
}

#webuild-shared-footer * { box-sizing: border-box; }
#webuild-shared-footer .wsf-logo { display: block; height: auto; margin-bottom: 30px; width: 92px; }
#webuild-shared-footer .wsf-grid { display: grid; gap: 64px; grid-template-columns: .95fr 1.35fr; }
#webuild-shared-footer .wsf-nav-grid { display: grid; gap: 46px; grid-template-columns: 1fr 1fr; }
#webuild-shared-footer .wsf-nav-grid nav { height: auto; }
#webuild-shared-footer h3,
#webuild-shared-footer h4 { color: #fff; letter-spacing: 0; text-transform: uppercase; }
#webuild-shared-footer h3 { font-size: clamp(34px, 4vw, 52px); font-weight: 400; line-height: 1; margin: 0 0 20px; }
#webuild-shared-footer h4 { font-size: 15px; margin: 0 0 18px; }
#webuild-shared-footer ul { list-style: none; margin: 0; padding: 0; }
#webuild-shared-footer .wsf-links li { margin: 0 0 10px; }
#webuild-shared-footer a { color: rgba(255, 255, 255, .77); text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease; }
#webuild-shared-footer a:hover { color: #e0bd73; }

#webuild-shared-footer .wsf-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 48px; }
#webuild-shared-footer .wsf-social a {
    align-items: center;
    border: 1px solid rgba(224, 189, 115, .34);
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}
#webuild-shared-footer .wsf-social a:hover { background: #c9a35d; border-color: #c9a35d; color: #101720; }
#webuild-shared-footer .wsf-social svg { fill: currentColor; height: 15px; width: 15px; }

#webuild-shared-footer .wsf-heading-row { align-items: flex-start; display: flex; justify-content: space-between; }
#webuild-shared-footer .wsf-arrow { height: auto; opacity: .6; width: 64px; }
#webuild-shared-footer .wsf-label { color: rgba(255, 255, 255, .52); display: block; font-size: 14px; margin-bottom: 5px; }
#webuild-shared-footer .wsf-email,
#webuild-shared-footer .wsf-phone { color: #fff; display: inline-block; font-size: 22px; margin-bottom: 22px; text-transform: uppercase; }
#webuild-shared-footer .wsf-email { text-transform: lowercase; }
#webuild-shared-footer .wsf-phone-list { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 22px; }
#webuild-shared-footer .wsf-phone-list .wsf-phone { margin-bottom: 0; white-space: nowrap; }
#webuild-shared-footer .wsf-rule { border-top: 1px solid rgba(255, 255, 255, .14); margin: 2px 0 20px; }

#webuild-shared-footer .wsf-location-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 14px 0 22px; }
#webuild-shared-footer .wsf-location {
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(201, 163, 93, .25);
    min-height: 150px;
    padding: 18px 16px;
}
#webuild-shared-footer .wsf-location strong { color: #fff; display: block; font-size: 16px; margin-bottom: 8px; }
#webuild-shared-footer .wsf-location li { margin: 0 0 5px 16px; }
#webuild-shared-footer .wsf-hq { line-height: 1.55; }
#webuild-shared-footer .wsf-hq strong { color: #fff; display: block; font-size: 17px; margin: 4px 0 6px; }
#webuild-shared-footer .wsf-bottom { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 58px; padding: 22px 0; text-align: center; }
#webuild-shared-footer .wsf-bottom p { color: rgba(255, 255, 255, .76); margin: 0; }

.webuild-floating-actions {
    bottom: 86px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: fixed;
    right: 20px;
    z-index: 1100;
}
.webuild-floating-actions .wfa-button {
    align-items: center;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
    color: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    transition: transform .2s ease, box-shadow .2s ease;
    width: 50px;
}
.webuild-floating-actions .wfa-button:hover { color: #fff; box-shadow: 0 12px 28px rgba(0, 0, 0, .36); transform: translateY(-2px); }
.webuild-floating-actions .wfa-call { background: #c9a35d; }
.webuild-floating-actions .wfa-whatsapp { background: #25d366; }
.webuild-floating-actions svg { fill: currentColor; height: 23px; width: 23px; }

@media (max-width: 991px) {
    #webuild-shared-footer .wsf-grid { gap: 48px; grid-template-columns: 1fr; }
    #webuild-shared-footer .wsf-left { border-bottom: 1px solid rgba(255, 255, 255, .1); padding-bottom: 42px; }
}

@media (max-width: 575px) {
    #webuild-shared-footer { padding-top: 56px !important; }
    #webuild-shared-footer .wsf-nav-grid,
    #webuild-shared-footer .wsf-location-grid { grid-template-columns: 1fr; }
    #webuild-shared-footer .wsf-nav-grid { gap: 34px; }
    #webuild-shared-footer .wsf-heading-row { gap: 20px; }
    #webuild-shared-footer .wsf-arrow { width: 48px; }
    #webuild-shared-footer .wsf-email,
    #webuild-shared-footer .wsf-phone { font-size: 19px; }
    #webuild-shared-footer .wsf-bottom { margin-top: 42px; }
    .webuild-floating-actions { bottom: 76px; right: 14px; }
    .webuild-floating-actions .wfa-button { height: 46px; width: 46px; }
}
