/* =========================================================
   BLI home-custom Styles
   File: assets/css/home-custom.css (enqueue via functions.php)
   ========================================================= */



:root {
  --bli-navy:      #1a2b4a;
  --bli-navy-dark: #202C5A;
  --bli-coral:     #F2636A;
  --bli-teal:      #408BC9;
  --bli-gray:      #6b7280;
  --bli-lightgray: #f8f9fb;
  --bli-border:    #e2e8f0;
}
.custom-container {
    max-width: 1280px;
    margin: 0 auto;
}
.bli-page {
    padding-top: 70px;
}
.home-section .home-inner {
    max-width: 1280px;
}
body {
    background-color: #F8F9FA;
}
/* ── Reset for BLI sections ── */
/*
.bli-page * { box-sizing: border-box; margin: 0; padding: 0; }
*/

/* ── Shared utilities ── */
.bli-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--bli-coral);
  margin-bottom: 10px;
}
body a:focus {
    color: #fff;
    text-decoration: none;
}
.bli-title {
  font-size: 38px;
  font-weight: 700;
  color: var(--bli-navy);
  line-height: 1.2;
}
.bli-accent-coral { color: var(--bli-coral); }
.bli-accent-teal  { color: var(--bli-teal); }
.bli-divider {
    width: 64px;
    height: 4px;
    background: var(--bli-coral);
    margin: 15px 0 30px;
    border-radius: 2px;
}
.bli-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--bli-coral); color: #fff;
  padding: 13px 26px; border-radius: 10px;
  font-size: 14px; font-weight: 700;
  text-decoration: none; border: none; cursor: pointer;
  transition: background .2s, transform .2s;
}
.bli-btn-primary:hover { color: #fff;text-decoration: none; }
.bli-btn-outline-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #fff;
  padding: 13px 26px; border-radius: 10px;
  border: 1.5px solid rgba(255,255,255,.5);
  font-size: 14px; font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, background .2s;
}
.bli-btn-outline-white:hover { border-color: var(--bli-coral); background: rgba(255,255,255,.08); color: var(--bli-coral); text-decoration: none; }

/* ══════════════════════════════════════════
   SECTION 1 — HERO
══════════════════════════════════════════ */
.bli-hero {
  position: relative;
  min-height: 540px;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 80px 20px 70px;
  overflow: hidden;
  background: var(--bli-navy);
}
.bli-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.bli-hero__overlay {
  position: absolute; inset: 0;
  background: hsl(228 47% 24% / 0.8);
}
.bli-hero__content { position: relative; }
.bli-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(66, 147, 201, 0.25);
    border: 1px solid rgba(66, 147, 201, 0.25);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.bli-hero__badge::before {
  content: ''; width: 7px; height: 7px;
  background: #fff; border-radius: 50%;
  animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
}
.bli-hero__title .bli-accent-coral span.text-gradient-gold {
    padding-bottom: 5px;
    display: inline-block;
}
.text-gradient-gold {
      background: linear-gradient(135deg, #f2636a, #408bc9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #fff;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.bli-hero__title , .bli-title , .bli-solutions__card h3 , .bli-serve__card h3 , body h1 , body h2 , body h3 , body h4 , body h5{
      font-family: 'Montserrat';
}
.bli-hero__title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: normal;
    margin-bottom: 22px;
}
.bli-hero__title .bli-accent-coral { color: var(--bli-coral); margin-top: 7px; display: block; }
.bli-hero__desc {
    color: rgba(255, 255, 255, .75);
    font-size: 16px;
    line-height: 26px;
    max-width: 505px;
    margin: 0 auto 36px;
}
.text-gradient-gold {
    background: linear-gradient(135deg, #f2636a, #408bc9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #fff;
}
.bli-hero__buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.bli-hero__buttons a.bli-btn-primary:hover ,
section.bli-cta.home-section .bli-btn-primary:hover{
      /*gap: 12px;*/
            background: #F17179;
}
/*
.bli-hero__buttons a.bli-btn-primary ,
section.bli-cta.home-section .bli-btn-primary{
      transition-property: all;
      transition-timing-function: cubic-bezier(.4, 0, .2, 1);
      transition-duration: .15s;
}*/
.bli-hero_services .service-lists {
    display: flex;
    gap: 22px;
        margin-top: 30px;
}
.bli-hero_services .service-lists .service-item {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    padding: 30px 15px;
    transition: background 0.2s ease, transform 0.3s ease;
    color: #fff;
    font-weight: 600;
    width: calc(20% - 10px);
}
.bli-hero_services .service-lists .service-item:hover {
    background: rgba(255, 255, 255, .12);
    transform: translateY(-5px);
}
.bli-hero_services .service-lists .service-item .service-icon {
    display: inline-flex;
    background: #408BC9;
    padding: 13px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.bli-hero_services .service-lists .service-item:nth-child(3n+2) .service-icon {
    background: #202C5A;
}
.bli-hero_services .service-lists .service-item:nth-child(3n+3) .service-icon {
    background: #F2636A;
}
.bli-hero_services .service-lists .service-item p.service-text {
    line-height: normal;
        margin-bottom: 0;
}
.hero-bottom-note p.service-text {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    padding-left: 25px;
    text-align: left;
}
.hero-bottom-note p.service-text::before {
    position: absolute;
    content: '';
    background-image: url(../images/globe-icon.svg);
    width: 14px;
    height: 14px;
    left: 0;
    top: 4px;
    margin-bottom: 0;
}
/* ══════════════════════════════════════════
   SECTION 2 — REALITY
══════════════════════════════════════════ */
.bli-reality {
  background: #fff;
  padding: 60px 40px;
}
.bli-reality__inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
.bli-reality__desc {
  font-size: 15px; color: var(--bli-navy);
  line-height: 1.75; margin-top: 8px;
  font-weight: 500;
}
.bli-reality__cards { display: flex; flex-direction: column; gap: 20px; }
.bli-reality__card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    background: #F8F9FA;
    font-size: 16px;
    font-weight: 500;
    color: var(--bli-navy);
    transition: box-shadow .2s, transform .2s;
    max-width: 480px;
}
.bli-reality__card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,.07);
  transform: translateY(-1px);
}
.bli-reality__card-icon {
  width: 56px;
    height: 56px; flex-shrink: 0;
  background: #F7EAEC; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--bli-coral); font-size: 17px;
}
p.bli-reality__desc b {
   color: var(--bli-navy);
}
.bli-hero__buttons a:focus, .bli-hero__buttons a:hover ,
.bli-cta a:focus , .bli-cta a:hover{
    color: #fff;
    text-decoration: none;
}

