.product-card {
	background: #FFF;
	border-radius: 26px;
	padding: 40px;
	border: 1px solid #D2D2D2;
	height: 100%;
	overflow: hidden;
}

.product-card:has(.learn-more),
.product-card:has(.learn-more) .icon-box-text{
    display: flex;
    flex-direction: column;
}

.product-card:has(.learn-more) .icon-box-text{
	height: 100%;
}

.product-card .learn-more{
	margin-top: auto;
}

.product-card .icon-box-img img{
	padding-top: 0;
	width: 95px;
}

.product-card.v2 .icon-box-img img{
	height: 55px;
	width: auto;
}

.product-card h4 {
	font-weight: 800;
	font-size: 20px;
	line-height: 164%;
	text-transform: uppercase;
	color: #231F20;
	margin-bottom: 20px;
}

.product-card .icon-box-img {
	background: #07182e;
	width: calc(100% + 80px) !important;
	max-width: unset !important;
	margin: -40px;
	padding: 40px;
	margin-bottom: 20px;
	display: block;
}

.product-card.v2 .icon-box-img{
	padding: 60px 40px;
}

.product-card .learn-more{
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	text-decoration: underline;
	color: #3893AA;
	display: flex;
	align-items: center;
	gap: 10px;
}

.product-card .learn-more:before{
	content: '';
	width: 23px;
	display: block;
	height: 23px;
	background-image: url(../link.svg);
	background-repeat: no-repeat;
	background-size: contain;
}


/* Transforming grid */

.transforming-grid-box .icon-box-img{
	margin-top: -1px;
}

.transforming-grid-box .icon-box-img img{
	padding-top: 0;
}

.transforming-grid-box .icon-box-text{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #36363640;
}

.dark .transforming-grid-box .icon-box-text{
	border-bottom: 1px solid #16486e;
}

.transforming-grid-box h5,
.transforming-grid-box .h5{
	font-weight: 600;
	font-size: 18px;
	line-height: 164%;
	letter-spacing: 10%;
	text-transform: uppercase;
}

