/*
 * Services Section — Static Grid Layout
 * Scoped to #technology_software_firm_services_section
 */

#technology_software_firm_services_section.cm-services-section {
	position: relative;
	padding: 56px 0 66px;
	background: radial-gradient(circle at 30% 18%, #07154f 0%, #020037 62%, #01002a 100%);
	overflow: hidden;
}

#technology_software_firm_services_section .asterthemes-wrapper {
	position: relative;
	z-index: 1;
}

#technology_software_firm_services_section .cm-services__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
	margin-bottom: 30px;
}

#technology_software_firm_services_section .cm-services__header-main {
	max-width: 760px;
}

#technology_software_firm_services_section .cm-services__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 4px;
	font-family: var(--font-second);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
	color: #42d9ff;
	position: relative;
	margin-bottom: 15px;
}

#technology_software_firm_services_section .cm-services__badge::before {
	content: "";
	position: absolute;
	background: var(--primary-color);
	width: 50%;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
}

#technology_software_firm_services_section .cm-services__badge i {
	font-size: 14px;
}

#technology_software_firm_services_section .cm-services__title {
	margin: 0;
	font-family: var(--font-heading);
	font-size: 47px;
	font-weight: 700;
	line-height: 1.15;
	color: #ffffff;
	max-width: 900px;
}

#technology_software_firm_services_section .cm-services__desc {
	margin: 0;
	max-width: 780px;
	font-family: var(--font-second);
	font-size: 16px;
	line-height: 1.6;
	color: rgba(223, 236, 255, 0.85);
}

#technology_software_firm_services_section .cm-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
}

#technology_software_firm_services_section .cm-services__slide {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	min-height: 380px;
}

#technology_software_firm_services_section .cm-services__card {
	position: relative;
	height: 100%;
	border-radius: 0;
	overflow: hidden;
}

#technology_software_firm_services_section .cm-services__card-bg {
	position: relative;
	height: 100%;
	min-height: 380px;
	background: #0d184e;
}

#technology_software_firm_services_section .cm-services__card-bg-img {
	display: block;
	width: 100%;
	height: 380px;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.88) brightness(0.8);
	transform: scale(1.06);
	transition: transform 0.5s ease, filter 0.45s ease;
}

#technology_software_firm_services_section .cm-services__card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, #6DE1F8 0%, #01002A 100%);
	transition: opacity 0.45s ease;
	z-index: 1;
	opacity: 1;
}

#technology_software_firm_services_section .cm-services__card-info {
	position: absolute;
	inset: auto 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	padding: 36px 22px 32px;
	z-index: 2;
	transition: opacity 0.4s ease, transform 0.4s ease;
	opacity: 1;
    top: 50%;
    left: 50%;
    width: 100%;
	transform: translate(-50%, -50%);
}

#technology_software_firm_services_section .cm-services__card-head {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
}

#technology_software_firm_services_section .cm-services__card-icon {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	border-radius: 50%;
	background: #f2f5fa;
	color: #0b1b63;
	font-size: 17px;
}

#technology_software_firm_services_section .cm-services__card-icon i {
	line-height: 1;
}

#technology_software_firm_services_section .cm-services__card-title {
	margin: 0;
	font-family: var(--font-second);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #eff6ff;
}

#technology_software_firm_services_section .cm-services__card-title a {
	color: inherit;
	text-decoration: none;
}

#technology_software_firm_services_section .cm-services__card-title a:hover,
#technology_software_firm_services_section .cm-services__card-title a:focus {
	color: #ffffff;
}

#technology_software_firm_services_section .cm-services__card-divider {
	display: block;
	width: 90px;
	height: 2px;
	margin: 10px 0 16px;
	background: rgba(242, 251, 255, 0.88);
}

#technology_software_firm_services_section .cm-services__card-excerpt {
	margin: 0;
	font-family: var(--font-second);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(230, 238, 255, 0.9);
}

#technology_software_firm_services_section .cm-services__slide .cm-services__card-bg-img, 
#technology_software_firm_services_section .cm-services__slide .cm-services__card-bg-img {
    opacity: 0;
}

#technology_software_firm_services_section .cm-services__slide:hover .cm-services__card-bg-img, 
#technology_software_firm_services_section .cm-services__slide:focus-within .cm-services__card-bg-img {
    transform: scale(1);
    filter: saturate(1) brightness(1);
    opacity: 1;
}

