:root {
        --nh-bg: #05060a;
        --nh-bg-soft: #0b0f19;
        --nh-accent: #f2d49b;
        --nh-text: #e5e7eb;
        --nh-muted: #9ca3af;
    }

    .nh-footer {
        background: var(--nh-bg);
        color: var(--nh-text);
        padding: 2.5rem 1.5rem 1.75rem;
        border-top: 1px solid rgba(148, 163, 184, 0.25);
        font-size: 0.9rem;
    }

    .nh-footer-inner {
        max-width: 1100px;
        margin: 0 auto;
    }

    /* TOP ROW: 3 COLUMNS */
    .nh-footer-main {
        display: grid;
        grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.2fr) minmax(0, 1.3fr);
        gap: 1.75rem;
        align-items: center;
        margin-bottom: 1.9rem;
    }

    /* Left: Brand */
    .nh-footer-brand-title {
        font-size: 1.1rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
				font-family: 'Montserrat';
				
    }

    .nh-footer-brand-sub {
        font-size: 0.78rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: var(--nh-muted);
        margin-top: 0.2rem;
    }

    /* Center: Quick links */
    .nh-footer-nav {
        text-align: center;
    }

    .nh-footer-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-flex;
        gap: 1.75rem;
    }

    .nh-footer-nav a {
        text-decoration: none;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        color: var(--nh-text);
        position: relative;
        padding-bottom: 0.15rem;
        transition: color 0.18s ease;
    }

    .nh-footer-nav a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -0.2rem;
        width: 0;
        height: 2px;
        background: var(--nh-accent);
        transform: translateX(-50%);
        transition: width 0.18s ease;
    }

    .nh-footer-nav a:hover {
        color: var(--nh-accent);
    }

    .nh-footer-nav a:hover::after {
        width: 70%;
    }

    /* Right: Contact */
    .nh-footer-contact {
        text-align: right;
        color: var(--nh-muted);
        line-height: 1.5;
    }

    .nh-footer-contact-title {
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        margin-bottom: 0.25rem;
        color: var(--nh-text);
    }

    .nh-footer-contact a {
        color: var(--nh-text);
        text-decoration: none;
    }

    .nh-footer-contact a:hover {
        text-decoration: underline;
    }

    /* BOTTOM COPYRIGHT BAR */
    .nh-footer-bottom {
        margin-top: 0.5rem;
    }

    .nh-footer-bottom-bar {
        background: var(--nh-bg-soft);
        border-radius: 8px;
        padding: 0.75rem 1.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--nh-muted);
        font-size: 0.8rem;
    }

    /* RESPONSIVE */
    @media (max-width: 800px) {
        .nh-footer-main {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .nh-footer-contact {
            text-align: center;
        }
    }

.custom-footer {
  background: #02050d;
  padding: 0px 40px;
  color: #ffffff;
}

/* Top Row */
.footer-top {
  text-align: center;
  margin-bottom: 60px;
}

.footer-top h2 {
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 12px;
  color: #d7dced;
}

.footer-top p {
  font-size: 24px;
  color: #aeb7d1;
  letter-spacing: 1px;
}

/* Bottom Row */
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  gap: 80px;

  flex-wrap: wrap;
}

.footer-column {
  flex: 1;
  min-width: 280px;
}

.footer-heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.footer-heading.red {
  color: #ff2b2b;
  font-style: italic;
}

.footer-heading.gold {
  color: #d8c18a;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 18px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 0.7;
}

.footer-contact p {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.6;
  color: #d9d9d9;
}

/* Tablet */
@media (max-width: 991px) {
  .footer-top h2 {
    font-size: 38px;
  }

  .footer-top p {
    font-size: 20px;
  }

  .footer-bottom {
    gap: 50px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .custom-footer {
    padding: 60px 25px;
  }

  .footer-top {
    margin-bottom: 50px;
  }

  .footer-top h2 {
    font-size: 32px;
  }

  .footer-top p {
    font-size: 18px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 50px;
  }

  .footer-heading {
    margin-bottom: 20px;
  }
}

header .main-header-menu .sub-menu {
	background: #05060a;
}

.ninjaTechnology-gradient {
  background: linear-gradient(90deg, #05629A 0%, #db3502 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ninjaTechnology-home-h2 {
  background: linear-gradient(90deg, #232E46 0%, #05629A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ninjasense-icon-text p {
	margin-bottom: auto;
}
.servicePage-hero-subheading {
	max-width: 640px;
}
.servicePage-service-item-box {
  border-top: 4px solid #DB3502!important; 
}
@media (max-width: 800px) {
	.elementor-1616 .elementor-element.elementor-element-b76b347 {
		    background-image: url(https://ninjaheatingandcooling.com/wp-content/uploads/2026/04/ServBar2.png)!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
	}
}
