
 
.navigation-thq-navigation-wrapper-elm {
  width: 100%;
  background-color: var(--color-surface);
}
 


.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
@media(max-width: 1600px) {
  .footer-thq-footer-container-elm {
    width: 1200px;
    min-width: 1200px;
  }
}

.home-container10 {
  width: 100%;
  min-height: 100vh;
}
 
.home-thq-hero-title-elm {
  text-transform: uppercase;
}
 
.home-thq-hero-subtitle-elm {
  width: 900px;
  height: 64px;
  min-width: 900px;
}
 
.home-thq-about-features-list-elm {
  gap: var(--spacing-md);
  display: flex;
  padding: 0;
  list-style: none;
  margin-top: var(--spacing-lg);
  flex-direction: column;
}
 
.home-thq-about-main-image-elm {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  border-radius: var(--border-radius-sm);
}
 
.home-thq-service-card-elm1 {
  flex-direction: row;
}
 
.home-thq-grid-overlay-elm {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  position: absolute;
  pointer-events: none;
}
 
.home-thq-grid-line-h-elm1 {
  top: 25%;
  animation: slideGridH 8s ease-in-out infinite;
}
 
.home-thq-grid-line-h-elm2 {
  top: 50%;
  animation: slideGridH 10s ease-in-out infinite reverse;
}
 
.home-thq-grid-line-h-elm3 {
  top: 75%;
  animation: slideGridH 12s ease-in-out infinite;
}
 
.home-thq-grid-line-v-elm1 {
  left: 33%;
  animation: slideGridV 9s ease-in-out infinite;
}
 
.home-thq-grid-line-v-elm2 {
  left: 50%;
  animation: slideGridV 11s ease-in-out infinite reverse;
}
 
.home-thq-grid-line-v-elm3 {
  left: 66%;
  animation: slideGridV 7s ease-in-out infinite;
}
 
.home-thq-service-card-elm2 {
  flex-direction: row-reverse;
}
 
.home-thq-service-image-wrapper-elm2 {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}
 
.home-thq-service-image-elm2 {
  filter: contrast(1.1) brightness(0.9);
  opacity: 0.7;
}
 
.home-thq-blueprint-overlay-elm {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}
 
.home-thq-bp-line-elm1 {
  top: 20%;
  left: 10%;
  right: 10%;
  height: 1px;
  animation: drawLine 3s ease-in-out infinite;
}
 
.home-thq-bp-line-elm2 {
  top: 40%;
  left: 5%;
  right: 5%;
  height: 1px;
  animation: drawLine 4s ease-in-out infinite 0.5s;
}
 
.home-thq-bp-line-elm3 {
  top: 60%;
  left: 15%;
  right: 15%;
  height: 1px;
  animation: drawLine 3.5s ease-in-out infinite 1s;
}
 
.home-thq-bp-line-elm4 {
  top: 80%;
  left: 8%;
  right: 8%;
  height: 1px;
  animation: drawLine 4.5s ease-in-out infinite 1.5s;
}
 
.home-thq-bp-circle-elm1 {
  top: 30%;
  left: 20%;
  width: 60px;
  height: 60px;
  animation: pulseBlueprint 6s ease-in-out infinite;
}
 
.home-thq-bp-circle-elm2 {
  right: 25%;
  width: 40px;
  bottom: 25%;
  height: 40px;
  animation: pulseBlueprint 8s ease-in-out infinite reverse;
}
 
.home-thq-bp-measure-elm1 {
  top: 15%;
  left: 30%;
  bottom: 15%;
  animation: measurePulse 5s ease-in-out infinite;
}
 
.home-thq-bp-measure-elm2 {
  top: 20%;
  right: 35%;
  bottom: 20%;
  animation: measurePulse 7s ease-in-out infinite 1s;
}
 
.home-thq-service-card-elm3 {
  flex-direction: row;
}
 
.home-thq-service-image-wrapper-elm3 {
  background: var(--color-surface-elevated);
}
 
.home-thq-service-image-elm3 {
  opacity: 0.85;
}
 
.home-thq-floorplan-overlay-elm {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}
 
