.elementor-7634 .elementor-element.elementor-element-93c65f8{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7634 .elementor-element.elementor-element-93c65f8{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-3a7e66b */:root {
  --igt-navy: #173b6c;
  --igt-dark: #102b4f;
  --igt-green: #8dc63f;
  --igt-green-dark: #74ad32;
  --igt-light: #f4f8fb;
  --igt-text: #2f4664;
  --igt-muted: #66788c;
  --igt-border: #dce6ef;
  --igt-white: #ffffff;
  --city-banner-height: 400px;
}

.igt-city-page {
  font-family: inherit;
  color: var(--igt-text);
  background: var(--igt-white);
}

.igt-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.center {
  text-align: center;
}

.igt-city-hero {
  background: linear-gradient(120deg, #f7fafc 0%, #eef5fa 100%);
  padding: 42px 0 78px;
}

.igt-city-banner {
  width: 95%;
  height: var(--city-banner-height);
  overflow: hidden;
  border-radius: 18px;
  margin: 0 auto 50px auto;
  box-shadow: 0 18px 45px rgba(16, 43, 79, 0.15);
}

.igt-city-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.igt-city-hero .igt-container {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 42px;
  align-items: center;
}

.igt-label {
  margin: 0 0 12px;
  color: var(--igt-green-dark);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.igt-label.light {
  color: var(--igt-green);
}

.igt-city-hero h1 {
  color: var(--igt-navy);
  font-size: 46px;
  line-height: 1.12;
  font-weight: 800;
  margin: 0 0 22px;
}

.igt-hero-text {
  color: var(--igt-text);
  font-size: 19px;
  line-height: 1.7;
  max-width: 760px;
  margin: 0;
}

.igt-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.igt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--igt-green);
  color: var(--igt-dark);
  min-height: 52px;
  padding: 15px 28px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease;
}

.igt-btn:hover {
  background: var(--igt-green-dark);
  color: var(--igt-dark);
  transform: translateY(-1px);
}

.igt-phone {
  color: var(--igt-navy);
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.igt-hero-card {
  background: var(--igt-navy);
  color: var(--igt-white);
  border-radius: 18px;
  padding: 34px;
  border-bottom: 5px solid var(--igt-green);
  box-shadow: 0 18px 45px rgba(16, 43, 79, 0.16);
}

.igt-hero-card h2 {
  color: var(--igt-white);
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 12px;
  font-weight: 800;
}

.igt-hero-card p {
  color: #dce8f5;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

.igt-checks {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.igt-checks span {
  background: rgba(255, 255, 255, 0.08);
  color: var(--igt-white);
  border-radius: 10px;
  padding: 12px 14px;
  font-weight: 700;
}

.igt-section,
.igt-local-section {
  padding: 72px 0;
}

.igt-local-section {
  background: var(--igt-light);
}

.igt-section h2,
.igt-local-section h2,
.igt-why h2,
.igt-final-cta h2 {
  color: var(--igt-navy);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 16px;
}

.igt-section p,
.igt-local-section p,
.igt-why p,
.igt-final-cta p {
  color: var(--igt-muted);
  font-size: 18px;
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

.igt-local-section p {
  margin: 0 0 18px;
}

.igt-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.igt-service-card {
  background: var(--igt-white);
  border: 1px solid var(--igt-border);
  border-radius: 16px;
  padding: 26px;
  text-align: left;
  box-shadow: 0 12px 32px rgba(16, 43, 79, 0.07);
}

.igt-number {
  color: var(--igt-green-dark);
  font-weight: 900;
  margin-bottom: 14px;
}

.igt-service-card h3 {
  color: var(--igt-navy);
  font-size: 21px;
  line-height: 1.25;
  margin: 10px 0 10px;
  font-weight: 800;
}

.igt-service-card p {
  color: var(--igt-muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.igt-why {
  background: var(--igt-navy);
  padding: 64px 0;
}

.igt-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}

.igt-why h2 {
  color: var(--igt-white);
}

.igt-why p {
  color: #dce8f5;
  margin: 0;
}

.igt-pill-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.igt-pill-box span {
  background: rgba(255, 255, 255, 0.1);
  color: var(--igt-white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 700;
}

.igt-industries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.igt-industries span {
  background: var(--igt-light);
  color: var(--igt-navy);
  border: 1px solid var(--igt-border);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 700;
}

.igt-final-cta {
  background: var(--igt-dark);
  padding: 68px 0;
}

.igt-final-cta h2 {
  color: var(--igt-white);
}

.igt-final-cta p {
  color: #dce8f5;
  margin-bottom: 26px;
}

.igt-final-cta .igt-btn {
  margin-top: 0;
}

@media (max-width: 900px) {
  :root {
    --city-banner-height: 280px;
  }

  .igt-city-hero {
    padding: 34px 0 56px;
  }

  .igt-city-banner {
    width: 95%;
    margin-bottom: 36px;
    border-radius: 14px;
  }

  .igt-city-hero .igt-container,
  .igt-service-grid,
  .igt-why-grid {
    grid-template-columns: 1fr;
  }

  .igt-city-hero h1 {
    font-size: 36px;
  }

  .igt-section h2,
  .igt-local-section h2,
  .igt-why h2,
  .igt-final-cta h2 {
    font-size: 30px;
  }

  .igt-hero-text,
  .igt-section p,
  .igt-local-section p,
  .igt-why p,
  .igt-final-cta p {
    font-size: 17px;
  }

  .igt-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .igt-btn {
    width: auto;
  }

  .igt-hero-card {
    padding: 28px;
  }
}/* End custom CSS */