/* ============================================================
   Smart Manufacturing for Strong Bharat - page-specific additions
   (reuses governance.css for the shared section/hero/wheel design)
   ============================================================ */

/* ---- wheel icons rendered with Font Awesome instead of images ---- */


/* start impliment */
:root {
    --sgfp-line: #c9cdd2;
    --sgfp-navy: #21409a;
}

.wheel__icon i {
    font-size: 20px;
    color: var(--sgfp-navy);
    opacity: .55;
}

.wheel--tl .wheel__icon--tl i,
.wheel--tr .wheel__icon--tr i,
.wheel--bl .wheel__icon--bl i,
.wheel--br .wheel__icon--br i {
    color: var(--sgfp-navy);
    opacity: 1;
}

/* ---- third icon sits at the bottom-centre (3-section wheel) ---- */
.wheel__icon--bc {
    left: 50%;
    top: 74%;
}

/* the bottom-centre icon belongs to the bottom-left active wedge */
.wheel--bl .wheel__icon--bc i {
    color: var(--sgfp-navy);
    opacity: 1;
}

.capacityUtiliSub {
    .graphImg {
        a {
            display: block;

            img {
                mix-blend-mode: darken;
            }
        }
    }
}

/* ---- orange tone (Manufacturing) ---- */
.gov-aside__label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 40px;
    letter-spacing: .5px;
    color: var(--orange);
    text-align: left;
    padding: 30px 10px 80px 10px;
    position: relative;
    margin-top: -10px;

    &:before {
        width: 1px;
        height: 100%;
        background-image: linear-gradient(to top, #c9cdd2 0 78%, #fff 100% 100%);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
    }

    &:after {
        width: 1px;
        height: 100%;
        background-image: linear-gradient(to top, #c9cdd2 0 78%, #fff 100% 100%);
        content: "";
        position: absolute;
        top: 0;
        right: 0;
    }
}

.wheel.is-orange .wheel__active {
    background: #b16720;
}

.wheel.is-navy .wheel__active {
    background: #0f99d6;
}

.wheel.is-cyan .wheel__active {
    background: #159146;
}

.wheel.is-orange .wheel__pointer {
    color: var(--sgfp-navy);
}

.gov-rail.is-orange .gov-aside__label {
    color: #b16720;
}

.gov-rail.is-navy .gov-aside__label {
    color: #0f99d6;
}

.gov-rail.is-cyan .gov-aside__label {
    color: #159146;
}


/* ---------- single fixed rail (one sticky sidebar) ---------- */
.gov-rail {
    position: sticky;
    left: 30px;
    top: 90px;
    /* transform: translateY(-50%); */
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 30;
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: opacity .4s ease, visibility .4s ease;
}

.gov-rail.is-visible {
    opacity: 1;
    visibility: visible;
}

.gov-rail .gov-aside__label {
    transition: color .35s ease;
}

.gov-rail.is-cyan .gov-aside__label {
    color: #159146;
}



/* ---------- The navigation wheel ---------- */
.wheel {
    position: relative;
    width: 210px;
    height: 210px;
    flex: 0 0 auto;
}

.wheel__ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid var(--sgfp-line);
    overflow: hidden;
    background: #fff;
}

/* divider lines inside ring */
.wheel__ring::before,
.wheel__ring::after,
.wheel::after {
    content: '';
    position: absolute;
    background: var(--sgfp-line);
    top: 50%;
    left: 50%;
    width: 1px;
    height: 50%;
    transform-origin: top;
    z-index: 1;
}

.wheel__ring::before {
    transform: translateX(-50%) rotate(180deg);
}

.wheel__ring::after {
    transform: translateX(-50%) rotate(300deg);
}

.wheel::after {
    transform: translateX(-50%) rotate(60deg);
}

/* active third disc */
.wheel__active {
    position: absolute;
    width: 114%;
    height: 114%;
    left: -14px;
    top: -14px;
    border-radius: 50%;
    background: var(--sgfp-navy);
    z-index: 2;
    transition: background-color .35s ease, transform .6s ease;
    clip-path: polygon(50% 50%, 50% -5%, 105% -5%, 105% 81.75%);
    transform-origin: 50% 50%;
}

.wheel__pointer {
    transition: transform .4s ease;
}


.wheel--tr .wheel__active {
    transform: rotate(0deg);
}

.wheel--bl .wheel__active {
    transform: rotate(120deg);
}

.wheel--tl .wheel__active {
    transform: rotate(240deg);
}

/* quadrant icons */
.wheel__icon {
    position: absolute;
    width: 38px;
    height: 38px;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.wheel__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .62;
    filter: brightness(0.4);
}

