/* ===== MAKS INFOGRAPHIC ===== */
.maks-infographic-section {
    padding: 80px 0;
    background: #eff0f0;
    position: relative;
}

.maks-infographic-section .mig-header {
    text-align: center;
    margin-bottom: 48px;
}

.maks-infographic-section .mig-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 5px 14px;
    color: #64748b;
    margin-bottom: 14px;
}

.maks-infographic-section .mig-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #007234;
    display: inline-block;
}

.maks-infographic-section .mig-header h2 {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 8px;
}

.maks-infographic-section .mig-header>p {
    font-size: 18px;
    color: #545555;
    max-width: 420px;
    margin: 0 auto;
    line-height: 1.65;
}

.maks-infographic-section .mig-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto;
}

/* Problem chips */
.maks-infographic-section .mig-prob-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    width: 100%;
}

.maks-infographic-section .mig-prob-chip {
    background: #fff;
    border: 1.5px solid #fdd0c0;
    border-radius: 12px;
    padding: 16px 10px 14px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 232px;
      box-shadow: 
    -10px -10px 15px rgba(255,255,255,0.5),
    10px 10px 15px rgba(70,70,70,0.12);
}

.maks-infographic-section .mig-prob-chip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #D85A30;
    border-radius: 12px 12px 0 0;
}

.maks-infographic-section .mig-picon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #FAECE7;
    color: #D85A30;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin: 0 auto 8px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.maks-infographic-section .mig-prob-chip h4 {
    font-size: 22px;
    font-weight: 700;
    color: #712B13;
    margin-bottom: 4px;
    line-height: 1.3;
}

.maks-infographic-section .mig-prob-chip p {
    font-size: 11px;
    color: #993C1D;
    line-height: 1.45;
}

/* Funnel */
.maks-infographic-section .mig-funnel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.maks-infographic-section .mig-funnel-top {
    width: 90%;
    height: 14px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}

.maks-infographic-section .mig-funnel-mid {
    width: 60%;
    height: 30px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}

.maks-infographic-section .mig-funnel-arr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 2px 0;
}

.maks-infographic-section .mig-funnel-arr span {
    width: 2px;
    height: 25px;
    background: #94a3b8;
    border-radius: 1px;
    display: block;
}

.maks-infographic-section .mig-funnel-arr i {
    font-size: 15px;
    color: #94a3b8;
}

/* Solution card */
.maks-infographic-section .mig-solution-card {
    background: #fff;
    border: 2px solid #5DCAA5;
    border-radius: 20px;
    padding: 28px 32px 24px;
    text-align: center;
    width: 100%;
    max-width: 620px;
    position: relative;
    overflow: hidden;
      /* background: linear-gradient(145deg, #cacaca, #f0f0f0); */
      background-color: #012238;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px white;
}

.maks-infographic-section .mig-solution-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #007234;
    border-radius: 20px 20px 0 0;
}

.maks-infographic-section .mig-sol-icon {
    width: 130px;
    height: 100px;
    border-radius: 16px;
    background: #E1F5EE;
    color: #0F6E56;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 14px;
}

.maks-infographic-section .mig-sol-icon img {
    width: 75px;
}

.maks-infographic-section .mig-solution-card h3 {
    font-size: 19px;
    font-weight: 800;
    color: #085041;
    margin-bottom: 8px;
}

.maks-infographic-section .mig-solution-card>p {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.65;
    max-width: 440px;
    margin: 0 auto 20px;
}

/* Two pillars inside card */
.maks-infographic-section .mig-two-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 18px;
    text-align: left;
}

.maks-infographic-section .mig-pillar {
    border-radius: 12px;
    padding: 14px 14px 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.maks-infographic-section .mig-pillar-research {
    background: #E6F1FB;
    border: 1px solid #85B7EB;
}

.maks-infographic-section .mig-pillar-behaviour {
    background: #FAEEDA;
    border: 1px solid #EF9F27;
}

.maks-infographic-section .mig-pillar-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.maks-infographic-section .mig-pillar-research .mig-pillar-icon {
    color: #185FA5;
}

.maks-infographic-section .mig-pillar-behaviour .mig-pillar-icon {
    color: #854F0B;
}

.maks-infographic-section .mig-pillar h5 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
}

