/* ─── SKYLINE POWER INNOVATION — MODERN REDESIGN ─── */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --navy: #040f20;
  --navy-mid: #0b1e3d;
  --navy-light: #112952;
  --electric: #1a6fff;
  --electric-bright: #4d8fff;
  --electric-glow: rgba(26, 111, 255, 0.18);
  --cyan: #00c8e0;
  --cyan-soft: rgba(0, 200, 224, 0.12);
  --white: #ffffff;
  --off-white: #f4f6fb;
  --text-muted: #6b7d9a;
  --text-light: #a8b8d0;
  --border: rgba(255, 255, 255, 0.08);
  --border-dark: rgba(0, 0, 0, 0.1);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
  --font-display: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--white);
  color: #1a2340;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}

.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background: var(--navy);
  border-bottom: 1px solid var(--border);
  padding: 9px 40px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.topbar a {
  color: var(--text-light);
  text-decoration: none;
  font-size: 12.5px;
  font-family: var(--font-body);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
  letter-spacing: 0.01em;
}
.topbar a:hover { color: var(--cyan); }

header {
  position: fixed;
  left: 0; right: 0;
  z-index: 9998;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.06);
}
header img { height: 38px; width: auto; object-fit: contain; }
nav { display: flex; align-items: center; gap: 2px; }
nav a, .menu {
  font-family: var(--font-display);
  color: #2c3a5a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}
nav a:hover, .menu:hover {
  background: rgba(26, 111, 255, 0.08);
  color: var(--electric);
}
.menu.active {
  background: var(--electric);
  color: #fff;
  box-shadow: 0 4px 16px rgba(26, 111, 255, 0.35);
}

.page { flex: 1; position: relative; }

.hero { position: relative; width: 100%; height: 300px; overflow: hidden; }
.hero1 { position: relative; width: 100%; height: 100vh; min-height: 600px; overflow: hidden; }
.hero2 { position: relative; width: 100%; height: 380px; overflow: hidden; }
.hero img, .hero1 img, .hero2 img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.6) saturate(1.1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(4,15,32,0.88) 0%, rgba(11,30,61,0.72) 60%, rgba(26,111,255,0.18) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 80px;
}
.hero-overlay1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(4,15,32,0.92) 0%, rgba(11,30,61,0.80) 50%, rgba(0,200,224,0.12) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 80px;
}

.hero-breadcrumbs {
  color: var(--cyan);
  font-size: 11px;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.hero-titles {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}
.hero-titles1 {
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}
.hero-titles2 {
  color: rgba(255,255,255,0.75);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  max-width: 560px;
  margin: 0 0 32px;
}
.hero-sub { color: rgba(255,255,255,0.72); font-size: 16px; line-height: 1.7; max-width: 600px; }
.hero-sub1 {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.4);
}
.hero-sub4 { color: rgba(255,255,255,0.80); font-size: 16px; font-weight: 300; line-height: 1.7; max-width: 560px; margin: 0 0 10px; }
.hero-sub5 { color: var(--cyan); font-size: 15px; font-weight: 500; margin: 0; }

