.elementor-9 .elementor-element.elementor-element-3d878d0{--display:flex;--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-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-90aee9e *//* ============================================================
   RIGGS LONDON — FOOTER  |  Theme: Cinematic Mono
   ============================================================ */

/* ---------- TOKENS ---------- */
.cf-footer-wrapper {
  --cf-bg:          #383838;
  --cf-bg-deep:     #383838;
  --cf-text:        #FFFFFF !important ;
  --cf-muted:       #FFFFFF;
  --cf-line:        rgba(255, 255, 255, 0.12);
  --cf-line-strong: rgba(255, 255, 255, 0.32);
  --cf-accent:      #FFFFFF;

  --cf-font: "Jost", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;

  --cf-pad-y: 76px;
  --cf-pad-x: 24px;
  --cf-gap:   34px;
}

/* ---------- WRAPPER ---------- */
.cf-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--cf-gap);

  box-sizing: border-box;
  width: 100%;
  padding: var(--cf-pad-y) var(--cf-pad-x);

  background: linear-gradient(180deg, var(--cf-bg) 0%, var(--cf-bg-deep) 100%);
  border-top: 1px solid var(--cf-line);

  font-family: var(--cf-font);
  text-align: center;
  color: var(--cf-muted);
  -webkit-font-smoothing: antialiased;
}

.cf-footer-wrapper * { box-sizing: border-box; }

/* ---------- SOCIAL ICONS ---------- */
.cf-social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.cf-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;
  border: 1px solid var(--cf-line);
  border-radius: 50%;

  color: var(--cf-muted);
  font-size: 15px;
  line-height: 1;
  text-decoration: none;

  transition: color .35s ease, border-color .35s ease,
              background-color .35s ease, transform .35s ease;
}

.cf-social-links a:hover,
.cf-social-links a:focus-visible {
  color: var(--cf-bg);
  background-color: var(--cf-accent);
  border-color: var(--cf-accent);
  transform: translateY(-2px);
  outline: none;
}

.cf-social-links a:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.cf-social-links i { display: block; }

/* ---------- COMPANY TEXT ---------- */
.cf-footer-text {
  max-width: 760px;
  margin: 0;

  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: .015em;
  color: var(--cf-muted);
}

.cf-footer-text::before {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin: 0 auto 28px;
  background: var(--cf-line-strong);
}

/* ---------- LOGO ---------- */
.cf-footer-logo { line-height: 0; }

.cf-footer-logo a {
  display: inline-block;
  text-decoration: none;
}

.cf-footer-logo img {
  display: block;
  width: auto;
  height: 58px;
  max-width: 260px;
  object-fit: contain;

  opacity: .85;
  transition: opacity .35s ease;
}

.cf-footer-logo a:hover img,
.cf-footer-logo a:focus-visible img { opacity: 1; }

/* Dark logo file? Uncomment to force it white:
.cf-footer-logo img { filter: brightness(0) invert(1); }
*/

/* ---------- LOCATION / CURRENCY ---------- */
.cf-footer-location a {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid var(--cf-line);
  border-radius: 2px;

  font-size: 11px;
  font-weight: 400;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--cf-muted);

  transition: color .35s ease, border-color .35s ease,
              background-color .35s ease;
}

.cf-footer-location a:hover,
.cf-footer-location a:focus-visible {
  color: var(--cf-bg);
  background-color: var(--cf-accent);
  border-color: var(--cf-accent);
  outline: none;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .cf-footer-wrapper { --cf-pad-y: 56px; --cf-gap: 28px; }
  .cf-footer-text    { font-size: 13px; line-height: 1.95; }
  .cf-footer-logo img { height: 48px; }
}

@media (max-width: 420px) {
  .cf-footer-wrapper { --cf-pad-y: 44px; --cf-pad-x: 18px; }
  .cf-social-links   { gap: 10px; }
  .cf-social-links a { width: 38px; height: 38px; font-size: 14px; }
  .cf-footer-text::before { margin-bottom: 22px; }
}

/* ---------- MOTION PREFERENCE ---------- */
@media (prefers-reduced-motion: reduce) {
  .cf-footer-wrapper * { transition: none !important; }
  .cf-social-links a:hover { transform: none; }
}/* End custom CSS */