.transforming-grid-box:last-child .icon-box-text{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.dark-icon-box{
	background: linear-gradient(92.27deg, #051028 1.91%, #0D2A3B 29.96%, #12398E 125.8%);
	border-radius: 14px;
	padding: 30px 25px;
}

.dark-icon-box-2.v2{
	padding: 45px;
	height: 100%;
	border-radius: 24px;
}

.dark-icon-box p,
.dark-icon-box-2 p{
	margin-bottom: 0;
	color: #FFF;
	margin-top: 4px;
}

.dark-icon-box-2{
	background: #5294de30;
	backdrop-filter: blur(10px);
	border-radius: 9px;
	padding: 20px;
}

.dark-icon-box-2.small{
	padding: 10px 15px;
}

.dark-icon-box-2 h5,
.dark-icon-box-2 .h5{
	font-weight: 800;
	font-size: 20px;
	line-height: 164%;
	letter-spacing: 10%;
	text-transform: uppercase;
	margin-top: 30px;
}

.dark-icon-box-2.v2 h5,
.dark-icon-box-2.v2 .h5{
	margin-top: 0;
}

.dark-icon-box-2.big-icon{
	padding: 50px;
	border-radius: 26px;
	height: 100%;
}

.dark-icon-box-2.big-icon .icon-box-img{
	max-width: 450px;
	width: 100% !important;
}

.dark-icon-box-2.v2 .icon-box-img{
	margin-left: -15px;
}

.dark-icon-box-2.v2.no-minus-m .icon-box-img{
	margin-left: 0px;
}

/* steps card */

.steps-card{
	background: #FFF;
	border-radius: 26px;
	padding: 40px;
	border: 1px solid #D2D2D2;
	height: 100%;
	overflow: hidden;
}

.steps-card.v2{
	height: unset;
}

.steps-card .number{
	font-weight: 400;
	font-size: 85.5px;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #231F20;
	position: relative;
}

.steps-card.v2 .number{
	color: #2884A4 !important;
	font-weight: 800;
	font-size: 39px;
	line-height: 164%;
	letter-spacing: 0%;
	margin-bottom: 10px;
}

.steps-card:has(.number):before{
	content: '';
	background: #52C1DE;
	position: absolute;
	width: 50%;
	height: 35px;
	border-radius: 100px;
	top: 65px;
	left: 25px;
	z-index: 0;
	opacity: .55;
	max-width: 150px;
}

.steps-card.v2:has(.number):before{
	display: none;
}

.steps-card h4,
.steps-card .h4,
.steps-card-text h4{
	font-weight: 800;
	font-size: 18px;
	line-height: 164%;
	text-transform: uppercase;
	color: #231F20 !important;
	margin-bottom: 20px;
}

.steps-card p{
	color: #555 !important;
}

/* custom bg */

.custom-section-bg .section-bg-overlay{
	background-image: url(../section-bg-1.webp);
	background-position: left bottom;
	background-size: 50%;
	background-repeat: no-repeat;
}

.featured-box-partner .col-inner{
	border: 1px solid #C4C4C4;
	padding: 50px;
	background: #FFF;
	border-radius: 26px;
}

.featured-box-partner .col-inner > .text p{
	margin-bottom: 0;
}

.featured-box-partner .col-inner > .text{
	background: #E33F24;
	margin: -50px;
	margin-top: 0;
	border-bottom-left-radius: 26px;
	border-bottom-right-radius: 26px;
	padding: 12px;
}

.featured-box-partner .col-inner > .icon-box:first-child{
	margin-top: -76px;
}

.featured-box-partner.color-2 .col-inner > .text{
	background: #FF7B00;
}

.featured-box-partner.color-3 .col-inner > .text{
	background: #DA251C;
}

.rounded-pill-bg {
    background-color: rgb(15, 31, 48);
    border-radius: 9999px;
    padding: 80px 100px;
}

.rounded-pill-bg.rounded-small{
    border-radius: 90px;
}

.how-alm-works .section-bg:after{
	content: '';
	width: 60%;
	height: 100%;
	background: url(../how-alm-works.webp);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.homepage-solutions-box{
	width: 100% !important;
	align-items: stretch;
}

.homepage-solutions-box .icon-box-text{
	border-radius: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00081B;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 75px !important;
	padding-left: 25px !important;
	margin-right: -50px;
	position: relative;
}

.homepage-solutions-box .icon-box-text .text{
	margin-left: unset;
	margin-right: unset;
	width: 100%;
}


.homepage-solutions-box.icon-box-left .icon-box-text{
	padding-left: 75px !important;
	padding-right: 25px !important;
	margin-right: 0 !important;
	margin-left: -50px;
}

.homepage-solutions-box .icon-box-text:before{
	content: '';
	border-radius: 17px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	opacity: 0;
	transition: width 0.3s, opacity 0.3s;
	background: linear-gradient(125.41deg, #787E83 48.29%, #484D50 101.61%);
}

.homepage-solutions-box.green .icon-box-text:before{
	background: linear-gradient(125.41deg, #6FA4A0 48.29%, #426860 101.61%);
}

.homepage-solutions-box.blue .icon-box-text:before{
	background: linear-gradient(242.66deg, #5A96AC 38.57%, #165063 88.17%);
}

.homepage-solutions-box.yellow .icon-box-text:before{
	background: linear-gradient(242.66deg, #D5B254 38.57%, #D5A600 88.17%);
}


.homepage-solutions-box.icon-box-left .icon-box-text:before{
	left: unset;
	right: 0;
}


.homepage-solutions-box:hover .icon-box-text:before{
	width: 100%;
	opacity: 0.4;
}

.homepage-solutions-box.icon-box-right .icon-box-text{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.homepage-solutions-box.icon-box-left .icon-box-text{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.homepage-solutions-box .icon-inner img{
	width: 150px;
	padding: 0;
	z-index: 1;
	transition: padding 0.3s;
}

.homepage-solutions-box:hover .icon-inner img{
	padding: 15px;
}

.homepage-solutions-box .icon-box-img{
	width: unset !important;
}

.homepage-solutions-box .icon-box-text h5{
	font-weight: 800;
	font-size: 18px;
	line-height: 120%;
	text-transform: uppercase;
	color: #FFF;
	position: relative;
	margin: 0;
}

.homepage-solutions-box.icon-box-right .icon-box-text h5:after,
.homepage-solutions-box.icon-box-left .icon-box-text h5:before{
	content: '';
	width: 32px;
	height: 32px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8001 16.0002L11.6001 10.8002C11.3556 10.5558 11.2334 10.2447 11.2334 9.86689C11.2334 9.48912 11.3556 9.17801 11.6001 8.93356C11.8445 8.68912 12.1556 8.56689 12.5334 8.56689C12.9112 8.56689 13.2223 8.68912 13.4667 8.93356L19.6001 15.0669C19.7334 15.2002 19.8278 15.3447 19.8834 15.5002C19.939 15.6558 19.9667 15.8225 19.9667 16.0002C19.9667 16.178 19.939 16.3447 19.8834 16.5002C19.8278 16.6558 19.7334 16.8002 19.6001 16.9336L13.4667 23.0669C13.2223 23.3113 12.9112 23.4336 12.5334 23.4336C12.1556 23.4336 11.8445 23.3113 11.6001 23.0669C11.3556 22.8225 11.2334 22.5113 11.2334 22.1336C11.2334 21.7558 11.3556 21.4447 11.6001 21.2002L16.8001 16.0002Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	opacity: 0;
	transition: right 0.3s, opacity 0.3s;
}

.homepage-solutions-box.icon-box-right:hover .icon-box-text h5:after{
	right: -40px;
	opacity: 1;
}

.homepage-solutions-box.icon-box-left .icon-box-text h5:before{
	left: 0;
	transform: translateY(-50%) rotate(180deg);
	transition: left 0.3s, opacity 0.3s;
}

.homepage-solutions-box.icon-box-left:hover .icon-box-text h5:before{
	left: -40px;
	opacity: 1;
}

/* team members single page */


	/* ── Layout ── */
	.tm-single {
		padding: 160px 0 0px;
	}

	.tm-single__grid {
		display: grid;
		grid-template-columns: 300px 1fr;
		gap: 50px;
		align-items: start;
	}

	/* ── Photo ── */
	.tm-single__photo {
		overflow: hidden;
	}

	.tm-single__photo img {
		width: 100%;
		height: auto;
		display: block;
		object-fit: cover;
		aspect-ratio: 1 / 1;
		border-radius: 20px;
	}

	/* ── Share ── */
	.tm-single__share {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		margin-top: 30px;
		padding: 20px;
		border: 1px solid #D2D2D2;
		border-radius: 20px;
	}

	.tm-single__share-label {
		font-size: 14px;
		color: #555;
		white-space: nowrap;
	}

	.tm-single__share-icons {
		display: flex;
		gap: 14px;
	}

	.tm-single__share-icons a {
		color: #555;
		display: flex;
		transition: color 0.2s ease;
	}

	.tm-single__share-icons a:hover {
		color: #000;
	}

	/* ── Content ── */
	.tm-single__name {
		font-size: 32px;
		font-weight: 800;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		color: #1a1a1a;
		margin: 0 0 6px;
		line-height: 1.2;
	}

	.tm-single__role {
		font-size: 16px;
		color: #555;
		margin: 0 0 24px;
		font-weight: 400;
	}

	.tm-single__divider {
		width: 100%;
		height: 1px;
		margin-bottom: 30px;
		background: #C0C0C0;
		max-width: 350px;
	}

	.tm-single__bio {
		font-size: 15px;
		line-height: 1.75;
		color: #444;
	}

	.tm-single__bio p {
		margin: 0 0 20px;
	}

	.tm-single__bio p:last-child {
		margin-bottom: 0;
	}

	/* ── Responsive ── */
	@media (max-width: 549px) {
		.tm-single__photo img {
			max-width: 300px;
		}

		.tm-single__name {
			font-size: 26px;
		}
	}

/* end team members single page */

.single-career .kiwi-post-content h3{
	margin-top: 60px;
	margin-bottom: 30px;
}

@media (max-width: 849px) {
    .rounded-pill-bg {
		border-radius: 50px;
        padding: 60px 40px;
    }
	.how-alm-works .section-bg:after{
		display: none;
	}
	
	.homepage-solutions-box .icon-inner img{
		width: 120px;
	}
	.tm-single__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

@media (max-width: 549px){
	.product-card{
		padding: 25px;
	}
	
	.product-card.v2 .icon-box-img,
	.product-card .icon-box-img{
		padding: 25px;
		margin: -25px;
		margin-bottom: 25px;
	}
	
	.product-card.v2 .icon-box-img img{
		height: 30px;
	}
	
	.rounded-pill-bg {
		border-radius: 0;
		margin: 0 -15px !important;
		padding: 60px 15px;
	}
	
	.steps-card{
		padding: 35px 30px;
	}
	
	.dark-icon-box-2.v2{
		padding: 30px;
	}
	
	.steps-card .number{
		font-size: 50px;
	}
	
	.steps-card:has(.number):before{
		top: 50px;
        left: 20px;
        height: 25px;
	}
	
	.dark-icon-box-2.big-icon{
		padding: 30px;
	}
	
	.product-card .icon-box-img img{
		width: 50px;
	}
	
	.featured-box-partner .col-inner{
		padding: 30px;
		margin-bottom: 20px !important;
	}
	
	.featured-box-partner:last-child .col-inner{
		margin-bottom: 0px !important;
	}
	
	.featured-box-partner .col-inner > .text{
		margin: -30px;
		margin-top: 0;
	}
	
	.featured-box-partner .col-inner > .icon-box:first-child{
		margin-top: -56px;
	}
	
	.homepage-solutions-box .icon-inner img{
		width: 80px;
	}
	
	.homepage-solutions-box .icon-box-text{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}


/*





.capability-card .col-inner {
    border: 1px solid rgb(229, 231, 235);
    border-radius: 12px;
    padding: 40px 30px;
    margin-bottom: 30px;
    background: white;
    height: 100%;
}

.capability-card .featured-box-img {
    color: rgb(59, 130, 246);
    margin-bottom: 20px;
}

.capability-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: rgb(17, 24, 39);
    margin-bottom: 15px;
    line-height: 1.3;
}

.capability-card p {
    color: rgb(75, 85, 99);
    line-height: 1.6;
    font-size: 14px;
}







.analytics-header p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.analytics-item {
    background-color: rgba(60, 120, 180, 0.3);
    padding: 15px 20px;
    border-radius: 8px;
}

.analytics-item p {
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin: 0;
}



.rounded-pill-bg {
    background-color: rgb(15, 31, 48);
    border-radius: 9999px;
    padding: 80px 100px;
}

@media (max-width: 768px) {
    .rounded-pill-bg {
        padding: 60px 40px;
    }
}



.apm-feature .icon-box-text {
    color: rgb(100, 116, 139);
}

.apm-feature .icon {
    background: rgb(34, 197, 255);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.dashboard-mockup {
    max-width: 100%;
    height: auto;
}

*/



@media (min-width: 700px){
	.epis-stories .box-blog-post {
	display:flex;
}

.epis-stories .image-cover,.image-cover a{
	height: 100%;
	padding-top: 0px !important;
}
.epis-stories .box-image{
	overflow: hidden;
	width: 30%;
	height:auto;
	
}

.epis-stories .box-image img{
	position: unset;
	width: 100%;
  height: 100%;
	object-fit: cover;
}
	
.epis-stories .box-text {
	padding:60px;
	
}
.epis-stories.kiwwwi-cpt-grid .box-blog-post .box-text-inner a.kiwwwi-cpt-grid__readmore-btn{
	width:fit-content !important;
}
	
}

.epis-stories .post-title {
	margin-bottom:30px;
}

.epis-stories .box-image::after {
	  content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 38, 76,0.40);
}


.blue-overlay {
    position: relative;
}

.blue-overlay::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -50px; /* slightly below */
    transform: translateX(-50%);

    width: 120vw;
    height: 100%;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 646' fill='none'%3E%3Cdefs%3E%3Cfilter id='f' x='-200' y='0' width='2292' height='646' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0'/%3E%3CfeBlend in='SourceGraphic'/%3E%3CfeGaussianBlur stdDeviation='50'/%3E%3C/filter%3E%3ClinearGradient id='g' x1='172.799' y1='106.194' x2='272.254' y2='770.251' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2352C1DE' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2352C1DE'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg opacity='0.31' filter='url(%23f)'%3E%3Cellipse cx='946' cy='323' rx='1046' ry='223' fill='url(%23g)'/%3E%3C/g%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;

    pointer-events: none;
    z-index: -1;
}


















