<style>
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --blue: #1a9fd4;
    --blue-dark: #004683;
    --dark: #224a5a;
    --mid: #3a3f4b;
    --light-bg: #e8f3f9;
    --white: #ffffff;
    --slate-light:#282c2e;
    --slate-dark:#1e2124;
    --border: #e2e8f0;
    --font-display: 'Host Grotesk', sans-serif;
    --font-body: 'Host Grotesk', sans-serif;
    --border-radius:20px 20px 0px 0px;
    --border-radius-100:20px;
    --font-body-SM: 0.85rem;
    
    /* Overwritten Bootstrap Styles */
    
	--bs-gutter-x:2rem !important;
  }
  
.bg-blue        { background-color: var(--blue);color:#fff; }
.bg-blue-dark   { background-color: var(--blue-dark);color:#fff; }
.bg-dark        { background-color: var(--dark);color:#fff; }
.bg-mid         { background-color: var()b;color:#fff; }
.bg-light-bg    { background-color: var(); }
.bg-white       { background-color: var(); }
.bg-slate-light { background-color: var();color:#fff; }
.bg-slate-dark  { background-color: var();color:#fff; }
.bg-photo-dark  { color:#fff; }

.bg-blue em,       
.bg-blue-dark em,  
.bg-dark em,       
.bg-mid em,  
.bg-photo-dark em  { color:var(--blue); }

.border-50 {
	border-radius:var(--border-radius);
}

.border-100 {
	border-radius:var(--border-radius-100);
}

  html { scroll-behavior: smooth; }
  body { 
  	font-family: var(--font-body); 
  	color: var(--dark);
	background-color: linear-gradient(to bottom, #fff 0%, #fff 50%, var(--blue) 50%, var(--blue) 100%);
  	line-height: 1.6; 
  	overflow-x: hidden; 
  }
 
  a { text-decoration: none; color: inherit; }
  img { display: block; max-width: 100%; }

  /* ── NAV ── */
  
  
  .btn-primary,
  .btn-secondary,
  .btn-outline {
  	font-size:0.85rem;
    padding: 6px 16px;
    border:1px;
    border-radius: 99px;
    letter-spacing: 0.04em;
    font-weight: 100;
    cursor: pointer;
    letter-spacing: 0.04em;
    transition: background 0.2s, transform 0.15s;
	display: flex;
  	flex-direction: row;
  	align-items: center;
  	align-self: start;
  }
  
  .btn-primary .material-symbols-outlined,
  .btn-secondary .material-symbols-outlined,
  .btn-outline .material-symbols-outlined {
  	font-size:1rem;
  }
  


  .btn-primary,
  .btn-secondary {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);

  }
  .btn-secondary {
  	background: var(--blue-dark);
  }
  .btn-primary:hover { background: var(--blue-dark);}
  .btn-outline {
    background: transparent;
    color: var(--blue);
    border: 1px solid var(--blue);
    font-family: var(--font-body);
	display: flex;
  	flex-direction: row;
  	align-items: center;
  	align-self: start;
  }
  .btn-outline:hover {
    background: var(--blue);
    color: #fff;
    border: 1px solid var(--blue);
  }
  
  .btn-primary span, .btn-outline span, .btn-secondary span {
  	margin-left:10px;
  	margin-right:-10px;
  }
  
  .hero-content .btn-outline,
  .projects-content .btn-outline {
	color:#fff;
  	border: 1px solid #fff;
  }
  
  .blueBack .btn-outline {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-family: var(--font-body);
  }
  
	.blueBack .btn-outline:hover {
    background: var(--blue-dark);
    color: #fff;
    border: 1px solid var(--blue-dark);
    font-family: var(--font-body);
  }
  
.textAndImageButtons {
	display:flex;
	flex-direction:column;
	gap:8px;
	margin-bottom: 2.5rem;
}

@media (min-width: 992px) { 

.textAndImageButtons {
	display:flex;
	flex-direction:row;
	gap:8px;
	margin-bottom: 2.5rem;
}
}
  
  
.borderRadius {
	 border-radius:var(--border-radius);
}  
  
 
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom:1rem;
} 
  
.smHeading,
.mdHeading,
.lgHeading,
.xlHeading {
	font-weight:400;
	line-height: 1.15;
    margin-bottom: 2rem;
    letter-spacing: -0.025em;
}

.smHeading em,
.mdHeading em,
.lgHeading em,
.xlHeading em {
	font-style: normal;
}

.xsHeading {
	font-size:1.5rem;
}

.smHeading {
	font-size:1.5rem;
}

@media (min-width: 768px) { 
	.smHeading {
		font-size:	1.5rem;
	}
}

.mdHeading, 
.mdHeading h1,
.mdHeading h2,
.mdHeading h3,
.mdHeading h4,
.mdHeading h5 {
	font-size:	1.8rem;
	font-weight:400;
	line-height:1.3;
}

.whiteBack .mdHeading, 
.whiteBack .mdHeading h1,
.whiteBack .mdHeading h2,
.whiteBack .mdHeading h3,
.whiteBack .mdHeading h4,
.whiteBack .mdHeading h5 {
font-weight:400;
	color:var(--blue);
}

.whiteBack {
	
}

@media (min-width: 768px) { 
	.mdHeading, 
	.mdHeading h1,
	.mdHeading h2,
	.mdHeading h3,
	.mdHeading h4,
	.mdHeading h5 {
		font-size:	2.5rem;
	}
}

.lgHeading {
    font-size:2.5rem;
}

@media (min-width: 768px) { 
	.lgHeading {
		font-size:	3.2rem;
	}
}

.xlHeading {
	font-family: var(--font-display);
  	font-size: clamp(2.8rem, 6vw, 4.4rem);
  	line-height: 1.1;
  }
  
@media (min-width: 768px) { 
	.xlHeading {

  	}
}
  
  
  .topbar {
  	 text-align:center;
  	 background-color:var(--dark);
  	 border-radius: var(--border-radius);
  	 margin-top:110px !important;
  	 padding:0px 0px 20px 0px;
  }
.topbarContact {
	display:none;
	color:#fff;
	padding:15px;
  }
  
  .topbarContact span {
	color:var(--blue);
	font-weight:bold;
}
  .topbarMobile {
  	display:flex;
  	justify-content:center;
  	font-weight:bold;
  }
  .topbarMobile a {
	color:#fff;
  	padding:10px 5px;
  }
.topbarMobile a span {
	color:var(--blue);
}
  
@media (min-width: 768px) { 
	.topbarContact {
		display:block;
	}
	.topbarMobile {
		display:none;
	}
}
  
	/* ── NAV ── */

  /* ── HERO ── */
  .hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--dark);
  }
  .hero-bg {
    position: absolute; 
    inset: 0;
  }
  
  #location .hero-bg,
  #primary .hero-bg {
  	opacity:0;
  }
  
   @media (min-width: 992px) {
	  #location .hero-bg,
	  #primary .hero-bg {
  		opacity:1;
  	}
  }
  
  .hero-content {
	width: 100%;
  	animation: fadeUp 0.9s ease both;
  	height: 100%;
  	top: 0;
 	 display: flex;
  	justify-content: center;
  	align-content: center;
	align-items: center;
    animation: fadeUp 0.9s ease both;
  }
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .hero-eyebrow {
    font-family: var(--font-display);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 14px;
  }
  .hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 6vw, 4.4rem);
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -0.025em;
  }
  .hero h1 em { color: var(--blue); font-style: normal; }
  .hero p {
    font-size: 1rem;
    color: rgba(255,255,255,1);
    margin-bottom: 32px;
    max-width: 500px;
    font-weight: 300;
  }
  
  .landing h1 span {
	margin-top:2rem;
  	display:block;
  	font-size:1.8rem;
  	letter-spacing:0;
  }
  
	.hero-actions { 
  		display: flex; 
  		flex-direction:row; 
  		gap: 6px; 
  		flex-wrap: wrap; 
  		margin-bottom:1.5rem; 
  	}
  
  .hero-actions a {
  	align-self: start;
  }
  
  @media (min-width: 768px) {
  	.hero-actions { display: flex; flex-direction:row; gap: 12px; flex-wrap: wrap; margin-bottom:3rem; }
  }


  section {
	background-color:#fff;
	position:relative;
  	padding: 80px 1rem;
  	border-radius:var(--border-radius);
  }
  
  @media (min-width: 992px) {
  section {
  	padding: 120px 0px;
  }
  }
  
  .whiteBack {
  	background-color:#fff;
  }
  
	.whiteBack h1,
	.whiteBack h2,
    .whiteBack h3,
    .whiteBack h4,
    .whiteBack h5 {
    	color:var(--blue);
    }
  
  
  .lightBlueBack {
	background-color:var(--light-bg);
  }
  
  	.lightBlueBack h1,
	.lightBlueBack h2,
    .lightBlueBack h3,
    .lightBlueBack h4,
    .lightBlueBack h5 {
    	color:var(--blue);
    }
  
  .darkBlueBack {	
 	background-color:var(--dark);
 	color:#fff;
  }
  
  .blueBack {	
 	background-color:var(--blue);
 	color:#fff;
  }
  
  .secondaryHeader {
  	padding-top: 120px;
  	padding-bottom: 120px;
  	border-radius: var(--border-radius);
  }
  
  .secondaryHeader .colR {
  	margin-top:0.5rem;
  }
  
  .secondaryHeader img {
  	border-radius:var(--border-radius-100);
  }
  
	.secondary-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--dark);
  }
  .secondary-hero-bg {
    position: absolute; 
    inset: 0;
  }
  