.wheel__icon--tl {
    left: 20.6%;
    top: 33%;
}

.wheel__icon--tr {
    left: 79.4%;
    top: 33%;
}

.wheel__icon--bl {
    left: 50%;
    top: 84%;
}

/* active icon becomes white */
.wheel--tl .wheel__icon--tl img,
.wheel--tr .wheel__icon--tr img,
.wheel--bl .wheel__icon--bl img,
.wheel--br .wheel__icon--br img {
    filter: brightness(0) invert(1);
    opacity: 1;
}

/* centre hub + pointer */
.wheel__center {
    position: absolute;
    width: 86px;
    height: 86px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid var(--sgfp-line);
    border-radius: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wheel__pointer {
    color: var(--sgfp-navy);
    font-size: 30px;
    line-height: 1;
}

.wheel.is-cyan .wheel__pointer {
    color: var(--sgfp-navy);
}

.wheel--tr .wheel__pointer {
    transform: rotate(15deg);
}

.wheel--bl .wheel__pointer {
    transform: rotate(135deg);
}

.wheel--tl .wheel__pointer {
    transform: rotate(255deg);
}

/* end impliment */


/* ---------- Section divider hero (cover) ---------- */
.sgfp-hero {
    position: relative;
    padding: 0;
    background-color: #123885;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: stretch;
}

.sgfp-hero__inner {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.sgfp-hero__bar {
    flex: 0 0 200px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 0 0 220px 0;
}

.sgfp-hero__mediaInner {
    padding: 30px 0 0 30px;
    position: relative;

    &:before {
        height: 270px;
        width: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid #fff;
        border-bottom: 0px;
        border-right: 0;
        border-radius: 125px 0 0 0;
    }

    figure {
        height: 700px;
        border-radius: 100px 0 0 0px;
        overflow: hidden;
        border: 5px solid #fff;
        border-right: none;
        border-bottom: none;
        position: relative;
        z-index: 1;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }
    }
}

.sgfp-hero__title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #fff;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: .5px;
    text-align: left;
    padding: 60px 0;
}

.sgfp-hero__media {
    flex: 1;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding-top: 70px;
}

/* ---- performance-snapshot stat tiles ---- */
.snapTiles {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.snapTile {
    background: #edf3fa;
    border-radius: 0 0 18px 0;
    padding: 20px;
}

.snapTile b {
    display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: var(--sgfp-cyan);
    font-family: 'Helvetica Neue';
}

.snapTile span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
}

.numBox {
    .numBoxInner {
        position: relative;

        &:before,
        &:after {
            background-color: var(--brown);
        }

        &:after {
            background-color: transparent;
            border-left: 2px dotted var(--brown);
        }
    }
}

.echOprExNumWrap {
    .numBox {
        .numBoxInner {

            &:before,
            &:after {
                background-color: var(--black);
            }

            &:after {
                background-color: transparent;
                border-left: 2px dotted var(--black);
            }
        }
    }
}

#sec-greener {
    .numBox {
        .numBoxInner {

            &:before,
            &:after {
                background-color: #94bb91;
            }

            &:after {
                background-color: transparent;
                border-left: 2px dotted #94bb91;
            }
        }
    }
}

/* ---- strategic priorities (brown band, 4-up) ---- */
.spSection {
    background-color: var(--brown);
    border-radius: 20px;
    padding: 40px;
}

.spSection .spHeading {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Helvetica Neue';
}

.spGrid {
    display: flex;
}

.spCol {
    display: flex;
    flex-direction: column;
    width: calc(25% + 50px);
    margin-left: -50px;
    position: relative;
    gap: 30px;

    .spTop,
    .spBottom {
        padding-left: 70px;
        background-color: #f4ece3;
    }

    .spTop {
        min-height: 200px;
        position: relative;

        &::after {
            width: 1px;
            height: 60px;
            background-color: #000;
            position: absolute;
            left: 50%;
            bottom: -30px;
            content: "";
            z-index: 5 !important;
        }
    }

    .spBottom {
        position: relative;

        &::after {
            width: 1px;
            height: 20px;
            background-color: #000;
            position: absolute;
            left: 50%;
            top: 0px;
            content: "";
            z-index: 5 !important;
        }
    }

    &:first-child {
        width: 25%;
        margin-left: 0px;
        padding-left: 0px;
        z-index: 4;

        .spTop,
        .spBottom {
            padding-left: 22px;
            background-color: #f4ece3;
        }
    }

    &:nth-child(2) {

        .spTop,
        .spBottom {
            background-color: #edddcd;
            z-index: 3;
        }
    }

    &:nth-child(3) {

        .spTop,
        .spBottom {
            background-color: #e3c5a8;
            z-index: 2;
        }
    }

    &:nth-child(4) {

        .spTop,
        .spBottom {
            background-color: #d7ae85;
            z-index: 1;
        }
    }

    .spBottom {
        padding-left: 30px;
    }
}

