 /* Solution benefits section */
.wm-benefite-section.challenges-card-section {
    padding: 140px 0;
    background-color: #FEF7F4;
    position: relative;
}

.wm-benefite-section.challenges-card-section::before {
    position: absolute;
    content: '';
    background-image: url(file:///C:/Users/fr_ankurs/Downloads/image%205491.png);
    width: 100%;
    /* height: 100%; */
    background-size: cover;
    top: -120px;
    left: 0;
    right: 0;
    bottom: 0;
}

.wm-benefite-section .exl-shell {
    padding: 0 68px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .wm-benefite-section .exl-shell {
        padding: 0 60px;
    }
}

.wm-benefite-grid.challenge-main-cnt h1 {
    font-size: 48px;
    color: #FB4E0B;
    font-weight: 700;
    text-transform: uppercase;
    width: 680px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0;
    position: absolute;
    top: 305px;
    left: 0;
    right: 0;
    margin: 40px auto;
}

/* .wm-benefite-grid h1 span {
    color: #384D6A;
} */

.wm-benefite-grid h1::before {
    content: '';
    position: absolute;
    height: 4px;
    width: 115px;
    background: linear-gradient(90deg, #F74D0C 0%, #FFA82B 100%);
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -36px;
}

.wm-benefite-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    row-gap: 186px;
}

.wm-benefite-row .wm-benefite-column.callenge-card {
    cursor: pointer;
    width: 339px;
    height: 170px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.5);
    padding: 24px 24px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 8px 32px rgba(0, 0, 0, 0.15);
    transition: all 0.3s linear;
}

/* .wm-benefite-row .wm-benefite-column:hover {
height: 133px;
background: linear-gradient(23.94deg, rgba(0, 22, 50, 0.2) 0.24%, rgba(37, 72, 118, 0.2) 70.1%, rgba(124, 137, 154, 0.2) 116.2%),
linear-gradient(0deg, rgba(61, 131, 227, 0.2), rgba(61, 131, 227, 0.2));
} */

.wm-benefite-row .wm-benefite-column:nth-of-type(2) {
    top: -47px;
}

.wm-benefite-row .wm-benefite-column.callenge-card:nth-of-type(5) {
    bottom: 0px;
}

.wm-benefite-row .wm-benefite-column h4 {
    font-weight: 500;
    font-size: 23px;
    line-height: 19px;
    text-align: center;
    color: #FEF7F4;
    letter-spacing: -0.45px;
    margin-bottom: 0 !important;
}

.wm-benefite-row .wm-benefite-column p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #A6A7B2;
    margin: 4px 0 0 !important;
    transition: all 0.3s linear;
}
.wm-benefite-row .wm-benefite-column .challenge-crd-cnt p{
    transform: none;
}

.wm-benefite-row .wm-benefite-column:hover p {
    opacity: 1;
    visibility: visible;
}

.wm-benefite-row .wm-benefite-column .challenge-crd-cnt:hover p {
    opacity: 1;
    visibility: visible;
}

.wm-benefite-column h4.clg-card-font{
    font-weight: 500;
    font-family: Yantramanav;
    color: #384D6A !important;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.45px;
    margin: 0;
    text-align: left;
}

