 body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.15rem!important;
}

 h1, h2, h3 {
  color: #006;
  font-weight: 700;
}

h4 {
  color: #006; 
  font-weight: 600;
} 

p {
    font-size: 1.15rem!important;
}

p1 {
	font-size: 1.15rem!important;
	font-weight: 500;
}

p2 {
	font-size: 1.35rem!important;
	font-weight: 600;
	color: #050167;

}

a {
  text-decoration: none;
}

/* NAVIGATION */

.navbar-light .navbar-nav .nav-link {
  font-size: 1.125rem;
  color: #0F2440;
  font-weight: 600;
  text-align: center;
  transition: color .2s ease, background-color .2s ease;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #00C9A7;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #50398b;
}


/* Hamburger menu colours */

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='Cyan' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}
.navbar-toggler {
  border: 2px solid #0F2440!important;
  margin-right: .5rem;
}
.navbar-toggler:focus{
  box-shadow: none!important;
}


/* Style Book a Free Call menu item */
#menu-item-74 .nav-link {
  background: #00866E;
	font-size: 14px;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 18px;
  margin-left: 50px;
  text-align: center;
   /* max-width: 200px;  */


}

#menu-item-74 .nav-link:hover,
#menu-item-74 .nav-link:focus {
   background: #00C9A7;
  color: #0F2440;
}

/* Submenu */
.nav-item > .sub-menu {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
	border-radius: 16px;
	border-top: 4px solid #302253;
	border-top-color: #302253;
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
	transition: box-shadow .2s ease;
    list-style: none;
	text-align: left!important;
	padding: 0;
}



/* NAVIGATION END */


/* VISIBILITY CLARITY - WPOptimal SAFE CSS */

/* ---------- Base ---------- */

.vc-section,
.vc-hero,
.vc-final-cta {
  font-family: 'Montserrat', Arial, sans-serif;
}

.vc-section {
  padding: 50px 24px;
}

.vc-section-light {
  background: #ffffff;
}

.vc-section-soft {
  background: #f8fafc;
}

.vc-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.vc-center {
  text-align: center;
}

/* ---------- Typography ---------- */

.vc-eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.vc-eyebrow-mint {
  color: #00866E;
}

.vc-eyebrow-amber {
  color: #B57A0A;
}

.vc-eyebrow-hero {
  color: #F5A623;
}

.vc-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  color: #0F2440;
  margin: 0 0 16px;
}

.vc-title-lg {
  font-size: 42px;
}

.vc-title-feature {
  font-size: 28px;
}

