/* Banner */
.standard-ip-banner {
    background: #000;
}

.standard-ip-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00006C;
    background: linear-gradient(90deg, #0000D2 0%, #00006C 100%);
    z-index: 5;
    opacity: 0.7;
}

.standard-ip-banner canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 1;
    min-height: 250px;
}

.standard-ip-banner h1 {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: clamp(30px, 2.083vw, 40px);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

/* Global */
.standard-ip-container {
    max-width: 1470px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

/* Blogs */
.hp-news-item {
    width: calc(100%/3);
    padding: 15px;
}

.hp-news-item a {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s ease;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
}

.hp-news-item a * {
    transition: all .3s ease;
}

.hp-news-item a:hover {
    background: #fcd900;
}

.hp-news-item a:hover .hp-news-date {
    background: #fff;
}

.hp-news-date {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 100px;
    height: 50px;
    border-radius: 10px;
    background: #fcd900;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-transform: uppercase;
    z-index: 100;
}

.hp-news-details {
    padding: 15px 15px 25px;
}

.hp-news-details-inner {
    max-width: 428px;
    width: 100%;
    margin: auto;
}

.hp-news-details h3 {
    font-size: clamp(18px,1.302vw,25px);
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.hp-news-details p {
    font-size: clamp(14px,.781vw,15px);
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    margin: 15px 0 21px;
}

.hp-news-details-btn {
    width: 150px;
    height: clamp(40px,2.604vw,50px);
    background: linear-gradient(90deg, #0000D2 0%, #00006C 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(14px,.781vw,15px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.hp-news-holder.flex.jc-c.ai-fs {
    max-width: 1470px;
    width: 100%;
    margin: auto;
    padding: 0;
}

.nav-links span:first-of-type, .nav-links a {
    background: #fcd900;
    color: #000;
    padding: 10px 11px;
    height: 50px;
    display: flex;
    align-items: center;
    min-width: 50px;
    justify-content: center;
    font-size: 17px;
    border-radius: 10px;
    margin: 5px;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-links a {
    background: #000cff;
    color: #fff;
}

.nav-links a :hover {
    color: #fcd900;
}

/* 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;
}

/* 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;
    }
    	/* News */
	.hp-news-item {
		width: 100%;
	}

	.hp-news-holder-wrap {
		max-width: 390px;
		width: 100%;
		margin: auto;
	}

	.hp-news-item {
		margin: 0 0 30px;
	}

    .newletter-content {
        width: 100%;
    }

    .newletter-img {
        width: 100%;
    }

    .newletter-content {
        padding: 15px 15px 40px;
        text-align: center;
    }

}