.industry-linkage-page {
    --navy: #0b1c52;
    --navy-dark: #07153d;
    --navy-light: #18336f;
    --orange: #f97316;
    --orange-soft: #fff2e8;
    --peach: #fff0e5;
    --background: #f7f9fc;
    --surface: #ffffff;
    --text-dark: #101f45;
    --text-body: #667085;
    --border: #e5eaf1;
    width: 100%;
    margin: 0;
    background: var(--background);
    font-family: "Manrope", sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
}

.industry-linkage-page * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.industry-linkage-page a {
    text-decoration: none;
}

.industry-linkage-page > .il-hero,
.industry-linkage-page__surface,
.industry-linkage-page > .il-cta {
    width: min(100% - 48px, 1380px);
    margin-inline: auto;
}

.industry-linkage-page__surface {
    background: var(--surface);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 35, 75, .07);
    overflow: hidden;
    margin-bottom: 36px;
}

.il-label {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.4px !important;
    color: var(--orange);
    text-transform: uppercase;
    margin: 0 0 12px;
}

.il-breadcrumb {
    font-size: 12px;
    font-weight: 500;
    color: #7c8495;
    margin-bottom: 34px;
}

.il-breadcrumb span {
    color: var(--navy);
    font-weight: 700;
}

.il-hero {
    min-height: 610px;
    padding: 54px 64px 90px;
    background: radial-gradient(circle at 82% 20%, rgba(249, 115, 22, .08), transparent 28%), linear-gradient(120deg, #ffffff 0%, #ffffff 58%, #f8fafc 100%);
}

.il-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr);
    gap: 80px;
    align-items: center;
}

.il-hero h1 {
    font-size: clamp(54px, 5.2vw, 76px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -2.3px !important;
    color: var(--navy);
    margin: 0 0 14px;
}

.il-hero__tagline {
    font-size: clamp(28px, 3vw, 41px);
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: -.7px !important;
    color: var(--navy);
    margin: 0 0 28px;
}

.il-hero__tagline span {
    color: var(--orange);
}

.il-hero__text {
    max-width: 690px;
    font-size: 16px;
    line-height: 1.85;
    color: var(--text-body);
    margin: 0 0 28px;
}

.il-hero__actions,
.il-cta__content div {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.il-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    transition: .2s ease;
}

.il-btn:focus-visible,
.il-section-nav a:focus-visible {
    outline: 3px solid rgba(249, 115, 22, .28);
    outline-offset: 3px;
}

.il-btn--primary {
    background: var(--orange);
    color: #ffffff;
    border: 1px solid var(--orange);
    box-shadow: 0 9px 20px rgba(249, 115, 22, .2);
}

.il-btn--secondary {
    background: #ffffff;
    color: var(--navy);
    border: 1px solid var(--navy);
}

.il-btn--ghost {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .65);
}

.il-hero-art {
    position: relative;
    width: 100%;
    min-height: 480px;
}

.il-hero-art__back {
    position: absolute;
    top: -12px;
    right: -10px;
    width: 83%;
    height: 420px;
    border-radius: 34px;
    background: #edf1f6;
    z-index: 1;
}

.il-hero-art__frame {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80%;
    height: 395px;
    border: 2px solid var(--navy);
    border-radius: 30px;
    z-index: 3;
}

.il-hero-art__orange {
    position: absolute;
    right: -8px;
    top: 128px;
    width: 58px;
    height: 150px;
    border-radius: 18px;
    background: var(--orange);
    z-index: 2;
}

.il-hero-art__gold {
    position: absolute;
    right: 54px;
    bottom: 28px;
    width: 96px;
    height: 62px;
    border-radius: 18px;
    background: #ffa13c;
    z-index: 2;
}

.il-hero-art__navy {
    position: absolute;
    left: 15%;
    bottom: 74px;
    width: 76px;
    height: 76px;
    border-radius: 18px;
    background: #263f72;
    z-index: 2;
}

