/**
 * Theme Name:     Consultio Child
 * Author:         Case-Themes
 * Template:       consultio
 * Text Domain:	   consultio-child
 * Description:    Consultio is the Perfect Consulting Finane &amp; Business WordPress Theme. Consultio is best suited for corporate website like Consultioial Advisor, Accountant, Consulting Firms, insurance, loan, tax help, Investment firm etc. This is a business theme that is help full for online presence for Corporate Business and Consultioial Firms.
 */

 /* ========== HEADER ========== */
  .site-header {
    padding: 22px 0;
    background: #fff;
    border-bottom: 1px solid var(--kdp-line);
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .site-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .logo-block {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--kdp-teal);
    letter-spacing: -0.02em;
  }
  .logo-block span { color: var(--kdp-ink); font-weight: 500; font-size: 0.85rem; display: block; letter-spacing: 0.02em; }
  .header-cta {
    display: inline-block;
    padding: 12px 24px;
    background: var(--kdp-teal);
    color: #fff;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background 0.2s;
  }
  .header-cta:hover { background: var(--kdp-teal-dark); text-decoration: none; }