.elementor-4700 .elementor-element.elementor-element-1a3fdd7{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), outfit;font-size:var( --e-global-typography-text-font-size );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-45860a1 */.dcm-dm {
    
    color: #181828;
    line-height: 1.6;
    font-size: 16px;
  }
  .dcm-dm a { text-decoration: none; }
 
  /* ── HERO ── */
  .dcm-hero {
    background: #0d0d18;
    color: #fff;
    padding: 90px 20px 70px;
    position: relative;
    overflow: hidden;
  }
  .dcm-hero-bg-shape {
    position: absolute;
    top: -120px; left: 50%;
    transform: translateX(-50%);
    width: 800px; height: 500px;
    background: radial-gradient(ellipse, #ff6b1a20 0%, transparent 65%);
    pointer-events: none;
  }
  .dcm-hero-inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .dcm-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff6b1a14;
    border: 1px solid #ff6b1a4d;
    color: #ff8c42;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
  }
  .dcm-hero h1 {
    font-size: clamp(28px, 5.2vw, 54px);
    font-weight: 900;
    line-height: 1.12;
    max-width: 820px;
    margin: 0 auto 22px;
    letter-spacing: -0.8px;
    color:#fff !important;
  }
  .dcm-hero h1 em {
    font-style: normal;
    color: #ff6b1a;
  }
  .dcm-hero p {
    font-size: clamp(15px, 2vw, 18px);
    color: #a8b0c8;
    max-width: 640px;
    margin: 0 auto 38px;
  }
  .dcm-hero-btns { display: flex; gap: 14px; margin:15px; justify-content: center; flex-wrap: wrap; }
  .dcm-btn-primary {
    background: #ff6b1a;
    color: #fff;
    padding: 15px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    transition: background 0.2s, transform 0.2s;
    display: inline-block;
  }
  .dcm-btn-primary:hover { background: #e85c10; transform: translateY(-2px); }
  .dcm-btn-outline {
    border: 2px solid #ffffff2e;
    color: #fff;
    padding: 13px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    transition: border-color 0.2s, background 0.2s;
    display: inline-block;
  }
  .dcm-btn-outline:hover { border-color: #ff6b1a; background: #ff6b1a0f; }
 
  /* ── METRICS STRIP ── */
  .dcm-metrics {
    background: #14141f;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  .dcm-metric {
    padding: 0 36px;
    text-align: center;
    border-right: 1px solid #ffffff14;
  }
  .dcm-metric:last-child { border-right: none; }
  .dcm-metric strong {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #ff6b1a;
  }
  .dcm-metric span { font-size: 12px; color: #8892ad; font-weight: 500; }
 
  /* ── SECTION COMMON ── */
  .dcm-section { padding: 78px 20px; }
  .dcm-section-alt { background: #f8f8fc; }
  .dcm-container { max-width: 1080px; margin: 0 auto; }
  .dcm-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff6b1a;
    margin-bottom: 10px;
  }
  .dcm-h2 {
    font-size: clamp(23px, 3.6vw, 38px);
    font-weight: 800;
    color: #181828;
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -0.4px;
  }
  .dcm-lead {
    font-size: 16px;
    color: #565666;
    max-width: 600px;
    margin-bottom: 46px;
  }
 
  /* ── PROBLEM/AGITATE SECTION ── */
  .dcm-problem-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 40px;
  }
  .dcm-problem-card {
    background: #fff;
    border: 1px solid #ece8f5;
    border-left: 4px solid #d94545;
    border-radius: 10px;
    padding: 24px 22px;
  }
  .dcm-problem-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: #181828; }
  .dcm-problem-card p { font-size: 13px; color: #666; line-height: 1.6; }
 
  /* ── SERVICES ── */
  .dcm-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 22px;
    margin-top: 44px;
  }
  .dcm-service-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    border: 1px solid #ece8f5;
    transition: box-shadow 0.25s, transform 0.25s;
  }
  .dcm-service-card:hover { box-shadow: 0 12px 36px #ff6b1a14; transform: translateY(-4px); }
  .dcm-service-num {
    font-size: 12px;
    font-weight: 800;
    color: #ff6b1a;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
  .dcm-service-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: #181828; }
  .dcm-service-card p { font-size: 14px; color: #666; line-height: 1.65; margin-bottom: 14px; }
  .dcm-service-tags { display: flex; flex-wrap: wrap; gap: 6px; }
  .dcm-service-tags span {
    background: #ff6b1a0d;
    color: #ff6b1a;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
  }
 
  /* ── RESULTS / CASE STAT SECTION ── */
  .dcm-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 44px;
  }
  .dcm-result-card {
    background: linear-gradient(160deg, #181828, #0d0d18);
    color: #fff;
    border-radius: 16px;
    padding: 30px 26px;
    position: relative;
    overflow: hidden;
  }
  .dcm-result-card::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 140px; height: 140px;
    background: #ff6b1a22;
    border-radius: 50%;
  }
  .dcm-result-stat {
    font-size: 36px;
    font-weight: 900;
    color: #ff6b1a;
    margin-bottom: 6px;
    position: relative;
  }
  .dcm-result-card p { font-size: 13px; color: #aab4cc; line-height: 1.6; position: relative; }
 
  /* ── WHY US (split layout) ── */
  .dcm-why-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 40px;
    align-items: start;
  }
  .dcm-why-list { display: flex; flex-direction: column; gap: 26px; }
  .dcm-why-row { display: flex; gap: 18px; align-items: flex-start; }
  .dcm-why-row-num {
    min-width: 38px; height: 38px;
    background: #ff6b1a;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .dcm-why-row h3 { font-size: 15px; font-weight: 700; margin-bottom: 5px; color: #181828; }
  .dcm-why-row p { font-size: 13px; color: #666; line-height: 1.6; }
  .dcm-why-image-block {
    background: #f8f8fc;
    border: 1px solid #ece8f5;
    border-radius: 18px;
    padding: 36px 30px;
  }
  .dcm-why-image-block h3 { font-size: 17px; font-weight: 800; margin-bottom: 18px; color: #181828; }
  .dcm-quote-box {
    background: #fff;
    border-left: 3px solid #ff6b1a;
    border-radius: 0 10px 10px 0;
    padding: 18px 20px;
    font-size: 14px;
    color: #444;
    font-style: italic;
    line-height: 1.7;
    margin-top: 16px;
  }
 
  /* ── PROCESS ── */
  .dcm-process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 44px;
  }
  .dcm-process-card {
    text-align: left;
    padding: 26px 22px;
    background: #fff;
    border: 1px solid #ece8f5;
    border-radius: 14px;
  }
  .dcm-process-step-tag {
    display: inline-block;
    background: #181828;
    color: #ff8c42;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
  }
  .dcm-process-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
  .dcm-process-card p { font-size: 13px; color: #666; line-height: 1.6; }
 
  /* ── INDUSTRIES ── */
  .dcm-industries { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
  .dcm-ind-tag {
    background: #fff;
    border: 1.5px solid #e2dff0;
    padding: 9px 20px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
  }
  .dcm-ind-tag:hover { border-color: #ff6b1a; background: #ff6b1a08; color: #ff6b1a; }
 
  /* ── TESTIMONIALS ── */
  .dcm-testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 22px;
    margin-top: 44px;
  }
  .dcm-testi-card {
    background: #fff;
    border: 1px solid #ece8f5;
    border-radius: 14px;
    padding: 28px 26px;
  }
  .dcm-stars { color: #ff8c42; font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
  .dcm-testi-card p { font-size: 14px; color: #444; line-height: 1.75; margin-bottom: 20px; }
  .dcm-testi-author { display: flex; align-items: center; gap: 12px; }
  .dcm-testi-avatar {
    width: 38px; height: 38px;
    background: #ff6b1a;
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
  }
  .dcm-testi-author strong { font-size: 13px; color: #181828; display: block; }
  .dcm-testi-author span { font-size: 12px; color: #888; }
 
  /* ── FAQ ── */
  .dcm-faq { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; }
  .dcm-faq-item {
    background: #fff;
    border: 1px solid #ece8f5;
    border-radius: 12px;
    padding: 22px 26px;
  }
  .dcm-faq-item h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: #181828; display: flex; gap: 10px; }
  .dcm-faq-item h3::before { content: 'Q.'; color: #ff6b1a; }
  .dcm-faq-item p { font-size: 14px; color: #666; line-height: 1.7; padding-left: 24px; }
 
  /* ── FINAL CTA ── */
  .dcm-cta-section {
    background: #0d0d18;
    color: #fff;
    padding: 88px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .dcm-cta-section::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 600px; height: 400px;
    background: radial-gradient(ellipse, #ff6b1a18 0%, transparent 65%);
  }
  .dcm-cta-section h2 {
    font-size: clamp(24px, 4.2vw, 42px);
    font-weight: 900;
    margin-bottom: 16px;
    line-height: 1.2;
    position: relative;
    letter-spacing: -0.5px;
    color:#fff;
  }
  .dcm-cta-section h2 em { font-style: normal; color: #ff6b1a; }
  .dcm-cta-section p {
    font-size: 16px;
    color: #aab4cc;
    max-width: 540px;
    margin: 0 auto 38px;
    position: relative;
  }
  .dcm-cta-btns { display: flex; gap: 14px; margin:15px; justify-content: center; flex-wrap: wrap; position: relative; }
  .dcm-btn-cta-main {
    background: #ff6b1a;
    color: #fff;
    padding: 16px 34px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .dcm-btn-cta-main:hover { transform: translateY(-2px); box-shadow: 0 10px 30px #ff6b1a44; }
  .dcm-btn-cta-ghost {
    border: 2px solid #ffffff2e;
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    transition: background 0.2s, border-color 0.2s;
  }
  .dcm-btn-cta-ghost:hover { background: #ffffff10; border-color: #fff; }
 
  @media (max-width: 768px) {
    .dcm-why-split { grid-template-columns: 1fr; gap: 30px; }
    .dcm-metric { padding: 0 20px; }
  }
  @media (max-width: 500px) {
    .dcm-hero-btns, .dcm-cta-btns { flex-direction: column; align-items: center; }
    .dcm-metric { border-right: none; padding: 10px 24px; }
  }/* End custom CSS */