/* ══════════════════════════════════════════
   SECTION 3 — SOLUTIONS
══════════════════════════════════════════ */
.bli-solutions {
  background: var(--bli-navy-dark);
  padding: 60px 40px;
  text-align: center;
}
.bli-solutions .bli-title  { color: #fff; margin-top: 6px; }
.bli-solutions__subtitle {
  color: rgba(255,255,255,.55);
  font-size: 14px; margin-top: 10px; margin-bottom: 50px;
}
.bli-solutions__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; max-width: 980px; margin: 0 auto;
}
.bli-solutions__card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px; padding: 30px 26px;
  text-align: left;
  transition: background 0.2s ease, transform 0.3s ease;
}
.bli-solutions__card:hover { background: rgba(255,255,255,.12); transform: translateY(-5px);}
.bli-solutions__bar {
  width: 28px; height: 3px;
  background: var(--bli-coral);
  margin-bottom: 22px;
}
.bli-solutions__card-icon {
  font-size: 28px; margin-bottom: 16px;
  color: rgba(255,255,255,.75);
}
.bli-solutions__card h3 {
  font-size: 16px; font-weight: 700; color: #fff;
  margin-bottom: 10px;
}
.bli-solutions__card p {
    font-size: 15px;
    color: rgba(255, 255, 255, .7);
    line-height: normal;
    margin-bottom: 0;
}