.vc-title-wide {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.vc-title-medium {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.vc-title-local {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.vc-copy {
  font-size: 15px;
  line-height: 1.75;
  color: #475569;
}

.vc-copy p {
  margin: 0 0 14px;
}

.vc-copy p:last-child {
  margin-bottom: 0;
}

.vc-copy-lg {
  font-size: 18px;
  line-height: 1.65;
}

.vc-copy-sm {
  font-size: 14px;
  line-height: 1.65;
}

.vc-copy-narrow {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.vc-copy-medium {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.vc-copy-medium-spaced {
  max-width: 720px;
  margin: 0 auto 36px;
}

.vc-intro {
  font-size: 15px;
  color: #475569;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.vc-bridge {
  font-size: 14px;
  color: #475569;
  max-width: 740px;
  margin: 0 auto;
  line-height: 1.7;
}

.vc-note {
  font-size: 14px;
  color: #475569;
  margin-top: 12px;
}

/* ---------- Buttons ---------- */

.vc-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s ease;
}

.vc-btn:hover {
  background: #00C9A7;
  opacity: .9;
  text-decoration: none;
  color: #0F2440;
}

.vc-btn-primary {
  background: #00866E;
  color: #ffffff;
}

.vc-btn-primary:hover {
  background: #00C9A7;
  color: #0F2440;
}

.vc-btn-secondary {
  background: transparent;
  color: #00866E;
  border: 2px solid #00866E;
}

.vc-btn-secondary-light {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,.45);
}

 .vc-btn-secondary:hover,
.vc-btn-secondary-light:hover {
	background: transparent;
	color: #F5A623;
	border: 2px solid #F5A623;
} 

/*.vc-btn-secondary:hover,
.vc-btn-secondary-light:hover {
  background: #F5A623;
  border-color: #F5A623;
  color: #ffffff;
}*/

.vc-btn + .vc-btn {
  margin-left: 12px;
}

.vc-btn-row {
  margin-top: 24px;
}

/* ---------- Hero ---------- */

.vc-hero {
  background: linear-gradient(180deg, #0F2440 0%, #0F2440 18%, #162b49 36%, #302253 100%);
  color: #ffffff;
  padding: 100px 24px 90px;
  text-align: center;
}

.vc-hero-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  max-width: 800px;
  margin: 0 auto 18px;
  color: #ffffff;
}

.vc-hero-subheadline {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,.85);
  max-width: 680px;
  margin: 0 auto 28px;
  line-height: 1.65;
}

.vc-hero-copy {
  font-size: 15px;
  color: rgba(255,255,255,.75);
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.7;
}

.vc-hero-cta-row {
  margin-top: 32px;
}

/* ---------- Cards ---------- */

.vc-card {
  background: #ffffff;
  border-radius: 16px;
  text-align: left;
}

.vc-card-shadow {
  box-shadow: 0 4px 18px rgba(15,36,64,.07);
}

/* ---------- Framework Cards ---------- */

.vc-framework-card {
  background: #f8fafc;
  border-radius: 14px;
  padding: 28px 22px;
  text-align: left;
  border-top: 4px solid #cbd5e1;
  transition: box-shadow .2s ease;
  height: 100%;
}

.vc-framework-card:hover {
  box-shadow: 0 8px 28px rgba(15,36,64,.1);
}

.vc-framework-card.ai {
  border-top-color: #00A88A;
}

.vc-framework-card.local {
  border-top-color: #B57A0A;
}

.vc-framework-card.content {
  border-top-color: #0F2440;
}

.vc-framework-card.voice {
  border-top-color: #302253;
}

.vc-framework-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0F2440;
  margin: 0 0 8px;
}

.vc-framework-card p {
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 10px;
}

.vc-service-label {
  font-size: 11px;
  font-weight: 700;
  color: #00866E;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vc-framework-bridge {
  margin-top: 16px;
}



/* ---------- Service Overview Cards ---------- */

.vc-service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 4px 18px rgba(15,36,64,.07);
  border-left: 5px solid #cbd5e1;
  height: 100%;
}

.vc-service-card.ai {
  border-left-color: #00A88A;
}

.vc-service-card.local {
  border-left-color: #B57A0A;
}

.vc-service-card.content {
  border-left-color: #0F2440;
}

.vc-service-card.voice {
  border-left-color: #302253;
}

.vc-service-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0F2440;
  margin: 0 0 10px;
}

.vc-service-desc {
  font-size: 14px;
  color: #475569;
  margin: 0 0 16px;
  line-height: 1.65;
}

.vc-service-help {
  font-size: 14px;
  color: #475569;
  margin: 0 0 18px;
  line-height: 1.65;
}

.vc-service-help strong {
  color: #0F2440;
}

.vc-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vc-row-md > .col {
  display: flex;
}

.vc-row-md > .col .vc-service-card {
  width: 100%;
}

.vc-service-card .vc-btn-row {
  margin-top: auto;
}


/* ---------- Feature Visual Cards ---------- */

.vc-ai-check-card {
  display: block;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  min-height: auto;
  padding: 28px 24px;
  box-shadow: 0 4px 18px rgba(15,36,64,.07);
  text-align: left;
}

.vc-feature-card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: #0F2440;
  margin: 0 0 12px;
}

.vc-feature-card-copy {
  margin-bottom: 18px;
}

.vc-check-row {
  background: #f8fafc;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #0F2440;
}

.vc-check-row span {
  display: inline-block;
  font-weight: 700;
}

.vc-check-row strong {
  float: right;
  font-size: 12px;
  font-weight: 700;
}

.vc-status-missing {
  color: #B91C1C;
}

.vc-status-partial {
  color: #B57A0A;
}


