/*
Theme Name: Infinite Wood Premium Full Site
Theme URI: https://www.dimgrey-elephant-444512.hostingersite.com/
Author: Infinite Wood Builders Limited
Description: A premium full-site WordPress theme for Infinite Wood Builders Limited with matching homepage, inner pages, services, projects and contact layouts.
Version: 1.0.5
License: GPL-2.0-or-later
Text Domain: iwb-premium-homepage
*/

:root {
  --iwb-dark: #0e171a;
  --iwb-dark-2: #182327;
  --iwb-green: #9ac51c;
  --iwb-green-dark: #7ca10f;
  --iwb-soft: #f4f1e8;
  --iwb-soft-2: #ebe7dc;
  --iwb-card: #ffffff;
  --iwb-text: #161f23;
  --iwb-muted: #657174;
  --iwb-border: rgba(22,31,35,.12);
  --iwb-shadow: 0 18px 45px rgba(14,23,26,.14);
  --iwb-shadow-hover: 0 26px 65px rgba(14,23,26,.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: var(--iwb-text);
  background: var(--iwb-soft);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.iwb-container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

/* Header + Hero */
.iwb-hero {
  min-height: 760px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #0e171a;
}
.iwb-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 35%, rgba(154,197,28,.12), transparent 26%);
  pointer-events: none;
}

.iwb-hero-slider,
.iwb-inner-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #0e171a;
}
.iwb-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: iwbHeroFade 28s infinite;
}
.iwb-hero-slide:nth-child(1) { animation-delay: 0s; }
.iwb-hero-slide:nth-child(2) { animation-delay: 7s; }
.iwb-hero-slide:nth-child(3) { animation-delay: 14s; }
.iwb-hero-slide:nth-child(4) { animation-delay: 21s; }
.iwb-hero-slide img,
.iwb-hero-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(1.04) contrast(1.02);
}
.iwb-hero-video-slide video { transform: scale(1.02); }
.iwb-hero-slider::after,
.iwb-inner-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(8,15,17,.96) 0%, rgba(8,15,17,.86) 30%, rgba(8,15,17,.50) 58%, rgba(8,15,17,.76) 100%),
    radial-gradient(circle at 72% 35%, rgba(154,197,28,.16), transparent 28%);
  pointer-events: none;
}
.iwb-hero-dots {
  position: absolute;
  left: max(24px, calc((100% - 1280px) / 2));
  bottom: 130px;
  z-index: 6;
  display: flex;
  gap: 10px;
}
.iwb-hero-dots span {
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.35);
  display: block;
  animation: iwbDot 28s infinite;
}
.iwb-hero-dots span:nth-child(1) { animation-delay: 0s; }
.iwb-hero-dots span:nth-child(2) { animation-delay: 7s; }
.iwb-hero-dots span:nth-child(3) { animation-delay: 14s; }
.iwb-hero-dots span:nth-child(4) { animation-delay: 21s; }
@keyframes iwbHeroFade {
  0% { opacity: 0; }
  5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes iwbDot {
  0%, 30%, 100% { background: rgba(255,255,255,.35); width: 28px; }
  5%, 25% { background: var(--iwb-green); width: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  .iwb-hero-slide, .iwb-hero-dots span { animation: none; }
  .iwb-hero-slide:first-child { opacity: 1; }
}

.iwb-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 22px 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), transparent);
}

.iwb-header.iwb-inner-header {
  position: absolute;
}
.iwb-nav-wrap {
  display: grid;
  grid-template-columns: 270px 1fr auto;
  align-items: start;
  gap: 22px;
}
.iwb-logo img { width: 100px; height: auto; }
.iwb-menu {
  display: flex;
  justify-content: flex-end;
  gap: 34px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.iwb-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  position: relative;
  padding: 7px 0;
}
.iwb-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: var(--iwb-green);
  transition: width .25s ease;
}
.iwb-menu a:hover::after,
.iwb-menu .current-menu-item a::after { width: 100%; }
.iwb-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  border: 1px solid var(--iwb-green);
  border-radius: 4px;
  padding: 8px 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  background: rgba(8,15,17,.35);
}