/* ══════════════════════════════════════════
   SECTION 4 — WHO WE SERVE
══════════════════════════════════════════ */
.bli-serve {
  background: #fff;
  padding: 60px 40px;
  text-align: center;
}
.bli-serve__inner { max-width: 920px; margin: 0 auto; }
.bli-serve .bli-title { margin-top: 6px; }
.bli-serve__divider {
  width: 60px; height: 3px; background: var(--bli-border);
  margin: 18px auto 52px;
}
.bli-serve__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  border-radius: 14px; overflow: hidden;
}
section.bli-serve .bli-serve__grid {
    margin-top: 50px;
    gap: 32px;
    padding: 3px;
}
a.bli-serve__link.bli-serve__link--blue:hover{
  color: var(--bli-teal);
}
a.bli-serve__link.bli-serve__link--coral:hover{
  color: var(--bli-coral);
}
.bli-serve__card {
  padding: 40px;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  background: #F8F9FA;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: box-shadow .3s ease;
}
.bli-serve__card:hover {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),
              0 4px 6px -4px rgba(0,0,0,0.1);
}
.bli-serve__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, #408BC9, #a8cee8);
    width: 100%;
}
.bli-serve__card:last-child::before {
    background: linear-gradient(to right, #F2636A, #f8b0b3);
}
.bli-page.homepage .home-section .bli-serve__card-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 30px;
}
.bli-serve__card-icon {
  width: 56px;
    height: 56px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 16px;
}
.bli-serve__card-icon--blue  { background: #eef3fb; color: var(--bli-teal); }
.bli-serve__card-icon--coral { background: #fff0ee; color: var(--bli-coral); }
.bli-serve__bar { width: 32px; height: 2px; margin-bottom: 18px; }
.bli-serve__bar--blue  { background: var(--bli-teal); }
.bli-serve__bar--coral { background: var(--bli-coral); }
.bli-serve__card h3 {
  font-size: 20px; font-weight: 700; color: var(--bli-navy); margin-bottom: 12px;
}
.bli-serve__card p {
  font-size: 15px; color: var(--bli-navy-dark); line-height: 1.75; margin-bottom: 22px;font-weight: 500;
}
.bli-serve__link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 16px; font-weight: 700; text-decoration: none;
  transition: gap .2s;
}
.bli-serve__link--blue  { color: var(--bli-teal); }
.bli-serve__link--coral { color: var(--bli-coral); }
.bli-serve__link:hover  { gap: 12px; text-decoration: none }

/* ══════════════════════════════════════════
   SECTION 5 — WHY CHOOSE US
══════════════════════════════════════════ */
.bli-why {
  background: var(--bli-lightgray);
  padding: 60px 40px;
  text-align: center;
}
.bli-why__inner { margin: 0 auto; }
.bli-why .bli-title { margin-top: 6px; }
.bli-why__divider {
  width: 50px; height: 3px; background: var(--bli-border);
  margin: 16px auto 52px;
}
.bli-why__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 25px; margin-bottom: 25px;
}
.bli-why__card {
  background: #fff; border: 1px solid var(--bli-border);
  border-radius: 10px; padding: 20px 22px;
  display: flex; align-items: center; gap: 20px;
  text-align: left;
  transition: box-shadow .2s;
}
.bli-why__card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.bli-why__icon {
  width: 56px;
    height: 56px; flex-shrink: 0;
  background: #eef3fb; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--bli-teal); font-size: 16px;
}
.bli-why__card span {
    font-size: 16px;
    font-weight: 500;
    color: var(--bli-navy-dark);
}
section.bli-why.home-section h2.bli-title {
    margin-bottom: 50px;
}

/* ══════════════════════════════════════════
   SECTION 6 — OUR STORY
══════════════════════════════════════════ */
/*.bli-story {
  background: #fff;
  padding: 90px 40px;
}
.bli-story__inner {
  max-width: 980px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.25fr;
  gap: 64px; align-items: stretch;
}
.bli-story__image {
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,.13);
}
.bli-story__image img {
  width: 100%; display: block; object-fit: cover; min-height: 420px; height: 100%;
}
.bli-story__content .bli-label { color: var(--bli-teal); }
.bli-story__name {
  font-size: 13px; font-weight: 600; color: var(--bli-gray);
  margin-bottom: 20px; margin-top: 4px;
}
.bli-story__bio { font-size: 15px; color: var(--bli-gray); line-height: 1.8; }
.bli-why__inner.home-inner h2.bli-title {
    margin-bottom: 50px;
}
.bli-story__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}*/

.bli-story {
  background: #fff;
  padding: 60px 40px;
}

.bli-story__inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--bli-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07);
}

/* ── Left: Image ── */
.bli-story__image {
  flex: 0 0 34%;
  position: relative;
}

.bli-story__image::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    hsl(207, 56%, 52%),
    hsl(357, 85%, 67%)
  );
  opacity: 0.7;
}

.bli-story__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

/* ── Right: Content ── */
.bli-story__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 52px;
  background: #FBFBFC;
}



