.header {
    margin-top: clamp(1px, 4.115623vw, 158px);
}

.header.active {
    margin-top: clamp(1px, 2.34375vw, 90px);
}

.subtract-icon {
    width: clamp(1px, 2.813vw, 108px);
    height: clamp(1px, 2.813vw, 108px);
}

.remove-icon {
    width: clamp(1px, 1.62vw, 62px);
    height: clamp(1px, 1.62vw, 62px);
}

.section-one-container {
    height: clamp(1px, 54.636vw, 2098px);
}

.hero-img-one img {
    position: absolute;
    top: 0;
    width: 100%;
    height: clamp(1px, 55.834vw, 2144px);
    z-index: -1;
    pointer-events: none;
}

.hero-img-two img {
    position: absolute;
    top: 0;
    width: 100%;
    height: clamp(1px, 55.834vw, 2144px);
    z-index: 2;
    pointer-events: none;
}

.section-one-img img {
    width: clamp(1px, 96.198vw, 3694px);
    height: auto;
}

.section-two-content {
    width: clamp(1px, 19.74vw, 758px);
    height: clamp(1px, 17.032vw, 654px);
    background: #FFFFFF;
    box-shadow: 4.18602px 9.41855px 37.6742px rgba(0, 0, 0, 0.07);
    border-radius: clamp(1px, 0.5vw, 16px);
}

.section-three-img img {
    width: clamp(1px, 41.563vw, 1596px);
    height: auto;
}

.section-three-content {
    width: clamp(1px, 15.365vw, 590px);
    height: clamp(1px, 5.782vw, 220px);
    background: #FFFFFF;
    box-shadow: 0px 0px 36px 8px rgba(0, 0, 0, 0.06);
    border-radius: clamp(1px, 0.7vw, 24px);

}

.section-four-content {
    width: clamp(1px, 38.646vw, 1484px);
    height: clamp(1px, 25vw, 960px);
    background: #FFFFFF;
    box-shadow: var(--box-shadow);
    border-radius: clamp(1px, 1.1vw, 42.32px);
}

.section-seven-content {
    width: clamp(1px, 17.032vw, 654px);
    height: clamp(1px, 13.1771vw, 506px);
    background: #FFFFFF;
    box-shadow: 0px 0px 28.3px 13px rgba(0, 0, 0, 0.15);
    border-radius: 19px;

}

.competency-heatmap {
    width: 100%;
}

.heatmap-item {
    display: flex;
    align-items: center;
    gap: clamp(1px, 0.78125vw, 30px);
    margin-bottom: clamp(1px, 1.5625vw, 60px);
}

.heatmap-bar {
    flex: 1;
    height: clamp(1px, 0.521vw, 20px);
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
}

.heatmap-fill {
    height: 100%;
    border-radius: 20px;
}

.heatmap-fill.black {
    background: #161616;
}

.heatmap-fill.blue {
    background: #1851CE;
}

.heatmap-percent {
    font-size: clamp(1px, 0.78125vw, 30px) !important;
    font-family: Open Sans SemiBold;
}

.section-eight-img img {
    width: clamp(1px, 36.823vw, 1414px);
    height: auto;
}

.section-nine-content-bg {
    position: relative;
    width: clamp(1px, 19.636vw, 754px);
    height: clamp(1px, 14.1667vw, 544px);
    background: #FFFFFF;
    box-shadow: 4px 9px 38px rgba(0, 0, 0, 0.07);
    border-radius: clamp(1px, 0.5vw, 16px);
}

.section-nine-content-bg::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    width: clamp(1px, 5.782vw, 220px);
    height: clamp(1px, 5.782vw, 220px);
    background-image: url('../../images/custom/Program/Polygon 4.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.section-nine-content-bg:last-child::after {
    display: none;
}

.section-ten-contact {
    width: clamp(1px, 38.907vw, 1494px);
    height: 100%;
    background: #2752A2;
    border-radius: clamp(1px, 1.1vw, 42.32px);

}

@media (max-width:767px) {

    .hero-img-one,
    .hero-img-two {
        display: none;
    }

    .section-one-container {
        height: 100%;
    }

    .section-one-img img {
        width: 100%;
        height: auto;
    }

    .section-one-content {
        margin-top: clamp(1px, 25.4453vw, 200px);
    }

    .section-two-content {
        width: 100%;
        height: 100%;
        box-shadow: 3px 7px 28px rgba(0, 0, 0, 0.07);
        border-radius: clamp(1px, 4vw, 28px);
    }

    .section-two-font .fs-36 {
        font-size: clamp(1px, 2.79899vw, 72px) !important;
    }

    .section-three-img img {
        width: 100%;
        height: auto;
    }

    .section-three-content {
        width: 100%;
        height: 100%;
        border-radius: clamp(1px, 4vw, 28px);
    }

    .section-four-content {
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        box-shadow: var(--box-shadow);
        border-radius: clamp(1px, 4vw, 32px);
    }

    .section-four-font .fs-20 {
        font-size: clamp(1px, 3.30788vw, 44px) !important;
    }

    .remove-icon {
        width: clamp(1px, 13.232vw, 104px);
        height: clamp(1px, 13.232vw, 104px);
    }

    .remove-icon.mob {
        width: clamp(1px, 6.21vw, 70px) !important;
        height: clamp(1px, 6.21vw, 70px) !important;
    }

    .competency-heatmap {
        padding: 20px 20px 0px;
        background: #FFFFFF;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
        border-radius: clamp(1px, 4vw, 32px);
    }

    .heatmap-bar {
        height: clamp(1px, 2.545vw, 20px);
    }

    .heatmap-percent {
        font-size: clamp(1px, 3.05343vw, 30px) !important;
    }

    .heatmap-item {
        display: block;
        align-items: center;
        margin-bottom: clamp(1px, 4.07124vw, 60px);
        text-align: end;
    }

    .section-seven-content {
        width: clamp(1px, 40.97vw, 654px);
        height: clamp(1px, 38.423vw, 506px);
        box-shadow: 0px 0px 28px 13px rgba(0, 0, 0, 0.15) !important;
        border-radius: clamp(1px, 4vw, 32px);
    }

    .remove-icon.per {
        width: clamp(1px, 9.162vw, 104px);
        height: clamp(1px, 9.162vw, 104px);
    }

    .section-seven-content .fs-20 {
        font-size: clamp(1px, 3.05343vw, 40px) !important;
    }

    .section-eight-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: clamp(1px, 4vw, 32px);
    }

    .section-free-container .section-b {
        padding: 0 !important;
    }

    .section-nine-content-bg {
        width: 100%;
        height: 100%;
        border-radius: clamp(1px, 4vw, 28px);
    }

    .section-nine-content-bg::after {
        display: none;
    }

    .section-nine-container section {
        padding-bottom: 0 !important;
    }

    .section-ten-contact {
        width: 100%;
        border-radius: clamp(1px, 4vw, 32px);
    }

}