.contact-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 100%;
  background: var(--color-surface);
  padding: 4rem 2rem;
  box-sizing: border-box;
}

/* Make the inner content expand */
.contact-hero {
  flex: 1;
  max-width: 100%;
}

/* Optional: make it look balanced and centered */
#get-in-touch {
  display: flex;
  justify-content: center;
  background: var(--color-surface);
  padding: 4rem 0;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  align-items: stretch;
}

.qc-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.qc-widget {
  flex: 1 1 320px;
  max-width: 500px;
  box-sizing: border-box;
}

.expertise-hero-panel {
  grid-column: span 2;
  min-width: 400px;
}

.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-navigationtoggle-icon1 {
  color: var(--color-on-surface);
  width: 24px;
  height: 24px;
  display: flex;
  transition: all 0.3s var(--animation-curve-primary);
  align-items: center;
  justify-content: center;
}
 
.navigation-navigationtoggle-icon2 {
  color: var(--color-on-surface);
  width: 24px;
  height: 24px;
  display: flex;
  transition: all 0.3s var(--animation-curve-primary);
  align-items: center;
  justify-content: center;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}
 
.navigation-container6 {
  display: none;
}
 
.navigation-container7 {
  display: contents;
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
.footer-container4 {
  display: none;
}
 
.footer-container5 {
  display: contents;
}
 
.footer-container6 {
  display: none;
}
 
.footer-container7 {
  display: contents;
}

.about-us-container10 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.about-us-container11 {
  display: none;
}
 
.about-us-container12 {
  display: contents;
}
 
.about-us-stat-percent {
  font-size: 0.6em;
}
 
.about-us-container20 {
  display: none;
}
 
.about-us-container21 {
  display: contents;
}
 
.about-us-container22 {
  display: none;
}
 
.about-us-container23 {
  display: contents;
}
