/*
 Theme Name: IC Hello Elementor Child
 Template: hello-elementor
 Description: Increase Construction branded child theme matching original Kajabi site
 Version: 3.45
*/

/* ===== DESIGN TOKENS ===== */
:root {
  --ic-blue: #225985;
  --ic-orange: #cf8e25;
  --ic-orange-hover: #b87d1f;
  --ic-light-bg: #f1f1fa;
  --ic-dark: #161e2a;
  --ic-dark-light: #1e2735;
  --ic-header-text: #45505d;
  --ic-body-color: #1c2838;
  --ic-white: #ffffff;
  --ic-overlay: rgba(34, 89, 133, 0.6);
  --ic-container: 1260px;
  --ic-heading-font: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  --ic-body-font: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ===== CUSTOM FONTS ===== */
@font-face {
  font-family: 'Wavehaus';
  src: url('fonts/Wavehaus-66Book.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wavehaus';
  src: url('fonts/Wavehaus-128Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* TGB text logo — matches thegoodbuilder.com.au heading */
.ic-tgb-logo {
  font-family: 'Wavehaus', sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  color: var(--ic-orange);
  text-align: center;
  margin: 0 0 8px 0;
}

/* ===== RESET & BASE ===== */

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: var(--ic-body-font);
  font-size: 18px;
  line-height: 1.6;
  color: var(--ic-body-color);
  margin: 0;
  padding: 0;
  background: var(--ic-white);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--ic-blue);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--ic-orange);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ic-heading-font);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ic-dark);
  margin-top: 0;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 3.25rem; }
h3 { font-size: 2.25rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* ===== NAVIGATION ===== */
.ic-nav {
  background: var(--ic-white);
  padding: 0 40px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.ic-nav-inner {
  max-width: var(--ic-container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
}

.ic-nav-logo img {
  width: 250px;
  padding: 8px 0;
  height: auto;
}

.ic-nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ic-nav-links a {
  color: var(--ic-header-text);
  font-family: var(--ic-body-font);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s;
}

.ic-nav-links a:hover {
  color: var(--ic-blue);
}

.ic-nav-cta {
  background: var(--ic-orange) !important;
  color: var(--ic-white) !important;
  padding: 10px 24px !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.ic-nav-cta:hover {
  background: var(--ic-orange-hover) !important;
}

/* Hamburger menu button */
.ic-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  gap: 6px;
}

.ic-hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  background: var(--ic-dark);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.ic-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.ic-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.ic-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile nav overlay */
.ic-mobile-nav {
  display: none;
  position: fixed;
  top: 96px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--ic-white);
  z-index: 999;
  padding: 20px;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.ic-mobile-nav.active {
  display: flex;
}

.ic-mobile-nav a {
  display: block;
  padding: 16px 20px;
  color: var(--ic-header-text);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.ic-mobile-nav a:hover {
  color: var(--ic-blue);
}

.ic-mobile-nav .ic-nav-cta {
  display: inline-block;
  margin-top: 16px;
  text-align: center;
}

/* Hide default WP header — we use custom ic-nav */
.site-header,
header.site-header,
#site-header,
.ehf-header,
.header-inner,
.site-branding,
.site-navigation,
.site-navigation-toggle-holder {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

/* ===== CONTAINER ===== */
.ic-container {
  max-width: var(--ic-container);
  margin: 0 auto;
  padding: 0 40px;
}

/* ===== HERO SECTIONS ===== */
.ic-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 40px 120px;
  text-align: center;
  overflow: hidden;
}

.ic-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22, 30, 42, 0.75) 0%, rgba(34, 89, 133, 0.65) 100%);
  z-index: 1;
}

.ic-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  animation: ic-heroFadeIn 1s ease-out both;
}

@keyframes ic-heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ic-hero h1 {
  animation: ic-heroFadeIn 1s ease-out 0.2s both;
}

.ic-hero p {
  animation: ic-heroFadeIn 1s ease-out 0.4s both;
}

.ic-hero-buttons {
  animation: ic-heroFadeIn 1s ease-out 0.6s both;
}

