html, body {
  height: 100%;
  overflow-x: hidden;
}


.blue-bg {
	background-color: #586D79;

}

.blue-text {
	color: #586D79;

}

.gray-bg {
	background-color: #EDEBE9;
}



.white-bg {
	background-color: #ffffff;

}

.white-text {
	color: #ffffff;

}

.brown-bg {
	background-color: #9C7D5F;

}

.brown-text {
	color: #9C7D5F;

}

.light-blue-bg {
	background-color:#B4C5E3
}
 
.light-blue-text {
	color:#B4C5E3
}

.avenir
		{
font-family: "avenir-lt-pro", sans-serif;
font-weight: 500;
font-style: normal;
			}
		
		.menu-toggle {
position: fixed;
    top: 2rem;
    right: 2rem;
    width: 38px;
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99999;
    cursor: pointer;
}

.menu-toggle .bar {
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.4s ease;
	    box-shadow: 0px 0px 2px rgb(0 0 0 / 71%);
}

.menu-toggle.open .top {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.open .middle {
  opacity: 0;
}

.menu-toggle.open .bottom {
  transform: rotate(-45deg) translate(10px, -10px);
}


  @media (max-width: 768px) {
		.menu-toggle {
position: fixed;
    top: 1rem;
    right: 1rem;
    width: 38px;
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99999;
    cursor: pointer;
}

 
}




		
body.nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
}	



	 
.full-nav {
font-family: "avenir-lt-pro", sans-serif;
    position: fixed;
    inset: 0;
    background: #586D79;
    color: #fff;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 5rem;
    justify-content: space-evenly;
	
	  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
	
}

.full-nav.open {
  transform: translateY(0);
  opacity: 1;
}


.close-nav {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.8rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    text-align: left;
    margin-left: 10vw;
}

.nav-list li {
  margin: 1rem 0;
}

.nav-list a {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  transition: color 0.2s;
}

.nav-list a:hover {
  color: #ccc;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .nav-list a {
    font-size: 1.4rem;
	      margin-left: 0vw;
  }
	
		.full-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 5rem;
    justify-content: flex-start;
}
	

	
	
}
		
			
		.top-logo {
			position: fixed;
		z-index: 999999;
			max-width: 85px;
    left: 15px;
    top: 15px;
		}


  @media (max-width: 768px) {
	  
	 	.top-logo {
			position: fixed;
		z-index: 999999;
			max-width: 60px;
    left: 3px;
    top: 5px;
		}
 
}

.top-level {
  display: flex;
 
  align-items: center;
  font-size: 1.5rem;
  text-decoration: none;
  color: white;
  cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}

.toggle-icon {
  margin-left: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s;
}

.sub-level {
  list-style: none;
  padding-left: 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.sub-level.open {
  max-height: 500px;
}

.sub-level li a {
  text-decoration: none;
  color: #fff;
 
  display: block;
}
		
    .social-icons {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding-bottom: 7px;
}

.social-icons a {
   display: inline-flex;
    width: 30px;
    height: 30px;
    background-color: white;
    color: #586a75;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.social-icons a:hover {
  background-color: #ccc;
  color: #333;
}
		
 .social-flex {
			    display: flex;
    justify-content: space-evenly;
     align-items: flex-end;
	     margin-top: 30px;
	     max-width: 500px;
		}
		
		.client-portal-container{
			display: flex;
    align-items: center;
    flex-direction: row;
		}
		
			.client-portal-container p a{
		    color: white;
    font-size: 1.1rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 100;
				
		}
		
	.client-portal-container img{
	   width: 50px;
    margin-right: 13px;
		}
		
		
		
/* Responsive tweaks */
@media (max-width: 768px) {
	.client-portal-container{
			display: flex;
    align-items: center;
    flex-direction: column;
		}
	
	.social-flex {
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    max-width: 500px;
    flex-direction: column;
    gap: 20px;
}
	
	
		
  }
	
		.nav-container-width{
			max-width: 100rem;
		}
	

.hero-image-shorter {
  position: relative;
  display: flex;
  align-items: center;     /* vertical center */
  justify-content: center; /* horizontal center */
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 65vh;
  height: auto;
  z-index: 1;
}

.hero-image-shorter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* adjust darkness here */
  z-index: 2;
}