/* ---------- Feature Sections ---------- */

.vc-feature-visual {
  background: #e2e8f0;
  border-radius: 16px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
  text-align: center;
}

.vc-feature-text .vc-title {
  font-size: 28px;
}

.vc-feature-list {
  padding-left: 20px;
  margin: 16px 0;
}

.vc-feature-list li {
  font-size: 14px;
  color: #475569;
  margin-bottom: 12px;
  line-height: 1.6;
}

.vc-feature-list li strong {
  color: #0F2440;
}

/* ---------- Who It Helps ---------- */

.vc-who-card {
  background: #f8fafc;
  border-radius: 14px;
  padding: 26px 22px;
  text-align: left;
  border-top: 4px solid #00A88A;
  height: 100%;
}

.vc-who-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #0F2440;
  margin: 0 0 10px;
}

.vc-who-card p {
  font-size: 13px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

.vc-who-closing {
  font-size: 14px;
  color: #475569;
  max-width: 740px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---------- Dark Sections ---------- */

.vc-consult {
  background: linear-gradient(135deg, #0F2440 0%, #1a3a5c 100%);
  color: #ffffff;
  text-align: center;
}

.vc-consult .vc-title,
.vc-final-cta .vc-title {
  color: #ffffff;
}

.vc-consult .vc-copy,
.vc-final-cta .vc-copy {
  color: rgba(255,255,255,.82);
}

.vc-final-cta {
  /* background: linear-gradient(180deg, #0F2440 0%, #1b2f4f 100%); */
	background: linear-gradient(180deg, #1b2f4f 0%, #0F2440 100%);
  color: #ffffff;
  text-align: center;
  padding: 90px 24px;
}

/* ---------- Bootstrap spacing helpers ---------- */

.vc-row-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.vc-row-sm > .col,
.vc-row-sm > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.vc-row-md {
  margin-left: -12px;
  margin-right: -12px;
}

.vc-row-md > .col,
.vc-row-md > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.vc-row-lg {
  margin-left: -24px;
  margin-right: -24px;
}

.vc-row-lg > .col,
.vc-row-lg > [class*="col-"] {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 48px;
}

/* ---------- Mobile ---------- */

@media (max-width: 991px) {
  .navbar {
    padding: 12px 20px;
  }

  .navbar .navbar-brand img {
    max-width: 210px;
  }

  .main-nav-bar-menu {
    text-align: left;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
  }

  .navbar-nav {
    align-items: flex-start;
  }

  .navbar-nav.flex-nowrap {
    flex-wrap: wrap !important;
  }

  .navbar-nav .nav-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 12px 0;
  }

  #menu-item-74 {
    width: 100%;
    text-align: center;
  }

  #menu-item-74 .nav-link {
    display: inline-block;
    width: auto;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    padding: 10px 18px;
    text-align: center;
  }
 
  } 
 /* .vc-mobile-visual-first {
    display: flex;
    flex-direction: column-reverse;
  } */
	




@media (max-width: 768px) {
  .vc-section {
    padding: 55px 20px;
  }

  .vc-hero {
    padding: 80px 20px 70px;
  }

  .vc-hero-title {
    font-size: 26px;
  }

  .vc-title {
    font-size: 26px;
  }

  .vc-title-feature,
  .vc-feature-text .vc-title {
    font-size: 26px;
  }

  .vc-btn + .vc-btn {
    margin-left: 0;
    margin-top: 10px;
  }

  .vc-hero-cta-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .vc-feature-visual {
    min-height: 200px;
  }

  .vc-row-sm,
  .vc-row-md,
  .vc-row-lg {
    margin-left: 0;
    margin-right: 0;
  }

  .vc-row-sm > .col,
  .vc-row-sm > [class*="col-"],
  .vc-row-md > .col,
  .vc-row-md > [class*="col-"],
  .vc-row-lg > .col,
  .vc-row-lg > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .vc-framework-bridge {
    margin-top: 18px;
  }
	
}

@media (max-width: 480px) {
  .navbar {
    padding: 10px 16px;
  }

  .navbar .navbar-brand img {
    max-width: 185px;
  }
}