.iwb-hero-content {
  position: relative;
  z-index: 3;
  padding: 78px 0 0;
  max-width: 560px;
}
.iwb-eyebrow {
  color: var(--iwb-green);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.iwb-eyebrow::after { content: ""; width: 70px; height: 1px; background: rgba(154,197,28,.65); }
.iwb-hero h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 0 0 24px;
  font-weight: 900;
}
.iwb-hero h1 span { color: var(--iwb-green); display: block; }
.iwb-hero p {
  font-size: 17px;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 0 34px;
  color: rgba(255,255,255,.92);
  font-weight: 600;
}
.iwb-button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: var(--iwb-green);
  color: var(--iwb-dark);
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-radius: 4px;
  border: 1px solid var(--iwb-green);
  padding: 14px 24px;
  box-shadow: 0 12px 25px rgba(154,197,28,.22);
}
.iwb-button span:last-child {
  display: grid;
  place-items: center;
  min-width: 36px;
  min-height: 36px;
  background: rgba(14,23,26,.88);
  color: #fff;
  margin: -12px -22px -12px 0;
}
.iwb-button:hover { background: #fff; border-color: #fff; }

.iwb-service-strip {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 34px;
}
.iwb-strip-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  align-items: stretch;
}
.iwb-strip-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  padding: 10px 22px;
  border-right: 1px solid rgba(154,197,28,.45);
}
.iwb-strip-item:last-child { border-right: 0; }
.iwb-strip-icon {
  color: var(--iwb-green);
  font-size: 30px;
  line-height: 1;
}
.iwb-strip-title {
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
  font-size: 13px;
}

/* Shared Sections */
.iwb-section { padding: 86px 0; }
.iwb-section-header {
  display: grid;
  grid-template-columns: 1fr 1.2fr auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 45px;
}
.iwb-section-label {
  color: var(--iwb-green-dark);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.iwb-section-label::after { content: ""; width: 70px; height: 1px; background: rgba(124,161,15,.45); }
.iwb-section-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.05;
  font-size: clamp(30px, 3.6vw, 46px);
  margin: 0;
}
.iwb-section-desc {
  color: var(--iwb-muted);
  line-height: 1.7;
  font-weight: 600;
  margin: 0;
}
.iwb-outline-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(124,161,15,.85);
  border-radius: 4px;
  padding: 15px 22px;
  text-decoration: none;
  color: var(--iwb-dark);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
  background: rgba(255,255,255,.42);
}
.iwb-outline-button:hover { background: var(--iwb-green); }

/* Services */
.iwb-services {
  background:
    radial-gradient(circle at top left, rgba(154,197,28,.09), transparent 28%),
    linear-gradient(180deg, #f8f5eb 0%, #ebe7dc 100%);
}
.iwb-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.iwb-service-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--iwb-shadow);
  transition: transform .25s ease, box-shadow .25s ease;
  min-height: 360px;
}
.iwb-service-card:hover { transform: translateY(-7px); box-shadow: var(--iwb-shadow-hover); }
.iwb-service-image { height: 178px; position: relative; overflow: hidden; }
.iwb-service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.iwb-service-card:hover .iwb-service-image img { transform: scale(1.06); }
.iwb-card-icon {
  position: absolute;
  left: 24px;
  bottom: -28px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--iwb-green);
  color: var(--iwb-dark);
  font-size: 26px;
  box-shadow: 0 12px 28px rgba(14,23,26,.22);
}
.iwb-service-body { padding: 42px 26px 26px; }
.iwb-service-body h3 {
  margin: 0 0 12px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 19px;
  letter-spacing: -.02em;
}
.iwb-service-body p { margin: 0; color: var(--iwb-muted); line-height: 1.65; font-weight: 600; }

