/* ==========================================================================
   Compass IT — custom site styles
   Loaded after css/style.css and css/responsive.css so its rules win the
   cascade. All Compass-specific styling lives here; the template's own
   stylesheets are left untouched so they can be inspected/swapped cleanly.
   ========================================================================== */


/* --------------------------------------------------------------------------
   1. Globals
   -------------------------------------------------------------------------- */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

body, p, li, input, textarea, button, span, a {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.pq-section-title, .cit-hero h1, .pq-form-title {
    font-family: 'Exo 2', 'Inter', sans-serif;
    letter-spacing: -0.3px;
}


/* --------------------------------------------------------------------------
   2. Section utilities
   Reusable building blocks shared across most sections.
   -------------------------------------------------------------------------- */

/* Eyebrow label above each section heading */
.pq-section-sub-title {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase;
    color: #1673E6 !important;
    margin-bottom: 6px;
}
.pq-section-sub-title::after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: #1673E6;
    margin-top: 8px;
}
.text-center .pq-section-sub-title::after {
    margin-left: auto;
    margin-right: auto;
}

/* Section h2 heading. Values match what was being applied inline. */
.pq-section-title {
    font-family: 'Exo 2', 'Inter', sans-serif !important;
    font-size: clamp(26px, 3vw, 38px) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #1A2330 !important;
    margin: 12px 0 18px !important;
}

/* Section lead paragraph (sits below the h2) */
.cit-section-lead {
    color: #4D545C;
    font-size: 16px;
    line-height: 1.7;
}

/* Wrapper column that holds the section's centered title + lead */
.cit-section-header {
    margin-bottom: 52px;
}

/* Sections built on theme classes that need consistent vertical padding */
.whyus,
.benefit,
.faq {
    padding: 90px 0;
}


/* --------------------------------------------------------------------------
   3. Hero — PNW forest, calm premium feel
   -------------------------------------------------------------------------- */
.cit-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #0A1A2E;
    overflow: hidden;
}
.cit-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/brand/hero-forest.jpg') center/cover no-repeat;
    z-index: 0;
}
/* Atmospheric navy → blue overlay for readability + brand depth */
.cit-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(10,26,46,0.78) 0%, rgba(10,26,46,0.55) 45%, rgba(10,77,162,0.45) 100%),
        linear-gradient(180deg, rgba(10,26,46,0.35) 0%, transparent 35%, transparent 70%, rgba(10,26,46,0.55) 100%);
    z-index: 1;
}
.cit-hero > .container {
    position: relative;
    z-index: 2;
}
.cit-hero-content {
    position: relative;
    z-index: 2;
    padding: 360px 0 120px;
}
.cit-hero-eyebrow {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 26px;
    background: rgba(255,255,255,0.10);
    padding: 7px 18px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.22);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.cit-hero h1 {
    font-family: 'Exo 2', 'Inter', sans-serif;
    font-size: clamp(40px, 5.5vw, 72px);
    font-weight: 800;
    line-height: 1.08;
    color: #ffffff;
    margin-bottom: 28px;
    letter-spacing: -1px;
}
.cit-hero h1 span { color: #49A5FF; }
.cit-hero-sub {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
    max-width: 580px;
    margin-bottom: 48px;
    font-weight: 400;
}
.cit-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* Hero right panel: refined glass card */
.cit-hero-panel {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 14px;
    padding: 36px 32px;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    margin-left: 24px;
    box-shadow: 0 20px 60px rgba(10,26,46,0.35);
}
.cit-hero-panel-title {
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 22px;
    opacity: 0.85;
}
.cit-hero-panel-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.88);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.55;
}
.cit-hero-panel-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.cit-hero-panel-item:first-of-type { padding-top: 0; }
.cit-hero-panel-item i {
    color: #49A5FF;
    font-size: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}


/* --------------------------------------------------------------------------
   4. Hero buttons
   -------------------------------------------------------------------------- */