.hero-image-shorter * {
  position: relative;
  z-index: 3; /* make sure text shows above overlay */
}



.hero-image-home {
  position: relative;
  display: flex;
  align-items: center;     /* vertical center */
  justify-content: center; /* horizontal center */
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 95vh;
  height: auto;
  z-index: 1;
}

.hero-image-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-color: rgb(0 0 0 / 9%);
  z-index: 2;
}

.hero-image-home * {
  position: relative;
  z-index: 3; /* make sure text shows above overlay */
}





.hero-image-larger {
  position: relative;
  display: flex;
  align-items: center;     /* vertical center */
  justify-content: center; /* horizontal center */
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 85vh;
  height: auto;
  z-index: 1;
}

.hero-image-larger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61); /* adjust darkness here */
  z-index: 2;
}

.hero-image-larger * {
  position: relative;
  z-index: 3; /* make sure text shows above overlay */
}


  @media (max-width: 768px) {
	  
	  .hero-image-larger {
 min-height: 70vh;
  height: auto;
 
}
	  
	  	  .hero-image-shorter {
 min-height: 70vh;
  height: auto;
 
}
	  
	  
.hero-image-home {
 
  min-height: 75vh;
 
}
	  
}


		
		.hero-text {
  padding: 1rem;
 max-width: 44rem;
}
		
		.hero-text h1 {
			color: white;
			text-align: center;
			        font-size: 2.5rem;
		}
		
			.hero-text p {
			color: white;
			   font-size: 1.3rem;
				    text-align: center;
		}


  @media (max-width: 768px) {
	  
	  	.hero-text {
  padding: 1rem;
 max-width: 44rem;
			padding-top: 150px;
}
	  		.hero-text h1 {
			color: white;
			text-align: center;
			        font-size: 1.5rem;
		}
	  
	  	.hero-text p {
			color: white;
			   font-size: 1rem;
				    text-align: center;
		}
}


		.home-hero-text {
  padding: 1rem;
 max-width: 65rem;
    text-align: left;
			    letter-spacing: 2px;
}
		
		.home-hero-text h1 {
			color: white;
			text-align: center;
		}
		
			.home-hero-text p {
			color: white;
		}


	.home-hero-text img {
		max-width: 250px;
		width: 100%
		}

  @media (max-width: 768px) {
		.home-hero-text {
    padding: 1rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
    max-width: 65rem;
    text-align: left;
}

}

.graphic-line-bg-bottom-right {
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
	height: auto;
	
}


.title-container {
	padding-top: 4vh;
	padding-bottom: 4vh;
}

.title-container .solution-pad  {
	padding-top: 4vh;
	padding-bottom: 0vh
}

.title-container .solution-pad h1  {
font-size: 2.5rem;
}

.text-for-blue-bg h2 {
	color: white;
	    font-size: 1.4rem;
}

.text-for-blue-bg h3 {
	color: white;
}

.text-for-blue-bg p {
	color: white;
	padding-top: 25px;
}


.text-for-white-bg h2 {
	color: #586D79;
	  font-size: 1.4rem;
}

.text-for-white-bg h3 {
	color: #586D79;
}

.text-for-white-bg p {
	color: #586D79;
	padding-top: 25px;
}



.process-container {
	padding-top: 5vh;
	padding-bottom: 1vh;
	    min-height: 54vh;
}

.video-embed-container {
	padding-top: 5vh;
	padding-bottom: 5vh;
 
}

.number-text-container {
	     max-width: 600px;
    padding-top: 2vh;
}

.numbers-img img {
	max-width: 140px;
}

.right-line-img {
	float: right;
}

.right-line-img img {
	float: right;
}


.left-line-img {
	float: left;
}