#technology_software_firm_services_section .cm-services__slide:hover .cm-services__card-overlay,
#technology_software_firm_services_section .cm-services__slide:focus-within .cm-services__card-overlay {
	opacity: 0;
	z-index: -1;
}

#technology_software_firm_services_section .cm-services__slide:hover .cm-services__card-info,
#technology_software_firm_services_section .cm-services__slide:focus-within .cm-services__card-info {
	opacity: 0;
	pointer-events: none;
}

@media only screen and (min-width: 1920px) {
	#technology_software_firm_services_section.cm-services-section {
		padding: 60px 0 72px;
	}

	#technology_software_firm_services_section .cm-services__card-bg,
	#technology_software_firm_services_section .cm-services__slide {
		min-height: 380px;
	}

	#technology_software_firm_services_section .cm-services__card-info {
		padding-top: 38px;
		padding-bottom: 34px;
	}
}

@media only screen and (min-width: 1150px) and (max-width: 1700px) {
	#technology_software_firm_services_section.cm-services-section {
		padding: 58px 0 68px;
	}

	#technology_software_firm_services_section .cm-services__card-bg,
	#technology_software_firm_services_section .cm-services__slide {
		min-height: 380px;
	}
	#technology_software_firm_services_section .cm-services__card-info{
		top: 38%;
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
	#technology_software_firm_services_section.cm-services-section {
		padding: 55px 0 65px;
	}

	#technology_software_firm_services_section .cm-services__card-bg,
	#technology_software_firm_services_section .cm-services__slide,#technology_software_firm_services_section .cm-services__card-bg-img {
		min-height: 380px;
	}

	#technology_software_firm_services_section .cm-services__card-title {
		font-size: 30px;
	}

	#technology_software_firm_services_section .cm-services__card-info {
		padding-top: 34px;
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 1366px) {
	#technology_software_firm_services_section .cm-services__title {
		font-size: 40px;
	}

	#technology_software_firm_services_section .cm-services__card-bg,
	#technology_software_firm_services_section .cm-services__slide {
		min-height: 300px;
	}
}

@media only screen and (max-width: 1150px) {
	#technology_software_firm_services_section.cm-services-section {
		padding: 56px 0 64px;
	}

	#technology_software_firm_services_section .cm-services__title {
		font-size: 34px;
	}

	#technology_software_firm_services_section .cm-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}

	#technology_software_firm_services_section .cm-services__desc,
	#technology_software_firm_services_section .cm-services__title,
	#technology_software_firm_services_section .cm-services__header-main {
		max-width: 100%;
	}

	#technology_software_firm_services_section .cm-services__desc {
		font-size: 15px;
	}

	#technology_software_firm_services_section .cm-services__card-bg,
	#technology_software_firm_services_section .cm-services__slide {
		min-height: 280px;
	}

	#technology_software_firm_services_section .cm-services__card-title {
		font-size: 23px;
	}

	#technology_software_firm_services_section .cm-services__card-excerpt {
		font-size: 16px;
		line-height: 1.55;
	}

}

@media only screen and (max-width: 990px) {
    #technology_software_firm_services_section .cm-services__card-info {
        top: 38%;
    }
}

@media only screen and (max-width: 599px) {
	#technology_software_firm_services_section .cm-services__title {
		font-size: 24px;
	}
    #technology_software_firm_services_section .cm-services__card-info {
        top: 50%;
    }

	#technology_software_firm_services_section .cm-services__card-bg,
	#technology_software_firm_services_section .cm-services__slide {
		min-height: 300px;
		height: 300px;
	}

	#technology_software_firm_services_section .cm-services__card-title {
		font-size: 21px;
	}

	#technology_software_firm_services_section .cm-services__card-excerpt {
		font-size: 14px;
		text-align: center;
	}
	#technology_software_firm_services_section .cm-services__card-head {
		justify-content: center;
	}

	#technology_software_firm_services_section .cm-services__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	#technology_software_firm_services_section .cm-services__card-info {
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 350px) {
	#technology_software_firm_services_section .cm-services__card-info {
        top: 50%;
    }
	#technology_software_firm_services_section .cm-services__card-icon {
		width: 40px;
	}
	.cm-services__card-title-div{
		width: 80%;
	}
	#technology_software_firm_services_section .cm-services__card-bg,
	#technology_software_firm_services_section .cm-services__slide,
	#technology_software_firm_services_section .cm-services__card-bg-img {
		min-height: 350px;
		height: 350px;
	}
}