.elementor-4704 .elementor-element.elementor-element-c6156c7{--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-e366c35 */.dcm-seoau {
   
    color: #15151f;
    line-height: 1.6;
    font-size: 16px;
  }
  .dcm-seoau a { text-decoration: none; }
 
  /* ── HERO ── */
  .dcm-hero {
    background: linear-gradient(170deg, #fff6ee 0%, #fff 45%);
    padding: 88px 20px 0;
    position: relative;
    overflow: hidden;
  }
  .dcm-hero-orb {
    position: absolute;
    top: -140px; right: -100px;
    width: 420px; height: 420px;
    background: radial-gradient(circle, #ff6b1a14 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  .dcm-hero-inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 56px;
  }
  .dcm-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #ff6b1a40;
    color: #d9560f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
    box-shadow: 0 4px 14px #ff6b1a14;
  }
  .dcm-hero h1 {
    font-size: clamp(27px, 5vw, 50px);
    font-weight: 900;
    line-height: 1.15;
    max-width: 780px;
    margin: 0 auto 22px;
    letter-spacing: -0.6px;
    color: #15151f;
  }
  .dcm-hero h1 span { color: #ff6b1a; }
  .dcm-hero p {
    font-size: clamp(15px, 2vw, 17px);
    color: #5a5a6e;
    max-width: 600px;
    margin: 0 auto 36px;
  }
  .dcm-hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin:15px; }
  .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;
    box-shadow: 0 8px 22px #ff6b1a30;
  }
  .dcm-btn-primary:hover { background: #e85c10; transform: translateY(-2px); }
  .dcm-btn-outline {
    border: 2px solid #e2e2ec;
    color: #15151f;
    padding: 13px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    transition: border-color 0.2s, background 0.2s;
    display: inline-block;
    background: #fff;
  }
  .dcm-btn-outline:hover { border-color: #ff6b1a; background: #ff6b1a08; }
 
  /* ── STATS BAR ── */
  .dcm-stats-bar {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 26px 20px;
  }
  .dcm-stats-row {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    text-align: center;
  }
  .dcm-stat strong { display: block; font-size: 24px; font-weight: 800; color: #ff6b1a; }
  .dcm-stat span { font-size: 12px; color: #777; font-weight: 500; }
 
  /* ── SECTION COMMON ── */
  .dcm-section { padding: 76px 20px; }
  .dcm-section-alt { background: #f9f8fc; }
  .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: #15151f;
    line-height: 1.22;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
  }
  .dcm-lead {
    font-size: 16px;
    color: #5a5a6e;
    max-width: 580px;
    margin-bottom: 44px;
  }
 
  /* ── MYTH VS FACT SECTION ── */
  .dcm-myths { margin-top: 40px; display: flex; flex-direction: column; gap: 16px; }
  .dcm-myth-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ece8f0;
  }
  .dcm-myth-cell {
    padding: 20px 24px;
    font-size: 13px;
    line-height: 1.6;
  }
  .dcm-myth-cell.myth { background: #fdf1f1; color: #8a3030; }
  .dcm-myth-cell.fact { background: #f0f9f3; color: #1f5c38; }
  .dcm-myth-cell .tag {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
  .dcm-myth-cell.myth .tag { color: #c44; }
  .dcm-myth-cell.fact .tag { color: #2a8a52; }
 
  /* ── SERVICES ── */
  .dcm-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 44px;
  }
  .dcm-service-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    border: 1px solid #ece8f0;
    transition: box-shadow 0.25s, transform 0.25s;
  }
  .dcm-service-card:hover { box-shadow: 0 10px 30px #ff6b1a14; transform: translateY(-3px); }
  .dcm-service-card .emoji { font-size: 24px; margin-bottom: 12px; display: block; }
  .dcm-service-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: #15151f; }
  .dcm-service-card p { font-size: 14px; color: #666; line-height: 1.6; }
 
  /* ── LOCAL SEO HIGHLIGHT (AU-specific feature block) ── */
  .dcm-local-highlight {
    margin-top: 44px;
    background: #15151f;
    border-radius: 18px;
    padding: 40px 36px;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
  }
  .dcm-local-highlight h3 { font-size: 20px; font-weight: 800; margin-bottom: 14px; color: #ff8c42; }
  .dcm-local-highlight p { font-size: 14px; color: #b8c0d8; line-height: 1.7; }
  .dcm-local-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .dcm-local-list li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 13px; color: #d4dae8; line-height: 1.5;
  }
  .dcm-local-list li::before { content: '📍'; flex-shrink: 0; }
 
  /* ── ROADMAP ── */
  .dcm-roadmap { margin-top: 44px; display: flex; flex-direction: column; gap: 0; }
  .dcm-road-step {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #ece8f0;
  }
  .dcm-road-step:last-child { border-bottom: none; }
  .dcm-road-month {
    font-size: 12px;
    font-weight: 800;
    color: #ff6b1a;
    background: #ff6b1a0f;
    border-radius: 8px;
    padding: 8px 10px;
    text-align: center;
    align-self: start;
  }
  .dcm-road-step h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; color: #15151f; }
  .dcm-road-step p { font-size: 14px; color: #666; line-height: 1.6; }
 
  /* ── REGIONS ── */
  .dcm-regions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
    margin-top: 40px;
  }
  .dcm-region-card {
    background: #fff;
    border: 1px solid #ece8f0;
    border-radius: 12px;
    padding: 20px 18px;
    text-align: center;
  }
  .dcm-region-card span { font-size: 24px; display: block; margin-bottom: 8px; }
  .dcm-region-card h3 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
  .dcm-region-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 #e2e2ec;
    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: 20px;
    margin-top: 44px;
  }
  .dcm-testi-card {
    background: #fff;
    border: 1px solid #ece8f0;
    border-radius: 14px;
    padding: 28px 24px;
  }
  .dcm-testi-rank-badge {
    display: inline-block;
    background: #1a8a4a10;
    color: #1a8a4a;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 100px;
    margin-bottom: 14px;
  }
  .dcm-testi-card p { font-size: 14px; color: #444; line-height: 1.75; margin-bottom: 18px; }
  .dcm-testi-author strong { font-size: 13px; color: #15151f; 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 #ece8f0;
    border-radius: 12px;
    padding: 22px 26px;
  }
  .dcm-faq-item h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: #15151f; }
  .dcm-faq-item p { font-size: 14px; color: #666; line-height: 1.7; }
 
  /* ── FINAL CTA ── */
  .dcm-cta-section {
    background: linear-gradient(135deg, #ff6b1a, #c94400);
    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; margin:15px; }
  .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; color:#000; }
  .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-myth-row { grid-template-columns: 1fr; }
    .dcm-local-highlight { grid-template-columns: 1fr; gap: 20px; padding: 30px 26px; }
  }
  @media (max-width: 600px) {
    .dcm-road-step { grid-template-columns: 1fr; gap: 10px; }
    .dcm-road-month { width: fit-content; }
    .dcm-hero-btns, .dcm-cta-btns { flex-direction: column; align-items: center; }
    .dcm-stats-row { gap: 28px; }
  }/* End custom CSS */