/*
Theme Name: Rethought
Author: Rethought Consulting
Author URI: http://rethoughtconsulting.com
Version: 1.0
*/

body {
  height:  100%;
  padding:  0;
  margin:  0;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
#container {
  font-size: 20px;
  color:  #000;
  margin:  0;
  padding:  0;
}
h1, h2, h3, h4 {
  margin: 0;
  padding:  0;
}
h2 {
  font-weight: normal;
}
.text-block h3 {
  font-size:  25px;
  font-weight: normal;
}
.text-block { 
  margin-top: 0;
  font-size:  15px;
  padding:  15px;
 }
 main {
  padding-top:  50px;
 }

/*************** MOBILE STYLES *************************************/




/********************************************************************************************
 **************************** HOMEPAGE STYLES ***********************************************/


#frontpage-banner {
  min-height: 70vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 50px;

}
#frontpage-banner {
  /* your existing inline background-image will stay */
  background-color: rgba(0,0,0,0.6);    /* tweak the .5 for lighter/darker */
  background-blend-mode: darken;        /* or try multiply, overlay, etc. */
}

#frontpage-banner-top {
  position: relative;
  z-index: 2;
}

#site-logo {
  color:  #fff;
  text-align: left;
}
#site-logo h1 {
  padding:  0;
  margin:  auto;
  width:  80%;
  font-weight: normal;
}

#frontpage-banner-navigation {
  display:  none;
}
#frontpage-banner-content {
  width:  80%;
  margin: auto;
  padding:  20px;
  color: #fff;
}
#frontpage-banner-content h2 {
  margin-bottom:  20px;
  padding-bottom:  20px;
  font-weight:  normal;
  font-size:  30px;
  line-height: 35px;
  
}
#frontpage-banner-content p {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 50px;
}

#frontpage-section-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* center content horizontally */
  align-items: center;
  padding: 3rem 2rem;
  gap: 2rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 100px;
}

#frontpage-section-1-left {
  flex: 1 1 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

#frontpage-section-1-right {
  display: none; /* hide for now */
}

#frontpage-section-1-left h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

#frontpage-section-1-left p {
  margin-bottom: 2.5rem;
}

#frontpage-section-1-left button {
  padding: 0.75rem 1.5rem;
  background-color: #111;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}





#explore-services {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem; /* optional spacing */
  margin: 2rem;
  color: #000;
}

#explore-services-left,
#explore-services-right {
  flex: 1 1 45%;
  min-width: 300px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Optional styling */
#explore-services-left {
  padding-right: 1rem;

}
#explore-services-right {

}

 


h2.eos-service-name {
  font-size: 22px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.eos-name1 {
  color: #456ab2;
}
.eos-name2 {
  color: #539bd4;
}
.eos-name3 {
  color: #52b8e5;
}
.eos-name4 {
  color: #60c4c1;
}
.eos-name5 {
  color: #69c3bb;
}
.eos-name6 {
  color: #89cc83;
}




p.eos-service-description {
  font-size: 17px;
  margin-top: 0;
  padding-top: 0;
}

#explore-services-right ul {


}
#explore-services-right li {
}


.image-block-mobile {
  display: contents;
}
.image-block-mobile img {
  width:  100%;
  height:  auto;
  vertical-align: middle;
  margin-bottom:  0;
}
.image-block {
  display:  none;
}

#frontpage-block-image-right .text-block,
#frontpage-block-image-left .text-block { 
  margin-top: 0;
  font-size:  15px;
  padding:  15px;
  padding-bottom:  30px;
  color: #00364b;
 }

#footer-container {
 width:  100%;
  height:  auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
}
footer {
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
  color: #fff;
}

footer .text-block a {
color: #fff;
}
footer .text-block a,
footer .text-block p,
footer .text-block h3 {
  color: #fff;
}
#copyright {
  width:  100%;
  height:  auto;
  background: #000;
    border-top:  1px solid #16B5b3;
}

#copyright-content {
  max-width:  1000px;
  margin-left: auto;
  margin-right:  auto;
  color: #fff;
  font-size:  12px;
  height: auto;
  padding:  10px;
}

#copyright p {
  margin:  0;
  padding:  0;
}

#stay-connected-section-container {
  background-color: #f7f7f7;
  border-top: 1px solid #cbcbcb;
  display: flex;
  justify-content: center;
  padding: 2rem 1rem; /* optional padding */
}

#stay-connected-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  width: 100%;
}

#stay-connected-section-left,
#stay-connected-section-right {
  flex: 1 1 45%;
  min-width: 280px;
  box-sizing: border-box;
}

#stay-connected-section-left h3 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
}

#stay-connected-section-right img {
  width: 100%;
  height: 250px;
  display: block;
  max-width: 100%;
}





.button-85 {
  padding: 1em 3em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
   display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}







.button-black {
   
  background-color: #000;
  border-radius: 5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none #6B7280 solid;
  text-decoration-thickness: auto;
  transition-duration: .2s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;

}
.align-self {
   align-self: start;
}
.button-black:hover {
  background-color: #374151;
}

.button-black:focus {
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}



.button-eos1 {
   
  background-color: #456ab2;
  border-radius: 5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none #6B7280 solid;
  text-decoration-thickness: auto;
  transition-duration: .2s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  margin-top: 20px;
}
.align-self {
   align-self: start;
}
.button-eos1:hover {
  background-color: #374151;
}

.button-eos1:focus {
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}



