/* CUSTOM DEV PAGE CSS */

#devBanner {
	display: block;
	width: 100%;
	background-color: #6bc4b89c;
	border-radius: 8px;
	max-height: 100%;
}
#devHeaderImage {
	position: absolute;
	width: 150%;
	max-width: 120%;
	left: 0;
}
#projectStages img {
	width: 300px;
	max-width: 100%;
	margin: auto;
	display: block;
}

/* ===== Our Process — modern numbered timeline ===== */
.gi_process-timeline {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 10px 0;
}
.gi_process-timeline::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  width: 2px;
  background: linear-gradient(180deg, #00af98 0%, #1f2d38 100%);
  opacity: 0.18;
}
.gi_process-step {
  position: relative;
  padding-left: 104px;
  margin-bottom: 32px;
}
.gi_process-step:last-child {
  margin-bottom: 0;
}
.gi_process-badge {
  position: absolute;
  left: 8px;
  top: 24px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #00af98 0%, #1f2d38 100%);
  box-shadow: 0 12px 26px rgba(0, 175, 152, 0.32);
  z-index: 1;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.gi_process-badge-num,
.gi_process-badge-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.4s ease;
}
.gi_process-badge-num {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.gi_process-badge-icon {
  font-size: 26px;
  opacity: 0;
  transform: rotate(-90deg) scale(0.6);
}
.gi_process-step:hover .gi_process-badge {
  transform: scale(1.08);
  box-shadow: 0 18px 34px rgba(0, 175, 152, 0.45);
}
.gi_process-step:hover .gi_process-badge-num {
  opacity: 0;
  transform: rotate(90deg) scale(0.6);
}
.gi_process-step:hover .gi_process-badge-icon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.gi_process-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 34px;
  border: 1px solid rgba(31, 45, 56, 0.06);
  box-shadow: 0 12px 40px rgba(31, 45, 56, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.gi_process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(31, 45, 56, 0.14);
}
.gi_process-card-body {
  display: flex;
  align-items: center;
  gap: 34px;
}
.gi_process-content {
  flex: 1 1 auto;
}
.gi_process-pill {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 14px;
  border-radius: 20px;
  background: rgba(0, 175, 152, 0.12);
  color: #00af98;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.gi_process-intro {
  color: #6b7c93;
  line-height: 1.6;
}
.gi_process-checks {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.gi_process-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 7px 0;
  font-weight: 600;
  color: #1f2d38;
}
.gi_process-check i {
  flex: 0 0 auto;
  margin-top: 2px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  color: #00af98;
  background: rgba(0, 175, 152, 0.14);
}
@media (max-width: 767px) {
  .gi_process-timeline::before {
    left: 30px;
  }
  .gi_process-step {
    padding-left: 78px;
  }
  .gi_process-badge {
    left: 0;
    width: 58px;
    height: 58px;
    font-size: 18px;
  }
  .gi_process-card {
    padding: 24px 22px;
  }
}

.gi_get-in-touch {
  background-color: #1f2d38;
  border-color: #1f2d38;
}
.gi_get-in-touch:hover {
  background-color: #00af98;
  border-color: #00af98;
}
.gi_project-totals {
  margin-top: -250px;
}
.plan-features-border {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}


@media screen and (min-width: 821px) and (max-width: 991px) {
  .d-flex {
    flex-direction: column;
  }
  #devFeatures {
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  #devFeatures {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #devHeader {
    justify-content: center;
		background: #c4e7e2;
  }

  .appHeaderImageSizing {
    width: 75%;
  }
  .gi_project-totals {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1200px) {
  #devHeader {
    justify-content: center;
		background: #c4e7e2;

  }
	#devFeatures {
		padding: 0;
	}
}

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

}
@media screen and (min-width: 1450px) {

}
@media screen and (min-width: 1550px) {

  .appHeaderImageSizing {
    width: 90%;
  }
}
@media screen and (min-width: 1700px) {
  .appHeaderImageSizing {
    width: 85%;
  }
}
@media screen and (min-width: 1800px) {
  .appHeaderImageSizing {
    width: 80%;
  }

}
@media screen and (min-width: 1950px) {
  .appHeaderImageSizing {
    width: 75%;
  }

}
@media screen and (min-width: 2100px) {
  .appHeaderImageSizing {
    width: 70%;
  }

}

/* OLD DEV SERVICES STYLING */

/* @keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#giDevServicesSpinner {
  width: 300px;
  animation: spin 2s linear infinite;
}
.image-services {
  height: 300px;
}

.reviews-on-services {
  position: relative;
  top: -100px;
  margin-top: 00px;
  z-index: -100;
}
#giDevTrack {
  opacity: 0.5;
  overflow: hidden;
  width: 100%;
  z-index: 0;
  white-space: nowrap;
  transform: translate3d(0, 0, 0);
}
.giDevDevice {
  display: inline-block;
}

#giDevTrack .slider {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#giDevTrack > .giDevDevice {
  width: 20%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  animation: moveSlideshow 3s linear infinite;
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-100%);
  }
} */