.il-dots {
    width: 60px;
    height: 60px;
    background-image: radial-gradient(var(--orange) 1.5px, transparent 1.5px);
    background-size: 10px 10px;
    position: absolute;
    left: 10%;
    top: 18px;
    opacity: .75;
}

.il-hero-art__main {
    position: absolute;
    top: 25px;
    right: 28px;
    width: 78%;
    height: 385px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 5;
    box-shadow: 0 20px 45px rgba(15, 35, 75, .18);
    margin: 0;
    background: #edf1f6;
}

.il-hero-art__small {
    position: absolute;
    left: 5%;
    bottom: 24px;
    width: 43%;
    height: 155px;
    border-radius: 17px;
    overflow: hidden;
    border: 5px solid #ffffff;
    box-shadow: 0 14px 30px rgba(15, 35, 75, .20);
    z-index: 7;
    margin: 0;
    background: #edf1f6;
}

.il-hero-art img,
.il-learning__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.il-line-art {
    position: absolute;
    right: -12px;
    bottom: 42px;
    width: 42%;
    height: auto;
    stroke: var(--orange);
    fill: none;
    opacity: .45;
    stroke-width: 1.1;
    z-index: 0;
}

.il-section-nav {
    width: min(100% - 180px, 1160px);
    margin: -28px auto 0;
    min-height: 58px;
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, .96);
    border: 1px solid #e7ebf1;
    border-radius: 13px;
    box-shadow: 0 12px 30px rgba(15, 35, 75, .10);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0 18px;
}

.il-section-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 58px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 650;
    color: #24365f;
    position: relative;
    white-space: nowrap;
}

.il-section-nav a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 78px;
    height: 2px;
    background: var(--orange);
}

.il-collab {
    padding: 72px 64px 55px;
    display: grid;
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
    gap: 70px;
    align-items: start;
    position: relative;
}

.il-collab h2,
.il-learning h2,
.il-ready h2 {
    font-size: clamp(32px, 3.8vw, 48px);
    line-height: 1.14;
    font-weight: 800;
    color: var(--navy);
    margin: 0 0 28px;
}

.il-collab h2 {
    font-size: clamp(34px, 3.5vw, 48px);
    max-width: 470px;
}

.il-quote {
    width: 100%;
    max-width: 390px;
    background: var(--navy);
    border-radius: 16px;
    padding: 28px 30px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.il-quote i {
    font-size: 30px;
    color: var(--orange);
    margin-bottom: 8px;
}

.il-quote p {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 650;
    margin: 0;
}

.il-quote .il-dots {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 18px;
}

.il-collab__text {
    position: relative;
    min-height: 230px;
    padding-top: 6px;
}

.il-collab__text p {
    max-width: 760px;
    font-size: 15.5px;
    line-height: 1.85;
    color: var(--text-body);
    margin: 0 0 18px;
}

.il-collab__text strong {
    color: #394666;
}

.il-collab__text .il-line-art {
    width: 34%;
    bottom: 0;
}

.il-section-head {
    text-align: center;
}

.il-section-head h2 {
    font-size: 13px;
    letter-spacing: 1.6px !important;
    font-weight: 800;
    color: var(--orange);
    text-transform: uppercase;
    margin: 0;
}

.il-section-head span {
    display: block;
    width: 40px;
    height: 2px;
    background: var(--orange);
    margin: 10px auto 30px;
}

.il-initiatives {
    padding: 0 64px 36px;
}

.il-initiative-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.il-initiative-card {
    background: #ffffff;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    padding: 22px 20px;
    min-height: 170px;
    box-shadow: 0 6px 18px rgba(15, 35, 75, .05);
    position: relative;
    display: flex;
    gap: 14px;
}

.il-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    background: var(--orange-soft);
    color: var(--orange);
    display: grid;
    place-items: center;
    border: 1px solid rgba(249, 115, 22, .14);
    font-size: 21px;
}

.il-card-no {
    position: absolute;
    top: 13px;
    right: 18px;
    font-size: 30px;
    font-weight: 800;
    color: rgba(11, 28, 82, .05);
}

