/* screen - service */

.service {

/*  background-color: var(--white);
  display: flex;
  flex-direction: column;
  min-height: 2749px;
  min-width: 1440px;
  width: 100%;
  */
  
   width: min(1440px, 100%);
  margin-inline: auto;
  min-height: 100vh;
  padding-inline: clamp(16px, 4vw, 40px);
   padding-top: 60px !important;
}

.service .frame-36 {


/*  align-items: center;
  background-color: var(--white);
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  padding: 16px 40px;
  top: 0;
  z-index: 4;

position: fixed;
  left: 135px;
  width: 1170px;
*/

position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1170px, 90%);
  padding: 16px 40px;
  z-index: 1000;
  
}

.service .image-2 {
  aspect-ratio: 5.48;
  height: 62px;
  position: relative;
  width: 340px;
}

.service .frame-35 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 24px;
  position: relative;
}

.service .frame {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 10px 0px;
  position: relative;
  width: 52px;
}

.service .about {
  align-items: center;
  display: flex;
  letter-spacing: 0;
  line-height: 27px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .frame-4 {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 10px 0px;
  position: relative;
  width: 76px;
}

.service .services {
  align-items: center;
  display: flex;
  letter-spacing: 0;
  line-height: 27px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .frame-7 {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 10px 0px;
  position: relative;
  width: 68px;
}

.service .careers {
  align-items: center;
  display: flex;
  letter-spacing: 0;
  line-height: 27px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .frame-8 {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 10px 0px;
  position: relative;
  width: 69px;
}

.service .frame-10-1 {
  align-items: center;
  align-self: stretch;
  background-color: var(--ecstasy);
  border-radius: 32px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  justify-content: center;
  padding: 12px 42px;
  position: relative;
}

.service .request-a-quote {
  align-items: center;
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  line-height: 18px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.service .frame-114 { /*
  align-items: center;
  
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 42px;
  height: 992px;
  margin-top: 102px;
  padding: 84px 135px;
  position: relative;
  width: 1440px;
  z-index: 1;
  */
  
  /*/* 1170px change to 1220px
  margin-top: 120px;
  
  width: 100%;
  max-width: 1220px; 
  
  background-image: url(../img/frame-114-1.png);
  margin: 100px auto 0;

  padding: 60px clamp(16px, 4vw, 35px);

  border-radius: 25px;

  display: flex;
  flex-direction: column;
  gap: 32px;

  background-position: center;
  background-size: cover;

  height: auto; /* 🔥 important */
  */
  
  
  
  width: 100%;
  max-width: 1170px;
  margin: 100px auto 0;

  padding: 40px 20px;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  gap: 24px;
background-image: url(../img/frame-114-1.png);
  /* background: #0b1d3a;  TEMP remove image */
  border-radius: 20px;
  
  
  }

.service .title {
  align-items: center;
  display: flex;
  letter-spacing: 0;
  line-height: 58px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .frame-113 {
	/*
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%; */
/*
  display: grid;   
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; */
  
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;

  justify-items: center;   /* 🔥 center each card */
  align-items: stretch;    /* equal height */


}

.service .frame-11 {
	
	/*
  -webkit-backdrop-filter: blur(5.2px) brightness(100%);
  align-items: flex-start;
  backdrop-filter: blur(5.2px) brightness(100%);
  background-color: var(--resolution-blue);
  border: 0.2px solid;
  border-color: var(--white);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  position: relative;
  width: 370px;
  */
  
  width: 100%;        /* 🔥 no fixed width */
  max-width: 100%;

  padding: 20px;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  gap: 16px;

  position: relative;
  overflow: hidden;

}

.service .frame-105 {
  align-items: center;
  aspect-ratio: 1;
  border: 1px solid;
  border-color: var(--white);
  border-radius: 78.5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 66px;
  justify-content: center;
  padding: 53px 64px;
  position: relative;
  width: 66px;
}

.service .number-1 {
  margin-left: -45.50px;
  margin-right: -45.50px;
}

.service .quantity-takeoff-c {
  align-items: center;
  align-self: stretch;
  display: flex;
  letter-spacing: 0;
  line-height: 34px;
  position: relative;
}

.service .rectangle-13 { /*
  align-self: stretch;
  height: 270px;
  object-fit: cover;
  position: relative;
  width: 100%; */
}

.service .accurate-trade-wise {
  align-items: center;
  align-self: stretch;
  display: flex;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
}

.service .detailed-takeoffs {
  align-items: center;
  display: flex;
  letter-spacing: 0.80px;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .trade-breakdowns {
  align-items: center;
  display: flex;
  letter-spacing: 0.80px;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .market-cost-analysis {
  align-items: center;
  display: flex;
  letter-spacing: 0.80px;
  line-height: 24px;
  margin-right: -41.00px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .number {
  margin-left: -47.50px;
  margin-right: -47.50px;
}

.service .construction-management-solutions {
  align-items: center;
  align-self: stretch;
  display: flex;
  letter-spacing: 0;
  line-height: 34px;
  position: relative;
}

.service .rectangle-13-1 {
  align-self: stretch;
  height: 270px;
  position: relative;
  width: 100%;
}

.service .professional-constru {
  align-items: center;
  align-self: stretch;
  display: flex;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
}

.service .frame-10 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
}

.service .project-monitoring {
  align-items: center;
  display: flex;
  letter-spacing: 0.64px;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .kpi-tracking {
  align-items: center;
  display: flex;
  letter-spacing: 0.64px;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .quality-control {
  align-items: center;
  display: flex;
  letter-spacing: 0.64px;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .remote-construction {
  align-items: center;
  align-self: stretch;
  display: flex;
  letter-spacing: 0;
  line-height: 34px;
  position: relative;
}

.service .scale-your-workforce {
  align-items: center;
  align-self: stretch;
  display: flex;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
}

.service .dedicated-teams {
  align-items: center;
  display: flex;
  letter-spacing: 0.64px;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .hr-compliance {
  align-items: center;
  display: flex;
  letter-spacing: 0.64px;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .offshore-support {
  align-items: center;
  display: flex;
  letter-spacing: 0.64px;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .frame-1261153228 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 42px;
  height: 992px;
  margin-left: 135px;
  margin-top: 124px;
  position: relative;
  width: 1170px;
  z-index: 2;
}

.service .frame-39 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.service .industries-we-serve {
  align-items: center;
  align-self: stretch;
  display: flex;
  letter-spacing: 0;
  line-height: 42px;
  margin-top: -1.00px;
  position: relative;
}

.service .we-bring-deep-constr {
  align-items: center;
  align-self: stretch;
  display: flex;
  letter-spacing: 0;
  line-height: 27px;
  position: relative;
}

.service .frame-1261153227 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 30px 30px;
  position: relative;
  width: 100%;
}

.service .frame-1 {
  align-items: flex-start;
  background-color: var(--white);
  border-color: var(--log-cabin);
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 25px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: 12px 12px 21.2px #2121210a;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 18px;
  position: relative;
  width: 370px;
}

.service .k12-education {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: -1.00px;
  position: relative;
}

.service .accurate-transparen {
  align-self: stretch;
  height: 82px;
  letter-spacing: 0;
  line-height: 27px;
  position: relative;
}

.service .healthcare {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: -1.00px;
  position: relative;
}

.service .high-precision-takeo {
  align-self: stretch;
  height: 82px;
  letter-spacing: 0;
  line-height: 27px;
  position: relative;
}

.service .office-corporate {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: -1.00px;
  position: relative;
}

.service .fast-scalable-estim {
  align-self: stretch;
  height: 82px;
  letter-spacing: 0;
  line-height: 27px;
  position: relative;
}

.service .higher-education {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: -1.00px;
  position: relative;
}

.service .long-term-cost-plann {
  align-self: stretch;
  height: 82px;
  letter-spacing: 0;
  line-height: 27px;
  position: relative;
}

.service .commercial-retail {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: -1.00px;
  position: relative;
}

.service .margin-safe-estimate {
  align-self: stretch;
  height: 82px;
  letter-spacing: 0;
  line-height: 27px;
  position: relative;
}

.service .entertainment-hospitality {
  letter-spacing: 0;
  line-height: 26px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .cost-clarity-for-com {
  align-self: stretch;
  height: 82px;
  letter-spacing: 0;
  line-height: 27px;
  position: relative;
}

.service .municipal-public-infrastructure {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: -1.00px;
  position: relative;
}

.service .audit-ready-complia {
  align-self: stretch;
  height: 82px;
  letter-spacing: 0;
  line-height: 27px;
  position: relative;
}

.service .frame-87 {
  align-items: center;
  align-self: stretch;
  background-color: var(--licorice);
  display: flex;
  flex-direction: column;
  gap: 42px;
  height: 415px;
  padding: 40px 0px;
  position: relative;
  width: 100%;
}

.service .frame-84 {
  align-items: center;
  align-self: stretch;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--white-4);
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 0px 135px 59px;
  position: relative;
  width: 100%;
}

.service .frame-83 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 366px;
}

.service .group-1 {
  height: 44.5px;
  position: relative;
  width: 275.76px;
}


/*       it's been replace below
.service .frame-86 {
  align-items: center;
  display: inline-flex;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
} */

.service .number-2 {
  align-items: center;
  display: flex;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: -32.00px;
  margin-top: -34.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .place-2 {
  align-items: center;
  display: flex;
  letter-spacing: 0;
  line-height: 27px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}
.service .frame-36 {
	
	/*
copied from home.css */
  
   align-items: center;
  background-color: var(--white);
  border-radius: 25px;
  display: flex;
  justify-content: space-between;

  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  width: min(1170px, calc(100% - 80px));
  padding: 16px 40px;

  z-index: 1000;

 
}

.service a {
  text-decoration: none;
  color: inherit;
}

.service .frame-84-item,
.service .frame-84-item:visited,
.service .frame-84-item:hover,
.service .frame-84-item:active {
  color: #ffffff !important;
  text-decoration: none;
  
  
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500; /* match your design */
  font-size: 20px;  /* adjust if needed */
}
}


.service .rectangle-13,
.service .rectangle-13-1 {
  width: 100%;
  height: auto;

  display: block;
  position: relative;

  z-index: 1; /* 🔥 stays above */
}

@media (max-width: 768px) {

  .service .frame-113 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;

    justify-content: center;   /* 🔥 center grid */
  }

  .service .frame-11 {
    width: 100%;
    max-width: 320px;          /* 🔥 control card width */
    margin: 0 auto;            /* 🔥 center each card */
  }

  .service .frame-114 { /* perfect working
    padding: 24px 16px;
    margin-top: 80px;
	width:788px;
	margin-left: 350px;
	align-self: stretch;
	position : relative; */
	padding: 24px 16px;
    margin-top: 80px;
	width:1170px;
	margin-left: 100px;
	align-self: stretch;
	position : relative; 
	z-index: 2;
	
	
  }

  .service .title {
    text-align: center;
  }
}