.left-line-img img {
	float: left;
}

		    .ready-to-start-hero {
      background-repeat: no-repeat;
				background-position: center center;
				background-color: #586D79;
			
      background-size: cover;
      height: 65vh;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      position: relative;
    }


    .ready-to-start-hero-home {
      background-repeat: no-repeat;
				background-position: center center;
				background-color: #586D79;
			
      background-size: cover;
      height: 75vh;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      position: relative;
    }



    .ready-to-start-overlay {
       padding: 40px;
 
    }
		
		    .ready-to-start-overlay h1 {
				color: white;
				padding-bottom: 50px;
    }

  @media (max-width: 768px) {
	  
	  	    .ready-to-start-hero {
  
         min-height: 40vh;
        height: auto;
 
    }
	  
	  
	  	    .ready-to-start-hero-home {
  
            min-height: 40vh;
        height: auto;
 
    }
}




		    .home-line-drawing-hero {
      background-repeat: no-repeat;
				background-position: center top;
				background-color: #ffffff;
			
      background-size: cover;
      height: 80vh;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      position: relative;
    }

    .home-line-drawing-overlay {
       padding: 70px;
		max-width: 870px
 
    }
		
		    .home-line-drawing-overlay h2 {
				color: #586D79;
 
    }

 .home-line-drawing-overlay p {
				color: #586D79;
				padding-bottom: 50px;

	         font-size: 1.3rem;
    }

  @media (max-width: 768px) {
	  
	  	    .home-line-drawing-hero {
  min-height: 40vh;
        height: auto;
 
    }
	  
	   .home-line-drawing-overlay p {
				color: #586D79;
				padding-bottom: 50px;

	         font-size: 1rem;
    }
}




 .footer {
      background-color: #9C7D5F;
      color: white;
      padding: 120px 5%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
    }

    .footer-col {
      flex: 1 1 250px;
      margin-bottom: 20px;
    }

    .footer-logo img {
      width: 100px;
      height: auto;
    }

    .footer-links,
    .footer-contact {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-links li,
    .footer-contact li {
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .footer-links li a,
    .footer-contact li a {
      color: white;
      text-decoration: none;  
		font-weight: 200;
    }

    .footer-social {
      display: flex;
      gap: 15px;
      margin-top: 20px;
    }

@media screen and (max-width: 768px) {
	.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}
	
	.footer-links li, .footer-contact li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
	
	.footer-logo {
		text-align: center;
	}
	
}

    .footer-social a {
      color: #9C7D5F;
      background-color: #ffffff;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 16px;
    }

    .footer-social a:hover {
      background-color: #E7E7E7;
    }

.teams-container {
	padding-top: 2vh;
	padding-bottom: 5vh;
}

.maps-container {
	padding-top: 0vh;
	padding-bottom: 5vh;
}


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

    .team-member {
      position: relative;
      overflow: hidden;
      aspect-ratio: 3 / 4;
    }
		 
		 .team-member.active .team-overlay {
  opacity: 1;
}

    .team-member img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

.team-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(41, 64, 89, 0.75);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
  padding: 20px;
}

.team-overlay .overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* Center the whole block */
  gap: 40px; /* Adjust spacing between lines */
  height: auto; /* No forced 100% height */
}
.team-overlay h3 {
  margin: 0;
  font-weight: 800;
  font-size: 1.2em;
  text-transform: uppercase;
}

.team-overlay p {
  margin: 0;
  font-size: 0.95em;
  text-transform: uppercase;
}
		 
		 .team-member:hover .team-overlay {
  opacity: 1;
}
		 
		 
		 .static-message {
  background-color: #EDEBE9; /* light gray background */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
}

.static-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
  gap: 45px;
}

.static-content h3 {
  font-weight: 800;
  text-transform: uppercase;
  color: #3c4c58;
  margin: 0;
	font-size: 1.3em;
}

.static-content p {
  font-size: 1em;
  color: #5c6a75;
  margin: 0;
  line-height: 1.5;
	text-transform: uppercase;
	font-weight: 100;
}
		 .static-content button {
			 	text-transform: uppercase;
		 }
	
		 
		 
		 		 
.service-area-label div {
  font-family: 'Avenir', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #586D79;
  background: rgba(255,255,255,0.8);
  padding: 4px 10px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  text-align: center;
}
		 
		 .background-split {
  height: 400px; /* Adjust as needed */
  background-color: #EDEBE9; /* Light gray tone */
  position: relative;
  z-index: 0;
}

