.elementor-13164 .elementor-element.elementor-element-f10db6a{--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-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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-13164 .elementor-element.elementor-element-7365d70{--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-13164 .elementor-element.elementor-element-e6f4efb{--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-13164 .elementor-element.elementor-element-687f689{--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-13164 .elementor-element.elementor-element-cd7d596{--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-13164 .elementor-element.elementor-element-786d3a8{--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-13164 .elementor-element.elementor-element-d143d91{--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-13164 .elementor-element.elementor-element-e11ac1e{--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-13164 .elementor-element.elementor-element-5a00f07{--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-13164 .elementor-element.elementor-element-8c28b52{--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-13164 .elementor-element.elementor-element-c989370{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-c96e5b8 *//* Hero Section */
.ti-hero {
  padding: 90px 0 70px;
  background: #f8fafc;
}

.ti-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.ti-hero-text h1 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 16px;
}

.ti-hero-text p {
  font-size: 18px;
  color: #475569;
  margin-bottom: 26px;
  line-height: 1.65;
}

.ti-btn-primary {
  display: inline-block;
  padding: 14px 28px;
  background: #0f172a;
  color: #fff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease-out;
}

.ti-btn-primary:hover {
  background: #020617;
  transform: translateY(-2px);
}

.ti-hero-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

@media (max-width: 767px) {
  .ti-hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .ti-hero-text h1 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3b6d4fc *//* Features Section */
.ti-features {
  padding: 80px 0;
  background: #f8fafc;
}

.ti-feature-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.ti-feature-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  text-align: center;
  transition: 0.2s ease;
}

.ti-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.ti-feature-card img {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 16px;
}

.ti-feature-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ti-feature-card p {
  font-size: 15px;
  color: #475569;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0c3e500 *//* Specs Section */
.ti-specs {
  padding: 80px 0;
  background: #ffffff;
}

.ti-sec-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 40px;
}

.ti-specs-inner {
  max-width: 780px;
  margin: 0 auto;
}

.ti-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 17px;
}

.ti-spec-table th,
.ti-spec-table td {
  padding: 14px 10px;
  border-bottom: 1px solid #e2e8f0;
}

.ti-spec-table th {
  width: 40%;
  font-weight: 600;
  color: #1e293b;
}

.ti-spec-table td {
  color: #475569;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b4b847e */.ti-oem {
  padding: 80px 0;
  background: #ffffff;
}

.ti-oem-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ti-oem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 40px;
}

.ti-oem-card {
  background: #f8fafc;
  padding: 22px 24px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  transition: 0.25s ease;
}

.ti-oem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.ti-oem-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #0f172a;
}

.ti-oem-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-87cfb5b */.ti-moqlt {
  padding: 80px 0;
  background: #f8fafc;
}

.ti-moqlt-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.ti-moqlt-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 26px;
  margin-top: 40px;
}

.ti-moqlt-item {
  background: #ffffff;
  padding: 26px 24px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

.ti-moqlt-item h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #0f172a;
}

.ti-moqlt-item p {
  font-size: 15px;
  color: #475569;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1a9e26f */.ti-flow {
  padding: 90px 0;
  background: #ffffff;
}

.ti-flow-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ti-flow-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.ti-flow-step {
  padding: 22px;
}

.ti-flow-icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.ti-flow-step h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #0f172a;
}

.ti-flow-step p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2156ad9 *//* ============================
   Section Wrapper
============================ */
.ti-rfq {
  padding: 80px 0;
  background: #f5f7fa;
}

.ti-rfq-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

/* Title */
.ti-rfq-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

/* Subtitle */
.ti-rfq-sub {
  font-size: 17px;
  color: #475569;
  margin-bottom: 34px;
  line-height: 1.65;
}

/* WPForms wrapper */
.ti-rfq-form-wrap {
  background: #ffffff;
  padding: 32px 28px;
  border-radius: 24px;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.14);
  border: 1px solid rgba(148, 163, 184, 0.25);
  margin-bottom: 26px;
}

/* Alt contact */
.ti-rfq-alt {
  font-size: 15px;
  color: #475569;
}

.ti-rfq-alt a {
  color: #0f62fe;
  font-weight: 600;
  text-decoration: none;
}

.ti-rfq-alt a:hover {
  text-decoration: underline;
}

/* Fade Up Animation */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fade-up.appear {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 767px) {
  .ti-rfq {
    padding: 60px 0;
  }
  .ti-rfq-title {
    font-size: 26px;
  }
  .ti-rfq-form-wrap {
    padding: 24px 18px;
  }
}/* End custom CSS */