.spTop,
.spBottom {
    border-radius: 30px;
}

.spTop {
    padding: 22px;
    min-height: 175px;
}

.spTop h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 10px;
    font-family: 'Helvetica Neue';
}

.spTop p {
    color: #000;
}

.spLine {
    display: block;
    width: 1px;
    height: 28px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .65);
}

.spBottom {
    flex: 1;
    padding: 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.spBottom span {
    display: block;
    font-weight: 700;
    color: var(--brown);
    font-family: 'Helvetica Neue';
}

/* ---- capacity roadmap cards (3-up) ---- */
.capGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.capCard {
    background: #edf3fa;
    border-radius: 0 0 18px 0;
    padding: 20px;
}

.capCard h5 {
    font-size: 18px;
    color: var(--sgfp-navy);
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'Helvetica Neue';
}

.capCard b {
    color: var(--sgfp-cyan);
}

/* ---- two-column feature lists ---- */
.twoColList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 40px;
}

/* ---- cement capacity expansion (Southern & Western India) ---- */
.swTitle {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 18px 0;
    text-align: center;
    color: var(--brown);
    font-size: 18px;
    font-weight: 700;
    font-family: 'Helvetica Neue';
}

.swTitle::before,
.swTitle::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--brown);
    opacity: .5;
}

.swBox {
    border: 1px solid var(--brown);
    border-radius: 20px;
    padding: 20px;
}

.swBox h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    font-family: 'Helvetica Neue';
}

.swBox .swTop {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--brown);
}

.swBox .swSplit {
    display: flex;
}

.swBox .swSplit .swCol {
    width: 50%;
}

.swBox .swSplit .swCol:first-child {
    padding-right: 20px;
    border-right: 1px solid var(--brown);
}

.swBox .swSplit .swCol:last-child {
    padding-left: 20px;
}

.capImg {
    position: relative;
    height: 100%;
    min-height: 320px;
    border-radius: 0 0 25px 0;
    overflow: hidden;
}

.capImg a,
.capImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.capImg .cap {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .55);
}

/* Responsive rules are consolidated at the END of this file so they win the
   cascade over the base component rules declared further down. */



.bgWrap {
    padding: 40px;
    padding-bottom: 500px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;

    &::before {
        width: 100%;
        height: 64%;
        background-image: linear-gradient(to bottom, #ffffff 0 50%, transparent 100% 100%);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
    }
}

.numBox {
    width: calc((100% / 3) - 15px);
    padding: 30px 15px 30px 0;
    display: flex;
    align-items: center;
}


.borderBoxWrapInner {
    position: relative;
    min-height: 250px;
    margin-bottom: 15px;

    &::after {
        width: 1px;
        height: 90%;
        position: absolute;
        background-color: var(--brown);
        right: 0;
        top: 0;
        content: "";
    }

    &::before {
        width: 93%;
        height: 1px;
        position: absolute;
        background-color: var(--brown);
        left: 0;
        bottom: 0;
        content: "";
    }

    &:nth-child(2n) {
        &::before {
            right: 0;
            left: auto;
        }

        &::after {
            display: none;
        }
    }

    &:nth-last-child(1),
    &:nth-last-child(2) {
        &::before {
            display: none;
        }
    }
}

.imgNoti {
    .imgNotiEach {
        display: flex;
        flex-direction: column;

        span {
            height: 5px;
            max-width: 150px;
            border-radius: 5px;
            display: inline-block;
            margin-bottom: 10px;
        }

        strong {
            display: inline-block;
        }

        p {
            display: inline-block;
        }
    }
}

.gap_10 {
    gap: 10px;
}

.customList {
    &.iconList {
        li {
            &::before {
                top: 16px;
            }
        }
    }
}

.wid_80 {
    width: 80px !important;
}

.quoteText {
    padding: 40px;
    background-color: #e6e7e8;
    border-radius: 20px 20px 0 20px;

    &:after {
        width: 140px;
        height: 115px;
        position: absolute;
        right: -1px;
        top: 99%;
        content: "";
        background: url(../images/governance/quote-icon.png) no-repeat center center;
        background-size: 100%;
    }

    p {
        &.blackText {
            color: #000 !important;
        }
    }
}

.imgWrap {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center right;
    }
}

.fyBorderBox {
    padding: 20px;
    border: 1px solid #000;
    border-left: none;
    border-radius: 0 20px 20px 0;
    padding-left: 0;
}

