.elementor-16 .elementor-element.elementor-element-9a8b301{--display:flex;}.elementor-16 .elementor-element.elementor-element-b238c22{--display:flex;}.elementor-16 .elementor-element.elementor-element-e6053a3{--display:flex;}.elementor-16 .elementor-element.elementor-element-35a3995{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-748e065 *//* 1. Universal Edge-to-Edge Reset */
*, *::before, *::after {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background-color: #07090e;
}

:root {
  --primary-accent: #00ff88;
  --secondary-accent: #0077ff;
  --bg-dark: #07090e;
  --card-bg: rgba(15, 23, 42, 0.6);
  --border-color: rgba(255, 255, 255, 0.08);
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
}

/* 2. Full-Width Section Fix */
.services-hero-section {
  position: relative;
  width: 100% !important;
  min-height: 65vh;
  background-color: var(--bg-dark);
  color: var(--text-main);
  padding: 100px 20px 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Background Glowing Effects */
.services-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.glow-sphere-left {
  position: absolute;
  top: -10%;
  left: -5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 255, 136, 0.12) 0%, transparent 70%);
  filter: blur(80px);
}

.glow-sphere-right {
  position: absolute;
  bottom: -10%;
  right: -5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 119, 255, 0.12) 0%, transparent 70%);
  filter: blur(80px);
}

.bg-grid-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* Inner Centered Container */
.services-hero-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.services-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 255, 136, 0.06);
  border: 1px solid rgba(0, 255, 136, 0.25);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--primary-accent);
  margin-bottom: 24px;
}

.pill-dot {
  width: 6px;
  height: 6px;
  background-color: var(--primary-accent);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--primary-accent);
}

