.elementor-kit-33{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-33 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- CSS RESET & VARIABLES --- */
        :root {
            --cciq-navy: #0f172a;       /* Deep Navy - Trust */
            --cciq-blue: #1e293b;       /* Dark Blue - Stability */
            --cciq-teal: #06b6d4;       /* Electric Teal - Tech/Speed */
            --cciq-green: #10b981;      /* Success Green - Money */
            --cciq-light: #f8fafc;      /* Background Gray */
            --cciq-border: #e2e8f0;     /* Subtle Borders */
            --cciq-white: #ffffff;
            --cciq-font-head: 'Poppins', sans-serif;
            --cciq-font-body: 'Inter', sans-serif;
        }

        /* Scoped to ID to prevent WP Theme conflicts */
        #cciq-wrapper {
            font-family: var(--cciq-font-body);
            color: #334155;
            line-height: 1.6;
            background-color: var(--cciq-white);
            margin: 0;
            padding: 0;
            overflow-x: hidden;
            width: 100%;
        }

        #cciq-wrapper * {
            box-sizing: border-box;
        }

        #cciq-wrapper h1, #cciq-wrapper h2, #cciq-wrapper h3, #cciq-wrapper h4 {
            font-family: var(--cciq-font-head);
            margin-top: 0;
        }

        #cciq-wrapper a {
            text-decoration: none;
        }

        #cciq-wrapper ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        /* --- UTILITIES --- */
        .cciq-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .cciq-section {
            padding: 80px 0;
        }

        .cciq-text-center { text-align: center; }
        .cciq-text-teal { color: var(--cciq-teal); }
        .cciq-bg-light { background-color: var(--cciq-light); }

        /* --- BUTTONS --- */
        .cciq-btn {
            display: inline-block;
            padding: 14px 32px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .cciq-btn-primary {
            background: var(--cciq-teal);
            color: #fff;
            border: 2px solid var(--cciq-teal);
            box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
        }

        .cciq-btn-primary:hover {
            background: #0891b2;
            border-color: #0891b2;
            transform: translateY(-2px);
        }

        .cciq-btn-outline {
            background: transparent;
            color: var(--cciq-navy);
            border: 2px solid var(--cciq-border);
        }

        .cciq-btn-outline:hover {
            border-color: var(--cciq-navy);
            background: var(--cciq-navy);
            color: #fff;
        }

        /* --- NAVIGATION --- */
        .cciq-navbar {
            background: #fff;
            padding: 20px 0;
            border-bottom: 1px solid var(--cciq-border);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .cciq-nav-flex {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .cciq-logo {
            font-family: var(--cciq-font-head);
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--cciq-navy); 
            letter-spacing: -1px;
        }
        .cciq-logo a{color:black;}
        .cciq-form-btn a{color:white;}
        .cciq-logo span { color: var(--cciq-teal); }

        .cciq-nav-links {
            display: flex;
            gap: 30px;
        }

        .cciq-nav-links a {
            color: #64748b;
            font-weight: 500;
            font-size: 0.95rem;
        }

        .cciq-nav-links a:hover { color: var(--cciq-teal); }

        /* --- HERO SECTION --- */
        .cciq-hero {
            background: linear-gradient(135deg, var(--cciq-navy) 0%, #172554 100%);
            color: #fff;
            padding: 100px 0 120px;
            position: relative;
            overflow: hidden;
        }

        /* Abstract Background Shape */
        .cciq-hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(6,182,212,0.1) 0%, rgba(0,0,0,0) 70%);
            z-index: 1;
        }

        .cciq-hero-flex {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            z-index: 2;
        }

        .cciq-hero-text {
            flex: 1;
            padding-right: 50px;
        }

        .cciq-badge {
            display: inline-block;
            background: rgba(6, 182, 212, 0.15);
            color: var(--cciq-teal);
            padding: 8px 16px;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
            border: 1px solid rgba(6, 182, 212, 0.3);
        }

        .cciq-hero h1 {
            font-size: 3.5rem;
            line-height: 1.1;
            margin-bottom: 20px;
            color: #fff;
        }

        .cciq-hero p {
            font-size: 1.2rem;
            color: #94a3b8;
            margin-bottom: 40px;
            max-width: 550px;
        }

        .cciq-hero-form {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            width: 100%;
            max-width: 400px;
            box-shadow: 0 20px 50px rgba(0,0,0,0.3);
            color: var(--cciq-navy);
        }

        .cciq-hero-form h3 { margin-bottom: 20px; font-size: 1.3rem; }
        
        .cciq-input-group { margin-bottom: 15px; }
        .cciq-input-group label { display: block; font-size: 0.9rem; font-weight: 600; margin-bottom: 5px; }
        .cciq-input-group input, .cciq-input-group select {
            width: 100%;
            padding: 12px;
            border: 1px solid var(--cciq-border);
            border-radius: 6px;
            font-family: var(--cciq-font-body);
        }

        .cciq-form-btn {
            width: 100%;
            background: var(--cciq-green);
            border: none;
            color: white;
            font-weight: bold;
            padding: 14px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 1rem;
        }
        .cciq-form-btn:hover { background: #059669; }

        /* --- STATS BAR --- */
        .cciq-stats-bar {
            background: #fff;
            margin-top: -50px;
            position: relative;
            z-index: 3;
            border-bottom: 1px solid var(--cciq-border);
            box-shadow: 0 4px 20px rgba(0,0,0,0.05);
        }

        .cciq-stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            padding: 30px 0;
            text-align: center;
        }

        .cciq-stat-item strong {
            display: block;
            font-size: 2rem;
            color: var(--cciq-navy);
            font-family: var(--cciq-font-head);
            line-height: 1;
        }

        .cciq-stat-item span {
            font-size: 0.9rem;
            color: #64748b;
        }

        /* --- SERVICES / CONTENT ADAPTATION --- */
        .cciq-card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .cciq-card {
            background: #fff;
            padding: 40px;
            border-radius: 12px;
            border: 1px solid var(--cciq-border);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .cciq-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.08);
            border-color: var(--cciq-teal);
        }

        .cciq-icon {
            font-size: 2rem;
            color: var(--cciq-teal);
            margin-bottom: 20px;
            background: rgba(6, 182, 212, 0.1);
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
        }

        .cciq-check-list li {
            margin-bottom: 10px;
            font-size: 0.95rem;
            color: #475569;
            padding-left: 25px;
            position: relative;
        }

        .cciq-check-list li::before {
            content: '\f00c'; /* FontAwesome check */
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            color: var(--cciq-green);
            position: absolute;
            left: 0;
        }

        /* --- HOW IT WORKS --- */
        .cciq-steps-wrapper {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-top: 40px;
        }

        .cciq-step {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            padding: 20px;
            border-radius: 8px;
            background: #fff;
        }

        .cciq-step-num {
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--cciq-teal);
            opacity: 0.4;
            min-width: 40px;
        }

        /* --- CTA SECTION --- */
        .cciq-cta-section {
            background: var(--cciq-navy);
            color: #fff;
            text-align: center;
            padding: 100px 0;
            background-image: radial-gradient(circle at top right, #1e293b 0%, var(--cciq-navy) 40%);
        }

        .cciq-cta-section h2 { font-size: 2.5rem; margin-bottom: 15px; }
        .cciq-cta-section p { color: #94a3b8; max-width: 600px; margin: 0 auto 40px auto; }

        /* --- FOOTER --- */
        .cciq-footer {
            background: #020617;
            color: #94a3b8;
            padding: 60px 0 20px;
            font-size: 0.9rem;
        }

        .cciq-footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 40px;
        }

        .cciq-footer h4 { color: #fff; margin-bottom: 20px; }
        .cciq-footer a { color: #94a3b8; display: block; margin-bottom: 10px; }
        .cciq-footer a:hover { color: var(--cciq-teal); }
        
        .cciq-disclaimer {
            border-top: 1px solid #1e293b;
            padding-top: 20px;
            font-size: 0.75rem;
            line-height: 1.5;
            color: #475569;
        }

        /* --- RESPONSIVE --- */
        @media (max-width: 900px) {
            .cciq-hero-flex { flex-direction: column; }
            .cciq-hero-text { padding-right: 0; text-align: center; margin-bottom: 40px; }
            .cciq-hero p { margin-left: auto; margin-right: auto; }
            .cciq-hero h1 { font-size: 2.5rem; }
            .cciq-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
            .cciq-nav-links { display: none; /* Hide nav links on mobile for simplicity */ }
            .cciq-footer-grid { grid-template-columns: 1fr; }
        }
        
        /* Landing template: remove theme footer background/spacing */
            .wp-block-template-part {
            margin: 0 !important;
            padding: 0 !important;
            background: transparent !important;
        }
/* ===============================
   CCIQ template: links + hover
   Works for header + footer
=============================== */

/* Remove underline everywhere on this template (header + footer + body) */
.page-template-page-cciq a,
.page-template-page-cciq a:link,
.page-template-page-cciq a:visited,
.page-template-page-cciq a:hover,
.page-template-page-cciq a:active {
  text-decoration: none !important;
  text-decoration-line: none !important;
  background-image: none !important;
  border-bottom: 0 !important;
}

/* Footer link underline removal with extra specificity */
.page-template-page-cciq .cciq-footer a,
.page-template-page-cciq .cciq-footer a:link,
.page-template-page-cciq .cciq-footer a:visited,
.page-template-page-cciq .cciq-footer a:hover,
.page-template-page-cciq .cciq-footer a:active {
  text-decoration: none !important;
  text-decoration-line: none !important;
  background-image: none !important;
  border-bottom: 0 !important;
}

/* Remove the focus box from the WP navigation */
.page-template-page-cciq .wp-block-navigation a:focus,
.page-template-page-cciq .wp-block-navigation a:focus-visible,
.page-template-page-cciq .wp-block-navigation-item__content:focus,
.page-template-page-cciq .wp-block-navigation-item__content:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

/* Header nav hover color: light blue */
.page-template-page-cciq .wp-block-navigation a:hover,
.page-template-page-cciq .wp-block-navigation-item__content:hover,
.page-template-page-cciq .cciq-nav-links a:hover {
  color: #66d9ff !important;
}

/* Footer hover color optional (same light blue). Remove if you want footer unchanged */
.page-template-page-cciq .cciq-footer a:hover {
  color: #66d9ff !important;
}

/* Remove focus box on logo link (CCIQ landing template only) */
.page-template-page-cciq .cciq-logo a:focus,
.page-template-page-cciq .cciq-logo a:focus-visible,
.page-template-page-cciq .cciq-logo a:active {
  outline: 0 !important;
  box-shadow: none !important;
}

html, body {
  width: 100% !important;
  overflow-x: hidden;
}

.site, #page, #content, .site-content, .site-main, .page-content {
  width: 100% !important;

}
.page-content{max-width:1200px;  margin-left: auto;
  margin-right: auto;text-align: justify;}
  .page-header h1{text-align:center;}

/* Elementor top wrapper */
.elementor, .elementor-section, .elementor-container, .elementor-element {
  max-width: 100% !important;
}

.cciq-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.cciq-container-wide{
  max-width: 100%;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

/* Force your custom HTML wrapper to break out of Elementor's boxed parent */
#cciq-wrapper{
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

/* Make footer container behave EXACTLY like body sections */
.cciq-footer .cciq-container{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Remove any accidental negative margin you added earlier */
.cciq-footer{
  margin-top: -10px;
  margin-right:10px;
  margin-left:10px;
}/* End custom CSS */