.service-section {

    position: relative;
    z-index: 1;
    margin-top: -322px !important;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-color: #586D79;
    color: white;
    padding: 25px;
    max-width: 800px;
    margin: auto;
    float: left;
    margin-bottom: 10vh;
    }

    .service-left,
    .service-right {
      flex: 1;
      padding: 10px;
    }

    .service-left {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .service-left p {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 40px;
    }

    .service-left img {
      max-width: 100%;
      height: auto;
    }

    .divider {
      width: 1px;
      background-color: #ffffff66;
      margin: 0 40px;
    }

    .service-right ul {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 1rem;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .service-right li {
      text-transform: uppercase;
    }

    @media screen and (max-width: 768px) {
      .service-section {
        flex-direction: column;
        padding: 40px 20px;
      }

      .divider {
        display: none;
      }

      .service-left,
      .service-right {
        padding: 0;
      }

      .service-right {
        margin-top: 40px;
      }
    }



.gallery-container {
	padding-top: 5vh;
	padding-bottom: 5vh;
}




	 .hero-cta-container {
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-top: 6rem;
  flex-wrap: wrap;
}

.hero-cta-box {
  border: 2px solid white;
      padding: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  color: white;
  text-align: center;
  text-decoration: none;
  width: 400px;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.05);
  font-family: 'avenir-lt-pro', sans-serif;
}

.hero-cta-box:hover {
  border-color: white;
  background-color: rgba(88, 109, 121, 0.95);
	color: white;
}
 
		 
		 @media (max-width: 600px) {
  .hero-cta-box {
    width: 100%;
    max-width: 90%;
  }
			 
	  .hero-cta-container {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}
			 
			 
}
		 
		 @keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-cta-box {
  opacity: 0;
  animation: fadeUp 0.8s ease-out forwards;
}

/* Add a staggered delay for each box */
.hero-cta-box:nth-child(1) {
  animation-delay: 0.3s;
}
.hero-cta-box:nth-child(2) {
  animation-delay: 0.5s;
}
		 
		 .scroll-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  color: white;
  animation: bounce 2s infinite;
  z-index: 3;
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}
		 
		 
		 
.project-previews {

  display: flex;
  flex-direction: column;
  gap: 2rem; /* Increased vertical space between rows */
}

.project-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; /* Increased gap between items in same row */
  justify-content: center;
}
		 
		 
/* Large block rows */
.large-row {
  flex-direction: column;
  gap: 2rem;
}

/* Small block row (3 side-by-side) */
.small-row .project-block {
  flex: 1 1 calc(33.333% - 1rem);
}

/* Block styles */
.project-block {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-block.small {
  min-height: 450px;
}

.project-block.large {
  width: 100%;
}

/* ---- Project overlay: smooth hover only when linked ---- */

/* Base (no jumpy border; ready to animate) */
.project-overlay {
	  background-color: rgba(88, 109, 121, 0.85);
  color: white;
  text-align: center;
  padding: 2rem;
  max-width: 90%;
  font-family: "Avenir", sans-serif;
  min-height: 275px;

  display: flex;
  flex-direction: column;
  justify-content: space-evenly; /* equal vertical spacing */
  align-items: center;
  position: relative; /* required for the pseudo-border */
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transform: translateZ(0);            /* create its own layer */
  transition: box-shadow .35s cubic-bezier(.2,.6,.2,1),
              transform .28s ease;
  will-change: transform, box-shadow;
}

/* Fade-in “border” that doesn’t shift layout */
.project-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #fff;
  border-radius: inherit;              /* matches any radius you set */
  opacity: 0;
  transform: scale(0.98);              /* grow in smoothly */
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;                /* keep link clickable */
}

/* CASE 1: The overlay itself is a link */
.project-overlay:any-link:hover {
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  transform: scale(1.02);
}
.project-overlay:any-link:hover::before {
  opacity: 1;
  transform: scale(1);
}

/* CASE 2: A link wraps the overlay (e.g., <a class="project-image">...<div class="project-overlay">) */
:any-link:hover .project-overlay {
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  transform: scale(1.02);
}
:any-link:hover .project-overlay::before {
  opacity: 1;
  transform: scale(1);
}

/* Keyboard focus (accessibility) */
.project-overlay:any-link:focus-visible,
:any-link:focus-visible .project-overlay {
  box-shadow: 0 0 0 3px rgba(255,255,255,.9), 0 10px 24px rgba(0,0,0,.3);
}
.project-overlay:any-link:focus-visible::before,
:any-link:focus-visible .project-overlay::before {
  opacity: 1;
  transform: scale(1);
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .project-overlay,
  .project-overlay::before {
    transition: none;
  }
  .project-overlay:any-link:hover,
  :any-link:hover .project-overlay {
    transform: none;
    box-shadow: 0 12px 28px rgba(0,0,0,.35);
  }
}