.bli-story__content .bli-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--bli-navy, #1a2e5a);
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.bli-story__name {
  font-size: 13px;
  font-weight: 700;
  color: var(--bli-teal, #1a9ab0);
  margin: 0 0 20px 0;
}

.bli-story__bio {
    font-size: 15px;
    font-weight: 500;
    color: var(--bli-navy-dark);
}
/* ══════════════════════════════════════════
   SECTION 7 — CTA BANNER
══════════════════════════════════════════ */
.bli-cta {
     background: #2d3968;
  padding: 60px 40px;
  text-align: center;
}
.bli-cta .bli-title { color: #fff; font-size: 40px; margin-bottom: 16px; }
.bli-cta__sub {
  color: rgba(255,255,255,.8);
  font-size: 15px; margin-bottom: 38px;
}
.bli-page .bli-hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
section.bli-serve.home-section span.bli-label ,
section.bli-why.home-section span.bli-label ,
section.bli-story.home-section span.bli-label{
    color: var(--bli-teal);
}
section.bli-cta.home-section {
    background: #2d3968;
}
section.bli-cta .bottom-note {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
    color: #fff;
    gap: 10px;
}
section.bli-cta .bottom-note .left-section {
    line-height: normal;
}
.cta-bottom-section p.top_desc {
    color: rgba(255, 255, 255, .62);
    font-size: 16px;
    font-weight: 500;
}
.bli-page.calendy-page .bli-why {
    background: transparent;
    padding: 30px 40px 60px;
}
.bli-page.partner p.bli-hero__desc ,
.bli-page.employer p.bli-hero__desc{
    max-width: 600px;
}
section.bli-why.bli-box-data.who-we-are .content {
    font-weight: 500;
}
.bli-page.partner .top-section p.desc {
    font-size: 18px;
    font-weight: 500;
}
.bli-page.partner section.bli-why.bli-box-data.value-partner .bli-bottom-data {
    border: 1px solid #E2E8F0;
    background: #F8F9FA;
}
.bli-page.partner section.bli-why.bli-box-data.value-partner .bli-bottom-data p{
    color: #161515;
}
section.bli-why.bli-box-data.partner-with .bli-bottom-data {
    background: #F7EAEC;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
}
section.bli-why.bli-box-data.partner-with .bli-bottom-data p {
    color: #333;
    font-weight: 500;
}
section.bli-why.bli-box-data.partner-with .bli-bottom-data p b {
    color: #F2636A;
}
.bli-solutions__grid.home-inner .bli-solutions__card p {
    font-weight: 500;
}
/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 1024px) {
.bli-hero_services .service-lists .service-item {
      width: calc(33.33% - 15px);
}
.bli-hero_services .service-lists {
      flex-wrap: wrap;
}
}
@media (max-width: 900px) {
  .bli-reality__inner,
  .bli-serve__grid,
  .bli-story__inner { grid-template-columns: 1fr; }

  .bli-solutions__grid,
  .bli-why__grid { grid-template-columns: 1fr 1fr; }

  .bli-hero__title { font-size: 38px; }
  .bli-title , .bli-cta .bli-title{ font-size: 30px; }
  .bli-page .bli-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.bli-story__image {
    flex: 0 0 45%;
}
.bli-reality__inner {
  gap: 30px;
}
.bli-story__content {
      padding: 30px 20px;
}
}
@media (max-width: 600px) {
  .bli-solutions__grid,
  .bli-why__grid { grid-template-columns: 1fr; }

  .bli-hero__title { font-size: 28px; }
  .bli-hero__buttons { flex-direction: column; align-items: center; }
  .bli-reality, .bli-solutions, .bli-serve,
  .bli-why, .bli-story, .bli-cta { padding: 30px 20px; }
  .bli-hero__desc ,
  .bli-reality__desc ,
  .bli-reality__card ,
  .bli-solutions__card p ,
  .bli-serve__card p ,
  .bli-why__card span ,
  .bli-cta__sub ,
  footer.bli-footer .bli-footer__container p ,
  footer.bli-footer .bli-footer__container a ,
  .bli-footer__contact-item ,
  .bli-hero_services .service-lists .service-item p.service-text{
    font-size: 14px;
    line-height: 24px;
  }
  .bli-page .bli-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
  .bli-story__inner {
    flex-direction: column;
  }
  .bli-story__image::after {
    display: none;
  }
  .bli-hero_services .service-lists .service-item {
    width: calc(50% - 11px);
    padding: 20px 10px;
  }
  .bli-hero_services .service-lists .service-item p.service-text {
    line-height: normal;
  }
  .bli-hero_services .service-lists .service-item .service-icon {
    margin-bottom: 10px;
  }
  .bli-label {
    font-size: 12px;
  }
  .bli-page.calendy-page .bli-why {
    padding: 0 20px 30px;
}
} 





/* statagic approch*/
.all-service-sections-list .service-info-section {
    display: flex;
    align-items: center;
    gap: 60px;
    border-radius: 16px;
}
span.bli-label.seccolor {
    margin-bottom: 25px;
    background: #E3EEF7;
    color: #408BC9;
}
.all-service-sections-list .service-title {
    font-size: 36px;
    font-weight: 700;
    color: #202C5A;
    margin: 0;
}
.all-service-sections-list h2 ,
.all-service-sections-list h4{
    font-family: 'Montserrat';
}
/* Description */
.all-service-sections-list .service-desc {
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 24px;
        margin-top: 24px;
}
.all-service-sections-list {
    padding: 60px 40px;
        background: #fff;
}
.all-service-sections-list .service-points-wrapper .service-points-col {
    width: 100%;
}
/* Points */
.all-service-sections-list .service-points-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.all-service-sections-list .service-points-wrapper .service-points-col ul li {
    position: relative;
        padding-left: 30px;
}
.all-service-sections-list .service-points-wrapper .service-points-col ul li::before {
    position: absolute;
    content: '';
    background-image: url(../images/blue-list-checkmark.svg);
    width: 18px;
    height: 18px;
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
    top: 3px;
}
.all-service-sections-list .service-points-wrapper .service-points-col.right ul li::before {
    background-image: url(../images/orange-list-checkmark.svg);
}
.all-service-sections-list .service-points-col h4 {
    font-size: 16px;
    font-weight: 700;
    color: #202C5A;
    margin-bottom: 12px;
}

.all-service-sections-list .service-points-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.all-service-sections-list .service-points-col ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #1a2b4a;
    font-size: 14px;
}

