/* Banner */
.standard-ip-banner {
    background: #000;
}

.standard-ip-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(252,217,0);
    background: linear-gradient(90deg, rgba(252,217,0,1) 0%, rgba(0,12,255,1) 100%);
    z-index: 5;
    opacity: 0.3;
}

.standard-ip-banner canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
    z-index: 1;
    min-height: 250px;
}

/* Global */
.standard-ip-container {
    max-width: 1470px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

/* Page Title and Breadcrumbs */
.ip-breadcrumbs {
    font-size: 14px;
    color: #000;
    margin: 0 0 32px;
}

.ip-breadcrumbs a {
    color: #000;
}

.ip-breadcrumbs .breadcrumb_last {
    font-weight: 700;
    color: #000CFF;
}

.ip-title h1 {
    margin: 0;
    padding: 0;
    font-size: clamp(30px,2.083vw,40px);
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.standard-ip-title {
    padding: 20px 0 55px;
}

/* Top Section */
.ip-op-top {
    padding: 0 0 112px;
}

.ip-op-top-col {
    width: 50%;
}

.op-img .img-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.op-desc p {
    font-size: clamp(15px, 1.302vw, 25px);
    font-weight: 300;
    line-height: 1.3;
    color: #000;
}

.ip-op-top-col.op-desc {
    padding: 0 15px 0 0;
}

.ip-op-top-col.op-desc .ip-op-top-col-inner {
    max-width: 666px;
    width: 100%;
}

.global-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: clamp(50px,3.646vw,70px);
    max-width: clamp(220px,15.885vw,305px);
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background: #e00;
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(15px,1.302vw,25px);
    font-weight: 300;
    transition: all .3s ease
}

.global-btn:hover {
    background: #000cff
}

.ip-op-top-btns {
    margin: 30px -10px 0;
}

.ip-op-top-btn {
    max-width: clamp(200px,15.89vw,305px);
    width: 100%;
    padding: 10px;
}

/* Mid Section */
.ip-op-mid {
    background: rgba(252, 217, 0, 0.13);
    padding: 95px 0;
}

.ip-op-mid-item-left {
    position: relative;
    /* width: 479px; */
    width: 33.2638%;
    height: clamp(400px,35.68vw,685px);
    border-radius: 0 33px 33px 0;
    overflow: hidden;
    background: #000;
}

.ip-op-mid-item-left .bg-canvas {
    opacity: 0.5;
}

.ip-op-mid-item-left h3 {
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 20;
    font-size: clamp(30px,2.5vw,48px);
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #fff;
    width: 100%;
    padding: 0 clamp(15px,2.08vw,40px);
}

.ip-op-mid-item-left .hp-cat-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    color: #fff;
    position: absolute;
    z-index: 20;
    left: 40px;
    bottom: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: clamp(13px, .781vw, 15px);
    font-weight: 900;
}

.ip-op-mid-item-left .hp-cat-btn i {
    font-size: clamp(18px, 1.302vw, 25px);
    margin: 2px 0 0 10px;
}

.ip-op-mid-item-right {
    width: calc(100% - 33.2638%);
    padding: 15px;
}

.ip-op-mid-item-right-partners-holder {
    display: flex;
    flex-wrap: wrap;
}

.ip-op-mid-item-right-partners-holder:not(.slick-initialized) .ip-op-mid-item-right-box:nth-child(n + 3) ~ div {
    display: none;
}

.ip-op-mid-item-right-partners-holder .slick-track {
    padding: 0 !important;
    margin: 0 !important;
}

.ip-op-mid-item-right-box {
    width: calc(100% / 3);
    padding: 15px;
}

.ip-op-mid-item-right-txt {
    font-size: clamp(15px, 1.302vw, 25px);
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    max-width: 735px;
    width: 100%;
    margin: 0 0 18px;
}

.ip-op-mid-item-right-box .img-wrapper {
    max-width: 225px;
    width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 4px 14px rgba(0,0,0,0.25);
}

.ip-op-mid-item-right-partners-holder-nav button {
    height: 70px;
    width: 70px;
    background: #0000f2;
    border: 0;
    font-size: 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 0 15px;
    cursor: pointer;
    transition: all .3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.ip-op-mid-item-right-partners-holder-wrap {
    padding: 0 85px 0 0;
    position: relative;
    margin: 0 -15px;
}

.ip-op-mid-item-right-partners-holder-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ip-op-mid-item-right-inner {
    max-width: 835px;
    width: 100%;
    margin: 0 auto;
}

.ip-op-mid-item {
    padding: 35px 0;
}

.ip-op-mid-item-left-bg:after {
    background: #fcd900;
    background: linear-gradient(0deg, #fcd900 0%, rgba(252, 217, 0, 0) 100%);
}

.ip-op-mid-item-left-bg:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    opacity: .2;
}

/* Bottom Section */
.ip-contact-bot {
    padding: 123px 24px 0;
}


.ip-contact-bot .bg-canvas {
    opacity: 0.2;
}

.ip-contact-bot .standard-ip-container {
    max-width: 100%;
    border-radius: 33px;
    overflow: hidden;
    padding: 145px 15px;
}

.ip-contact-bot-main {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}

.ip-contact-bot-col {
    width: 50%;
}

.cdetails {
    padding: 0 0 0 clamp(15px,5.208vw,100px);
}

.ip-contact-bot-field-icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #0000ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ip-contact-bot-field-icon i {
    font-size: 35px;
    color: #fff;
}