.button-eos3 {
   
  background-color: #52b8e5;
  border-radius: 5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none #6B7280 solid;
  text-decoration-thickness: auto;
  transition-duration: .2s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  margin-top: 20px;
}
.align-self {
   align-self: start;
}
.button-eos3:hover {
  background-color: #374151;
}

.button-eos3:focus {
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}


.button-eos6 {
   
  background-color: #89cc83;
  border-radius: 5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none #6B7280 solid;
  text-decoration-thickness: auto;
  transition-duration: .2s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  margin-top: 20px;
}
.align-self {
   align-self: start;
}
.button-eos6:hover {
  background-color: #374151;
}

.button-eos6:focus {
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}






/* CSS */
.button-6 {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}


.interior-hero-banner-container {

}

.interior-hero-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  overflow: visible;
  min-height: 400px; /* or auto, depending on content */

}

.hero-text-box {
  flex: 1 1 50%;
  padding: 2rem;
  z-index: 2;
  background-color: #000; /* optional */
  box-sizing: border-box;
    display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: flex-start; 
  padding-left: 15%;
}

.hero-text-box h2 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: bold;
}

.hero-text-box .subheading {
  font-size: 1.2rem;
  color: #fff;
}


.hero-image-box {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -50px; /* This makes it extend 50px lower */
  z-index: 1;
   border-bottom-left-radius: 50px; /* 👈 rounds just the bottom-left corner */
  overflow: hidden; /* ensures rounding works visually */
}
.interior-logo-nav-bar-container {
  background-color: #000;
  justify-content: center;
  display: flex;
}
.interior-logo-nav-bar {
  max-width: 1200px;
   width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
}
.interior-logo-nav-bar a {
  text-decoration: none;
  color: #fff;
}



/********** OUR SERVICES - DIAGRAM ***********/

.full-diagram-wrapper {
  max-width: 800px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 12px; /* consistent spacing between all rows */
  display: none;
}

.top-bar {
   background: linear-gradient(to right, #ffffff 0%, #d53374 100%);
  padding: 12px 20px;
  border-radius: 6px;
  width: 99%;
}

.top-bar-text {
  text-align: right;
  color: white;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
}

.full-diagram {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.arrow-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.arrow-row1 {
  display: flex;
  gap: 6px;
}

.arrow {
  min-width: 120px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}

/* Color Assignments */
.approach-diagram-name1 { background-color: #456ab2; }
.approach-diagram-name2 { background-color: #539bd4; }
.approach-diagram-name4 { background-color: #60c4c1; }
.approach-diagram-name6 { background-color: #89cc83; }
.approach-diagram-name5 { background-color: #69c3bb; }

.arrow-row2 {
  display: flex;
}

.label {
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 4px;
}

.clients-label {
  background-color: #111;
  color: #fff;
  width: calc(100% + 12px);
}

.tools-label {
  background-color: #ddd;
  color: #111;
  width: calc(100% + 6px);
}



/************************ Approach Vertical bar ********************************/




.approach-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.approach-step {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 40px;
}




.step-circle {
  font-weight: bold;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background-color: white;
  border: 3px solid currentColor;
  color: inherit;
  flex-shrink: 0;
  z-index: 2;
}

.step-line {
  position: absolute;
  top: 40px;
  left: 18px;
  width: 4px;
  height: 100%;
  background: currentColor;
  z-index: 1;
}
.step-line-next-to-last {
  position: absolute;
  top: 40px;
  left: 18px;
  width: 4px;
  height: 100%;
  z-index: 1;
  background: #d53374;
}
.step-line.last {
  display: none;
}

.step-content {
  margin-left: 60px;
  flex: 1;
}

.step-label {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff; /* Black text */
}

/* Match pill background color to each circle border */
.eos1 .step-label {
  background-color: #456ab2;
}

.eos2 .step-label {
  background-color: #539bd4;
}

.eos3 .step-label {
  background-color: #52b8e5;
}

.eos4 .step-label {
  background-color: #60c4c1;
}

.eos5 .step-label {
  background-color: #d53374;
}
.approach-step p {
  color: #000;
  margin: 0;
  font-size: 18px;
}


/* EOS circle border color */
.eos1 { color: #456ab2; }
.eos2 { color: #539bd4; }
.eos3 { color: #52b8e5; }
.eos4 { color: #60c4c1; }
.eos5 { color: #d53374; }



/********************** SERVICES PAGE *************************/

.services-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: left;
  font-family: sans-serif;
}

.services-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.services-subheading {
  font-size: 18px;
  margin-bottom: 40px;
  color: #444;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  justify-items: center;
  margin-top: 100px;
}

.grid-item {
  width: 100%;
  max-width: 320px;
}

.grid-item a {
  border: none;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
}

.icon-placeholder img {
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666;
}

.grid-item h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #222;
}

.subtext {
  font-size: 14px;
  color: #666;
  margin: 0;
}




/****************** PAGE FEATURED INTRO BLOCK ****************/

.flex-feature-block {
  padding: 4rem 0 2rem 0;
  background-color: #fff;
}

.flex-feature-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}

.left-col {

  max-width: 400px;
  border-top: 3px solid #16B5b3;
  padding-top: 1.25rem;
}

.left-col h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0f1626;
  line-height: 1.2;
  margin: 0;
}

.right-col {

}

.right-col p {
  font-size: 1rem;
  line-height: 1.7;
  color: #222;
  margin-bottom: 1rem;
}

/* Responsive improvements */
@media (max-width: 768px) {
  .flex-feature-inner {
    flex-direction: column;
  }

  .left-col, .right-col {
    max-width: 100%;
  }

  .left-col h2 {
    font-size: 1.5rem;
  }
}


/********************* SERVICE GRID ****************************/

 
  .service-grid-container {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
    font-family: system-ui, sans-serif;
  }

  .service-grid-tabs {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 40px;
  }

  .tab-button {
    flex: 1 1 0;
    min-width: 0;
    padding: 16px 12px;
    background-color: #e0e0e0;
    border: none;

    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: normal;
    
  }

  .tab-button:hover {
    background-color: #00b7b0;
    color: #fff;
  }

  .tab-button.active {
    background-color: #00b7b0;
    color: #fff;
  }

  .service-grid-section {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
  }

  .service-grid-section.active {
    display: grid;
  }

  .service-grid-section .text {
    font-size: 16px;
    line-height: 1.6;
  }

  .service-grid-section .bullets ul {
    padding-left: 20px;
    list-style: disc;
    margin: 0;
    font-size: 16px;
     line-height: 1.6;
     padding-top: 50px;
  }

.service-grid-container h1 {
    font-size: 32px;
    padding-bottom: 20px;
  }

.service-grid-container h2 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 700;
  }

.service-grid-container p {
    margin-bottom: 20px;
  }



.service-grid-tabs {
  display: flex;
  flex-direction: column; /* stack vertically by default */
  gap: 12px;
  margin-bottom: 40px;
}

.tab-button {
  width: 100%;
  text-align: center;
  padding: 16px 12px;
  background-color: #e0e0e0;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: normal;
  border-radius: 8px;
}

/* Hover + Active states remain the same */
.tab-button:hover {
  background-color: #00b7b0;
  color: #fff;
}

.tab-button.active {
  background-color: #00b7b0;
  color: #fff;
}



/******* SERVICE PAGE CTA *****************/


.service-cta {
   max-width: 600px;
  border-top: 3px solid #16B5b3;
  padding-top: 1.25rem;
  margin-top: 90px;
  padding-bottom: 25px;
  color: #0f1626;
}
.service-cta h2 {
  font-size: 32px;
  font-weight: 700;
  
  margin-bottom: 10px;
}

.service-cta ul {
  padding-left: 20px;
  line-height: 1.6;
  font-size: 1rem;
}

button.cta {
  margin-top: 20px;
  padding: 10px 20px;
  border: 2px solid #16B5b3;
  background: none;
  color: #16B5b3;
  
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
}

button.cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #16B5b3;
  z-index: 0;
  transition: width 0.4s ease;
}

button.cta:hover::before {
  width: 100%;
}

button.cta span {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

button.cta:hover span {
  color: #fff;
}




/*Carousel**********************/

.carousel-wrapper-container {
  background: #000;
  width: 100%;
}
.carousel-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  margin: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 10px;
  padding-right: 10px;
}
.carousel-wrapper h2 {
  padding-bottom: 45px;
  color: #fff;
}
.carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}
.service-card {
  position: relative;
  flex: 0 0 calc(25% - 20px);
  background: #16B5b3;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.service-card__image {
  height: 250px;
  background-size: cover;
  background-position: center;
}
.service-card__front {
  padding: 16px;
}
.service-card__front .type {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.service-card__front .title {
  font-size: 18px;
  margin: 0;
}
.service-card__hover {
  position: absolute;
  inset: 0;
  background-color: #16B5b3;
  color: #fff;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.service-card:hover .service-card__hover {
  opacity: 1;
}
.sc-color1 {
  background: #456ab2;
}
.sc-color2 {
  background: #539bd4;
}
.sc-color3 {
  background: #52b8e5;
}
.sc-color4 {
  background: #60c4c1;
}
.sc-color5 {
  background: #69c3bb;
}
.sc-color6 {
  background: #89cc83;
}
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 10px 14px;
  z-index: 2;
  cursor: pointer;
}
.carousel-nav.left { left: -20; }
.carousel-nav.right { right: 0; }

 .service-card {
    flex: 0 0 calc(50% - 10px); /* 2 cards per row with gap */
  }


/********* BLOG ARCHIVE PAGE *****************/

.blog-landing-section {
  padding: 60px 20px;
  background: #fff;
}

.blog-landing-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 40px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-card {
  background: #f9f9f9;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.blog-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.post-category {
  color: #e74c3c;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.post-title {
  font-size: 1.2rem;
  margin: 0;
}

.post-title a {
  text-decoration: none;
  color: #333;
}

.post-title a:hover {
  text-decoration: underline;
}
main.interior {

  max-width: 1000px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;

}
main {
  margin: auto;
}

#hamburger-toggle {
  display: block;
  font-size: 50px;
  background: none;
  border: none;
  color: #fff;
  margin: 0;
  padding: 10px;
  padding-left: 45px;

  cursor: pointer;
}
#hamburger-toggle-interior {
    display: block;
  font-size: 50px;
  background: none;
  border: none;
  color: #fff;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#frontpage-banner-navigation {
  display: none;
  flex-direction: column;
}

#frontpage-banner-navigation.active {
  display: flex;
 
}
#frontpage-banner-navigation ul {
  list-style: none;
}
#frontpage-banner-navigation ul a {
  text-decoration: none;
  color: #fff;
}
 #frontpage-banner-navigation li {
  padding-top: 5px;
  padding-bottom: 5px;
}
#frontpage-banner-navigation .sub-menu {
  display: none;
  padding-left: 1em;             /* optional indent */
}

/* little toggle button right of the parent link */
#frontpage-banner-navigation .submenu-toggle {
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  margin-left: 0.5em;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;                   /* match your link color */
}

/* when expanded, show the submenu */
#frontpage-banner-navigation .menu-item-has-children.expanded > .sub-menu {
  display: block;
}






  .approach-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .approach-icon img {
    margin-bottom: 20px;
  }

  .approach-text {
    width: 100%;
  }


#footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

#footer-navigation li a {
  color: #fff;
  text-decoration: none;
}


#footer-navigation li {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;

}


/********** INTERIOR NAV MOBILE DRAWER **********/
#interior-navigation {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.95);
  transform: translateY(-100%);      /* hide above */
  transition: transform .4s ease-in-out;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  padding: 60px 20px;
  overflow-y: auto;
  pointer-events: none;              /* make clicks pass through when hidden */
}

/* slide it into view on toggle */
#interior-navigation.active {
  transform: translateY(0);           /* drop down into place */
  pointer-events: auto;               /* now it catches taps */
}

/* close-button styling */
#close-interior-menu {
  position: absolute;
  top: 20px; right: 20px;
  font-size: 2.5rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
}

/* vertical list */
#interior-navigation .menu {
  margin: 80px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
#interior-navigation .menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  margin: 12px 0;
}

/* sub-menu hidden by default */
#interior-navigation .sub-menu {
  display: none;
  padding-left: 1em;
  margin-top: 0.5em;
}

/* your “+” toggle */
#interior-navigation .submenu-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  margin-left: 0.5em;
  cursor: pointer;
}

/* show on expand */
#interior-navigation .menu-item-has-children.expanded > .sub-menu {
  display: flex;
  flex-direction: column;
}

#interior-navigation .menu li {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* ─── MOBILE SIDE-FLYOUT NAV ───────────────────────────────────────── */
#frontpage-banner-navigation {
  position: fixed;
  top: 0; left: -100%;              /* start offscreen */
  width: 75%;
  max-width: 300px;
  height: 100%;
  background: rgba(0,0,0,0.95);
  transition: left .3s ease-in-out;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  padding: 60px 20px 20px;
  overflow-y: auto;
}

/* slide it in when .active is toggled */
#frontpage-banner-navigation.active {
  left: 0;
}

/* large “×” up top */
#close-frontpage-menu {
  position: absolute;
  top: 20px; right: 20px;
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
}

/* stack your links under the X */
#frontpage-banner-navigation .menu {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#frontpage-banner-navigation .menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  margin: 12px 0;
}

.eos-service-subpoints {
  list-style-type: disc;
}
  .service-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .service-category {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
  }

  .eos-service-subpoints {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin: 0;
  }

.service-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .service-category {
    display: flex;
    flex-direction: column;
  }

  .eos-service-name {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
  }

  .eos-service-description {
    font-style: italic;
    margin-bottom: 0.5rem;
  }

  .eos-service-text {
    margin-bottom: 0.5rem;
  }

  .eos-service-subpoints {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin: 0;
  }



@media only screen and (min-width: 800px) {



/********************************************************************************************
 **************************** HOMEPAGE STYLES ***********************************************/

  
    /* 1) Hide both hamburger toggles on desktop */
  #hamburger-toggle,
  #hamburger-toggle-interior {
    display: none !important;
  }

 /* 1) hide only the mobile controls */
  #hamburger-toggle-interior,
  #close-interior-menu {
    display: none !important;
  }

  /* 2) restore the nav itself as a normal, horizontal flex menu */
  #interior-navigation {
    position: static !important;
    transform: none !important;
    transition: none !important;
    display: flex !important;              /* make it show again */
    flex-direction: row !important;        /* links in a row */
    justify-content: flex-end;             /* push to right */
    align-items: center;
    background: transparent !important;    /* no black overlay */
    padding: 0 !important;
    overflow: visible !important;
    pointer-events: auto !important;
    width: auto !important;
    height: auto !important;
    z-index: auto !important;
    margin-right: 25px;
  }

  /* 3) style your links as a normal desktop nav */
  #interior-navigation .menu {
    display: flex !important;
    flex-direction: row;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #interior-navigation .menu li {
    position: relative;
    width: 100%;
    padding: 10px;
  }
  #interior-navigation .menu a {
    color: #fff;              /* or your desktop link color */
    font-size: 20px;
    text-decoration: none;
    padding: 0.5rem 0;
  }

  /* optional: show sub‐menus on hover */
  #interior-navigation .sub-menu {
    position: absolute;
    top: 100%; left: 0;
    display: none;
    background: #000;
    padding: 0.5rem 0;
    list-style: none;
  }
  #interior-navigation .menu li:hover > .sub-menu {
    display: block;
  }
  #interior-navigation .sub-menu a {
    display: block;
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }






  #hamburger-toggle {
    display: none;
  }

  #frontpage-banner-navigation {
    display: contents !important;
    flex-direction: row;
    align-items: center;
  }

 #frontpage-banner-navigation {
    position: static !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    transition: none !important;
    display: contents !important;
    padding: 0 !important;
    overflow: visible !important;
  }
  #close-frontpage-menu {
    display: none !important;
  }
#frontpage-banner-navigation .menu {
  flex-direction: row;
}







#footer-navigation {
  display: contents;
}
#footer-navigation button {
}


#footer-navigation .menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  position: relative;

}

#footer-navigation .menu li {
  position: relative;
}
#footer-navigation a {
  padding:  15px;
  background: transparent;
  height: auto;
  width: auto;
  color:  #fff;
  font-size: 18px;
  text-decoration:  none;
}
#footer-navigation .menu li a {
  text-decoration: none;
  color: #fff; /* adjust to your color */
  padding: 0.5rem 1rem;
  display: inline-block;
  font-weight: 600;
}





#frontpage-banner {

  min-height: 70vh;
  width:  100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin:  0;
    padding:  0;
    padding-top: 50px;
      text-align: left;
}
 #frontpage-banner::before {
    display: none;
  }

#site-logo {
  color:  #fff;

  text-align: center;
}
#site-logo h1 {
  padding:  0;
  margin-left: 0;
  margin-right: auto;
  width:  80%;
  font-weight: normal;
  position: unset;
}

#frontpage-banner-navigation {
  display:  none;
}
#frontpage-banner-content {
  width:  80%;
  margin: auto;
  padding:  20px;
  color: #fff;
}
#frontpage-banner-content h2 {
  margin-bottom:  20px;
  padding-bottom:  20px;
  font-weight:  normal;
  font-size:  30px;
  line-height: 35px;
  
}
#frontpage-banner-content p {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 50px;
}



#frontpage-section-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* center content horizontally */
  align-items: center;
  padding: 3rem 2rem;
  gap: 2rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 100px;
}

#frontpage-section-1-left {
  flex: 1 1 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* center the content inside left box */
  text-align: center;
  margin: 0 auto;
}

#frontpage-section-1-right {
  display: none; /* hide for now */
}

#frontpage-section-1-left h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

#frontpage-section-1-left p {
  margin-bottom: 2.5rem;
}

#frontpage-section-1-left button {
  padding: 0.75rem 1.5rem;
  background-color: #111;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}





#explore-services {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem; /* optional spacing */
  margin: 2rem;
  color: #000;
}

#explore-services-left,
#explore-services-right {
  flex: 1 1 45%;
  min-width: 300px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Optional styling */
#explore-services-left {
  padding-right: 1rem;

}
#explore-services-right {
  padding-left: 1rem;
}


h2.eos-service-name {
  font-size: 22px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.eos-name1 {
  color: #456ab2;
}
.eos-name2 {
  color: #539bd4;
}
.eos-name3 {
  color: #52b8e5;
}
.eos-name4 {
  color: #60c4c1;
}
.eos-name5 {
  color: #69c3bb;
}
.eos-name6 {
  color: #89cc83;
}




p.eos-service-description {
  font-size: 17px;
  margin-top: 0;
  padding-top: 0;
}




.image-block-mobile {
  display: contents;
}
.image-block-mobile img {
  width:  100%;
  height:  auto;
  vertical-align: middle;
  margin-bottom:  0;
}
.image-block {
  display:  none;
}

#frontpage-block-image-right .text-block,
#frontpage-block-image-left .text-block { 
  margin-top: 0;
  font-size:  15px;
  padding:  15px;
  padding-bottom:  30px;
  color: #00364b;
 }

 



#copyright {
  width:  100%;
  height:  auto;
  background: #000;
    border-top:  1px solid #16B5b3;
}

#copyright-content {
  max-width:  1000px;
  margin-left: auto;
  margin-right:  auto;
  color: #fff;
  font-size:  12px;
  height: auto;
  padding:  10px;
}

#copyright p {
  margin:  0;
  padding:  0;
}

#stay-connected-section-container {
  background-color: #f7f7f7;
  border-top: 1px solid #cbcbcb;
  display: flex;
  justify-content: center;
  padding: 2rem 1rem; /* optional padding */
}

#stay-connected-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  width: 100%;
}

#stay-connected-section-left,
#stay-connected-section-right {
  flex: 1 1 45%;
  min-width: 280px;
  box-sizing: border-box;
}

#stay-connected-section-left h3 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
}

#stay-connected-section-right img {
  width: 100%;
  height: 250px;
  display: block;
  max-width: 100%;
  padding: 25px;
}









/* CSS */
.button-6 {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}


.interior-hero-banner-container {

}

.interior-hero-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  overflow: visible;
  min-height: 400px; /* or auto, depending on content */

}

.hero-text-box {
  flex: 1 1 50%;
  padding: 2rem;
  z-index: 2;
  background-color: #000; /* optional */
  box-sizing: border-box;
    display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: flex-start; 
  padding-left: 15%;
}

.hero-text-box h2 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: bold;
}

.hero-text-box .subheading {
  font-size: 1.2rem;
  color: #fff;
}


.hero-image-box {
  flex: 1 1 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -50px; /* This makes it extend 50px lower */
  z-index: 1;
   border-bottom-left-radius: 50px; /* 👈 rounds just the bottom-left corner */
  overflow: hidden; /* ensures rounding works visually */
}




/****** Front page updated navigation *******/











main.interior {
  padding-top: 100px;
  max-width: 1000px;
  margin: auto;
}


/********** OUR SERVICES - DIAGRAM ***********/

.full-diagram-wrapper {
  max-width: 800px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 12px; /* consistent spacing between all rows */
  display: flex;
}

.top-bar {
   background: linear-gradient(to right, #ffffff 0%, #d53374 100%);
  padding: 12px 20px;
  border-radius: 6px;
  width: 99%;
}

.top-bar-text {
  text-align: right;
  color: white;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
}

.full-diagram {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.arrow-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.arrow-row1 {
  display: flex;
  gap: 6px;
}

.arrow {
  min-width: 120px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}

/* Color Assignments */
.approach-diagram-name1 { background-color: #456ab2; }
.approach-diagram-name2 { background-color: #539bd4; }
.approach-diagram-name4 { background-color: #60c4c1; }
.approach-diagram-name6 { background-color: #89cc83; }
.approach-diagram-name5 { background-color: #69c3bb; }

.arrow-row2 {
  display: flex;
}

.label {
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 4px;
}

.clients-label {
  background-color: #111;
  color: #fff;
  width: calc(100% + 12px);
}

.tools-label {
  background-color: #ddd;
  color: #111;
  width: calc(100% + 6px);
}



/************************ Approach Vertical bar ********************************/




.approach-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.approach-step {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 40px;
}




.step-circle {
  font-weight: bold;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background-color: white;
  border: 3px solid currentColor;
  color: inherit;
  flex-shrink: 0;
  z-index: 2;
}

.step-line {
  position: absolute;
  top: 40px;
  left: 18px;
  width: 4px;
  height: 100%;
  background: currentColor;
  z-index: 1;
}
.step-line-next-to-last {
  position: absolute;
  top: 40px;
  left: 18px;
  width: 4px;
  height: 100%;
  z-index: 1;
  background: #d53374;
}
.step-line.last {
  display: none;
}

.step-content {
  margin-left: 60px;
  flex: 1;
}

.step-label {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff; /* Black text */
}

/* Match pill background color to each circle border */
.eos1 .step-label {
  background-color: #456ab2;
}

.eos2 .step-label {
  background-color: #539bd4;
}

.eos3 .step-label {
  background-color: #52b8e5;
}

.eos4 .step-label {
  background-color: #60c4c1;
}

.eos5 .step-label {
  background-color: #d53374;
}
.approach-step p {
  color: #000;
  margin: 0;
  font-size: 18px;
}


/* EOS circle border color */
.eos1 { color: #456ab2; }
.eos2 { color: #539bd4; }
.eos3 { color: #52b8e5; }
.eos4 { color: #60c4c1; }
.eos5 { color: #d53374; }








/****************** PAGE FEATURED INTRO BLOCK ****************/

.flex-feature-block {
  padding: 4rem 0 2rem 0;
  background-color: #fff;
}

.flex-feature-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}

.left-col {
  flex: 1 1 300px;
  max-width: 400px;
  border-top: 3px solid #16B5b3;
  padding-top: 1.25rem;
}

.left-col h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0f1626;
  line-height: 1.2;
  margin: 0;
}

.right-col {
  flex: 2 1 600px;
}

.right-col p {
  font-size: 1rem;
  line-height: 1.7;
  color: #222;
  margin-bottom: 1rem;
}

/* Responsive improvements */
@media (max-width: 768px) {
  .flex-feature-inner {
    flex-direction: column;
  }

  .left-col, .right-col {
    max-width: 100%;
  }

  .left-col h2 {
    font-size: 1.5rem;
  }
}


/********************* SERVICE GRID ****************************/

 
  .service-grid-container {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
    font-family: system-ui, sans-serif;
  }

  .service-grid-tabs {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 40px;
  }

  .tab-button {
    flex: 1 1 0;
    min-width: 0;
    padding: 16px 12px;
    background-color: #e0e0e0;
    border: none;

    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: normal;
    
  }

  .tab-button:hover {
    background-color: #00b7b0;
    color: #fff;
  }

  .tab-button.active {
    background-color: #00b7b0;
    color: #fff;
  }

  .service-grid-section {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
  }

  .service-grid-section.active {
    display: grid;
  }

  .service-grid-section .text {
    font-size: 16px;
    line-height: 1.6;
  }

  .service-grid-section .bullets ul {
    padding-left: 20px;
    list-style: disc;
    margin: 0;
    font-size: 16px;
     line-height: 1.6;
     padding-top: 50px;
  }

.service-grid-container h1 {
    font-size: 32px;
    padding-bottom: 20px;
  }

.service-grid-container h2 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 700;
  }

.service-grid-container p {
    margin-bottom: 20px;
  }






/*Carousel**********************/

.carousel-wrapper-container {
  background: #000;
  width: 100%;
}
.carousel-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  margin: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}
.carousel-wrapper h2 {
  padding-bottom: 45px;
  color: #fff;
}
.carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}
.service-card {
  position: relative;
  flex: 0 0 calc(25% - 20px);
  background: #16B5b3;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.service-card__image {
  height: 250px;
  background-size: cover;
  background-position: center;
}
.service-card__front {
  padding: 16px;
}
.service-card__front .type {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.service-card__front .title {
  font-size: 18px;
  margin: 0;
}
.service-card__hover {
  position: absolute;
  inset: 0;
  background-color: #16B5b3;
  color: #fff;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.service-card:hover .service-card__hover {
  opacity: 1;
}
.sc-color1 {
  background: #456ab2;
}
.sc-color2 {
  background: #539bd4;
}
.sc-color3 {
  background: #52b8e5;
}
.sc-color4 {
  background: #60c4c1;
}
.sc-color5 {
  background: #69c3bb;
}
.sc-color6 {
  background: #89cc83;
}
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 10px 14px;
  z-index: 2;
  cursor: pointer;
}
.carousel-nav.left { left: -20; }
.carousel-nav.right { right: 0; }




/********* BLOG ARCHIVE PAGE *****************/

.blog-landing-section {
  padding: 60px 20px;
  background: #fff;
}

.blog-landing-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 40px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-card {
  background: #f9f9f9;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.blog-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.post-category {
  color: #e74c3c;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.post-title {
  font-size: 1.2rem;
  margin: 0;
}

.post-title a {
  text-decoration: none;
  color: #333;
}

.post-title a:hover {
  text-decoration: underline;
}



/* Responsive stacking on smaller screens */
@media (max-width: 768px) {
  .approach-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .approach-icon img {
    margin-bottom: 20px;
  }

  .approach-text {
    width: 100%;
  }

}
#frontpage-banner {
  height: 80vh;
  padding: 50px;
}
#frontpage-banner-top {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding:  10px;
}
#frontpage-banner-navigation {
  display: contents;
}
#frontpage-banner-navigation button {
}


#frontpage-banner-navigation .menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  position: relative;
}

#frontpage-banner-navigation .menu li {
  position: relative;
}
#frontpage-banner-navigation a {
  padding:  15px;
  background: transparent;
  height: auto;
  width: auto;
  color:  #fff;
  font-size: 18px;
  text-decoration:  none;
}
#frontpage-banner-navigation .menu li a {
  text-decoration: none;
  color: #fff; /* adjust to your color */
  padding: 0.5rem 1rem;
  display: inline-block;
  font-weight: 600;
}

/* Dropdown styles */
#frontpage-banner-navigation .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  min-width: 200px;
}

#frontpage-banner-navigation .sub-menu li {
  width: 100%;
}

#frontpage-banner-navigation .sub-menu li a {
  padding: 0.75rem 1rem;
  width: 100%;
  display: block;
  white-space: nowrap;
}

/* Show dropdown on hover */
#frontpage-banner-navigation .menu li:hover > .sub-menu {
  display: block;
}

#frontpage-banner-navigation .menu li.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 0.6rem;
}





#frontpage-banner-content {
  max-width:  500px;
  margin: auto;

  padding:  20px;
  position:  absolute;
  left:  15%;
  bottom:  30%;
}
#frontpage-section-1 {
  

  height: auto;
  padding-bottom: 50px;

}
#frontpage-section-1 h3 {
  color:  #fff;
}
main {
  max-width:  1200px;
  padding:  50px;

  margin-left:  auto;
  margin-right:  auto;
}

#frontpage-section-2 .text-block {
  background-color: #fff;
}
#frontpage-block-image-right,
#frontpage-block-image-left {
  margin-top:  25px;
  margin-bottom:  25px;
}
.text-image-content-block {
  display:  flex;
  flex-direction: row;
  max-width:  1200px;
  height:  auto;
  margin: auto;
  justify-content: space-between;

}
.image-block-mobile {
  display:  none;
}
.image-block {
  display: contents;
  max-width:  600px;
  padding: 25px;
  flex:  auto;
  display:flex;
    flex-direction:column;
    justify-content:center;
}
.image-block img {
  max-width: 100%;
  height:  auto;
  object-fit: cover;
  width:  auto;
}

.text-block {
  max-width: 500px;
  min-width:  250px;
  height:  auto;
  display:  inline-block;
  color:  #00364b;
  flex: 1 0 auto;
  display:flex;
    flex-direction:column;
    justify-content:center;
}

#frontpage-section-5 {
  min-height: 350px;
}
#frontpage-section-5-textbox {
  position:  absolute;
  bottom:  30%;
}
#frontpage-section-5 h3 {
  font-size:  30px;
}





}

/***********************************************************************************************
 **************************** MEDIUM WIDTH STYLES ***********************************************/





@media only screen and (min-width: 800px) {

#frontpage-banner-navigation .submenu-toggle {
  display: none;                 /* match your link color */
}


#frontpage-banner {
  height: 80vh;
  padding: 50px;
}
#frontpage-banner-top {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding:  10px;
}
#frontpage-banner-navigation {
  display: contents;
  flex-direction: row;
}
#frontpage-banner-navigation button {
}


#frontpage-banner-navigation .menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  position: relative;
}

#frontpage-banner-navigation .menu li {
  position: relative;
}
#frontpage-banner-navigation a {
  padding:  15px;
  background: transparent;
  height: auto;
  width: auto;
  color:  #fff;
  font-size: 18px;
  text-decoration:  none;
}
#frontpage-banner-navigation .menu li a {
  text-decoration: none;
  color: #fff; /* adjust to your color */
  padding: 0.5rem 1rem;
  display: inline-block;
  font-weight: 600;
}

/* Dropdown styles */
#frontpage-banner-navigation .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  min-width: 200px;
}

#frontpage-banner-navigation .sub-menu li {
  width: 100%;
}

#frontpage-banner-navigation .sub-menu li a {
  padding: 0.75rem 1rem;
  width: 100%;
  display: block;
  white-space: nowrap;
}

/* Show dropdown on hover */
#frontpage-banner-navigation .menu li:hover > .sub-menu {
  display: block;
}

#frontpage-banner-navigation .menu li.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 0.6rem;
}





#frontpage-banner-content {
  max-width:  500px;
  margin: auto;

  padding:  20px;
  position:  absolute;
  left:  15%;
  bottom:  30%;
}
#frontpage-section-1 {
  

  height: auto;
  padding-bottom: 50px;

}
#frontpage-section-1 h3 {
  color:  #fff;
}
main {
  margin-left:  auto;
  margin-right:  auto;
}

#frontpage-section-2 .text-block {
  background-color: #fff;
}
#frontpage-block-image-right,
#frontpage-block-image-left {
  margin-top:  25px;
  margin-bottom:  25px;
}
.text-image-content-block {
  display:  flex;
  flex-direction: row;
  max-width:  1200px;
  height:  auto;
  margin: auto;
  justify-content: space-between;

}
.image-block-mobile {
  display:  none;
}
.image-block {
  display: contents;
  max-width:  600px;
  padding: 25px;
  flex:  auto;
  display:flex;
    flex-direction:column;
    justify-content:center;
}
.image-block img {
  max-width: 100%;
  height:  auto;
  object-fit: cover;
  width:  auto;
}

.text-block {
  max-width: 500px;
  min-width:  250px;
  height:  auto;
  display:  inline-block;
  color:  #00364b;
  flex: 1 0 auto;
  display:flex;
    flex-direction:column;
    justify-content:center;
}

#frontpage-section-5 {
  min-height: 350px;
}
#frontpage-section-5-textbox {
  position:  absolute;
  bottom:  30%;
}
#frontpage-section-5 h3 {
  font-size:  30px;
}




.explore-divider {
   width: 5px;
  align-self: stretch;
  background-image: url('images/brand-prism-bar-vertical-5px.jpg'); /* Update the path */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-self: stretch;
}
  .service-grid-tabs {
    flex-direction: row;
    justify-content: space-between;
  }

  .tab-button {
    width: auto;
    flex: 1 1 0;
  }

/* ─── INTERIOR NAV DROPDOWN ON DESKTOP ───────────────────────────────────────── */
@media only screen and (min-width: 800px) {
  /* make sure each parent can position its absolute submenu */
  #interior-navigation .menu > li {
    position: relative;
    width: max-content;
    padding-left: 5px;
    padding-right: 5px;
  }

  /* hide sub-menus by default */
  #interior-navigation .sub-menu {
    display: none;
    position: absolute;
    top: 100%;      /* just below the parent link */
    left: 0;
    background: #000;
    padding: 0.5rem 0;
    list-style: none;
    min-width: 200px;
    z-index: 10;
  }

  /* reveal on hover */
  #interior-navigation .menu > li:hover > .sub-menu {
    display: block;
  }

  /* add little ▼ indicator */
  #interior-navigation .menu li.menu-item-has-children > a::after {
    content: " ▼";
    font-size: 0.6rem;
    margin-left: 0.25em;
  }

  /* submenu links */
  #interior-navigation .sub-menu li a {
    display: block;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
  }

#interior-navigation .submenu-toggle {
  display: none;
}

#interior-navigation li a {
  font-size: 35px;
  width: 100%;
}

.service-card {
    flex: 0 0 calc(25% - 15px); /* 4 cards per row with gap */
  }


}


/* ── DESKTOP ONLY: keep dropdown stable and above the hero ─────────── */
@media (min-width: 800px) and (hover: hover) and (pointer: fine) {

  /* Keep the whole nav stack above the hero image */
  .interior-logo-nav-bar-container,
  #interior-navigation {
    position: relative;
    z-index: 1002; /* above .hero-image-box (z-index:1) */
    overflow: visible !important;
  }

  /* Solid hover target and positioned parent for absolute submenu */
  #interior-navigation .menu > li {
    position: relative;
  }
  #interior-navigation .menu > li > a {
    display: block; /* bigger, reliable hover area */
  }

  /* Show submenu on hover and keyboard focus */
  #interior-navigation .menu > li:hover > .sub-menu,
  #interior-navigation .menu > li:focus-within > .sub-menu {
    display: block;
  }

  /* Remove the hover gap and add a small invisible buffer */
  #interior-navigation .sub-menu {
    top: 100%;
    margin-top: 0;
    padding-top: 8px;     /* slight overlap to prevent flicker */
    z-index: 1003;
  }
  #interior-navigation .sub-menu::before {
    content: "";
    position: absolute;
    top: -8px; left: 0; right: 0;
    height: 8px;          /* invisible hover buffer */
  }
}

/* ── MOBILE: keep tap-to-open behavior via .expanded class ─────────── */
@media (max-width: 799px) {
  #interior-navigation { z-index: 10000; } /* your overlay stays on top */
  #interior-navigation .sub-menu { display: none; }
  #interior-navigation .menu-item-has-children.expanded > .sub-menu { display: block; }
}


/* Make the CTA readable everywhere */
.service-cta{
  background:#fff;                 /* force white */
  color:#0f1626;
  border:1px solid #eaeaea;
  border-top:3px solid #16B5b3;
  border-radius:8px;
  padding:24px 24px 16px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  margin:40px 0;
}

/* If the CTA sits inside .service-grid-section, let it take the full width */
.service-grid-section .service-cta{ grid-column:1 / -1; }

/* Tidy list + spacing */
.service-cta h2{ margin:0 0 8px; }
.service-cta p{ margin:0 0 12px; }
.service-cta ul{ margin:0 0 0 1.25rem; padding:0; list-style:disc; }
.service-cta li{ margin:4px 0; }

/* Button breathing room */
.service-cta .cta{ margin-top:12px; }