.secondary-hero-content {
	width: 100%;
  	animation: fadeUp 0.9s ease both;
  	height: 100%;
  	top: 0;
 	 display: flex;
  	justify-content: center;
  	align-content: center;
	align-items: center;
    animation: fadeUp 0.9s ease both;
  }
  
  .secondary-hero-content.imageExists h1,
  .secondary-hero-content.imageExists p {
  	color:#fff;
  }
  
  .secondary-hero-content.imageExists h2, 
  .secondary-hero-content.imageExists h3,  
  .secondary-hero-content.imageExists h4 {
	color:var(--blue);  
  }

  
  /* ── INTRO STRIP ── */
  
  .intro-section {
  	border-radius:var(--border-radius);
  	background:var(--light-bg);
  	z-index:1;
  	margin-top:-20px;
  	position:relative;
  }
  
  .intro {
    padding: 0px 0px;
    align-items: center;
    margin: 0 auto;
  }
  .intro-label {
    font-size: 1rem;
    font-weight: 100;
    margin-bottom: 10px;
  }
  .intro h2 {
    font-family: var(--font-display);
    font-size: 3.5rem;
    font-weight: 200;
    line-height: 1.12;
    color: var(--slate-dark);
    margin-bottom: 0;
    letter-spacing: -0.025em;
  }
  .intro h2 em { color: var(--blue); font-style: normal; }
  .intro-right p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 20px;
    line-height: 1.75;
  }
  
  /* ── SERVICES ── */
  .services-section { 
	  padding:0px;
  }
  .services-list { max-width: 1200px; margin: 0 auto; }
  .service-item {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: background 0.2s;
    cursor: pointer;
  }

  
  
  .accordion-button:focus {
	 	z-index: 3;
		outline: 0;
  		box-shadow: none;
	}