/* Why choose */
.iwb-why {
  background:
    radial-gradient(circle at 85% 20%, rgba(154,197,28,.16), transparent 27%),
    linear-gradient(135deg, #0e171a 0%, #182327 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.iwb-why::after {
  content: "IW";
  position: absolute;
  right: 7%;
  top: 7%;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 240px;
  line-height: 1;
  color: rgba(255,255,255,.035);
  font-weight: 900;
  letter-spacing: -.1em;
}
.iwb-why .iwb-container { position: relative; z-index: 2; }
.iwb-why .iwb-section-header { grid-template-columns: 1fr 1.6fr; }
.iwb-why .iwb-section-title { color: #fff; }
.iwb-why .iwb-section-desc { color: rgba(255,255,255,.78); border-left: 1px solid rgba(154,197,28,.45); padding-left: 30px; }
.iwb-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 28px;
}
.iwb-feature {
  padding: 10px 34px 10px 0;
  margin-right: 34px;
  border-right: 1px solid rgba(154,197,28,.32);
}
.iwb-feature:last-child { border-right: 0; margin-right: 0; }
.iwb-feature-icon { color: var(--iwb-green); font-size: 32px; margin-bottom: 16px; }
.iwb-feature h3 { margin: 0 0 10px; font-size: 16px; }
.iwb-feature p { margin: 0; color: rgba(255,255,255,.75); line-height: 1.65; font-weight: 500; }

/* Projects */
.iwb-projects {
  background:
    radial-gradient(circle at top right, rgba(154,197,28,.08), transparent 30%),
    #f4f1e8;
}
.iwb-project-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.iwb-project-card {
  min-height: 150px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(14,23,26,.17);
  position: relative;
  background: #111;
}
.iwb-project-card img { width: 100%; height: 100%; object-fit: cover; opacity: .76; transition: transform .35s ease, opacity .35s ease; }
.iwb-project-card:hover img { transform: scale(1.06); opacity: .92; }
.iwb-project-card span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 13px;
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  text-shadow: 0 3px 10px rgba(0,0,0,.7);
}

/* CTA */
.iwb-cta {
  background-image:
    linear-gradient(90deg, rgba(8,15,17,.94), rgba(8,15,17,.82)),
    url('assets/images/service-building.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 70px 0;
}
.iwb-cta-grid {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 36px;
}
.iwb-cta-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(154,197,28,.12);
  color: var(--iwb-green);
  display: grid;
  place-items: center;
  font-size: 44px;
  border: 1px solid rgba(154,197,28,.18);
}
.iwb-cta h2 { font-family: 'Montserrat', Arial, sans-serif; font-size: clamp(28px, 2.7vw, 40px); margin: 0 0 8px; letter-spacing: -.04em; }
.iwb-cta p { color: rgba(255,255,255,.82); margin: 0; line-height: 1.6; font-weight: 600; }
.iwb-cta-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: flex-end; }


/* Slightly smaller, cleaner typography */
.iwb-service-body p,
.iwb-section-desc,
.iwb-feature p,
.iwb-cta p {
  font-size: 14px;
}

/* Footer */
.iwb-footer {
  background: #090f11 !important;
  color: rgba(255,255,255,.72) !important;
  padding: 22px 0 !important;
  font-size: 13px !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

.iwb-footer .iwb-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 64px !important;
}

.iwb-footer-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px !important;
}

.iwb-footer-copy {
  text-align: left !important;
  justify-self: start !important;
  line-height: 1.5 !important;
}

.iwb-footer-credit {
  text-align: right !important;
  justify-self: end !important;
  color: rgba(255,255,255,.62) !important;
  line-height: 1.5 !important;
}

.iwb-footer-credit strong {
  color: var(--iwb-green) !important;
  font-weight: 800 !important;
}

@media (max-width: 720px) {
  .iwb-footer .iwb-container {
    padding: 0 24px !important;
  }
  .iwb-footer-inner {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }
  .iwb-footer-copy,
  .iwb-footer-credit {
    text-align: left !important;
    justify-self: start !important;
  }
}

