/* ── Top Bar ── */
.header-v4 .topbar {
  background-color: #F2F2F2;
  color: black;
}

/* ── Footer ── */
.site-footer {
  background-color: #c0e0f0;
}
.footer-widgets {
  background-color: #F2F2F2;
  color: #0a0a0a;
}
.footer-widgets .widget-title {
  color: #050505;
}
.footer-widgets .footer-widget-contact .detail span {
  color: #050505;
}
.footer-widgets ul {
  border: 0 0 0 1px solid #006CFF !important;
  padding: 0;
  margin: 0;
}

/* ── Portfolio ── */
.mf-portfolio ul.nav-filter.dark li a {
  color: #d3d3d3;
}
.mf-portfolio ul.nav-filter.dark li a.active,
.mf-portfolio ul.nav-filter.dark li a:hover,
ul.nav-filter li a.active {
  color: #fff;
}
.project-inner .project-summary h2 {
  font-size: 18px;
}
.portfolio-navigation {
  display: none;
}
.single-portfolio .entry-thumbnail {
  margin-bottom: 35px;
  position: relative;
  display: none;
}

/* ── Buttons & Forms ── */
.mf-btn,
.wpcf7-form input[type="submit"] {
  color: #fff;
}

/* ── Navigation Dropdowns ── */
.main-nav ul ul {
  background-color: #3793bd;
}
.main-nav li li a {
  color: #fff;
}
.main-nav li li a:hover {
  color: #fff;
  font-weight: bold;
}

/* ── Office Location Widget ── */
.induscity-office-location-widget .office-switcher a {
  color: #fff;
  font-weight: 500;
}
.induscity-office-location-widget .office-switcher ul li {
  padding: 5px 0;
  cursor: pointer;
  border-bottom: 1px solid #d3d3d3;
  line-height: 1.2;
  color: #fff;
}

/* ── Get A Quote Button ── */
.nav-cta-btn {
  display: flex !important;
  align-items: center !important;
}
.nav-cta-btn > a {
  background-color: #2b7fd4 !important;
  color: #ffffff !important;
  padding: 8px 16px !important;
  border-radius: 3px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  border: 2px solid #2b7fd4 !important;
  transition: all 0.2s ease !important;
}
.nav-cta-btn > a:hover {
  background-color: #ffffff !important;
  color: #2b7fd4 !important;
  border: 2px solid #2b7fd4 !important;
}

.nav-cta-btn > a {
  margin-top: -10px !important;
}