@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  /* font-family: "Montserrat", sans-serif; */
}

.siemens-case-study-section {
  padding: 80px 0;
}
.siemens-hero-section {
  background-image: url(../new-img/siemens-energy-case-study/siemens-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-top: 76px;
}
.siemens-heading {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800 !important;
  line-height: 56px; /* 116.667% */
}
.siemens-digitalgrid-section {
  padding: 120px 0;
  background-image: url(../new-img/siemens-energy-case-study/image.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.siemens_digital_title {
  color: #fff;
  padding-bottom: 56px;
  font-family: "Plus Jakarta Sans";
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.siemens_digital_sub_text {
  color: var(--typography-icons-secondary, #adadad);
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 137.5% */
}
.challenge_card.siemens_challenge_card {
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, #8b23cd 0%, #04c8c3 100%);
  border-image-slice: 1;
  padding: 24px;
}
.siemens-text-gradient {
  background: linear-gradient(180deg, #641e8c 0%, #4cbbd2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.siemens-bg {
  background-image: url(../new-img/siemens-energy-case-study/transforming-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.purple-blue-bg {
  background-image: url(../new-img/siemens-energy-case-study/purple-blue-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.purple-black-bg {
  background-image: url(../new-img/siemens-energy-case-study/purple-black-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.card-align {
  justify-content: center;
}
.siemens-card-text-center {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.siemens-text-center-card {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.siemens-image-holder {
  position: relative;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.siemens-card-holder {
  position: relative;
}
.siemens-challenge-title {
  font-size: 24px;
}
.siemens-challenge-subtitle {
  font-size: 16px;
}
.siemens-gray-text-gradient {
  color: rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
}
.siemens-white-text-gradient {
  color: #f5f5f5;
}
.siemens-content-img img {
  height: 52px;
}
.siemens-transforming-subtext {
  font-size: 16px;
  padding-top: 16px;
  color: #adadad;
}
.siemens-transforming-card-text p {
  line-height: normal;
}
.siemens-transforming-card {
  padding: 32px 40px;
  height: auto;
  gap: 24px;
}
.text-black {
  color: #1e1e1e;
}
.user-card {
  max-height: 200px;
  background-color: #fff;
}
.user-section {
  background: rgba(234, 234, 255, 0.5);
}
.first_card_margin_top {
  margin-top: -63px;
}
.siemens_width {
  width: auto;
}
.siemens-card-holder-text {
  margin: 0 auto;
  max-width: 2300px;
}
.siemens-flex-start {
  justify-content: flex-start;
}

@media (min-width: 1284px) {
  .min-hight {
    min-height: 200px;
  }
}
@media (max-width: 1284px) {
  .siemens-transforming-card-text h3 {
    font-size: 24px;
  }
  .siemens-transforming-card-text p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .siemens-digitalgrid-section {
    padding: 48px 0;
  }
  .siemens-image-holder {
    margin-top: 1rem;
  }
  .siemens-card-text-center {
    text-align: center;
  }
  .siemens-card-holder {
    padding: 48px 0;
  }
}

@media (max-width: 768px) {
  .siemens_digital_title {
    font-size: 32px;
    line-height: normal;
  }
  .siemens-transforming-card-text h3 {
    font-size: 20px;
  }
  .siemens-transforming-card-text p {
    font-size: 14px;
  }
  .siemens_digital_sub_text {
    font-size: 20px;
    line-height: 18px;
  }
  .siemens-challenge-text {
    font-size: 32px !important;
    margin-bottom: 0;
  }
  .siemens-challenge-subtext {
    font-size: 16px;
  }
  .siemens-heading {
    font-size: 32px;
  }
  .siemens-transforming-card {
    height: auto !important;
    padding: 16px !important;
  }
  .siemens-transforming-subtext {
    padding-top: 4px;
  }
  .font-mob {
    font-size: 40px;
  }
  .sub-font-mob {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .siemens_digital_title {
    padding-bottom: 20px;
  }
  .siemens_digital_sub_text {
    font-size: 12px;
  }
  .siemens-hero-section {
    margin-top: 68px;
  }
  .siemens-logo {
    width: 60%;
  }
  .siemens-heading {
    font-size: 32px;
  }
  .container-padding {
    padding: 0;
  }
}
