@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; */
}

.neustar-case-study-section {
  padding: 80px 0;
}

.neustar-case-study-h1 {
  font-size: 128px;
  font-weight: 700 !important;
  color: #05cc77;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.neustar-case-study-h2 {
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  font-weight: 700 !important;
  color: #000000;
}

.neustar-case-study-h3 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 700 !important;
  color: #000000;
}

.neustar-case-study-para1 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #000000;
}

.neustar-case-study-para2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #10110d;
  line-height: 170%;
}

.neustar-case-study-para3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.neustar-black-text {
  color: #000;
}

.neustar-main-text {
  color: #05cc77;
}

.neustar-white-text {
  color: #ffffff;
}

.font-wt-400 {
  font-weight: 400 !important;
}

.font-wt-500 {
  font-weight: 500 !important;
}

.font-wt-600 {
  font-weight: 600 !important;
}

.font-wt-700 {
  font-weight: 700 !important;
}

.font-wt-800 {
  font-weight: 800 !important;
}

.neustar-label {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  padding-left: 20px;
  font-family: "Poppins", sans-serif;
}

.neustar-label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 12px;
  height: 12px;
  background-color: #05cc77;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
}

.neustar-hero-section {
  background-image: url(../new-img/nuestar-case-study/hero-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;
}

.neustar-right-banner {
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 78%;
}

@media screen and (max-width: 1380px) {
  .neustar-case-study-h1 {
    font-size: 48px;
  }
}

.challenge-1-container {
  margin-bottom: 100px;
}

.neustar-our-approach-section {
  background: linear-gradient(128.72deg, #101307 -1.27%, #0f1205 100%);
  color: #ffffff;
}

.neustar-our-approach-section .neustar-label {
  color: #ffffff;
}
.neustar-approach-card {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(28.82deg, rgba(5, 204, 119, 0.1) 0.67%, rgba(5, 204, 119, 0.04) 50.2%, rgba(5, 204, 119, 0.02) 98.79%),
    radial-gradient(158.17% 96.63% at 46.27% 13.94%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 55.82%, rgba(0, 0, 0, 0.12) 74%, rgba(0, 0, 0, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border-radius: 18px;
  padding: 32px;
  padding-top: 139px;
  text-align: start;
  height: 100%;
  color: #ffffff !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.neustar-approach-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.the-solution-container {
  margin-bottom: 140px;
}

.neustar-the-solution-section .neustar-label {
  padding-left: 30px;
  font-weight: 400;
}

.neustar-the-solution-section .neustar-label::before {
  top: 16px;
}

@media (min-width: 992px) {
  .neustar-data-onboarding-img {
    transform: translateX(100px);
  }
}
@media (max-width: 992px) {
  .neustar-hero-section {
    margin-top: 64px;
  }
}
.neustar-data-onboarding-section {
  background: linear-gradient(128.72deg, #101307 -1.27%, #0f1205 100%);
}

.numbering-heading-neustar {
  position: relative;
}

.numbering-heading-neustar::before {
  content: "01";
  position: absolute;
  top: -115px;
  left: -105px;
  font-size: 120px;
  font-weight: 700;
  color: #05cc77;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.neustar-see-track-fix-img {
  margin-top: -300px;
}

.neustar-data-assets-section {
  background: linear-gradient(128.72deg, #101307 -1.27%, #0f1205 100%);
  margin-top: -200px;
  padding-bottom: 0;
}

.neustar-data-assets-section .numbering-heading-neustar::before {
  content: "02";
  left: -130px;
}

@media (min-width: 768px) {
  .neustar-data-assets-section .iot-device-setup-img {
    margin-left: -120px;
    min-width: 130%;
  }
}

.important-connector-img {
  width: 80% !important;
  margin-left: -20px;
}

.neustar-pattern-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.neustar-clean-room-section {
  padding-top: 180px;
}

.neustar-clean-room-section .numbering-heading-neustar::before {
  content: "03";
}

.neustar-process-flow P {
  max-width: 180px;
  text-align: center;
  margin: auto;
  margin-top: -16px;
}

.process-step-1 img:hover,
.process-step-2 img:hover,
.process-step-3 img:hover,
.process-step-4 img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  cursor: pointer;
  position: relative;
}

.neustar-connect-wire {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 140px;
  width: 78%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  /* display: none; */
}

@media (max-width: 1024px) {
  .neustar-connect-wire {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 50px;
    width: 85%;
    /* display: none; */
  }

  .neustar-label {
    font-size: 20px;
    padding-left: 20px;
  }

  .neustar-label::before {
    left: 0px;
  }

  .challenge-1-container {
    margin-bottom: 60px;
  }

  .the-solution-container {
    margin-bottom: 60px;
  }

  .numbering-heading-neustar::before {
    top: -55px;
    left: -50px;
    font-size: 60px;
  }

  .neustar-see-track-fix-img {
    margin-top: -240px;
  }

  .neustar-data-assets-section {
    background: linear-gradient(128.72deg, #101307 -1.27%, #0f1205 100%);
    margin-top: -200px;
    padding-bottom: 0;
  }

  .neustar-data-assets-section .numbering-heading-neustar::before {
    content: "02";
    left: -60px;
  }

  .neustar-clean-room-section {
    padding-top: 180px;
  }
}

@media (max-width: 1280.98px) {
  .neustar-case-study-section {
    padding-block: 60px;
  }

  .neustar-case-study-h1 {
    font-size: 40px !important;
  }

  .neustar-case-study-h2 {
    font-size: 36px;
  }

  .neustar-case-study-h3 {
    font-size: 36px;
  }

  .neustar-case-study-h4 {
    font-size: 32px;
  }

  .neustar-case-study-para1 {
    font-size: 18px;
    line-height: 140%;
  }

  .neustar-case-study-para2 {
    font-size: 16px;
  }

  .neustar-label {
    font-size: 18px;
  }

  .neustar-hero-section {
    padding-top: 100px;
    text-align: center;
  }

  .neustar-logo {
    width: 150px;
  }

  .neustar-hero-section p {
    margin-bottom: 80px;
  }

  .neustar-right-banner {
    position: relative;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 912px) {
  .neustar-see-track-fix-img {
    margin-top: -180px;
  }

  .neustar-data-assets-section {
    background: linear-gradient(128.72deg, #101307 -1.27%, #0f1205 100%);
    margin-top: -100px;
    padding-bottom: 0;
  }

  .neustar-connect-wire {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 50px;
    width: 85%;
  }
}

@media (max-width: 767px) {
  .neustar-process-flow > div {
    height: 100%;
    margin-top: -30px;
  }

  .neustar-connect-wire {
    display: none;
  }

  .neustar-hero-section p {
    text-align: center !important;
    max-width: 300px;
    margin-inline: auto !important;
    margin-bottom: 60px !important;
  }

  .neustar-logo {
    width: 80% !important;
    margin-bottom: 10px !important;
  }

  .neustar-see-track-fix-img {
    margin-top: -100px;
  }

  .numbering-heading-neustar::before {
    left: -5px;
    font-size: 56px;
  }

  .neustar-data-assets-section .numbering-heading-neustar::before {
    content: "02";
    left: -5px;
  }

  .neustar-data-onboarding-section {
    padding-top: 100px;
  }
}