.il-initiative-card h3 {
    max-width: 210px;
    font-size: 15.5px;
    line-height: 1.35;
    font-weight: 750;
    color: var(--navy);
    margin: 0 0 8px;
}

.il-initiative-card p {
    font-size: 12.75px;
    line-height: 1.6;
    color: var(--text-body);
    margin: 0;
}

.il-learning {
    padding: 64px;
    display: grid;
    grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
    gap: 55px;
    align-items: center;
    position: relative;
}

.il-bg-word {
    font-size: 110px;
    font-weight: 800;
    color: rgba(11, 28, 82, .025);
    position: absolute;
    right: 20px;
    top: 0;
    letter-spacing: 5px !important;
    text-transform: uppercase;
}

.il-learning__image {
    position: relative;
    height: 340px;
}

.il-learning__image:before {
    content: "";
    position: absolute;
    left: 18px;
    bottom: -16px;
    width: 76px;
    height: 62px;
    background: var(--orange);
    border-radius: 0 18px 18px 18px;
    z-index: 0;
}

.il-learning__image img {
    position: relative;
    border-radius: 18px;
    box-shadow: 0 16px 35px rgba(15, 35, 75, .12);
    z-index: 1;
}

.il-mini-line {
    display: block;
    width: 46px;
    height: 2px;
    background: var(--orange);
    margin-bottom: 14px;
}

.il-learning h2 {
    font-size: clamp(31px, 3vw, 42px);
    margin-bottom: 14px;
}

.il-learning p,
.il-ready p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--text-body);
    margin: 0;
}

.il-outcomes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.il-outcomes article {
    min-height: 68px;
    background: #ffffff;
    border: 1px solid #edf0f4;
    border-radius: 9px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 16px rgba(15, 35, 75, .05);
}

.il-outcomes i {
    color: var(--orange);
    font-size: 18px;
}

.il-outcomes span {
    font-size: 12.5px;
    line-height: 1.35;
    font-weight: 650;
    color: #394666;
}

.il-nashik {
    margin: 0 64px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
    border-radius: 14px;
    padding: 46px 48px;
    display: grid;
    grid-template-columns: minmax(330px, .75fr) minmax(0, 1.25fr);
    gap: 45px;
    position: relative;
    overflow: hidden;
}

.il-nashik h2 {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 750;
    color: #ffffff;
    margin: 0 0 14px;
}

.il-nashik p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .76);
    margin: 0;
}


.nashik-industrial-art {
    position: relative;
    margin-top: 16px;
    height: 125px;
    overflow: hidden;
}

.nashik-clean-industrial-skyline {
    width: 100%;
    height: 120px;
    display: block;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nashik-clean-industrial-skyline .skyline-primary {
    stroke: #4f7fbd;
    stroke-width: 1.25;
    opacity: .72;
}

.nashik-clean-industrial-skyline .skyline-secondary {
    stroke: #315f9d;
    stroke-width: .9;
    opacity: .44;
}

.nashik-clean-industrial-skyline .skyline-subtle {
    stroke: #6f8ebd;
    stroke-width: .8;
    opacity: .22;
}

.nashik-clean-industrial-skyline .skyline-accent {
    stroke: #f97316;
    stroke-width: 1.1;
    opacity: .82;
}

.nashik-clean-industrial-skyline .skyline-accent-fill {
    fill: #f97316;
    stroke: #f97316;
    opacity: .75;
}
.il-sector-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.il-sector-grid article {
    min-height: 62px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 7px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.il-sector-grid i {
    color: var(--orange);
    font-size: 19px;
}

.il-sector-grid span {
    font-size: 12.75px;
    line-height: 1.3;
    font-weight: 650;
    color: #ffffff;
}

.il-partners {
    grid-column: 1 / -1;
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.il-partners span {
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    padding: 6px 10px;
    color: rgba(255, 255, 255, .74);
    font-size: 11.5px;
}

.il-nashik__statement {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 12.75px !important;
    line-height: 1.65 !important;
    color: rgba(255, 255, 255, .72) !important;
    margin-top: 18px !important;
}

.il-process {
    padding: 55px 56px;
    text-align: center;
}

.il-process h2 {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--navy);
    margin: 0 0 40px;
}

.il-process__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    position: relative;
}

.il-process__grid article {
    position: relative;
    text-align: left;
    padding-left: 10px;
}

.il-process__grid article:not(:last-child):after {
    content: "";
    position: absolute;
    top: 48px;
    right: -22px;
    width: 44px;
    border-top: 2px dotted var(--orange);
}

.il-step-no {
    display: block;
    font-size: 12px;
    color: rgba(249, 115, 22, .72);
    font-weight: 800;
    margin-bottom: 4px;
}

.il-step-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--orange-soft);
    display: grid;
    place-items: center;
    color: var(--orange);
    margin: 4px 0 10px;
    font-size: 20px;
}

