.contact-us-details-wrapping-container {
  height: 200px;
}

.container-fluid img.shape-image-home {
  position: absolute;
  display:block;
  max-width: 1280px;
  z-index: -1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid img.shape-image {
  position: absolute;
  display:block;
  max-width: 1280px;
  z-index: -1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-text {
  padding-top: 2vh;
}

.guiding-text {
  color: rgb(121, 121, 121);
}

.header-homepage {
  max-width: 1280px;
  width: 100%;
}

.faq {
  margin-top: 10vh;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.spacer {
  margin-top: 5vh;
  min-height: 100px;
}

.contact-us-details {
  margin-top: 8vh;
}

.contact-us-details-box {
  background-image: var(--bs-gradient);
  background-color: #FFD232;
  border-radius: 10px;
  padding: 20px;
  color: black;
}

.contact-us-details-icon {
  /* max-width: 32vw; */
  max-height: 46vh;
  margin-right: 3vw;
  z-index: 2;
}

.have-an-idea-box-detail {
  background-image: var(--bs-gradient);
  background-color: #000;
  border-radius: 10px;
  padding: 20px;
  color: white;
}

.spacer-line {
  border-left: #000;
  border-width: 1px;
}

.faq-question {
  font-weight: 600;
  background-color: white;
}

.accordion-button:not(.collapsed) {
  background-color: #FFF;
  border-color: #FFF;
}

.accordion-button:focus {
  background-color: #FFF;
  border-color: #FFF;
}

.accordion-button {
  background-color: #FFF;
  border-color: #FFF;
}

.have-an-idea {
  margin-top: 10vh;
}

.have-an-idea-box {
  background-image: var(--bs-gradient);
  background-color: #000;
  border-radius: 10px;
  padding: 20px;
  color: white;
}

.have-an-idea-icon {
  max-width: 12vw;
  max-height: 12vh;
  padding-left: 0vw;
  padding-top: 0vh;
}

.how-does-it-work {
  margin-top: 10vh;
}

.about-device-guard-pro {
  margin-top: 10vh;
}

.about-device-guard-pro-image {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.about-device-guard-pro-projectbox {
  vertical-align: middle;
}

.our-projects-projectname {
  border-left: 3px solid #F00;
  text-indent: 10px;
}

.our-projects {
  margin-top: 10vh;
}

.our-projects-image {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.home-logo-text {
  font-size: 2.5rem;
  font-weight: 500;
  max-width: 60vw;
  color: #fff;
  text-align: center;
  margin-top: 10%;
}

.high-level-services {
  margin-top: 30vh;
}

.high-level-services-item {
  height: 16rem;
}

.our-projects {
  margin-top: 10vh;
}

.service-icon {
  max-width: 8vw;
  max-height: 8vh;
  padding-left: 2vw;
  padding-top: 2vh;
}

.navigation {
  font-weight: 500;
}

@media (max-width: 768px){
  .contact-us-details-wrapping-container {
    height: 0px;
  }

  .contact-us-details-icon {
    max-width: 20vw;
    max-height: 20vh;
    margin-right: 3vw;
    z-index: 2;
  }

  .high-level-services-item {
    height: 12rem;
  }
}

@media (max-width: 992px) {
  .shape-image-home {
    display: none!important;
  }

  .header {
    background-image: -moz-linear-gradient( 90deg, rgb(224, 42, 72) 0%, rgb(228, 62, 88) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(224, 42, 72) 0%, rgb(228, 62, 88) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(224, 42, 72) 0%, rgb(228, 62, 88) 100%);
  }

  .high-level-services {
    margin-top: 15vh;
  }
}