.ic-hero h1 {
  color: var(--ic-white);
  font-family: var(--ic-heading-font);
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.ic-hero p {
  color: var(--ic-white);
  font-size: 1.25rem;
  margin-bottom: 30px;
  opacity: 0.95;
  line-height: 1.7;
}

.ic-hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.ic-hero-solid {
  background: var(--ic-blue);
  padding: 120px 40px;
  text-align: center;
}

.ic-hero-solid h1 {
  color: var(--ic-white);
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ic-hero-solid p {
  color: rgba(255,255,255,0.9);
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

/* ===== FULL-WIDTH SECTIONS ===== */
.ic-section {
  padding: 100px 40px;
}

.ic-section-inner {
  max-width: var(--ic-container);
  margin: 0 auto;
}

.ic-section-white {
  background: var(--ic-white);
}

.ic-section-light {
  background: var(--ic-light-bg);
}

.ic-section-blue {
  background: var(--ic-blue);
  color: var(--ic-white);
}

.ic-section-blue h2,
.ic-section-blue h3,
.ic-section-blue h4 {
  color: var(--ic-white);
}

.ic-section-blue p {
  color: rgba(255,255,255,0.9);
}

.ic-section-dark {
  background: var(--ic-dark);
  color: var(--ic-white);
}

.ic-section-dark h2,
.ic-section-dark h3,
.ic-section-dark h4 {
  color: var(--ic-white);
}

.ic-section-dark p {
  color: rgba(255,255,255,0.85);
}

.ic-section-center {
  text-align: center;
}

.ic-section h2 {
  margin-bottom: 20px;
}

.ic-section-subtitle {
  font-size: 1.15rem;
  color: var(--ic-header-text);
  max-width: 700px;
  margin-bottom: 40px;
  line-height: 1.7;
}

.ic-section-center .ic-section-subtitle {
  margin-left: auto;
  margin-right: auto;
}

/* ===== CTA BUTTONS ===== */
.ic-btn {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  border: none;
  letter-spacing: 0.3px;
  margin: 4px 6px;
}

.ic-btn.ic-btn-full {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  display: block;
}

.ic-btn-orange {
  background: var(--ic-orange);
  color: var(--ic-white);
}

.ic-btn-orange:hover {
  background: var(--ic-orange-hover);
  color: var(--ic-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(207, 142, 37, 0.35);
}

.ic-btn-white {
  background: var(--ic-white);
  color: var(--ic-blue);
}

.ic-btn-white:hover {
  background: #f0f0f0;
  color: var(--ic-blue);
  transform: translateY(-2px);
}

.ic-btn-outline {
  background: transparent;
  color: var(--ic-white);
  border: 2px solid var(--ic-white);
}

.ic-btn-outline:hover {
  background: var(--ic-white);
  color: var(--ic-blue);
}

.ic-btn-blue {
  background: var(--ic-blue);
  color: var(--ic-white);
}

.ic-btn-blue:hover {
  background: #1a4a6e;
  color: var(--ic-white);
  transform: translateY(-2px);
}

.ic-btn-sm {
  padding: 12px 28px;
  font-size: 14px;
}

.ic-btn-lg {
  padding: 16px 36px;
  font-size: 16px;
}

/* ===== CARDS ===== */
.ic-card {
  background: var(--ic-white);
  border: none;
  border-radius: 0;
  padding: 30px 24px;
  text-align: center;
  transition: transform 0.2s ease;
}

.ic-card:hover {
  transform: translateY(-2px);
}

.ic-card-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  object-fit: contain;
}

/* MOST framework icons: add blue circle background so white PNGs are visible */
#ba-framework .ic-card-icon,
.ic-section-blue .ic-card-icon {
  background: var(--ic-blue);
  border-radius: 50%;
  padding: 12px;
  width: 72px;
  height: 72px;
}

.ic-card h4 {
  color: var(--ic-blue);
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.ic-card p {
  color: var(--ic-header-text);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.ic-card-light {
  background: var(--ic-light-bg);
  border: none;
  border-radius: 8px;
}

.ic-card-noborder {
  border: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border-radius: 8px;
  padding: 28px 24px;
}

/* ===== FEATURE CARDS WITH CHECKMARKS ===== */
.ic-feature-card {
  background: var(--ic-white);
  border: none;
  border-radius: 4px;
  padding: 30px 20px;
  text-align: center;
}

.ic-feature-card-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  object-fit: contain;
}

.ic-feature-card h4 {
  color: var(--ic-blue);
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.ic-feature-card .ic-subtitle {
  color: var(--ic-header-text);
  font-size: 0.9rem;
  margin-bottom: 14px;
}

.ic-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.ic-checklist li {
  padding: 6px 0 6px 28px;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ic-header-text);
}

.ic-checklist li::before {
  content: '\2714';
  position: absolute;
  left: 0;
  color: var(--ic-orange);
  font-weight: 700;
  font-size: 0.9rem;
}

.ic-checklist-green li::before {
  color: #2eaa4f;
}

/* ===== GRID LAYOUTS ===== */
.ic-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.ic-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ic-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ic-grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

/* ===== TWO-COLUMN SPLIT (Image + Text) ===== */
.ic-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.ic-split-reverse {
  direction: rtl;
}

.ic-split-reverse > * {
  direction: ltr;
}

.ic-split-img {
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

/* Override Elementor global img reset for our styled images */
.elementor img[style*="border-radius"],
.elementor .ic-split-img img {
  border-radius: inherit !important;
}

.ic-split-img img {
  width: 100%;
  height: auto;
  display: block;
}

.ic-split-text h2 {
  margin-bottom: 16px;
}

.ic-split-text h3 {
  color: var(--ic-blue);
  margin-bottom: 12px;
}

.ic-split-text p {
  margin-bottom: 16px;
}

/* ===== TESTIMONIALS ===== */
.ic-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ic-testimonial {
  background: var(--ic-white);
  border: none;
  border-radius: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.ic-testimonial-dark {
  background: var(--ic-dark);
  border-color: var(--ic-dark);
  color: var(--ic-white);
}

.ic-testimonial-photo {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
  margin: 0 auto 16px;
}

.ic-testimonial blockquote,
.ic-testimonial .ic-quote {
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  flex-grow: 1;
  color: inherit;
}

.ic-testimonial cite,
.ic-testimonial .ic-cite {
  font-style: normal;
  display: block;
}

.ic-testimonial .ic-cite-name {
  font-weight: 700;
  font-size: 1rem;
  color: var(--ic-blue);
}

.ic-testimonial-dark .ic-cite-name {
  color: var(--ic-orange);
}

.ic-testimonial .ic-cite-title {
  font-size: 0.85rem;
  color: var(--ic-header-text);
  margin-top: 2px;
}

.ic-testimonial-dark .ic-cite-title {
  color: rgba(255,255,255,0.7);
}

/* Featured testimonial (large, with image) */
.ic-testimonial-featured {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: center;
  background: var(--ic-dark);
  border-radius: 8px;
  padding: 50px;
  color: var(--ic-white);
  border: none;
}

.ic-testimonial-featured img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.ic-testimonial-featured .ic-quote {
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 16px;
}

.ic-testimonial-featured .ic-cite-name {
  color: var(--ic-orange);
  font-weight: 700;
}

.ic-testimonial-featured .ic-cite-title {
  color: rgba(255,255,255,0.7);
}

/* ===== TEAM MEMBERS ===== */
.ic-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.ic-team-card {
  text-align: center;
}

.ic-team-photo {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
  border: 4px solid var(--ic-blue);
}

.ic-team-card h3 {
  color: var(--ic-blue);
  margin-bottom: 4px;
  font-size: 1.5rem;
}

.ic-team-card .ic-team-role {
  color: var(--ic-orange);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 16px;
}

.ic-team-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.ic-team-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.ic-team-card ul li {
  padding: 4px 0 4px 24px;
  position: relative;
  font-size: 0.9rem;
}

.ic-team-card ul li::before {
  content: '\2022';
  position: absolute;
  left: 8px;
  color: var(--ic-orange);
  font-weight: 700;
}

/* ===== TEAM SPLIT (Alternating image/text) ===== */
.ic-team-split {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: start;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw !important;
  margin-bottom: 0 !important;
  padding: 60px calc((100vw - var(--ic-container)) / 2 + 40px);
  background: var(--ic-light-bg);
  border-radius: 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  box-sizing: border-box;
}

/* Alternate team split backgrounds */
.ic-team-split:nth-of-type(odd) {
  background: var(--ic-light-bg);
}

.ic-team-split:nth-of-type(even) {
  background: var(--ic-white);
}

.ic-team-split.ic-reverse {
  grid-template-columns: 1fr 300px;
}

.ic-team-split-photo {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.ic-team-split h3 {
  color: var(--ic-dark);
  margin-bottom: 4px;
  font-size: 2.5rem;
}

.ic-team-split .ic-team-role {
  color: var(--ic-dark);
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 0.95rem;
}

/* ===== MISSION SECTION (light blue bg, matching original) ===== */
.ic-section-mission {
  background: #edf1f7;
}

.ic-section-mission h2 {
  color: var(--ic-dark);
}

.ic-section-mission p {
  color: var(--ic-dark);
}

/* ===== STEPS / PROCESS ===== */
.ic-steps {
  counter-reset: step-counter;
  max-width: 700px;
  margin: 0 auto;
}

.ic-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.ic-step:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ic-step-number {
  counter-increment: step-counter;
  background: var(--ic-blue);
  color: var(--ic-white);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.ic-step-number::before {
  content: counter(step-counter);
}

.ic-step h4 {
  color: var(--ic-blue);
  margin-bottom: 6px;
}

.ic-step p {
  margin: 0;
  font-size: 0.95rem;
}

/* Steps on blue background */
.ic-section-blue .ic-step-number {
  background: var(--ic-white);
  color: var(--ic-blue);
}

.ic-section-blue .ic-step h4 {
  color: var(--ic-white);
}

.ic-section-blue .ic-step p {
  color: rgba(255,255,255,0.85);
}

.ic-section-blue .ic-step {
  border-bottom-color: rgba(255,255,255,0.15);
}

.ic-section-blue .ic-section-subtitle {
  color: rgba(255,255,255,0.85);
}

/* Comparison on blue background */
.ic-section-blue .ic-comparison-item p {
  color: var(--ic-white);
}

.ic-section-blue h3 {
  color: var(--ic-white);
}

/* ===== PRICING ===== */
.ic-pricing-card {
  background: var(--ic-white);
  border: none;
  border-radius: 4px;
  padding: 50px 40px;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}

.ic-pricing-card .ic-price {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--ic-blue);
  margin: 10px 0 4px;
}

.ic-pricing-card .ic-price-note {
  color: var(--ic-header-text);
  font-size: 0.95rem;
  margin-bottom: 24px;
}

.ic-pricing-features {
  text-align: left;
  margin: 24px 0;
}

.ic-pricing-features li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.ic-pricing-features li:last-child {
  border-bottom: none;
}

/* ===== COMPARISON (1 Person vs 3 People) ===== */
.ic-comparison {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: flex-end;
  max-width: 800px;
  margin: 0 auto;
}

.ic-comparison img {
  max-width: 120px;
  height: auto;
}

/* Split layout: text left, icons right (Kajabi style) */
.ic-comparison-split {
  display: flex;
  align-items: center;
  gap: 60px;
}

.ic-comparison-split-text {
  flex: 1;
}

.ic-comparison-split-text h3 {
  color: var(--ic-white);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

.ic-comparison-split-icons {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  flex-shrink: 0;
}

.ic-comparison-split-icons img {
  height: auto;
  width: auto;
  max-height: 180px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.ic-comparison-split-icons img:first-child {
  max-height: 160px;
}

.ic-comparison-split-icons img:last-child {
  max-height: 180px;
}

@media (max-width: 768px) {
  .ic-comparison-split {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .ic-comparison-split-text h3 {
    font-size: 1.5rem;
  }
  .ic-comparison-split-icons img {
    max-height: 120px;
  }
}

/* ===== ICON + TEXT FEATURES (Inline) ===== */
.ic-icon-feature {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.ic-icon-feature img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.ic-icon-feature h4 {
  color: var(--ic-blue);
  margin-bottom: 6px;
}

.ic-icon-feature p {
  margin: 0;
  font-size: 0.95rem;
}

/* ===== PARTNER LOGOS ROW ===== */
.ic-logos-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  padding: 30px 0;
}

.ic-logos-row img {
  height: 50px;
  width: auto;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.ic-logos-row img:hover {
  opacity: 1;
}

/* ===== HIGHLIGHT / CALLOUT BOX ===== */
.ic-callout {
  background: var(--ic-blue);
  color: var(--ic-white);
  padding: 60px 40px;
  text-align: center;
  border-radius: 8px;
  margin: 40px 0;
}

.ic-callout h3 {
  color: var(--ic-white);
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.ic-callout p {
  color: rgba(255,255,255,0.9);
  max-width: 700px;
  margin: 0 auto 24px;
  font-size: 1.1rem;
}

/* ===== CONTACT SECTION ===== */
.ic-contact-info {
  background: var(--ic-dark);
  color: var(--ic-white);
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}

.ic-contact-info a {
  color: var(--ic-orange);
  font-weight: 700;
}

.ic-contact-info a:hover {
  color: #e9a42e;
}

/* ===== BLOG CARDS ===== */
.ic-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ic-blog-card {
  background: var(--ic-white);
  border: none;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.ic-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.ic-blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.ic-blog-card-body {
  padding: 24px;
}

.ic-blog-card h4 {
  font-size: 1.35rem;
  line-height: 1.3;
  margin-bottom: 8px;
}

.ic-blog-card .ic-date {
  color: #888;
  font-size: 0.85rem;
}

/* ===== FOOTER (single-row bar matching original) ===== */
.ic-footer {
  background: var(--ic-dark);
  color: rgba(255,255,255,0.75);
  padding: 40px 40px;
}

.ic-footer-inner {
  max-width: var(--ic-container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.ic-footer-logo img {
  height: 32px;
  display: block;
}

.ic-footer-nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
}

.ic-footer-nav a {
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s;
}

.ic-footer-nav a:hover {
  color: var(--ic-white);
}

.ic-footer-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
}
.ic-footer-contact a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: color 0.2s;
}
.ic-footer-contact a:hover {
  color: var(--ic-white);
}
.ic-footer-contact span {
  color: rgba(255,255,255,0.5);
}
.ic-footer-contact-sep {
  color: rgba(255,255,255,0.25) !important;
}

.ic-footer-copy {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}

.ic-footer-social {
  display: flex;
  gap: 12px;
}

.ic-footer-social a {
  color: rgba(255,255,255,0.7);
  transition: color 0.2s;
  display: flex;
  align-items: center;
}

.ic-footer-social a:hover {
  color: var(--ic-white);
}

@media (max-width: 768px) {
  .ic-footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .ic-footer-nav {
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ic-footer-contact {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Hide default WP footer */
.site-footer,
footer.site-footer,
.ehf-footer {
  display: none !important;
}

/* ===== FORM STYLES ===== */
.ic-form {
  max-width: 600px;
  margin: 0 auto;
}

.ic-form input,
.ic-form textarea,
.ic-form select {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  font-family: var(--ic-body-font);
  margin-bottom: 16px;
  transition: border-color 0.2s;
}

.ic-form input:focus,
.ic-form textarea:focus,
.ic-form select:focus {
  outline: none;
  border-color: var(--ic-blue);
}

.ic-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.95rem;
}

/* ===== UTILITY CLASSES ===== */
.ic-text-center { text-align: center; }
.ic-text-left { text-align: left; }
.ic-text-white { color: var(--ic-white) !important; }
.ic-text-blue { color: var(--ic-blue) !important; }
.ic-text-orange { color: var(--ic-orange) !important; }
.ic-mb-0 { margin-bottom: 0 !important; }
.ic-mb-20 { margin-bottom: 20px !important; }
.ic-mb-40 { margin-bottom: 40px !important; }
.ic-mb-60 { margin-bottom: 60px !important; }
.ic-mt-40 { margin-top: 40px !important; }
.ic-mt-60 { margin-top: 60px !important; }
.ic-pt-0 { padding-top: 0 !important; }
.ic-pb-0 { padding-bottom: 0 !important; }
.ic-mx-auto { margin-left: auto; margin-right: auto; }
.ic-max-700 { max-width: 700px; }
.ic-max-900 { max-width: 900px; }

/* Padding variations */
.ic-section-sm { padding: 60px 40px; }
.ic-section-lg { padding: 160px 40px; }

/* ===== PROMISE / GUARANTEE BOX ===== */
.ic-guarantee {
  background: var(--ic-light-bg);
  border: 3px solid var(--ic-blue);
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  max-width: 600px;
  margin: 40px auto;
}

.ic-guarantee h4 {
  color: var(--ic-blue);
  margin-bottom: 12px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .ic-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ic-grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ic-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  .ic-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.4rem; }

  .ic-hero {
    padding: 80px 20px;
  }

  .ic-hero h1 {
    font-size: 2.2rem;
  }

  .ic-hero-solid {
    padding: 70px 20px;
  }

  .ic-hero-solid h1 {
    font-size: 2.2rem;
  }

  .ic-section {
    padding: 50px 20px;
  }

  .ic-section-sm {
    padding: 40px 20px;
  }

  .ic-container {
    padding: 0 20px;
  }

  .ic-split,
  .ic-split-reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ic-split-reverse {
    direction: ltr;
  }

  .ic-grid-2,
  .ic-grid-3,
  .ic-grid-4,
  .ic-grid-6 {
    grid-template-columns: 1fr;
  }

  .ic-testimonials {
    grid-template-columns: 1fr;
  }

  .ic-cta-form-card {
    padding: 24px 20px;
    margin: 20px auto 0;
  }

  .ic-team-grid {
    grid-template-columns: 1fr;
  }

  .ic-team-split,
  .ic-team-split.ic-reverse {
    grid-template-columns: 1fr;
  }

  .ic-comparison {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ic-blog-grid {
    grid-template-columns: 1fr;
  }

  .ic-footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ic-testimonial-featured {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px;
  }

  .ic-testimonial-featured img {
    margin: 0 auto;
  }

  .ic-btn {
    padding: 14px 30px;
    font-size: 15px;
  }

  .ic-btn-lg {
    padding: 16px 36px;
    font-size: 16px;
  }

  /* Mobile nav */
  .ic-hamburger {
    display: flex;
  }

  .ic-nav-links {
    display: none !important;
  }

  .ic-nav {
    padding: 0 20px;
  }

  .ic-nav-logo img {
    width: 200px;
  }

  .ic-nav-inner {
    height: 64px;
  }

  .ic-mobile-nav {
    top: 64px;
  }
}

@media (max-width: 480px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.5rem; }

  .ic-hero h1,
  .ic-hero-solid h1 {
    font-size: 1.8rem;
  }

  .ic-nav-logo img {
    width: 180px;
  }

  .ic-team-photo {
    width: 160px;
    height: 160px;
  }
}

/* ===== WP OVERRIDES ===== */

/* Kill WordPress global content-size constraint — our sections handle their own max-width */
:root {
  --wp--style--global--content-size: 100% !important;
  --wp--style--global--wide-size: 100% !important;
}

/* Remove the constrained-layout max-width that WordPress 6.x applies */
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.entry-content,
.page-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.site-main {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

article.page,
article.post {
  margin: 0;
  padding: 0;
}

.page-header {
  display: none !important;
}

body.page,
body.hello-elementor {
  --content-width: 100% !important;
}

body.page .site-main,
body.hello-elementor .site-main {
  max-width: 100% !important;
}

/* Force all direct children of page-content to be full-width */
.page-content > *,
.entry-content > * {
  max-width: none !important;
}

/* Elementor overrides — boxed sections get contained width, full-width sections stretch */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--ic-container) !important;
  margin: 0 auto;
}

.hello-elementor .entry-content > *,
.hello-elementor .page-content > * {
  max-width: none !important;
}

/* Remove any wp-site-blocks margin/gap */
:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
}

/* ===== ELEMENTOR GLOBAL OVERRIDES ===== */
/* Force Poppins on ALL Elementor headings (Elementor sets Roboto via global typography) */
.elementor-heading-title,
.elementor-widget-heading .elementor-heading-title {
  font-family: var(--ic-heading-font) !important;
}

/* Force Elementor boxed sections to match site container width (1260px, not default 1140px) */
.elementor-section-boxed > .elementor-container {
  max-width: var(--ic-container) !important;
}

/* ===== HERO BUTTONS SIDE BY SIDE (desktop) ===== */
/* Target the hero section's button + spacer + button pattern on homepage */
@media (min-width: 768px) {
  /* Homepage hero column — make buttons inline */
  .elementor-7 .elementor-element-cc1242ba .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  /* Let headings and text take full width */
  .elementor-7 .elementor-element-cc1242ba .elementor-widget-heading,
  .elementor-7 .elementor-element-cc1242ba .elementor-widget-text-editor {
    width: 100%;
    flex: 0 0 100%;
  }
  /* Buttons sit inline */
  .elementor-7 .elementor-element-607f6114,
  .elementor-7 .elementor-element-5979f526 {
    width: auto !important;
    flex: 0 0 auto;
    margin: 0 8px;
  }
  /* Match button sizes — both get same padding + border so they're identical height */
  .elementor-7 .elementor-element-607f6114 .elementor-button,
  .elementor-7 .elementor-element-5979f526 .elementor-button {
    padding: 16px 36px !important;
    font-size: 16px !important;
    border: 2px solid transparent !important;
    box-sizing: border-box !important;
  }
  .elementor-7 .elementor-element-607f6114 .elementor-button {
    background: var(--ic-orange) !important;
    border-color: var(--ic-orange) !important;
    color: #fff !important;
    border-radius: 8px !important;
  }
  /* Force "Learn About BuildAbility" button to center in 3 FTE section */
  .elementor-7 .elementor-element-61dd20a3 {
    text-align: center !important;
  }
  .elementor-7 .elementor-element-5979f526 .elementor-button {
    background: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
    border-radius: 8px !important;
  }
  /* Hide the spacer between the two buttons */
  .elementor-7 .elementor-element-100f0e8d {
    display: none;
  }
}

/* ===== 3 FTE SECTION (SVG icons + VS) ===== */
.ic-fte-section {
  background: linear-gradient(135deg, #1B3A5C 0%, #0f2540 100%);
  padding: 80px 40px;
}
.ic-fte-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}
.ic-fte-text {
  flex: 1;
}
.ic-fte-text h2 {
  color: #fff;
  font-family: var(--ic-heading-font);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}
.ic-fte-text > p {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 28px;
}
.ic-fte-icons {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}
.ic-fte-icon-group {
  text-align: center;
}
.ic-fte-icon-group svg {
  width: 160px;
  height: 160px;
}
.ic-fte-icon-group p {
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  margin-top: 8px;
}
.ic-fte-vs {
  color: var(--ic-orange);
  font-family: var(--ic-heading-font);
  font-weight: 800;
  font-size: 1.4rem;
  background: rgba(207,142,37,0.15);
  border: 2px solid rgba(207,142,37,0.4);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* BuildAbility toolbox image: constrain on mobile */
.ic-toolbox-img,
.ic-section img[src*="BuildAbilityPlatform"] {
  max-width: 100%;
  height: auto;
}

/* Centre ALL Elementor buttons site-wide */
/* Button alignment — let Elementor's align classes control it */
.elementor-widget-button {
  width: 100%;
}

@media (max-width: 768px) {
  .ic-fte-inner {
    flex-direction: column;
    gap: 40px;
  }
  .ic-fte-icon-group svg {
    width: 120px;
    height: 120px;
  }
  .ic-fte-text h2 { font-size: 1.8rem; }
  .ic-fte-icons { flex-direction: column; gap: 16px; }
}

/* ===== HERO OVERLAY FIX ===== */
/* Override Elementor-generated opacity:0.5 on hero overlays across all pages */
.elementor-section-wrap > .elementor-section:first-child > .elementor-background-overlay,
.elementor > .elementor-section:first-child > .elementor-background-overlay,
.elementor-section-full_width > .elementor-background-overlay {
  opacity: 1 !important;
  background: linear-gradient(135deg, rgba(22,30,42,0.88) 0%, rgba(34,89,133,0.75) 100%) !important;
}

/* Page-specific hero overlay overrides (match Elementor's element ID specificity) */
.elementor-7 .elementor-element-cc1242ba > .elementor-background-overlay,
.elementor-168 .elementor-element:first-child > .elementor-background-overlay,
.elementor-73 .elementor-element:first-child > .elementor-background-overlay,
.elementor-69 .elementor-element:first-child > .elementor-background-overlay,
.elementor-8 .elementor-element:first-child > .elementor-background-overlay,
.elementor-31 .elementor-element:first-child > .elementor-background-overlay {
  opacity: 1 !important;
  background: linear-gradient(135deg, rgba(22,30,42,0.88) 0%, rgba(34,89,133,0.75) 100%) !important;
}

/* ===== HOMEPAGE HERO BUTTONS SIDE-BY-SIDE (desktop) ===== */
@media (min-width: 768px) {
  .elementor-element-607f6114,
  .elementor-element-5979f526 {
    display: inline-block !important;
    width: auto !important;
    margin: 0 8px !important;
  }
}

/* ===== ELEMENTOR SPACING OVERRIDES ===== */
/* Only reset margins between sections — let Elementor control padding natively */
.elementor-top-section {
  margin-bottom: 0;
}

.elementor-section + .elementor-section {
  margin-top: 0;
}

/* Full-width sections should use 100% container */
.elementor-section-full_width .elementor-container {
  max-width: 100%;
}

/* ===== CONTACT SPLIT LAYOUT ===== */
.ic-contact-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.ic-contact-info-block h2 {
  margin-bottom: 16px;
}

.ic-contact-info-block p {
  margin-bottom: 16px;
  line-height: 1.7;
}

.ic-contact-detail {
  margin-top: 24px;
}

.ic-contact-detail h4 {
  color: var(--ic-blue);
  margin-bottom: 4px;
  font-size: 1rem;
}

.ic-contact-detail a {
  color: var(--ic-blue);
  font-weight: 600;
  font-size: 1.1rem;
}

.ic-contact-detail p {
  margin: 0;
  color: var(--ic-header-text);
}

.ic-contact-form-block {
  background: var(--ic-blue);
  padding: 40px;
  border-radius: 8px;
  color: var(--ic-white);
}

.ic-contact-form-block h3 {
  color: var(--ic-white);
  margin-bottom: 8px;
}

.ic-contact-form-block > p {
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .ic-contact-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ic-contact-form-block {
    padding: 30px 20px;
  }
}

/* ===== CF7 FORM STYLING ===== */

/* Kill CF7's default p-tag margins inside our forms */
.ic-cf7-form p,
.ic-cf7-form .wpcf7-form-control-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

.ic-cf7-form .ic-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 0;
}

.ic-cf7-form .ic-form-field {
  margin-bottom: 10px;
}

.ic-cf7-form .ic-form-field-full {
  margin-bottom: 10px;
}

.ic-cf7-form label {
  display: none;
}

.ic-cf7-form input[type="text"],
.ic-cf7-form input[type="email"],
.ic-cf7-form input[type="tel"],
.ic-cf7-form textarea,
.ic-cf7-form select {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  font-size: 16px;
  font-family: var(--ic-body-font);
  background: rgba(255,255,255,0.12);
  color: var(--ic-white);
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
}

.ic-cf7-form input::placeholder,
.ic-cf7-form textarea::placeholder {
  color: rgba(255,255,255,0.5);
}

.ic-cf7-form input:focus,
.ic-cf7-form textarea:focus,
.ic-cf7-form select:focus {
  outline: none;
  border-color: var(--ic-orange);
  background: rgba(255,255,255,0.18);
}

.ic-cf7-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23fff' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.ic-cf7-form select option {
  background: var(--ic-dark);
  color: var(--ic-white);
}

.ic-cf7-form textarea {
  resize: vertical;
  min-height: 120px;
}

.ic-cf7-form .ic-btn-full,
.ic-cf7-form input[type="submit"] {
  width: 100%;
  display: block;
  padding: 16px 40px;
  margin: 0;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  background: var(--ic-orange);
  color: var(--ic-white);
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: var(--ic-body-font);
  letter-spacing: 0.3px;
  margin-top: 8px;
}

.ic-cf7-form input[type="submit"]:hover {
  background: var(--ic-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(207, 142, 37, 0.35);
}

/* CF7 response messages */
.wpcf7-response-output {
  border-radius: 8px !important;
  padding: 12px 16px !important;
  margin: 16px 0 0 !important;
  font-size: 0.95rem;
}

.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #2eaa4f !important;
  background: rgba(46, 170, 79, 0.15);
  color: #2eaa4f;
}

.wpcf7-validation-errors,
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: var(--ic-orange) !important;
  background: rgba(207, 142, 37, 0.15);
  color: var(--ic-orange);
}

.wpcf7-not-valid-tip {
  color: #ff6b6b !important;
  font-size: 0.85rem;
  margin-top: 4px;
}

.wpcf7-not-valid {
  border-color: #ff6b6b !important;
}

/* CF7 spinner */
.wpcf7-spinner {
  display: none;
}

/* ===== DARK FORM WRAPPER (CF7 on blue bg) ===== */
.ic-form-wrapper-dark {
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
  background: var(--ic-dark);
  border-radius: 16px;
  padding: 40px 36px 36px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.25), 0 2px 8px rgba(0,0,0,0.12);
  border: 1px solid rgba(255,255,255,0.06);
}

.ic-form-wrapper-dark .ic-form-field {
  margin-bottom: 0;
}

.ic-form-wrapper-dark .ic-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 0;
}

.ic-form-wrapper-dark .ic-form-field-full {
  margin-bottom: 0;
}

/* Hide ALL labels — placeholders handle it */
.ic-form-wrapper-dark .wpcf7-form label {
  display: none !important;
}

/* Kill CF7's auto-paragraph margins */
.ic-form-wrapper-dark .wpcf7-form p {
  margin: 0 0 10px;
}

.ic-form-wrapper-dark .wpcf7-form input[type="text"],
.ic-form-wrapper-dark .wpcf7-form input[type="email"],
.ic-form-wrapper-dark .wpcf7-form input[type="tel"],
.ic-form-wrapper-dark .wpcf7-form textarea,
.ic-form-wrapper-dark .wpcf7-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  font-size: 15px;
  font-family: var(--ic-body-font);
  background: rgba(255,255,255,0.1);
  color: var(--ic-white);
  margin-bottom: 0;
  box-sizing: border-box;
}

.ic-form-wrapper-dark .wpcf7-form input::placeholder,
.ic-form-wrapper-dark .wpcf7-form textarea::placeholder {
  color: rgba(255,255,255,0.5);
}

.ic-form-wrapper-dark .wpcf7-form input:focus,
.ic-form-wrapper-dark .wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--ic-orange);
  background: rgba(255,255,255,0.18);
}

.ic-form-wrapper-dark .wpcf7-form input[type="submit"] {
  width: 100%;
  padding: 16px 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  background: var(--ic-orange);
  color: var(--ic-white);
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: var(--ic-body-font);
  margin-top: 8px;
}

.ic-form-wrapper-dark .wpcf7-form input[type="submit"]:hover,
.ic-form-wrapper-dark .ic-btn-full:hover {
  background: var(--ic-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(207, 142, 37, 0.35);
}

/* Continue button in dark wrapper */
.ic-form-wrapper-dark .ic-btn-full {
  width: 100%;
  display: block;
  padding: 16px 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  background: var(--ic-orange);
  color: var(--ic-white);
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: var(--ic-body-font);
  margin-top: 8px;
}

/* Select dropdown styling in dark wrapper */
.ic-form-wrapper-dark .wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgba(255,255,255,0.6)' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.ic-form-wrapper-dark .wpcf7-form select option {
  background: var(--ic-dark);
  color: var(--ic-white);
}

/* Back link */
.ic-form-wrapper-dark .ic-back-link {
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.2s;
}
.ic-form-wrapper-dark .ic-back-link:hover {
  color: #fff;
}

/* Hide all form labels — first-option-as-placeholder pattern */
.ic-form-wrapper-dark label,
.ic-cf7-form .ic-step-1 label,
.ic-cf7-form .ic-step-2 label {
  display: none !important;
}

/* Step 2 hidden by default — JS shows it on Continue */
.ic-step-2 {
  display: none;
}

/* Mobile responsive */
@media (max-width: 600px) {
  .ic-form-wrapper-dark {
    padding: 28px 20px 24px;
    border-radius: 12px;
    margin: 0 12px;
  }
  .ic-form-wrapper-dark .ic-form-row {
    grid-template-columns: 1fr;
  }
}

/* ===== LIGHT BACKGROUND FORM VARIANT ===== */
.ic-cf7-form-light label {
  display: none !important;
}

.ic-cf7-form-light input[type="text"],
.ic-cf7-form-light input[type="email"],
.ic-cf7-form-light input[type="tel"],
.ic-cf7-form-light textarea,
.ic-cf7-form-light select {
  background: var(--ic-white) !important;
  border: 2px solid #ddd !important;
  color: #333 !important;
}

.ic-cf7-form-light input::placeholder,
.ic-cf7-form-light textarea::placeholder {
  color: #999 !important;
}

.ic-cf7-form-light input:focus,
.ic-cf7-form-light textarea:focus,
.ic-cf7-form-light select:focus {
  border-color: var(--ic-blue) !important;
  background: var(--ic-white) !important;
}

.ic-cf7-form-light select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2345505d' stroke-width='2' fill='none'/%3E%3C/svg%3E") !important;
}

.ic-cf7-form-light select option {
  background: var(--ic-white);
  color: #333;
}

@media (max-width: 768px) {
  .ic-cf7-form .ic-form-row {
    grid-template-columns: 1fr;
  }
}

/* ===== GROW LANDING PAGE FORM (light bg override) ===== */
/* Target CF7 form on roofers page (187) and grow page (168) */
.page-id-187 .ic-cf7-form input[type="text"],
.page-id-187 .ic-cf7-form input[type="email"],
.page-id-187 .ic-cf7-form input[type="tel"],
.page-id-187 .ic-cf7-form textarea,
.page-id-187 .ic-cf7-form select,
.page-id-168 .ic-cf7-form input[type="text"],
.page-id-168 .ic-cf7-form input[type="email"],
.page-id-168 .ic-cf7-form input[type="tel"],
.page-id-168 .ic-cf7-form textarea,
.page-id-168 .ic-cf7-form select,
.ic-grow-form-light .ic-cf7-form input[type="text"],
.ic-grow-form-light .ic-cf7-form input[type="email"],
.ic-grow-form-light .ic-cf7-form input[type="tel"],
.ic-grow-form-light .ic-cf7-form textarea,
.ic-grow-form-light .ic-cf7-form select {
  background: #fff !important;
  border: 2px solid #ddd !important;
  color: #333 !important;
}
.page-id-187 .ic-cf7-form input::placeholder,
.page-id-187 .ic-cf7-form textarea::placeholder,
.page-id-168 .ic-cf7-form input::placeholder,
.page-id-168 .ic-cf7-form textarea::placeholder,
.ic-grow-form-light .ic-cf7-form input::placeholder,
.ic-grow-form-light .ic-cf7-form textarea::placeholder {
  color: #999 !important;
}
.page-id-187 .ic-cf7-form input:focus,
.page-id-187 .ic-cf7-form textarea:focus,
.page-id-187 .ic-cf7-form select:focus,
.page-id-168 .ic-cf7-form input:focus,
.page-id-168 .ic-cf7-form textarea:focus,
.page-id-168 .ic-cf7-form select:focus,
.ic-grow-form-light .ic-cf7-form input:focus,
.ic-grow-form-light .ic-cf7-form textarea:focus,
.ic-grow-form-light .ic-cf7-form select:focus {
  border-color: var(--ic-blue) !important;
}
.page-id-187 .ic-cf7-form select,
.page-id-168 .ic-cf7-form select,
.ic-grow-form-light .ic-cf7-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2345505d' stroke-width='2' fill='none'/%3E%3C/svg%3E") !important;
}
.page-id-187 .ic-cf7-form select option,
.page-id-168 .ic-cf7-form select option,
.ic-grow-form-light .ic-cf7-form select option {
  background: #fff;
  color: #333;
}
.page-id-187 .ic-cf7-form label,
.page-id-168 .ic-cf7-form label,
.ic-grow-form-light .ic-cf7-form label {
  color: #1B3A5C !important;
  display: block !important;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.9rem;
}
.page-id-187 .ic-cf7-form input[type="submit"],
.page-id-187 .wpcf7-submit,
.page-id-168 .ic-cf7-form input[type="submit"],
.page-id-168 .wpcf7-submit,
.page-id-73 .ic-cf7-form input[type="submit"],
.page-id-73 .wpcf7-submit,
.page-id-31 .ic-cf7-form input[type="submit"],
.page-id-31 .wpcf7-submit,
.ic-grow-form-light .ic-cf7-form input[type="submit"],
.ic-grow-form-light .wpcf7-submit {
  background: #CCA347 !important;
  color: #1B3A5C !important;
  border: none !important;
  font-weight: 700 !important;
}

/* ===== LEGACY CONTACT FORM ON BLUE BG (keep for other pages) ===== */
.ic-contact-blue-form {
  background: var(--ic-blue);
  padding: 60px 40px;
  border-radius: 0;
  color: var(--ic-white);
}

.ic-contact-blue-form h2,
.ic-contact-blue-form h3 {
  color: var(--ic-white);
}

.ic-contact-blue-form p {
  color: rgba(255,255,255,0.9);
}

.ic-contact-blue-form .ic-form input,
.ic-contact-blue-form .ic-form textarea,
.ic-contact-blue-form .ic-form select {
  background: var(--ic-white);
  border: 2px solid #ddd;
  color: #333;
}

.ic-contact-blue-form .ic-form label {
  color: var(--ic-white);
}

/* ===== PODCAST SPLIT SECTION ===== */
.ic-podcast-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.ic-podcast-split img {
  max-width: 100%;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .ic-podcast-split {
    grid-template-columns: 1fr;
  }
  .ic-contact-blue-form {
    padding: 40px 20px;
  }
}

/* ===== SOCIAL ICONS ===== */
.ic-social-icons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 20px 0;
}

.ic-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ic-blue);
  color: var(--ic-white);
  font-size: 20px;
  text-decoration: none;
  transition: background 0.2s;
}

