.elementor-4699 .elementor-element.elementor-element-525808ca{--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-59971d2b */.dcm-hero h1{color:#fff}
.dcm-usa {
    font-family: 'Inter', sans-serif;
    color: #1a1a2e;
    line-height: 1.6;
    font-size: 16px;
  }
 
  .dcm-usa a { text-decoration: none; }
 
  /* ── HERO ── */
  .dcm-hero {
    background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 60%, #ff6b1a08 100%);
    color: #fff !important;
    padding: 90px 20px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .dcm-hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, #ff6b1a22 0%, transparent 70%);
    border-radius: 50%;
  }
  .dcm-hero-tag {
    display: inline-block;
    background: #ff6b1a18;
    border: 1px solid #ff6b1a55;
    color: #ff8c42;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 22px;
  }
  .dcm-hero h1 {
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.15;
    max-width: 780px;
    margin: 0 auto 20px;
    letter-spacing: -0.5px;
  }
  .dcm-hero h1 span { color: #ff6b1a; }
  .dcm-hero p {
    font-size: clamp(15px, 2vw, 18px);
    color: #b0b8d0;
    max-width: 620px;
    margin: 0 auto 36px;
  }
  .dcm-hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin:15px; }
  .dcm-btn-primary {
    background: #ff6b1a;
    color: #fff;
    padding: 14px 30px;
    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 #ffffff33;
    color: #fff;
    padding: 13px 28px;
    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: #ff6b1a12; }
 
  /* ── TRUST BAR ── */
  .dcm-trust {
    background: #f8f8fc;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 22px 20px;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    text-align: center;
  }
  .dcm-trust-item strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #ff6b1a;
  }
  .dcm-trust-item span { font-size: 12px; color: #666; font-weight: 500; }
 
  /* ── SECTION COMMON ── */
  .dcm-section { padding: 72px 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(24px, 3.5vw, 38px);
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
  }
  .dcm-lead {
    font-size: 16px;
    color: #555;
    max-width: 600px;
    margin-bottom: 48px;
  }
 
  /* ── WHY US ── */
  .dcm-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 40px;
  }
  .dcm-why-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 28px 26px;
    transition: box-shadow 0.2s, transform 0.2s;
  }
  .dcm-why-card:hover { box-shadow: 0 8px 30px #ff6b1a15; transform: translateY(-3px); }
  .dcm-why-icon {
    width: 44px; height: 44px;
    background: #ff6b1a12;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 14px;
    font-size: 20px;
  }
  .dcm-why-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: #1a1a2e; }
  .dcm-why-card p { font-size: 14px; color: #666; line-height: 1.65; }
 
  /* ── SERVICES ── */
  .dcm-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    margin-top: 40px;
  }
  .dcm-service-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 26px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.2s;
  }
  .dcm-service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
    background: #ff6b1a;
    border-radius: 4px 0 0 4px;
  }
  .dcm-service-card:hover { box-shadow: 0 8px 30px #0002; }
  .dcm-service-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
  .dcm-service-card p { font-size: 14px; color: #666; line-height: 1.6; }
 
  /* ── PROCESS ── */
  .dcm-process { margin-top: 40px; display: flex; flex-direction: column; gap: 0; }
  .dcm-step {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 28px 0;
    border-bottom: 1px solid #eee;
  }
  .dcm-step:last-child { border-bottom: none; }
  .dcm-step-num {
    min-width: 48px; height: 48px;
    background: #ff6b1a;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .dcm-step h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
  .dcm-step p { font-size: 14px; color: #666; line-height: 1.65; }
 
  /* ── INDUSTRIES ── */
  .dcm-industries { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
  .dcm-ind-tag {
    background: #fff;
    border: 1.5px solid #e0e0e8;
    padding: 8px 18px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    cursor: default;
  }
  .dcm-ind-tag:hover { border-color: #ff6b1a; background: #ff6b1a0d; color: #ff6b1a; }
 
  /* ── TESTIMONIALS ── */
  .dcm-testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 40px;
  }
  .dcm-testi-card {
    background: #1a1a2e;
    color: #fff;
    border-radius: 14px;
    padding: 30px 26px;
    position: relative;
  }
  .dcm-testi-card::before {
    content: '"';
    position: absolute;
    top: 16px; right: 22px;
    font-size: 60px;
    color: #ff6b1a33;
    font-family: Georgia, serif;
    line-height: 1;
  }
  .dcm-testi-card p { font-size: 15px; color: #c8cedf; line-height: 1.7; margin-bottom: 20px; }
  .dcm-testi-author strong { font-size: 14px; color: #fff; display: block; }
  .dcm-testi-author span { font-size: 12px; color: #ff8c42; }
 
  /* ── FAQ ── */
  .dcm-faq { margin-top: 40px; display: flex; flex-direction: column; gap: 14px; }
  .dcm-faq-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 22px 24px;
    cursor: pointer;
    transition: border-color 0.2s;
  }
  .dcm-faq-item:hover { border-color: #ff6b1a55; }
  .dcm-faq-item h3 { font-size: 15px; font-weight: 700; margin-bottom: 10px; color: #1a1a2e; }
  .dcm-faq-item p { font-size: 14px; color: #666; line-height: 1.65; }
 
  /* ── FINAL CTA ── */
  .dcm-cta-section {
    background: linear-gradient(135deg, #ff6b1a, #e84f00);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
  }
  .dcm-cta-section h2 {
    font-size: clamp(24px, 4vw, 40px);
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
    color:#fff;
  }
  .dcm-cta-section p {
    font-size: 18px;
    color: #ffffffcc;
    max-width: 540px;
    margin: 0 auto 36px;
  }
  .dcm-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin:15px;}
  .dcm-btn-white {
    background: #fff;
    color: #ff6b1a;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.2s;
  }
  .dcm-btn-white:hover { transform: translateY(-2px); }
  .dcm-btn-ghost {
    border: 2px solid #ffffff88;
    color: #fff;
    padding: 13px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    transition: background 0.2s;
  }
  .dcm-btn-ghost:hover { background: #ffffff18; }
 
  @media (max-width: 600px) {
    .dcm-trust { gap: 20px; }
    .dcm-step { flex-direction: column; gap: 14px; }
    .dcm-cta-btns, .dcm-hero-btns { flex-direction: column; align-items: center; }
  }/* End custom CSS */