.elementor-3018 .elementor-element.elementor-element-6030cf7{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3018 .elementor-element.elementor-element-6030cf7:not(.elementor-motion-effects-element-type-background), .elementor-3018 .elementor-element.elementor-element-6030cf7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#082746;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3018 .elementor-element.elementor-element-41d8757{font-family:"Inter", Sans-serif;font-weight:400;color:#0F172A;}.elementor-3018 .elementor-element.elementor-element-41d8757 a{color:#FFFFFF;}/* Start custom CSS for text-editor, class: .elementor-element-41d8757 *//* Base Footer Styles */
.site-footer {
  
  color: #cbd5e1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 70px 20px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr 1fr;
  gap: 40px;
}

/* Brand Section */
.brand-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.brand-logo-box {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(201, 161, 74, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 161, 74, 0.25);
}

.brand-initials {
  color: #c9a14a;
  font-weight: 900;
  font-size: 18px;
}

.brand-name {
  font-weight: 900;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.1;
}

.brand-tagline {
  color: #94a3b8;
  font-size: 13px;
  margin-top: 2px;
}

.brand-description {
  color: #b6c2d0;
  line-height: 1.7;
  font-size: 14.5px;
  margin: 0 0 18px;
}

/* Buttons */
.brand-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.btn-primary-gold {
  background: #c9a14a;
  color: #07111d;
  text-decoration: none;
  font-weight: 800;
  padding: 12px 16px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s;
}

.btn-outline-white {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  transition: background 0.2s;
}

.btn-primary-gold:hover, .btn-outline-white:hover {
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.12);
}

.spanish-notice {
  margin-top: 18px;
  font-size: 13px;
  color: #94a3b8;
}

/* Navigation & Lists */
.footer-heading {
  font-weight: 900;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #c9a14a;
}

/* Content Boxes & Office Cards */
.quick-contact-box, .office-card {
  margin-top: 16px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
}

.office-grid {
  display: grid;
  gap: 12px;
}

.box-label, .office-name {
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.box-content, .office-address {
  color: #b6c2d0;
  font-size: 13.5px;
  line-height: 1.6;
}

.gold-link, .directions-link {
  color: #c9a14a;
  text-decoration: none;
  font-weight: 800;
}

.hours-notice {
  font-size: 13px;
  color: #94a3b8;
}

/* Bottom Bar */
.disclaimer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #061425;
}

.disclaimer-container {
  max-width: 1200px;
  margin: auto;
  padding: 18px 20px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.disclaimer-text {
  color: #94a3b8;
  font-size: 12.5px;
  line-height: 1.6;
  max-width: 670px;
}

.legal-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.legal-links a, .copyright {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 12.5px;
}

/* Responsive */
@media (max-width: 1024px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
}/* End custom CSS */