.tag-group { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.pill-tag {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,0.22);
  cursor: default;
  transition: var(--transition);
}
.pill-tag:hover { background: rgba(26,111,255,0.25); border-color: var(--electric); color: #fff; }

.stats-bar {
  background: var(--navy);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 36px 80px;
  flex-wrap: wrap;
  gap: 24px;
}
.stat-item { display: flex; align-items: center; gap: 18px; }
.stat-icon {
  background: rgba(26,111,255,0.15);
  width: 52px; height: 52px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(26,111,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--electric-bright);
}
.stat-num { color: var(--white); font-family: var(--font-display); font-size: 30px; font-weight: 800; margin: 0 0 3px; letter-spacing: -0.02em; }
.stat-label { color: var(--text-light); font-size: 12px; font-weight: 400; letter-spacing: 0.05em; font-family: var(--font-body); }

.box1, .box2, .box3 { display: flex; align-items: center; gap: 60px; padding: 72px 80px; flex-wrap: wrap; }
.box1 { background: var(--off-white); }
.box2 { background: var(--navy); }
.box3 { background: #37393d; }
.box1 img, .box2 img, .box3 img {
  border-radius: var(--radius-lg);
  max-width: 340px;
  width: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.box1 img:hover, .box2 img:hover, .box3 img:hover { transform: scale(1.03); }
.Text1 { color: var(--navy); }
.Text2 { color: #eef2ff; }
.Text3 { color: var(--cyan); }
.Text1, .Text2, .Text3 { font-family: var(--font-display); font-size: 32px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 16px; }
.TE1 { color: #3d4f6e; }
.TE2 { color: var(--text-light); }
.TE3 { color: #3d4f6e; }
.TE1, .TE2, .TE3 { font-size: 15.5px; line-height: 1.75; margin: 0 0 28px; font-weight: 400; }
.bt1, .bt2, .bt3 {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  padding: 13px 32px;
  cursor: pointer;
  transition: var(--transition);
}
.bt1 { background: var(--electric); color: #fff; box-shadow: 0 6px 24px rgba(26,111,255,0.35); }
.bt2 { background: var(--electric); color: #fff; box-shadow: 0 6px 24px rgba(26,111,255,0.35); }
.bt3 { background: var(--cyan); color: var(--navy); box-shadow: 0 6px 20px rgba(0,200,224,0.3); }
.bt1:hover, .bt2:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(26,111,255,0.45); }
.bt3:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,200,224,0.4); }

.performance {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 40px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-mid) 100%);
  box-shadow: 0 0 0 100vmax var(--navy);
  clip-path: inset(0 -100vmax);
}
.performance-section-wrap { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-mid) 100%); padding: 72px 0; }
.performance-box1 {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-align: left;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: default;
}
.performance-box1::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,111,255,0.08) 0%, rgba(0,200,224,0.05) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  border-radius: inherit;
}
.performance-box1::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--electric), var(--cyan));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.performance-box1:hover { transform: translateY(-8px); border-color: rgba(26,111,255,0.35); box-shadow: 0 28px 56px rgba(0,0,0,0.4), 0 0 0 1px rgba(26,111,255,0.15); }
.performance-box1:hover::before { opacity: 1; }
.performance-box1:hover::after { transform: scaleX(1); }
.performance-box1 > i {
  font-size: 32px;
  background: linear-gradient(135deg, var(--electric), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  display: block;
  transition: transform 0.3s ease;
}
.performance-box1:hover > i { transform: scale(1.15); }
.performance-text1 { color: var(--white); font-family: var(--font-display); font-size: 17px; font-weight: 700; line-height: 1.45; margin: 0 0 10px; position: relative; }
.performance-text2 { color: var(--text-light); font-size: 14px; line-height: 1.7; margin: 0; position: relative; font-weight: 400; }

.About { display: flex; align-items: flex-start; gap: 72px; padding: 80px 80px; background: var(--white); flex-wrap: wrap; }
.About-left { flex: 1; min-width: 300px; }
.About-right { flex: 1; min-width: 300px; }
.About-Img { width: 100%; border-radius: var(--radius-lg); box-shadow: 0 24px 64px rgba(0,0,0,0.12); }
.About-Text1 { color: var(--electric); font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin: 0 0 12px; }
.About-Text2 { color: var(--navy); font-family: var(--font-display); font-size: 38px; font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 20px; }
.About-Text3, .About-Text4, .About-Text5 { color: #4a5e7e; font-size: 15.5px; line-height: 1.75; margin: 0 0 12px; font-weight: 400; }
.About-Text6 { color: var(--navy); font-family: var(--font-display); font-size: 18px; font-weight: 700; margin: 28px 0 16px; }

.check-list { display: flex; flex-direction: column; gap: 10px; }
.check-item { display: flex; align-items: center; gap: 12px; }
.check-icon { width: 20px; height: 20px; flex-shrink: 0; }
.About-TextCheck { margin: 0; font-size: 15px; color: var(--electric); font-weight: 500; }

.services-section { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 0; margin-top: 32px; }
.Product-box1, .Product-box2, .Product-box3 {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.09);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  transition: all 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: default;
}
.Product-box1::after, .Product-box2::after, .Product-box3::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--electric), var(--cyan));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.Product-box1:hover, .Product-box2:hover, .Product-box3:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(26,111,255,0.13); border-color: rgba(26,111,255,0.2); }
.Product-box1:hover::after, .Product-box2:hover::after, .Product-box3:hover::after { transform: scaleX(1); }
.Product-box1 > i, .Product-box2 > i, .Product-box3 > i { font-size: 24px; color: var(--electric); margin-bottom: 12px; display: block; transition: transform 0.3s ease; }
.Product-box1:hover > i, .Product-box2:hover > i, .Product-box3:hover > i { transform: scale(1.2); }
.Product_text1, .Product_text2, .Product_text3 { color: var(--text-muted); font-size: 12px; font-weight: 400; font-family: var(--font-body); margin-top: 6px; line-height: 1.5; }
.Product-bt {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(135deg, var(--electric) 0%, #1259cc 100%);
  color: #fff;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 32px;
  border-radius: 50px;
  padding: 13px 36px;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(26,111,255,0.35);
  transition: var(--transition);
}
.Product-bt:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(26,111,255,0.45); }