.cit-btn-primary {
    display: inline-block;
    padding: 16px 36px;
    background: #1673E6;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14.5px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    letter-spacing: 0.3px;
    box-shadow: 0 6px 22px rgba(22,115,230,0.35);
}
.cit-btn-primary:hover {
    background: #0A4DA2;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(10,77,162,0.45);
}
.cit-btn-outline {
    display: inline-block;
    padding: 16px 36px;
    background: rgba(255,255,255,0.06);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14.5px;
    border: 1.5px solid rgba(255,255,255,0.32);
    border-radius: 6px;
    text-decoration: none;
    transition: border-color 0.25s ease, background 0.25s ease;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    letter-spacing: 0.3px;
}
.cit-btn-outline:hover {
    border-color: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.14);
    color: #fff;
}


/* --------------------------------------------------------------------------
   5. Trust strip
   -------------------------------------------------------------------------- */
.cit-trust-strip {
    background: linear-gradient(90deg, #0A1A2E 0%, #0d2750 100%);
    padding: 30px 0;
    border-top: 1px solid rgba(73,165,255,0.10);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.cit-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255,255,255,0.78);
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.cit-trust-item i {
    font-size: 18px;
    color: #49A5FF;
}


/* --------------------------------------------------------------------------
   6. About section
   -------------------------------------------------------------------------- */
.cit-about {
    padding: 96px 0;
    position: relative;
    overflow: hidden;
}
.cit-about::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -180px;
    width: 540px;
    height: 540px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%230167c6' stroke-width='0.6' opacity='0.18'><circle cx='100' cy='100' r='92'/><circle cx='100' cy='100' r='72'/><circle cx='100' cy='100' r='40'/><path d='M100 16 L108 100 L100 184 L92 100 Z' fill='%230167c6' opacity='0.7'/><path d='M16 100 L100 92 L184 100 L100 108 Z' fill='%230167c6' opacity='0.35'/><circle cx='100' cy='100' r='4' fill='%230167c6'/></svg>") center/contain no-repeat;
    pointer-events: none;
    z-index: 0;
}
.cit-about .container {
    position: relative;
    z-index: 1;
}
.cit-about-lead {
    font-size: 17px !important;
    color: #2a3a48 !important;
    line-height: 1.7 !important;
    padding-left: 18px;
    border-left: 3px solid #1673E6;
    margin-bottom: 22px !important;
}
.cit-about-divider {
    display: block;
    width: 56px;
    height: 2px;
    background: linear-gradient(90deg, #1673E6, rgba(22,115,230,0.1));
    margin: 22px 0;
    border: none;
}
.cit-about-areas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 32px;
}
.cit-area-pill {
    background: #f0f5fb;
    border-left: 3px solid #1673E6;
    padding: 13px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1A2330;
    border-radius: 0 4px 4px 0;
    letter-spacing: 0.1px;
}


/* --------------------------------------------------------------------------
   7. Services
   -------------------------------------------------------------------------- */
.cit-services {
    background: #f4f7fb;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}
.cit-services::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -150px;
    width: 520px;
    height: 520px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400' fill='none' stroke='%231673E6' stroke-width='0.8' opacity='0.13'><circle cx='200' cy='200' r='40'/><circle cx='200' cy='200' r='75'/><circle cx='200' cy='200' r='112'/><circle cx='200' cy='200' r='150'/><circle cx='200' cy='200' r='190'/></svg>") center/contain no-repeat;
    pointer-events: none;
    z-index: 0;
}
.cit-services .container {
    position: relative;
    z-index: 1;
}
.cit-service-card {
    background: #fff;
    border-radius: 8px;
    padding: 38px 30px;
    border: 1px solid #e2eaf3;
    height: 100%;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.22s;
}
.cit-service-card:hover {
    box-shadow: 0 10px 32px rgba(22,115,230,0.12);
    border-color: #1673E6;
    transform: translateY(-4px);
}
.cit-service-icon {
    font-size: 34px;
    color: #1673E6;
    margin-bottom: 20px;
    display: block;
    line-height: 34px;
}
.cit-service-card h4 {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #0A1A2E;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
}
.cit-service-card p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #4D545C;
    line-height: 1.7;
    margin: 0;
}


