/* Global IP */
#inner-page-wrapper > .container {
    max-width: 100%;
    padding: 0;
}

.global-title-type2 {
    color: #fff;
    font-family: var(--font-family-default);
    font-size: clamp(35px,2.6vw,50px);
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 clamp(30px,3.39vw,65px);
}

.global-title-sm {
    font-family: var(--font-family-default);
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 2.2px;
    padding: 0 0 0 30px;
    position: relative;
}

.global-title-sm::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    background: var(--primary);
    margin: auto 0;
}

/* Section 1 */
#commit-section1 {
    background: rgba(10, 87, 164, 0.5);
    padding: 95px 0;
}

#commit-section1 .ip-commit-col {
    width: 50%;
}

#commit-section1 .ip-commit-container {
    max-width: 1602px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

#commit-section1 .content {
    padding: 15px 15px 0 0;
}

.ip-commit-col-inner {
    max-width: 754px;
    width: 100%;
    margin: 0 0 0 auto;
}

.ip-commit-img-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 20;
    padding: 15px 30px 15px;
}

.ip-commit-img-overlay h3 {
    font-size: clamp(18px,1.3vw,25px);
    font-weight: 700;
    margin: 0 0 15px;
    color: #fff;
}

.ip-commit-img-txt-item {
    font-size: clamp(16px,1.04vw,20px);
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    background: rgba(207, 207, 207, 0.5);
    border-radius: 30px;
    padding: 10px 25px;
    margin: 0 10px 10px 0;
}

#commit-section1 .img .img-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background: #0A56A4;
    background: linear-gradient(0deg, rgba(10, 86, 164, 1) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.5;
    border-radius: 20px;
}

#commit-section1 .img .img-wrapper canvas {
    border-radius: 20px;
}

#commit-section1 .img .img-wrapper img {
    border-radius: 20px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
}

#commit-section1 .global-title-sm {
    padding: 0;
}

#commit-section1 .global-title-sm::before {
    display: none;
}

#commit-section1 .global-title-type2 {
    line-height: 1;
    margin: 30px 0;
}

#commit-section1 .ip-commit-desc p {
    max-width: 658px;
    width: 100%;
}

#commit-section1 .ip-commit-desc ul {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

#commit-section1 .ip-commit-desc ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

#commit-section1 .ip-commit-desc ul li i {
    font-size: clamp(18px,1.3vw,25px);
    color: var(--primary);
    width: clamp(18px,1.3vw,25px);
}

#commit-section1 .ip-commit-desc ul li span {
    padding: 1px 0 0 14px;
    width: calc(100% - clamp(18px,1.3vw,25px));
}

/* Section 2 */
#commit-section2 {
    padding: 100px 15px;
}

#commit-section2 .global-title-sm {
    padding: 0;
}

#commit-section2 .global-title-sm::before {
    display: none;
}

#commit-section2 .global-title-type2 {
    line-height: 1;
    margin: 30px 0;
}

.ip-commit-desc2 {
    max-width: 653px;
    width: 100%;
    margin: auto;
}

.ip-commit-timeline {
    max-width: 961px;
    width: 100%;
    margin: 52px auto 0;
}

.ip-commit-timeline-item {
    position: relative;
    max-width: 481px;
    width: 100%;
    text-align: right;
    padding: 0 15px 0 0;
}

.ip-commit-timeline-item:nth-child(even) {
    padding: 0 0 0 15px;
    text-align: left;
    margin: 0 0 0 auto;
}

.ip-commit-timeline-item-inner {
    max-width: 410px;
    width: 100%;
}

.ip-commit-timeline-item:nth-child(even) .ip-commit-timeline-item-inner {
    margin: 0 0 0 auto;
}

.ip-commit-timeline-item .img-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.ip-commit-timeline-item span {
    font-size: clamp(16px,1.04vw,20px);
    font-family: var(--font-family-title);
    font-weight: 700;
    line-height: 1.3;
    color: var(--primary);
    display: block;
    margin: 15px 0 0;
}

.ip-commit-timeline-item h3 {
    font-size: clamp(16px,1.04vw,20px);
    font-family: var(--font-family-title);
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 6px 0;
}

.ip-commit-timeline-item p {
    font-size: clamp(16px,1.04vw,20px);
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
}

.ip-commit-timeline-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: var(--primary);
    margin: auto;
    z-index: -1;
}

.ip-commit-timeline .dot {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -9px;
    top: 0;
}

.ip-commit-timeline .ip-commit-timeline-item:nth-child(even) .dot {
    right: auto;
    left: -9px;
}

.ip-commit-timeline .dot i {
    display: block;
    width: 17px;
    height: 17px;
    background: var(--primary);
    border-radius: 50%;
    border: 2px solid #000;
}

/* Section 3 */
#commit-section3 {
    padding: 70px 15px;
}

#commit-section3 .bg-canvas {
    opacity: 0.2;
}

#commit-section3 .bg-canvas-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--accent);
    opacity: 0.5;
    z-index: 10;
}

#commit-section3 .ip-commit-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

#commit-section3 .global-title-sm {
    padding: 0;
}

#commit-section3 .global-title-sm::before {
    display: none;
}