.il-process h3 {
    font-size: 15px;
    font-weight: 750;
    color: var(--navy);
    margin: 0 0 5px;
}

.il-process p {
    font-size: 12.5px;
    line-height: 1.55;
    color: var(--text-body);
    margin: 0;
}

.il-ready {
    padding: 54px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center;
}

.il-ready h2 {
    font-size: 30px;
    margin-bottom: 12px;
}

.il-highlight {
    border: 1px solid rgba(249, 115, 22, .60);
    border-left: 4px solid var(--orange);
    background: #fffaf6;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 12.75px;
    line-height: 1.55;
    color: #5b6474;
    margin-top: 16px;
}

.il-quality-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.il-quality-grid article {
    min-height: 140px;
    border-radius: 28px;
    border: 1px solid rgba(249, 115, 22, .40);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 12px;
}

.il-quality-grid i {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--peach);
    display: grid;
    place-items: center;
    font-size: 27px;
    color: var(--navy);
    margin-bottom: 9px;
}

.il-quality-grid span {
    font-size: 12.5px;
    line-height: 1.3;
    font-weight: 650;
    color: #4d5870;
}

.il-cta {
    min-height: 180px;
    background: linear-gradient(110deg, var(--navy) 0%, #112a62 100%);
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
    gap: 42px;
    padding: 34px 42px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 36px;
}

.il-cta__title {
    border-left: 4px solid var(--orange);
    padding-left: 22px;
}

.il-cta h2 {
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.18;
    font-weight: 750;
    color: #ffffff;
    margin: 0;
}

.il-cta h2 span {
    color: #ffad68;
}

.il-cta p {
    font-size: 13.5px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .82);
    margin: 0 0 16px;
}

.il-cta .il-line-art {
    display: none;
}
.il-cta-architecture {
    position: absolute;
    right: 22px;
    bottom: 10px;
    width: min(300px, 30%);
    height: 100px;
    fill: none;
    stroke: rgba(255, 255, 255, .42);
    stroke-width: 1.15;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: .9;
    pointer-events: none;
}

@media (min-width: 1600px) {
    .industry-linkage-page > .il-hero,
    .industry-linkage-page__surface,
    .industry-linkage-page > .il-cta {
        width: min(100% - 64px, 1500px);
    }
}

@media (max-width: 1200px) {
    .il-hero {
        padding-left: 42px;
        padding-right: 42px;
    }

    .il-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(470px, .95fr);
        gap: 48px;
    }

    .il-initiative-grid {
        gap: 14px;
    }

    .il-initiative-card {
        padding: 20px 16px;
    }
}