.home-thq-fp-zone-elm1 {
  top: 15%;
  left: 10%;
  width: 35%;
  height: 30%;
  animation: zonePulse 4s ease-in-out infinite;
}
 
.home-thq-fp-zone-elm2 {
  top: 20%;
  right: 15%;
  width: 30%;
  height: 40%;
  animation: zonePulse 5s ease-in-out infinite 0.5s;
}
 
.home-thq-fp-zone-elm3 {
  left: 20%;
  width: 50%;
  bottom: 15%;
  height: 25%;
  animation: zonePulse 6s ease-in-out infinite 1s;
}
 
.home-thq-fp-arrow-elm1 {
  top: 50%;
  left: 45%;
  animation: arrowMove 3s ease-in-out infinite;
}
 
.home-thq-fp-arrow-elm2 {
  right: 20%;
  bottom: 40%;
  animation: arrowMove 4s ease-in-out infinite 0.5s;
  transform: rotate(180deg);
}
 
.home-thq-fp-label-elm {
  color: rgba(138, 127, 115, 0.8);
  right: 10%;
  bottom: 10%;
  position: absolute;
  animation: labelFade 3s ease-in-out infinite;
  font-size: var(--font-size-xs);
  font-family: var(--font-family-body);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 
.home-thq-service-card-elm4 {
  flex-direction: row-reverse;
}
 
.home-thq-service-image-wrapper-elm4 {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%);
}
 
.home-thq-service-image-elm4 {
  filter: contrast(1.05) saturate(0.95);
  opacity: 0.9;
}
 
.home-thq-render-overlay-elm {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}
 
.home-thq-render-grid-elm1 {
  top: 20%;
  left: 20%;
  right: 20%;
  bottom: 20%;
  animation: grid3D 6s ease-in-out infinite;
}
 
.home-thq-render-grid-elm2 {
  top: 30%;
  left: 30%;
  right: 30%;
  bottom: 30%;
  animation: grid3D 8s ease-in-out infinite reverse;
}
 
.home-thq-render-grid-elm3 {
  top: 10%;
  left: 40%;
  width: 20%;
  height: 80%;
  animation: grid3D 5s ease-in-out infinite 0.5s;
}
 
.home-thq-render-grid-elm4 {
  top: 40%;
  left: 10%;
  width: 80%;
  height: 20%;
  animation: grid3D 7s ease-in-out infinite 1s;
}
 
.home-thq-render-light-elm {
  top: 10%;
  right: 20%;
  width: 60px;
  height: 60px;
  position: absolute;
  animation: lightMove 10s ease-in-out infinite;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  border-radius: 50%;
}
 
.home-thq-render-perspective-elm {
  left: 15%;
  width: 0;
  bottom: 15%;
  height: 0;
  position: absolute;
  animation: perspectiveShift 4s ease-in-out infinite;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 35px solid rgba(201, 191, 181, 0.2);
}
 
.home-thq-gallery-grid-elm {
  width: 100%;
  position: relative;
}
 
.home-thq-carousel-arrow-elm1 {
  left: var(--spacing-xl);
}
 
.home-thq-carousel-arrow-elm2 {
  right: var(--spacing-xl);
}
 
.home-thq-carousel-dots-elm {
  gap: var(--spacing-sm);
  display: flex;
  padding: 0 var(--spacing-xl);
  margin-top: var(--spacing-2xl);
  justify-content: center;
}
 
.home-container11 {
  display: none;
}
 
.home-container12 {
  display: contents;
}
 
.home-thq-steps-horizontal-elm {
  position: relative;
  margin-top: var(--spacing-3xl);
}
 
.home-thq-timeline-line-elm {
  top: 60px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  z-index: 0;
  position: absolute;
  background: color-mix(in srgb, var(--color-border) 50%, transparent);
  border-radius: 1px;
}
 
.home-thq-timeline-progress-elm {
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  position: absolute;
  animation: progressFlow 3s ease-out forwards;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
  border-radius: 1px;
}
 
.home-thq-timeline-steps-elm {
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: space-between;
}
 
