.min-vh-75 {
  min-height: 75vh;
}
.text-shadow {
  text-shadow: 1px 1px #747474;
}
.text-show {
  display: block;
  transition: display 1s ease-in-out;
  color: #25335d;
}
.service-info {
  display: none;
}
.service-card-title {
  color: #25335d;
}

.typing-animation {
  overflow: hidden;
  white-space: nowrap;
  /* border-right: 2px solid #000; */
  text-align: center;
  animation: typing 5s steps(40, end), blink-caret 0.5s step-end infinite;
  font-size: 28px;
  padding: 10px;
  margin-bottom: 15px;
}
.service-card:hover {
  text-shadow: 2px 2px #9f9f9f;
}
.service-card {
  /* position: relative; */
  height: 70vh;
  border: #ffffff 1px solid;
  background-color: rgb(227, 227, 228);
  border-radius: 10px;
}
.lay-two {
  background-color: rgba(70, 70, 70, 0.7);

  border-radius: 10px;
}
.lay-two img {
  filter: brightness(40%);
}
.about-middle-Section-bg {
  background-image: url("../requirements/images/services/bg.svg");
  background-size: cover;
  background-position: center;
  /* filter: brightness(); */
  background-attachment: fixed;
  height: 70vh;
  width: 100%;
  padding-left: 10rem;
  justify-content: center;
  align-items: start;
  display: flex;
  flex-direction: column;
}
.hsp-we-are-bg {
  background-image: url("../requirements/images/aboutUs/howweare.jpeg");
  background-size: cover;
  background-position: center;
  width: 100%;
}
.hsp-vision-bg {
  background-image: url("../requirements/images/aboutUs/our-vision.jpeg");
  background-size: cover;
  background-position: center;
  width: 100%;
}

.service-hsp-img-bg {
  background-image: url("../requirements/images/services/service-bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 15rem;
  height: 50vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.service-card-section-top {
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: top;
  align-items: center;
  flex-direction: column;
  padding: 20px 10px 0 10px;
}
.services-roof-background {
  /* width: 100%; */
  min-height: 60vh;
  margin: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../requirements/images/services/roof-bg.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.service-card-section-bottom {
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
  align-items: end;
}
.service-card-section-bottom img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 40vh;
  width: 100%;
}
.services-frist-container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}
.services-second-container {
  width: 100%;
  min-height: 75vh;
  padding-left: 25%;
  padding-top: 10%;
  padding-right: 6%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: top;
  background-image: url("../requirements/images/services/service-background.png");
  background-repeat: no-repeat;
  background-position: top left;
}
.services-third-container {
  min-height: 85vh;
  width: 100%;
  margin: 0;
  padding: 0;
  /* background-color: rgba(0, 6, 85, 0.07); */
}

.service-text-middle {
  font-size: 38px;
  color: linear-gradient(
    0deg,
    rgba(22, 83, 222, 1) 0%,
    rgba(18, 41, 166, 1) 53%,
    rgba(36, 39, 45, 1) 53%,
    rgba(0, 6, 85, 1) 100%
  );
  text-shadow: 5px 5px rgba(222, 122, 120, 0.05);
}
.service-card-btn {
  width: 65px !important;
  height: 65px !important;
  margin-top: 20%;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #25335d;
  color: #ffffff;
}
.service-card-btn:hover {
  background-color: #ffcc29;
  color: #282828;
}
.service-text-overlay {
  position: absolute;
  width: 70%;
  top: 70%;
  left: 60%;
  transform: translate(-70%, -60%);
  color: white;
  text-align: left;
}

.service-img {
  height: auto;
  min-height: 95vh;
  width: 100%;
}
.service-text-overlay-font {
  font-size: 70px !important;
}
.overlay-blueShade {
  background-color: rgba(0, 6, 85, 0.3);
  width: 90%;
  height: 90%;
  padding-right: 20rem;
  justify-content: right;
  align-items: center;
  display: flex;
}
.aboutUs-top-text-font {
  font-size: 100px !important;
  padding-left: 15rem;
  text-align: left;
  width: 100%;
}
.aboutUs-titles {
  font-size: 100px !important;
}
.about-card {
  width: 320px;
}
.hsp-font-title {
  font-size: 50px !important;
  padding: 0;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #000;
  }
}
@media only screen and (min-width: 2000px) {
  .service-text-overlay {
    top: 60%;
    left: 60%;
    transform: translate(-60%, -60%);
  }
}
@media only screen and (max-width: 768px) {
  .service-img {
    margin-top: 90px;
    object-fit: cover;
    width: 100%;
  }
  .service-text-overlay-font {
    font-size: 72px !important;
  }
  .service-text-overlay {
    top: 50%;
    left: 40%;
    transform: translate(-50%, -40%);
  }
  .service-text-middle {
    font-size: 20px;
    width: 100%;
  }
  .services-middle-container {
    width: 100%;
    min-height: 80vh;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../requirements/images/services/service-background.png");

    background-repeat: no-repeat;
    background-position: top left;
  }
  .about-middle-Section-bg {
    padding-left: 5px;
  }
  .aboutUs-top-text-font {
    font-size: 50px !important;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .aboutUs-titles {
    font-size: 50px !important;
  }
  .about-card {
    width: 100%;
  }
}
