.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}

.why-choose-us-section-must-be-wrapper {
  display: contents;
}
 
.why-choose-us-section-must-be-container1 {
  width: 100%;
  display: contents;
  position: relative;
}
 
.why-choose-us-section-must-be-container2 {
  display: none;
}
 
.why-choose-us-section-must-be-container3 {
  display: contents;
}
 


.get-in-touch-section-must-be-r-wrapper {
  display: contents;
}
 
.get-in-touch-section-must-be-r-container1 {
  width: 100%;
  display: contents;
  position: relative;
}
 
.get-in-touch-section-must-be-r-container2 {
  display: none;
}
 
.get-in-touch-section-must-be-r-container3 {
  display: contents;
}
 


.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-thq-footer-value-elm {
  color: color-mix(in srgb, var(--color-surface) 60%, transparent);
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}

.home-container1 {
  width: 100%;
  min-height: 100vh;
}
 
.home-image {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
 
.home-thq-about-image-elm {
  height: 802px;
}
 
.home-thq-services-accent-label-elm {
  color: var(--color-accent);
  display: inline-block;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--spacing-md);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 
.home-thq-section-subtitle-elm1 {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-body);
  margin-bottom: var(--spacing-xl);
}
 
.home-thq-services-accent-line-elm {
  width: 60px;
  height: 3px;
  margin: 0 auto;
  background: var(--color-accent);
}
 
.home-thq-services-grid-elm {
  gap: 0;
  display: flex;
  flex-direction: column;
}
 
.home-container2 {
  display: none;
}
 
.home-container3 {
  display: contents;
}
 
.home-container4 {
  display: none;
}
 
.home-container5 {
  display: contents;
}

.section-title-2 {
  color: aliceblue;
   font-size: var(--font-size-3xl);
  font-style: var(--font-style-heading);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading);
  text-transform: var(--text-transform-heading);
  text-align: center;
}