/* --------------------------------------------------------------------------
   8. Why Us — differentiator cards + subtle topographic accent
   -------------------------------------------------------------------------- */
.whyus {
    position: relative;
    overflow: hidden;
}
.whyus::before {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -120px;
    width: 480px;
    height: 480px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400' fill='none' stroke='%231673E6' stroke-width='0.8' opacity='0.12'><circle cx='200' cy='200' r='40'/><circle cx='200' cy='200' r='75'/><circle cx='200' cy='200' r='112'/><circle cx='200' cy='200' r='150'/><circle cx='200' cy='200' r='190'/><circle cx='200' cy='200' r='232'/></svg>") center/contain no-repeat;
    pointer-events: none;
    z-index: 0;
}
.whyus .container {
    position: relative;
    z-index: 1;
}
.cit-diff-card {
    padding: 32px 28px;
    background: #fff;
    border-left: 4px solid #1673E6;
    border-radius: 0 8px 8px 0;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    transition: box-shadow 0.22s, transform 0.22s;
}
.cit-diff-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.09);
    transform: translateY(-3px);
}
.cit-diff-card h4 {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0A1A2E;
    letter-spacing: -0.2px;
}
.cit-diff-card p {
    font-family: 'Inter', sans-serif;
    color: #4D545C;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}


/* --------------------------------------------------------------------------
   9. Built for Small Business — navy section with topographic motif
   -------------------------------------------------------------------------- */
.cit-local {
    background:
        radial-gradient(ellipse at 20% 0%, rgba(22,115,230,0.22) 0%, transparent 55%),
        linear-gradient(160deg, #0A1A2E 0%, #0d2750 100%);
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}
.cit-local::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800' fill='none' stroke='%2349A5FF' stroke-width='0.7' opacity='0.10'><path d='M-50 620 Q 120 540 280 580 T 600 540 T 900 580'/><path d='M-50 660 Q 120 580 280 620 T 600 580 T 900 620'/><path d='M-50 700 Q 120 620 280 660 T 600 620 T 900 660'/><path d='M-50 740 Q 120 660 280 700 T 600 660 T 900 700'/><path d='M-50 460 Q 120 400 280 430 T 600 400 T 900 430'/><path d='M-50 500 Q 120 440 280 470 T 600 440 T 900 470'/><path d='M-50 540 Q 120 480 280 510 T 600 480 T 900 510'/></svg>") center/cover no-repeat;
    pointer-events: none;
    z-index: 0;
}
.cit-local::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(73,165,255,0.4) 50%, transparent 100%);
}
.cit-local .container {
    position: relative;
    z-index: 1;
}
.cit-local .pq-section-sub-title { color: #49A5FF !important; }
.cit-local .pq-section-sub-title::after { background: #49A5FF; }
.cit-local .pq-section-title { color: #ffffff !important; }
.cit-local-tile {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 10px;
    padding: 36px 32px;
    height: 100%;
    transition: background 0.22s, border-color 0.22s, transform 0.22s;
}
.cit-local-tile:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(73,165,255,0.45);
    transform: translateY(-4px);
}
.cit-local-tile-icon {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: rgba(22,115,230,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}
.cit-local-tile-icon i {
    font-size: 26px;
    color: #49A5FF;
}
.cit-local-tile h4 {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.2px;
}
.cit-local-tile p {
    font-family: 'Inter', sans-serif;
    color: rgba(255,255,255,0.72);
    font-size: 14.5px;
    line-height: 1.75;
    margin: 0;
}


/* --------------------------------------------------------------------------
   10. Products
   -------------------------------------------------------------------------- */
.cit-products {
    background: #f4f7fb;
    padding: 96px 0;
}
.cit-product-card {
    background: #fff;
    border-radius: 10px;
    padding: 42px 38px;
    border: 1px solid #e2eaf3;
    height: 100%;
    transition: box-shadow 0.22s, transform 0.22s;
    border-top: 4px solid #1673E6;
}
.cit-product-card:hover {
    box-shadow: 0 12px 40px rgba(22,115,230,0.12);
    transform: translateY(-4px);
}
.cit-product-tag {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #1673E6;
    background: rgba(22,115,230,0.08);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 18px;
}
.cit-product-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 14px;
    color: #0A1A2E;
    letter-spacing: -0.5px;
}
.cit-product-card p {
    font-family: 'Inter', sans-serif;
    color: #4D545C;
    line-height: 1.75;
    margin-bottom: 24px;
    font-size: 15px;
}
.cit-product-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.cit-product-card ul li {
    padding: 7px 0;
    color: #3d4f5c;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid #f0f4f8;
}
.cit-product-card ul li:last-child { border-bottom: none; }
.cit-product-card ul li i {
    color: #1673E6;
    margin-top: 3px;
    flex-shrink: 0;
}
.cit-product-link {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1673E6;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.2px;
}
.cit-product-link:hover {
    color: #0A4DA2;
    gap: 10px;
}


/* --------------------------------------------------------------------------
   11. What You Get — icon grid
   -------------------------------------------------------------------------- */
.cit-wyg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.cit-wyg-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e7eef6;
    border-radius: 8px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.cit-wyg-item:hover {
    border-color: #1673E6;
    box-shadow: 0 6px 18px rgba(22,115,230,0.08);
    transform: translateY(-2px);
}
.cit-wyg-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(22,115,230,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1673E6;
    font-size: 16px;
}
.cit-wyg-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #2a3a48;
    line-height: 1.55;
    font-weight: 500;
}


/* --------------------------------------------------------------------------
   12. Contact form
   -------------------------------------------------------------------------- */
#form-message {
    display: none;
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}
#form-message.success {
    background: #e6f4ea;
    color: #1e6e32;
    border: 1px solid #a8d5b0;
}
#form-message.error {
    background: #fdecea;
    color: #b71c1c;
    border: 1px solid #f5b8b4;
}
.cit-submit-btn {
    width: 100%;
    padding: 14px;
    background: #1673E6;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    letter-spacing: 0.2px;
}
.cit-submit-btn:hover {
    background: #0A4DA2;
    transform: translateY(-1px);
}
.cit-submit-btn:disabled {
    background: #7aabda;
    cursor: not-allowed;
    transform: none;
}

