.elementor-237 .elementor-element.elementor-element-ae3ab7d{--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;--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-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-237 .elementor-element.elementor-element-35a3fd8{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-237 .elementor-element.elementor-element-35a3fd8:not(.elementor-motion-effects-element-type-background), .elementor-237 .elementor-element.elementor-element-35a3fd8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f39720;}.elementor-237 .elementor-element.elementor-element-82cd8d8{text-align:center;color:#FFFFFF;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-dbed7f7 *//* --- FOOTER MAIN CONTAINER SCOPE --- */
.premium-architect-footer {
  background-color: #ffffff; /* Requested Pure White Background */
  padding: 90px 0 0 0;
  border-top: 1px solid #e2e8f0;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
  position: relative;
}

/* Master Grid Alignment */
.footer-upper-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px 60px 24px;
  display: grid;
  grid-template-columns: 24% 12% 18% 18% 28%;
  gap: 35px;
}

/* --- COLUMN 1: BRAND LOGO & INFO --- */
.footer-brand-column {
  display: flex;
  flex-direction: column;
}

.footer-logo-wrapper {
  margin-bottom: 22px;
}

.footer-brand-logo {
  max-width: 190px;
  height: auto;
  object-fit: contain;
  display: block;
}

.footer-brand-statement {
  font-size: 14px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

/* --- COLUMNS GENERAL REUSE PROPERTIES --- */
.footer-column-heading {
  font-size: 16px;
  font-weight: 700;
  color: #002e5b; /* Deep Navy Corporate Theme */
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.heading-underline-accent {
  width: 30px;
  height: 3px;
  background-color: #D4AF37; /* Premium Gold Accents */
  border-radius: 4px;
  margin-bottom: 25px;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav-list li a {
  font-size: 14.5px;
  color: #334155;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.25s ease;
  display: inline-block;
}

.footer-nav-list li a:hover {
  color: #002e5b;
  transform: translateX(4px);
}

/* Dense Data List Adjustments (Services & Products Columns) */
.link-dense-layout .footer-nav-list {
  gap: 8px;
}

.link-dense-layout .footer-nav-list li a {
  font-size: 13.5px;
  color: #475569;
  font-weight: 500;
}

.link-dense-layout .footer-nav-list li a:hover {
  color: #D4AF37; /* Gold Shift on list item hover */
}

/* --- COLUMN 5: REACH OUT NODES --- */
.contact-info-block {
  display: flex;
  flex-direction: column;
}

.footer-contact-item-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.contact-vector-icon {
  width: 18px;
  height: 18px;
  color: #002e5b;
  margin-top: 3px;
  flex-shrink: 0;
}

.mail-tint {
  color: #D4AF37;
}

.contact-numbers-stack {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-numbers-stack a,
.footer-email-anchor {
  font-size: 15px;
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-numbers-stack a:hover,
.footer-email-anchor:hover {
  color: #D4AF37;
}

/* Corporate Address Layout Nodes */
.footer-address-wrapper {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.address-node-card {
  background-color: #f8fafc;
  border-left: 3px solid #002e5b;
  padding: 10px 14px;
  border-radius: 0 10px 10px 0;
}

.address-node-card.plant-tag-card {
  border-left-color: #D4AF37;
}

.office-tag {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #002e5b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.plant-tag {
  color: #b89228;
}

.address-node-card p {
  font-size: 13px;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}

/* --- FOOTER BOTTOM STRIP --- */
.footer-bottom-bar {
  background-color: #f4871f;
  padding: 22px 0;
  margin-top: 20px;
}

.bottom-bar-inner-flex {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-bar-inner-flex p {
  font-size: 13.5px;
  color: #cbd5e1;
  margin: 0;
}

.developer-credit-tag {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff !important;
}

/* --- ECOSYSTEM RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1200px) {
  .footer-upper-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .footer-brand-column {
    grid-column: span 3;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 30px;
  }
  .footer-brand-logo {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .footer-upper-container {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-bottom: 40px;
  }
  .footer-brand-column {
    grid-column: span 1;
  }
  .heading-underline-accent {
    margin-bottom: 16px;
  }
  .bottom-bar-inner-flex {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}/* End custom CSS */