.largeBullets h2 {
	font-weight:400;
	margin-bottom:1.5rem;
}

.largeBullets h2 em {
	color:var(--blue);
	font-style:normal;
}

section ul {
	margin-left:-10px;
}
section ul li {
	margin-left: 0px;
	margin-bottom: 0.75rem;
  	line-height: 1.3;
  	position:relative;
}

section ul li:after {
	content:'';
}

section ul li::marker {
	color:var(--blue);
}

/* LINK CARD */

.linkCard h2 {
	padding:20px 20px 0px 20px;
	font-size:1.5rem;
}

.linkCard h2 span {
	font-size:0.8em;
	color:var(--dark);
}

.linkCard a {
	margin:0px 20px 20px 20px;
}

.linkCard p {
	margin:20px;
	font-size:0.85rem;
}

.linkCard .time {
	font-size:var(--font-body-SM);
	margin:15px 20px 20px 20px;
}

.linkCard .btn-primary {
	font-size:var(--font-body-SM);
	padding:8px 20px;
}

.blogPostInList {
	padding: 60px 0px 0px 0px;
}

.blogPostInList h2 {
	margin-bottom:1.5rem;
}

.blogPostInList .time {
	font-size:var(--font-body-SM);	
}

.blogPostInListCard {
	padding:10px 0px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

@media (min-width: 992px) {
	.blogPostInList {
		padding: 0px 0px 0px 0px;
	}
}


/* MODAL HEADER */

#work .modal-header h2.smHeading {
	margin-bottom:0px;
	color:var(--dark);
}