@media (max-width: 1100px) {
    .il-hero__grid,
    .il-collab,
    .il-learning,
    .il-nashik,
    .il-ready,
    .il-cta {
        grid-template-columns: 1fr;
    }

    .il-hero-art {
        max-width: 760px;
        margin-inline: auto;
    }

    .il-initiative-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    
.il-sector-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .il-process__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .il-process__grid article:after {
        display: none;
    }

    .il-bg-word {
        font-size: 74px;
    }

    .il-sector-grid {
        grid-template-columns: 1fr;
    }

    .il-initiatives {
        padding-left: 18px;
        padding-right: 18px;
    }

    .il-outcomes {
        grid-template-columns: repeat(2, 1fr);
    }

    .il-nashik {
        margin: 0 18px;
        padding: 30px 20px;
    }

    .il-process__grid {
        grid-template-columns: 1fr;
    }

    .il-process__grid article {
        text-align: center;
        padding-left: 0;
    }

    .il-step-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .il-quality-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .il-cta {
        padding: 30px 18px;
    }

    .il-hero__actions .il-btn,
    .il-cta .il-btn {
        width: 100%;
    }

    .il-bg-word {
        display: none;
    }
}

@media (max-width: 520px) {
    .il-hero h1 {
        font-size: 44px;
    }

    .il-hero__tagline {
        font-size: 26px;
    }

    .il-outcomes {
        grid-template-columns: 1fr;
    }

    .il-quality-grid {
        grid-template-columns: 1fr 1fr;
    }

    .il-initiative-card {
        min-height: auto;
    }

    .il-collab h2 {
        font-size: 30px;
    }
}






@media (max-width: 1100px) {
    .nashik-industrial-art {
        height: 110px;
    }

    .nashik-clean-industrial-skyline {
        height: 105px;
    }
}

@media (max-width: 768px) {
    .nashik-industrial-art {
        height: 95px;
        margin-top: 14px;
    }

    .nashik-clean-industrial-skyline {
        height: 90px;
    }

    .nashik-clean-industrial-skyline .skyline-subtle path:nth-child(n+3),
    .nashik-clean-industrial-skyline .skyline-secondary path:nth-child(n+5) {
        display: none;
    }
}



.il-quality-grid article {
    min-height: 152px;
    border-radius: 26px;
    border: 1px solid rgba(249, 115, 22, .34);
    background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(15, 35, 75, .08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.il-quality-grid article::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(11, 28, 82, .05);
    border-radius: 20px;
    pointer-events: none;
}

.il-quality-grid article::after {
    content: "";
    position: absolute;
    width: 78px;
    height: 78px;
    right: -30px;
    top: -30px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 115, 22, .14), transparent 70%);
}

.il-quality-grid article:hover {
    transform: translateY(-5px);
    border-color: rgba(249, 115, 22, .58);
    box-shadow: 0 22px 42px rgba(15, 35, 75, .12);
}

.il-quality-corner {
    position: absolute;
    left: 14px;
    top: 14px;
    width: 24px;
    height: 24px;
    border-left: 2px solid rgba(249, 115, 22, .35);
    border-top: 2px solid rgba(249, 115, 22, .35);
    border-radius: 8px 0 0 0;
}

.il-quality-grid i {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 28%, #ffffff 0%, var(--peach) 42%, #ffe4cf 100%);
    border: 1px solid rgba(249, 115, 22, .16);
    display: grid;
    place-items: center;
    font-size: 27px;
    color: var(--navy);
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 22px rgba(249, 115, 22, .13);
}

.il-quality-grid span {
    max-width: 104px;
    font-size: 12.75px;
    line-height: 1.35;
    font-weight: 750;
    color: #26375f;
    position: relative;
    z-index: 1;
}

.il-quality-grid i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
}

.il-quality-grid i::before {
    display: block;
    line-height: 1;
}

.il-quality-grid article > i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    place-items: center;
    padding: 0;
    line-height: 0;
    vertical-align: middle;
}

.il-quality-grid article > i::before {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    line-height: 1;
    position: static;
    transform: none;
}

.il-process {
    padding-top: 28px;
    padding-bottom: 20px;
}

.il-process h2 {
    margin-bottom: 24px;
}

.il-process {
    padding: 34px 56px 32px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    position: relative;
    overflow: hidden;
}

.il-process::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 26px;
    width: min(760px, 78%);
    height: 150px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse, rgba(249, 115, 22, .08), transparent 68%);
    pointer-events: none;
}

