.bridge-section {
  position: relative;
  padding-bottom: 220px;
  z-index: 3;
  padding-top: 2%;
}

.text-image2 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 2;
  gap: 40px;
  flex-direction: column;
}

.text-image-container {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 5;
  background: rgba(255, 255, 255, 1);
  border-radius: 28px;
  padding: 2%;
  width: 60%;
  text-align: center;
  opacity: 0.9;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.left-side-text2 {
  font-family: Inter, sans-serif;
  flex: 0 0 30%;
  font-weight: 400;
  font-size: 22px;
  color: rgba(0, 0, 0, 1);
  opacity: 0.9;
  z-index: 2;
}

/* LEFT & RIGHT HR LINES */
/* .bottom-blur {
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 6.74%, #FFF 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(12px);
  top: 106%;
} */

.commit {
  /* padding-top: 280px; */
  /* background-color: rgba(222, 239, 255, 1); */
  background-image: url('../../images/Bluebg.png');
  background-color: #EEEEEE;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;
  padding: 12% 0 0 0;
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  /* margin-top: -120px;   */
  /* position: relative; */
  /* z-index: 1;    */
}


.commit::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 80px;

  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 6.74%,
      #ffffff 100%);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border-top-left-radius: 5%;
  border-top-right-radius: 5%;

  pointer-events: none;
  z-index: 1;
}

.center-text {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 25%;
}

.clarity {
  text-align: center;
  font-family: Bagoss Standard TRIAL, sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: rgba(30, 72, 199, 1);

}

.clarity-para {
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.btn-global-bottom2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 15px;
  margin-left: 20px;
}

.commit-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8%;
  width: 100%;
}

.commit-center img {
  width: 100%;
}

.bridge-card h1 {
  font-family: inter, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
}

.decision-section {
  background-color: #f6f6f6;
  /* background: linear-gradient(to right, #FFFFFF 0%, #EEEEEE 50%, #EEEEEE 100%); */
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.decision-container {
  background: #CCDCF7;
  border-radius: 28px;
  padding: 3% 5% 0;
  width: 80%;
  color: rgba(255, 245, 231, 1);
  text-align: center;
}

.decision-container h1 {
  font-family: Bagoss Standard TRIAL, sans-serif;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(255, 245, 231, 1);
  color: #1E48C7;
}

.subtitle {
  font-weight: 400;
  color: #212121;
  font-family: inter, sans-serif;
  max-width: 900px;
  margin: 0 auto 40px;
  font-size: 16px;

}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 50px;
}

.pill-row span {
  font-family: inter, sans-serif;
  background: #FFFFFF;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px;
  white-space: nowrap;
  color: #0B0C0D;
}

.arrow {
  width: 10px;
  margin: 0 5%;
}

.arrow img {
  width: 100%;
}

.stage {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}

.stage img {
  width: 100%;
  height: auto;
  display: block;
}

.define-change {
  background-color: #f6f6f6;
  padding: 7% 12%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 200px;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
}

.define {
  text-align: center;
  font-family: Bagoss Standard TRIAL, sans-serif;
  font-weight: 500;
  font-size: 45px;
  color: rgba(30, 72, 199, 1);
}

.define-para {
  font-family: inter, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
}

.define-para span {
  display: block;
}

.define-image {
  width: 50%;
  display: block;
  margin: auto;
  margin-top: 5%;
}

.define-image img {
  width: 100%;
}

.bridge10 {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translate(-50%, 50%);

  display: flex;
  justify-content: center;
  margin: 10% 0;
}

.bridge-card {
  width: 80%;
  max-width: 1200px;
  margin-top: 28%;
  height: 50%;
}

.bridge10 .bridge-card {
  background-color: #000;
}

.bridge10 .bridge-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
  pointer-events: none;
}

.bridge10 .bridge-card>* {
  position: relative;
  z-index: 2;
}

.why {
  padding-top: 30%;
}

.shadow {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}