.elementor-402 .elementor-element.elementor-element-6047929{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-402 .elementor-element.elementor-element-6047929.e-con{--align-self:stretch;}.elementor-402 .elementor-element.elementor-element-55b3406{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-402 .elementor-element.elementor-element-55b3406.elementor-element{--align-self:stretch;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* ===== Footer palette (scoped to Elementor footer) ===== */
.elementor-location-footer .kg-footer{
  --foot-bg:#1b4c6e;
  --foot-text:#EAF2F7;
  --foot-muted:#B9C8D5;
  --foot-head:#FFFFFF;
  --foot-accent:#EF4445;
  --foot-line:rgba(255,255,255,.18);
  --foot-card:rgba(255,255,255,.06);

  --wrap-max:1200px;
  --g-gap:clamp(18px,3vw,40px);
  --pad-y:clamp(28px,5vw,56px);

  /* logo sizing token (no more conflicting rules) */
  --logo-max:clamp(64px,9vw,92px);
}

/* ===== Shell ===== */
.elementor-location-footer .kg-footer{
  background:var(--foot-bg);
  color:var(--foot-text);
}

/* ===== Grid ===== */
.elementor-location-footer .kg-footer__wrap{
  max-width:var(--wrap-max);
  margin:0 auto;
  padding:var(--pad-y) 16px;
  display:grid;
  grid-template-columns:1.6fr .9fr .9fr; /* Brand bigger */
  gap:var(--g-gap);
  align-items:start;
}

/* ===== Brand ===== */
.elementor-location-footer .kg-foot__brand{
  display:flex; flex-direction:column;
  min-height:clamp(140px,22vh,260px);
}
.elementor-location-footer .kg-foot__logo img{
  display:block; height:auto; max-height:var(--logo-max); max-width:100%;
}
.elementor-location-footer .kg-foot__grow{ flex:1 1 auto; }
.elementor-location-footer .kg-foot__ctaRow{ display:flex; gap:10px; flex-wrap:wrap; }

.elementor-location-footer .kg-footer .btn{
  display:inline-block; border-radius:12px; padding:11px 16px;
  font-weight:800; letter-spacing:.4px; text-transform:uppercase; font-size:13px;
}
.elementor-location-footer .kg-footer .btn--primary{
  background:var(--foot-accent); color:#fff; box-shadow:0 10px 22px rgba(239,68,69,.28);
}
.elementor-location-footer .kg-footer .btn--secondary{
  background:var(--foot-card); color:#fff; border:1px solid var(--foot-line);
}

/* ===== Heads & lists ===== */
.elementor-location-footer .kg-foot__head{
  margin:0 0 10px 0; color:var(--foot-head);
  font-weight:900; text-transform:uppercase; letter-spacing:.6px;
  border-bottom:2px solid var(--foot-line); padding-bottom:8px;
}
.elementor-location-footer .kg-foot__nav ul,
.elementor-location-footer .kg-foot__list{
  list-style:none; margin:12px 0 0; padding:0; display:grid; gap:10px;
}
.elementor-location-footer .kg-foot__nav a,
.elementor-location-footer .kg-foot__list a{
  color:var(--foot-text); text-decoration:none;
}
.elementor-location-footer .kg-foot__nav a:hover,
.elementor-location-footer .kg-foot__list a:hover{
  color:#fff; text-decoration:underline;
}

/* Email: prevent theme overrides + allow wrapping on mobile */
.elementor-location-footer .kg-foot__list a[href^="mailto:"]{
  text-transform:none !important;
  overflow-wrap:anywhere;   /* breaks long emails cleanly */
  word-break:break-word;
}

/* ===== Socials ===== */
.elementor-location-footer .kg-foot__social{ display:flex; gap:10px; margin-top:14px; }
.elementor-location-footer .kg-social{
  width:40px; height:40px; border-radius:10px; display:grid; place-items:center;
  background:var(--foot-card); border:1px solid var(--foot-line);
}
.elementor-location-footer .kg-social svg{ width:18px; height:18px; fill:#fff; }

/* ===== Legal strip ===== */
.elementor-location-footer .kg-foot__legal{
  border-top:1px solid var(--foot-line); background:rgba(0,0,0,.08);
}
.elementor-location-footer .kg-foot__legalWrap{
  max-width:var(--wrap-max);
  margin:0 auto; padding:14px 16px;
  display:flex; justify-content:space-between; align-items:center; gap:12px;
  color:var(--foot-muted); flex-wrap:wrap; /* allows wrap on narrow tablets */
}
.elementor-location-footer .kg-disclaimerBox{
  border:1px solid var(--foot-line); background:rgba(255,255,255,.04);
  color:var(--foot-text); padding:8px 12px; border-radius:10px; line-height:1.3;
}
.elementor-location-footer .kg-copy a{ color:var(--foot-text); }

/* ===== Responsive ===== */
@media (max-width:980px){
  .elementor-location-footer .kg-footer__wrap{ grid-template-columns:1fr 1fr; }
}
@media (max-width:640px){
  .elementor-location-footer .kg-footer__wrap{
    grid-template-columns:1fr; text-align:center;
  }
  .elementor-location-footer .kg-foot__brand{ min-height:auto; }
  .elementor-location-footer .kg-foot__logo img{ margin:0 auto; }
  .elementor-location-footer .kg-foot__ctaRow,
  .elementor-location-footer .kg-foot__social{ justify-content:center; }
  .elementor-location-footer .kg-foot__nav ul,
  .elementor-location-footer .kg-foot__list{ justify-items:center; }
  .elementor-location-footer .kg-foot__legalWrap{
    flex-direction:column; text-align:center; gap:10px;
  }
}
/* Email: one line on desktop, wrap only on tablet/mobile */
.elementor-location-footer .kg-foot__list a[href^="mailto:"]{
  text-transform:none !important;
  white-space: nowrap;          /* keep on one line */
  overflow-wrap: normal;
  word-break: normal;
}

/* ≤980px: allow a graceful wrap */
@media (max-width:980px){
  .elementor-location-footer .kg-foot__list a[href^="mailto:"]{
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}/* End custom CSS */