.elementor-40203 .elementor-element.elementor-element-f18f828{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* ============================================================
   DIVORCE PROCESS PILLAR PAGE — Custom CSS
   Paste this into: Elementor → Page Settings → Custom CSS
   (click the page settings cog icon bottom-left in Elementor)
   ============================================================ */

/* ── VARIABLES ─────────────────────────────────────────────────────── */
  :root {
    --navy:      #1C3E78;
    --navy-dark: #09293e;
    --coral:     #ef6050;
    --coral-dark:#c94535;
    --teal:      #28becc;
    --gradient:  linear-gradient(90deg, #591112, #ef6050);
    --off-white: #f8f9fb;
    --border:    #e2e8f0;
    --text:      #2d3748;
    --muted:     #718096;
    --white:     #ffffff;
  }

  /* ── RESET ─────────────────────────────────────────────────────────── */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Roboto', sans-serif; color: var(--text); background: var(--white); line-height: 1.7; font-size: 16px; }
  a { color: var(--coral); text-decoration: none; }
  a:hover { text-decoration: underline; }
  img { max-width: 100%; }
  
  
  
  
  
  
  
  
  .btn-consult small { display: block; font-weight: 400; font-size: 10px; opacity: .85; margin-top: 1px; }
  
  
  
  
  
  
  

  /* ── PAGE HERO ──────────────────────────────────────────────────────── */
  .page-hero {
    background: var(--navy-dark);
    background-image: linear-gradient(135deg, #09293e 0%, #1C3E78 60%, #0e3255 100%);
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
  }
  .page-hero::before {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(40,190,204,.15) 0%, transparent 70%);
    pointer-events: none;
  }
  .page-hero-inner { max-width: 1200px; margin: 0 auto; }
  .hero-badge {
    display: inline-block;
    background: var(--gradient);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 3px;
    margin-bottom: 16px;
  }
  .page-hero h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    max-width: 760px;
    margin-bottom: 16px;
  }
  .hero-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .hero-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.7);
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
  }
  .hero-meta-item .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }

  /* ── MAIN LAYOUT ────────────────────────────────────────────────────── */
  .page-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 40px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
  }

  /* ── ARTICLE ────────────────────────────────────────────────────────── */
  .article-body { min-width: 0; }

  /* Key Takeaways */
  .takeaways-box {
    background: #EBF4FF;
    border: 2px solid var(--navy);
    border-left: 5px solid var(--navy);
    border-radius: 6px;
    padding: 24px 28px;
    margin-bottom: 36px;
  }
  .takeaways-box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
  }
  .takeaways-box ul { list-style: none; }
  .takeaways-box ul li {
    padding: 6px 0 6px 24px;
    font-size: 14.5px;
    color: var(--text);
    position: relative;
    line-height: 1.6;
  }
  .takeaways-box ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--teal);
  }

  /* Headings */
  .article-body h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--navy);
    margin: 44px 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--border);
    line-height: 1.3;
  }
  .article-body h2:first-child { margin-top: 0; }
  .article-body h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--navy-dark);
    margin: 28px 0 10px;
  }
  .article-body p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 16px;
  }
  .article-body ul, .article-body ol {
    margin: 12px 0 20px 0;
    padding-left: 0;
    list-style: none;
  }
  .article-body ul li, .article-body ol li {
    padding: 5px 0 5px 24px;
    font-size: 15.5px;
    color: var(--text);
    position: relative;
    line-height: 1.7;
  }
  .article-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--coral);
  }
  .article-body ol { counter-reset: step; }
  .article-body ol li { counter-increment: step; }
  .article-body ol li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    background: var(--navy);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 18px;
  }
  .article-body a { color: var(--navy); font-weight: 500; border-bottom: 1px solid rgba(28,62,120,.25); transition: color .2s, border-color .2s; }
  .article-body a:hover { color: var(--coral); border-color: var(--coral); text-decoration: none; }

  /* Step boxes */
  .step-box {
    background: var(--off-white);
    border-left: 4px solid var(--teal);
    border-radius: 0 6px 6px 0;
    padding: 20px 24px;
    margin: 20px 0;
  }
  .step-box .step-label {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--teal);
    margin-bottom: 6px;
  }
  .step-box h3 {
    margin: 0 0 10px;
    font-size: 17px;
    color: var(--navy);
  }
  .step-box p { margin: 0; font-size: 15px; }

  /* Timeline table */
  .timeline-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0 32px;
    font-size: 14px;
  }
  .timeline-table th {
    background: var(--navy);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 12px 16px;
    text-align: left;
  }
  .timeline-table td {
    padding: 11px 16px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
    line-height: 1.5;
  }
  .timeline-table tr:nth-child(even) td { background: var(--off-white); }
  .timeline-table tr:last-child td { border-bottom: none; }
  .timeline-table td:first-child { font-weight: 600; color: var(--navy); font-family: 'Poppins', sans-serif; }
  .timeline-table td .timing { color: var(--coral); font-weight: 600; }

  /* CTA callout box */
  .cta-box {
    background: linear-gradient(135deg, #09293e, #1C3E78);
    color: #fff;
    border-radius: 8px;
    padding: 32px 36px;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
  }
  .cta-box::after {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(40,190,204,.2) 0%, transparent 70%);
    pointer-events: none;
  }
  .cta-box h3 { font-family: 'Poppins', sans-serif; font-size: 19px; font-weight: 700; color: #fff; margin-bottom: 10px; }
  .cta-box p { color: rgba(255,255,255,.85); font-size: 15px; margin-bottom: 20px; }
  .cta-box .cta-contacts { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; }
  .cta-box .cta-contact-item { color: rgba(255,255,255,.8); font-size: 14px; }
  .cta-box .cta-contact-item strong { color: #fff; display: block; font-family: 'Poppins', sans-serif; }
  .btn-cta {
    display: inline-block;
    background: #28becc !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .2px;
    padding: 14px 32px;
    border-radius: 8px;
    transition: background .2s, transform .15s;
    cursor: pointer;
  }
  .btn-cta:hover { background: #ef6050 !important; transform: translateY(-1px); text-decoration: none; color: #fff !important; }

  /* FAQ section */
  .faq-section { margin: 44px 0; }
  .faq-item { border-bottom: 1px solid var(--border); padding: 20px 0; }
  .faq-item:first-child { border-top: 1px solid var(--border); }
  .faq-q {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--navy);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .faq-q::after { content: '+'; font-size: 22px; color: var(--coral); font-weight: 300; flex-shrink: 0; }
  .faq-q.open::after { content: '−'; }
  .faq-a { font-size: 15px; line-height: 1.75; color: var(--text); margin-top: 12px; display: none; }
  .faq-a.open { display: block; }

  /* Divider */
  .section-divider { border: none; border-top: 2px solid var(--border); margin: 44px 0; }

  /* Internal links reference */
  .links-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin: 16px 0;
  }
  .links-table th {
    background: var(--navy);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 10px 14px;
    text-align: left;
  }
  .links-table td {
    padding: 8px 14px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
  }
  .links-table tr:nth-child(even) td { background: var(--off-white); }
  .links-table td a { color: var(--navy); border-bottom: none; font-size: 12px; }

  /* ── SIDEBAR ────────────────────────────────────────────────────────── */
  .sidebar { position: sticky; top: 24px; }
  .sidebar-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 2px 16px rgba(0,0,0,.06);
  }
  .sidebar-card-header {
    background: var(--navy);
    padding: 16px 20px;
  }
  .sidebar-card-header h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
  }
  .sidebar-card-body { padding: 20px; }
  .sidebar-card-body p { font-size: 14px; color: var(--text); margin-bottom: 16px; line-height: 1.6; }
  .sidebar-cta-btn {
    display: block;
    background: #28becc !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .2px;
    padding: 13px 20px;
    border-radius: 8px;
    text-align: center;
    transition: background .2s, transform .15s;
    cursor: pointer;
  }
  .sidebar-cta-btn:hover { background: #ef6050 !important; text-decoration: none; color: #fff !important; transform: translateY(-1px); }
  .sidebar-cta-btn small { display: block; font-weight: 400; font-size: 10px; opacity: .85; margin-top: 2px; text-transform: none; letter-spacing: 0; }
  .contact-list { list-style: none; }
  .contact-list li { padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 13px; display: flex; gap: 10px; align-items: flex-start; }
  .contact-list li:last-child { border-bottom: none; }
  .contact-list .label { font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--navy); min-width: 70px; font-size: 12px; text-transform: uppercase; letter-spacing: .3px; padding-top: 1px; }
  .contact-list .val { color: var(--text); }
  .contact-list .val a { color: var(--coral); border-bottom: none; }

  /* TOC */
  .toc-list { list-style: none; }
  .toc-list li { border-bottom: 1px solid var(--border); }
  .toc-list li:last-child { border-bottom: none; }
  .toc-list a {
    display: block;
    padding: 9px 0;
    font-size: 13px;
    color: var(--navy);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border-bottom: none;
    transition: color .2s, padding-left .2s;
  }
  .toc-list a:hover { color: var(--coral); padding-left: 6px; text-decoration: none; }
  .toc-list a::before { content: '→ '; font-size: 11px; color: var(--teal); }

  /* Practice areas */
  .practice-list { list-style: none; }
  .practice-list li a {
    display: block;
    padding: 8px 12px;
    font-size: 13px;
    color: var(--navy);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border-radius: 4px;
    border-bottom: none;
    transition: background .2s, color .2s;
  }
  .practice-list li a:hover { background: var(--off-white); color: var(--coral); text-decoration: none; }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  


  /* ── ARTICLE IMAGES ─────────────────────────────────────────────────── */
  .article-image {
    margin: 32px 0;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
  }
  .article-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center center;
    display: block;
    border-radius: 8px;
  }
  .article-image--bottom img {
    object-position: center 45%;
  }
  .article-image--top img {
    object-position: center top;
  }
  @media (max-width: 600px) {
    .article-image img { height: 220px; }
  }

  /* ── RESPONSIVE ─────────────────────────────────────────────────────── */
  @media (max-width: 900px) {
    .page-layout { grid-template-columns: 1fr; }
    .sidebar { position: static; }
    
    
    .page-hero h1 { font-size: 26px; }
  }
  @media (max-width: 600px) {
    .page-hero { padding: 36px 20px; }
    .page-layout { padding: 30px 20px; }
    
    
  }
  

  /* ── CORAL ACCENT TEXT ───────────────────────────────────────────────── */
  .accent { color: var(--coral); }
  .teal-accent { color: var(--teal); }

  /* ── DOWNLOAD BUTTON ────────────────────────────────────────────────── */
  .download-box {
    background: #f0fafb;
    border: 2px solid #28becc;
    border-radius: 8px;
    padding: 24px 28px;
    margin: 36px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .download-box-icon {
    font-size: 36px;
    flex-shrink: 0;
  }
  .download-box-text { flex: 1; min-width: 200px; }
  .download-box-text strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1C3E78;
    margin-bottom: 4px;
  }
  .download-box-text span {
    font-size: 14px;
    color: #718096;
  }
  .btn-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #28becc !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background .2s, transform .15s;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .btn-download:hover {
    background: #ef6050 !important;
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);
  }

  /* ── FORM LINKS INSIDE DARK CTA BOXES ───────────────────────────────── */
  /* Privacy Policy link in Gravity Forms sits on dark background - make it visible */
  .cta-box a,
  .cta-box .gform_wrapper a,
  .cta-box .gfield_description a,
  .cta-box .ginput_container a,
  .cta-box .gform-body a {
    color: #28becc !important;
    text-decoration: underline !important;
  }
  .cta-box a:hover,
  .cta-box .gform_wrapper a:hover,
  .cta-box .gfield_description a:hover {
    color: #ef6050 !important;
  }/* End custom CSS */