.quote-mark{
   min-width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6f7b82;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.quote-mark::before {
    content: "!";
    transform: translate(-0.45px);
    width: 2.4px;
    height: 10.61px;
}

.quote {
    margin: 0;
    color: #31546d;
    font-size: clamp(13px, 1.42vw, 25px);
    line-height: 1.42;
    font-weight: 400;
    letter-spacing: .05px;
}

.callenge-card{
    display: flex;
    gap: 12px;
}

.wm-benefite-row .wm-benefite-column .challenge-crd-cnt p {
    visibility: unset !important;
    text-align: left !important;
    pointer-events: none !important;
    color: #001632 !important;
    font-weight: 300 !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .wm-benefite-grid h1 {
    font-size: 30px;
    width: 350px;
}

.wm-benefite-row {
    gap: 60px;
    row-gap: 170px;
}

.wm-benefite-row .wm-benefite-column,
.wm-benefite-row .wm-benefite-column.callenge-card {
    width: 250px;
}

.wm-benefite-row .wm-benefite-column h4 {
    font-size: 18px;
    line-height: 22px;
}

.wm-benefite-row .wm-benefite-column p {
    font-size: 16px;
}
}

@media screen and (max-width: 991.98px) {
.wm-benefite-section {
    padding: 84px 0 44px;
}

.wm-benefite-section.challenges-card-section::before {
/* height: 240px; */
    top: 0;
}

.wm-benefite-row .wm-benefite-column.callenge-card{
    width: 100%;
    margin-bottom: 26px;
}

.wm-benefite-section.challenges-card-section .wm-benefite-row{
    display: block;
}

.wm-benefite-grid.challenge-main-cnt h1{
    position: relative;
    top: 0px;
}

.quote-mark {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CCCCCC;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.quote-mark::before {
    content: "!";
    transform: translate(-0.45px);
    height: unset;
    width: unset;
}

.wm-benefite-section .exl-shell {
    padding: 0 24px;
}

.wm-benefite-grid h1 {
    font-size: 36px;
    width: 350px;
    letter-spacing: 0;
    position: relative;
    top: 0;
    margin: 0 auto 32px;
}

.wm-benefite-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    row-gap: 12px;
}

.wm-benefite-row .wm-benefite-column {
    height: 70px;
}


.wm-benefite-row .wm-benefite-column.callenge-card h4 {
    font-size: 34px;
    line-height: 38px;
}

.wm-benefite-row .wm-benefite-column p {
    font-size: 16px;
}

.wm-benefite-row .wm-benefite-column:nth-of-type(2) {
    top: 0;
}

.wm-benefite-row .wm-benefite-column:nth-of-type(5) {
    bottom: 0;
}

.wm-benefite-row .wm-benefite-column:hover {
    height: 112px;
}
}

@media  screen and (max-width: 767px) {
    .wm-benefite-section::before {
        transform: rotate(-13deg) scale(3);
    }

    .wm-benefite-row .wm-benefite-column.callenge-card {
        height: 112px;
        padding: 20px;
    }

    .quote-mark {
        min-width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #CCCCCC;
        font-size: 18px;
    }

    .quote-mark::before {
        content: "!";
        transform: translate(-0.45px);
        height: unset;
        width: unset;
    }

    .wm-benefite-section .exl-shell {
        padding: 0 24px;
    }

    .wm-benefite-grid.challenge-main-cnt h1 {
        font-size: 36px;
        width: 350px;
        letter-spacing: 0;
        text-align: center;
        position: relative;
        top: 0;
        margin: 0 auto 32px;
    }

    .wm-benefite-row .wm-benefite-column.callenge-card h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .wm-benefite-row .wm-benefite-column p {
        font-size: 14px;
    }
}


.insurance-section{
    width: 100%;
    min-height:100mv;
    padding: 0 3%;
    background: #F74D0C;
    overflow: hidden;
}

.insurance-container{
    width: 100%;
    max-width: 1450px;
    margin: 0px;
}

.value-chain-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 18px;
    width: 100%;
}

.value-card{
    position: relative;
    min-height: 465px;
    overflow: hidden;
    border-radius: 15px;
    background: #102d45;
    cursor: pointer;
    isolation: isolate;
}