.il-process h2 {
    position: relative;
    margin-bottom: 30px;
}

.il-process__grid {
    position: relative;
    gap: 18px;
}

.il-process__grid::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 63px;
    height: 2px;
    background: repeating-linear-gradient(90deg, rgba(249, 115, 22, .45) 0 10px, transparent 10px 18px);
}

.il-process__grid article {
    min-height: 188px;
    padding: 20px 16px 18px;
    border: 1px solid rgba(229, 234, 241, .95);
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 30px rgba(15, 35, 75, .07);
    text-align: center;
    overflow: hidden;
    isolation: isolate;
}

.il-process__grid article::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(249, 115, 22, .08), transparent 46%);
    z-index: -1;
}

.il-process__grid article::after {
    display: none;
}

.il-step-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 24px;
    border-radius: 999px;
    background: #fff2e8;
    border: 1px solid rgba(249, 115, 22, .28);
    color: var(--orange);
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 10px;
}

.il-step-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
    border: 1px solid rgba(249, 115, 22, .20);
    background: radial-gradient(circle at 35% 30%, #ffffff 0%, #fff2e8 48%, #ffe2ca 100%);
    box-shadow: 0 12px 24px rgba(249, 115, 22, .14);
    font-size: 22px;
}

.il-process h3 {
    font-size: 15px;
    letter-spacing: .4px !important;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.il-process p {
    max-width: 180px;
    margin-inline: auto;
    font-size: 12.5px;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .il-process__grid::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .il-process {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .il-process__grid article {
        min-height: auto;
    }
}

.il-nashik {
    background:
        radial-gradient(circle at 16% 18%, rgba(79, 127, 189, .20), transparent 28%),
        radial-gradient(circle at 86% 84%, rgba(249, 115, 22, .10), transparent 26%),
        linear-gradient(135deg, #0b1c52 0%, #07153d 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 24px 60px rgba(7, 21, 61, .22), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.il-nashik::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at 76% 46%, #000 0%, transparent 62%);
    pointer-events: none;
}

.il-nashik__intro,
.il-sector-grid,
.il-partners,
.il-nashik__statement {
    position: relative;
    z-index: 1;
}

.il-nashik .il-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(249, 115, 22, .10);
    border: 1px solid rgba(249, 115, 22, .18);
    color: #ff9b54;
}

.il-nashik h2 {
    max-width: 470px;
    text-wrap: balance;
}

.il-nashik p {
    max-width: 520px;
}

.nashik-industrial-art {
    width: 92%;
    margin-top: 22px;
    padding: 8px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.nashik-clean-industrial-skyline .skyline-primary {
    stroke: #5d8fd1;
    opacity: .82;
}

.nashik-clean-industrial-skyline .skyline-secondary {
    stroke: #4b78ba;
    opacity: .52;
}

.nashik-clean-industrial-skyline .skyline-subtle {
    stroke: #8aa7d2;
    opacity: .26;
}

.il-sector-grid {
    gap: 12px;
}

.il-sector-grid article {
    min-height: 76px;
    padding: 16px 18px;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .035));
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 10px 24px rgba(0, 0, 0, .08);
    position: relative;
    overflow: hidden;
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.il-sector-grid article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 3px;
    border-radius: 999px;
    background: var(--orange);
    opacity: 0;
    transition: opacity .22s ease;
}

.il-sector-grid article::after {
    content: "";
    position: absolute;
    right: -34px;
    top: -34px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 115, 22, .13), transparent 68%);
}

.il-sector-grid article:hover {
    transform: translateY(-3px);
    border-color: rgba(249, 115, 22, .34);
    background: linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .045));
}

.il-sector-grid article:hover::before {
    opacity: 1;
}

.il-sector-grid i {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(249, 115, 22, .10);
    color: #ff7a1a;
    font-size: 17px;
    position: relative;
    z-index: 1;
}

.il-sector-grid span {
    font-size: 13px;
    line-height: 1.35;
    position: relative;
    z-index: 1;
}

