.elementor-4685 .elementor-element.elementor-element-8e50b60{--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;}/* Start custom CSS for shortcode, class: .elementor-element-586400e *//* ================================
   MORAN - CHIYODA STYLE FOOTER
   Paste into Royal Addons Custom CSS
   ================================ */

:root{
  --m-chi-bg1:#000000;
  --m-chi-bg2:#050b2a;
  --m-chi-line: rgba(255,255,255,.14);
  --m-chi-text: rgba(255,255,255,.92);
  --m-chi-muted: rgba(255,255,255,.70);
  --m-chi-faint: rgba(255,255,255,.55);
  --m-chi-accent: #00D02D;      /* your eco-green */
  --m-chi-accent2:#1C3FAA;      /* your electric-blue */
  --m-chi-max: 1400px;
}

/* Wrapper */
.moran-chi-footer{
  position: relative;
  color: var(--m-chi-text);
  background: radial-gradient(1200px 600px at 70% 20%, rgba(28,63,170,.25), transparent 60%),
              linear-gradient(135deg, var(--m-chi-bg1) 0%, var(--m-chi-bg2) 55%, var(--m-chi-bg1) 100%);
  overflow: hidden;
}

/* subtle top highlight line */
.moran-chi-footer::before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height:2px;
  background: linear-gradient(90deg, rgba(28,63,170,.0), rgba(28,63,170,.65), rgba(0,208,45,.65), rgba(28,63,170,.65), rgba(28,63,170,.0));
  pointer-events:none;
}

.moran-chi-inner{
  max-width: var(--m-chi-max);
  margin: 0 auto;
  padding: 44px 28px 34px;
}

/* Brand row */
.moran-chi-brandrow{
  padding-bottom: 22px;
  border-bottom: 1px solid var(--m-chi-line);
  margin-bottom: 26px;
}

.moran-chi-brand{
  display:flex;
  align-items:center;
  gap: 16px;
  text-decoration:none;
  color: var(--m-chi-text);
}

.moran-chi-logo{
  width: 64px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.35));
}

.moran-chi-brandtext{
  display:flex;
  flex-direction:column;
  gap: 2px;
  line-height: 1.2;
}

.moran-chi-brandname{
  font-weight: 700;
  letter-spacing: .2px;
  font-size: 16px;
}

.moran-chi-brandtag{
  font-size: 13px;
  color: var(--m-chi-muted);
}

/* Mega grid */
.moran-chi-mega{
  display:grid;
  grid-template-columns: 1.1fr 1.1fr 1.1fr 1.6fr; /* last wider like Chiyoda */
  gap: 28px 34px;
}

/* Column */
.moran-chi-col{
  min-width: 0;
}

.moran-chi-title{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .3px;
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--m-chi-line);
  color: var(--m-chi-text);
}

.moran-chi-title-small{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.moran-chi-links{
  list-style:none;
  margin: 12px 0 4px;
  padding: 0;
  display:flex;
  flex-direction:column;
  gap: 10px;
}

.moran-chi-links a{
  color: var(--m-chi-muted);
  text-decoration:none;
  font-size: 13px;
  line-height: 1.55;
  display:inline-block;
  transition: color .18s ease, transform .18s ease;
}

.moran-chi-links a:hover{
  color: #ffffff;
  transform: translateX(2px);
}

.moran-chi-divider{
  height: 18px;
}

/* Contact block (right side) */
.moran-chi-contact{
  display:flex;
  flex-direction:column;
  gap: 10px;
  margin-top: 12px;
}

.moran-chi-contactrow{
  display:grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  align-items:start;
}

.moran-chi-label{
  color: var(--m-chi-faint);
  font-size: 12px;
  letter-spacing: .2px;
}

.moran-chi-value{
  color: var(--m-chi-muted);
  font-size: 13px;
  line-height: 1.6;
}

.moran-chi-value a{
  color: var(--m-chi-muted);
  text-decoration:none;
}

.moran-chi-value a:hover{
  color:#fff;
}

/* Social */
.moran-chi-social{
  margin-top: 10px;
}

.moran-chi-sociallinks{
  display:flex;
  gap: 10px;
  align-items:center;
}

.moran-chi-socialbtn{
  width: 40px;
  height: 40px;
  border: 1px solid var(--m-chi-line);
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color: var(--m-chi-text);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .2px;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
  background: rgba(255,255,255,.04);
}

.moran-chi-socialbtn:hover{
  transform: translateY(-2px);
  border-color: rgba(0,208,45,.55);
  background: linear-gradient(135deg, rgba(0,208,45,.18), rgba(28,63,170,.18));
}

/* Bottom bar (Chiyoda-style white strip feel, but still dark) */
.moran-chi-bottombar{
  border-top: 1px solid var(--m-chi-line);
  background: rgba(255,255,255,.03);
}

.moran-chi-bottominner{
  max-width: var(--m-chi-max);
  margin: 0 auto;
  padding: 16px 28px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 16px;
  flex-wrap: wrap;
}

.moran-chi-legal{
  display:flex;
  gap: 18px;
  flex-wrap: wrap;
}

.moran-chi-legal a{
  color: var(--m-chi-faint);
  text-decoration:none;
  font-size: 12px;
}

.moran-chi-legal a:hover{
  color:#fff;
}

.moran-chi-copy{
  color: var(--m-chi-faint);
  font-size: 12px;
}

/* Back to top */
.moran-chi-backtotop{
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--m-chi-line);
  background: rgba(0,0,0,.55);
  color: #fff;
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
  z-index: 9999;
}

.moran-chi-backtotop.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.moran-chi-backtotop:hover{
  background: rgba(0,208,45,.18);
}

/* Responsive */
@media (max-width: 1024px){
  .moran-chi-mega{
    grid-template-columns: 1fr 1fr;
    gap: 26px 26px;
  }
}

@media (max-width: 640px){
  .moran-chi-inner{
    padding: 34px 18px 26px;
  }
  .moran-chi-mega{
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .moran-chi-contactrow{
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .moran-chi-logo{
    width: 56px;
  }
}/* End custom CSS */