.SERVICES {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 56px 80px 20px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.services-wrapper, .solutions-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; max-width: 1280px; margin: 0 auto; padding: 20px 80px 64px; }
.SERVICES-box4, .SERVICES-box5, .SERVICES-box6,
.SERVICES-box7, .SERVICES-box8, .SERVICES-box9, .SERVICES-box10 {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: all 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  position: relative;
  overflow: hidden;
}
.SERVICES-box4::before, .SERVICES-box5::before, .SERVICES-box6::before,
.SERVICES-box7::before, .SERVICES-box8::before, .SERVICES-box9::before,
.SERVICES-box10::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 0;
  background: linear-gradient(180deg, rgba(26,111,255,0.05) 0%, transparent 100%);
  transition: height 0.35s ease;
}
.SERVICES-box4:hover, .SERVICES-box5:hover, .SERVICES-box6:hover,
.SERVICES-box7:hover, .SERVICES-box8:hover, .SERVICES-box9:hover,
.SERVICES-box10:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(26,111,255,0.13), 0 0 0 1px rgba(26,111,255,0.15); border-color: transparent; }
.SERVICES-box4:hover::before, .SERVICES-box5:hover::before, .SERVICES-box6:hover::before,
.SERVICES-box7:hover::before, .SERVICES-box8:hover::before, .SERVICES-box9:hover::before,
.SERVICES-box10:hover::before { height: 100%; }
.SERVICES_text4, .SERVICES_text5, .SERVICES_text6,
.SERVICES_text7, .SERVICES_text8, .SERVICES_text9 { color: #4a5e7e; font-size: 13.5px; font-weight: 400; font-family: var(--font-body); line-height: 1.7; margin-top: 10px; }
.SERVICES-Title { color: var(--navy); font-family: var(--font-display); font-size: 20px; font-weight: 800; grid-column: 1 / -1; padding-top: 20px; }

.Solutions { background: linear-gradient(135deg, var(--off-white) 0%, #e8eef8 100%); padding: 60px 80px 40px; text-align: center; border-bottom: 1px solid rgba(0,0,0,0.07); }
.Solutions-text { font-family: var(--font-display); font-size: 42px; font-weight: 800; color: var(--navy); letter-spacing: -0.02em; margin: 0 0 12px; }
.Solutions-text1 { color: var(--electric); font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin: 0 0 12px; display: block; }
.Solutions-text2 { color: #4a5e7e; font-size: 16px; max-width: 560px; margin: 0 auto; line-height: 1.7; font-weight: 400; }
.Solutions-text5 { color: var(--navy); font-family: var(--font-display); font-size: 17px; font-weight: 700; margin: 12px 0 8px; }
.Solutions-text6 { color: #4a5e7e; font-size: 14px; line-height: 1.65; margin: 0 0 16px; font-weight: 400; }
.Solutions-text7 { color: rgba(0,0,0,0.08); margin: 0 0 12px; font-size: 12px; }

.icon-box {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--electric) 0%, var(--cyan) 100%);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(26,111,255,0.28);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.SERVICES-box9:hover .icon-box { transform: scale(1.1) rotate(-4deg); box-shadow: 0 12px 32px rgba(26,111,255,0.45); }

.hero-Projact { font-family: var(--font-display); font-size: 36px; font-weight: 800; color: var(--navy); letter-spacing: -0.02em; padding: 64px 80px 8px; }
.hero-SubProject { color: #4a5e7e; font-size: 16px; line-height: 1.7; padding: 0 80px 48px; font-weight: 400; }
.Reference {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px 80px;
}

.Reference-box1 {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  cursor: pointer;
}
.Reference-box1 img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: var(--off-white);
  padding: 20px;
  display: block;
  transition: transform 0.4s ease;
}
.reference-body {
  padding: 24px;
  background: var(--white);
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reference-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
  margin: 0;
}
.reference-text1 {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: #4a5e7e;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}
.Reference-box1::after {
  content: 'View Project →';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(4, 15, 32, 0.9) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 0;
  transition: opacity 0.32s ease;
}
.Reference-box1:hover {
  transform: translateY(-7px) scale(1.01);
  box-shadow: 0 24px 56px rgba(0,0,0,0.16), 0 0 0 2px rgba(26,111,255,0.25);
  border-color: transparent;
}
.Reference-box1:hover::after { opacity: 1; }
.Reference-box1:hover img { transform: scale(1.06); }

.contact-section { padding: 80px 40px; background: var(--off-white); font-family: var(--font-body); }
.container { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 56px; align-items: flex-start; }
.contact-info { flex: 1; min-width: 300px; }
.sub-title { color: var(--electric); font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 12px; }
.main-title { font-family: var(--font-display); font-size: 42px; font-weight: 800; color: var(--navy); letter-spacing: -0.02em; margin-bottom: 36px; }
.info-items { display: flex; flex-direction: column; gap: 20px; }
.info-item { display: flex; gap: 16px; align-items: center; color: #3d4f6e; font-size: 15px; line-height: 1.6; font-weight: 400; }
.info-item .icon {
  font-size: 18px;
  background: var(--white);
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,0.07);
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.inbox-card {
  flex: 1;
  min-width: 320px;
  background: var(--white);
  padding: 44px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}
.inbox-title { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 28px; }
.form-group { display: flex; gap: 14px; margin-bottom: 14px; }
.input-field, .textarea-field {
  width: 100%; padding: 12px 16px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--navy);
  background: var(--off-white);
  outline: none;
  transition: var(--transition);
}
.input-field:focus, .textarea-field:focus { border-color: var(--electric); background: #fff; box-shadow: 0 0 0 3px rgba(26,111,255,0.12); }
.textarea-field { height: 120px; resize: none; margin-bottom: 20px; }
.submit-button {
  width: 100%; padding: 14px;
  background: var(--electric);
  color: white; border: none; border-radius: var(--radius-sm);
  font-family: var(--font-display); font-size: 14px; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase;
  cursor: pointer; transition: var(--transition);
  box-shadow: 0 6px 20px rgba(26,111,255,0.3);
}
.submit-button:hover { background: #1259cc; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(26,111,255,0.4); }

.footer { background: var(--navy); color: var(--text-light); padding: 72px 80px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 48px; flex-wrap: wrap; padding-bottom: 48px; border-bottom: 1px solid var(--border); }
.footer-col { display: flex; flex-direction: column; gap: 12px; min-width: 200px; }
.footer-desc { font-size: 14px; line-height: 1.75; color: #5a7090; margin: 0; max-width: 260px; font-weight: 400; }
.footer-title { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--white); letter-spacing: 0.12em; text-transform: uppercase; margin: 0 0 6px; }
.footer-link { color: #5a7090; text-decoration: none; font-size: 14px; transition: var(--transition); font-weight: 400; }
.footer-link:hover { color: var(--cyan); }
.footer-contact { font-size: 13.5px; color: #5a7090; margin: 0; line-height: 1.75; display: flex; align-items: flex-start; gap: 8px; font-weight: 400; }
.footer-bottom { text-align: center; padding: 20px 0; font-size: 12.5px; color: #2a3d55; letter-spacing: 0.03em; }

@media (max-width: 1024px) {
  header { padding: 0 28px; }
  .stats-bar, .hero-overlay, .hero-overlay1 { padding: 32px 28px; }
  .About, .box1, .box2, .box3 { padding: 56px 36px; }
  .solutions-wrapper, .services-wrapper { padding: 16px 28px 48px; }
  .hero-Projact, .hero-SubProject { padding-left: 36px; padding-right: 36px; }
  .Reference { padding: 0 36px 48px; }
  .footer { padding: 56px 36px 0; }
  .SERVICES { padding: 40px 36px 12px; }
}

@media (max-width: 768px) {
  .topbar { gap: 16px; padding: 8px 16px; font-size: 11px; }
  nav a, .menu { font-size: 11px; padding: 6px 10px; }
  .hero-titles, .hero-titles1 { font-size: 32px; }
  .hero-sub1 { font-size: 26px; }
  .About { flex-direction: column; gap: 36px; padding: 40px 24px; }
  .box1, .box2, .box3 { flex-direction: column; padding: 40px 24px; }
  .performance { padding: 0 25px; margin: 100px auto; }
  .solutions-wrapper, .services-wrapper, .Reference { padding: 12px 24px 40px; }
  .container { flex-direction: column; }
  .form-group { flex-direction: column; }
  .footer { padding: 40px 24px 0; }
  .Solutions { padding: 40px 24px 32px; }
  .Solutions-text { font-size: 28px; }
  .hero-Projact { padding: 40px 24px 8px; font-size: 28px; }
  .hero-SubProject { padding: 0 24px 32px; }
}