/* Theme form-field refinement (used by inquiry form) */
.pq-applyform input[type="text"],
.pq-applyform input[type="email"],
.pq-applyform input[type="tel"],
.pq-applyform textarea {
    width: 100%;
    padding: 13px 16px !important;
    border: 1.5px solid #dde5ef !important;
    border-radius: 6px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #0A1A2E !important;
    background: #fff !important;
    box-shadow: none !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    outline: none !important;
    margin-bottom: 14px !important;
    appearance: none;
}
.pq-applyform input:focus,
.pq-applyform textarea:focus {
    border-color: #1673E6 !important;
    box-shadow: 0 0 0 3px rgba(22,115,230,0.10) !important;
}
.pq-applyform input::placeholder,
.pq-applyform textarea::placeholder {
    color: #9aacba;
    font-family: 'Inter', sans-serif;
}


/* --------------------------------------------------------------------------
   13. Navigation — transparent over hero, frosted on scroll
   -------------------------------------------------------------------------- */
header#pq-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent !important;
    z-index: 100;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
header#pq-header .pq-top-header {
    display: none !important;
}
header#pq-header .pq-bottom-header {
    min-height: 65px;
    background: transparent !important;
    box-shadow: none !important;
    transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}
header#pq-header .pq-bottom-header .container-fluid {
    padding: 10px;
}
header#pq-header.cit-scrolled .pq-bottom-header {
    background: rgba(255,255,255,0.94) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 18px rgba(10,26,46,0.08) !important;
    min-height: 68px;
}

/* Allow the logo to render outside the bar's bounds if needed */
header#pq-header .pq-bottom-header,
header#pq-header .pq-bottom-header .navbar,
header#pq-header .pq-bottom-header .navbar .navbar-brand {
    overflow: visible !important;
}

