.elementor-4702 .elementor-element.elementor-element-2c37294{--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-45c9b25 */.dcm-au {
    
    color: #1a1a2e;
    line-height: 1.6;
    font-size: 16px;
  }
 
  .dcm-au a { text-decoration: none; }
 
  /* ── HERO ── */
  .dcm-hero {
    background: linear-gradient(135deg, #0b1120 0%, #111827 60%, #ff6b1a08 100%);
    color: #fff;
    padding: 90px 20px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .dcm-hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 420px; height: 420px;
    background: radial-gradient(circle, #ff6b1a1a 0%, transparent 70%);
    border-radius: 50%;
  }
  .dcm-hero::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -60px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, #1e40af12 0%, transparent 70%);
    border-radius: 50%;
  }
  .dcm-hero-tag {
    display: inline-block;
    background: #ff6b1a15;
    border: 1px solid #ff6b1a44;
    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(26px, 5vw, 50px);
    font-weight: 800;
    line-height: 1.15;
    max-width: 800px;
    margin: 0 auto 20px;
    letter-spacing: -0.5px;
    color: #fff;
  }
  .dcm-hero h1 span { color: #ff6b1a; }
  .dcm-hero p {
    font-size: clamp(15px, 2vw, 17px);
    color: #aab4cc;
    max-width: 600px;
    margin: 0 auto 36px;
  }
  .dcm-hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .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 #ffffff30;
    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: #ff6b1a10; }
 
  /* ── TRUST BAR ── */
  .dcm-trust {
    background: #f9f9fd;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 24px 20px;
    display: flex;
    justify-content: center;
    gap: 44px;
    flex-wrap: wrap;
    text-align: center;
  }
  .dcm-trust-item strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #ff6b1a;
  }
  .dcm-trust-item span { font-size: 12px; color: #777; font-weight: 500; }
 
  /* ── SECTION COMMON ── */
  .dcm-section { padding: 76px 20px; }
  .dcm-section-alt { background: #f9f9fd; }
  .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(22px, 3.5vw, 36px);
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.22;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
  }
  .dcm-lead {
    font-size: 16px;
    color: #555;
    max-width: 580px;
    margin-bottom: 44px;
  }
 
  /* ── INTRO SPLIT ── */
  .dcm-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 20px;
  }
  .dcm-intro-grid p { font-size: 15px; color: #555; line-height: 1.8; margin-bottom: 14px; }
  .dcm-intro-grid p:last-child { margin-bottom: 0; }
  .dcm-intro-right {
    background: #1a1a2e;
    border-radius: 16px;
    padding: 36px 32px;
    color: #fff;
  }
  .dcm-intro-right h3 { font-size: 17px; font-weight: 700; margin-bottom: 20px; color: #ff8c42; }
  .dcm-check-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .dcm-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #c8d0e0;
    line-height: 1.5;
  }
  .dcm-check-list li::before {
    content: '✓';
    color: #ff6b1a;
    font-weight: 800;
    font-size: 15px;
    margin-top: 1px;
    flex-shrink: 0;
  }
 
  /* ── SERVICES ── */
  .dcm-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    margin-top: 44px;
  }
  .dcm-service-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 26px;
    border: 1px solid #e8e8f0;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.25s, transform 0.25s;
  }
  .dcm-service-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, #ff6b1a, #e84f00);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
  }
  .dcm-service-card:hover { box-shadow: 0 10px 32px #0001; transform: translateY(-4px); }
  .dcm-service-card:hover::after { transform: scaleX(1); }
  .dcm-service-emoji { font-size: 28px; margin-bottom: 14px; display: block; }
  .dcm-service-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; color: #1a1a2e; }
  .dcm-service-card p { font-size: 14px; color: #666; line-height: 1.65; }
 
  /* ── WHY US ── */
  .dcm-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 44px;
  }
  .dcm-why-card {
    background: #fff;
    border: 1px solid #e8e8f0;
    border-radius: 14px;
    padding: 28px 24px;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
  .dcm-why-card:hover { box-shadow: 0 8px 28px #ff6b1a12; transform: translateY(-3px); }
  .dcm-why-icon {
    min-width: 46px; height: 46px;
    background: #ff6b1a10;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
  }
  .dcm-why-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 6px; color: #1a1a2e; }
  .dcm-why-card p { font-size: 13px; color: #666; line-height: 1.65; }
 
  /* ── PROCESS ── */
  .dcm-process { margin-top: 44px; position: relative; }
  .dcm-process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0;
  }
  .dcm-step {
    text-align: center;
    padding: 30px 20px;
    position: relative;
  }
  .dcm-step:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: -10px;
    top: 38px;
    font-size: 20px;
    color: #ff6b1a55;
    font-weight: 700;
  }
  .dcm-step-num {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, #ff6b1a, #e84f00);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 6px 18px #ff6b1a33;
  }
  .dcm-step h3 { font-size: 14px; font-weight: 700; margin-bottom: 8px; color: #1a1a2e; }
  .dcm-step p { font-size: 13px; color: #666; line-height: 1.6; }
 
  /* ── CITIES ── */
  .dcm-cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 40px;
  }
  .dcm-city-card {
    background: #fff;
    border: 1px solid #e8e8f0;
    border-radius: 12px;
    padding: 22px 20px;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .dcm-city-card:hover { border-color: #ff6b1a55; box-shadow: 0 6px 20px #ff6b1a10; }
  .dcm-city-card span { font-size: 26px; display: block; margin-bottom: 8px; }
  .dcm-city-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
  .dcm-city-card p { font-size: 12px; color: #888; }
 
  /* ── INDUSTRIES ── */
  .dcm-industries { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
  .dcm-ind-tag {
    background: #fff;
    border: 1.5px solid #e0e0e8;
    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: #1a1a2e;
    color: #fff;
    border-radius: 14px;
    padding: 30px 26px;
    position: relative;
    overflow: hidden;
  }
  .dcm-testi-card::before {
    content: '"';
    position: absolute;
    top: 10px; right: 18px;
    font-size: 72px;
    color: #ff6b1a22;
    font-family: Georgia, serif;
    line-height: 1;
  }
  .dcm-stars { color: #ff8c42; font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
  .dcm-testi-card p { font-size: 14px; color: #bcc6da; line-height: 1.75; margin-bottom: 22px; }
  .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: 12px; }
  .dcm-faq-item {
    background: #fff;
    border: 1px solid #e8e8f0;
    border-radius: 12px;
    padding: 22px 26px;
    border-left: 4px solid #ff6b1a;
    transition: box-shadow 0.2s;
  }
  .dcm-faq-item:hover { box-shadow: 0 4px 18px #0001; }
  .dcm-faq-item h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: #1a1a2e; }
  .dcm-faq-item p { font-size: 14px; color: #666; line-height: 1.7; }
 
  /* ── FINAL CTA ── */
  .dcm-cta-section {
    background: linear-gradient(135deg, #ff6b1a 0%, #c94400 100%);
    color: #fff;
    padding: 84px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .dcm-cta-section::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, #ffffff10 0%, transparent 60%);
    border-radius: 50%;
  }
  .dcm-cta-section h2 {
    font-size: clamp(22px, 4vw, 38px);
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.22;
    position: relative;
    color:#fff;
  }
  .dcm-cta-section p {
    font-size: 16px;
    color: #ffffffcc;
    max-width: 520px;
    margin: 0 auto 36px;
    position: relative;
  }
  .dcm-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
  .dcm-btn-white {
    background: #fff;
    color: #ff6b1a;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .dcm-btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px #00000022; }
  .dcm-btn-ghost {
    border: 2px solid #ffffff66;
    color: #fff;
    padding: 13px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    transition: background 0.2s, border-color 0.2s;
  }
  .dcm-btn-ghost:hover { background: #ffffff15; border-color: #fff; }
 
  @media (max-width: 768px) {
    .dcm-intro-grid { grid-template-columns: 1fr; gap: 30px; }
    .dcm-process-steps { grid-template-columns: 1fr 1fr; }
    .dcm-step:not(:last-child)::after { display: none; }
  }
  @media (max-width: 500px) {
    .dcm-trust { gap: 18px; }
    .dcm-hero-btns, .dcm-cta-btns { flex-direction: column; align-items: center; }
    .dcm-process-steps { grid-template-columns: 1fr; }
  }/* End custom CSS */