.value-card:hover,
.value-card.active {
    transform: scale(1.08);
    background: white;
    margin: 30px;
    z-index: 10;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}


  /* explore Industry solutions section css - start */
    .wm-solutions-showcase {
      background: #001632;
      font-family: "Yantramanav", Arial, sans-serif;
      padding: 60px 0;
    }
    .wm-solutions-showcase__inner { max-width: 1312px; }
    .wm-solutions-showcase__heading {
      color: #ffffff;
      font-size: 44px;
      font-weight: 700;
      line-height: 38px;
      margin: 0 0 25px;
      max-width: 880px;
      text-transform: uppercase;
    }
    .wm-solutions-showcase__heading-accent { color: #FB4E0B; display: block; }
    .wm-solutions-showcase__track {
      display: grid;
      gap: 24px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .wm-solutions-showcase__item { min-width: 0; }
    .wm-solutions-showcase__card {
      --reveal-height: 0px;
      background-color: #08111c;
      border-radius: 14px;
      box-shadow: 0 8px 24px rgba(0,0,0,.08);
      color: #fff;
      display: block;
      height: 462px;
      isolation: isolate;
      overflow: hidden;
      position: relative;
      text-decoration: none;
      transform: translateY(0);
      transition: box-shadow .22s ease, transform .22s ease;
    }
    .wm-solutions-showcase__card-image {
      display: block;
      height: 82%;
      inset: 0 0 auto;
      object-fit: cover;
      object-position: center top;
      position: absolute;
      width: 100%;
      z-index: 0;
    }
    .wm-solutions-showcase__shade {
      background: linear-gradient(to bottom, transparent 37%, rgba(0,0,0,.1) 53%, rgba(0,0,0,.96) 79%, #000 100%);
      inset: 0;
      pointer-events: none;
      position: absolute;
      z-index: 1;
    }
    .wm-solutions-showcase__content {
      bottom: 0;
      display: flex;
      flex-direction: column;
      left: 0;
      padding: 0 32px 34px;
      position: absolute;
      right: 0;
      z-index: 2;
    }
    .wm-solutions-showcase__title-row { align-items: center; display: flex; gap: 16px; justify-content: space-between; }
    .wm-solutions-showcase__card-title {
      color: #fff;
      font-size: 28px;
      font-weight: 700;
      line-height: 30px;
      margin: 0;
      max-width: 225px;
    }
    .wm-solutions-showcase__arrow {
      border-bottom: 15px solid transparent;
      border-left: 10px solid #FB4E0B;
      border-top: 15px solid transparent;
      flex: 0 0 auto;
      filter: drop-shadow(0 0 8px rgba(255,79,10,.2));
      transition: transform .2s ease;
    }
    .wm-solutions-showcase__description {
      color: #B8C5CD;
      display: block;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: -0.25px;
      margin-top: 10px;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transform: translateY(18px);
      transition: max-height .28s ease, opacity .2s ease .04s, transform .28s ease;
    }
    .wm-solutions-showcase__card.active .wm-solutions-showcase__description,
    .wm-solutions-showcase__card:hover .wm-solutions-showcase__description,
    .wm-solutions-showcase__card:focus-visible .wm-solutions-showcase__description { max-height: 110px; opacity: 1; transform: translateY(0); }
    .wm-solutions-showcase__card.active .wm-solutions-showcase__arrow,
    .wm-solutions-showcase__card:hover .wm-solutions-showcase__arrow,
    .wm-solutions-showcase__card:focus-visible .wm-solutions-showcase__arrow { transform: translateX(3px); }
    .wm-solutions-showcase__card:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
    .wm-solutions-showcase__indicators { display: none; }
    @media (max-width: 1199.98px) {
      .wm-solutions-showcase__track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .wm-solutions-showcase__card { background-size: cover; }
    }
    @media (max-width: 767.98px) {
      .wm-solutions-showcase { padding: 30px 0; background-image: url('image/explore-solution-mobile-bg.png'); background-size: contain; background-position: right; background-repeat: no-repeat; }
      .wm-solutions-showcase__inner { max-width: none; padding-left: 20px; padding-right: 0 !important; position: relative; z-index: 1;}
      .wm-solutions-showcase__heading { font-size: 36px; line-height: 30px; margin-bottom: 2.2rem; max-width: 355px; padding-right: 20px; }
      .wm-solutions-showcase__heading-accent { display: inline; }
      .wm-solutions-showcase__viewport { overflow-x: auto; overscroll-behavior-x: contain; padding: 0 0 8px; scrollbar-width: none; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
      .wm-solutions-showcase__viewport::-webkit-scrollbar { display: none; }
      .wm-solutions-showcase__track { display: flex; gap: 20px; padding-right: 20px; }
      .wm-solutions-showcase__item { flex: 0 0 min(82vw, 310px); scroll-snap-align: start; }
      .wm-solutions-showcase__card { background-size: auto 72%; height: 462px; }
      .wm-solutions-showcase__content { padding: 0 32px 40px; }
      .wm-solutions-showcase__card-title { font-size: 24px; line-height: 24px; }
      .wm-solutions-showcase__description { max-height: 110px; opacity: 1; transform: none; }
      .wm-solutions-showcase__card:hover, .wm-solutions-showcase__card:focus-visible { transform: none; }
      .wm-solutions-showcase__indicators { align-items: center; display: flex; gap: 11px; margin-top: 22px; padding-right: 20px; }
      .wm-solutions-showcase__dot { background: rgba(255,255,255,.26); border: 0; border-radius: 2px; height: 2px; padding: 0; transition: background-color .2s ease, width .2s ease; width: 28px; }
      .wm-solutions-showcase__dot.is-active { background: #FB4E0B; width: 28px; }
      .wm-solutions-showcase__dot:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
    }
    @media (prefers-reduced-motion: reduce) {
      .wm-solutions-showcase *, .wm-solutions-showcase *::before, .wm-solutions-showcase *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
    }
    /*  explore solutions section css - end */