/* Kill Bootstrap navbar's default vertical padding so the brand truly centers */
header#pq-header .pq-bottom-header .navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center !important;
    min-height: inherit;
}
header#pq-header .pq-bottom-header .navbar .navbar-brand {
    line-height: 0 !important;
    padding: 4px 0 !important;
    margin: 0 1rem 0 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}
header#pq-header .pq-bottom-header .navbar .navbar-brand img.cit-logo {
    display: block;
    width: auto !important;
    max-width: 100%;
    vertical-align: middle;
}
header#pq-header .pq-bottom-header .navbar .navbar-brand img.cit-logo-primary {
    height: 300px !important;
    display: block;
}
header#pq-header .pq-bottom-header .navbar .navbar-brand img.cit-logo-horizontal {
    height: 80px !important;
    display: none;
}
header#pq-header.cit-scrolled .pq-bottom-header .navbar .navbar-brand img.cit-logo-primary { display: none; }
header#pq-header.cit-scrolled .pq-bottom-header .navbar .navbar-brand img.cit-logo-horizontal { display: block; }

/* Header bar tall enough for the primary logo over the hero; condenses on scroll */
header#pq-header .pq-bottom-header { min-height: 320px; }
header#pq-header.cit-scrolled .pq-bottom-header { min-height: 100px; }

/* Menu items: white over hero, dark when scrolled */
header#pq-header .pq-bottom-header .navbar .navbar-nav li a {
    color: rgba(255,255,255,0.92) !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14.5px !important;
    letter-spacing: 0.2px !important;
    transition: color 0.25s ease;
}
header#pq-header .pq-bottom-header .navbar .navbar-nav li a:hover,
header#pq-header .pq-bottom-header .navbar .navbar-nav li.current-menu-item a {
    color: #49A5FF !important;
    background: transparent !important;
}
header#pq-header.cit-scrolled .pq-bottom-header .navbar .navbar-nav li a {
    color: #1A2330 !important;
}
header#pq-header.cit-scrolled .pq-bottom-header .navbar .navbar-nav li a:hover,
header#pq-header.cit-scrolled .pq-bottom-header .navbar .navbar-nav li.current-menu-item a {
    color: #1673E6 !important;
}

/* "Get in Touch" header CTA button */
header#pq-header .pq-header-info-box .pq-button {
    display: inline-block;
    padding: 11px 24px;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.5);
    border-radius: 6px;
    color: #fff !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
header#pq-header .pq-header-info-box .pq-button:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.85);
}
header#pq-header.cit-scrolled .pq-header-info-box .pq-button {
    background: #1673E6;
    border-color: #1673E6;
    color: #fff !important;
}
header#pq-header.cit-scrolled .pq-header-info-box .pq-button:hover {
    background: #0A4DA2;
    border-color: #0A4DA2;
}
header#pq-header .pq-header-info-box .pq-button .pq-button-text { color: inherit; }
header#pq-header .navbar-toggler {
    color: #fff;
    border: none;
}
header#pq-header.cit-scrolled .navbar-toggler { color: #1A2330; }
header#pq-header .navbar-toggler i {
    color: inherit;
    font-size: 22px;
}


/* --------------------------------------------------------------------------
   14. Footer logo (override theme's 30px height)
   -------------------------------------------------------------------------- */
footer#pq-footer .pq-footer-logo.cit-footer-logo {
    height: auto !important;
    max-height: 96px;
    width: auto;
    max-width: 220px;
    margin-bottom: 22px;
    display: block;
}


/* --------------------------------------------------------------------------
   15. Scroll fade-in animations
   -------------------------------------------------------------------------- */
.cit-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}
.cit-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.cit-reveal[data-delay="1"] { transition-delay: 0.08s; }
.cit-reveal[data-delay="2"] { transition-delay: 0.16s; }
.cit-reveal[data-delay="3"] { transition-delay: 0.24s; }
.cit-reveal[data-delay="4"] { transition-delay: 0.32s; }
.cit-reveal[data-delay="5"] { transition-delay: 0.40s; }


/* --------------------------------------------------------------------------
   16. Misc — loading spinner suppression
   -------------------------------------------------------------------------- */
#pq-loading {
    display: none !important;
}