.il-nashik__statement {
    width: min(100%, 980px);
    justify-self: center;
    padding: 14px 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

@media (max-width: 768px) {
    .nashik-industrial-art {
        width: 100%;
    }

    .il-sector-grid article {
        min-height: 64px;
    }
}

.nashik-industrial-art {
    width: 100%;
    height: 185px;
    margin-top: 24px;
    padding-top: 4px;
}

.nashik-clean-industrial-skyline {
    height: 180px;
    transform: scale(1.18);
    transform-origin: left bottom;
}

.il-nashik__statement {
    margin-top: 8px !important;
}

@media (max-width: 1100px) {
    .nashik-industrial-art {
        height: 150px;
    }

    .nashik-clean-industrial-skyline {
        height: 145px;
        transform: scale(1.06);
    }
}

@media (max-width: 768px) {
    .nashik-industrial-art {
        height: 112px;
    }

    .nashik-clean-industrial-skyline {
        height: 108px;
        transform: none;
    }
}

.il-collab {
    padding: 58px 64px 44px;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
}

.il-collab > div:first-child {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 44px;
    align-items: end;
}

.il-collab .il-label {
    grid-column: 1 / -1;
    width: fit-content;
    margin-bottom: 4px;
}

.il-collab h2 {
    max-width: none;
    font-size: clamp(32px, 3vw, 42px);
    line-height: 1.12;
    margin: 0;
    text-wrap: balance;
}

.il-quote {
    max-width: 390px;
    min-height: 150px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 18px 38px rgba(11, 28, 82, .16);
}

.il-collab__text {
    min-height: 0;
    padding: 26px 32px;
    border: 1px solid #edf0f4;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 14px 32px rgba(15, 35, 75, .06);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 26px;
    align-items: center;
}

.il-collab__text p {
    max-width: none;
    margin-bottom: 0;
}

.il-collab__text p + p {
    padding-left: 24px;
    border-left: 2px solid rgba(249, 115, 22, .22);
}

.il-collab__text .il-line-art {
    position: static;
    width: 260px;
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    opacity: .52;
}

@media (max-width: 1100px) {
    .il-collab > div:first-child,
    .il-collab__text {
        grid-template-columns: 1fr;
    }

    .il-quote {
        max-width: 100%;
    }

    .il-collab__text p + p {
        padding-left: 0;
        border-left: 0;
    }

    .il-collab__text .il-line-art {
        display: none;
    }
}

@media (max-width: 768px) {
    .il-collab {
        padding-top: 42px;
        padding-bottom: 34px;
    }

    .il-collab h2 {
        font-size: 30px;
    }

    .il-collab__text {
        padding: 22px 18px;
    }
}

.il-collab {
    padding-top: 38px;
    padding-bottom: 32px;
    gap: 22px;
}

.il-collab > div:first-child {
    column-gap: 42px;
    row-gap: 12px;
    align-items: center;
}

.il-collab .il-label {
    margin-bottom: 0;
    font-size: 13.5px;
    letter-spacing: 1.8px !important;
}

.il-collab h2 {
    font-size: clamp(38px, 3.8vw, 54px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -1.4px !important;
    max-width: 760px;
}

.il-quote {
    min-height: 132px;
    padding: 24px 28px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: linear-gradient(145deg, #0b1c52 0%, #071947 100%);
}

.il-quote p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.il-collab__text {
    padding: 22px 30px;
    border-radius: 14px;
    grid-template-columns: minmax(0, 1fr) 220px;
}

.il-collab__text p {
    font-size: 16px;
    line-height: 1.72;
    font-weight: 600;
    color: #4f5f7a;
}

.il-collab__text strong {
    font-weight: 800;
    color: var(--navy);
}

.il-collab__text p + p {
    font-weight: 650;
    color: #5e6b82;
}

.il-collab__text .il-line-art {
    width: 220px;
    opacity: .62;
}

@media (max-width: 1100px) {
    .il-collab h2 {
        max-width: none;
    }
}