.maks-infographic-section .mig-pillar-research h5 {
    color: #0C447C;
}

.maks-infographic-section .mig-pillar-behaviour h5 {
    color: #633806;
}

.maks-infographic-section .mig-pillar p {
    font-size: 11px;
    line-height: 1.45;
}

.maks-infographic-section .mig-pillar-research p {
    color: #185FA5;
}

.maks-infographic-section .mig-pillar-behaviour p {
    color: #854F0B;
}

/* Outcome chips */
.maks-infographic-section .mig-outcomes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.maks-infographic-section .mig-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #E1F5EE;
    border: 1px solid #9FE1CB;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 600;
    color: #085041;
}

.maks-infographic-section .mig-chip i {
    font-size: 13px;
    color: #1D9E75;
}

/* SEBI bar */
.maks-infographic-section .mig-sebi-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 7px 18px;
    margin-top: 24px;
}

.maks-infographic-section .mig-sebi-bar i {
    font-size: 14px;
    color: #007234;
}

/* Responsive */
@media (max-width: 640px) {
   .maks-infographic-section .mig-prob-grid {
        grid-template-columns: repeat(2, 1fr);
    }

   .maks-infographic-section .mig-prob-grid .mig-prob-chip:last-child {
        grid-column: span 2;
    }

   .maks-infographic-section .mig-two-pillars {
        grid-template-columns: 1fr;
    }

  .maks-infographic-section  .mig-solution-card {
        padding: 22px 18px 20px;
    }
}


@media (min-width: 1400px) {
  .maks-infographic-section  .blog__shape-item--1 {
        top: -17%;
        left: 0;
    }
}

@media (min-width: 1200px) {
  .maks-infographic-section  .blog__shape-item--1 {
        height: 95%;
        top: -17%;
        left: -10%;
    }
}

@media (min-width: 768px) {
  .maks-infographic-section  .blog__shape-item--1 {
        display: block;
        height: 80%;
        width: 1000px;
        top: 11%;
        left: -22%;
    }
}

.maks-infographic-section .blog__shape-item--1 {
    position: absolute;
    content: "";
    padding: 40px;
    border-radius: 100px 100px 229px 100px;
    transform: rotate(330deg);
    border: 2px solid #b8cfeb;
    border-top: transparent;
    z-index: -1;
}

@media (min-width: 768px) {
   .maks-infographic-section .blog__shape-item--1 span {
        top: 3%;
        left: -1%;
    }
}

.maks-infographic-section .blog__shape-item--1 span {
    position: absolute;
    content: "";
    height: 94%;
    width: 980px;
    border-radius: 100px 100px 236px 100px;
    background: linear-gradient(180deg, #ffffff38 0, #b8cfeb 100%);
    opacity: .6;
}

/* .maks-infographic-section::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 90%;
    bottom: 0;
    left: 0;
    background-image: url(../images/vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    filter: brightness(0) saturate(100%) invert(83%) sepia(30%) saturate(716%) hue-rotate(25deg) brightness(95%) contrast(55%);
} */



@media (min-width:1200px) and (max-width:1399px){
    .maks-infographic-section .mig-header h2 {
    font-size: 30px;
}
.maks-infographic-section .mig-prob-chip h4 {
    font-size: 18px;
}
.maks-infographic-section .mig-prob-chip {
    height: 215px;
}
.maks-infographic-section .mig-solution-card>p {
    font-size: 18px;
}
}

@media (min-width:1901px) and (max-width:3000px){
      .maks-infographic-section .mig-header h2 {
    font-size: 50px;
}
.maks-infographic-section .mig-prob-chip h4 {
    font-size: 25px;
}
.maks-infographic-section .mig-prob-chip {
    height: 300px;
}
.maks-infographic-section .mig-solution-card>p {
    font-size: 22px;
}  
.maks-infographic-section .mig-flow {
    max-width: 1265px;
}
.maks-infographic-section .mig-solution-card {
    max-width: 695px;
}
}
@media (max-width:990px) {
    .blog__shape{
        display: none;
    }
    .maks-infographic-section .mig-prob-chip h4 {
    font-size: 16px;
}
.maks-infographic-section .mig-prob-chip {
    height: 195px;
}
.maks-infographic-section .mig-header h2 {
    font-size: 20px;
}
}