.home-thq-why-choose-bg-shape-elm {
  top: -20%;
  right: -10%;
  width: 60%;
  height: 140%;
  z-index: 0;
  position: absolute;
  background: linear-gradient(160deg, rgba(201, 191, 181, 0.12) 0%, rgba(169, 151, 141, 0.06) 50%, transparent 100%);
  border-radius: 0 0 0 40%;
  pointer-events: none;
}
 
.home-thq-features-grid-elm {
  gap: 1.5rem;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
 
.home-thq-btn-elm2 {
  text-decoration: none;
}
 
.home-thq-featured-badge-elm {
  top: -12px;
  left: 50%;
  color: var(--color-on-accent);
  padding: var(--spacing-xs) var(--spacing-md);
  position: absolute;
  font-size: var(--font-size-xs);
  transform: translateX(-50%);
  background: var(--color-accent);
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
  border-radius: var(--border-radius-full);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
 
.home-thq-btn-elm3 {
  text-decoration: none;
}
 
.home-thq-btn-elm4 {
  text-decoration: none;
}
 
.home-thq-success-alert-elm {
  display: none;
}
 
.home-container13 {
  display: none;
}
 
.home-container14 {
  display: contents;
}
 
.home-container15 {
  display: none;
}
 
.home-container16 {
  display: contents;
}
 
.home-container18 {
  display: contents;
}
 
.home-container20 {
  display: contents;
}
 
.home-container22 {
  display: contents;
}
 
@media(max-width: 991px) {
  .home-thq-about-main-image-elm {
    max-height: 400px;
    min-height: 300px;
  }
  .home-thq-service-card-elm1 {
    gap: var(--spacing-xl);
    padding: var(--spacing-xl);
    flex-direction: column;
  }
  .home-thq-service-card-elm2 {
    gap: var(--spacing-xl);
    padding: var(--spacing-xl);
    flex-direction: column;
  }
  .home-thq-service-card-elm3 {
    gap: var(--spacing-xl);
    padding: var(--spacing-xl);
    flex-direction: column;
  }
  .home-thq-service-card-elm4 {
    gap: var(--spacing-xl);
    padding: var(--spacing-xl);
    flex-direction: column;
  }
  .home-thq-carousel-arrow-elm1 {
    left: var(--spacing-md);
  }
  .home-thq-carousel-arrow-elm2 {
    right: var(--spacing-md);
  }
  .home-thq-timeline-line-elm {
    top: 60px;
    left: 60px;
    right: auto;
    width: 2px;
    height: calc(100% - 120px);
  }
  .home-thq-timeline-progress-elm {
    width: 100%;
    height: 0%;
    animation: progressFlowVertical 3s ease-out forwards;
  }
  .home-thq-timeline-steps-elm {
    gap: var(--spacing-3xl);
    flex-direction: column;
  }
  .home-thq-features-grid-elm {
    gap: var(--spacing-lg);
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}
 
@media(max-width: 767px) {
  .home-thq-timeline-line-elm {
    display: none;
  }
  .home-thq-why-choose-bg-shape-elm {
    right: -20%;
    width: 80%;
  }
  .home-thq-features-grid-elm {
    grid-template-columns: 1fr;
  }
}
 
@media(max-width: 479px) {
  .home-thq-hero-content-elm {
    max-width: 400px;
  }
  .home-thq-hero-subtitle-elm {
    width: 400px;
    min-width: 400px;
  }
  .home-thq-hero-actions-elm {
    padding-top: 30px;
  }
  .home-thq-service-card-elm1 {
    gap: var(--spacing-lg);
    padding: var(--spacing-lg);
  }
  .home-thq-service-card-elm2 {
    gap: var(--spacing-lg);
    padding: var(--spacing-lg);
  }
  .home-thq-service-card-elm3 {
    gap: var(--spacing-lg);
    padding: var(--spacing-lg);
  }
  .home-thq-service-card-elm4 {
    gap: var(--spacing-lg);
    padding: var(--spacing-lg);
  }
  .home-thq-carousel-arrow-elm1 {
    left: var(--spacing-sm);
  }
  .home-thq-carousel-arrow-elm2 {
    right: var(--spacing-sm);
  }
  .home-thq-featured-badge-elm {
    padding: 0.25rem 0.5rem;
    font-size: 0.65rem;
  }
}
