.s2g-banner {
    background: rgba(18, 48, 41, 0.75) url(../assets/banners/s2g-hero-banner.png) no-repeat center center;
    background-size: cover;
    background-blend-mode: overlay;
    color: #ffffff;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.s2g-banner h2 {
    font-size: 46px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .s2g-banner {
        height: 280px;
    }

    .s2g-banner h2 {
        font-size: 32px;
    }

    .s2g-content-sec {
        padding: 40px 0 0;
    }

    .procurement-section {
        padding: 30px 0 50px;
    }

    .intro-heading {
        font-size: 32px;
    }

    .procurement-section .section-title {
        font-size: 32px;
    }

    .exclusivity-card h4 {
        font-size: 20px;
    }

    .explore-kicker h5 {
        font-size: 16px;
    }

    .program-cta-card h3 {
        font-size: 22px;
    }

    .queries-box h4 {
        font-size: 18px;
    }
}

.s2g-content-sec {
    background-color: #ffffff;
    padding: 70px 0 70px;
}

.s2g-intro-card {
    position: relative;
}

.s2g-intro-card p {
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
    font-weight: 400;
}

.procurement-section {
    background-color: #f7f9f8;
    padding: 50px 0 70px;
    border-top: 1px solid #eef2f0;
    border-bottom: 1px solid #eef2f0;
}

.procurement-section .section-title {
    font-size: 42px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    width: 100%;
    letter-spacing: -0.5px;
}

.procurement-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.procurement-row {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #1A4137; 
    border-radius: 12px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease, border-left-color 0.3s ease;
}

.procurement-row:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    border-color: #f1931d;
    border-left-color: #f1931d; 
}

.procurement-value-box {
    flex-shrink: 0;
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e2e8f0; 
    padding-right: 30px;
}

.value-number-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.currency-symbol {
    font-size: 18px;
    font-weight: 700;
    color: #f1931d;
    margin-right: 2px;
}

.value-number {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.value-unit {
    font-size: 16px;
    font-weight: 700;
    margin-left: 2px;
}

.value-label {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 4px;
    text-align: center;
}

.procurement-details-box {
    flex-grow: 1;
}

.procurement-details-box h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
}

.procurement-details-box p {
    line-height: 1.6;
    margin: 0;
}

.procurement-details-box .bullet-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.procurement-details-box .bullet-list li {
    line-height: 1.6;
    position: relative;
    padding-left: 18px;
    margin-bottom: 4px;
}

.procurement-details-box .bullet-list li:last-child {
    margin-bottom: 0;
}

.procurement-details-box .bullet-list li::before {
    content: "•";
    color: #f1931d;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 18px;
}

@media (max-width: 768px) {
    .procurement-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 20px;
    }

    .procurement-value-box {
        width: 100%;
        border-right: none;
        border-bottom: 2px dashed #e2e8f0;
        padding-right: 0;
        padding-bottom: 15px;
        align-items: flex-start;
    }

    .value-number-wrapper {
        justify-content: flex-start;
    }

    .value-label {
        text-align: left;
    }
}

.portfolio-exclusivity {
    background-color: #ffffff;
    padding: 70px 0;
}

.exclusivity-card {
    background: #1A4137; 
    border: 1px solid #112c25;
    color: #ffffff;
    border-radius: 16px;
    padding: 35px;
    display: inline-block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    box-shadow: 0 8px 30px rgba(26, 65, 55, 0.15);
}

.exclusivity-card .icon-indicator {
    font-size: 36px;
    color: #f1931d; 
    line-height: 1;
}

.exclusivity-card h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.exclusivity-card p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.explore-kicker h5 {
    font-size: 20px;
    font-weight: 600;
    color: #4b5563;
    margin: 0;
}

.programs-cta-sec {
    background-color: #ffffff;
    padding: 70px 0;
}

.program-cta-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.col-md-6:first-child .program-cta-card {
    border-top: 6px solid #1A4137; 
}
.col-md-6:last-child .program-cta-card {
    border-top: 6px solid #f1931d; 
}

.program-cta-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: #e2e8f0;
}

.card-glow {
    display: none; 
}

.prog-tag {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 6px 14px;
    border-radius: 4px; 
    width: fit-content;
    margin-bottom: 20px;
}

.incubation-tag {
    background-color: #1A4137;
    color: #ffffff;
}

.acceleration-tag {
    background-color: #f1931d;
    color: #ffffff;
}

.program-cta-card h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 4px;
}

.target-audience {
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    display: inline-block;
}

.program-cta-card p {
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.program-link {
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 30px;
    color: #ffffff !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
    margin-top: 15px;
    width: fit-content;
}

.col-md-6:first-child .program-link {
    background-color: #1A4137; 
}
.col-md-6:first-child .program-link:hover {
    background-color: #112c25;
}

.col-md-6:last-child .program-link {
    background-color: #f1931d; 
}
.col-md-6:last-child .program-link:hover {
    background-color: #d87e14;
}

.program-link i {
    font-size: 16px;
    transition: transform 0.2s ease;
}

.program-cta-card:hover .program-link i {
    transform: translateX(2px);
}

.queries-sec {
    background-color: #f7f9f8;
    padding: 70px 0;
    border-top: 1px solid #eef2f0;
}

.queries-box h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.query-action {
    display: inline-block;
}

.query-btn {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #1A4137; 
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(26, 65, 55, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.query-btn:hover {
    background-color: #f1931d; 
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(241, 147, 29, 0.25);
}

.query-btn:active {
    transform: translateY(0);
}

.gtm-iframe {
    display: none;
    visibility: hidden;
}

.govt-logo {
    width: 100%;
}

.itnt-logo-wide {
    width: 1900px;
}

.nav-item-bordered {
    border-right: 2px solid #E2E2E2;
}

.nav-chevron {
    font-size: 15px;
}

.jigsaw-link {
    padding-bottom: 20px;
}

.jigsaw-subtitle {
    font-size: 14px;
    line-height: 0px;
    color: #7c7c7c;
    position: absolute;
    top: 45px;
    left: 15px;
}

.footer-title-p {
    margin-bottom: 30px;
}

.footer-contact-link {
    font-weight: 400;
}

.scroll-top-icon {
    color: white;
}

.intro-heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}