/* WordPress admin bar offset */
.admin-bar .iwb-header { }

@media (max-width: 1100px) {
  .iwb-nav-wrap { grid-template-columns: 240px 1fr; }
  .iwb-phone { display: none; }
  .iwb-strip-grid { grid-template-columns: repeat(3, 1fr); background: rgba(8,15,17,.72); border-radius: 8px; }
  .iwb-section-header { grid-template-columns: 1fr; align-items: start; }
  .iwb-services-grid { grid-template-columns: repeat(2, 1fr); }
  .iwb-feature-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .iwb-feature { border-right: 0; margin-right: 0; }
  .iwb-project-grid { grid-template-columns: repeat(3, 1fr); }
  .iwb-cta-grid { grid-template-columns: 1fr; text-align: center; }
  .iwb-cta-icon { margin: 0 auto; }
  .iwb-cta-actions { justify-content: center; }
}

@media (max-width: 720px) {
  .iwb-container { width: min(100% - 32px, 1280px); }
  .iwb-hero { min-height: auto; padding-bottom: 36px; background-position: 62% center; }
  .iwb-nav-wrap { grid-template-columns: 1fr; gap: 18px; }
  .iwb-logo img { width: 100px; }
  .iwb-menu { justify-content: flex-start; flex-wrap: wrap; gap: 18px; }
  .iwb-menu a { font-size: 13px; }
  .iwb-hero-content { padding: 42px 0 28px; }
  .iwb-hero p { font-size: 16px; }
  .iwb-service-strip { position: relative; bottom: auto; margin-top: 20px; }
  .iwb-strip-grid { grid-template-columns: 1fr 1fr; }
  .iwb-strip-item { border-right: 0; border-bottom: 1px solid rgba(154,197,28,.3); padding: 12px; grid-template-columns: 34px 1fr; }
  .iwb-strip-icon { font-size: 26px; }
  .iwb-strip-title { font-size: 12px; }
  .iwb-section { padding: 62px 0; }
  .iwb-services-grid { grid-template-columns: 1fr; }
  .iwb-feature-grid { grid-template-columns: 1fr; }
  .iwb-project-grid { grid-template-columns: 1fr 1fr; }
}