#work .modal-header h2.mdHeading {
	margin-bottom:0px;
	color:var(--dark);
}

#work .modal-body h3.smHeading {
	margin-top:1rem;
	margin-bottom:0.5rem;
	color:var(--dark);
}

.modal-body img {
	margin-bottom:2rem;
}

 /* ── BOOTSTRAP ACCORDIAN --*/
 
 
#services .accordion-item {
 	color:#fff;
 }
 
#services .accordion-item img {
 	border-radius: var(--border-radius-100);
 }

#services .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
 }
#services  .accordion-button {
 	background-color:transparent;
 }
 
#services .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
 }
 
#services .accordion .accordion-item:nth-child(odd) {
  background-color: var(--slate-dark);
  border-color:var(--slate-dark);
}
#services .accordion .accordion-item:nth-child(even) {
  background-color: var(--slate-light);
  border-color:var(--slate-light);
}

#services .accordion-item:first-of-type {
  	border-top-left-radius: 0px;
  	border-top-right-radius: 0px;
  	border-radius: var(--border-radius);
}

#services .accordion-item {
  	border-bottom-left-radius: 0px;
  	border-bottom-right-radius: 0px;
  	border-radius: var(--border-radius);
  	margin-top: -20px;
	padding-bottom: 20px;
}

#services .accordion-item:last-of-type {
  	border-bottom-left-radius: 0px;
  	border-bottom-right-radius: 0px;
  	padding-bottom:60px;
} 

#services .accordion-button:not(.collapsed) {
	background-color: transparent;
}

#services .accordion-header {
	padding: 0 1rem;
}

#services .accordion-header > .container {
	padding-top:1rem;
	padding-bottom:1rem;
}

#services .accordion-header h2,
#services .navNumber {
	font-size:1.2rem;
}
@media (min-width: 768px) {
#services .accordion-header h2,
#services .navNumber {
	font-size:2rem;
}
}


@media (min-width: 768px) {
#services .accordion-header > .container {
	padding-top:1.5rem;
	padding-bottom:1.5rem;
}
}

#services .accordion-header .col-1 {
	opacity:0.5;
}

#services .accordion-header .col-1,
#services .accordion-header .col-10 {
	display:flex;
	flex-direction:column;
	justify-content:center;
}

#services .accordion-body {
	padding:0px;
	padding-bottom: 4rem;
}
 
 
 #faqs .accordion-item {
	border-left:0px;
	border-right:0px;
}

 #faqs .accordion-item:first-of-type {
  border-top-left-radius:0px;
  border-top-right-radius:0px;
}

 #faqs .accordion-item:last-of-type {
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
}

 #faqs .accordion-button:not(.collapsed) {
  background-color:transparent;
}

  /* ── PROJECTS BANNER ── */
  .projects-banner {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    background: var(--dark);
    overflow: hidden;
  }
  .projects-banner-bg {
    position: absolute; inset: 0;
  }
  .projects-content {
  	position:absolute;
  	top:0;
  	width:100%;
  	height:100%;
  	left: 0;
  }

  /* ── CTA ── */
  .formSection {
    background: var(--dark);
    border-radius: var(--border-radius);
  }
  .formSectionInner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
  }
  .formSectionLabel {
	font-size: 1.2rem;
  	font-weight: 100;
  	margin-bottom: 10px;
  	color :var(--white);
  }
  
  .formSection h2 { 
  	margin-bottom:4rem;
  }
  .formSection h2 em { 
  	color: var(--blue); font-style: normal; 
  }
  
  .contact-form { 
  	display: flex; 
  	flex-direction: column; 
  	gap: 14px; 
  }

  	.contact-form input.field,
	.contact-form input.fieldHeader,
  	.contact-form textarea {
    background: rgba(255,255,255);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 10px;
    color: var(--blue);
    font-family: var(--font-body);
    padding: 14px 16px;
    transition: border-color 0.2s;
    width: 100%;
  }
  