.ic-social-icons a:hover {
  background: #1a4568;
  color: var(--ic-white);
}

/* ===== CTA WITH BACKGROUND IMAGE ===== */
.ic-cta-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 60px 40px;
  text-align: center;
}

.ic-cta-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(34, 89, 133, 0.75);
  z-index: 1;
}

.ic-cta-bg .ic-section-inner {
  position: relative;
  z-index: 2;
}

.ic-cta-bg h1,
.ic-cta-bg h2 {
  color: var(--ic-white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.ic-cta-bg p {
  color: rgba(255,255,255,0.9);
  text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

/* CTA two-column layout (text left, form right) */
.ic-cta-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  max-width: var(--ic-container);
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 2;
}

.ic-cta-text h2 {
  color: var(--ic-white);
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.ic-cta-text p {
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
  line-height: 1.7;
}

.ic-cta-form-inline label {
  display: none !important;
}

.ic-cta-form-inline input[type="text"],
.ic-cta-form-inline input[type="email"],
.ic-cta-form-inline input[type="tel"],
.ic-cta-form-inline textarea,
.ic-cta-form-inline select {
  width: 100% !important;
  padding: 14px 16px !important;
  border: none !important;
  border-bottom: 2px solid rgba(255,255,255,0.3) !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  font-family: var(--ic-body-font);
  background: #ffffff !important;
  color: #333 !important;
  margin-bottom: 8px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.ic-cta-form-inline input::placeholder,
.ic-cta-form-inline textarea::placeholder {
  color: #aaa !important;
}

.ic-cta-form-inline select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2345505d' stroke-width='2' fill='none'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-color: #ffffff !important;
  padding-right: 40px;
  cursor: pointer;
  color: #333;
}

.ic-cta-form-inline select option {
  background: var(--ic-white);
  color: #333;
}

.ic-cta-form-inline input:focus,
.ic-cta-form-inline textarea:focus,
.ic-cta-form-inline select:focus {
  outline: none;
  border-bottom-color: var(--ic-orange);
}

.ic-cta-form-inline .ic-cf7-form textarea,
.ic-cta-form-inline .wpcf7-form textarea,
.ic-cta-form-inline textarea {
  resize: vertical;
  min-height: 80px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #333 !important;
}

.ic-cta-form-inline .ic-cf7-form input[type="submit"],
.ic-cta-form-inline .wpcf7-form input[type="submit"],
.ic-cta-form-inline input[type="submit"] {
  width: 100% !important;
  display: block !important;
  padding: 16px 40px !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  background: #cf8e25 !important;
  color: #ffffff !important;
  border: none !important;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: var(--ic-body-font);
  margin-top: 4px;
}

.ic-cta-form-inline input[type="submit"]:hover {
  background: #b87d1f !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(207, 142, 37, 0.35);
}

@media (max-width: 768px) {
  .ic-cta-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* ===== FEATURE CARD ON BLUE BG ===== */
.ic-section-blue .ic-card,
.ic-section-blue .ic-feature-card {
  background: var(--ic-white);
  color: var(--ic-header-text);
  border: none;
}

.ic-section-blue .ic-card h4,
.ic-section-blue .ic-feature-card h4 {
  color: var(--ic-blue);
}

.ic-section-blue .ic-card p,
.ic-section-blue .ic-feature-card p {
  color: var(--ic-header-text);
}

.ic-section-blue .ic-checklist li {
  color: var(--ic-header-text);
}

/* ===== CONTACT FORM INPUTS ON BLUE BG ===== */
.ic-contact-blue-form input,
.ic-contact-blue-form textarea,
.ic-contact-blue-form select {
  background: var(--ic-white);
  border: 2px solid #ddd;
  color: #333;
}

/* ===== COMPARISON IMAGE LABELS ===== */
.ic-comparison-item {
  text-align: center;
}

.ic-comparison-item img {
  max-width: 100%;
  margin: 0 auto 16px;
}

.ic-comparison-item p {
  font-weight: 700;
  font-size: 1rem;
}

/* ===== FEATURED TESTIMONIAL ON BLUE BG ===== */
.ic-section-blue .ic-testimonial-featured {
  background: transparent;
  border: none;
  padding: 0;
}

.ic-section-blue .ic-testimonial-featured .ic-quote {
  color: rgba(255,255,255,0.95);
}

.ic-section-blue .ic-testimonial-featured .ic-cite-name {
  color: var(--ic-orange);
}

.ic-section-blue .ic-testimonial-featured .ic-cite-title {
  color: rgba(255,255,255,0.7);
}

/* ===== PAGINATION ===== */
.ic-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ic-pagination a,
.ic-pagination span {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--ic-header-text);
  background: var(--ic-light-bg);
  transition: all 0.2s;
}

.ic-pagination a:hover {
  background: var(--ic-blue);
  color: var(--ic-white);
}

.ic-pagination .current {
  background: var(--ic-blue);
  color: var(--ic-white);
}

/* ===== SINGLE POST CONTENT ===== */
/* Blog post section — tighter padding than standard sections */
.ic-blog-post-section {
  padding: 40px 40px 60px;
}

.ic-post-content {
  font-size: 18px;
  line-height: 1.8;
  color: var(--ic-header-text);
}

/* Hide duplicate title + hero image migrated from Kajabi */
.ic-post-content > h2:first-child {
  display: none;
}

.ic-post-content > h2:first-child + figure {
  display: none;
}

.ic-post-content h2 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.ic-post-content h3 {
  margin-top: 32px;
  margin-bottom: 12px;
}

.ic-post-content p {
  margin-bottom: 1.25rem;
}

.ic-post-content img {
  border-radius: 8px;
  margin: 24px 0;
}

.ic-post-content ul,
.ic-post-content ol {
  margin-bottom: 1.25rem;
  padding-left: 24px;
}

.ic-post-content li {
  margin-bottom: 6px;
  line-height: 1.7;
}

.ic-post-content blockquote {
  border-left: 4px solid var(--ic-blue);
  padding: 16px 24px;
  margin: 24px 0;
  background: var(--ic-light-bg);
  border-radius: 0 8px 8px 0;
  font-style: italic;
}

/* ===== BLOG CARD LINK RESET ===== */
a.ic-blog-card {
  color: inherit;
  text-decoration: none;
}

a.ic-blog-card:hover {
  color: inherit;
}

a.ic-blog-card h4 {
  color: var(--ic-dark);
  transition: color 0.2s;
}

a.ic-blog-card:hover h4 {
  color: var(--ic-blue);
}

/* ===== VIDEO GRID (Grow page) ===== */
.ic-video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.ic-video-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.ic-video-card h4 {
  margin: 16px 20px 8px;
  font-size: 1.1rem;
  color: var(--ic-dark);
}

.ic-video-card p {
  margin: 0 20px 20px;
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}

.ic-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.ic-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ic-video-featured {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .ic-video-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== PODCAST BAR (Home - "THE GOOD BUILDER") ===== */
/* Tighter padding — matches Kajabi original */
.ic-section:has(.ic-podcast-bar) {
  padding: 40px 40px;
}

.ic-podcast-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.ic-podcast-bar .ic-btn {
  white-space: nowrap;
  flex-shrink: 0;
}

.ic-podcast-bar-text h2.ic-podcast-title {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.ic-podcast-bar-text h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.ic-podcast-bar-text p {
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .ic-podcast-bar {
    flex-direction: column;
    text-align: center;
  }
}

/* ===== HORIZONTAL STEPS (How It Works) ===== */
.ic-steps-horizontal {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}

.ic-step-h {
  flex: 1;
  max-width: 300px;
  text-align: center;
}

.ic-step-h .ic-step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--ic-white);
  color: var(--ic-blue);
  font-size: 1.6rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  counter-increment: none;
}

.ic-step-h .ic-step-number::before {
  content: none;
}

.ic-step-h h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.ic-step-h p {
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
  line-height: 1.5;
}

.ic-step-line {
  width: 80px;
  height: 2px;
  background: rgba(255,255,255,0.4);
  margin-top: 30px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .ic-steps-horizontal {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .ic-step-line {
    width: 2px;
    height: 30px;
    margin-top: 0;
  }
}

/* ===== FEATURED TESTIMONIAL (gray-blue bg, horizontal) ===== */
.ic-section-testimonial-feature,
.ic-section-testimonial-hew {
  background: rgba(34, 89, 133, 0.5);
  padding: 60px 40px;
}

.ic-section-testimonial-hew h2,
.ic-section-testimonial-hew h3,
.ic-section-testimonial-hew h4 {
  color: var(--ic-white);
}

.ic-section-testimonial-hew p {
  color: rgba(255,255,255,0.85);
}

.ic-testimonial-horizontal {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 900px;
  margin: 0 auto;
}

img.ic-testimonial-photo-lg,
.elementor img.ic-testimonial-photo-lg {
  width: 300px;
  height: 300px;
  border-radius: 24px !important;
  object-fit: cover;
  flex-shrink: 0;
  border: none;
  overflow: hidden;
}

/* Hide headshot images in the "What People Are Saying" grid */
.ic-testimonials .ic-testimonial-photo {
  display: none;
}

.ic-testimonial-text h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

.ic-testimonial-text p {
  color: rgba(255,255,255,0.9);
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .ic-testimonial-horizontal {
    flex-direction: column;
    text-align: center;
  }
  .ic-testimonial-photo-lg {
    width: 200px;
    height: 200px;
    border-radius: 16px;
  }
}

/* ===== CONTACT FORM ===== */
.ic-contact-form {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.ic-form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.ic-form-input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-family: var(--ic-body-font);
  font-size: 0.95rem;
  transition: border-color 0.2s;
}

.ic-form-input::placeholder {
  color: rgba(255,255,255,0.6);
}

.ic-form-input:focus {
  outline: none;
  border-color: var(--ic-orange);
  background: rgba(255,255,255,0.15);
}

.ic-form-textarea {
  resize: vertical;
  min-height: 120px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .ic-form-row {
    flex-direction: column;
    gap: 12px;
  }
}

/* ===== BUTTON VARIANTS (added by agents) ===== */
.ic-btn-light {
  background: #f1f1fa;
  color: var(--ic-dark);
}

.ic-btn-light:hover {
  background: #e0e0ed;
}

/* ===== STEP CARDS ===== */
.ic-step-card {
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 30px 24px;
  text-align: center;
}

.ic-step-num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--ic-orange);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.ic-step-card h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

/* ===== PRICING TABLE ===== */
.ic-pricing-table {
  max-width: 900px;
  margin: 0 auto;
}

.ic-pricing-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.ic-pricing-table thead tr {
  background: var(--ic-blue);
}

.ic-pricing-table th {
  padding: 20px 16px;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  min-width: 120px;
}

.ic-pricing-table th:first-child {
  text-align: left;
  width: 40%;
}

.ic-tier-name {
  font-family: var(--ic-heading-font);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.ic-tier-price {
  font-family: var(--ic-heading-font);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}

.ic-tier-period {
  font-size: 0.8rem;
  opacity: 0.8;
}

.ic-tier-featured {
  background: var(--ic-orange) !important;
  position: relative;
}

.ic-pricing-table td {
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid #eee;
  color: var(--ic-dark);
  font-size: 0.95rem;
}

.ic-pricing-table td:first-child {
  text-align: left;
  font-weight: 500;
}

.ic-pricing-table tbody tr:hover {
  background: #f8f9fb;
}

/* Checkmark green, X red */
.ic-pricing-table td:not(:first-child) {
  font-size: 1.2rem;
}

.ic-pricing-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .ic-pricing-table {
    overflow-x: auto;
  }
  .ic-pricing-table table {
    min-width: 600px;
  }
  .ic-pricing-ctas {
    flex-direction: column;
    align-items: center;
  }
}

/* ===== ROOFERS + GROW PAGE: Force light form fields (LAST RULE WINS) ===== */
body.page-id-187 .ic-cf7-form input[type="text"],
body.page-id-187 .ic-cf7-form input[type="email"],
body.page-id-187 .ic-cf7-form input[type="tel"],
body.page-id-187 .ic-cf7-form textarea,
body.page-id-187 .ic-cf7-form select,
body.page-id-168 .ic-cf7-form input[type="text"],
body.page-id-168 .ic-cf7-form input[type="email"],
body.page-id-168 .ic-cf7-form input[type="tel"],
body.page-id-168 .ic-cf7-form textarea,
body.page-id-168 .ic-cf7-form select {
  background: #ffffff !important;
  border: 2px solid #d0d5dd !important;
  color: #333333 !important;
}

body.page-id-187 .ic-cf7-form input::placeholder,
body.page-id-187 .ic-cf7-form textarea::placeholder,
body.page-id-168 .ic-cf7-form input::placeholder,
body.page-id-168 .ic-cf7-form textarea::placeholder {
  color: #999999 !important;
}

body.page-id-187 .ic-cf7-form input:focus,
body.page-id-187 .ic-cf7-form textarea:focus,
body.page-id-187 .ic-cf7-form select:focus,
body.page-id-168 .ic-cf7-form input:focus,
body.page-id-168 .ic-cf7-form textarea:focus,
body.page-id-168 .ic-cf7-form select:focus {
  border-color: #1B3A5C !important;
  background: #ffffff !important;
}

body.page-id-187 .ic-cf7-form select,
body.page-id-168 .ic-cf7-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2345505d' stroke-width='2' fill='none'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
}

body.page-id-187 .ic-cf7-form select option,
body.page-id-168 .ic-cf7-form select option {
  background: #ffffff !important;
  color: #333333 !important;
}

body.page-id-187 .ic-cf7-form label,
body.page-id-168 .ic-cf7-form label {
  color: #1B3A5C !important;
  display: block !important;
  font-weight: 600;
}

body.page-id-187 .ic-cf7-form input[type="submit"],
body.page-id-187 .wpcf7-submit,
body.page-id-168 .ic-cf7-form input[type="submit"],
body.page-id-168 .wpcf7-submit {
  background: #CCA347 !important;
  color: #1B3A5C !important;
  border: none !important;
  font-weight: 700 !important;
  cursor: pointer;
}

body.page-id-187 .ic-cf7-form,
body.page-id-168 .ic-cf7-form {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* ===== ROOFERS/GROW FORM SECTION DESIGN ===== */
body.page-id-187 .ic-cf7-form,
body.page-id-168 .ic-cf7-form {
  max-width: 680px;
  margin: 0 auto;
  padding: 48px 40px 40px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  position: relative;
  top: -20px;
}

body.page-id-187 .ic-cf7-form .ic-form-row,
body.page-id-168 .ic-cf7-form .ic-form-row {
  gap: 16px;
  margin-bottom: 4px;
}

body.page-id-187 .ic-cf7-form .ic-form-field,
body.page-id-168 .ic-cf7-form .ic-form-field,
body.page-id-187 .ic-cf7-form .ic-form-field-full,
body.page-id-168 .ic-cf7-form .ic-form-field-full {
  margin-bottom: 8px;
}

body.page-id-187 .ic-cf7-form input[type="submit"],
body.page-id-187 .wpcf7-submit,
body.page-id-168 .ic-cf7-form input[type="submit"],
body.page-id-168 .wpcf7-submit {
  background: linear-gradient(135deg, #CCA347, #b8923e) !important;
  color: #1B3A5C !important;
  border: none !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  padding: 18px !important;
  border-radius: 10px !important;
  cursor: pointer;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 16px rgba(204,163,71,0.3) !important;
}

body.page-id-187 .ic-cf7-form input[type="submit"]:hover,
body.page-id-187 .wpcf7-submit:hover,
body.page-id-168 .ic-cf7-form input[type="submit"]:hover,
body.page-id-168 .wpcf7-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(204,163,71,0.4) !important;
}

body.page-id-187 .ic-cf7-form input[type="text"],
body.page-id-187 .ic-cf7-form input[type="email"],
body.page-id-187 .ic-cf7-form input[type="tel"],
body.page-id-187 .ic-cf7-form textarea,
body.page-id-187 .ic-cf7-form select,
body.page-id-168 .ic-cf7-form input[type="text"],
body.page-id-168 .ic-cf7-form input[type="email"],
body.page-id-168 .ic-cf7-form input[type="tel"],
body.page-id-168 .ic-cf7-form textarea,
body.page-id-168 .ic-cf7-form select {
  background: #f9fafb !important;
  border: 2px solid #e5e7eb !important;
  color: #1f2937 !important;
  border-radius: 10px !important;
  padding: 15px 16px !important;
  font-size: 15px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

body.page-id-187 .ic-cf7-form input:focus,
body.page-id-187 .ic-cf7-form textarea:focus,
body.page-id-187 .ic-cf7-form select:focus,
body.page-id-168 .ic-cf7-form input:focus,
body.page-id-168 .ic-cf7-form textarea:focus,
body.page-id-168 .ic-cf7-form select:focus {
  border-color: #1B3A5C !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(27,58,92,0.08) !important;
  outline: none !important;
}

body.page-id-187 .ic-cf7-form label,
body.page-id-168 .ic-cf7-form label {
  color: #374151 !important;
  display: block !important;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 4px;
  margin-top: 12px;
}
/* First label in a step shouldn't have top margin */
body.page-id-187 .ic-cf7-form .ic-step-2 .ic-form-field-full:first-child label,
body.page-id-168 .ic-cf7-form .ic-step-2 .ic-form-field-full:first-child label,
body.page-id-187 .ic-cf7-form .ic-step-2 .ic-form-row:first-of-type label,
body.page-id-168 .ic-cf7-form .ic-step-2 .ic-form-row:first-of-type label {
  margin-top: 0;
}

/* Step 2 select dropdowns with long descriptive options */
body.page-id-187 .ic-cf7-form .ic-step-2 select,
body.page-id-168 .ic-cf7-form .ic-step-2 select {
  font-size: 13px !important;
  padding: 13px 40px 13px 12px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* Step 2 labels — slightly smaller to fit 2-col layout */
body.page-id-187 .ic-cf7-form .ic-step-2 .ic-form-field label,
body.page-id-168 .ic-cf7-form .ic-step-2 .ic-form-field label {
  font-size: 0.82rem;
  line-height: 1.3;
  margin-top: 8px;
}

/* ===== NARROWER CTA CONTAINER ===== */
.ic-section-narrow .ic-section-inner,
.ic-section-inner.ic-section-narrow {
  max-width: 1060px;
}

/* ===== VALUE SECTION (60/40 text-left / image-right) ===== */
.ic-value-split {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 40px;
  align-items: center;
  max-width: 1060px;
  margin: 0 auto;
}

.ic-value-split-text h2 {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

.ic-value-split-text p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.ic-value-split-image {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.ic-value-split-image img {
  max-width: 48%;
  height: auto;
}

@media (max-width: 768px) {
  .ic-value-split {
    grid-template-columns: 1fr;
  }
}

/* ===== SCROLL-TRIGGERED ENTRANCE ANIMATIONS ===== */
@keyframes ic-fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes ic-fadeInRight {
  from {
    opacity: 0;
    transform: translateX(60px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes ic-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.ic-animate {
  opacity: 0;
}

.ic-animate.ic-visible {
  animation-duration: 0.85s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.ic-animate.ic-visible.ic-from-left {
  animation-name: ic-fadeInLeft;
}

.ic-animate.ic-visible.ic-from-right {
  animation-name: ic-fadeInRight;
}

.ic-animate.ic-visible.ic-from-bottom {
  animation-name: ic-fadeInUp;
}

/* Stagger children */
.ic-animate.ic-visible.ic-delay-1 { animation-delay: 0.15s; }
.ic-animate.ic-visible.ic-delay-2 { animation-delay: 0.3s; }
.ic-animate.ic-visible.ic-delay-3 { animation-delay: 0.45s; }
.ic-animate.ic-visible.ic-delay-4 { animation-delay: 0.6s; }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .ic-animate {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* ===== GREEN TICK LIST ===== */
.ic-green-ticks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ic-green-ticks li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.ic-green-ticks li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: #22c55e;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

/* =================================================================
   HOMEPAGE POLISH — March 2026
   Targeted UI/UX improvements: depth, rhythm, transitions, micro-interactions
   ================================================================= */

/* --- 1. IMPROVED SECTION RHYTHM & TRANSITIONS --- */
/* Add more vertical breathing room to section headings */
.ic-section h2 {
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.ic-section-subtitle {
  margin-bottom: 52px;
}

/* Subtle gradient fade between adjacent white/light sections */
.ic-section-light + .ic-section-white,
.ic-section-white + .ic-section-light {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

/* Blue-to-white and dark-to-white get a softer edge via box-shadow overlay */
.ic-section-blue + .ic-section-white,
.ic-section-blue + .ic-section-light,
.ic-section-dark + .ic-section-white,
.ic-section-dark + .ic-section-light {
  box-shadow: inset 0 8px 16px -8px rgba(0, 0, 0, 0.06);
}

/* --- 2. CARD DEPTH & HOVER POLISH --- */
/* Base cards: add subtle shadow + radius for a modern lifted look */
.ic-card {
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
}

.ic-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Feature cards: same lifted treatment */
.ic-feature-card {
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
}

.ic-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* --- 3. BLOG CARD REFINEMENT --- */
.ic-blog-card {
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.35s ease;
  overflow: hidden;
}

.ic-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}

/* Subtle image zoom on blog card hover */
.ic-blog-card img {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ic-blog-card:hover img {
  transform: scale(1.04);
}

/* Add a read-more indicator to blog card body */
.ic-blog-card-body {
  position: relative;
}

/* Blog date: slightly tighter spacing */
.ic-blog-card .ic-date {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #999;
}

/* --- 4. TESTIMONIAL CARD POLISH --- */
.ic-testimonial {
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
  padding: 36px 30px;
}

.ic-testimonial:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09);
}

/* Add a decorative quote mark */
.ic-testimonial blockquote::before,
.ic-testimonial .ic-quote::before {
  content: '\201C';
  display: block;
  font-size: 3rem;
  line-height: 1;
  color: var(--ic-blue);
  opacity: 0.15;
  font-family: Georgia, serif;
  margin-bottom: 4px;
}

.ic-testimonial-dark blockquote::before,
.ic-testimonial-dark .ic-quote::before {
  color: var(--ic-orange);
  opacity: 0.3;
}

/* Featured testimonial: more presence */
.ic-testimonial-featured {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  transition: box-shadow 0.3s ease;
}

.ic-testimonial-featured:hover {
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
}

/* Photo: subtle ring */
.ic-testimonial-photo {
  border-radius: 8px;
  border: 2px solid rgba(34, 89, 133, 0.12);
}

/* --- 5. BUTTON MICRO-INTERACTIONS --- */
/* Add box-shadow lift to all button hover states */
.ic-btn {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.ic-btn-blue:hover {
  box-shadow: 0 6px 20px rgba(34, 89, 133, 0.3);
}

.ic-btn-white:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.ic-btn-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
}

/* Active press state for all buttons */
.ic-btn:active {
  transform: translateY(0) !important;
  box-shadow: none !important;
  transition-duration: 0.08s;
}

/* --- 6. STEP / PROCESS SECTION POLISH --- */
/* Vertical steps: add hover highlight */
.ic-step {
  transition: background 0.2s ease;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 12px;
  padding-bottom: 24px;
}

.ic-step:hover {
  background: rgba(34, 89, 133, 0.03);
}

/* Horizontal steps: add a subtle glow behind the number */
.ic-step-h .ic-step-number {
  box-shadow: 0 4px 16px rgba(34, 89, 133, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ic-step-h:hover .ic-step-number {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(34, 89, 133, 0.3);
}

/* Step cards: subtle border for definition */
.ic-step-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.ic-step-card:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}

/* --- 7. PRICING TABLE POLISH --- */
.ic-pricing-table table {
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.ic-pricing-table tbody tr {
  transition: background 0.2s ease;
}

.ic-pricing-table tbody tr:hover {
  background: rgba(34, 89, 133, 0.04);
}

/* Featured tier column: subtle pulse on the header */
.ic-tier-featured {
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
}

/* --- 8. NAVIGATION REFINEMENT --- */
/* Smoother nav shadow on scroll */
.ic-nav {
  transition: box-shadow 0.3s ease;
}

/* Nav link underline animation */
.ic-nav-links a {
  position: relative;
}

.ic-nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--ic-blue);
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ic-nav-links a:hover::after {
  width: 100%;
}

/* Don't add underline to the CTA button in nav */
.ic-nav-links .ic-nav-cta::after {
  display: none;
}

/* Nav CTA: add subtle shadow for depth */
.ic-nav-cta {
  box-shadow: 0 2px 8px rgba(207, 142, 37, 0.25) !important;
  transition: all 0.25s ease !important;
}

.ic-nav-cta:hover {
  box-shadow: 0 4px 16px rgba(207, 142, 37, 0.35) !important;
  transform: translateY(-1px);
}

/* --- 9. HERO SECTION DEPTH --- */
/* Subtle parallax-like depth to hero overlay */
.ic-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.06), transparent);
  z-index: 1;
  pointer-events: none;
}

/* Hero buttons: make them pop more */
.ic-hero .ic-btn {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.ic-hero .ic-btn:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}

/* --- 10. CALLOUT BOX REFINEMENT --- */
.ic-callout {
  box-shadow: 0 8px 32px rgba(34, 89, 133, 0.15);
  border-radius: 12px;
  transition: box-shadow 0.3s ease;
}

.ic-callout:hover {
  box-shadow: 0 12px 40px rgba(34, 89, 133, 0.2);
}

/* --- 11. SPLIT SECTION IMAGE HOVER --- */
.ic-split-img {
  transition: box-shadow 0.3s ease;
}

.ic-split-img:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
}

/* --- 12. PARTNER LOGOS: smoother hover + grayscale effect --- */
.ic-logos-row img {
  filter: grayscale(40%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.ic-logos-row img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* --- 13. FORM FOCUS GLOW --- */
.ic-form input:focus,
.ic-form textarea:focus,
.ic-form select:focus {
  box-shadow: 0 0 0 3px rgba(34, 89, 133, 0.1);
}

.ic-cf7-form input:focus,
.ic-cf7-form textarea:focus,
.ic-cf7-form select:focus {
  box-shadow: 0 0 0 3px rgba(207, 142, 37, 0.15);
}

/* --- 14. ICON FEATURE HOVER --- */
.ic-icon-feature {
  padding: 20px;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.ic-icon-feature:hover {
  background: rgba(34, 89, 133, 0.03);
}

/* Icon subtle bounce on parent hover */
.ic-icon-feature:hover img {
  animation: ic-iconBounce 0.4s ease;
}

@keyframes ic-iconBounce {
  0%, 100% { transform: translateY(0); }
  40% { transform: translateY(-4px); }
  70% { transform: translateY(-2px); }
}

/* --- 15. SMOOTH SCROLL BEHAVIOR --- */
html {
  scroll-behavior: smooth;
}

/* --- 16. SELECTION COLOR (brand-consistent) --- */
::selection {
  background: rgba(34, 89, 133, 0.15);
  color: var(--ic-dark);
}

/* --- 17. FOOTER LINK HOVER UNDERLINE --- */
.ic-footer-nav a {
  position: relative;
}

.ic-footer-nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transition: width 0.3s ease;
}

.ic-footer-nav a:hover::after {
  width: 100%;
}

/* --- 18. TESTIMONIAL FEATURED PHOTO RING --- */
.ic-testimonial-featured img {
  border: 3px solid rgba(207, 142, 37, 0.3);
  transition: border-color 0.3s ease;
}

.ic-testimonial-featured:hover img {
  border-color: rgba(207, 142, 37, 0.6);
}

/* Horizontal testimonial photo: subtle shadow */
.ic-testimonial-photo-lg {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}

.ic-testimonial-photo-lg:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

/* --- 19. CONTACT INFO BLOCK HOVER --- */
.ic-contact-info {
  transition: box-shadow 0.3s ease;
}

.ic-contact-info:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

/* --- 20. GUARANTEE BOX SUBTLE ANIMATION --- */
.ic-guarantee {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ic-guarantee:hover {
  border-color: var(--ic-orange);
  box-shadow: 0 4px 20px rgba(34, 89, 133, 0.1);
}

/* =================================================================
   GET WORK PAGE CRO — March 2026
   Multi-step form, stats bar, trust signals, testimonial cards
   ================================================================= */

/* --- Stats bar responsive --- */
@media (max-width: 768px) {
  .ic-stats-bar > div > div {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* --- Multi-step form indicator --- */
.ic-form-steps {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.ic-form-step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ic-form-step-indicator .ic-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #bbb;
  transition: color 0.3s;
  white-space: nowrap;
  line-height: 1;
}

/* Reset global .ic-step styles that leak into form step indicators */
.ic-form-step-indicator .ic-step {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  font-size: 0.9rem;
  gap: 8px !important;
  align-items: center !important;
  background: none !important;
  box-shadow: none !important;
}

.ic-form-step-indicator .ic-step-label {
  font-size: 0.85rem;
  font-weight: 600;
}

.ic-form-step-indicator .ic-step p {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
}

.ic-form-step-indicator .ic-step.active {
  color: #fff;
}

/* When inside dark wrapper, step indicator needs light colors */
.ic-form-wrapper-dark .ic-form-step-indicator .ic-step {
  color: rgba(255,255,255,0.4);
}
.ic-form-wrapper-dark .ic-form-step-indicator .ic-step.active {
  color: #fff;
}
.ic-form-wrapper-dark .ic-form-step-indicator .ic-step-num {
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.5);
}
.ic-form-wrapper-dark .ic-form-step-indicator .ic-step.active .ic-step-num {
  background: var(--ic-orange);
  color: #fff;
}
.ic-form-wrapper-dark .ic-form-step-indicator .ic-step-line {
  background: rgba(255,255,255,0.15);
}

.ic-form-step-indicator .ic-step.completed {
  color: #22c55e;
}

.ic-form-step-indicator .ic-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: #e5e5e5;
  color: #999;
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0 !important;
  transition: all 0.3s;
}

.ic-form-step-indicator .ic-step.active .ic-step-num {
  background: var(--ic-blue);
  color: #fff;
}

.ic-form-step-indicator .ic-step.completed .ic-step-num {
  background: #22c55e;
  color: #fff;
}

.ic-form-step-indicator .ic-step-line {
  width: 50px;
  height: 2px;
  background: #e5e5e5;
  margin: 0 16px;
  transition: background 0.3s;
  flex-shrink: 0;
}

.ic-form-step-indicator .ic-step-line.completed {
  background: #22c55e;
}

/* --- Step content transitions --- */
.ic-form-step-content {
  animation: icStepFadeIn 0.35s ease-out;
}

@keyframes icStepFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- Continue / Back buttons --- */
.ic-next-step,
.ic-back-step {
  display: block;
  width: 100%;
  padding: 16px 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: var(--ic-body-font);
  letter-spacing: 0.3px;
  border: none;
}

.ic-next-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(207, 142, 37, 0.35);
}

/* --- Form card on Get Work page (white card, dark labels) --- */
.page-id-188 .ic-form-card .ic-cf7-form label {
  display: none;
  color: #333;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.page-id-188 .ic-form-card .ic-cf7-form input[type="text"],
.page-id-188 .ic-form-card .ic-cf7-form input[type="text"],
.page-id-188 .ic-form-card .ic-cf7-form input[type="email"],
.page-id-188 .ic-form-card .ic-cf7-form input[type="tel"],
.page-id-188 .ic-form-card .ic-cf7-form select {
  background-color: #f8f9fa;
  border: 2px solid #e2e5e9;
  color: #333;
}

.page-id-188 .ic-form-card .ic-cf7-form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 40px;
  color: #555;
}

.page-id-188 .ic-form-card .ic-cf7-form input::placeholder {
  color: #999;
}

.page-id-188 .ic-form-card .ic-cf7-form input:focus,
.page-id-188 .ic-form-card .ic-cf7-form select:focus {
  border-color: var(--ic-blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(34, 89, 133, 0.1);
}

.page-id-188 .ic-form-card .ic-cf7-form select option {
  background: #fff;
  color: #333;
}

/* --- Testimonial cards responsive --- */
@media (max-width: 768px) {
  .ic-testimonial-card {
    border-left: 3px solid var(--ic-orange) !important;
  }

  /* Stack testimonial grid on mobile */
  .ic-section-inner > div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}

/* --- Eyebrow pill badge — targets .ic-eyebrow spans and legacy h6 headings --- */
/* Use display:block + width:fit-content + margin:auto so the pill shrinks to text width
   and centres itself regardless of whether its parent is a flex or block container.
   (display:inline-block is ignored when the element is a flex item.) */
.ic-eyebrow,
.ic-hero-eyebrow,
.elementor-widget-heading h6.elementor-heading-title,
.elementor-section-full_width span.elementor-heading-title.elementor-size-default {
  display: block !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: rgba(207, 142, 37, 0.25) !important;
  color: #cf8e25 !important;
  padding: 10px 24px !important;
  border-radius: 24px !important;
  font-size: 0.8rem !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-family: var(--ic-heading-font) !important;
  border: 1px solid rgba(207, 142, 37, 0.4) !important;
  text-shadow: none !important;
}

/* Eyebrow pill on DARK/hero backgrounds — more visible */
.ic-hero .ic-hero-eyebrow,
.elementor-section-full_width .ic-eyebrow,
.elementor-section-full_width span.elementor-heading-title.elementor-size-default {
  background: rgba(207, 142, 37, 0.3) !important;
  border: 1px solid rgba(207, 142, 37, 0.6) !important;
  color: #e8a93a !important;
}

/* Centre the eyebrow widget container */
.elementor-widget-heading:has(.ic-eyebrow),
.elementor-widget-heading:has(h6),
.elementor-section-full_width .elementor-widget-heading:first-child {
  text-align: center !important;
}

/* Eyebrow pill on LIGHT backgrounds — blue text variant */
.elementor-section:not(.elementor-section-full_width) .ic-eyebrow,
.elementor-section-boxed .ic-eyebrow,
.ic-section-white .ic-eyebrow,
.ic-section-light .ic-eyebrow,
.elementor-section:not(.elementor-section-full_width) h6.elementor-heading-title,
.elementor-section-boxed h6.elementor-heading-title,
.ic-section-white h6.elementor-heading-title,
.ic-section-light h6.elementor-heading-title {
  background: rgba(34, 89, 133, 0.1) !important;
  color: #225985 !important;
}

/* Equal-height cards in multi-column Elementor sections */
.elementor-section .elementor-row,
.elementor-section > .elementor-container {
  align-items: stretch !important;
}

.elementor-section .elementor-column .elementor-widget-wrap {
  height: 100%;
}

/* Make icon-box widgets equal height in columns */
.elementor-section .elementor-column .elementor-widget-icon-box {
  height: 100%;
}

.elementor-section .elementor-column .elementor-widget-icon-box .elementor-icon-box-wrapper {
  height: 100%;
}

/* Roofers page (187) — darken hero overlay to match grow page */
/* Hero CTA buttons side by side and centred */
.elementor-section-full_width .elementor-widget-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
}

.elementor-section-full_width .elementor-widget-button {
  width: auto !important;
  flex: 0 0 auto !important;
  margin: 0 8px 12px !important;
}

/* Keep non-button widgets full width */
.elementor-section-full_width .elementor-widget:not(.elementor-widget-button) {
  width: 100% !important;
  flex: 0 0 100% !important;
}

/* Align multi-column card headings — scoped to Grow page only */
body.page-id-168 .elementor-section-boxed .elementor-inner-section .elementor-widget-heading .elementor-heading-title {
  min-height: 3.2em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* Roofers hero — Elementor native section, no ic-hero class */
.page-id-187 .elementor-section-full_width .elementor-widget-wrap.elementor-element-populated {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.page-id-187 .elementor-section-full_width .elementor-widget-button {
  width: auto !important;
  flex: 0 0 auto !important;
  margin: 0 8px 12px !important;
}
.page-id-187 .elementor-section-full_width .elementor-widget:not(.elementor-widget-button) {
  width: 100% !important;
  flex: 0 0 100% !important;
}
/* Hide spacer widgets between buttons in roofers hero so buttons stay side-by-side */
.page-id-187 .elementor-section-full_width .elementor-widget-spacer {
  display: none !important;
}

/* Roofers page (187) — eyebrow pill ONLY (hero badge, not section headings) */
.page-id-187 .ic-eyebrow {
  background: rgba(207, 142, 37, 0.15) !important;
  color: #cf8e25 !important;
}

/* Roofers page (187) — section h2 headings match rest of site (dark navy) */
.page-id-187 h2.elementor-heading-title {
  color: var(--ic-dark, #161e2a) !important;
}
/* White h2 override for dark-bg sections (form + bottom CTA) */
.page-id-187 .elementor-element-d4901f4c h2.elementor-heading-title,
.page-id-187 .elementor-element-10b490f3 h2.elementor-heading-title {
  color: #CCA347 !important;
}

/* Roofers page (187) — video card h3 titles: fit on one line + centre */
.page-id-187 .elementor-element-c81d5ddb h3.elementor-heading-title,
.page-id-187 .elementor-element-a24f46a0 h3.elementor-heading-title {
  font-size: 20px !important;
  line-height: 1.3 !important;
  text-align: center !important;
}
/* Centre video card description text too */
.page-id-187 .elementor-element-c81d5ddb .elementor-widget-text-editor,
.page-id-187 .elementor-element-a24f46a0 .elementor-widget-text-editor {
  text-align: center !important;
}

/* Roofers page (187) — hide "24 hours" subtitle in form section */
.page-id-187 .elementor-element-47e8db79 {
  display: none !important;
}

/* Roofers page (187) — tighten spacing: "Flat Out" section to pain cards */
.page-id-187 .elementor-element-aa22b62c {
  padding-bottom: 16px !important;
}
.page-id-187 .elementor-element-b4a2ac80 {
  padding-top: 0 !important;
}

/* Roofers page (187) — pain point cards equal height */
.page-id-187 .elementor-element-b4a2ac80 > .elementor-container {
  align-items: stretch !important;
}
.page-id-187 .elementor-element-b4a2ac80 .elementor-column {
  display: flex !important;
}
.page-id-187 .elementor-element-b4a2ac80 .elementor-widget-wrap {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
/* Make widget + inner card box stretch to fill column */
.page-id-187 .elementor-element-b4a2ac80 .elementor-widget-wrap > .elementor-widget {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
.page-id-187 .elementor-element-b4a2ac80 .elementor-widget > .elementor-widget-container {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
.page-id-187 .elementor-element-b4a2ac80 .elementor-widget-container > div {
  flex: 1 !important;
}

/* Roofers page (187) — hide bottom CTA (redundant, directly below form) */
.page-id-187 .elementor-element-10b490f3 {
  display: none !important;
}

/* ===== ROOFERS V2 — Stats Bar ===== */
.r-stats {
  background: var(--ic-dark, #161e2a);
  padding: 28px 40px;
}
.r-stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.r-stat {
  text-align: center;
  flex: 1;
}
.r-stat-number {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #CCA347;
  line-height: 1.2;
}
.r-stat-label {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .r-stats-inner {
    flex-wrap: wrap;
    gap: 16px;
  }
  .r-stat {
    flex: 0 0 45%;
  }
  .r-stat-number {
    font-size: 28px;
  }
}

/* ===== ROOFERS V2 — FTE Banner ===== */
.roofers-v2 .r-fte-banner {
  background: linear-gradient(135deg, #225985, #1a2744);
  padding: 64px 40px;
  text-align: center;
}
.roofers-v2 .r-fte-inner {
  max-width: 800px;
  margin: 0 auto;
}
.roofers-v2 .r-fte-label {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.roofers-v2 .r-fte-headline {
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #fff !important;
  line-height: 1.25;
  margin-bottom: 12px;
}
.roofers-v2 .r-fte-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 24px;
}
.roofers-v2 .r-fte-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}
.roofers-v2 .r-fte-cta {
  display: inline-block;
  background: #CCA347;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.2s;
}
.roofers-v2 .r-fte-cta:hover {
  background: #b8923e;
  color: #fff;
}
.roofers-v2 .r-fte-link {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.roofers-v2 .r-fte-link:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .roofers-v2 .r-fte-headline {
    font-size: 26px;
  }
  .roofers-v2 .r-fte-banner {
    padding: 48px 24px;
  }
}

/* ===== GROW PAGE (168) — Video titles centre + shrink ===== */
.page-id-168 .elementor-element-472f51f6 h3.elementor-heading-title,
.page-id-168 .elementor-element-da576d5c h3.elementor-heading-title {
  font-size: 20px !important;
  line-height: 1.3 !important;
  text-align: center !important;
}
.page-id-168 .elementor-element-472f51f6 .elementor-widget-text-editor,
.page-id-168 .elementor-element-da576d5c .elementor-widget-text-editor {
  text-align: center !important;
}

/* Grow page (168) — pain point cards equal height */
.page-id-168 .elementor-element-a01e89c0 > .elementor-container {
  align-items: stretch !important;
}
.page-id-168 .elementor-element-a01e89c0 .elementor-column {
  display: flex !important;
}
.page-id-168 .elementor-element-a01e89c0 .elementor-widget-wrap {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
.page-id-168 .elementor-element-a01e89c0 .elementor-widget-wrap > .elementor-widget {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
.page-id-168 .elementor-element-a01e89c0 .elementor-widget > .elementor-widget-container {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
.page-id-168 .elementor-element-a01e89c0 .elementor-widget-container > div {
  flex: 1 !important;
}

/* Grow page (168) — tighten "Does Any of This Sound Familiar?" to cards */
.page-id-168 .elementor-element-edacfdd6 {
  padding-bottom: 16px !important;
}
.page-id-168 .elementor-element-a01e89c0 {
  padding-top: 0 !important;
}

/* Get Work page — blue overlay on form section background image */
.elementor-element-9c38bbb0::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(22, 30, 42, 0.88) 0%, rgba(34, 89, 133, 0.75) 100%);
  z-index: 0;
  pointer-events: none;
}
.elementor-element-9c38bbb0 {
  position: relative;
}
.elementor-element-9c38bbb0 > .elementor-container {
  position: relative;
  z-index: 1;
}

/* Get Work page — gap between testimonial cards */
.elementor-element-bf640192 .elementor-container {
  gap: 20px !important;
}
.elementor-element-bf640192 .elementor-column .elementor-widget-wrap {
  border-radius: 8px;
}

/* Grow page — hero CTAs side-by-side on desktop */
@media (min-width: 768px) {
  .page-id-168 .elementor-element-547f4de6 > .elementor-widget-wrap {
    flex-direction: row !important;
    justify-content: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
  }
  .page-id-168 .elementor-element-547f4de6 .elementor-widget-button {
    width: auto !important;
  }
}

/* Roofers page (187) — centre all section subtitles and headings */
.page-id-187 .ic-section-subtitle,
.page-id-187 .ic-section-center p,
.page-id-187 .elementor-widget-text-editor {
  text-align: center !important;
}

/* Roofers page (187) — centre the bottom CTA "Register Now" button */
.page-id-187 .elementor-element-10b490f3 .elementor-widget-wrap {
  align-items: center !important;
}
.page-id-187 .elementor-element-50975452 {
  width: 100% !important;
  text-align: center !important;
}

/* ===== CONTACT PAGE (ID 31) ===== */

/* Hero override — tighter, centered */
.page-id-31 .ic-hero {
  padding: 120px 40px 80px;
}

/* Contact page layout — two columns: info + form */
.page-id-31 .elementor-section-wrap > .elementor-section,
.page-id-31 .e-con {
  max-width: var(--ic-container);
  margin: 0 auto;
}

/* Form card styling */
.page-id-31 .ic-cf7-form,
.page-id-31 .wpcf7 {
  background: #fff;
  border-radius: 20px;
  padding: 32px 36px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  max-width: 900px;
  margin: 0 auto;
}

/* Hide ALL labels on contact page */
.page-id-31 .ic-cf7-form label,
.page-id-31 .wpcf7-form label {
  display: none !important;
}
/* Show label ONLY for the dropdown/select field */
.page-id-31 .wpcf7-form p:has(select) label,
.page-id-31 .ic-cf7-form .ic-form-field-full:has(select) label {
  display: block !important;
  font-family: var(--ic-body-font);
  font-weight: 600;
  font-size: 0.88rem;
  color: #374151;
  margin-bottom: 6px;
  margin-top: 0;
}

/* Tight field spacing */
.page-id-31 .ic-cf7-form .ic-form-field,
.page-id-31 .ic-cf7-form .ic-form-field-full,
.page-id-31 .wpcf7-form p {
  margin-bottom: 10px !important;
}
/* Kill extra paragraph margins from CF7 */
.page-id-31 .wpcf7-form p br {
  display: none !important;
}

/* Row grid — name/email side by side, phone/company side by side */
.page-id-31 .ic-cf7-form .ic-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 0 !important;
}

/* Input styling */
.page-id-31 .ic-cf7-form input[type="text"],
.page-id-31 .ic-cf7-form input[type="email"],
.page-id-31 .ic-cf7-form input[type="tel"],
.page-id-31 .ic-cf7-form textarea,
.page-id-31 .ic-cf7-form select,
.page-id-31 .wpcf7-form input[type="text"],
.page-id-31 .wpcf7-form input[type="email"],
.page-id-31 .wpcf7-form input[type="tel"],
.page-id-31 .wpcf7-form textarea,
.page-id-31 .wpcf7-form select {
  width: 100% !important;
  padding: 14px 16px !important;
  border: 2px solid #e5e7eb !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-family: var(--ic-body-font) !important;
  background: #f9fafb !important;
  color: #1f2937 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  box-sizing: border-box !important;
}

.page-id-31 .ic-cf7-form input:focus,
.page-id-31 .ic-cf7-form textarea:focus,
.page-id-31 .ic-cf7-form select:focus,
.page-id-31 .wpcf7-form input:focus,
.page-id-31 .wpcf7-form textarea:focus,
.page-id-31 .wpcf7-form select:focus {
  border-color: var(--ic-blue) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(34,89,133,0.08) !important;
  outline: none !important;
}

.page-id-31 .ic-cf7-form input::placeholder,
.page-id-31 .ic-cf7-form textarea::placeholder,
.page-id-31 .wpcf7-form input::placeholder,
.page-id-31 .wpcf7-form textarea::placeholder {
  color: #9ca3af !important;
}

/* Select dropdown */
.page-id-31 .ic-cf7-form select,
.page-id-31 .wpcf7-form select {
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2345505d' stroke-width='2' fill='none'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 40px !important;
  cursor: pointer !important;
}

/* Textarea */
.page-id-31 .ic-cf7-form textarea,
.page-id-31 .wpcf7-form textarea {
  resize: vertical !important;
  min-height: 120px !important;
}

/* Submit button */
.page-id-31 .ic-cf7-form input[type="submit"],
.page-id-31 .wpcf7-submit {
  width: 100% !important;
  padding: 16px !important;
  border-radius: 10px !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, var(--ic-orange), #e0a830) !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 8px !important;
  box-shadow: 0 4px 16px rgba(207,142,37,0.3) !important;
  font-family: var(--ic-body-font) !important;
}

.page-id-31 .ic-cf7-form input[type="submit"]:hover,
.page-id-31 .wpcf7-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(207,142,37,0.4) !important;
}

/* Kill extra Elementor spacing */
.page-id-31 .elementor-widget-shortcode {
  margin: 0 !important;
  padding: 0 !important;
}

/* wpcf7 response output */
.page-id-31 .wpcf7-response-output {
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 0.9rem !important;
  margin-top: 16px !important;
}

/* Mobile */
@media (max-width: 768px) {
  .page-id-31 .ic-cf7-form,
  .page-id-31 .wpcf7 {
    padding: 32px 24px;
  }
  .page-id-31 .ic-cf7-form .ic-form-row {
    grid-template-columns: 1fr !important;
  }
}

/* --- Form spinner overlay --- */
.ic-form-spinner {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  border-radius: 16px;
}
.ic-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e5e7eb;
  border-top-color: var(--ic-blue);
  border-radius: 50%;
  animation: icSpin 0.7s linear infinite;
}
@keyframes icSpin {
  to { transform: rotate(360deg); }
}

/* --- Form success message --- */
.ic-form-success {
  text-align: center;
  padding: 60px 40px;
}
.ic-form-success .ic-success-icon {
  margin-bottom: 24px;
}
.ic-form-success h3 {
  font-family: var(--ic-heading-font);
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
.ic-form-success p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto;
}

/* Ensure wpcf7 wrapper has position for spinner overlay */
.wpcf7 {
  position: relative;
}

/* --- Form trust signals --- */
.ic-form-trust-signals p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* Trust line under all forms */
.ic-form-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}
.ic-form-trust svg {
  color: rgba(255,255,255,0.4);
}

/* ===== BUILDABILITY PAGE ENHANCEMENTS ===== */

/* Pricing hero card */
.ba-pricing-hero {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ba-pricing-hero:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 50px rgba(34,89,133,0.18) !important;
}

/* Green ticks in pricing card */
.ba-pricing-hero .ic-green-ticks li {
  font-size: 1.05rem;
  padding: 6px 0 6px 32px;
}

/* Feature cards with shadows on BuildAbility page */
.ic-section-light .ic-feature-card,
.ic-section-white .ic-feature-card {
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ic-section-light .ic-feature-card:hover,
.ic-section-white .ic-feature-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

/* Rounded images override for Elementor */
.ic-feature-card-icon,
.ic-testimonial-featured img,
.ic-icon-feature img {
  border-radius: 16px !important;
}

/* Testimonial photos should be circular */
.ic-testimonial-photo {
  border-radius: 50% !important;
}

/* Consistent section spacing for BuildAbility */
#ba-framework,
#ba-pricing {
  scroll-margin-top: 100px;
}

/* Homepage pricing - Free badge styling */
.ic-pricing-table .ic-tier-price {
  font-family: var(--ic-heading-font);
}

/* ===== CF7 FORM ON LIGHT BACKGROUNDS ===== */
/* Default .ic-cf7-form is white-on-dark. Override for light sections. */
.elementor-section .ic-cf7-form input[type="text"],
.elementor-section .ic-cf7-form input[type="email"],
.elementor-section .ic-cf7-form input[type="tel"],
.elementor-section .ic-cf7-form textarea,
.elementor-section .ic-cf7-form select {
  background: var(--ic-white);
  color: var(--ic-body-color);
  border: 2px solid #d1d5db;
}

.elementor-section .ic-cf7-form input::placeholder,
.elementor-section .ic-cf7-form textarea::placeholder {
  color: #9ca3af;
}

.elementor-section .ic-cf7-form input:focus,
.elementor-section .ic-cf7-form textarea:focus,
.elementor-section .ic-cf7-form select:focus {
  border-color: var(--ic-blue);
  background: var(--ic-white);
  outline: none;
  box-shadow: 0 0 0 3px rgba(34,89,133,0.12);
}

.elementor-section .ic-cf7-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2345505d' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-color: var(--ic-white);
}

/* Form heading/intro text on light bg */
.elementor-section .ic-cf7-form h3,
.elementor-section .ic-cf7-form p {
  color: var(--ic-body-color);
}

/* Step indicators on light bg */
.elementor-section .ic-step-ind {
  color: var(--ic-body-color);
}

/* ===== GLOBAL SELECT FIX — prevent native arrow on all CF7 selects ===== */
.ic-cf7-form select,
.elementor .ic-cf7-form select,
.wpcf7 select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* ===== HIDE LABELS when placeholders are present ===== */
.ic-cf7-form .ic-form-field label {
  display: none;
}

/* Keep labels on assessment fields marked with .ic-keep-label */
.ic-cf7-form .ic-form-field.ic-keep-label label {
  display: block !important;
  font-size: 0.88rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 4px;
}

/* ===== BUILDABILITY PAGE (ID 69) — MOST Framework Icons ===== */
/* Icons are white-on-transparent PNGs from Kajabi — need dark circle behind them */
.page-id-69 .elementor-widget-image img[src*="Marketing"],
.page-id-69 .elementor-widget-image img[src*="Operations"],
.page-id-69 .elementor-widget-image img[src*="Sales"],
.page-id-69 .elementor-widget-image img[src*="Technology"],
.page-id-69 .elementor-widget-image img[src*="4Pillars"] {
  background: var(--ic-blue);
  border-radius: 50%;
  padding: 22px;
  max-width: 120px !important;
  height: auto !important;
  box-shadow: 0 4px 16px rgba(34,89,133,0.2);
}

/* Also catch any other white-on-transparent icons on this page
   NOTE: Excludes "PlatformScreens" (the toolbox screenshot, not an icon) */
.page-id-69 .elementor-widget-image img[src*="BetterQuality"],
.page-id-69 .elementor-widget-image img[src*="AnyVolume"],
.page-id-69 .elementor-widget-image img[src*="ClearMeasurable"],
.page-id-69 .elementor-widget-image img[src*="CompleteIntegrated"],
.page-id-69 .elementor-widget-image img[src*="UnlockToolbox"],
.page-id-69 .elementor-widget-image img[src*="UpSkill"],
.page-id-69 .elementor-widget-image img[src*="Attract_Right"],
.page-id-69 .elementor-widget-image img[src*="Better_Staff"],
.page-id-69 .elementor-widget-image img[src*="Make_More_Money"],
.page-id-69 .elementor-widget-image img[src*="Workforce_Strategy"],
.page-id-69 .elementor-widget-image img[src*="3People"],
.page-id-69 .elementor-widget-image img[src*="1Person"] {
  background: var(--ic-blue);
  border-radius: 50%;
  padding: 22px;
  max-width: 120px !important;
  height: auto !important;
  box-shadow: 0 4px 16px rgba(34,89,133,0.2);
}

/* Grow + GWC pages: make 1Person/3People icons bigger with blue circle bg */
.elementor-widget-image img[src*="3People"],
.elementor-widget-image img[src*="1Person"] {
  max-width: 140px !important;
  height: auto !important;
}

/* ===== FAQ ACCORDION ===== */
.ic-faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.ic-faq-list details {
  border-bottom: 1px solid #e5e7eb;
}

.ic-faq-list details:last-child {
  border-bottom: none;
}

.ic-faq-list summary {
  font-family: var(--ic-heading-font);
  font-weight: 700;
  font-size: 1.1rem;
  padding: 20px 0;
  cursor: pointer;
  color: var(--ic-dark);
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.ic-faq-list summary::-webkit-details-marker {
  display: none;
}

.ic-faq-list summary::marker {
  display: none;
  content: "";
}

.ic-faq-list summary::before {
  content: "+";
  color: var(--ic-orange);
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 12px;
  flex-shrink: 0;
  line-height: 1.4;
}

.ic-faq-list details[open] summary::before {
  content: "\2212";
}

.ic-faq-list details p {
  padding: 0 0 20px 28px;
  color: #45505d;
  line-height: 1.7;
  margin: 0;
}

/* ===== BLOG POST — WORK WITH US CTA ===== */
.ic-blog-cta {
  background: var(--ic-blue);
  padding: 80px 40px;
  text-align: center;
}

.ic-blog-cta-inner {
  max-width: var(--ic-container);
  margin: 0 auto;
}

.ic-blog-cta h2 {
  font-family: var(--ic-heading-font);
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--ic-white);
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.ic-blog-cta p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto 32px auto;
}

.ic-blog-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .ic-blog-cta {
    padding: 60px 24px;
  }

  .ic-blog-cta h2 {
    font-size: 1.6rem;
  }

  .ic-blog-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

/* ===== ELEMENTOR BUTTON DEFAULTS ===== */
/* Apply IC orange to ALL Elementor buttons site-wide. Elementor generates <head> CSS that needs
   !important to override. Buttons with explicit element-ID CSS overrides (e.g. homepage hero
   secondary outline button) will still win via more-specific selectors below. */
.elementor-widget-button .elementor-button {
  background-color: var(--ic-orange) !important;
  border-color: var(--ic-orange) !important;
  color: #fff !important;
}
.elementor-widget-button .elementor-button:hover {
  background-color: var(--ic-orange-hover) !important;
  border-color: var(--ic-orange-hover) !important;
  color: #fff !important;
}

/* ===== HOMEPAGE PRICING SECTION — reduce gap between heading and cards ===== */
.elementor-section[data-id="f9c2b6d5"] {
  padding-top: 16px !important;
}

/* ===== ROOFERS HERO — two CTA buttons side-by-side on desktop ===== */
@media (min-width: 768px) {
  /* Scope to hero section only (data-id=b6706032), not all first-child elements */
  body.page-id-187 .elementor-element-b6706032 .elementor-widget-button {
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle;
  }
  /* Target the hero column widget-wrap to flex-row buttons */
  body.page-id-187 .elementor-element-b6706032 .elementor-column .elementor-widget-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  /* Keep headings and text full width in hero */
  body.page-id-187 .elementor-element-b6706032 .elementor-widget-heading,
  body.page-id-187 .elementor-element-b6706032 .elementor-widget-text-editor {
    flex: 0 0 100%;
    width: 100%;
  }
  /* Buttons sit inline — hero only */
  body.page-id-187 .elementor-element-b6706032 .elementor-widget-button {
    flex: 0 0 auto;
    width: auto !important;
    margin: 0 8px;
  }
}

/* ===== v3.5 FIXES ===== */

/* Icon-box: tighten gap between icon and title text (site-wide) */
.elementor-icon-box-wrapper {
  gap: 12px !important;
}
.elementor-icon-box-icon {
  margin-bottom: 0 !important;
}

/* ---- Services page (ID 30) ---- */
/* Hero banner: ensure 120px padding is respected */
body.page-id-30 .elementor-element-08203114 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
/* Service sections: full-width alternating backgrounds */
body.page-id-30 .elementor-element-ca2a5294 {
  padding: 0 !important;
  background: transparent !important;
}
body.page-id-30 .elementor-element-ca2a5294 > .elementor-container {
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}
body.page-id-30 .elementor-element-a0ee22e7 {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
body.page-id-30 .elementor-element-a0ee22e7 > .elementor-column-wrap,
body.page-id-30 .elementor-element-a0ee22e7 > .elementor-widget-wrap {
  padding: 0 !important;
}
/* Inner service rows: alternating bg, full-width, generous padding */
body.page-id-30 .elementor-element-db0c7b64 {
  background-color: #ffffff !important;
  padding: 80px 40px !important;
  width: 100% !important;
}
body.page-id-30 .elementor-element-6415374b {
  background-color: #f1f1fa !important;
  padding: 80px 40px !important;
  width: 100% !important;
}
body.page-id-30 .elementor-element-44213d23 {
  background-color: #ffffff !important;
  padding: 80px 40px !important;
  width: 100% !important;
}
body.page-id-30 .elementor-element-985407e7 {
  background-color: #f1f1fa !important;
  padding: 80px 40px !important;
  width: 100% !important;
}
/* Constrain inner section content to max-width */
body.page-id-30 .elementor-element-db0c7b64 > .elementor-container,
body.page-id-30 .elementor-element-6415374b > .elementor-container,
body.page-id-30 .elementor-element-44213d23 > .elementor-container,
body.page-id-30 .elementor-element-985407e7 > .elementor-container {
  max-width: var(--ic-container) !important;
  margin: 0 auto !important;
}
/* Vertical alignment within service section columns */
body.page-id-30 .elementor-element-db0c7b64 .elementor-column,
body.page-id-30 .elementor-element-6415374b .elementor-column,
body.page-id-30 .elementor-element-44213d23 .elementor-column,
body.page-id-30 .elementor-element-985407e7 .elementor-column {
  align-self: center !important;
}

/* Service text columns: left-align headings, text, and buttons */
body.page-id-30 .elementor-element-e086ecca,
body.page-id-30 .elementor-element-290b20e6,
body.page-id-30 .elementor-element-7328ab84,
body.page-id-30 .elementor-element-db531950 {
  text-align: left !important;
}
body.page-id-30 .elementor-element-e086ecca .elementor-heading-title,
body.page-id-30 .elementor-element-290b20e6 .elementor-heading-title,
body.page-id-30 .elementor-element-7328ab84 .elementor-heading-title,
body.page-id-30 .elementor-element-db531950 .elementor-heading-title {
  text-align: left !important;
}
body.page-id-30 .elementor-element-e086ecca .elementor-button-wrapper,
body.page-id-30 .elementor-element-290b20e6 .elementor-button-wrapper,
body.page-id-30 .elementor-element-7328ab84 .elementor-button-wrapper,
body.page-id-30 .elementor-element-db531950 .elementor-button-wrapper {
  text-align: left !important;
}

/* Services form: light card style */
body.page-id-30 .ic-cf7-form,
body.page-id-30 .wpcf7-form {
  max-width: 680px;
  margin: 0 auto;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 32px 28px;
}
body.page-id-30 .wpcf7-form input[type="text"],
body.page-id-30 .wpcf7-form input[type="email"],
body.page-id-30 .wpcf7-form input[type="tel"],
body.page-id-30 .wpcf7-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  font-size: 15px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  box-sizing: border-box;
}
body.page-id-30 .wpcf7-form input::placeholder {
  color: rgba(255,255,255,0.5);
}
body.page-id-30 .wpcf7-form input:focus,
body.page-id-30 .wpcf7-form select:focus {
  outline: none;
  border-color: var(--ic-orange);
  background: rgba(255,255,255,0.15);
}
body.page-id-30 .wpcf7-form label {
  display: none !important;
}
body.page-id-30 .wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgba(255,255,255,0.6)' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}
body.page-id-30 .wpcf7-form select option {
  background: var(--ic-dark);
  color: #fff;
}
body.page-id-30 .wpcf7-form input[type="submit"] {
  width: 100%;
  padding: 14px;
  background: var(--ic-orange);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
}
body.page-id-30 .wpcf7-form p {
  margin: 0 0 10px;
}
body.page-id-30 .ic-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
body.page-id-30 .ic-step-2 {
  display: none;
}

/* ---- BuildAbility page (ID 69) ---- */

/* Hero: constrain text content width to avoid full-width headings */
body.page-id-69 .elementor-element-b1efb173 > .elementor-widget-wrap {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero buttons: collapse 50/50 columns to auto-width, centre them with tight gap */
body.page-id-69 .elementor-element-bd22e02c > .elementor-container {
  justify-content: center !important;
  gap: 16px !important;
}
body.page-id-69 .elementor-element-bd22e02c .elementor-col-50 {
  width: auto !important;
  flex: 0 0 auto !important;
  max-width: none !important;
}

/* 3 Challenges section: force column gap + card padding */
body.page-id-69 .elementor-element-0ace8d34 > .elementor-container {
  gap: 24px !important;
  column-gap: 24px !important;
}
body.page-id-69 .elementor-element-6610c98d,
body.page-id-69 .elementor-element-1d97aca9,
body.page-id-69 .elementor-element-9c59bafe {
  padding: 40px 28px !important;
  background-color: #ffffff !important;
}

/* M.O.S.T. section: tighten internal spacers, reduce column gap */
body.page-id-69 .elementor-element-83b97ced > .elementor-container {
  gap: 20px !important;
  column-gap: 20px !important;
}
body.page-id-69 .elementor-element-4d8d9f44 .elementor-widget-spacer {
  height: 10px !important;
  min-height: 0 !important;
}
body.page-id-69 .elementor-element-4d8d9f44 .elementor-spacer-inner {
  height: 10px !important;
}

/* Is This For You: force card padding (Elementor CSS may not have regenerated) */
body.page-id-69 .elementor-element-68dc2aef,
body.page-id-69 .elementor-element-a9dd7947,
body.page-id-69 .elementor-element-57599fe1 {
  padding: 40px 28px !important;
  background-color: #ffffff !important;
}
body.page-id-69 .elementor-element-76dd6da4 > .elementor-container {
  gap: 24px !important;
  column-gap: 24px !important;
}

/* Start Growing Today: make the pricing card visible against dark blue bg */
body.page-id-69 .elementor-element-c848fc36 {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 10px !important;
  padding: 48px 40px !important;
}

/* Testimonials: force card gap + consistent padding */
body.page-id-69 .elementor-element-9448b9d1 > .elementor-container {
  gap: 24px !important;
  column-gap: 24px !important;
}
body.page-id-69 .elementor-element-59903110,
body.page-id-69 .elementor-element-fc64473b,
body.page-id-69 .elementor-element-4dcb3f04 {
  padding: 32px 28px !important;
  background-color: #ffffff !important;
}

/* ═══════════════════════════════════════════════════════════════
   ABOUT PAGE (ID 8) — consolidated, single source of truth
   ═══════════════════════════════════════════════════════════════ */

/* Hero subtitle: breathing room below */
body.page-id-8 .elementor-element-a3cab434 .elementor-widget-text-editor {
  margin-bottom: 28px !important;
}

/* Our Story body text: slightly larger */
body.page-id-8 .elementor-element-cc86afd6 .elementor-widget-text-editor p {
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
}

/* ── Team images: rounded corners, natural size ── */
body.page-id-8 .elementor-element-75ab828d img,
body.page-id-8 .elementor-element-90b57fd9 img {
  border-radius: 12px !important;
}

/* Drew/Sean columns: gap between them */
body.page-id-8 .elementor-element-75ab828d .elementor-col-50 {
  padding: 0 16px !important;
}

/* Drew/Sean name: breathing room from photo */
body.page-id-8 .elementor-element-e1e59b2c,
body.page-id-8 .elementor-element-523914a8 {
  padding-top: 16px !important;
}

/* Shabina: centre her section */
body.page-id-8 .elementor-element-e6b9e9cb > .elementor-container {
  flex-direction: column !important;
  max-width: 50% !important;
  margin: 0 auto !important;
}
body.page-id-8 .elementor-element-0b2e896f,
body.page-id-8 .elementor-element-4b9937e6 {
  width: 100% !important;
  max-width: 100% !important;
}

/* ── What We Do cards — clean, no outer chrome ── */
body.page-id-8 .elementor-element-cad8b20c > .elementor-container {
  gap: 16px !important;
}
body.page-id-8 .elementor-element-fc9f567b,
body.page-id-8 .elementor-element-28b89760,
body.page-id-8 .elementor-element-cf0e9106,
body.page-id-8 .elementor-element-cad528f8 {
  background-color: transparent !important;
  padding: 20px 16px !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* Section spacing removed — let Elementor handle it */

/* Responsive */
@media (max-width: 767px) {
  body.page-id-8 .elementor-element-e6b9e9cb > .elementor-container {
    max-width: 100% !important;
  }
  body.page-id-8 .elementor-element-75ab828d .elementor-col-50 {
    padding: 0 !important;
    margin-bottom: 32px !important;
  }
  body.page-id-69 .elementor-element-bd22e02c .elementor-col-50 {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}

/* ===== v3.6 FIXES =====
 * Elementor uses a negative-margin + column-padding technique for column gaps,
 * NOT the CSS `gap` property. The v3.5 `gap` declarations weren't creating
 * visible space between card backgrounds. v3.6 uses a clean approach:
 *  1. Reset Elementor's negative-margin row to margin: 0
 *  2. Reset Elementor's widget-wrap padding (gap-based) to 0
 *  3. Set explicit padding directly on the card column elements
 *  4. Use CSS `gap` on the row for real spacing between card backgrounds
 *  5. Reduce each column's flex-basis to account for the gap
 * ================================================================= */

/* --- BuildAbility (page-id-69) --- */

/* 3 Challenges cards: real gap between white card backgrounds */
body.page-id-69 .elementor-element-0ace8d34 > .elementor-container > .elementor-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  gap: 24px !important;
}
body.page-id-69 .elementor-element-0ace8d34 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap,
body.page-id-69 .elementor-element-0ace8d34 > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
  padding: 0 !important;
}
body.page-id-69 .elementor-element-6610c98d,
body.page-id-69 .elementor-element-1d97aca9,
body.page-id-69 .elementor-element-9c59bafe {
  flex: 0 0 calc(33.333% - 16px) !important;
  width: calc(33.333% - 16px) !important;
  max-width: calc(33.333% - 16px) !important;
  padding: 40px 28px !important;
  background-color: #ffffff !important;
  border-radius: 8px !important;
}

/* Is This For You cards: same treatment */
body.page-id-69 .elementor-element-76dd6da4 > .elementor-container > .elementor-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  gap: 24px !important;
}
body.page-id-69 .elementor-element-76dd6da4 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap,
body.page-id-69 .elementor-element-76dd6da4 > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
  padding: 0 !important;
}
body.page-id-69 .elementor-element-68dc2aef,
body.page-id-69 .elementor-element-a9dd7947,
body.page-id-69 .elementor-element-57599fe1 {
  flex: 0 0 calc(33.333% - 16px) !important;
  width: calc(33.333% - 16px) !important;
  max-width: calc(33.333% - 16px) !important;
  padding: 40px 28px !important;
  background-color: #ffffff !important;
  border-radius: 8px !important;
}

/* Testimonials: same treatment */
body.page-id-69 .elementor-element-9448b9d1 > .elementor-container > .elementor-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  gap: 24px !important;
}
body.page-id-69 .elementor-element-9448b9d1 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap,
body.page-id-69 .elementor-element-9448b9d1 > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
  padding: 0 !important;
}
body.page-id-69 .elementor-element-59903110,
body.page-id-69 .elementor-element-fc64473b,
body.page-id-69 .elementor-element-4dcb3f04 {
  flex: 0 0 calc(33.333% - 16px) !important;
  width: calc(33.333% - 16px) !important;
  max-width: calc(33.333% - 16px) !important;
  padding: 32px 28px !important;
  background-color: #ffffff !important;
  border-radius: 8px !important;
}

/* M.O.S.T. pillar columns: gap between the 4 pillars */
body.page-id-69 .elementor-element-83b97ced > .elementor-container > .elementor-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  gap: 20px !important;
}
body.page-id-69 .elementor-element-83b97ced > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap,
body.page-id-69 .elementor-element-83b97ced > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
  padding: 0 !important;
}
body.page-id-69 .elementor-element-4d2b0456,
body.page-id-69 .elementor-element-c317e716,
body.page-id-69 .elementor-element-74fdb6f2,
body.page-id-69 .elementor-element-ea27369b {
  flex: 0 0 calc(25% - 15px) !important;
  width: calc(25% - 15px) !important;
  max-width: calc(25% - 15px) !important;
  padding: 20px 16px !important;
}

/* Start Growing Today: stronger pricing card — the rgba(0.08) bg is invisible */
body.page-id-69 .elementor-element-c848fc36 {
  background: rgba(255, 255, 255, 0.15) !important;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 12px !important;
  padding: 48px 40px !important;
}

/* Hero: richer gradient so it doesn't look like a flat blue rectangle */
body.page-id-69 .elementor-element-ae330b54 {
  background: linear-gradient(150deg, #1a4470 0%, #225985 55%, #2d6b9e 100%) !important;
}

/* (About page old v3.6 rules removed — consolidated above) */

@media (max-width: 767px) {
  /* Stack all card layouts on mobile */
  body.page-id-69 .elementor-element-6610c98d,
  body.page-id-69 .elementor-element-1d97aca9,
  body.page-id-69 .elementor-element-9c59bafe,
  body.page-id-69 .elementor-element-68dc2aef,
  body.page-id-69 .elementor-element-a9dd7947,
  body.page-id-69 .elementor-element-57599fe1,
  body.page-id-69 .elementor-element-59903110,
  body.page-id-69 .elementor-element-fc64473b,
  body.page-id-69 .elementor-element-4dcb3f04,
  body.page-id-8 .elementor-element-fc9f567b,
  body.page-id-8 .elementor-element-28b89760,
  body.page-id-8 .elementor-element-cf0e9106,
  body.page-id-8 .elementor-element-cad528f8,
  body.page-id-8 .elementor-element-e4db54ed,
  body.page-id-8 .elementor-element-12bcc600 {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ============================================================
   GROW PAGE (ID 73)
   ============================================================ */

/* Hero subtitle: centre-align the text-editor widget */
body.page-id-73 .elementor-element-76faf58d,
body.page-id-73 .elementor-element-76faf58d p {
  text-align: center !important;
}

/* Hero "Full Podcast Episode" button: ghost/outline style */
body.page-id-73 .elementor-element-7307119b .elementor-button {
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
body.page-id-73 .elementor-element-7307119b .elementor-button:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: #ffffff !important;
}

/* =================================================================
   v3.11 — BuildAbility page comprehensive visual fixes
   - Ghost outline for second hero CTA
   - Remove white card bg (cards-within-cards) from Challenges,
     Is This For You, and Testimonials sections
   - Compress icon→text spacers throughout
   - Dark bg for Actively Used By (white logos invisible on white)
   - Tighten Start Growing Today (collapse empty spacer columns)
   ================================================================= */

/* Hero: "See How It Works" → ghost/outline button */
body.page-id-69 .elementor-element-ae90329f .elementor-button {
  background: transparent !important;
  border: 2px solid rgba(255,255,255,0.85) !important;
  color: #ffffff !important;
}
body.page-id-69 .elementor-element-ae90329f .elementor-button:hover {
  background: rgba(255,255,255,0.15) !important;
}

/* 3 Challenges: remove white card bg so cards don't appear inside a grey card */
body.page-id-69 .elementor-element-6610c98d,
body.page-id-69 .elementor-element-1d97aca9,
body.page-id-69 .elementor-element-9c59bafe {
  background: transparent !important;
  border-radius: 0 !important;
}
/* Compress icon→text spacers in 3 Challenges */
body.page-id-69 .elementor-element-0ace8d34 .elementor-spacer-inner {
  height: 8px !important;
}

/* M.O.S.T. section: further reduce icon→text gap */
body.page-id-69 .elementor-element-4d8d9f44 .elementor-spacer-inner {
  height: 6px !important;
}

/* Is This For You: remove white card bg */
body.page-id-69 .elementor-element-68dc2aef,
body.page-id-69 .elementor-element-a9dd7947,
body.page-id-69 .elementor-element-57599fe1 {
  background: transparent !important;
  border-radius: 0 !important;
}
/* Compress icon→text spacers in Is This For You */
body.page-id-69 .elementor-element-76dd6da4 .elementor-spacer-inner {
  height: 8px !important;
}

/* What You Will Achieve: compress icon→text spacers */
body.page-id-69 .elementor-element-796ae943 .elementor-spacer-inner,
body.page-id-69 .elementor-element-59d4482e .elementor-spacer-inner {
  height: 8px !important;
}

/* Actively Used By: dark bg so white logos are visible */
body.page-id-69 .elementor-element-c291e422 {
  background-color: #1B3A5C !important;
}
body.page-id-69 .elementor-element-c291e422 .elementor-heading-title,
body.page-id-69 .elementor-element-c291e422 p,
body.page-id-69 .elementor-element-c291e422 .elementor-widget-text-editor {
  color: rgba(255,255,255,0.9) !important;
}

/* What People Are Saying: remove white card bg (grey bg already provides context) */
body.page-id-69 .elementor-element-59903110,
body.page-id-69 .elementor-element-fc64473b,
body.page-id-69 .elementor-element-4dcb3f04 {
  background: transparent !important;
  border-radius: 0 !important;
}
/* Compress testimonial spacers */
body.page-id-69 .elementor-element-9448b9d1 .elementor-spacer-inner {
  height: 8px !important;
}

/* Start Growing Today: tighten section vertical padding */
body.page-id-69 .elementor-element-652ce236 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
/* Collapse the two empty 25% spacer columns flanking the pricing card */
body.page-id-69 .elementor-element-14eb5061,
body.page-id-69 .elementor-element-c93d4e7f {
  display: none !important;
}
/* Centre the pricing card now the spacers are gone */
body.page-id-69 .elementor-element-f19863ea > .elementor-container,
body.page-id-69 .elementor-element-f19863ea > .elementor-container > .elementor-row {
  justify-content: center !important;
}
body.page-id-69 .elementor-element-c848fc36 {
  flex: 0 0 520px !important;
  max-width: 520px !important;
  width: 520px !important;
}
/* Compress internal spacers in pricing card */
body.page-id-69 .elementor-element-c848fc36 .elementor-spacer-inner {
  height: 10px !important;
}

/* Mobile: restore natural stacking for pricing card */
@media (max-width: 767px) {
  body.page-id-69 .elementor-element-14eb5061,
  body.page-id-69 .elementor-element-c93d4e7f {
    display: block !important;
  }
  body.page-id-69 .elementor-element-c848fc36 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* =================================================================
   v3.11b — BuildAbility hero overlay + toolbox image polish
   ================================================================= */

/* Hero: dark overlay so text stays readable over the background photo */
body.page-id-69 .elementor-element-ae330b54 {
  position: relative;
}
body.page-id-69 .elementor-element-ae330b54::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(22, 30, 42, 0.65);
  pointer-events: none;
  z-index: 0;
}
body.page-id-69 .elementor-element-ae330b54 .elementor-container {
  position: relative;
  z-index: 1;
}

/* Toolbox platform screens image: rounded corners + shadow */
body.page-id-69 .elementor-element-ba_toolbox_img_col img {
  border-radius: 12px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12) !important;
  max-width: 100% !important;
}

/* Mobile: stack toolbox columns */
@media (max-width: 767px) {
  body.page-id-69 #elementor-element-ba_toolbox_img_col {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* (About page rules consolidated into single block above) */

/* FORCE left-align on services page — override Elementor defaults */
.elementor-30 .elementor-element.elementor-element-ece81c19,
.elementor-30 .elementor-element.elementor-element-0c7e64d4,
.elementor-30 .elementor-element.elementor-element-95393967,
.elementor-30 .elementor-element.elementor-element-7e9e91ea {
  text-align: left !important;
}
.elementor-30 .elementor-element.elementor-element-ece81c19 .elementor-heading-title,
.elementor-30 .elementor-element.elementor-element-0c7e64d4 .elementor-heading-title,
.elementor-30 .elementor-element.elementor-element-95393967 .elementor-heading-title,
.elementor-30 .elementor-element.elementor-element-7e9e91ea .elementor-heading-title {
  text-align: left !important;
}
.elementor-30 .elementor-element.elementor-element-svc_ws_btn,
.elementor-30 .elementor-element.elementor-element-svc_cp_btn,
.elementor-30 .elementor-element.elementor-element-79f8e377,
.elementor-30 .elementor-element.elementor-element-svc_ba_btn {
  text-align: left !important;
}
.elementor-30 .elementor-element.elementor-element-svc_ws_btn .elementor-button-wrapper,
.elementor-30 .elementor-element.elementor-element-svc_cp_btn .elementor-button-wrapper,
.elementor-30 .elementor-element.elementor-element-79f8e377 .elementor-button-wrapper,
.elementor-30 .elementor-element.elementor-element-svc_ba_btn .elementor-button-wrapper {
  text-align: left !important;
  justify-content: flex-start !important;
}