.all-service-sections-list  .check-icon {
    color: #3b82f6;
    font-size: 16px;
    margin-top: 1px;
}

/* Right Image */
.all-service-sections-list .service-info-right {
    flex: 0 0 45%;
    border-radius: 16px;
    overflow: hidden;
}

.all-service-sections-list .service-info-right img {
    width: 100%;
    object-fit: cover;
    max-height: 340px;
    transition: transform 0.5s ease-in-out;
}
.all-service-sections-list .service-info-right img:hover {
    transform: scale(1.1);
}
@media (max-width: 1450px) {
.all-service-sections-list .service-title {
    font-size: 32px;
}
.all-service-sections-list {
    padding: 70px 40px;
}
}
@media (min-width: 1025px) {
.all-service-sections-list:nth-child(even) section.service-info-section .service-info-right {
    order: 1;
}
.all-service-sections-list:nth-child(even) section.service-info-section .service-info-left {
    order: 2;
}
.all-service-sections-list:nth-child(even) section.service-info-section {
    flex-direction: row;
}
}
/* Responsive */
@media (max-width: 1024px) {
    .service-info-section {
        flex-direction: column;
    }
.all-service-sections-list {
    padding: 60px 20px;
}
    .service-points-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .service-info-right {
        flex: 0 0 100%;
    }
    .all-service-sections-list .service-title {
    font-size: 28px;
}
.all-service-sections-list .service-info-section {
    align-items: flex-start;
}
.all-service-sections-list .service-points-wrapper .service-points-col {
    width: 100%;
}
.all-service-sections-list .service-info-section {
      gap: 15px;
}
.all-service-sections-list .service-info-right {
    flex: 0 0 100%;
    margin: 0 auto;
}
}
@media (max-width: 767px) {
    .bli-btn-primary {
        padding: 13px 15px;
    }
    .bli-page .bli-hero {
    min-height: unset;
}
    p.bli-reality__desc {
    margin-bottom: 0;
}
    .all-service-sections-list .service-title {
        font-size: 26px;
    }
.all-service-sections-list .service-info-left {
    padding-left: 0;
}
.bli-reality__card ,
.bli-why__card{
        padding: 10px 15px;
}
.bli-reality__card-icon ,
.bli-page.homepage .home-section .bli-serve__card-icon ,
.bli-why__icon{
    width: 48px;
    height: 48px;
}
section.bli-cta.home-section a.bli-btn-primary svg {
    display: none;
}
.bli-page.homepage .home-section .bli-serve__card-icon {
    margin-bottom: 10px;
}
section.bli-solutions.home-section p.bli-solutions__subtitle {
    margin: 0;
}
section.bli-serve .bli-serve__grid {
    margin-top: 20px;
}
.bli-serve__card {
    padding: 20px;
}
section.bli-why.home-section h2.bli-title {
    margin-bottom: 20px;
}
.bli-why__grid ,
.bli-story__bio{
    margin-bottom: 0;
}
  .bli-title , .bli-cta .bli-title{
    font-size: 24px;
  }
  section.cta-bottom-section section.bli-cta a.bli-btn-primary svg {
    display: none;
}
}
/* statagic approch*/


/* bli why section */
section.bli-why-section .bli-why__inner.custom-container {
    text-align: left;
}
section.bli-why-section .bli-why__grid {
    margin-bottom: 0;
    margin-top: 30px;
}
section.bli-why-section section.bli-why {
    background: #fff;
}
section.bli-why-section .bli-why__card {
    background: #F8F9FA;
    border: 1px solid #E2E8F0;
}
/* bli why section */