/* ================================
   Inner Pages - Matching Full Site Design
================================ */
.iwb-inner-hero {
  min-height: 410px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #0e171a;
}
.iwb-inner-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(154,197,28,.16), transparent 28%);
  pointer-events: none;
}
.iwb-inner-hero .iwb-container { position: relative; z-index: 2; }
.iwb-inner-title-wrap {
  position: relative;
  z-index: 3;
  max-width: 760px;
  padding: 70px 0 80px;
}
.iwb-inner-title-wrap h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: .98;
  margin: 0 0 18px;
  letter-spacing: -.055em;
  font-weight: 900;
}
.iwb-inner-title-wrap h1 span,
.iwb-page-green { color: var(--iwb-green); }
.iwb-inner-title-wrap p {
  color: rgba(255,255,255,.84);
  line-height: 1.65;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
  max-width: 650px;
}
.iwb-page-content {
  background: linear-gradient(180deg, #f8f5eb 0%, #ebe7dc 100%);
  padding: 86px 0;
}
.iwb-content-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--iwb-shadow);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--iwb-border);
}
.iwb-content-card h2,
.iwb-content-card h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: -.035em;
  color: var(--iwb-text);
}
.iwb-content-card p,
.iwb-content-card li {
  color: var(--iwb-muted);
  line-height: 1.75;
  font-weight: 600;
}
.iwb-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}
.iwb-values-grid,
.iwb-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.iwb-mini-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--iwb-shadow);
  padding: 28px;
  border: 1px solid var(--iwb-border);
}
.iwb-mini-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--iwb-green);
  color: var(--iwb-dark);
  display: grid;
  place-items: center;
  font-size: 26px;
  margin-bottom: 18px;
  font-weight: 900;
}
.iwb-mini-card h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  margin: 0 0 10px;
  letter-spacing: -.03em;
}
.iwb-mini-card p,
.iwb-mini-card a {
  color: var(--iwb-muted);
  line-height: 1.65;
  font-weight: 600;
  margin: 0;
  text-decoration: none;
}
.iwb-mini-card a:hover { color: var(--iwb-green-dark); }
.iwb-dark-band {
  background:
    radial-gradient(circle at 86% 20%, rgba(154,197,28,.16), transparent 28%),
    linear-gradient(135deg, #0e171a 0%, #182327 100%);
  color: #fff;
  padding: 86px 0;
}
.iwb-dark-band h2,
.iwb-dark-band h3 { color: #fff; }
.iwb-dark-band p { color: rgba(255,255,255,.76); }
.iwb-service-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.iwb-service-row {
  display: grid;
  grid-template-columns: 210px 1fr;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--iwb-shadow);
  border: 1px solid var(--iwb-border);
}
.iwb-service-row img { width: 100%; height: 100%; object-fit: cover; min-height: 210px; }
.iwb-service-row-content { padding: 28px; }
.iwb-service-row-content h3 {
  margin: 0 0 10px;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: -.03em;
}
.iwb-service-row-content p { color: var(--iwb-muted); line-height: 1.65; font-weight: 600; margin: 0; }
.iwb-contact-panel {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--iwb-shadow);
  padding: 34px;
  border: 1px solid var(--iwb-border);
}
.iwb-contact-form {
  display: grid;
  gap: 16px;
}
.iwb-contact-form input,
.iwb-contact-form textarea {
  width: 100%;
  border: 1px solid var(--iwb-border);
  border-radius: 6px;
  padding: 15px 16px;
  font: inherit;
  background: #f8f5eb;
}
.iwb-contact-form textarea { min-height: 150px; resize: vertical; }
.iwb-projects-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.iwb-project-large {
  min-height: 260px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--iwb-shadow);
  position: relative;
  background: #111;
}
.iwb-project-large img { width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: transform .35s ease; }
.iwb-project-large:hover img { transform: scale(1.06); }
.iwb-project-large span {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  color: #fff;
  font-weight: 900;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 20px;
  text-shadow: 0 3px 12px rgba(0,0,0,.75);
}
@media (max-width: 980px) {
  .iwb-two-col,
  .iwb-service-page-grid,
  .iwb-contact-grid,
  .iwb-projects-page-grid { grid-template-columns: 1fr; }
  .iwb-values-grid { grid-template-columns: 1fr 1fr; }
  .iwb-service-row { grid-template-columns: 1fr; }
  .iwb-service-row img { height: 230px; }
}
@media (max-width: 640px) {
  .iwb-hero-dots { display: none; }
  .iwb-inner-title-wrap {
  position: relative;
  z-index: 3; padding: 42px 0 56px; }
  .iwb-page-content,
  .iwb-dark-band { padding: 62px 0; }
  .iwb-values-grid { grid-template-columns: 1fr; }
}
/* ========================================
   PROJECT STYLES - VERSION 2.0
   ======================================== */

/* Single Project Page */
.iwb-project-hero {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #f5f5f5;
}

.iwb-project-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iwb-project-header-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    padding: 60px 0 40px;
    color: white;
}

.iwb-project-header {
    padding: 20px 0 0;
}

.iwb-project-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.iwb-project-category-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.iwb-project-title {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin: 15px 0;
    line-height: 1.2;
}

.iwb-project-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.iwb-meta-item {
    display: flex;
    flex-direction: column;
}

.iwb-meta-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
    margin-bottom: 5px;
}

.iwb-meta-value {
    font-size: 16px;
    font-weight: 500;
}

/* Project Content */
.iwb-project-content {
    padding: 60px 0;
}

.iwb-project-body {
    max-width: 800px;
}

.iwb-project-main h2 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.iwb-project-main p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #555;
}

/* Gallery */
.iwb-project-gallery {
    padding: 60px 0;
    background: #f9f9f9;
}