#commit-section3 .global-title-type2 {
    line-height: 1;
    margin: 30px 0;
}

#commit-section3 .ip-commit-col {
    width: 50%;
}

#commit-section3 .ip-commit-col.content {
    padding: 0 15px 0 0;
}

#commit-section3 .content-inner {
    max-width: 658px;
    width: 100%;
}

#commit-section3 .txt-box-inner {
    max-width: 754px;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 74px 15px;
    border-radius: 20px;
    background: rgba(10, 86, 164, 10);
    background: linear-gradient(0deg, rgba(10, 86, 164, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

#commit-section3 .txt-box-main {
    max-width: 659px;
    width: 100%;
    margin: auto;
}

#commit-section3 .txt-box-main h3 {
    font-size: clamp(18px,1.3vw,25px);
    font-weight: 700;
    color: var(--primary);
    margin: 0 0 20px;
    line-height: 1;
}

#commit-section3 .txt-box-main p {
    font-size: clamp(18px,1.3vw,25px);
    line-height: 1.3;
    color: #fff;
}

#commit-section3 .txt-box-main span {
    display: block;
    text-transform: uppercase;
    color: var(--primary);
    font-size: 16px;
}


/* Section 4 */
#commit-section4 {
    padding: 150px 15px;
}

#commit-section4 .global-title-sm {
    padding: 0;
}

#commit-section4 .global-title-sm::before {
    display: none;
}

#commit-section4 .global-title-type2 {
    line-height: 1;
    margin: 30px 0;
}

#commit-section4 .ip-commit-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

#commit-section4 .ip-commit-col {
    width: 50%;
}

#commit-section4 .ip-commit-col.content {
    padding: 0 15px 0 0;
}

#commit-section4 .ip-commit-col .img-wrapper {
    max-width: 754px;
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

#commit-section4 .ip-commit-col .content-inner {
    max-width: 658px;
    width: 100%;
}

#commit-section4 .ip-commit-desc ul {
    margin: 36px 0 0;
    padding: 0 0 0 20px;
}

#commit-section4 .ip-commit-desc ul li {
    padding: 5px 0;
}

#commit-section4 .ip-commit-desc ul li::marker {
    color: var(--primary);
}

/* Section 5 */
#about-section4 {
    padding: 160px 15px;
}

#about-section4 .global-title-sm {
    padding: 0;
    margin: 0 0 22px;
}

#about-section4 .global-title-sm::before {
    display: none;
}

.ip-about-4-desc {
    max-width: 653px;
    width: 100%;
    margin: 40px auto;
}

#about-section4 .global-title-type2 {
    line-height: 1;
    margin: 0;
}

.ip-about-checklist-item {
    padding: clamp(5px,0.52vw,10px) clamp(10px,1.04vw,20px);
}

.ip-about-checklist-item i {
    color: #fff;
    font-size: 15px;
}

.ip-about-checklist-item span {
    font-size: clamp(16px,1.04vw,20px);
    color: #fff;
    margin: 0 0 0 15px;
}

.ip-about-btn {
    width: 100%;
    max-width: clamp(200px, 15.63vw, 300px);
    margin: 0 20px 20px 0;
}



@media only screen and (max-width: 1024px) {

    #commit-section1 {
        padding: 50px 0;
    }

    #commit-section1 .ip-commit-col {
        width: 100%;
    }

    #commit-section1 .content {
        padding: 50px 0 0;
    }

    #commit-section1 .ip-commit-main {
        flex-direction: column-reverse;
    }

    #commit-section1 .ip-commit-col-inner {
        margin: 0;
    }

    #commit-section1 .ip-commit-desc p {
        max-width: 100%;
    }

    .ip-commit-img-overlay {
        padding: 15px 15px 7px;
    }

    #about-section4 {
        padding: 50px 15px 0;
    }

    .ip-commit-1-heading {
        text-align: left !important;
    }

    .ip-commit-desc2 {
        max-width: 100%;
        text-align: left;
    }

    .ip-commit-timeline-line {
        right: auto;
    }

    .ip-commit-timeline-item:nth-child(even) {
        margin: 0;
    }

    .ip-commit-timeline .dot {
        right: auto;
        left: -9px;
    }

    .ip-commit-timeline-item {
        padding: 0 0 0 15px;
        text-align: left;
    }

    .ip-commit-timeline-item-inner {
        margin: 0 0 0 auto;
    }

    .ip-commit-timeline-item {
        margin: 0 0 50px;
    }

    #commit-section2 {
        padding: 50px 15px;
    }

    #commit-section3 .ip-commit-col {
        width: 100%;
    }

    #commit-section3 .ip-commit-col.content {
        padding: 0 0 50px;
    }

    #commit-section3 .content-inner {
        max-width: 100%;
    }

    #commit-section3 .txt-box-inner {
        margin: 0;
    }

    #commit-section4 .ip-commit-col {
        width: 100%;
    }

    #commit-section4 .ip-commit-col .content-inner {
        max-width: 100%;
    }

    #commit-section4 .ip-commit-col.content {
        padding: 50px 0 0;
    }

    #commit-section4 .ip-commit-main {
        flex-direction: column-reverse;
    }

    #commit-section4 .ip-commit-col .img-wrapper {
        margin: 0;
    }

}