.elementor-271 .elementor-element.elementor-element-0730a69{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-271 .elementor-element.elementor-element-b3e54d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-c710320{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-1f72708{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-0878540{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-197b7d5 *//* Container & Header - Light Theme */
.xev-table-container {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  color: #1f2937;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
}

.xev-table-header {
  margin-bottom: 20px;
}

.xev-badge {
  background: linear-gradient(135deg, #0284c7, #0284c7);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 8px;
}

.xev-table-header h2 {
  color: #0f172a;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

/* Responsive Table Shell */
.xev-table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Table Design - Light Theme */
.xev-spec-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
}

.xev-spec-table th,
.xev-spec-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #e5e7eb;
}

.xev-spec-table th {
  background-color: #f8fafc;
  color: #0284c7;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
}

.xev-spec-table th:first-child {
  border-top-left-radius: 8px;
}

.xev-spec-table th:last-child {
  border-top-right-radius: 8px;
}

.xev-spec-table tbody tr:hover {
  background-color: rgba(2, 132, 199, 0.04);
}

.spec-label {
  font-weight: 600;
  color: #4b5563;
  white-space: nowrap;
}

.highlight-val {
  color: #059669; /* Rich Emerald Green */
  font-weight: 600;
}

.accent-text {
  color: #e11d48; /* Crimson Red */
  font-weight: 600;
}

.price-row {
  background-color: rgba(2, 132, 199, 0.06);
}

.price-val {
  color: #0284c7; /* Deep Cyan/Blue */
  font-weight: 700;
  font-size: 1.05rem;
}

.xev-spec-table small {
  color: #6b7280;
}

/* Mobile Adjustments */
@media (max-width: 600px) {
  .xev-table-container {
    padding: 16px;
  }
  .xev-spec-table th, .xev-spec-table td {
    padding: 10px 12px;
    font-size: 0.88rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e6b01f6 *//* Container Layout */
.xev-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin: 32px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Base Button Styling */
.xev-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  min-width: 260px;
  box-sizing: border-box;
}

/* Primary Button Style (Electric Teal/Cyan Accent) */
.xev-btn-primary {
  background: linear-gradient(135deg, #00d2ff 0%, #0072ff 100%);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.xev-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 114, 255, 0.4);
  background: linear-gradient(135deg, #00e5ff 0%, #0056cc 100%);
}

/* Secondary Button Style (Dark Futuristic Theme) */
.xev-btn-secondary {
  background: #121824;
  color: #00d2ff !important;
  border: 1.5px solid #00d2ff;
}

.xev-btn-secondary:hover {
  transform: translateY(-3px);
  background: #1a2332;
  box-shadow: 0 8px 25px rgba(0, 210, 255, 0.25);
  color: #ffffff !important;
}

/* Icon Styling */
.xev-btn-icon {
  font-size: 1.5rem;
  line-height: 1;
}

/* Typography Styling inside Button */
.xev-btn-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.xev-btn-text strong {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.xev-btn-text small {
  font-size: 0.75rem;
  opacity: 0.85;
  font-weight: 400;
  margin-top: 2px;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .xev-cta-wrapper {
    flex-direction: column;
    width: 100%;
  }
  
  .xev-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-adde990 *//* Core Layout & Typography - Light Theme */
.xev-content-wrapper {
  color: #374151; /* Dark gray for general text */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.7;
  font-size: 1rem;
}

.xev-intro {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #1f2937; /* Dark charcoal for clear legibility */
  margin-bottom: 35px;
}

.xev-intro strong {
  color: #0284c7; /* Vibrant electric blue highlight */
}

/* Sections - Light Theme */
.xev-section {
  margin-bottom: 40px;
  background: #ffffff; /* Clean white card container */
  border: 1px solid #e5e7eb; /* Soft light gray border */
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
}

.xev-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 12px;
}

.xev-step {
  background: #0284c7; /* Vibrant blue badge */
  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 2px 10px;
  border-radius: 6px;
}

.xev-section-title h3 {
  color: #0f172a; /* Deep navy headings */
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0;
}

/* Bullet Lists - Light Theme */
.xev-feature-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
}

.xev-feature-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #4b5563; /* Slate gray text */
}

.xev-feature-list li::before {
  content: "⚡";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.85rem;
}

.xev-feature-list li strong {
  color: #0284c7;
}

/* Grid Layout for Triple Screen - Light Theme */
.xev-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.xev-card {
  background: #f8fafc; /* Light slate background */
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #0284c7;
}

.xev-card h4 {
  color: #0f172a;
  margin: 0 0 8px 0;
  font-size: 1rem;
}

.xev-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #64748b;
}

/* Callout Box - Light Theme */
.xev-callout {
  padding: 14px 18px;
  border-radius: 8px;
  margin: 20px 0;
  font-size: 0.95rem;
}

.xev-callout-warning {
  background: rgba(245, 158, 11, 0.08);
  border-left: 4px solid #f59e0b;
  color: #b45309; /* Darker amber text for high contrast on light backgrounds */
}

/* Variant Cards - Light Theme */
.xev-variant-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
}

.xev-variant-card {
  background: #f8fafc;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.featured-variant {
  border-color: #0284c7;
  background: rgba(2, 132, 199, 0.04);
}

.variant-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.variant-header h4 {
  color: #0f172a;
  margin: 0;
  font-size: 1.05rem;
}

.variant-price {
  color: #059669; /* Rich Emerald Green for prices */
  font-weight: 700;
  font-size: 0.95rem;
}

.xev-variant-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #64748b;
}

/* Conclusion Box - Light Theme */
.xev-conclusion {
  background: linear-gradient(135deg, rgba(0, 114, 255, 0.06), rgba(0, 210, 255, 0.12));
  border: 1px solid #00a8ff;
  border-radius: 12px;
  padding: 24px;
  margin-top: 30px;
  box-shadow: 0 4px 12px rgba(0, 114, 255, 0.08);
}

.xev-conclusion p {
  margin: 0;
  color: #0f172a; /* Deep navy text */
  font-size: 1.05rem;
  line-height: 1.7;
}

.xev-conclusion strong {
  color: #0284c7;
}

/* Responsive */
@media (max-width: 600px) {
  .xev-section {
    padding: 18px;
  }
  .variant-header {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */