
/* =========== Hero Section ========== */


.desktop .hero-section {
  display: flex;
  flex-direction: column;
  height: 80vh;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding: 100px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(193, 199, 229, 1) 0%,
    rgba(193, 199, 229, 1) 100%), url('../assets/hero.jpg') center right / cover no-repeat;
  background-blend-mode: darken, normal;
  overflow: hidden;
}

.desktop .content {
  max-width: 100%;
  width: 100%;
  align-items: center;
  gap: 80px;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.desktop .block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.desktop .text {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .custom-fit-solutions {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-1-font-family);
  font-weight: var(--heading-1-font-weight);
  color: var(--dividertexton-accent-1);
  font-size: var(--heading-1-font-size);
  letter-spacing: var(--heading-1-letter-spacing);
  line-height: var(--heading-1-line-height);
  font-style: var(--heading-1-font-style);
}

.desktop .div {
  position: relative;
  align-self: stretch;
  font-family: var(--heading-4-font-family);
  font-weight: var(--heading-4-font-weight);
  color: var(--dividertexton-accent-1);
  font-size: var(--heading-4-font-size);
  letter-spacing: var(--heading-4-letter-spacing);
  line-height: var(--heading-4-line-height);
  font-style: var(--heading-4-font-style);
}

.desktop .connect-with-our-wrapper {
  display: flex;
  width: 162px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--dividertextparagraph);
  border-radius: 51.57px;
}

/* ==========  Services Section and Service Cards  ========== */

.desktop .services-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--backgroundbackground-4);
}

.desktop .intro-section {
  display: flex;
  flex-direction: column;
  max-width: 1500px;
  align-items: center;
  gap: 106px;
  padding: 120px 16px 100px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .content-2 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28.04px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.desktop .services {
  position: relative;
  width: fit-content;
  margin-top: -1.10px;
  font-family: var(--heading-6-font-family);
  font-weight: var(--heading-6-font-weight);
  color: var(--dividertextparagraph);
  font-size: var(--heading-6-font-size);
  letter-spacing: var(--heading-6-letter-spacing);
  line-height: var(--heading-6-line-height);
  white-space: nowrap;
  font-style: var(--heading-6-font-style);
}

.desktop .p {
  position: relative;
  font-family: var(--heading-2-font-family);
  font-weight: var(--heading-2-font-weight);
  color: var(--dividertextparagraph);
  font-size: var(--heading-2-font-size);
  text-align: center;
  letter-spacing: var(--heading-2-letter-spacing);
  line-height: var(--heading-2-line-height);
  font-style: var(--heading-2-font-style);
}


.desktop .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  font-family: var(--paragraph-font-family);
  font-weight: var(--paragraph-font-weight);
  color: var(--dividertextparagraph);
  font-size: var(--paragraph-font-size);
  text-align: center;
  letter-spacing: var(--paragraph-letter-spacing);
  line-height: var(--paragraph-line-height);
  font-style: var(--paragraph-font-style);
}

.desktop .button-on-light {
  display: flex;
  width: 162px;
  background-color: var(--backgroundbackground-3);
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 51.57px;
}

.desktop .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -0.39px;
  font-family: var(--label-1-font-family);
  font-weight: var(--label-1-font-weight);
  color: var(--dividertexton-accent-1);
  font-size: var(--label-1-font-size);
  text-align: center;
  letter-spacing: var(--label-1-letter-spacing);
  line-height: var(--label-1-line-height);
  white-space: nowrap;
  font-style: var(--label-1-font-style);
}

/* headline text */
.button-on-light .text-wrapper-3 {
  color: var(--dividertexton-accent-1);
  transition: inherit;            /* inherit same transition */
}

/* Hover / keyboard focus */
.button-on-light:hover,
.button-on-light:focus-visible {
  background-color: var(--backgroundbackground-1);         /* brand blue */
  outline: none;                                           /* remove default */
}

.button-on-light:hover .text-wrapper-3,
.button-on-light:focus-visible .text-wrapper-3 {
  color: var(--dividertexton-accent-1);                    /* ensure white text */
}

/* Optional active press */
.button-on-light:active {
  transform: scale(.97);
}

.desktop .section {
  justify-content: flex-end;
  gap: 188px;
  padding: 20px 20px 20px 0px;
  display: flex;
  max-width: 1500px;
  align-items: flex-start;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .card {
  justify-content: flex-end;
  display: flex;
  width: 1036px;
  align-items: center;
  gap: 70px;
  position: relative;
  background-color: var(--backgroundbackground-3);
}



.desktop .content-3 {
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
  padding: 80px 0px 80px 80px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.desktop .text-2 {
  gap: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-3-font-family);
  font-weight: var(--heading-3-font-weight);
  color: var(--dividertextparagraph);
  font-size: var(--heading-3-font-size);
  letter-spacing: var(--heading-3-letter-spacing);
  line-height: var(--heading-3-line-height);
  font-style: var(--heading-3-font-style);
}

.desktop .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  font-family: var(--paragraph-font-family);
  font-weight: var(--paragraph-font-weight);
  color: var(--dividertextparagraph);
  font-size: var(--paragraph-font-size);
  letter-spacing: var(--paragraph-letter-spacing);
  line-height: var(--paragraph-line-height);
  font-style: var(--paragraph-font-style);
}

.desktop .labels {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.desktop .element-taxes-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px;
  background-color: var(--backgroundbackground-4);
  border-radius: 8px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .element-taxes {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--label-1-font-family);
  font-weight: var(--label-1-font-weight);
  color: var(--dividertexton-accent-2);
  font-size: var(--label-1-font-size);
  letter-spacing: var(--label-1-letter-spacing);
  line-height: var(--label-1-line-height);
  white-space: nowrap;
  font-style: var(--label-1-font-style);
}

/* pill hover state */
.element-taxes-wrapper:hover {
  background-color: var(--backgroundbackground-1);
  cursor: pointer;                 /* UX hint */
  transition: background-color .25s ease;   /* nice fade */
}

/* optional: keep the text readable on the darker bg */
.element-taxes-wrapper:hover .element-taxes {
  color: var(--backgroundbackground-4);     /* or any light colour token */
}


.desktop .image {
  width: 450px;
  height: 300px;
  position: relative;
  mix-blend-mode: color-burn;
  background-image: url(../assets/industrial.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desktop .card-wrapper {
  gap: 192px;
  padding: 20px 0px 20px 20px;
  display: flex;
  max-width: 1500px;
  align-items: flex-start;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .card-2 {
  height: 450px;
  display: flex;
  width: 1036px;
  align-items: center;
  gap: 70px;
  position: relative;
  background-color: var(--backgroundbackground-3);
}

.desktop .image-2 {
  width: 450px;
  height: 300px;
  position: relative;
  mix-blend-mode: color-burn;
  background-image: url(../assets/commercial.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desktop .content-4 {
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
  padding: 80px 80px 80px 0px;
  flex: 1;
  flex-grow: 1;
  margin-top: -12.00px;
  margin-bottom: -12.00px;
  display: flex;
  position: relative;
}

.desktop .card-3 {
  height: 450px;
  justify-content: flex-end;
  display: flex;
  width: 1036px;
  align-items: center;
  gap: 70px;
  position: relative;
  background-color: var(--backgroundbackground-3);
}

.desktop .image-3 {
  align-self: stretch;
  width: 300px;
  position: relative;
  mix-blend-mode: color-burn;
  background-image: url(../assets/mixeduse.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desktop .div-wrapper {
  gap: 137px;
  padding: 20px 0px 20px 20px;
  display: flex;
  max-width: 1500px;
  align-items: flex-start;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .card-4 {
  display: flex;
  width: 1036px;
  align-items: center;
  gap: 70px;
  position: relative;
  background-color: var(--backgroundbackground-3);
}

.desktop .image-4 {
  width: 450px;
  height: 300px;
  position: relative;
  mix-blend-mode: color-burn;
  background-image: url(../assets/singlefamily.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desktop .content-5 {
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
  padding: 80px 80px 80px 0px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.desktop .image-break-section {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 600px;
  background-image: url(../assets/beams.jpg);
  background-size: cover;
  background-position: 50% 50%;
}


/* ========  Additional Services  ========== */


.desktop .testimonial-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 100px;
  position: relative;
  align-self: stretch;
  width: 100vw;
  flex: 0 0 auto;
  background-color: var(--backgroundbackground-2);
}

.desktop .carousel-desktop {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  align-items: center;
  gap: 120px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Urbanist-Regular", Helvetica;
  font-weight: 400;
  color: var(--dividertextparagraph);
  font-size: 60px;
  text-align: center;
  letter-spacing: 0;
  line-height: 63.0px;
}

.desktop .quotes {
  gap: 100px;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
}

.desktop .titles {
  display: flex;
  flex-direction: column;
  width: 310px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  border-radius: 20px;
}

.desktop .component {
  background-color: var(--backgroundbackground-2);
  display: flex;
  flex-direction: column;
  width: 310px;
  height: 110px;
  align-items: flex-start;
  gap: 30px;
  padding: 20px 30px;
  position: relative;
}

.desktop .component.active {
  background-color: var(--backgroundbackground-1);
  display: flex;
  flex-direction: column;
  width: 310px;
  height: 110px;
  align-items: flex-start;
  gap: 30px;
  padding: 20px 30px;
  position: relative;
}

.desktop .text-3 {
  gap: 16px;
  padding: 20px 0px;
  margin-bottom: -16.00px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: var(--dividertexton-accent-3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}



.desktop .text-4 {
  gap: 16px;
  padding: 20px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: var(--dividertexton-accent-3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .text-wrapper-8 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-5-font-family);
  font-weight: var(--heading-5-font-weight);
  color: var(--dividertexton-accent-2);
  font-size: var(--heading-5-font-size);
  letter-spacing: var(--heading-5-letter-spacing);
  line-height: var(--heading-5-line-height);
  font-style: var(--heading-5-font-style);
}

.desktop .quotes-2 {
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  padding: 0px 30px 0px 40px;
  flex: 1;
  flex-grow: 1;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: var(--dividerdivider-1);
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
}

.desktop .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  font-family: var(--quote-font-family);
  font-weight: var(--quote-font-weight);
  color: var(--dividertextparagraph);
  font-size: var(--quote-font-size);
  letter-spacing: var(--quote-letter-spacing);
  line-height: var(--quote-line-height);
  font-style: var(--quote-font-style);
}

.component.active h3 { color: var(--backgroundbackground-4); }



/* ==============================Mobile Styling==============================/ */
@media (max-width: 950px) {


  .desktop .hero-section {
    display: flex;
    flex-direction: column-reverse;
    height: 100vw;
    align-items: flex-start;
    justify-content: center;
    gap: 100px;
    padding: 40px 16px;
    position: relative;
    align-self: stretch;
    width: 100vw;
    background: linear-gradient(
    0deg,
    rgba(193, 199, 229, 1) 0%,
    rgba(193, 199, 229, 1) 100%), url('../assets/hero.jpg') center right / cover;
    overflow: hidden;
  }

  .desktop .content {
    display: flex;
    flex-direction: column;
  
    gap: 40px;
    align-self: stretch;
    align-items: center;
    width: 100%;
  }

  .desktop .block{
    justify-content: left;
  }

.desktop .services-section {
  width: 100vw;
  align-items: center;
}
  .desktop .text,
  .desktop .intro-section,
  .desktop .content-2,
  .desktop .section,
  .desktop .card-wrapper,
  .desktop .left-column,
  .desktop .right-column,
  .desktop .content-wrapper {
    width: 100%;
    max-width: 100%;
    align-items: center;
    flex-direction: column;
  }
  
  .desktop .section,
  .desktop .card-wrapper,
  .desktop .div-wrapper {
    padding: 0px 16px 16px 16px;
    height: fit-content;
  }

  .desktop .custom-fit-solutions {
    font-size: clamp(36px, 8vw, 72px);
  }


  .desktop .p {
    font-size: clamp(30px, 5vw, 60px);
  }

  .desktop .button-on-light,
  .desktop .connect-with-our-wrapper {
    width: auto;
  }

  .desktop .content-3,
  .desktop .content-4,
  .desktop .content-5 {
    padding: 0;
    gap: 24px;
    width: 100%;
    align-items: flex-start;
  }

  .desktop .card,
  .desktop .card-2,
  .desktop .card-3,
  .desktop .card-4 {
  flex-direction: column;
  align-items: center;
  padding: 40px 16px;
  width: 100%;
  gap: 40px;
  height:fit-content;
}

  .desktop .image,
  .desktop .image-2,
  .desktop .image-4 {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.desktop .image-3{
  width: auto;
  height: fit-content;
  aspect-ratio: 9/16;
  background-size: cover;
  background-position: center;
  overflow: hidden;  
}

  .desktop .content-3,
  .desktop .content-4 {
    padding: 0;
    gap: 40px;
  }

  .desktop .labels {
    flex-wrap: wrap;
    gap: 8px;
  }

  .desktop .element-taxes-wrapper {
    padding: 8px;
  }

  .desktop .image-break-section {
    height: 250px;
    padding-bottom: 0;
    width: 100vw;
    background-size: cover;
    background-position: center;
  }

  .desktop .testimonial-section {
    display: flex;
    padding: 36px 18px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
  }

  .desktop .carousel-desktop {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;  
  align-items: center;
  gap: 40px;
  padding: 24px 16px;
  position: relative;
  flex: 0 0 auto;
  margin:auto;
  background-color: #ffffff;
}

  .desktop .quotes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;

}

  .desktop .titles {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;                  /* keep in ONE row          */
    gap: 16px;
    overflow-x: auto;                   /* finger swipe             */
    scroll-snap-type: x mandatory;
    padding-top: 16px;
    padding-bottom: 16px;
  }

    .desktop .titles::-webkit-scrollbar {
    display: none;
  }

  .desktop .component.active {
    background-color: var(--backgroundbackground-2);
    color: white;
        flex: 0 0 125px;                    /* fixed pill width         */
    display: flex;
    align-items: center;
    width: 100px;
    height: 200px;
    justify-content: left;
    padding: 20px 12px 24px;
    border-radius: 12px;
    background: var(--backgroundbackground-1);
    border-top: 2px solid var(--accentsecondarydefault);
    text-align: center;
    word-break: break-word;
    scroll-snap-align: start;
  }

  .desktop .component {
    flex: 0 0 125px;                    /* fixed pill width         */
    display: flex;
    align-items: center;
    width: 100px;
    height: 200px;
    justify-content: left;
    padding: 20px 12px 24px;
    border-radius: 12px;
    background: var(--backgroundbackground-4);
    border-top: 2px solid var(--accentsecondarydefault);
    text-align: center;
    word-break: break-word;
    scroll-snap-align: start;
  }


  .desktop .text-3,
  .desktop .text-4 {
    display: flex;
    font-size: 20px;
    font-family: "Urbanist";
    flex-direction: column;
    text-align: left ;
    gap: 6px;
    border-top: 1px solid var(--dividertexton-accent-3);
    padding-top: 8px;
    width: 100%;
  }


  .desktop .text-wrapper-6 {
    text-align: center;
    font-size: var(--heading-2-font-size);
    line-height: var(--heading-2-line-height);
    color: var(--dividertextparagraph);
  }


  .desktop .text-wrapper-8 {
    font-size: var(--label-2-font-size);
    font-family: var(--label-2-font-family);
    color: var(--dividertexton-accent-2);
    word-break: break-word;
    white-space: normal;
  }

  .desktop .quotes-2 {
  gap: 50px;
  padding: 40px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-color: #ffffff;
}

}



