.elementor-13 .elementor-element.elementor-element-0fff68c{--display:flex;}.elementor-13 .elementor-element.elementor-element-f9c93d2{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-8d72359{--display:flex;--margin-top:-22px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13 .elementor-element.elementor-element-8744d97{--display:flex;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13 .elementor-element.elementor-element-9aad30b{margin:-25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-2ece5c6{--display:flex;--margin-top:-97px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f967e88 */:root {
  --neon-green: #00ff88;
  --cyber-blue: #0077ff;
  --dark-bg: #07090e;
  --glass-bg: rgba(15, 23, 42, 0.65);
  --border-glow: rgba(0, 255, 136, 0.18);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
}

.hero-section-v2 {
  position: relative;
  background-color: var(--dark-bg);
  color: var(--text-primary);
  padding: 80px 5% !important;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

/* Background Ambient Glow & Grid */
.hero-bg-effects {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.glow-sphere-1 {
  position: absolute;
  top: -10%;
  left: 35%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 255, 136, 0.12), transparent 70%);
  filter: blur(80px);
}

.glow-sphere-2 {
  position: absolute;
  bottom: -10%;
  right: 5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 119, 255, 0.12), transparent 70%);
  filter: blur(80px);
}

.grid-overlay {
  position: absolute;
  inset: 0;
  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;
}

.hero-container-v2 {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
  width: 100%;
}

/* Left Typography */
.hero-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 14px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--neon-green);
  margin-bottom: 20px;
}

.pill-pulse {
  width: 6px;
  height: 6px;
  background-color: var(--neon-green);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--neon-green);
}

.hero-heading {
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
}

.text-gradient {
  background: linear-gradient(135deg, var(--neon-green), var(--cyber-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtext {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 32px;
  max-width: 520px;
}

/* Buttons */
.hero-cta-wrapper {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.btn-primary-v2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--neon-green), #00d672);
  color: #000;
  padding: 13px 26px;
  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;
}

.btn-primary-v2:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 255, 136, 0.35);
}

.btn-outline-v2 {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-primary);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 13px 26px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.btn-outline-v2:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

/* Metrics Row */
.hero-stats-row {
  display: flex;
  align-items: center;
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
}

.stat-box h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--text-primary);
}

.stat-box p {
  font-size: 0.82rem;
  color: var(--text-secondary);
}

.stat-divider {
  width: 1px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
}

/* Right Interactive Graphics */
.hero-graphics-block {
  display: flex;
  justify-content: center;
}

.xr-hero-card {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: var(--glass-bg);
  border: 1px solid var(--border-glow);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.card-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.status-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  color: var(--neon-green);
  letter-spacing: 0.5px;
}

.status-indicator .dot {
  width: 6px;
  height: 6px;
  background: var(--neon-green);
  border-radius: 50%;
}

.tech-tag {
  font-size: 11px;
  color: var(--text-secondary);
}