.services-hero-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.gradient-text {
  background: linear-gradient(135deg, var(--primary-accent), var(--secondary-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-hero-subtitle {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* Badges Row */
.services-badges-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.service-badge-item {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(16px);
  padding: 10px 22px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-main);
  transition: all 0.3s ease;
}

.service-badge-item:hover {
  border-color: rgba(0, 255, 136, 0.3);
  transform: translateY(-2px);
}

/* Mobile Rules */
@media (max-width: 768px) {
  .services-hero-section {
    padding: 60px 15px 40px 15px;
  }

  .services-badges-row {
    flex-direction: column;
    align-items: center;
  }

  .service-badge-item {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64d1b2b *//* Universal Full-Bleed Reset */
*, *::before, *::after {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  background-color: #07090e;
}

:root {
  --primary-accent: #00ff88;
  --secondary-accent: #0077ff;
  --bg-dark: #07090e;
  --card-bg: rgba(15, 23, 42, 0.6);
  --border-color: rgba(255, 255, 255, 0.08);
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
}

.services-grid-section {
  width: 100% !important;
  background-color: var(--bg-dark);
  color: var(--text-main);
  padding: 80px 20px;
  position: relative;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: center;
}

.services-grid-wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */
.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px auto;
}

.section-pill {
  display: inline-block;
  color: var(--primary-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}

.gradient-text {
  background: linear-gradient(135deg, var(--primary-accent), var(--secondary-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Grid Layout */
.services-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}

/* Service Card Design */
.service-detail-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.service-detail-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 255, 136, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.highlight-service {
  background: radial-gradient(circle at top right, rgba(0, 255, 136, 0.08), rgba(15, 23, 42, 0.7));
  border-color: rgba(0, 255, 136, 0.25);
}

.card-top-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.highlight-icon {
  background: rgba(0, 255, 136, 0.15);
  border-color: var(--primary-accent);
}

.service-detail-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-main);
}

.service-detail-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 24px;
}

.service-feature-list {
  list-style: none;
  margin-top: auto;
  border-top: 1px dashed var(--border-color);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-feature-list li {
  font-size: 0.85rem;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-feature-list li::before {
  content: "✓";
  color: var(--primary-accent);
  font-weight: bold;
}

/* Responsive Rules */
@media (max-width: 1024px) {
  .services-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .services-grid-section {
    padding: 60px 15px;
  }

  .services-cards-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c135b3 *//* Universal Reset for Full-Width Screen Cover */
*, *::before, *::after {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  background-color: #07090e;
}

:root {
  --primary-accent: #00ff88;
  --secondary-accent: #0077ff;
  --bg-dark: #07090e;
  --card-bg: rgba(15, 23, 42, 0.6);
  --border-color: rgba(255, 255, 255, 0.08);
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
}

.industry-matrix-section {
  width: 100% !important;
  background-color: var(--bg-dark);
  color: var(--text-main);
  padding: 80px 20px;
  position: relative;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: center;
}

.industry-matrix-wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */
.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px auto;
}

.section-pill {
  display: inline-block;
  color: var(--primary-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}

.gradient-text {
  background: linear-gradient(135deg, var(--primary-accent), var(--secondary-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Matrix Grid */
.industry-matrix-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}

.matrix-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.matrix-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 255, 136, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.matrix-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.matrix-icon {
  font-size: 24px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.matrix-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-main);
}

.matrix-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.matrix-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.matrix-pills span {
  font-size: 11px;
  font-weight: 600;
  color: var(--primary-accent);
  background: rgba(0, 255, 136, 0.08);
  border: 1px solid rgba(0, 255, 136, 0.2);
  padding: 4px 10px;
  border-radius: 6px;
}

/* Responsive Rules */
@media (max-width: 1024px) {
  .industry-matrix-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .industry-matrix-section {
    padding: 60px 15px;
  }

  .industry-matrix-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8366e95 *//* Universal Full-Bleed Reset */
*, *::before, *::after {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  background-color: #07090e;
}

:root {
  --primary-accent: #00ff88;
  --secondary-accent: #0077ff;
  --bg-dark: #07090e;
  --card-bg: rgba(15, 23, 42, 0.6);
  --border-color: rgba(255, 255, 255, 0.08);
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
}

.services-cta-section {
  width: 100% !important;
  background-color: var(--bg-dark);
  color: var(--text-main);
  padding: 60px 20px 100px 20px;
  position: relative;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: center;
}

.services-cta-wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* Tech Highlights Bar */
.tech-specs-bar {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 24px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.spec-num {
  font-size: 24px;
  width: 46px;
  height: 46px;
  background: rgba(0, 255, 136, 0.1);
  border: 1px solid rgba(0, 255, 136, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.spec-item h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 2px;
}

.spec-item p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.spec-divider {
  width: 1px;
  height: 40px;
  background: var(--border-color);
}

/* CTA Card Box */
.services-cta-box {
  background: var(--card-bg);
  border: 1px solid rgba(0, 255, 136, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.cta-glow-effect {
  position: absolute;
  top: -30%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 255, 136, 0.12), rgba(0, 119, 255, 0.08), transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}

.cta-content-side {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

.cta-badge {
  display: inline-block;
  color: var(--primary-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.cta-title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}

.gradient-text {
  background: linear-gradient(135deg, var(--primary-accent), var(--secondary-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-subtitle {
  font-size: 0.98rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.cta-button-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.btn-primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--primary-accent), #00d672);
  color: #000;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 255, 136, 0.25);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 255, 136, 0.35);
}

.btn-outline-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-main);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-outline-cta:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
}

/* Responsive Rules */
@media (max-width: 992px) {
  .tech-specs-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
  }

  .spec-divider {
    width: 100%;
    height: 1px;
  }

  .services-cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 24px;
  }

  .cta-button-side {
    width: 100%;
    flex-direction: row;
  }

  .btn-primary-cta, .btn-outline-cta {
    flex: 1;
  }
}

@media (max-width: 576px) {
  .services-cta-section {
    padding: 40px 15px 60px 15px;
  }

  .cta-title {
    font-size: 1.8rem;
  }

  .cta-button-side {
    flex-direction: column;
  }
}/* End custom CSS */