.contact-form input.field,
.contact-form input.fieldHeader {
	margin-bottom:0.5rem;
}

.contact-form input.field:last-of-type {
	/*margin-bottom:0.5rem;*/
}

.contact-form input.fieldHeader:last-of-type {
	margin-bottom:0.5rem;
}

.contact-form textarea {
	/*height:100%;*/
}

  .contact-form input:focus {
  	background-color:#fff;
    outline: none;
    border-color: var(--blue);
  }
  .contact-form textarea { resize: vertical; min-height: 130px; }
  
	.contact-form input::placeholder {
    	font-size:1rem;
    }
    
  @media (min-width: 992px) {    
    .contact-form input.field {
		margin-bottom:0.75rem;
	}
}

  /* ── FOOTER ── */
  footer {
  	position:relative;
	z-index:50;
	margin-top:-20px;
  }
  .footer-inner {
    padding:120px 1rem 180px 1rem;
    border-radius: var(--border-radius);
    background: var(--blue);
  }
  
  .footer-contact {
  	margin-bottom:3rem;
  }
  
  .footer-contact p {
    color: rgba(255,255,255,0.6);
    font-size: 0.88rem;
  }
  .footer-contact a { 
  	color: #fff; 
  	font-weight: 300; 
  	font-size: 1.2rem; 
  }
  .footer-cert {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    flex-direction: column;
  }
  .cert-badge {
  	max-height:50px;
  }
  .cert-badge img {
  	height:50px;
  }
  .footer-details {
    display: flex;
    flex-direction:column;
    margin-bottom:3rem;
  }
  .footer-details p { 
  	color: rgba(255,255,255);
  	font-size: 0.8rem; 
  	margin-bottom:0px;
  }
  .footer-links { 
  	margin-top:20px;
  	display: flex;
  	flex-direction:column;
   }
  .footer-links a { color: rgba(255,255,255,0.4); font-size: 0.8rem; transition: color 0.2s; }
  .footer-links a:hover { color: #fff; }
  
@media (min-width: 992px) {
		    
} 
  
  /* ── BLOG ── */
  
  .blogHeader h1 {
  	font-size:2.25rem;
  	margin-bottom:1.5rem;
  }
  
  .blogHeader time {
  	margin-bottom:10px;
  	font-weight:bold;
  	font-size:var(--font-body-SM);
  }
  
  .blogHeader p {
  	margin-bottom:30px;
  }
  
  .blogHeader {
  	padding-bottom:60px;
  }
  
  @media (min-width: 768px) {
    .blogHeader h1 {
  		font-size:3rem;
  	}
  
   	.blogHeader {
  		padding-bottom:80px;
  	}
  }
  
  .paging {
   		display: flex;
   		align-items: center;
   		justify-content: center;
    	gap: 8px;
   	 	flex-wrap: wrap;
   		text-align: center;
   		margin-top:40px;
	}

  /* ── DIVIDER ── */
  .section-divider { height: 4px; background: var(--blue); }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .intro { grid-template-columns: 1fr; padding: 48px 24px; gap: 32px; }
    .service-header { padding: 20px 24px; }
    .service-body { grid-template-columns: 1fr; padding: 0 24px 24px; }
    .service-img { display: none; }
    .reviews-section { padding: 60px 24px; }
    .reviews-grid { grid-template-columns: repeat(2, 1fr); }
    .cta-section { padding: 60px 24px; }
    .cta-inner { grid-template-columns: 1fr; gap: 36px; }
    .footer-inner { grid-template-columns: 1fr; gap: 24px; }
    .footer-cert { justify-content: flex-start; }
  }
  @media (max-width: 560px) {
    .reviews-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
  }
  
.read-more-content {
  transition: max-height 0.4s ease;
}

  
</style>