/* employer gain*/
section.employer-gain .bli-why__inner.custom-container {
    text-align: left;
}
section.employer-gain .bli-why__inner.custom-container p.desc {
    padding-bottom: 20px;
    color: #292b2c;
}
.top-section p.desc ,
.who-we-are .bli-why__inner .right-section .content p{
    color: #292b2c;
}
section.employer-gain  .bli-why__card{
  gap: 10px;
  align-items: flex-start;
}
section.employer-gain .bli-why__grid .bli-why__icon {
    background: transparent;
    align-items: flex-start;
    margin-top: 3px;
    line-height: 10px;
    width: 20px;
    height: 20px;
}
section.employer-gain .bli-why__grid {
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  section.employer-gain .bli-why__grid {
    grid-template-columns: repeat(1, 1fr);
}
}
/* employer gain*/

/* workforece points */
section.workforce-pressure {
    background: #fff;
    padding: 60px 40px;
}
.workforcecard-detail-sections {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 45px;
}
.workforcecard-detail-sections .workforce-card {
    width: calc(50% - 13px);
    background: #F8F9FA;
    border: 1px solid #E2E8F0;
    padding: 30px;
    border-radius: 20px;
}
.workforce-card .icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: #eef3fb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #408BC9;
    font-size: 16px;
}
.workforcecard-detail-sections h3 {
    font-family: 'Montserrat';
    color: #1a2b4a;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.workforcecard-detail-sections .workforce-card p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #292b2c;
}
.workforcecard-detail-sections .workforce-card ul li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #292b2c;
}
.workforcecard-detail-sections .workforce-card ul li::marker {
    color: #F2636A;
}
.workforcecard-detail-sections .workforce-card ul li:last-child {
    margin-bottom: 0;
}
.workforcecard-detail-sections .workforce-card ul {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 5px;
    list-style: none;
    font-weight: bold;
}
.workforcecard-detail-sections .workforce-card:first-child ul {
    padding-left: 22px;
    list-style: disc;
    font-weight: normal;
}
@media (max-width: 767px) {
    .workforcecard-detail-sections .workforce-card {
        width: 100%;
                padding: 15px;
    }
    .workforce-card .icon {
            width: 48px;
    height: 48px;
    }
}
/* workforece points */


.bli-box-data .top-section {
    text-align: left;
}
.bli-box-data  span.bli-label {
    display: inline-block;
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 14px;
}
.bli-box-data  span.bli-label.primcolor {
    background: #F7EAEC;
}
.bli-box-data  span.bli-label.seccolor {
    background: #E3EEF7;
    color: #408BC9;
    margin-bottom: 10px;
}
.globle-capability .bli-why__card ,
.partner-with .bli-why__card ,
.partner-with .bli-bottom-data{
    border: 1px solid #E2E8F0;
    background: #F8F9FA;
}


.globle-capability .bli-why__card ,
.partner-with .bli-why__card ,
.value-partner .bli-why__card{
        transition: box-shadow .3s ease , transform 0.3s ease;
}
.globle-capability .bli-why__card:hover ,
.partner-with .bli-why__card:hover ,
.value-partner .bli-why__card:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}