/* CASE 2: Card (or stretched link) hovered/focused */
.project-block:hover .project-overlay,
.project-block:focus-within .project-overlay {
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  transform: scale(1.02);
}
.project-block:hover .project-overlay::before,
.project-block:focus-within .project-overlay::before {
  opacity: 1;
  transform: scale(1);
}

/* Optional: extra-sensitive hover when the stretched link is present */
.project-block:has(.project-stretched-link:hover) .project-overlay {
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  transform: scale(1.02);
}
.project-block:has(.project-stretched-link:hover) .project-overlay::before {
  opacity: 1;
  transform: scale(1);
}

/* Accessibility: visible ring when keyboard focuses the card (runtime JS adds tabIndex=0) */
.project-block:focus {
  outline: 3px solid #fff;   /* tweak to your brand color */
  outline-offset: 3px;
}
		 
		 .project-overlay hr {
  border: none;
  border-top: 1px solid white;
  width: 145px;
  margin: 1rem auto;
  opacity: 1;
}
 
		 .project-overlay-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.project-category {
  display: block;
      font-size: 1.3rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.project-title {
font-size: 1.4rem;
    font-weight: 600;
  text-transform: uppercase;
  margin: 0.5rem 0;
	    max-width: 300px;
}



.project-location {
  display: block;
  font-size: 0.9rem;
	text-transform: uppercase;
  opacity: 0.9;
}

/* Responsive Tweaks */
@media screen and (max-width: 768px) {
  .small-row {
    flex-direction: column;
  }

  .small-row .project-block {
    flex: 1 1 100%;
  }

  .project-block {
    min-height: 350px;
  }
}
		 
		 
	
		 
.project-row.small-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1rem;
}

.project-row.small-row .project-block.small {

}

.project-row.small-row .project-block.small {
  flex: 1 1 28%;         /* Flexible but prefers ~28% width */
  max-width: 100%;      /* Prevents overly wide boxes on huge screens */
  min-width: 220px;      /* Keeps them from shrinking too much */
  background-size: cover;
  background-position: center;
  position: relative;
	    max-height: 650px;
 
}
 
		 
		 	 @media (max-width: 900px) {
  .project-row.small-row .project-block.small {
    flex: 1 1 45%; /* 2 columns on tablets */
  }
}

@media (max-width: 600px) {
  .project-row.small-row .project-block.small {
    flex: 1 1 100%; /* Stack vertically on phones */
  }
}
		 
		 
		 .core-values-section {
  background-color: #586D79;
  color: white;
  padding: 5rem 1rem;
  font-family: "Avenir", sans-serif;
}
 
.core-values-left p {
 
  color: #fff;
}

.core-values-left .lead-label {
 
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.core-icon {
  margin-top: 2rem;
  max-width: 400px;
  width: 100%;
}

.core-values-right .core-box {
  background-color: #eceae8;
  color: #333;
  padding: 2rem;
  text-align: center;
	margin-top: 10vh;
}
		 
		 .core-box h3 {
			         font-weight: 100;
			 padding-bottom: 25px;
			
		 }

 

.core-button {
  background-color: #b8c6dd;
  color: white;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  border: none;
}

		 
		 .testimonial-section {
  background: #EDEBE9;
  padding: 3rem 0;
}
.testimonial-carousel .testimonial-slide {
  padding: 2rem 0;
  min-height: 400px;
}
.testimonial-quote {
  padding: 2rem;
  font-size: 1rem;
  color: #333;
  position: relative;
}
.testimonial-quote .quote-mark {
  font-size: 3rem;
  color: #A37C51;
  margin: 0;
}

.testimonial-quote .quote-mark img.homequote{

    width: 100%;
    max-width: 60px;

}
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.video-thumbnail img {
  width: 100%;
  height: auto;
}
		 
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #586D79;
}	 
		 
		 .slick-list {
			 z-index: 99;
		 }
		 
		 /* Slick Dots Custom Styling */
.slick-dots {
  display: flex !important;
  justify-content: flex-end;
  gap: 1rem;
 margin-top: -13rem;
  position: relative;
  z-index: 99;
}

.slick-dots li button:before {
  font-size: 20px;
  color: #ffffff; /* Brand blue for active and inactive by default */
  opacity: 0.4;    /* Lighter by default */
}