.iwb-project-gallery h2 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.iwb-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.iwb-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #e0e0e0;
    aspect-ratio: 4 / 3;
}

.iwb-gallery-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.iwb-gallery-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.iwb-gallery-item:hover .iwb-gallery-link img {
    transform: scale(1.05);
}

.iwb-gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    background: rgba(255, 255, 255, 0.9);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.iwb-gallery-item:hover .iwb-gallery-icon {
    opacity: 1;
}

/* Related Projects */
.iwb-related-projects {
    padding: 60px 0;
}

.iwb-related-projects h2 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
}

.iwb-related-projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.iwb-related-project-card {
    border-radius: 8px;
    overflow: hidden;
    background: white;
    border: 1px solid #eee;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iwb-related-project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.iwb-related-project-link {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.iwb-related-project-link img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.iwb-related-project-card:hover .iwb-related-project-link img {
    transform: scale(1.05);
}

.iwb-related-project-info {
    padding: 20px;
}

.iwb-related-project-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.iwb-read-more {
    font-size: 14px;
    color: #666;
    transition: color 0.3s ease;
}

.iwb-related-project-card:hover .iwb-read-more {
    color: #333;
}

/* Projects Archive/Grid */
.iwb-project-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
    justify-content: center;
}

.iwb-filter-btn {
    padding: 12px 24px;
    border: 2px solid #ddd;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
}

.iwb-filter-btn:hover,
.iwb-filter-btn.active {
    background: #333;
    color: white;
    border-color: #333;
}

.iwb-projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.iwb-project-card {
    border-radius: 8px;
    overflow: hidden;
    background: white;
    border: 1px solid #eee;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iwb-project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.iwb-project-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.iwb-project-card-link img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.iwb-project-card:hover .iwb-project-card-link img {
    transform: scale(1.05);
}

.iwb-project-card-content {
    padding: 25px;
}

.iwb-project-card-categories {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.iwb-project-card-link h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.iwb-project-card-link .iwb-read-more {
    display: inline-block;
    font-size: 14px;
    color: #666;
    transition: color 0.3s ease;
}

.iwb-project-card:hover .iwb-read-more {
    color: #333;
}

/* Projects Category Grid */
.iwb-projects-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}

.iwb-project-category-card {
    padding: 40px 30px;
    background: linear-gradient(135deg, #f5f5f5, #fafafa);
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.iwb-project-category-card:hover {
    background: #333;
    color: white;
    border-color: #333;
    transform: translateY(-5px);
}

.iwb-category-icon {
    font-size: 32px;
}

.iwb-project-category-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.iwb-project-count {
    font-size: 12px;
    opacity: 0.7;
}

.iwb-latest-projects {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #eee;
}

.iwb-latest-projects > .iwb-section-title {
    margin-bottom: 40px;
}

.iwb-view-all-projects {
    text-align: center;
    margin-top: 50px;
}

/* Pagination */
.iwb-pagination {
    text-align: center;
    margin-top: 50px;
}

.iwb-pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.iwb-pagination .page-numbers:hover,
.iwb-pagination .page-numbers.current {
    background: #333;
    color: white;
    border-color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .iwb-project-hero {
        height: 300px;
    }
    
    .iwb-project-title {
        font-size: 32px;
    }
    
    .iwb-project-meta {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .iwb-gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }
    
    .iwb-projects-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .iwb-project-card-link img {
        height: 220px;
    }
    
    .iwb-filter-btn {
        font-size: 12px;
        padding: 10px 16px;
    }
    
    .iwb-projects-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .iwb-project-hero {
        height: 200px;
    }
    
    .iwb-project-title {
        font-size: 24px;
    }
    
    .iwb-projects-grid {
        grid-template-columns: 1fr;
    }
    
    .iwb-projects-category-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   ENHANCED SERVICES PAGE STYLES
   ======================================== */

.iwb-services-intro {
    padding: 60px 0;
    background: #f9f9f9;
}

.iwb-services-intro .iwb-section-header {
    max-width: 900px;
}

.iwb-services-intro .iwb-section-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #639921;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.iwb-services-intro .iwb-section-title {
    font-size: 48px;
    font-weight: 800;
    color: #2d5016;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.iwb-services-intro .iwb-section-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0;
}

/* Services Detailed Grid */
.iwb-services-detailed {
    padding: 80px 0;
}

.iwb-service-page-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.iwb-service-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #639921;
}

.iwb-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

.iwb-service-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #f0f0f0;
}