.capacityWrap {
    background-color: #f8f3ed;
    padding: 20px;
    border-radius: 20px;
}

.capacityInner {
    display: flex;
    flex-wrap: wrap;
    background-color: #f2e7db;
    border-radius: 20px;
    padding: 20px;

    .capacityLeft {
        padding-right: 20px;
        border-right: 1px solid #000;
        width: 50%;
    }

    .capacityRight {
        width: 50%;
        padding-left: 20px;
    }
}

.cerInner {
    display: flex;
    flex-wrap: wrap;

    .cerItem {
        width: 50%;
        min-height: 120px;
        padding: 20px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;

        &:nth-last-child(1),
        &:nth-last-child(2) {
            border-bottom: none;
        }

        &:nth-child(2n) {
            border-right: none;
        }

        &:nth-child(1),
        &:nth-child(3) {
            padding-left: 0px;
        }

        .numBox {
            width: 100%;
        }
    }
}

.fyWrap {
    .figT {
        left: 10px;
        right: auto;
    }
}

/* 16-06-26 */
.capacityUtiliWrap {
    background-color: #f5ece4;
    padding: 20px;
    border-radius: 20px;
}

.graphImg {
    border-radius: 20px;
    box-shadow: 0 0 10px 0px #ccc;
    padding: 20px;
}

.fancybox-image {
    padding: 10px !important;
    background-color: #fff !important;
}

.bg_f5ece4 {
    background-color: #f5ece4;
}

.keySusSection {
    .spCol {
        .spTop {
            min-height: 240px;

            &::after {
                display: none;
            }
        }

        &:first-child {
            .spTop {
                background-color: #d7ae85;
            }
        }

        &:nth-child(2) {

            .spTop {
                background-color: #e3c5a8;
            }
        }

        &:nth-child(3) {

            .spTop {
                background-color: #edddcd;
            }
        }

        &:nth-child(4) {
            .spTop {
                background-color: #f4ece3;
            }
        }


    }
}

.decWrap {
    background-color: #f5ece4;
    padding: 20px;
    border-radius: 20px;
}

.innvoWrap {
    background-color: #e3e1da;
    padding: 20px;
    border-radius: 20px;
}

.sustainableWrap {
    background-color: #f4ece3;
    padding: 20px;
    border-radius: 20px;
}

.brwonBorBtm {
    border-bottom: 1px solid #c68d57;
}

.bg_fcf7f3 {
    background-color: #fcf7f3;
}

/* 2nd */
.borderBoxWrapInner {
    &.tealBorBox {
        &::before {
            background-color: var(--teal);
        }

        &::after {
            background-color: var(--teal);
        }
    }
}

.customList {
    &.tealLst {
        li {
            &::before {
                background-color: var(--teal);
            }
        }
    }
}

.strategicWrap {
    .spCol {
        .spTop {
            &::after {
                display: none;
            }
        }

        &:first-child {
            .spTop {
                background-color: #edf3fb;
            }
        }

        &:nth-child(2) {
            .spTop {
                background-color: #dde9f7;
            }
        }

        &:nth-child(3) {
            .spTop {
                background-color: #c0d8f1;
            }
        }

        &:nth-child(4) {
            .spTop {
                background-color: #a2c8ea;
            }
        }

        &:nth-child(5) {
            .spTop {
                background-color: #85bae4;
            }
        }
    }
}

.logisticWrap {
    .capGrid {
        .capCard {
            border-radius: 0 18px 18px 0;
            padding: 20px;
            padding-left: 0;
            background-color: transparent;
        }
    }

    .col_2 {
        .imgWrap {
            max-height: 400px;

            img {
                object-position: top;
            }
        }
    }
}

.smtManuAi {
    .row_1 {
        .col_1 {
            .imgWrap {
                max-height: 500px;

                img {}
            }
        }
    }

    .smtAppLft {
        border-right: 1px solid #fff;
    }
}

.bg_e8f0f9 {
    background-color: #e8f0f9;
}

.bg_eaf5fa {
    background-color: #eaf5fa;
}

.smtWrapBx {
    .smtWrapInn {
        .echSmtWrapBx {
            .imgBox {}
        }
    }

    .customList {
        li {
            &::before {
                background-color: var(--teal);
            }
        }
    }
}


/* ----------------Section 3------------------ */
.snap-card__num {
    color: var(--green);
}

.snap-card__icon img.arrowIcon {
    background-color: var(--green);
}

.snap-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.snap-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.snapNumWrap {
    .snapNum {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
    }
}

.snap-card {
    background: #fff;
    transition: all .3s ease;
}