.vr-viewport {
  height: 220px;
  background: radial-gradient(circle, rgba(0, 119, 255, 0.15) 0%, rgba(0, 0, 0, 0.7) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hud-ring {
  position: absolute;
  width: 110px;
  height: 110px;
  border: 1px dashed rgba(0, 255, 136, 0.4);
  border-radius: 50%;
  animation: spinRing 20s linear infinite;
}

.hud-ring.inner {
  width: 70px;
  height: 70px;
  border: 1px solid rgba(0, 119, 255, 0.5);
  animation: spinRing 10s linear infinite reverse;
}

.hud-center-node {
  width: 12px;
  height: 12px;
  background: var(--neon-green);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--neon-green);
}

.hud-label {
  position: absolute;
  bottom: 12px;
  font-size: 11px;
  color: var(--text-secondary);
  letter-spacing: 0.5px;
}

@keyframes spinRing {
  100% { transform: rotate(360deg); }
}

/* Floating Pills */
.floating-metric-pill {
  position: absolute;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid var(--border-glow);
  padding: 10px 16px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.p-top {
  top: -15px;
  right: -15px;
}

.p-bottom {
  bottom: -15px;
  left: -15px;
}

.pill-icon {
  width: 32px;
  height: 32px;
  background: rgba(0, 255, 136, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.floating-metric-pill small {
  display: block;
  font-size: 9px;
  color: var(--text-secondary);
  text-transform: uppercase;
}

.floating-metric-pill strong {
  font-size: 12px;
  color: var(--text-primary);
}

/* Responsive Rules */
@media (max-width: 992px) {
  .hero-container-v2 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-subtext {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta-wrapper {
    justify-content: center;
  }

  .hero-stats-row {
    justify-content: center;
  }

  .p-top { right: 0; }
  .p-bottom { left: 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9fa92b2 */: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;
}

.about-snippet-section {
  background-color: var(--bg-dark);
  color: var(--text-main);
  padding: 100px 5% !important;
  border-top: 1px solid var(--border-color);
  box-sizing: border-box;
}

.about-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

/* Left Column: Animated 3D Graphic */
.about-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.visual-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(0, 255, 136, 0.15) 0%, rgba(0, 119, 255, 0.1) 60%, transparent 80%);
  filter: blur(50px);
  pointer-events: none;
}

.xr-preview-card {
  width: 100%;
  max-width: 420px;
  background: var(--card-bg);
  border: 1px solid rgba(0, 255, 136, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.card-glass-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  color: var(--primary-accent);
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--primary-accent);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--primary-accent);
}

/* 3D Rotating Cube Container */
.cube-container {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 600px;
}

.cube {
  width: 70px;
  height: 70px;
  position: relative;
  transform-style: preserve-3d;
  animation: rotateCube 12s infinite linear;
}

.face {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgba(0, 255, 136, 0.08);
  border: 1px solid var(--primary-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.2);
}

.front  { transform: translateZ(35px); }
.back   { transform: rotateY(180deg) translateZ(35px); }
.right  { transform: rotateY(90deg) translateZ(35px); }
.left   { transform: rotateY(-90deg) translateZ(35px); }
.top    { transform: rotateX(90deg) translateZ(35px); }
.bottom { transform: rotateX(-90deg) translateZ(35px); }

@keyframes rotateCube {
  0% { transform: rotateX(0deg) rotateY(0deg); }
  100% { transform: rotateX(360deg) rotateY(360deg); }
}

.stats-mini-row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--border-color);
  padding-top: 16px;
  margin-top: 20px;
}

.stats-mini-row small {
  display: block;
  font-size: 10px;
  color: var(--text-muted);
}

.stats-mini-row strong {
  font-size: 13px;
  color: var(--text-main);
}

/* Right Column Content */
.section-pill {
  color: var(--primary-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.section-title {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
}

.gradient-text {
  background: linear-gradient(135deg, var(--primary-accent), var(--secondary-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-description {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.feature-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.f-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: border-color 0.3s ease;
}

.f-card:hover {
  border-color: rgba(0, 255, 136, 0.3);
}

.f-icon {
  font-size: 20px;
  background: rgba(0, 255, 136, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.f-card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.f-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary-accent);
  color: #000;
  padding: 12px 26px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.about-btn:hover {
  transform: translateY(-2px);
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23d9cc3 */:root {
  --primary-accent: #00ff88;
  --secondary-accent: #0077ff;
  --bg-dark: #07090e;
  --card-bg: rgba(15, 23, 42, 0.5);
  --border-color: rgba(255, 255, 255, 0.08);
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
}

.services-section {
  background-color: var(--bg-dark);
  color: var(--text-main);
  padding: 100px 24px;
  position: relative;
  border-top: 1px solid var(--border-color);
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

/* Header Styling */
.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px auto;
}

.section-pill {
  display: inline-block;
  color: var(--primary-accent);
  font-size: 12px;
  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-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Service Card Styling */
.service-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-accent), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 255, 136, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.service-card:hover::before {
  opacity: 1;
}

.highlight-card {
  background: radial-gradient(circle at top right, rgba(0, 255, 136, 0.05), rgba(15, 23, 42, 0.6));
  border-color: rgba(0, 255, 136, 0.2);
}

.card-icon {
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-accent);
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.service-card:hover .card-icon {
  background: var(--primary-accent);
  color: #000000;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.4);
}

.service-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-main);
}

.service-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 28px;
  flex-grow: 1;
}

.card-tag {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-color);
  padding: 4px 12px;
  border-radius: 100px;
}

/* Responsive Rules */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .services-section {
    padding: 60px 16px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9aad30b */: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;
}

.comparison-section {
  background-color: var(--bg-dark);
  color: var(--text-main);
  padding: 100px 24px;
  position: relative;
  border-top: 1px solid var(--border-color);
}

.container {
  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: 12px;
  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;
}

/* Table Design */
.table-wrapper {
  overflow-x: auto;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 10px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.comparison-table th,
.comparison-table td {
  padding: 20px 16px;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.95rem;
}

.comparison-table th {
  color: var(--text-muted);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.feature-col {
  text-align: left;
  padding-left: 24px !important;
  width: 30%;
}

.feature-name {
  text-align: left;
  padding-left: 24px !important;
  font-weight: 600;
  color: var(--text-main);
}

/* Codenet Highlight Column */
.highlight-header {
  color: var(--primary-accent) !important;
  font-size: 1rem !important;
  background: rgba(0, 255, 136, 0.05);
  border-radius: 12px 12px 0 0;
}

.highlight-cell {
  background: rgba(0, 255, 136, 0.03);
}

/* Indicators */
.check-cell {
  color: var(--primary-accent);
  font-weight: 800;
  font-size: 1.2rem;
}

.cross-cell {
  color: #ef4444;
  opacity: 0.6;
  font-size: 1rem;
}

/* Responsive Rules */
@media (max-width: 768px) {
  .comparison-section {
    padding: 60px 16px;
  }

  .section-title {
    font-size: 2rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 14px 10px;
    font-size: 0.85rem;
  }

  .feature-col, .feature-name {
    padding-left: 12px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-efc140a */:root {
  --primary-accent: #00ff88;
  --secondary-accent: #0077ff;
  --bg-dark: #07090e;
  --card-bg: rgba(15, 23, 42, 0.7);
  --border-color: rgba(255, 255, 255, 0.1);
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
}

.cta-section {
  background-color: var(--bg-dark);
  color: var(--text-main);
  padding: 80px 24px 100px 24px;
  position: relative;
  border-top: 1px solid var(--border-color);
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

/* Banner Card */
.cta-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(20px);
  border-radius: 28px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

/* Ambient Card Glow */
.cta-bg-glow {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 255, 136, 0.15) 0%, rgba(0, 119, 255, 0.1) 50%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}

/* Content Column */
.cta-badge {
  display: inline-block;
  color: var(--primary-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
}

.cta-title {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
}

.gradient-text {
  background: linear-gradient(135deg, var(--primary-accent), var(--secondary-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-description {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 540px;
}

/* Buttons */
.cta-action-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-accent), #00c868);
  color: #000000;
  box-shadow: 0 10px 25px rgba(0, 255, 136, 0.25);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 255, 136, 0.4);
}

.btn-glass {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-main);
  border: 1px solid var(--border-color);
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

/* Quick Contact Column */
.cta-contact-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-icon {
  width: 44px;
  height: 44px;
  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;
  font-size: 20px;
  flex-shrink: 0;
}

.contact-card small {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.contact-card p {
  font-size: 0.88rem;
  color: var(--text-main);
  font-weight: 500;
  line-height: 1.4;
}

/* Responsive Rules */
@media (max-width: 992px) {
  .cta-card {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    gap: 32px;
  }

  .cta-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .cta-section {
    padding: 60px 16px;
  }

  .cta-title {
    font-size: 1.8rem;
  }

  .cta-action-group {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2ece5c6 *//* Zero Margin Reset to Cover Entire Screen Left-to-Right */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important; /* Side scrolling hatane ke liye */
  background-color: #07090e;
}

/* Full Bleed Layout Utility */
.full-bleed-section {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  box-sizing: border-box;
}/* End custom CSS */