.iwb-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.iwb-service-card:hover .iwb-service-image img {
    transform: scale(1.05);
}

.iwb-service-content {
    padding: 40px;
}

.iwb-service-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2d5016;
    margin: 0 0 16px 0;
    font-family: 'Montserrat', sans-serif;
}

.iwb-service-description {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

.iwb-service-features {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.iwb-service-features h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2d5016;
    letter-spacing: 0.5px;
    margin: 0 0 16px 0;
}

.iwb-service-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iwb-service-features li {
    font-size: 14px;
    color: #666;
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    line-height: 1.6;
}

.iwb-service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #639921;
    font-weight: bold;
}

/* Why Choose Services Section */
.iwb-why-choose-services {
    background: linear-gradient(135deg, #2d5016 0%, #1a3d0a 100%);
    color: white;
    padding: 80px 0;
}

.iwb-why-choose-services h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 60px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.iwb-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.iwb-benefit {
    background: rgba(255,255,255,0.08);
    padding: 40px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    transition: all 0.3s ease;
}

.iwb-benefit:hover {
    background: rgba(255,255,255,0.12);
    transform: translateY(-5px);
}

.iwb-benefit-icon {
    font-size: 32px;
    color: #a2d867;
    margin-bottom: 16px;
    font-weight: bold;
}

.iwb-benefit h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 16px 0;
    font-family: 'Montserrat', sans-serif;
}

.iwb-benefit p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    opacity: 0.95;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .iwb-service-page-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .iwb-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .iwb-services-intro .iwb-section-title {
        font-size: 36px;
    }
    
    .iwb-why-choose-services h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .iwb-services-intro {
        padding: 40px 0;
    }
    
    .iwb-services-detailed {
        padding: 50px 0;
    }
    
    .iwb-service-page-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .iwb-service-image {
        height: 180px;
    }
    
    .iwb-service-content {
        padding: 30px;
    }
    
    .iwb-service-content h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .iwb-service-description {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .iwb-service-features h4 {
        font-size: 12px;
    }
    
    .iwb-service-features li {
        font-size: 13px;
        padding: 6px 0;
        padding-left: 20px;
    }
    
    .iwb-why-choose-services {
        padding: 50px 0;
    }
    
    .iwb-why-choose-services h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .iwb-benefits-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .iwb-benefit {
        padding: 30px;
    }
    
    .iwb-benefit h4 {
        font-size: 18px;
    }
    
    .iwb-benefit p {
        font-size: 14px;
    }
}
/* ============================================
   ABOUT PAGE STYLES - Add to style.css
   ============================================ */

/* ABOUT HERO SECTION */
.iwb-about-hero {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.iwb-about-hero .iwb-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.iwb-about-hero .iwb-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: white;
  width: 100%;
}

.iwb-hero-title {
  font-size: 56px;
  font-weight: 800;
  margin: 0 0 16px 0;
  font-family: Montserrat, sans-serif;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.iwb-hero-subtitle {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  color: rgba(255,255,255,0.95);
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

/* ABOUT SECTIONS */
.iwb-about-section {
  margin: 80px 0;
  padding: 0;
}

.iwb-about-section h2 {
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 40px 0;
  color: #2d5016;
  font-family: Montserrat, sans-serif;
}

.iwb-about-section h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #2d5016;
}

.iwb-about-section h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #1a3d0a;
}

.iwb-about-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 20px 0;
}

