/* Override */
#inner-page-wrapper {
    padding: 0 0 30px;
}

#inner-page-wrapper > .container {
    max-width: 100%;
    padding: 0;
}

.global-txt {
    font-family: var(--font-family-default);
    font-size: clamp(16px,0.89vw,17px);
    line-height: 1.7;
}

.global-txt p {
    margin: 0 0 clamp(15px,1.51vw,29px);
}


/* Section 1 */
.sec-1 {
    background: #F3F3F3;
    padding: 138px 15px;
}

.accent-bg {
    left: auto;
    max-width: 572px;
    width: 100%;
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    background: #0F6295;
}

.accent-bg > .bg-canvas {
    opacity: 0.2;
}

.accent-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F3F3F3;
    background: linear-gradient(90deg, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 0) 100%);
    z-index: 2;
}

.sec-1 .ip-services-col {
    width: 50%;
}

.sec-1 .ip-services-col.img {
    padding: 0 0 0 30px;
}

.sec-1 .ip-services-col.img .ip-services-col-inner {
    max-width: 652px;
    width: 100%;
    margin: 0 0 0 auto;
}

.sec-1 .ip-services-txt {
    margin: clamp(30px, 2.86vw, 55px) 0 0;
    max-width: 617px;
    width: 100%;
}

/* Section 2 */
.sec-2 {
    padding: 100px 0 0;
}

.ip-services-holder-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #0F6295;
    background: linear-gradient(0deg, rgba(15, 98, 149, 1) 0%, rgba(52, 58, 115, 1) 100%);
    opacity: 0.8;
}

.ip-services-holder-wrap {
    margin: 100px 0 0;
}

.ip-services-holder {
    position: relative;
    width: 100%;
    height: 800px;
    z-index: 10;
}

.ip-services-item {
    width: 50%;
    min-height: 800px;
    position: relative;
}

.ip-services-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ip-services-item-hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ip-services-item a h3,
.ip-services-item-hover-title {
    color: var(--accent);
    font-family: var(--font-family-title-alt);
    font-size: clamp(30px,2.08vw,40px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0;
}

.ip-services-item.hovered.active {
    width: 65%;
}

.ip-services-item.hovered:not(.active) {
    width: 35%;
}

.ip-services-item.hovered.active h3 {
    opacity: 0;
    visibility: hidden;
}

.ip-services-item.hovered.active .ip-services-item-hover {
    opacity: 1;
    visibility: visible;
}

.ip-services-item-hover > .bg-canvas {
    opacity: 0.15;
}


.ip-services-item-hover-title,
.ip-services-item-hover-desc,
.ip-services-item-hover-btn {
    position: relative;
    z-index: 20;
}

.ip-services-item-hover-desc {
    max-width: 646px;
    width: 100%;
    margin: 50px auto;
    font-size: clamp(18px,1.3vw,25px);
    font-weight: 300;
    line-height: 1.7;
    font-family: var(--font-family-default);
    color: #fff;
}

.ip-services-item-hover-btn {
    max-width: 300px;
    width: 100%;
}

.ip-services-item-hover-btn  .global-btn {
    margin: auto;
}

/* Section 3 */
.sec-3 {
    padding: 179px 15px 150px;
}

.sec-3 .ip-services-col {
    width: 50%;
}

.sec-3 .img {
    padding: 0 15px 0 0;
}

.sec-3 .img .ip-services-col-inner {
    max-width: 616px;
    width: 100%;
}

.sec-3 .content {
    padding: 0 0 0 15px;
}

.sec-3 .content .ip-services-col-inner {
    max-width: 680px;
    width: 100%;
    margin: 0 0 0 auto;
}

.sec-3 .content ul {
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
}

.sec-3 .content ul li {
    position: relative;
    font-size: clamp(18px,1.3vw,25px);
    line-height: 1.7;
    padding: 0 0 0 51px;
    margin: 0 0 40px;
}

.sec-3 .content ul li:last-of-type {
    margin: 0;
}

.sec-3 .content ul li::before {
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    background: var(--accent);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 13px;
}

/* Section 4 */
.sec-4 {
    padding: 0 15px;
}

.ip-services-sec-inner {
    max-width: 1860px;
    width: 100%;
    margin: auto;
    padding: 94px 15px;
    border-radius: 10px;
    overflow: hidden;
}

.ip-services-sec-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #0F6295;
    background: linear-gradient(0deg, rgba(15, 98, 149, 1) 0%, rgba(52, 58, 115, 1) 100%);
    opacity: 0.8;
}

.sec-4 .ip-services-col.content {
    width: calc(100% - 300px);
    padding: 0 30px 0 0;
}

.sec-4 .ip-services-col.content .global-txt {
    color: #fff;
    margin: clamp(30px, 2.86vw, 55px) 0 0;
    max-width: 899px;
    width: 100%;
    font-size: clamp(18px,1.3vw,25px);
    line-height: 1.7;
}

.sec-4 .ip-services-col.content .global-txt p {
    margin-bottom: 0;
}

.sec-4 .ip-services-col.btn {
    width: 300px;
    padding: 0 0 50px;
}

@media only screen and (max-width : 1024px) { 
    .sec-1 {
        padding: 70px 15px;
    }

    .sec-1 .ip-services-col {
        width: 100%;
    }

    .sec-1 .ip-services-main {
        flex-direction: column-reverse;
    }

    .sec-1 .ip-services-col.img {
        padding: 0 0 70px;
    }

    .sec-1 .ip-services-col.img .ip-services-col-inner,
    .sec-1 .ip-services-col.content .ip-services-col-inner {
        max-width: 500px;
        margin: auto;
    }

    .accent-bg {
        width: 20%;
        display: none;
    }

    .ip-services-item {
        width: 100%;
        min-height: auto;
    }

    .ip-services-item-hover {
        opacity: 1;
        visibility: visible;
        position: relative;
        padding: 30px 15px;
    }

    .ip-services-item a h3 {
        display: none !important;
    }

    .ip-services-item a {
        position: relative;
    }

    .sec-3 {
        padding: 80px 15px;
    }

    .sec-3 .ip-services-col {
        width: 100%;
    }

    .sec-3 .img .ip-services-col-inner {
        max-width: 500px;
        margin: auto;
    }

    .sec-3 .content {
        padding: 0;
    }

    .sec-3 .content .ip-services-col-inner {
        max-width: 500px;
        width: 100%;
        margin: 65px auto 0;
    }

    .sec-4 .ip-services-col.content {
        width: 100%;
        padding: 0 0 30px;
    }

    .sec-4 .ip-services-col.btn {
        width: 100%;
    }

    .sec-4 .ip-services-main {
        max-width: 500px;
        width: 100%;
        margin: auto;
    }

    .ip-services-item-hover-desc {
        max-width: 500px;
    }
}