.snap-card:hover {
    padding: 20px;
    box-shadow: 0 12px 28px rgba(33, 64, 154, .1);
}

.snap-card__icon {
    width: 80px;
    height: 80px;
    padding: 16px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #000;
    margin-bottom: 16px;
}

.snap-card__icon figure {
    display: flex;
    align-items: center;
    justify-content: center;
}

.snap-card__icon figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.snap-card__icon img.arrowIcon {
    left: 0;
    right: 0;
    bottom: -6px;
    width: 20px;
    padding: 5px;
    display: block;
    margin: 0 auto;
    position: absolute;
    border-radius: 4px;
    background-color: var(--green);
}

.snap-card__num {
    color: var(--green);
    line-height: 1;
    margin-bottom: 5px;
}

/* .snap-card__label {
    font-size: 15px;
    line-height: 1.45;
    color: #222;
    margin: 0;
} */

.snap-group__head {
    font-size: 16px;
    font-weight: 700;
    color: var(--stk-blue);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 26px 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--stk-soft);
}

.fz_18_box {
    * {
        font-size: 18px !important;
    }
}

.sdg-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sdg-row img {
    width: 80px;
    height: 80px;
}





.stk_block_113 {
    .stk-box {
        border-radius: 0 0 30px 30px;
    }
}

.stk-table thead th,
.stk-table tbody td,
.stk-table tbody th {
    padding: 13px 16px;
    font-size: 14.5px;
    vertical-align: middle;
}

.stk-table thead th {
    font-weight: 700;
}

/* .stk-table thead th.fw_400, .stk-table tbody td.fw_400, .stk-table tbody th.fw_400{
    font-weight: 400;
} */

.bg_ecf1ea {
    background-color: #ecf1ea;
}

.col_94bb91 {
    color: #94bb91;
}

.bg_d0decc {
    background-color: #d0decc;
}

.bg_709472 {
    background-color: #709472;
}

.bg_81b181 {
    background-color: #81b181;
}

.borderBoxWrapInner {
    &.greenBorderBox {
        &::before {
            background-color: var(--green);
        }

        &::after {
            background-color: var(--green);
        }
    }
}

.rad_50 {
    border-radius: 50px;
}

.whiteBorderRight {
    position: relative;
    padding-right: 10px;

    &::after {
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #fff;
        content: "";
    }
}

a.noHoverColor:hover {
    color: #fff;
}

.perIcon {
    width: 50px;
}

.retBoxWrap {
    .retBoxInner {
        display: flex;
        flex-wrap: wrap;

        .retItem {
            width: 50%;
            padding: 20px;
            border-radius: 20px;
            background-color: #dbe5d7;
            min-height: 200px;
            position: relative;

            &:nth-child(2),
            &:nth-child(3) {
                background-color: #bcd1b8;
            }

            &:nth-last-child(1),
            &:nth-last-child(2) {
                &::after {
                    display: none;
                }
            }

            &::before {
                width: 1px;
                height: 88%;
                content: "";
                position: absolute;
                background-color: var(--green);
                right: 0;
                top: 50%;
                transform: translateY(-50%);
            }

            &::after {
                height: 1px;
                width: 88%;
                content: "";
                position: absolute;
                background-color: var(--green);
                right: 0;
                left: 50%;
                transform: translateX(-50%);
                bottom: 0;
            }

            &:nth-child(2n) {
                &::before {
                    display: none;
                }
            }
        }
    }
}

