/* =====================================================

The Best 4 Kids — Improvements

Compatible with Bootstrap 2 + main.css

===================================================== */

/* ---- Hero CTA Buttons ---- */

.hero-cta-wrap {
  margin-top: 20px;
  overflow: hidden;
}

/* ---- Hero Buttons ---- */
.btn-hero-primary,
.btn-hero-secondary {
  display: inline-block;
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 11px 24px;
  border-radius: 4px;
  text-decoration: none !important;
  cursor: pointer;
  border: none;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  line-height: 1.2;
}

.btn-hero-primary {
  background-color: #cc0000;
  color: #fff !important;
}

.btn-hero-primary:hover {
  background-color: #a50000;
  color: #fff !important;
}

.btn-hero-secondary {
  background-color: #2471A3;
  color: #fff !important;
}

.btn-hero-secondary:hover {
  background-color: #1a5276;
  color: #fff !important;
}

/* ---- Trust Badge Strip ---- */

.trust-strip {
  background: #fff;
  border-top: 3px solid #27ae60;
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}

.trust-strip .container {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.trust-badge {
  display: table-cell;
  padding: 22px 20px;
  text-align: center;
  border-right: 1px solid #e8e8e8;
  vertical-align: middle;
}

.trust-badge:last-child {
  border-right: none;
}

.trust-badge:hover {
  background: #f8fffe;
}

.trust-badge i {
  display: block;
  font-size: 34px;
  color: #27ae60;
  margin-bottom: 10px;
}

.trust-badge strong {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  color: #1a3a5c;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 6px;
}

.trust-badge .badge-sub {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
  font-weight: 400;
  margin-left: 0;
}

/* ---- Stats Row ---- */

.stats-row {
  background: #2471A3;
  color: #fff;
  padding: 24px 0;
  text-align: center;
  margin: 0;
}

.stats-row .container {
  text-align: center;
}

.stat-item {
  display: inline-block;
  padding: 10px 28px;
  border-right: 1px solid rgba(255,255,255,0.25);
  vertical-align: top;
  min-width: 130px;
}

.stat-item:last-child {
  border-right: none;
}

.stat-number {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 34px;
  line-height: 1.1;
  color: #fff;
}

.stat-label {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  margin-top: 4px;
}

/* ---- Dual-audience CTA Panels ---- */

.audience-panels {
  overflow: hidden;
  margin: 24px 0;
}

.audience-panel {
  display: block;
  float: left;
  width: 47%;
  margin-right: 3%;
  border-radius: 8px;
  padding: 26px 24px;
  color: #fff !important;
  text-decoration: none !important;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.audience-panel:last-child {
  margin-right: 0;
}

.audience-panel:hover {
  color: #fff !important;
  text-decoration: none !important;
  opacity: 0.92;
}

.audience-panel.for-parents {
  background-color: #2471A3;
}

.audience-panel.for-providers {
  background-color: #27ae60;
}

.audience-panel h3 {
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  margin: 0 0 8px;
  color: #fff;
  line-height: 1.3;
}

.audience-panel p {
  font-size: 14px;
  margin: 0 0 14px;
  color: rgba(255,255,255,0.92);
  line-height: 1.5;
}

.panel-cta {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
}

/* ---- Testimonials ---- */

.testimonials-grid {
  overflow: hidden;
  margin: 16px 0 24px;
}

.testimonial-card {
  float: left;
  width: 31%;
  margin-right: 2%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-left: 4px solid #2471A3;
  border-radius: 0 6px 6px 0;
  padding: 18px 16px;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.testimonial-card:last-child {
  margin-right: 0;
}

.testimonial-text {
  font-size: 14px;
  color: #444;
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 10px;
}

.testimonial-author {
  font-size: 13px;
  font-weight: 700;
  color: #2c3e50;
}

.testimonial-role {
  font-size: 12px;
  color: #888;
}

.stars {
  color: #f39c12;
  font-size: 14px;
  margin-bottom: 6px;
}

/* ---- Provider Steps Timeline ---- */

.steps-timeline {
  max-width: 700px;
  margin: 0 auto 24px;
}

.step-item {
  overflow: hidden;
  margin-bottom: 22px;
}

.step-num {
  float: left;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #2471A3;
  color: #fff;
  border-radius: 50%;
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  margin-right: 16px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.step-content {
  overflow: hidden;
}

.step-content h4 {
  margin: 4px 0 5px;
  font-size: 16px;
  color: #2c3e50;
  line-height: 1.3;
}

.step-content p {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* ---- FAQ Accordion ---- */

.faq-section {
  max-width: 820px;
  margin: 0 0 24px;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 8px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  text-align: left;
  padding: 14px 18px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #2c3e50;
  cursor: pointer;
  overflow: hidden;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question.open {
  background: #eaf3fb;
  color: #2471A3;
}

.faq-icon {
  float: right;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

.faq-question.open .faq-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 18px 14px;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  background: #fff;
}

.faq-answer.open {
  display: block;
}

/* ---- CWELCC Savings Calculator ---- */

.calculator-wrap {
  background: #fff;
  border: 1px solid #cde0f5;
  border-radius: 8px;
  padding: 28px;
  max-width: 620px;
  margin: 0 auto 28px;
}

.calc-row {
  overflow: hidden;
  margin-bottom: 18px;
}

.calc-label {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  color: #2c3e50;
  min-width: 220px;
  vertical-align: middle;
}

.calc-input {
  display: inline-block;
  width: 80px;
  padding: 7px 10px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  min-height: auto;
  height: 36px;
}

.calc-result {
  background: #eaf7ef;
  border: 1px solid #a9dfbf;
  border-radius: 8px;
  padding: 18px 22px;
  text-align: center;
  margin-top: 10px;
}

.result-big {
  font-family: "Fjalla One", sans-serif;
  font-size: 40px;
  color: #27ae60;
  display: block;
  line-height: 1.1;
}

.result-sub {
  font-size: 14px;
  color: #555;
  margin-top: 4px;
}

.calc-savings-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
  font-size: 14px;
}

.calc-savings-table th {
  background: #2471A3;
  color: #fff;
  padding: 8px 10px;
  text-align: left;
}

.calc-savings-table td {
  padding: 7px 10px;
  border-bottom: 1px solid #e0e0e0;
}

.calc-savings-table tr:nth-child(even) td {
  background: #f5f9ff;
}

/* ---- Contact Info Cards ---- */

.contact-info-grid {
  overflow: hidden;
  margin-bottom: 26px;
}

.contact-card {
  float: left;
  width: 22%;
  margin-right: 2.6%;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px 14px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.contact-card:last-child {
  margin-right: 0;
}

.contact-card i {
  font-size: 26px;
  color: #2471A3;
  display: block;
  margin-bottom: 8px;
}

.contact-card h4 {
  font-size: 12px;
  color: #888;
  margin: 0 0 5px;
  font-weight: 400;
  font-family: inherit;
  line-height: 1.2;
}

.contact-card a,

.contact-card p {
  font-size: 14px;
  font-weight: 700;
  color: #2c3e50;
  text-decoration: none;
  margin: 0;
  word-break: break-all;
}

.contact-card a:hover {
  color: #2471A3;
}

/* ---- Social Links Fix ---- */

.social-links a {
  display: inline-block;
  margin-right: 8px;
}

.social-links img {
  width: 40px;
  height: 40px;
}

.social-links img:hover {
  opacity: 0.75;
}

/* ---- Clearfix helper ---- */

.audience-panels:after,

.testimonials-grid:after,

.contact-info-grid:after,

.step-item:after {
  content: "";
  display: table;
  clear: both;
}

/* ---- Responsive: tablet & mobile ---- */

@media (max-width: 979px) {
  .audience-panel {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .testimonial-card {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .contact-card {
    width: 47%;
    margin-right: 3%;
  }
  .contact-card:nth-child(2n) {
    margin-right: 0;
  }
  .stat-item {
    display: block;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 10px 20px;
  }
  .stat-item:last-child {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .contact-card {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .trust-badge {
    display: block;
    text-align: left;
    margin: 8px 12px;
  }
  .btn-hero-primary,
  .btn-hero-secondary {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .calc-label {
    display: block;
    min-width: auto;
    margin-bottom: 6px;
  }
}

/* ---- Daycare Listing Cards ---- */

.daycare-listings {
  margin-bottom: 24px;
}

.daycare-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.daycare-card:hover {
  border-color: #2471A3;
}

.daycare-card-img {
  float: left;
  margin-right: 20px;
  width: 90px;
}

.daycare-card-img img {
  border-radius: 6px;
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.daycare-card-body {
  overflow: hidden;
}

.daycare-card-header {
  overflow: hidden;
  margin-bottom: 6px;
}

.daycare-card-header h3 {
  display: inline;
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  color: #2c3e50;
  margin: 0 10px 0 0;
  line-height: 1.3;
}

.daycare-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.daycare-badge.new {
  background: #fff3cd;
  color: #856404;
}

.daycare-badge.available {
  background: #d4edda;
  color: #155724;
}

.daycare-card-body p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.6;
}

.daycare-meta {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.daycare-meta span {
  margin-right: 16px;
  display: inline-block;
}

.daycare-meta i {
  color: #2471A3;
}

.daycare-map-link {
  display: inline-block;
  font-size: 13px;
  color: #2471A3;
  text-decoration: none;
  border: 1px solid #2471A3;
  padding: 4px 12px;
  border-radius: 4px;
}

.daycare-map-link:hover {
  background: #2471A3;
  color: #fff;
}

.daycare-map-link img {
  vertical-align: middle;
  margin-right: 4px;
}

/* ---- Mobile Sticky Call Button ---- */

.sticky-call-btn {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 9999;
  background: #27ae60;
  color: #fff !important;
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  padding: 13px 22px;
  border-radius: 50px;
  text-decoration: none !important;
  -webkit-box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
}

.sticky-call-btn i {
  margin-right: 6px;
  font-size: 16px;
}

.sticky-call-btn:hover {
  background: #1a7a42;
  color: #fff !important;
}

@media (max-width: 767px) {
  .sticky-call-btn {
    display: block;
  }
  /* Give some bottom padding so content isn't hidden behind sticky button */
  body {
    padding-bottom: 70px;
  }
}

/* ---- Page spacing cleanup (removes ugly &nbsp; spacers) ---- */

.page-spacer {
  display: none;
}

/* =============================================

ROUND 3 IMPROVEMENTS

============================================= */

/* ---- Announcement Bar (base) ---- */

.announcement-bar strong {
  color: #aed6f1;
}

.announcement-bar .ann-link {
  color: #5dade2;
  margin-left: 16px;
  font-weight: 700;
  text-decoration: none;
}

.announcement-bar .ann-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* body padding now set in single-row nav section */

/* ---- Breadcrumb Bar ---- */

.breadcrumb-bar {
  background: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 0;
  font-size: 12px;
}

.breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-list li {
  display: inline-block;
  color: #888;
}

.breadcrumb-list li:after {
  content: " \00bb";
  margin: 0 6px;
  color: #bbb;
}

.breadcrumb-list li:last-child:after {
  content: "";
}

.breadcrumb-list li a {
  color: #2471A3;
  text-decoration: none;
}

.breadcrumb-list li a:hover {
  text-decoration: underline;
}

.breadcrumb-list li.active {
  color: #555;
  font-weight: 500;
}

/* ---- Slider Background Colors (item1/item2/item3) ---- */

/* The slider uses absolute positioned slices with bg color */

.item1 .sl-content-slice { background: #0d2b4e !important; }

.item2 .sl-content-slice { background: #1a4a1a !important; }

.item3 .sl-content-slice { background: #4a1200 !important; }

/* Slide text color override for dark backgrounds */

.sl-slide-inner h2,

.sl-slide-inner h3 {
  color: #fff !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

/* ---- Nav Dropdown improvements ---- */

header.navbar .nav .dropdown-menu {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 4px 4px;
  margin-top: 0;
  padding: 6px 0;
  min-width: 200px;
}

header.navbar .nav .dropdown-menu li a {
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  color: #333;
  padding: 6px 18px;
  display: block;
  text-transform: uppercase;
}

header.navbar .nav .dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #2471A3;
}

header.navbar .nav .dropdown > a .caret {
  margin-left: 4px;
}

/* ---- Page title section improvement ---- */

.title {
  margin-bottom: 0 !important;
}

.title h1 {
  font-size: 32px !important;
  line-height: 1.2 !important;
  margin: 6px 0 !important;
}

/* ---- Section spacing cleanup ---- */

.services {
  padding-top: 32px !important;
  padding-bottom: 40px !important;
}

/* ---- Heading hierarchy ---- */

.services h2 {
  font-size: 26px;
  color: #1a3a5c;
  margin-top: 28px;
  margin-bottom: 12px;
  line-height: 1.25;
}

.services h3 {
  font-size: 22px;
  color: #2c3e50;
  margin-top: 22px;
  margin-bottom: 10px;
}

.services h4 {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 8px;
}

.services p {
  line-height: 1.75;
}

/* ---- Link styling ---- */

.services a:not(.btn-hero-primary):not(.btn-hero-secondary):not(.audience-panel):not(.daycare-map-link) {
  color: #2471A3;
}

.services a:not(.btn-hero-primary):not(.btn-hero-secondary):not(.audience-panel):not(.daycare-map-link):hover {
  color: #1a5276;
  text-decoration: underline;
}

/* ---- Info/callout box variants ---- */

.callout-blue {
  background: #eaf3fb;
  border-left: 4px solid #2471A3;
  padding: 16px 20px;
  border-radius: 0 6px 6px 0;
  margin-bottom: 24px;
}

.callout-green h3 { margin-top:0; color:#1a7a42; }
.callout-blue h3 { margin-top:0; color:#1a5276; }
.callout-green {
  background: #f0f7e6;
  border-left: 4px solid #27ae60;
  padding: 16px 20px;
  border-radius: 0 6px 6px 0;
  margin-bottom: 24px;
}

.callout-amber {
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 24px;
}

/* ---- Print styles ---- */

@media print {
  .announcement-bar,
  .sticky-call-btn,
  header.navbar,
  #footer,
  #bottom,
  .hero-cta-wrap,
  .trust-strip,
  .stats-row { display: none !important; }
  body { padding-top: 0 !important; }
  .services { padding-top: 10px !important; }
}

@media (max-width: 767px) {
  .title h1 { font-size: 24px !important; }
}

/* =====================================================

SINGLE-ROW NAVIGATION

Logo | Nav links | Phone + CTA buttons

Nav height: ~72px

Announcement bar: top 72px, height ~34px

Body padding-top: 106px

===================================================== */

/* Hide old Bootstrap navbar if it ever loads */

header.navbar { display: none !important; }

/* ---- Main nav bar ---- */

.navbar-single-row {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background: #fff;
  border-bottom: 2px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.07);
  box-shadow: 0 1px 6px rgba(0,0,0,0.07);
  height: 84px;
}

.navbar-single-row .container {
  height: 84px;
  padding: 0 16px;
  overflow: visible;
  position: relative;
  white-space: nowrap;
}

/* ---- Logo ---- */

#logo-link {
  display: inline-block;
  vertical-align: middle;
  height: 84px;
  line-height: 84px;
  margin-right: 18px;
  text-decoration: none;
}

.nav-logo {
  height: 70px;
  width: auto;
  vertical-align: middle;
  display: inline-block;
}

/* ---- Nav links (inline, centre-left) ---- */

.nav-links {
  display: inline-block;
  vertical-align: middle;
}

.nav-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.nav-links ul li {
  display: inline-block;
}

.nav-links ul li a {
  display: inline-block;
  font-family: "Fjalla One", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #333 !important;
  padding: 0 12px;
  line-height: 84px;
  height: 84px;
  text-decoration: none !important;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  white-space: nowrap;
}

.nav-links ul li a:hover {
  color: #2471A3 !important;
}

.nav-links ul li.active a {
  color: #27ae60 !important;
  border-bottom: 3px solid #27ae60;
}

/* ---- Right side: phone + CTAs ---- */

.nav-right {
  position: absolute;
  right: 16px;
  top: 0;
  height: 84px;
  line-height: 84px;
  display: inline-block;
  white-space: nowrap;
}

.nav-phone {
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  color: #27ae60 !important;
  text-decoration: none !important;
  margin-right: 14px;
  vertical-align: middle;
}

.nav-phone i {
  font-size: 16px;
  margin-right: 4px;
}

.nav-phone:hover { color: #1a7a42 !important; }

.nav-cta-red,

.nav-cta-red {
  background: #cc0000;
  color: #fff !important;
}

.nav-cta-red:hover { background: #a50000; }

.nav-cta-blue {
  background: #2471A3;
  color: #fff !important;
}

.nav-cta-blue:hover { background: #1a5276; }

/* ---- Announcement bar ---- */

/* Sits immediately below nav */

.announcement-bar {
  top: 84px !important;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
  font-size: 16px;
}

.announcement-bar .container {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.announcement-bar span {
  display: inline;
}

/* Body offset: 84px nav + 40px bar = 124px */

body {
  padding-top: 124px !important;
}

/* ---- Mobile hamburger (hidden on desktop) ---- */

.nav-hamburger {
  display: none;
  float: right;
  padding: 22px 0;
  text-decoration: none;
}

.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  margin: 5px 0;
}

/* ---- Responsive ---- */

@media (max-width: 979px) {
  .nav-links ul li a { font-size: 14px; padding: 0 9px; }
  .nav-phone { font-size: 16px; margin-right: 10px; }
  .nav-cta-red, .nav-cta-blue { font-size: 14px; padding: 8px 13px; }
  .nav-logo { height: 58px; }
}

@media (max-width: 767px) {
  .navbar-single-row { height: 60px; }
  .navbar-single-row .container { height: 60px; padding: 0 14px; }
  #logo-link { height: 60px; line-height: 60px; margin-right: 0; }
  .nav-logo { height: 40px; }

  /* Hide nav links and right section, show hamburger */
  .nav-links { display: none; }
  .nav-right { display: none; }
  .nav-hamburger { display: block; float: right; padding: 18px 0; }

  /* Open state — full-width dropdown */
  .nav-links.open {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    z-index: 1029;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  .nav-links.open ul { display: block; width: 100%; }
  .nav-links.open ul li { display: block; }
  .nav-links.open ul li a {
    display: block;
    height: auto;
    line-height: 1.4;
    padding: 13px 20px;
    font-size: 16px;
    border-bottom: 1px solid #f5f5f5;
  }
  .nav-links.open ul li.active a {
    border-bottom: 1px solid #f5f5f5;
    border-left: 3px solid #27ae60;
    padding-left: 17px;
  }

  /* Phone + CTAs appear at bottom of mobile menu */
  .nav-links.open::after {
    content: "";
    display: block;
  }
  .announcement-bar {
    top: 60px !important;
    font-size: 11px;
    height: auto;
    line-height: 1.4;
    padding: 6px 0 !important;
    white-space: normal;
  }
  body { padding-top: 100px !important; }
}

/* ---- Print ---- */

@media print {
  .navbar-single-row,
  .announcement-bar,
  .sticky-call-btn { display: none !important; }
  body { padding-top: 0 !important; }
}

/* ---- Stats Row Option B ---- */

.stats-row-b {
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 0;
}

.stats-row-b .container {
  display: table;
  width: 100%;
  table-layout: fixed;
  max-width: 100%;
  padding: 0;
}

.stat-card-b {
  display: table-cell;
  text-align: center;
  padding: 28px 16px;
  border-right: 1px solid #eee;
  vertical-align: middle;
}

.stat-card-b:last-child {
  border-right: none;
}

.stat-circle-b {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 14px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
}

.stat-circle-green { background: #e8f5e9; color: #2e7d32; }

.stat-circle-blue  { background: #e3f2fd; color: #1565c0; }

.stat-circle-orange{ background: #fff3e0; color: #e65100; }

.stat-circle-red   { background: #fce4ec; color: #c62828; }

.stat-num-b {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 56px !important;
  line-height: 1;
  color: #1a3a5c;
}

.stat-title-b {
  display: block;
  font-size: 20px !important;
  font-weight: 700;
  color: #2c3e50;
  margin-top: 8px;
}

.stat-sub-b {
  display: block;
  font-size: 16px !important;
  color: #888;
  margin-top: 5px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .stats-row-b .container { display: block; }
  .stat-card-b {
    display: block;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 20px 16px;
  }
  .stat-card-b:last-child { border-bottom: none; }
}

/* ---- Contact Page Redesign ---- */

.contact-grid-new {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 36px;
}

.contact-card-new {
  display: table-cell;
  text-align: center;
  padding: 36px 20px;
  border-right: 1px solid #e8e8e8;
  vertical-align: middle;
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.contact-card-new:last-child {
  border-right: none;
}

.contact-card-new:hover {
  background: #f8fffe;
}

.contact-icon-circle {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: inline-block;
  line-height: 68px;
  text-align: center;
  margin-bottom: 16px;
  font-size: 28px;
}

.contact-icon-green  { background: #e8f5e9; color: #2e7d32; }

.contact-icon-blue   { background: #e3f2fd; color: #1565c0; }

.contact-icon-orange { background: #fff3e0; color: #e65100; }

.contact-icon-purple { background: #f3e5f5; color: #6a1b9a; }

.contact-card-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  margin-bottom: 8px;
}

.contact-card-value {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 22px;
  color: #1a3a5c;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 6px;
}

.contact-card-value:hover {
  color: #2471A3;
}

.contact-card-email {
  font-size: 15px;
  word-break: break-all;
}

.contact-card-sub {
  font-size: 14px;
  color: #888;
  line-height: 1.4;
}

.contact-form-wrap {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 32px 36px;
  margin-bottom: 10px;
}

.contact-form-wrap h3 {
  margin-top: 0;
  color: #1a3a5c;
  font-size: 24px;
  margin-bottom: 8px;
}

.contact-form-wrap p {
  font-size: 15px;
  color: #666;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .contact-grid-new { display: block; }
  .contact-card-new {
    display: block;
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 16px;
  }
  .contact-card-new:last-child { border-bottom: none; }
  .contact-form-wrap { padding: 20px 16px; }
}

/* ---- Contact Page Option 3 ---- */

.contact-opt3 {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 36px;
  border: 1px solid #e0e0e0;
}

.contact-opt3-left {
  float: left;
  width: 38%;
  background: #2471A3;
  padding: 36px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-opt3-right {
  float: left;
  width: 62%;
  background: #fff;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-opt3-heading {
  font-family: "Fjalla One", sans-serif;
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
}

.contact-opt3-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 24px;
  line-height: 1.65;
}

.contact-opt3-phone {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 26px;
  color: #fff !important;
  text-decoration: none !important;
  margin-bottom: 8px;
  line-height: 1.2;
}

.contact-opt3-phone:hover { color: #aed6f1 !important; }

.contact-opt3-phone i { margin-right: 8px; font-size: 22px; }

.contact-opt3-email {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.85) !important;
  text-decoration: none !important;
  margin-bottom: 22px;
  word-break: break-all;
}

.contact-opt3-email i { margin-right: 6px; }

.contact-opt3-email:hover { color: #fff !important; }

.contact-opt3-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  font-size: 13px;
  padding: 7px 16px;
  border-radius: 20px;
}

/* Right rows */

.contact-opt3-row {
  overflow: hidden;
  padding: 18px 28px;
  border-bottom: 1px solid #f0f0f0;
}

.contact-opt3-row:last-child { border-bottom: none; }

.contact-opt3-icon {
  float: left;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  margin-right: 16px;
  flex-shrink: 0;
}

.co-green  { background: #e8f5e9; color: #2e7d32; }

.co-orange { background: #fff3e0; color: #e65100; }

.co-purple { background: #f3e5f5; color: #6a1b9a; }

.co-blue   { background: #e3f2fd; color: #1565c0; }

.contact-opt3-text { overflow: hidden; padding-top: 2px; }

.contact-opt3-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #aaa;
  margin-bottom: 3px;
}

.contact-opt3-value {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1a3a5c;
  line-height: 1.3;
}

/* Responsive */

@media (max-width: 767px) {
  .contact-opt3-left,
  .contact-opt3-right {
    float: none;
    width: 100%;
  }
  .contact-opt3-left { padding: 28px 20px; }
  .contact-opt3-row { padding: 16px 20px; }
}

/* ---- Contact Page Option B ---- */

.contact-optB {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin-bottom: 36px;
}

.contact-optB-top {
  background: #27ae60;
  padding: 22px 28px;
  overflow: hidden;
}

.contact-optB-top-left {
  float: left;
}

.contact-optB-top-left h2 {
  font-family: "Fjalla One", sans-serif;
  font-size: 24px;
  color: #fff;
  margin: 0 0 3px;
  font-weight: normal;
  line-height: 1.2;
}

.contact-optB-top-left p {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

.contact-optB-top-right {
  float: right;
  text-align: right;
  padding-top: 2px;
}

.contact-optB-phone {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 28px;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.1;
}

.contact-optB-phone i { margin-right: 6px; font-size: 22px; }

.contact-optB-phone:hover { color: #d5f5e3 !important; }

.contact-optB-email-sm {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.85) !important;
  text-decoration: none !important;
  margin-top: 4px;
}

.contact-optB-email-sm:hover { color: #fff !important; }

/* Bottom tiles */

.contact-optB-bottom {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
}

.contact-optB-cell {
  display: table-cell;
  padding: 22px 20px;
  border-right: 1px solid #f0f0f0;
  vertical-align: middle;
}

.contact-optB-cell:last-child { border-right: none; }

.contact-optB-row { overflow: hidden; }

.contact-optB-icon {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  margin-right: 12px;
  flex-shrink: 0;
}

.cob-green  { background: #e8f5e9; color: #2e7d32; }

.cob-orange { background: #fff3e0; color: #e65100; }

.cob-purple { background: #f3e5f5; color: #6a1b9a; }

.cob-blue   { background: #e3f2fd; color: #1565c0; }

.contact-optB-body { overflow: hidden; padding-top: 1px; }

.contact-optB-lbl {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #aaa;
  margin-bottom: 3px;
}

.contact-optB-val {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1a3a5c;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .contact-optB-top-left,
  .contact-optB-top-right { float: none; text-align: left; }
  .contact-optB-top-right { margin-top: 14px; }
  .contact-optB-bottom { display: block; }
  .contact-optB-cell {
    display: block;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 20px;
  }
  .contact-optB-cell:last-child { border-bottom: none; }
}

/* ---- Contact Phone Banner ---- */

.contact-phone-banner {
  background: #27ae60;
  border-radius: 10px;
  padding: 36px 32px;
  text-align: center;
  margin-bottom: 36px;
}

.cpb-tag {
  font-family: "Fjalla One", sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  display: block;
  margin-bottom: 12px;
}

.cpb-num {
  font-family: "Fjalla One", sans-serif;
  font-size: 54px;
  color: #fff;
  display: block;
  line-height: 1;
  text-decoration: none !important;
  margin-bottom: 20px;
}

.cpb-num:hover { color: #d5f5e3 !important; }

.cpb-btn {
  display: inline-block;
  background: #fff;
  color: #27ae60 !important;
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  padding: 13px 36px;
  border-radius: 6px;
  text-decoration: none !important;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.cpb-btn:hover {
  background: #d5f5e3 !important;
  color: #1a7a42 !important;
}

@media (max-width: 767px) {
  .cpb-num { font-size: 38px; }
}

/* ---- Contact Strip (phone + email only) ---- */

.contact-strip {
  border-top: 3px solid #27ae60;
  border-bottom: 3px solid #2471A3;
  background: #fff;
  padding: 28px 32px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 36px;
}

.contact-strip-half {
  float: left;
  width: 50%;
  padding-right: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-strip-right {
  padding-right: 0;
  padding-left: 32px;
  border-left: 1px solid #eee;
}

.cstrip-lbl {
  font-family: "Fjalla One", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aaa;
  display: block;
  margin-bottom: 8px;
}

.cstrip-val {
  font-family: "Fjalla One", sans-serif;
  font-size: 30px;
  color: #1a3a5c;
  display: block;
  line-height: 1;
  text-decoration: none !important;
}

.cstrip-val:hover { color: #27ae60 !important; }

.cstrip-email {
  font-size: 20px;
  word-break: break-all;
}

@media (max-width: 767px) {
  .contact-strip-half,
  .contact-strip-right {
    float: none;
    width: 100%;
    padding: 0 0 20px;
    border-left: none;
  }
  .contact-strip-right {
    padding-top: 20px;
    padding-bottom: 0;
    border-top: 1px solid #eee;
  }
  .cstrip-val { font-size: 24px; }
  .cstrip-email { font-size: 16px; }
}

/* ---- Audience Rows (Option C) ---- */

.audience-rows {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #dde3ea;
  margin: 24px 0 28px;
}

.audience-row {
  display: block;
  overflow: hidden;
  padding: 26px 28px;
  background: #fff;
  text-decoration: none !important;
  border-bottom: 1px solid #f0f0f0;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.audience-row:last-child { border-bottom: none; }

.audience-row-blue { border-left: 5px solid #2471A3; }

.audience-row-green { border-left: 5px solid #27ae60; }

.audience-row-blue:hover  { background: #f0f7ff; }

.audience-row-green:hover { background: #f0fff5; }

.ar-icon {
  float: left;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
  font-size: 28px;
  margin-right: 22px;
  flex-shrink: 0;
}

.ar-icon-blue  { background: #e3f2fd; color: #1565c0; }

.ar-icon-green { background: #e8f5e9; color: #2e7d32; }

.ar-body { overflow: hidden; padding-top: 4px; }

.ar-title {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 22px;
  color: #1a3a5c;
  margin-bottom: 6px;
  line-height: 1.2;
}

.ar-desc {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #666;
  line-height: 1.65;
  margin-bottom: 14px;
}

.ar-btn {
  display: inline-block;
  font-family: "Fjalla One", sans-serif;
  font-size: 15px;
  padding: 9px 22px;
  border-radius: 6px;
  letter-spacing: 0.03em;
  text-decoration: none !important;
}

.ar-btn-blue  { background: #2471A3; color: #fff !important; }

.ar-btn-green { background: #27ae60; color: #fff !important; }

.audience-row-blue:hover  .ar-btn-blue  { background: #1a5276; }

.audience-row-green:hover .ar-btn-green { background: #1a7a42; }

@media (max-width: 767px) {
  .ar-icon { width: 48px; height: 48px; line-height: 48px; font-size: 22px; margin-right: 14px; }
  .ar-title { font-size: 18px; }
}

/* ---- Intro Text Block Option A ---- */

.intro-accent {
  display: inline-block;
  width: 52px;
  height: 4px;
  background: #27ae60;
  border-radius: 2px;
  margin: 6px 0 16px;
}

.intro-sub {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #2471A3 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px !important;
  line-height: 1.4 !important;
}

.intro-lead {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  font-style: italic;
  color: #555;
  line-height: 1.75;
  margin-bottom: 14px !important;
  border-left: 3px solid #27ae60;
  padding-left: 16px;
}

.intro-body {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  color: #555;
  line-height: 1.75;
}

/* ---- Offer Grid ---- */

.offer-grid {
  margin: 16px 0 28px;
}

.offer-item {
  overflow: hidden;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.offer-item:last-child { border-bottom: none; }

.offer-icon {
  float: left;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #e8f5e9;
  color: #2e7d32;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  margin-right: 14px;
  flex-shrink: 0;
}

.offer-body { overflow: hidden; padding-top: 2px; }

.offer-title {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 19px;
  color: #1a3a5c;
  margin-bottom: 3px;
}

.offer-desc {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* ---- Recruiting Box ---- */

.recruit-box {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #c3e6cb;
  margin: 28px 0;
}

.recruit-header {
  background: #27ae60;
  padding: 18px 24px;
}

.recruit-header h2 {
  font-family: "Fjalla One", sans-serif;
  font-size: 26px;
  color: #fff;
  font-weight: normal;
  margin: 0 0 4px;
  line-height: 1.2;
}

.recruit-header p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: italic;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

.recruit-header strong { color: #fff; }

.recruit-body {
  background: #f0f7e6;
  padding: 22px 24px;
  overflow: hidden;
}

.recruit-img {
  float: left;
  width: 200px;
  margin-right: 22px;
}

.recruit-content { overflow: hidden; }

.recruit-intro {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.6;
}

.recruit-cols { overflow: hidden; margin-bottom: 16px; }

.recruit-col {
  float: left;
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.recruit-col:last-child { padding-right: 0; padding-left: 10px; }

.recruit-col-title {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 17px;
  color: #1a5c2a;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.recruit-col-title i { margin-right: 5px; }

.recruit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recruit-list li {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #444;
  padding: 3px 0 3px 16px;
  position: relative;
  line-height: 1.5;
}

.recruit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #27ae60;
  font-weight: 700;
}

.recruit-cta {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333;
  padding-top: 14px;
  border-top: 1px solid #c3e6cb;
  clear: both;
}

.recruit-cta a { color: #1a5c2a; }

.recruit-link {
  display: inline-block;
  background: #27ae60;
  color: #fff !important;
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  padding: 5px 14px;
  border-radius: 4px;
  text-decoration: none !important;
  margin-left: 6px;
}

.recruit-link:hover { background: #1a7a42; }

@media (max-width: 767px) {
  .recruit-img { float: none; width: 100%; margin: 0 0 16px; }
  .recruit-col { float: none; width: 100%; padding: 0 0 14px; }
  .recruit-col:last-child { padding: 0; }
}

/* ---- Areas We Serve ---- */

.areas-section {
  background: #f4f7fb;
  padding: 44px 0 36px;
  border-top: 1px solid #dde3ea;
  border-bottom: 1px solid #dde3ea;
}

.areas-header {
  text-align: center;
  margin-bottom: 28px;
}

.areas-title {
  font-family: "Fjalla One", sans-serif;
  font-size: 34px;
  color: #1a3a5c;
  font-weight: normal;
  margin: 0 0 10px;
}

.areas-sub {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-style: italic;
  color: #666;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

.areas-grid {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 28px;
}

.area-card {
  display: table-cell;
  background: #fff;
  border: 1px solid #dde3ea;
  border-right: none;
  padding: 22px 14px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.area-card:first-child { border-radius: 10px 0 0 10px; }

.area-card:last-child  { border-right: 1px solid #dde3ea; border-radius: 0 10px 10px 0; }

.area-card:hover { background: #eaf3fb; }

.area-card i {
  display: block;
  font-size: 22px;
  color: #2471A3;
  margin-bottom: 8px;
}

.area-card span {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  color: #1a3a5c;
  line-height: 1.3;
}

.areas-cta {
  text-align: center;
}

@media (max-width: 767px) {
  .areas-grid { display: block; }
  .area-card {
    display: inline-block;
    width: auto;
    border-radius: 20px !important;
    border: 1px solid #dde3ea !important;
    padding: 10px 18px;
    margin: 4px;
  }
  .area-card i { display: none; }
  .area-card span { font-size: 14px; }
}

/* ---- Agency Page Intro ---- */

.agency-intro {
  overflow: hidden;
  margin-bottom: 32px;
}

.agency-intro-text {
  float: left;
  width: 60%;
  padding-right: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.agency-intro-img {
  float: left;
  width: 40%;
  padding-top: 8px;
}

.agency-intro-tag {
  display: inline-block;
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #27ae60;
  background: #e8f5e9;
  border: 1px solid #c3e6cb;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.agency-intro-h2 {
  font-family: "Fjalla One", sans-serif;
  font-size: 26px !important;
  color: #1a3a5c !important;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 16px !important;
}

.agency-intro-lead {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #555;
  line-height: 1.75;
  margin-bottom: 18px !important;
}

.agency-highlight-box {
  background: #eaf3fb;
  border-left: 4px solid #2471A3;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  overflow: hidden;
  margin-bottom: 18px;
}

.agency-highlight-icon {
  float: left;
  font-size: 24px;
  color: #2471A3;
  margin-right: 14px;
  margin-top: 2px;
}

.agency-highlight-body {
  overflow: hidden;
}

.agency-highlight-body strong {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 17px;
  color: #1a3a5c;
  margin-bottom: 4px;
}

.agency-highlight-body span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #555 !important;
  line-height: 1.6;
  display: block;
  text-shadow: none !important;
}

.agency-highlight-body span strong {
  color: #1a3a5c !important;
  text-shadow: none !important;
}

.agency-highlight-body strong {
  text-shadow: none !important;
}

.agency-intro-body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .agency-intro-text,
  .agency-intro-img { float: none; width: 100%; padding-right: 0; }
  .agency-intro-img { margin-top: 20px; }
}

/* ---- Agency Page Two-Column Layout ---- */

.agency-layout {
  overflow: hidden;
  margin-bottom: 36px;
}

.agency-col-img {
  float: left;
  width: 36%;
  padding-right: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.agency-col-text {
  float: left;
  width: 64%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Credential badge list under image */

.agency-badge-stack {
  background: #f4f7fb;
  border-radius: 8px;
  border: 1px solid #dde3ea;
  overflow: hidden;
}

.agency-badge-item {
  padding: 11px 16px;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a3a5c;
}

.agency-badge-item:last-child { border-bottom: none; }

.agency-badge-item i {
  font-size: 17px;
  margin-right: 10px;
  vertical-align: middle;
}

.agency-badge-item span {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .agency-col-img,
  .agency-col-text {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

/* ---- Agency Intro Redesign ---- */

.agency-intro-wrap {
  margin-bottom: 36px;
  overflow: hidden;
}

.agency-intro-photo {
  float: right;
  width: 38%;
  border-radius: 10px;
  margin: 4px 0 16px 28px;
}

/* Horizontal credential strip */

.agency-cred-strip {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #dde3ea;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f7fb;
}

.agency-cred-item {
  display: table-cell;
  padding: 16px 14px;
  border-right: 1px solid #dde3ea;
  vertical-align: middle;
  overflow: hidden;
}

.agency-cred-item:last-child { border-right: none; }

.agency-cred-item i {
  float: left;
  font-size: 22px;
  margin-right: 10px;
  margin-top: 2px;
}

.agency-cred-item div { overflow: hidden; }

.agency-cred-item strong {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 14px;
  color: #1a3a5c;
  font-weight: normal;
  line-height: 1.2;
}

.agency-cred-item span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .agency-intro-photo { float: none; width: 100%; margin: 0 0 18px; }
  .agency-cred-strip { display: block; }
  .agency-cred-item { display: block; border-right: none; border-bottom: 1px solid #dde3ea; }
  .agency-cred-item:last-child { border-bottom: none; }
}

/* Trust strip without inner container (agency page) */

.trust-strip.trust-strip-direct {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* ---- Agency Page — Mission / Why / Communities ---- */

.agency-section-title {
  font-family: "Fjalla One", sans-serif !important;
  font-size: 26px !important;
  color: #1a3a5c !important;
  font-weight: normal !important;
  margin: 0 0 14px !important;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

.agency-mission {
  margin-bottom: 36px;
  padding-bottom: 8px;
}

.agency-mission-accent {
  width: 48px;
  height: 4px;
  background: #27ae60;
  border-radius: 2px;
  margin-bottom: 14px;
}

.agency-mission-lead {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-style: italic;
  color: #555;
  line-height: 1.75;
  border-left: 3px solid #27ae60;
  padding-left: 16px;
  margin-bottom: 14px !important;
}

.agency-mission-body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.75;
}

/* Why cards */

.agency-why { margin-bottom: 36px; }

.agency-why-grid {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dde3ea;
  margin-top: 18px;
}

.agency-why-card {
  display: table-cell;
  background: #fff;
  padding: 24px 22px;
  border-right: 1px solid #dde3ea;
  vertical-align: top;
  text-align: center;
}

.agency-why-card:last-child { border-right: none; }

.agency-why-card:hover { background: #f8fffe; }

.agency-why-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  line-height: 48px;
  text-align: center;
  font-size: 22px;
  display: block;
  margin: 0 auto 12px;
}

.awc-blue   { background: #e3f2fd; color: #1565c0; }

.awc-green  { background: #e8f5e9; color: #2e7d32; }

.awc-orange { background: #fff3e0; color: #e65100; }

.agency-why-title {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  color: #1a3a5c;
  margin-bottom: 8px;
}

.agency-why-body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Communities */

.agency-communities { margin-bottom: 36px; }

.agency-cities {
  margin: 16px 0 12px;
}

.agency-city {
  display: inline-block;
  background: #eaf3fb;
  border: 1px solid #b3d4f0;
  color: #1a3a5c;
  font-family: "Fjalla One", sans-serif;
  font-size: 15px;
  padding: 8px 18px;
  border-radius: 24px;
  margin: 4px;
}

.agency-city i { margin-right: 6px; color: #2471A3; }

.agency-cities-note {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #888;
  margin-top: 8px;
}

.agency-cities-note a { color: #2471A3; }

@media (max-width: 767px) {
  .agency-why-grid { display: block; }
  .agency-why-card { display: block; border-right: none; border-bottom: 1px solid #dde3ea; }
  .agency-why-card:last-child { border-bottom: none; }
}

/* ---- Daycares intro two-col ---- */

.daycares-intro {
  overflow: hidden;
  margin-bottom: 28px;
}

.daycares-intro-text {
  float: left;
  width: 68%;
  padding-right: 32px;
  box-sizing: border-box;
}

.daycares-intro-img {
  float: left;
  width: 32%;
  padding-top: 8px;
  text-align: center;
}

@media (max-width: 767px) {
  .daycares-intro-text,
  .daycares-intro-img { float: none; width: 100%; padding-right: 0; margin-bottom: 16px; }
}

/* ---- Related Pages Strip ---- */

.related-pages-strip {
  background: #f4f7fb;
  border-top: 1px solid #dde3ea;
  border-bottom: 1px solid #dde3ea;
  padding: 28px 0;
  margin-top: 0;
}

.related-pages-strip .container {
  padding-left: 20px;
  padding-right: 20px;
}

.related-pages-label {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 14px;
}

.related-pages-grid {
  display: table !important;
  width: 100% !important;
  table-layout: fixed !important;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dde3ea;
}

.related-page-card {
  display: table-cell !important;
  background: #fff;
  padding: 16px 18px;
  border-right: 1px solid #dde3ea;
  text-decoration: none !important;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.related-page-card:last-child { border-right: none; }

.related-page-card:hover { background: #f0f7ff; }

.rpc-icon {
  float: left;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  line-height: 38px;
  text-align: center;
  font-size: 17px;
  margin-right: 12px;
  flex-shrink: 0;
}

.rpc-body { overflow: hidden; }

.rpc-title {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  color: #1a3a5c;
  line-height: 1.2;
}

.rpc-sub {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}

.rpc-arrow {
  float: right;
  color: #ccc;
  font-size: 18px;
  line-height: 38px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .related-pages-grid { display: block; }
  .related-page-card {
    display: block;
    border-right: none;
    border-bottom: 1px solid #dde3ea;
  }
  .related-page-card:last-child { border-bottom: none; }
}

/* ---- Provider Steps ---- */

.provider-steps {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dde3ea;
  margin-top: 18px;
}

.provider-step {
  overflow: hidden;
  padding: 20px 24px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.provider-step:last-child { border-bottom: none; }

.provider-step:hover { background: #f8fffe; }

.pstep-num {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2471A3;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  margin-right: 18px;
  flex-shrink: 0;
}

.provider-step:nth-child(odd) .pstep-num { background: #27ae60; }

.pstep-body { overflow: hidden; padding-top: 2px; }

.pstep-title {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  color: #1a3a5c;
  margin-bottom: 5px;
}

.pstep-desc {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.65;
  margin: 0;
}
/* ---- Footer Bar Option A ---- */
.footer-bar {
  background: #1c1c1c;
  padding: 18px 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.footer-bar-left {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
  width: 55%;
}
.footer-bar-name {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}
.footer-bar-copy {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.35);
}
.footer-bar-mid {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
.footer-bar-badge {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 4px 14px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.45);
}
.footer-bar-badge span {
  color: #27ae60;
  font-weight: 700;
}
.footer-bar-right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding-right: 28px;
  width: 20%;
}
.footer-bar-link {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  margin-right: 16px;
  letter-spacing: 0.03em;
}
.footer-bar-link:hover { color: #fff; }
.footer-bar-up {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 3px;
  line-height: 24px;
  text-align: center;
  color: rgba(255,255,255,0.35);
  font-size: 16px;
  text-decoration: none;
  vertical-align: middle;
}
.footer-bar-up:hover { border-color: rgba(255,255,255,0.4); color: #fff; }

@media (max-width: 767px) {
  .footer-bar { display: block; padding: 16px 20px; }
  .footer-bar-left, .footer-bar-mid, .footer-bar-right {
    display: block;
    width: 100%;
    text-align: left;
    padding: 6px 0;
  }
  .footer-bar-right { text-align: left; }
}

/* ---- Calculator Page ---- */
.calc-layout {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 28px;
}
.calc-card {
  display: table-cell;
  width: 56%;
  padding-right: 28px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.calc-info {
  display: table-cell;
  width: 44%;
  vertical-align: top;
}
.calc-card-header {
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  color: #1a3a5c;
  background: #f4f7fb;
  border: 1px solid #dde3ea;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 16px 22px;
}
.calc-card-header i { color: #2471A3; margin-right: 8px; }
.calc-card-body {
  background: #fff;
  border: 1px solid #dde3ea;
  border-radius: 0 0 10px 10px;
  padding: 24px 22px;
}
.calc-result-box {
  background: #f4f7fb;
  border: 1px solid #dde3ea;
  border-radius: 8px;
  text-align: center;
  padding: 20px 16px 14px;
  margin: 20px 0 16px;
}
.calc-result-label {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 6px;
}
.calc-result-num {
  font-family: "Fjalla One", sans-serif;
  font-size: 52px;
  color: #27ae60;
  line-height: 1;
}
.calc-result-sub {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #888;
  margin-top: 4px;
}
.calc-savings-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 4px;
}
.calc-savings-table th {
  background: #1a3a5c;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 8px 10px;
  text-align: left;
}
.calc-savings-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #f0f0f0;
  font-family: "Roboto", sans-serif;
  color: #444;
}
.calc-savings-table tr:last-child td { border-bottom: none; }
.calc-savings-table tr:nth-child(even) td { background: #f8f9fa; }
.calc-save-num { color: #27ae60 !important; font-weight: 700; }
.calc-disclaimer {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  color: #aaa;
  margin-top: 8px;
  line-height: 1.5;
}
.calc-dollar-sign {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  color: #555;
  pointer-events: none;
}
/* Why items in calc info column */
.calc-why-grid {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #dde3ea;
  border-radius: 10px;
  overflow: hidden;
}
.calc-why-item {
  display: table-cell;
  background: #fff;
  padding: 18px 12px;
  text-align: center;
  border-right: 1px solid #dde3ea;
  vertical-align: top;
}
.calc-why-item:last-child { border-right: none; }

@media (max-width: 767px) {
  .calc-layout { display: block; }
  .calc-card, .calc-info { display: block; width: 100%; padding-right: 0; margin-bottom: 20px; }
  .calc-why-grid { display: block; }
  .calc-why-item { display: block; border-right: none; border-bottom: 1px solid #dde3ea; }
  .calc-why-item:last-child { border-bottom: none; }
}

/* ---- Remove text-shadow from all page content ---- */
.services p, .services span, .services li,
.agency-mission-lead, .agency-intro-lead, .intro-lead,
.agency-mission-body, .intro-body, .agency-intro-body {
  text-shadow: none !important;
}

/* ---- Override main.css body color (#34495e is too dark/heavy) ---- */
.services p,
.services span:not(.agency-intro-tag):not(.ar-title):not(.ar-btn):not(.stat-num-b):not(.stat-title-b):not(.offer-title):not(.pstep-title):not(.agency-why-title):not(.rpc-title):not(.footer-bar-name),
.main-info p,
.agency-mission-lead,
.agency-mission-body,
.intro-lead,
.intro-body,
.agency-intro-body,
.daycares-intro-text p,
.calc-card-body p {
  color: #555 !important;
  text-shadow: none !important;
}

/* ---- Global text-shadow removal for all content areas ---- */
.services *,
.main-info *,
.agency-highlight-box *,
.agency-highlight-body *,
.calc-card *,
.calc-info *,
.recruit-box *,
.agency-why-card *,
.provider-step *,
.audience-row * {
  text-shadow: none !important;
}

/* ---- Remove all underlines from content text ---- */
.agency-mission-lead strong,
.agency-mission-lead a,
.intro-lead strong,
.intro-lead a,
.agency-intro-lead strong,
.agency-intro-lead a,
.agency-highlight-body strong,
.agency-highlight-body span,
.services p strong,
.services p a:not(.btn-hero-primary):not(.btn-hero-secondary),
.calc-info strong,
.calc-card p strong {
  text-decoration: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
}

/* Fix italic lead text - lighter weight so bold inside doesn't look shadowed */
.agency-mission-lead,
.intro-lead,
.agency-intro-lead {
  font-weight: 500;
  color: #666 !important;
}

.agency-mission-lead strong,
.intro-lead strong,
.agency-intro-lead strong {
  color: #1a3a5c !important;
  font-style: normal;
}

/* ---- Highlight box title (replaces strong tag) ---- */
.ahb-title {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 17px;
  color: #1a3a5c;
  font-weight: normal;
  margin-bottom: 6px;
  text-shadow: none !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
