.elementor-342 .elementor-element.elementor-element-22dfaa58{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-342 .elementor-element.elementor-element-23dcd509{--spacer-size:40px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-342 .elementor-element.elementor-element-278b49a8{text-align:center;}.elementor-342 .elementor-element.elementor-element-278b49a8 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:44px;font-weight:800;color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-342 .elementor-element.elementor-element-142047f8{width:var( --container-widget-width, 62% );max-width:62%;--container-widget-width:62%;--container-widget-flex-grow:0;text-align:center;font-family:"Inter", Sans-serif;font-weight:400;color:var( --e-global-color-dd51453 );}.elementor-342 .elementor-element.elementor-element-605ddf98{--spacer-size:60px;}.elementor-342 .elementor-element.elementor-element-0f39365{--display:flex;}.elementor-342 .elementor-element.elementor-element-260018f .techinovex-primary{color:#00FFFF;}.elementor-342 .elementor-element.elementor-element-260018f .techinovex-primary-bg{background-color:#00FFFF;}.elementor-342 .elementor-element.elementor-element-260018f .techinovex-secondary{color:#805aed;}.elementor-342 .elementor-element.elementor-element-260018f .techinovex-secondary-bg{background-color:#805aed;}.elementor-342 .elementor-element.elementor-element-321fe73f{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-342 .elementor-element.elementor-element-23dcd509{--spacer-size:20px;}.elementor-342 .elementor-element.elementor-element-278b49a8 .elementor-heading-title{font-size:28px;}.elementor-342 .elementor-element.elementor-element-142047f8{--container-widget-width:319px;--container-widget-flex-grow:0;width:var( --container-widget-width, 319px );max-width:319px;font-size:16px;}.elementor-342 .elementor-element.elementor-element-142047f8 p{margin-block-end:3px;}.elementor-342 .elementor-element.elementor-element-605ddf98{--spacer-size:20px;}}/* Start custom CSS for heading, class: .elementor-element-278b49a8 */.ha1{
  background: linear-gradient(135deg, #00FFFF 0%, #805AED 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; /* Fallback for non-webkit browsers */
  display: inline-block;
  font-weight: 700;
  margin-bottom: 12px;
}

/* For better browser support */
@supports (background-clip: text) or (-webkit-background-clip: text) {
  h1 {
    background: linear-gradient(135deg, #00FFFF 0%, #805AED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
}

/* Fallback for older browsers */
h1.no-gradient {
  color: #805AED; /* Use the end color as solid fallback */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-179e73f *//* WordPress Styles for AI Build Optimizer */

.ai-builder-section {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 6vw;
}

.ai-split-layout {
  display: grid;
  grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

@media (max-width: 980px) {
  .ai-split-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.ai-card {
  background: linear-gradient(145deg, #0b1120, #020617);
  border: 1px solid #1f2937;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.ai-panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.ai-panel-header i {
  font-size: 22px;
  color: #38bdf8;
}

.ai-panel-title {
  font-size: 20px;
  font-weight: 700;
  color: #e2e8f0;
  margin: 0;
}

/* Input Fields */
.ai-input-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #e2e8f0;
  font-weight: 600;
  font-size: 15px;
}

.ai-input-field,
.ai-select-field,
.ai-textarea-field {
  padding: 12px 14px;
  background: #020617;
  border-radius: 10px;
  border: 1px solid #1f2f46;
  color: #e2e8f0;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.3s ease;
}

.ai-input-field:focus,
.ai-select-field:focus,
.ai-textarea-field:focus {
  outline: none;
  border-color: #38bdf8;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.15);
}

.ai-textarea-field {
  resize: vertical;
  min-height: 90px;
}

/* Buttons */
.ai-btn-primary {
  padding: 14px 24px;
  background: linear-gradient(120deg, #38bdf8, #22d3ee);
  border: none;
  border-radius: 999px;
  color: #020617;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(34, 211, 238, 0.35);
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.ai-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(34, 211, 238, 0.45);
}

/* Instruction Box */
.ai-instruction-box {
  padding: 16px;
  border: 1px dashed rgba(148, 163, 184, 0.4);
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.5);
  color: #94a3b8;
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}

/* Metrics Grid */
.ai-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 640px) {
  .ai-metrics-grid {
    grid-template-columns: 1fr;
  }
}

.ai-metric-box {
  aspect-ratio: 1;
  background: radial-gradient(circle at 0 0, rgba(56,189,248,0.14), transparent 55%);
  border: 1px solid rgba(51, 65, 85, 0.9);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 130px;
}

.ai-metric-value {
  font-size: 28px;
  font-weight: 800;
  color: #38bdf8;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ai-metric-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #94a3b8;
  text-align: center;
}

/* Content Sections */
.ai-content-section {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 6vw;
}

.ai-content-section h2 {
  color: #e2e8f0;
  margin-bottom: 24px;
  font-size: 32px;
}

.ai-content-section h3 {
  color: #e2e8f0;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
}

.ai-content-section p {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Features Grid */
.ai-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin: 28px 0;
}

.ai-feature-card {
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.6), rgba(2, 6, 23, 0.8));
  border: 1px solid #1f2937;
  border-radius: 14px;
  padding: 24px;
  transition: all 0.3s ease;
}

.ai-feature-card:hover {
  transform: translateY(-6px);
  border-color: #38bdf8;
  box-shadow: 0 15px 30px rgba(56, 189, 248, 0.15);
}

.ai-feature-card h4 {
  margin: 0 0 12px;
  color: #e2e8f0;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ai-feature-card h4 i {
  color: #38bdf8;
}

.ai-feature-card p {
  margin: 0;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.6;
}

/* FAQ Section */
.ai-faq-section {
  margin-top: 48px;
}

.ai-faq-item {
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid #1f2937;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}

.ai-faq-item strong {
  color: #e2e8f0;
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
}

.ai-faq-item p {
  margin: 0;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.6;
}

/* CTA Section */
.ai-cta-section {
  text-align: center;
  padding: 52px 32px;
  margin: 60px auto 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.13), rgba(67, 56, 202, 0.24));
  border: 1px solid rgba(56, 189, 248, 0.32);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  max-width: 1100px;
}

.ai-cta-section h2 {
  color: #e2e8f0;
  margin-bottom: 20px;
  font-size: 36px;
}

/* Responsive */
@media (max-width: 768px) {
  .ai-card {
    padding: 20px;
  }
  
  .ai-features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .ai-content-section h2 {
    font-size: 28px;
  }
  
  .ai-cta-section {
    padding: 40px 24px;
    margin: 40px auto 32px;
  }
  
  .ai-cta-section h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .ai-builder-section {
    padding: 0 4vw;
  }
  
  .ai-content-section {
    padding: 0 4vw;
  }
  
  .ai-metric-value {
    font-size: 24px;
  }
}/* End custom CSS */