.circleSolid {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.imgWrap {
    img.cen {
        object-position: center center;
    }
}

.emBoxWrap {
    .emBox {
        width: calc(50% + 50px);
        margin-left: -50px;
        position: relative;
        padding: 30px 20px;
        padding-left: 80px;
        background-color: #bcd1b7;
        border-radius: 30px;
        min-height: 160px;

        &:first-child {
            margin-left: 0px;
            width: 50%;
            padding-left: 20px;
            background-color: #dae5d7;
            z-index: 2;
            position: relative;
        }
    }

    &.emBoxWrap2 {
        .emBox {
            width: 100%;
            margin-left: 0px;
            background-color: #dae5d7;
            padding-left: 0px;
            padding: 30px;
            margin-top: -30px;
            padding-top: 50px;

            &:nth-child(even) {
                background-color: #bcd1b7;
            }

            &:first-child {
                margin-top: 0px;
                padding-top: 30px;
                z-index: 4;
            }

            &:nth-child(2) {
                z-index: 3;
            }

            &:nth-child(3) {
                z-index: 2;
            }

            &:nth-child(4) {
                z-index: 1;
            }
        }
    }
}

.circleTextWrap {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    margin-top: -50px;
    z-index: 5;
}

.tp_30 {
    margin-top: -30px;
}

.emWrap {
    .imgWrap {
        height: auto;
    }
}

.rmcWrap {
    .numBox {
        width: 100%;

        .numBoxInner {

            &:before,
            &:after {
                background-color: var(--green);
            }

            &:after {
                background-color: transparent;
                border-left: 2px dotted var(--green);
            }
        }
    }
}

.borderRight {
    border-right: 1px solid #8d8d8d;
    height: 100%;
}

.figTLeft {
    right: auto;
    left: 20px;
}

.tableWrap {
    width: 100%;
    overflow-y: auto;
}

/* ============================================================
   RESPONSIVE  (kept at end of file so these override the base
   component rules above at equal specificity)
   Breakpoints mirror strategic-governance-and-financial-performance
   ============================================================ */
@media (max-width: 1600px) {
    .sgfp-hero__title {
        font-size: 34px;
    }

    .gov-aside__label {
        font-size: 40px;
    }

    .quoteText {
        .fz_22 {
            font-size: 20px !important;
        }

        .fz_20 {
            font-size: 18px !important;
        }
    }

    .cerItem {
        .numBox {
            .fz_18 {
                font-size: 16px !important;
            }
        }
    }

    .greenBgDk {
        .numBox {
            .numBoxInner {
                .fz_20 {
                    font-size: 16px !important;
                }

                .fz_18 {
                    font-size: 15px !important;
                }
            }
        }
    }

    .fz_18_box {
        * {
            font-size: 16px !important;
        }
    }
}

@media (max-width: 1440px) {
    .gov-aside__label {
        font-size: 20px;
        margin-top: -4px;
        padding: 30px 10px 30px 10px;
    }

    .quoteText {
        .fz_22 {
            font-size: 18px !important;
        }

        .fz_20 {
            font-size: 16px !important;
        }
    }

    /* narrow the sticky rail column, give the content the rest */
    .gov-rail-wrap {
        .col-lg-2 {
            -ms-flex: 0 0 250px;
            flex: 0 0 250px;
            max-width: 250px;
        }

        .col-lg-10 {
            -ms-flex: 0 0 calc(100% - 250px);
            flex: 0 0 calc(100% - 250px);
            max-width: calc(100% - 250px);
        }
    }
}

@media (max-width: 1366px) {
    .quoteText {
        &:after {
            width: 75px;
            height: 73px;
        }
    }

    .numBox {
        width: calc((100% / 2) - 15px);
        padding: 30px 15px 30px 0;
        display: flex;
        align-items: center;
    }

    .spCol {
        .spTop {
            min-height: 250px;
        }
    }

    .spSection {
        padding: 25px;
    }

    #sec-greener {
        .quoteText {
            &:after {
                height: 68px;
            }
        }

        .perIcon {
            top: -4px;
            position: relative;
        }
    }
}

@media (max-width: 1280px) {

    /* ---- strategic-priority overlap columns -> clean 2-up cards ---- */
    .spGrid {
        flex-wrap: wrap;
        gap: 15px;
    }

    .spCol,
    .spCol:first-child {
        width: calc(50% - 8px);
        margin-left: 0;
        padding-left: 0;
    }

    .spCol .spTop,
    .spCol .spBottom,
    .spCol:first-child .spTop,
    .spCol:first-child .spBottom {
        padding-left: 22px;
    }

    .spSection {
        padding: 25px;
    }

    .spTop {
        min-height: 0;
    }

    .SusBxInn {
        padding: 20px;
    }

    .figT {
        font-size: 14px !important;
        right: 15px;
        padding: 6px 12px;
        bottom: 10px;
        width: 86%;
        left: 50%;
        transform: translateX(-50%);
    }

    .fyWrap {
        .figT {
            left: 10px;
            transform: none;
        }
    }
}