.partner-with .bli-bottom-data p {
    color: #5f5f5f;
    font-weight: normal;
}
.globle-capability .bli-why__grid {
    grid-template-columns: repeat(2, 1fr);
}
.bli-bottom-data {
    background: #202C5A;
    color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.bli-bottom-data p {
    margin-bottom: 0;
}

.bli-bottom-data p.light {
    color: rgba(255, 255, 255, .62);
    font-weight: 500;
    margin-bottom: 10px;
}
.desc p ,
.desc{
    color: #5f5f5f;
}
@media (max-width: 767px) {
.globle-capability .bli-why__grid{
     grid-template-columns: repeat(1, 1fr);
}
.partner .bli-why__grid {
    grid-template-columns: 1fr;
}
}



.value-partner .bli-why__card {
    gap: 0;
    align-items: flex-start;
}
.value-partner .bli-why__card .bli-why__icon {
    background: transparent;
    align-items: flex-start;
    width: 56px;
    height: auto;
    margin-top: 3px;
}
.value-partner .bli-why__card .bli-why__icon {
    background: transparent;
    align-items: flex-start;
    height: auto;
    margin-top: 3px;
}
section.bli-why.bli-box-data.value-partner.why-bli-partner .bli-why__grid .bli-why__card .bli-why__icon {
    color: #F2636A;
}
section.bli-why.bli-box-data.value-partner.why-bli-partner .bli-why__grid .bli-why__card {
    max-width: 800px;
}
section.bli-why.bli-box-data.value-partner.why-bli-partner .bli-why__grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
}
section.global-partner-section section.bli-why.bli-box-data.value-partner .bli-why__card .bli-why__icon {
    width: auto;
}
section.global-partner-section section.bli-why.bli-box-data.value-partner .bli-why__card {
    gap: 20px;
}
.core-focus-area .workforce-card {
    width: calc(33.33% - 17px);
    background: #fff;
        transition: box-shadow .3s ease , transform 0.3s ease;
}
.core-focus-area .workforce-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.core-focus-area .workforce-card .icon {
    background: #F7EAEC;
    color: #F2636A;
}
.core-focus-area .workforcecard-detail-sections .workforce-card ul {
    list-style: none;
    padding-left: 35px;
}
.core-focus-area .workforcecard-detail-sections .workforce-card ul li {
    text-align: left;
    font-weight: 500;
    color: #202C5A;
        position: relative;
}
.core-focus-area .workforcecard-detail-sections .workforce-card ul li::before {
    position: absolute;
    content: '';
    background-image: url(../images/blue-list-checkmark.svg);
    width: 18px;
    height: 18px;
    background-size: contain;
        left: -30px;
    background-repeat: no-repeat;
    top: 3px;
}
.core-focus-area .workforce-card h4 {
    font-size: 18px;
    text-align: left;
    padding-left: 4px;
    padding-top: 20px;
    margin-bottom: 10px;
    color: #202C5A;
}
.core-focus-area .bottom-note p {
    color: #777E9B;
    font-weight: 500;
    font-size: 20px;
        margin-bottom: 15px;
}
.core-focus-area .bottom-note .notelist ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.core-focus-area .bottom-note .notelist ul li {
    background: #E3EEF7;
    color: #408BC9;
    border: 1px solid #408BC9;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 13px;
        font-weight: 600;
}
.core-focus-area .bottom-note {
    padding-top: 40px;
}
.bli-page.partner section.bli-why.bli-box-data.core-focus-area .bottom-note p {
    color: #333;
}
.bli-page.partner section.bli-why.bli-box-data.core-focus-area .bottom-note ul li {
    background: #F7EAEC;
    color: #333;
    border: none;
    font-weight: 500;
}
.page-template-template-calendly nav.nk-navbar.nk-navbar-top ul#menu-new-header-menu li.active a {
    color: #fff !important;
}
section.service-section-information .all-service-sections-list {
    scroll-margin-top: 100px;
}
@media (min-width: 992px) {
   .nk-navbar .nk-nav#menu-new-header-menu .dropdown {
        width: 100%;
   }
}
@media (max-width: 991px) {
.core-focus-area .workforce-card {
    width: calc(50% - 13px);
}
}
@media (max-width: 680px) {
.core-focus-area .workforce-card {
    width: 100%;
}
}

.bkg-white {
    background: #fff;
}
.bkg-off-white {
    background: #FAFBFC;
}
.who-we-are .bli-why__inner , .why-bli-partner .bli-why__inner{
    display: flex;
    gap: 50px;
        align-items: center;
}
.who-we-are .bli-why__inner .right-section .content p {
    font-size: 16px;
    margin-bottom: 10px;
}
.who-we-are .bli-why__inner .right-section .content p b {
    color: #1a2b4a;
}
.who-we-are .bli-why__inner .left-section ,
.why-bli-partner .bli-why__inner .left-section{
    width: 40%;
}
.who-we-are .bli-why__inner .right-section ,
.why-bli-partner .bli-why__inner .right-section {
    width: 60%;
    text-align: left;
}
.who-we-are .bli-why__inner .left-section .imgsection img ,
.why-bli-partner .bli-why__inner .left-section .imgsection img{
    border-radius: 15px;
}
.bli-page.partner section.bli-why {
    background: transparent;
}
@media (max-width: 767px) {
.who-we-are .bli-why__inner .left-section .imgsection img ,
.why-bli-partner .bli-why__inner .left-section .imgsection img{
    border-radius: 15px;
    max-width: 320px;
}
.who-we-are .bli-why__inner .right-section ,
.who-we-are .bli-why__inner .left-section ,
.why-bli-partner .bli-why__inner .left-section  ,
.why-bli-partner .bli-why__inner .right-section {
    width: 100%;
}
.who-we-are .bli-why__inner ,
.why-bli-partner .bli-why__inner{
    flex-wrap: wrap;
}
}
.bli-bottom-data p {
    color: #fff;
}