.slick-dots li.slick-active button:before {
  opacity: 1;       /* Fully visible for active */
  color: #586D79;
}

 
.slick-dots {
  margin-bottom: -2rem; /* pulls the dots lower */
}
		 
		 
		  
		 	 @media (max-width: 1023px) {
.slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 1rem;
 margin-top: 1rem;
  position: relative;
  z-index: 99;
}
}

.case-study-block {
  margin: 0;
  padding: 0;
	background-color: #EDEBE9;
}

.case-row {
  position: relative;
  overflow: visible;
 
}
		.case-row + .case-row {
  margin-top: 9rem;
}

		@media only screen and (max-width: 39.9375em) {
	 	.case-row + .case-row {
  margin-top: 2rem;
}
	 }

.case-text {
  color: white;
  background: transparent;
  padding: 2rem;

}

.alt-bg .case-text {
  color: #333;
}

.case-text h4 {
  font-weight: 800;
  margin-bottom: 1rem;

 
}

.case-text .location {
  font-weight: 300;
  margin-bottom: 1rem;
}

.case-text .category {
  font-style: italic;
}

 
.case-img-wrap {
  position: relative;
  z-index: 2;
}

.case-img {
  width: 100%;
  max-width: 100%;
  display: block;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.hang-off {
  position: relative;
  z-index: 2;
  margin-bottom: -3rem; /* amount it hangs below */
}

/* Reverse layout on desktop */
@media screen and (min-width: 40em) {
  .reverse-on-desktop .case-img-wrap {
    order: 2;
  }
  .reverse-on-desktop .case-text {
    order: 1;
  }
}

/* On mobile: always image above text */
@media screen and (max-width: 39.9375em) {
  .case-img-wrap {
    order: 1 !important;
  }
  .case-text {
    order: 2 !important;
  }
  .hang-off {
    margin-bottom: 0;
  }
}

		.case-container {
			padding-top: 4rem;
		}
		
		
		@media only screen and (max-width: 39.9375em) { /* Foundation's default small breakpoint */
  .reverse-on-mobile .columns:first-child {
    order: 2;
  }

  .reverse-on-mobile .columns:last-child {
    order: 1;
  }
}




		.new-homes-text-container{
			padding-top: 4rem;
			padding-bottom: 4rem;
			padding-left: 2rem;
			padding-right: 2rem;
			max-width: 650px;
		}
		
		.new-homes-text-container h2{
			color: white;
			padding-top: 25px;
		}
		
		.new-homes-text-container h3{
			color: white;	
		
		}
		
		.new-homes-text-container p{
		
			color: white;
		}
		

.new-homes-bg {
  position: relative !important;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px;
}
		
		.new-homes-text-flex {
			display: flex;
			justify-content: center;
			
		}

/* Ribbon overlay */
.ribbon-tag {
position: absolute;
    top: 111px;
    left: -114px;
    background: #C2BDB6;
    color: white;
    font-weight: 200;
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding: 6px 122px;
    padding-top: 83px;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    z-index: 1;
    text-transform: uppercase;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
	
		.new-homes-margin-bottom {
			margin-bottom: 5vh;
		}
		
		.custom-carousel-wrapper {
  overflow: hidden;
  padding: 0 5vw;
}

.custom-carousel {
  position: relative;
  overflow: visible;
  width: 100%;
 
  margin: 0 auto;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.carousel-slide {
  flex: 0 0 33.3333%; /* Show 3 slides at once (2 full + 2 partial via overflow) */
  max-width: 33.3333%;
  padding: 0 1vw;
  box-sizing: border-box;
}

.carousel-slide img {
  width: 100%;
  display: block;
	max-height: 500px;
	height: 100%

}

/* Arrows */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #526C7A;
  color: white;
  font-size: 2rem;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0.85;
}

.carousel-arrow.left {
  left: -30px;
}

.carousel-arrow.right {
  right: -30px;
}

.carousel-arrow:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .carousel-slide {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .carousel-arrow.left {
    left: 10px;
  }

  .carousel-arrow.right {
    right: 10px;
  }
}

		.custom-carousel-container {
			padding-top: 4rem;
			padding-bottom: 4rem;
		}

.case-carousel-container {
			padding-top: 4rem;
			padding-bottom: 4rem;
		}

		 
		 .core-value-container {
			 padding-top: 2rem;
			 padding-bottom: 2rem;
		 }


		 .case-objective-container {
			 padding-top: 2rem;
			 padding-bottom: 2rem;
		 }
		 

 .case-objectives-text-box {
			 padding: 3rem;
		 }
		 	  
		 
		 .core-value-text-box {
			 padding: 3rem;
		 }

		 
		 .project-block-cv {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
		 
		 .core-values-img img {
			 padding-bottom: 1rem;
			 
		 }
		 
		 .core-values-bg-text {
			 text-transform: uppercase;
			     font-weight: 100;
		 }
		 
		 
		 
		 .project-overlay-cv {
    background-color: rgba(88, 109, 121, 0.85);
    color: white;
    text-align: center;
    padding: 1rem;
    max-width: 70%;
    font-family: "Avenir", sans-serif;
    min-height: 275px;
    display: flex
;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
		 
		 
		 .text-for-blue-bg-cv h2 {
	color: white;
	    font-size: 1.4rem;
}

.text-for-blue-bg-cv h3 {
	color: white;
}

 

		 
		 .text-for-blue-bg-cv p {
    color: white;
    padding-top: 0px;
}
		 
		 
		 	 .text-for-gray-bg-cv h2 {
	color: #586D79;
	    font-size: 1.4rem;
}

.text-for-gray-bg-cv h3 {
	color: #586D79;
}

 

		 
		 .text-for-gray-bg-cv p {
    color: #586D79;
    padding-top: 0px;
}
		
		 
		 
 
.project-block-cv.small {
  min-height: 400px;
}

.project-block-cv.large {
  width: 100%;
}
 	 
		 .project-overlay-cv hr {
  border: none;
  border-top: 1px solid white;
  width: 145px;
  margin: 1rem auto;
  opacity: 1;
}
 
		 .project-overlay-content-cv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.project-category-cv {
  display: block;
      font-size: 1.3rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.project-title-cv {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0.5rem 0;
}

.project-location-cv {
  display: block;
  font-size: 0.9rem;
  opacity: 0.9;
}

/* Responsive Tweaks */
@media screen and (max-width: 768px) {
 
  .project-block-cv {
    min-height: 350px;
  }
}
	
		 .bible-quote {
			 padding-top: 7rem;
			 padding-bottom: 7rem;
		 }
		 
		
 
.project-info-box {
    background: rgba(53, 70, 84, 0.85);
    color: white;
    padding: 5rem;
    width: 100%;
 
    margin: 2rem auto;
     backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
     font-family: "Avenir", sans-serif;
}

.project-info-box h3 {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.project-info-box .meta {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.project-info-box hr {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.4);
  margin: 1.2rem 0;
}

.project-info-box h4 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  font-size: 0.95rem;
}

.features-list li {
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

.download-btn {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background: transparent;
  border: 2px solid white;
  padding: 0.8rem 1.2rem;
 
  font-size: 1rem;
  transition: all 0.3s ease;
}

.download-btn i {
  margin-right: 0.5rem;
}

.download-btn:hover {
  background: white;
  color: #354654;
}
		
		
		 
.at-a-glance-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  color: white;
  
  overflow: hidden;
  z-index: 1;
}

.at-a-glance-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(53, 70, 84, 0.85); /* ← same blue-gray tone from your screenshot */
  z-index: 0;
}

.at-a-glance-hero * {
  position: relative;
  z-index: 1;
}	
		
		
		.video-drop-margin {
			margin-bottom: -125px;
		}
		
		.case-blue-bg-text {
			color: white;
		}
		
			.case-blue-bg-text h2 {
			padding-top: 4rem;
		}
		
			.case-gray-bg-text {
			color: #586D79;
		}
		
			.case-gray-bg-text h2 {
			padding-top: 4rem;
		}
		
		.case-study-objective-block {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 550px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
		
		.solutions-flex {
		    display: flex
;
    flex-direction: column;
    align-items: center;
		}
		
		.solutions-block-container-white-text {
			color: white;
			font-weight: bold;
			padding-top: 9rem;
			padding-bottom: 9rem;
			max-width: 1000px
		}
		
		.solutions-block-container-white-text h4 {
			font-weight: 300;
		 
		}
		
			.solutions-block-container-blue-text {
			color: #586D79;
			font-weight: bold;
			padding-top: 9rem;
			padding-bottom: 9rem;
				max-width: 1000px
		}
		
			.solutions-block-container-blue-text h4 {
			font-weight: 300;
		 
		}


		
		
		
		.case-three-image-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.case-image-row {
  display: flex;
  gap: 1.5rem;
}

.case-image-column {
  display: flex;
	flex-direction: column;
  gap: 1.5rem;
}

.case-top-column .case-bg-image {
  flex: 1;
  padding-top: 70%; /* 16:9 aspect ratio */
}

.case-top-column .case-bg-image-tall {
  flex: 1;
  padding-top: 70%; /* 16:9 aspect ratio */
}

.case-bottom-column .case-bg-image {
  width: 100%;
  padding-top: 50%; /* Adjust height ratio for larger image */
}

.case-top-row .case-bg-image {
  flex: 1;
  padding-top: 35%; /* 16:9 aspect ratio */
}

.case-top-row .case-bg-image-tall {
  flex: 1;
  padding-top: 73%; /* 16:9 aspect ratio */
}

.case-bottom-row .case-bg-image {
  width: 100%;
  padding-top: 50%; /* Adjust height ratio for larger image */
}

.case-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 
 
}


.case-bg-image-tall {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 
 
}

.case-bottom-column .case-bg-image-tall {
  width: 100%;
  padding-top: 144%; /* Adjust height ratio for larger image */
}
		
		@media (max-width: 768px) {
  .case-top-row {
    flex-direction: column;
  }
			
			.case-top-row .case-bg-image-tall {
  flex: 1;
  padding-top: 55%; /* 16:9 aspect ratio */
}
}




.case-image-single-block {
	padding: 2rem 1rem;
	margin: 0 auto ;
}
		
		
	.case-quote-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 1rem;
}

.case-quote-block-container-text {
  max-width: 1000px;
  position: relative;
  padding: 2rem;
 
  font-family: "Avenir", sans-serif;
 
}


 

/* Quote mark positioning */
.quote-icon {
  position: absolute;
  width: 55px;
}

.left-quote {
  top: 0;
  left: -40px;
}

.right-quote {
  top: 0;
  right: -40px;
}

.quote-icon img {
  width: 100%;
  height: auto;
}
		
		 
	
		.featured-carousel-wrapper {
  overflow: hidden;
  padding: 0 5vw;
}

.featured-carousel {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.featured-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.featured-slide {
  flex: 0 0 33.3333%;
  padding: 0 1vw;
  box-sizing: border-box;
  position: relative;
}

.featured-image {
  position: relative;
  padding-top: 80%;
  background-size: cover;
  background-position: center;
 
  overflow: hidden;
}

/* Base overlay */
.featured-overlay {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  padding: 1.5rem;
  background: rgba(53, 70, 84, 0.85);
  color: #fff;
  text-align: center;

  box-shadow: 0 0 0 rgba(0,0,0,0);    /* so it can animate in */
  transition: box-shadow .35s cubic-bezier(.2,.6,.2,1),
              transform .28s ease;
  will-change: transform, box-shadow;
}

/* Pseudo-element = smooth “border” that fades/scales in */
.featured-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #fff;
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.98);             /* slight underscale so it grows in */
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;               /* keep clicks on the link */
}

/* Hover state driven by the parent link/container */
.featured-image:hover .featured-overlay {
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  transform: translate(-50%, -50%) scale(1.03);
}

.featured-image:hover .featured-overlay::before {
  opacity: 1;
  transform: scale(1);
}

.featured-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}

.featured-overlay h3 {
  font-size: 1.3rem;
  margin: 0.5rem 0;
  font-weight: 700;
}

.featured-location {
  font-size: 0.8rem;
  opacity: 0.9;
	  text-transform: uppercase;
}

.featured-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #526C7A;
  color: white;
  font-size: 2rem;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0.85;
}

.featured-arrow.left {
  left: -30px;
}

.featured-arrow.right {
  right: -30px;
}

.featured-arrow:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .featured-slide {
    flex: 0 0 80%;
  }

  .featured-overlay {
    width: 80%;
  }
}

 

.solutions-pad {
	padding-top: 150px;
}

 
@media (max-width: 768px) {
	.solutions-pad {
	padding-top: 25px;
}
	}