.iwb-section-intro {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

/* VISION & MISSION GRID */
.iwb-vision-mission {
  background: #f9f9f9;
  padding: 60px;
  border-radius: 8px;
  margin: 60px 0;
}

.iwb-section-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.iwb-vision-box,
.iwb-mission-box {
  padding: 40px;
  background: white;
  border-left: 4px solid #639921;
  border-radius: 4px;
}

.iwb-vision-box h3,
.iwb-mission-box h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #2d5016;
}

.iwb-vision-box p,
.iwb-mission-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* CORE VALUES GRID */
.iwb-core-values {
  margin: 80px 0;
}

.iwb-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.iwb-value-card {
  background: white;
  padding: 40px;
  border-radius: 8px;
  border-top: 4px solid #639921;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.iwb-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.iwb-value-card h4 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #2d5016;
}

.iwb-value-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* TEAM SECTION */
.iwb-team-section {
  margin: 100px 0;
}

.iwb-team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 60px;
}

.iwb-team-member {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.iwb-team-member:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

.iwb-team-photo {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #2d5016 0%, #1a3d0a 100%);
}

.iwb-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iwb-team-info {
  padding: 40px;
}

.iwb-team-name {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #2d5016;
  font-family: Montserrat, sans-serif;
}

.iwb-team-position {
  font-size: 16px;
  font-weight: 600;
  color: #639921;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.iwb-team-bio {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* WHY CHOOSE US - CAPABILITIES GRID */
.iwb-why-choose {
  margin: 100px 0;
}

.iwb-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.iwb-capability {
  background: white;
  padding: 40px;
  border-radius: 8px;
  border-left: 4px solid #639921;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.iwb-capability h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #2d5016;
  display: flex;
  align-items: center;
  gap: 10px;
}

.iwb-capability ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iwb-capability li {
  font-size: 15px;
  color: #555;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
}

.iwb-capability li:last-child {
  border-bottom: none;
}

/* TRACK RECORD */
.iwb-track-record {
  background: #f5f5f5;
  padding: 60px;
  border-radius: 8px;
  margin: 80px 0;
}

.iwb-track-record p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* RESPONSIVE - TABLET */
@media (max-width: 992px) {
  .iwb-hero-title {
    font-size: 42px;
  }

  .iwb-hero-subtitle {
    font-size: 18px;
  }

  .iwb-section-grid-2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .iwb-values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .iwb-team-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .iwb-capabilities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .iwb-about-section h2 {
    font-size: 36px;
  }
}

/* RESPONSIVE - MOBILE */
@media (max-width: 768px) {
  .iwb-about-hero {
    height: 350px;
  }

  .iwb-hero-title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .iwb-hero-subtitle {
    font-size: 16px;
  }

  .iwb-about-section {
    margin: 50px 0;
  }

  .iwb-about-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .iwb-about-section h3 {
    font-size: 22px;
  }

  .iwb-about-section h4 {
    font-size: 16px;
  }

  .iwb-about-section p {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .iwb-vision-mission {
    padding: 30px;
  }

  .iwb-vision-box,
  .iwb-mission-box {
    padding: 25px;
  }

  .iwb-values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .iwb-value-card {
    padding: 25px;
  }

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

  .iwb-team-photo {
    height: 220px;
  }

  .iwb-team-info {
    padding: 25px;
  }

  .iwb-team-name {
    font-size: 20px;
  }

  .iwb-team-position {
    font-size: 14px;
  }

  .iwb-team-bio {
    font-size: 14px;
  }

  .iwb-capabilities-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .iwb-capability {
    padding: 25px;
  }

  .iwb-track-record {
    padding: 30px;
    margin: 50px 0;
  }
}

/* ABOUT PAGE - ENHANCED READABILITY */
.page-template-page-about-us .iwb-content-card p {
  color: #333 !important;
  font-weight: 500;
}

.page-template-page-about-us .iwb-content-card h2 {
  color: #2d5016 !important;
  font-weight: 700;
}

.page-template-page-about-us .iwb-section-label {
  color: #639921;
  font-weight: 600;
}