.ip-contact-bot-field-details {
    width: calc(100% - 80px);
    padding: 0 0 0 20px;
}

.ip-contact-bot-field-label {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin: 0 0 11px;
}

.ip-contact-bot-field-value {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
}

.ip-contact-bot-field-value a {
    color: #000;
    transition: all 0.3s ease;
}

.ip-contact-bot-field-value a:hover {
    color: #0000ff;
}

.ip-contact-bot-field-value p {
    padding: 0;
}

.ip-contact-bot-field {
    margin: 45px 0 0;
}

.cmap iframe {
    display: block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.cdetails h3 {
    font-size: clamp(20px,1.563vw,30px);
    font-weight: 700;
    color: #000;
    padding: 0;
    margin: 0;
}

/* Newsletter */
.ip-newsletter {
    padding: 80px 0;
}

.ip-newsletter-main {
    background: #FCD900;
    border-radius: 10px;
}

.newletter-content {
    width: 52.9166%;
    padding: 15px;
}

.newletter-img {
    width: calc(100% - 52.9166%);
}

.newletter-content .ip-newsletter-col-inner {
    max-width: 633px;
    width: 100%;
    margin: auto;
}

.newletter-content h2 {
    font-size: clamp(20px,1.82vw,35px);
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    margin: 0 0 20px;
}

.newletter-content .nf-field input {
    height: clamp(50px, 5.21vw, 100px);
    font-size: clamp(15px, 1.04vw, 20px);
}

.newletter-content .nf-field.nf-submit i {
    font-size: clamp(25px,1.88vw,36px);
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newletter-content .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    width: auto;
    top: 0;
    font-size: 11px;
    left: 31px;
}

@media only screen and (max-width: 1023px) {

    .standard-ip-banner canvas {
        background-image: url(https://kservicoph.b-cdn.net/wp-content/uploads/2025/02/kservico-signage-lg-min.jpg) !important;
    }

    #et-main-area {
        padding-top: 0 !important;
    }

    .ip-contact-top-col {
        width: 100%;
    }

    .cform {
        padding: 0 0 50px;
    }

    .cform .ip-contact-top-col-inner {
        margin: auto;
    }

    .cform-txt {
        text-align: center;
    }

    .cimg .img-wrapper {
        max-width: 620px;
        width: 100%;
        margin: auto;
    }

    .cdetails {
        padding: 0 0 80px;
        text-align: center;
    }

    .ip-contact-bot-col {
        width: 100%;
    }

    .ip-contact-bot-field-inner {
        flex-direction: column;
        align-items: center !important;
    }

    .ip-contact-bot-field-details {
        width: 100%;
        padding: 20px 0 0;
    }

    .ip-contact-bot {
        padding: 123px 15px 0;
    }

    .ip-contact-bot .standard-ip-container {
        padding: 50px 15px;
    }

    .lcf-half .lcf-field {
        width: 100%;
        padding: 0 !important;
    }

    .ip-op-top-col {
        width: 100%;
    }

    .ip-op-top-col.op-desc {
        padding: 0 0 50px;
    }

    .ip-op-top-btns {
        margin-bottom: 30px;
        justify-content: center !important;
    }

    .ip-op-mid-item-right {
        width: 100%;
    }

    .ip-op-mid-item-left .hp-cat-btn {
        left: 20px;
    }

    .ip-op-top-col-inner {
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .ip-op-top-btns {
        justify-content: center;
    }

    .ip-op-mid-item-left {
        width: 100%;
        max-width: 400px;
    }

    .ip-op-mid-item-right-inner {
        max-width: 500px;
        text-align: center;
    }

    .ip-op-mid-item-right-partners-holder-wrap {
        padding: 0;
        margin: 0;
    }

    .ip-op-mid-item-right-partners-holder-nav {
        position: relative;
    }

    .ip-op-mid-item-right-partners-holder-nav-inner {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ip-op-mid-item-right-partners-holder-nav button {
        margin: 10px;
    }

    .newletter-content {
        width: 100%;
    }

    .newletter-img {
        width: 100%;
    }

    .newletter-content {
        padding: 15px 15px 40px;
        text-align: center;
    }


}