.blue-gradient {
  background: linear-gradient(to right, #0f328e, #16389154);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.banner-pages {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 15px 0;
  overflow: hidden;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.5;
  opacity: 0.4;
mix-blend-mode: multiply;
}

.banner-pages .container,
.banner-pages .investors-heading {
  position: relative;
  z-index: 2;
}

.lifebpl-heading {
  padding-top: 124px;
  padding-bottom: 123px;
}

.banner-pages h1 {
  color: #3c3c3c;
  text-align: center;
  font-family: Syne;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 61.6px */
}

.banner-pages h1 .highlight {
  color: #1a4ecb;
}

.banner-pages h2 {
  font-size: 1.5rem;
  color: #222;
  margin-top: 10px;
}

.banner-pages p {
  color: rgba(0, 0, 0, 0.7);
  color: color(display-p3 0 0 0 / 0.7);
  text-align: center;
  font-family: Syne;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 127%; /* 22.86px */
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .banner-pages h1 {
    font-size: 1.8rem;
  }

  .banner-pages h2 {
    font-size: 1.2rem;
  }
}
.lifebpl-light-bg-btn {
  display: inline-flex;
  padding: 10px 21px !important;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: rgba(9, 53, 142, 1);
  font-family: "Open Sauce Sans", sans-serif;
 font-size: 15.779px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  text-transform: capitalize;
  text-decoration: none;
  background-color: #fff; /* Optional: white background */
  border-radius: 16px; /* Optional: rounded edges */
  transition: all 0.3s ease;
  border-radius: 14.026px;
  border: 1.753px solid #09358e;
  background: rgba(15, 50, 142, 0);
}

.lifebpl-light-bg-btn:hover {
  background-color: rgba(9, 53, 142, 1);
  color: #fff
}

.lifebpl-light-bg-btn svg {
  transition: stroke 0.3s ease;
}

.lifebpl-light-bg-btn:hover svg path {
  stroke: #fff;
}


/* gallery section */


.life-bpl-section {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  cursor: grab;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}

.life-bpl-section::-webkit-scrollbar {
  display: none; 
}

.life-bpl-section:active {
  cursor: grabbing;
}

.life-bpl-title {
  flex: 0 0 auto;
  border-radius: 12px;
  background: rgba(0, 51, 148, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.life-bpl-title span {
  font-family: "Syne", sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 123%;
  /*text-transform: uppercase;*/
  background: linear-gradient(
    to right,
    rgba(15, 50, 142, 1),
    rgba(0, 0, 0, 0.27)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.grid-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}


.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.scroll-container {
  overflow-x: auto;

  width: 100%;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}

.scroll-container::-webkit-scrollbar {
  display: none; 
}
.horizontal-scroll-grid {
  display: grid;
  grid-auto-flow: column dense;
  grid-auto-columns: minmax(250px, 1fr);
  grid-auto-rows: 200px;
  column-gap: 20px;
  row-gap: 15px;
    padding-bottom: 10px;
}

.horizontal-scroll-grid > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.horizontal-scroll-grid > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
}

/* Spanning behavior — works with column flow */
.horizontal-scroll-grid .wide {
  grid-column: span 2;
}

.horizontal-scroll-grid .tall {
  grid-column: span 2;
}

.horizontal-scroll-grid .big {
  grid-row: span 2;
}


.grid-item-custom-1{
  grid-column: 12/14 !important;
}
.grid-item-custom-2{
  grid-column: 14/15;
}


 #lifebpl-scroll {
  overflow-x: auto;
  white-space: nowrap;
  cursor: grab;
  user-select: none;
}
#lifebpl-scroll.dragging {
  cursor: grabbing;
}

.horizontal-scroll-grid {
  animation: scroll-horizontal 100s linear infinite;
}

@keyframes scroll-horizontal {
0% {
    transform: translateX(0%);
}

100% {
    transform: translateX(-500%);
}

}  


/* our talent section css */

.our-talent-section {
  margin: 91px 0 96px 330px;
}

@media (max-width: 1024px) {
  .our-talent-section {
    margin: 3rem 0rem;
  }
}
@media (max-width: 484px) {
  .our-talent-section {
    margin: 2rem 0rem;
  }
}

.talent-heading {
  color: rgba(0, 0, 0, 0.27);
  color: color(display-p3 0 0 0 / 0.27);
  font-family: Syne;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 123%;
  text-transform: capitalize;
}

.talent-paragraph {
  color: rgba(0, 0, 0, 0.4);
  color: color(display-p3 0 0 0 / 0.4);
  font-family: Syne;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 123%;
}

.if-you {
  color: color(display-p3 0 0 0);
  font-family: Syne;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 123%;
}

.talent-heading .highlight {
  background: linear-gradient(to right, rgba(15, 50, 142, 1), rgb(162 178 206));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.talent-paragraph {
  color: rgba(0, 0, 0, 0.4);
  color: color(display-p3 0 0 0 / 0.4);
  font-family: Syne;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 123%;
}

.recruitment-link {
  color: color(display-p3 0.0588 0.1961 0.5569);
  font-family: Syne;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 123%;
}
