.elementor-kit-689{--e-global-color-primary:#000000;--e-global-color-secondary:#FFF8F8;--e-global-color-text:#000000;--e-global-color-accent:#0046A3;--e-global-color-inverse_primary:#D4AA6B;--e-global-color-d3e2554:#D60000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:2rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.333em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.429em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.429em;--e-global-typography-inverse_primary-font-family:"Montserrat";}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === NTA Branch Footer - Full Width, Black Theme with Gold Accents === */
.nta-branch-footer-black {
  width: 100%;
  background: #000000;
  border-top: 3px solid #C79C52;
  font-family: "Poppins", system-ui, sans-serif;
  color: #ffffff;
  padding: 60px 5% 50px;
  box-sizing: border-box;
}

.nta-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
}

.nta-footer-inner p {
  margin: 8px 0;
  font-size: 16px;
}

.nta-footer-inner b {
  color: #C79C52;
}

.nta-footer-inner a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nta-footer-inner a:hover {
  color: #C79C52;
}

/* Social Icons - Original Colors */
.nta-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.nta-social-icons a {
  font-size: 26px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nta-social-icons a:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}

/* Responsive */
@media (max-width: 768px) {
  .nta-footer-inner p {
    font-size: 15px;
  }
  .nta-social-icons {
    gap: 22px;
  }
  .nta-social-icons a {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .nta-footer-inner {
    padding: 0 10px;
  }
  .nta-footer-inner p {
    font-size: 14px;
  }
  .nta-social-icons a {
    font-size: 21px;
  }
}/* End custom CSS */