@media (max-width: 1199px) {
    .sgfp-hero__mediaInner figure {
        height: 540px;
    }

    .gov-aside__label {
        font-size: 34px;
    }

    .quoteText:after {
        width: 110px;
        height: 90px;
    }

    .sec-foundations {
        .perFormanceInner {
            .fz_20 {
                font-size: 18px !important;
            }
        }
    }

    .numBox {
        .numBoxInner {
            .fz_40 {
                font-size: 36px !important;
            }

            .fz_20 {
                font-size: 17px !important;
            }
        }
    }

    .capacityInner {
        .fz_18 {
            font-size: 16px !important;
        }
    }

    /* ---- capacity / snapshot grids step down ---- */
    .capGrid,
    .snap-grid,
    .snap-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .twoColList {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {

    /* ---- hide the sticky wheel rail; content takes full width ---- */
    .gov-rail {
        display: none;
    }

    .gov-rail-wrap .col-lg-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* ---- release every sticky box once columns stack ---- */
    .sgfp_page .sticky,
    .sgfp_page .stickyBox {
        position: static;
    }

    /* ---- hero: smaller vertical bar + shorter image ---- */
    .sgfp-hero {
        min-height: auto;
    }

    .sgfp-hero__bar {
        flex: 0 0 110px;
    }

    .sgfp-hero__title {
        font-size: 28px;
        padding: 40px 0;
    }

    .sgfp-hero__media {
        padding-top: 40px;
    }

    .sgfp-hero__mediaInner {
        padding: 20px 0 0 20px;
    }

    .sgfp-hero__mediaInner:before {
        height: 200px;
    }

    .sgfp-hero__mediaInner figure {
        height: 440px;
    }

    /* ---- section cover headers: trim the oversized bottom padding ---- */
    .bgWrap {
        padding: 25px;
        padding-bottom: 300px;
    }


    /* ---- stat tiles 3-up -> 2-up ---- */
    .numBox {
        width: calc(50% - 8px);
    }

    /* ---- image drops below the cards when columns stack ---- */
    .cementCapRow .imgBox {
        margin-top: 20px;
    }

    /* ---- drop vertical dividers that now have nothing beside them ---- */
    .borderRight {
        border-right: none;
        height: auto;
    }

    .whiteBorderRight::after {
        display: none;
    }

    /* ---- quote box ---- */
    .quoteText {
        padding: 25px;
    }

    .quoteText:after {
        width: 90px;
        height: 74px;
        right: 14px;
    }

    .spCol {
        .spTop {
            min-height: 215px;
        }
    }

    .gov-rail-wrap {
        padding-bottom: 0px;
    }

    .plantLastImg {
        margin-top: 20px;
    }

    .gov-main {
        overflow: hidden;
        padding: 0px 5px;
    }

    .numBox {
        .numBoxInner {
            .fz_40 {
                font-size: 30px !important;
            }

            .fz_18 {
                font-size: 16px !important;
            }
        }
    }

    .digitalWrap {
        .brownBg {
            padding: 20px 15px !important;
        }
    }

    .innvoWrap {
        .whiteBg {
            padding: 20px 15px !important;
        }
    }

    .smtWrapBx {
        .smtWrapInn {
            row-gap: 20px;

            .wid_50 {
                width: 100%;
            }
        }
    }

    .stk_block_113 {
        .stk-box {
            padding: 20px;
        }
    }
}

@media (max-width: 767px) {

    .quoteText {
        margin-top: 30px;

        .fz_22 {
            font-size: 16px !important;
        }

        .fz_20 {
            font-size: 14px !important;
        }
    }

    .spSection .spHeading {
        margin-bottom: 20px;
    }

    .cerItem {
        .numBox {
            .fz_18 {
                font-size: 14px !important;
            }
        }
    }

    /* contain the negative-margin overlap effects on phones */
    .gov-section {
        overflow: hidden;
    }

    /* ---- hero: switch to a stacked, horizontal layout ---- */
    .sgfp-hero__inner {
        flex-direction: column;
    }

    .sgfp-hero__bar {
        flex: none;
        width: 100%;
        align-items: center;
        padding: 20px;
        border-radius: 0;
    }

    .sgfp-hero__title {
        writing-mode: horizontal-tb;
        transform: none;
        text-align: center;
        font-size: 24px;
        padding: 0;
    }

    .sgfp-hero__media {
        padding-top: 0;
    }

    .sgfp-hero__mediaInner {
        padding: 0 0 0 15px;
    }

    .sgfp-hero__mediaInner:before {
        display: none;
    }

    .sgfp-hero__mediaInner figure {
        height: 300px;
        border-radius: 30px 0 0 0;
    }

    /* ---- drop the connector lines on the linkages grid ---- */
    .borderBoxWrapInner {
        min-height: 0;
    }

    /* drop only the right-hand vertical connector (nothing sits beside it
       once the cards stack) and keep a full-width bottom divider between them */
    .borderBoxWrapInner::after {
        display: none;
    }

    .borderBoxWrapInner::before {
        width: 100%;
        left: 0;
        right: auto;
        display: block;
    }

    /* no trailing divider under the last bordered card (the base
       :nth-last-child(2) rule keeps it hidden) */

    /* ---- capacity 50/50 split -> stacked ---- */
    .capacityInner {
        flex-direction: column;
    }

    .capacityInner .capacityLeft,
    .capacityInner .capacityRight {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-right: none;
    }

    .capacityInner .capacityLeft {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #000;
    }

    .bgWrap {
        padding: 0;
        padding-bottom: 365px;
        background-size: 100% !important;
        background-position: center bottom !important;
    }

    #sec-greener {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .fz_18_box {
        * {
            font-size: 14px !important;
        }
    }

    .stk-table thead th,
    .stk-table tbody td,
    .stk-table tbody th {
        padding: 10px 12px;
    }

    .stk-table thead th,
    .stk-table tbody th {
        white-space: nowrap;
    }

    .stk_block_113 {
        .greenBgDk {
            .col_inner_cont {
                .imgBox {
                    width: 100%;
                    height: 300px;
                }
                .figT{
                    bottom: 20px;
                }
            }
        }
    }
}

@media (max-width: 575px) {

    /* ---- strategic-priority columns -> single column ---- */
    .spCol,
    .spCol:first-child {
        width: 100%;
    }

    .spSection {
        padding: 20px;
    }

    .keySusSection .spCol .spTop {
        min-height: 0;
    }

    /* ---- grids -> single column ---- */
    .capGrid,
    .snap-grid,
    .snap-grid--3 {
        grid-template-columns: 1fr;
    }

    .numBox {
        width: 100%;
    }

    /* ---- section cover headers ---- */
    .bgWrap {
        padding: 0px;
        padding-bottom: 280px;
    }

    /* ---- Belgaum / Pune split stacks ---- */
    .swBox .swSplit {
        flex-direction: column;
    }

    .swBox .swSplit .swCol {
        width: 100%;
    }

    .swBox .swSplit .swCol:first-child {
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-right: none;
        border-bottom: 1px solid var(--brown);
    }

    .swBox .swSplit .swCol:last-child {
        padding-left: 0;
    }

    /* ---- clinker roadmap cells -> stacked, fix divider borders ---- */
    .cerInner .cerItem {
        width: 100%;
        border-right: none;
    }

    .cerInner .cerItem:nth-child(odd) {
        padding-left: 20px;
    }

    .cerInner .cerItem:nth-last-child(2) {
        border-bottom: 1px solid #000;
    }

    .cerInner .cerItem:last-child {
        border-bottom: none;
    }

    /* ---- renewable 2x2 grid -> stacked; drop connectors + centre dot ---- */
    .retBoxWrap .retBoxInner .retItem {
        width: 100%;
        min-height: 0;
        margin-bottom: 15px;
    }

    .retBoxWrap .retBoxInner .retItem::before,
    .retBoxWrap .retBoxInner .retItem::after {
        display: none;
    }

    .retBoxWrap .circleSolid {
        display: none;
    }

    /* ---- energy-management overlap boxes -> stacked (leave emBoxWrap2) ---- */
    .emBoxWrap:not(.emBoxWrap2) .emBox,
    .emBoxWrap:not(.emBoxWrap2) .emBox:first-child {
        width: 100%;
        margin-left: 0;
        padding-left: 20px;
    }

    /* ---- green-logistics circle -> rounded card so text fits ---- */
    .circleTextWrap {
        width: 100%;
        height: auto;
        border-radius: 30px;
        margin-top: -20px;
        padding: 30px 20px;
        text-align: left !important;
        justify-content: flex-start;
        align-items: flex-start;
    }

    /* ---- AI / smart-manufacturing side-by-side splits -> stacked ---- */
    .smtManuAi .smtAppInn {
        flex-wrap: wrap;
    }

    .smtManuAi .smtAppInn .smtAppLft,
    .smtManuAi .smtAppInn .smtAppRgt {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .smtManuAi .smtAppInn .smtAppLft {
        border-right: none;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .smtWrapBx .smtWrapInn .wid_50 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .smtWrapBx .smtWrapInn .wid_50:first-child {
        margin-bottom: 20px;
    }

    /* ---- quote box ---- */
    .quoteText {
        padding: 20px;
    }

    .numBox {
        padding: 10px 15px 10px 0;
    }

    .tp_30 {
        margin-top: 0px;
    }

    .fz_20 {
        font-size: 16px !important;
    }

    .spCol {
        .spTop {
            min-height: auto;
        }
    }

    .spCol {
        .spTop {
            &::after {
                height: 40px;
                bottom: -30px;
            }
        }
    }
}

@media (max-width: 480px) {
    .bgWrap {
        padding: 0px;
        padding-bottom: 225px;
    }
}

@media (max-width: 430px) {
    .sgfp-hero__mediaInner figure {
        height: 240px;
    }

    .bgWrap {
        padding-bottom: 200px;
    }
}