.hero-right-info .icon-text-wrapper {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 15px;
    padding: 40px 30px;
    z-index: 1;
    position: relative;
}
.hero-right-info .icon-text-wrapper h2.bli-title {
    text-align: left;
    font-size: 20px;
    color: #fff;
}
.hero-right-info .list-info-section {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.hero-right-info .list-info-section .list-item {
    width: 33.33%;
}
.hero-right-info .list-info-section .list-item .bli-why__icon {
    margin: 0 auto;
    background: #4A436A;
    color: #F2636A;
    margin-bottom: 10px;
    width: 56px;
    height: 56px;
}
.hero-right-info .list-info-section .list-item span {
    color: #fff;
    font-weight: 600;
}
.hero-right-info .desc {
    background: #35325C;
    padding: 30px;
    margin-top: 30px;
    color: #fff;
    z-index: 1;
    position: relative;
    border-radius: 15px;
    text-align: left;
    border: 2px solid #664063;
}
.hero-right-info .desc p {
    margin-bottom: 0;
    font-weight: 500;
}
.hero-right-info .desc p b {
    color: #F2636A;
}
.hero-right-info .desc p b {
    color: #F2636A;
}
.hero-right-info .bli-bottom-data {
    background: transparent;
    padding: 0;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    margin-top: 30px;
    position: relative;
    padding-left: 35px;
}
.hero-right-info .bli-bottom-data::before {
    position: absolute;
    content: '';
    background-image: url(../images/globe-icon.svg);
    width: 14px;
    height: 14px;
    left: 10px;
    top: 4px;
    margin-bottom: 0;
}
@media (max-width: 600px) {
.hero-right-info .icon-text-wrapper{
        padding: 20px;
}
.hero-right-info .icon-text-wrapper h2.bli-title {
    font-size: 18px;
    margin-bottom: 0;
}
.hero-right-info .list-info-section {
        margin-top: 10px;
}
.hero-right-info .list-info-section .list-item .bli-why__icon {
    width: 46px;
    height: 46px;
}
.hero-right-info .list-info-section .list-item span {
    font-size: 12px;
    line-height: normal;
    display: block;
}
.hero-right-info .desc {
    padding: 20px;
}
.bli-hero__buttons a.bli-btn-primary svg {
    display: none;
}
}



ul.reality-notes {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 20px 0 0;
    width: 100%;
    gap: 20px;
}
ul.reality-notes li {
    list-style: none;
    background: #E3EEF7;
    color: #408BC9;
    border: 1px solid #408BC9;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    ul.reality-notes li {
        width: 100%;
        max-width: 320px;
        text-align: center;
        font-size: 12px;
    }
    ul.reality-notes {
        flex-wrap: wrap;
    }
    .bli-why.strategic-conversation-content .bli-why__grid .bli-why__card .info .info-list .icon {
    width: 48px;
    height: 48px;
    }
    section.bli-why.strategic-conversation-content .bli-why__card {
    gap: 0;
}
}


.bli-page.strategy-call-page section.bli-why {
    background: transparent;
}
.bli-why.strategic-conversation-content .top-section {
    text-align: left;
}
.bli-why.strategic-conversation-content .top-section .desc p:first-child {
    margin-bottom: 10px;
}
.bli-why.strategic-conversation-content .bli-why__grid {
    grid-template-columns: repeat(2, 1fr);
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card {
    flex-direction: column;
    align-items: flex-start;
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card .bli-why__icon {
    background: none;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #1a2b4a;
}
.bli-why.strategic-conversation-content .bli-why__grid {
    grid-template-columns: repeat(2, 1fr);
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card .bli-why__icon {
    background: none;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #1a2b4a;
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    background: #F8F9FA;
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card .info .info-list .icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: #eef3fb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #408BC9;
    font-size: 16px;
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card .info .info-list .point {
    font-size: 16px;
    color: #202C5A;
    font-weight: 500;
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card:nth-child(even) {
    background: #1a2b4a;
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card:nth-child(even) .bli-why__icon {
    color: #fff;
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card:nth-child(even) .info-list .point {
    color: #fff;
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card:nth-child(even) .info-list .icon{
    color: #F2636A;
    background: transparent;
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card:nth-child(even) .info-list .icon {
    width: auto;
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card .info .info-list {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card:nth-child(even) .info .info-list {
    padding: 4px 0;
}
@media screen and (max-width: 991px) {
.bli-why.strategic-conversation-content .bli-why__grid {
    grid-template-columns: repeat(1, 1fr);
}
}
@media screen and (max-width: 600px) {
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card .info .info-list .point {
    font-size: 14px;
    line-height: 20px;
}
.bli-why.strategic-conversation-content .bli-why__grid .bli-why__card .bli-why__icon {
        font-size: 18px;
}
    .bli-why.strategic-conversation-content .bli-why__grid .bli-why__card {
        padding: 15px 20px;
    }
}

.hero-right-info .desc p {
    color: #fff;
}
.strategy-section .hero-content-sec.custom-container .left-section .hero-section-content .bli-hero__buttons ,
.bli-page.employer .bli-hero__buttons{
    margin-bottom: 30px;
}