/**section-two**/
.section-two .image img {
    border-radius: 0 0 4rem 0;
}
.section-two .text h2 {
    letter-spacing: -0.69px;
    padding-right: 10rem;
}
.section-two .image {
    position: relative;
}
.section-two .image .button-wrap {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
}
.section-two .image .button-wrap .play-video span:first-child {
    margin-right: 0.8rem;
}
.section-two .image .button-wrap svg {
    margin: 0px 0 -4px 0;
}
.section-two.v1 .section-two-card-icon {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0.5rem auto;
}
.section-two.v1.big-icon-section .section-two-card-icon {
    width: 3rem;
    height: 3rem;
}
.section-two.v1.about-us-inner-section .section-two-card-icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
}
.section-two.v1.about-us-inner-section .section-two-cards {
    gap: 3rem;
}
.section-two.v1.about-us-inner-section .section-two-card {
    flex: 0 1 calc((100% - (var(--columns, 3) - 1) * 60px) / var(--columns, 3));
	box-shadow: 0px 0px 20px rgb(0 4 69 / 25%);
	padding: 2.4rem 1.6rem 1.6rem;
	border-radius: 1.5rem;
}
.section-two.v1.about-us-inner-section.blue-box .section-two-card {
	background: linear-gradient(180deg, #0B3195 0%, #000445 100%);
}
.section-two.v1.about-us-inner-section.blue-box .section-two-card p,
.section-two.v1.about-us-inner-section.blue-box .section-two-card h3 {
	color: var(--white);
}
.section-two.v1.about-us-inner-section.blue-box .section-two-card h3 {
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
}

.section-two.v6 .content {
	background-color: var(--main-color);
	background: linear-gradient(90deg, #1253FB 0%, #0B3195 100%);	
	border-radius: 1.5rem;
	padding: 3rem;
	margin: 4rem 0 0;
	color: var(--white);
}
.section-two.v6.bg-gradient-blue .content {
	background: linear-gradient(270deg, #326BFF 25%, #000445 75%);
}
.section-two.v6 .content .icon-wrap {
    text-align: center;
}
.section-two.v6 .content h3 {
    color: var(--white);
    font-size: 2.5rem;
}
.section-two.v6 .content .box {
    padding: 0 3.5rem;
}
.section-two.v6 .head .text-inner {
    padding: 0 0 2rem;
}
.section-two.v6 .content p b {
    color: #6AFFE1;
}

/* Section Two - Cards (v1) */
.section-two-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 30px;
	justify-content: center;
}
.section-two-card {
    flex: 0 1 calc((100% - (var(--columns, 4) - 1) * 22px) / var(--columns, 4));
    min-width: 170px;
    padding: 1.2rem 1.9rem;
    padding: 1.2rem 1.4rem;/*solution page*/
    border-radius: var(--border-radius);
    background-color: var(--white);
    /* box-shadow: 0px 0px 7px rgb(0 4 69 / 16%); */
    text-align: center;
}
.section-two-card p {
    margin: 0;
	color: var(--gray);
}
.section-two-cards.no-box-style .section-two-card {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.section-two.v1 h3 {
	font-size: 1.4rem;
}
.section-two-cards.section-two-cards-v2 {
    margin: 3rem 0 0;
	gap: 0.4rem;
}
.sction-two-image-full-width img {
	width: 100%;
	max-width: initial;
    margin-top: 6rem;
    margin-bottom: -5rem;
}
.section-two.v1.solutions-inner-section-image-with-boxs {
	margin-bottom: 16rem;
}
.section-two.v1.solutions-inner-section-image-with-boxs .head {
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20rem;
    padding-bottom: 3rem;
}
.section-two.v1.solutions-inner-section-image-with-boxs .content {
	margin-bottom: -16rem;
}
.section-two.v1.solutions-inner-section-image-with-boxs.font-white h3 {
	margin-bottom: 0.5rem;
    color: var(--dark-blue);
	font-size: 1.4rem;
}
/* Section Two - Cards (v2) - product cards */
.section-two-card-v2 {
    flex: 1 1 0;
    min-width: 250px;
}
.section-two-card-v2 .section-two-card-v2-image {
    position: relative;
    overflow: hidden;
}

.section-two-card-v2-image > img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px 12px 0 0;
}
.section-two-card-v2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* padding: 20px; */
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.5) 100%);
}
.section-two-card-v2-icon {
    position: absolute;
    top: 3rem;
    left: 3rem;
}
.section-two-card-v2-icon img {
    width: 6rem;
}
.section-two-card-v2-text {
    color: var(--white);
}
.section-two-card-v2-text h2,
.section-two-card-v2-text h3,
.section-two-card-v2-text h4,
.section-two-card-v2-text p {
    margin: 0;
    color: var(--white);
}
.section-two-card-v2-text h3 {
	font-size: 2.1rem;
}
.section-two-card-v2-content {
    /* padding: 20px 24px; */
    /* text-align: left; */
}
.section-two-card-v2-content p {
    /* margin: 0 0 4px; */
    /* font-size: 0.95rem; */
    /* line-height: 1.5; */
}
.section-two-card-v2-content h3,
.section-two-card-v2-content h4,
.section-two-card-v2-content strong {
    font-weight: 700;
    color: var(--dark-blue);
}
.section-two-card-v2-content h4 {
	font-size: 1.8rem;
}
.section-two-card-v2-content ul {
    padding-left: 20px;
    margin: 8px 0;
}
.section-two-card-v2-content ul li {
	/* margin-bottom: 0.25rem; */
	/* margin-left: 0.25rem;	 */
    /* font-size: 0.9rem; */
    /* line-height: 1.6; */
}
.section-two-card-v2 .button-wrap {
    /* padding: 0 24px 20px; */
    /* margin-top: 0; */
}
.section-two-card-v2 .background-image::before {
	padding-top: 69%;
}

/* Section Two - Image Cards (v3) - image + text overlay, hover/mobile reveals description + button */
.section-two-cards-v3 {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-top: 30px;
}
.section-two-card-v3 {
	flex: 1 1 0;
	min-width: 250px;
	position: relative;
	overflow: hidden;
}

.section-two-card-v3 > img {
	width: 100%;
	height: 30rem;
	object-fit: cover;
	display: block;
}
.section-two-card-v3-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 3rem;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
	color: var(--white);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: all 0.5s ease;
}
.section-two-card-v3-text h2,
.section-two-card-v3-text h3,
.section-two-card-v3-text h4 {
	margin: 0;
	color: var(--white);
	font-weight: 600;
}
.section-two-card-v3-text p {
	margin: 6px 0 0;
	color: var(--white);
	font-size: 0.9rem;
	line-height: 1.5;
	/* display: none; */
}
.section-two-card-v3 .button-wrap {
	margin-top: 12px;
	/* display: none; */
}
.section-two-card-v3 .background-image::before {
  content: '';
  display: block;
  padding-top: 68%;
}
/* Hover state — show description + button */
.section-two-card-v3:hover .section-two-card-v3-overlay {
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}
.section-two-card-v3:hover .section-two-card-v3-text p {
	/* display: block; */
}
.section-two-card-v3:hover .button-wrap {
	/* display: flex; */
}

/* Section Two - Background Image Cards (v4) */
.section-two-cards-v4 {
	gap: 0.2rem;
	margin-top: 30px;
}
.section-two-card-v4 {
	flex: 1 1 0;
	min-width: 300px;
	min-height: 27.5rem;
	position: relative;
	border-radius: var(--border-radius);
	overflow: hidden;
}
.section-two.v4 .section-two-card-v4:first-child {
    border-radius: 0 1.5rem 1.5rem 0rem;
}
.section-two.v4 .section-two-card-v4:last-child {
    border-radius: 1.5rem 0rem 0rem 2rem;
}
.section-two.v4 .button-wrap {
    margin-top: 1rem;
}
.section-two-card-v4 > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.section-two-card-v4-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
	color: var(--white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 8rem;
	text-align: center;
}
.section-two-card-v4-text {
	min-height: 11rem;
}
.section-two-card-v4-text h3 {
	color: var(--white);
	font-size: 2.1rem;
	margin: 0 0 0.4rem;
}
.section-two-card-v4-text p {
	color: var(--white);
	margin: 0 0 8px;
}
.section-two.v4 .head .text-inner {
    margin-bottom: 3rem;
}
.section-two-card-v4 .button-wrap {
    /* margin-top: 1rem; */
    /* position: absolute; */
    /* bottom: 3rem; */
    /* left: 0; */
    /* right: 0; */
}


@media (max-width: 575px) {
	.section-two-card-v4 {
		flex: 1 1 100%;
	}
}
/* Section Two - Icons row (v5) */
.section-two-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	/* gap: 32px; */
	gap: 90px;
	margin-top: 4rem;
}
.section-two-icon img {
    height: 80px;
    width: 112px;
    object-fit: contain;
}
/* Section Two - Product gallery (v6) - title above image, no card bg */
.section-two-products {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	gap: 32px;
	margin-top: 30px;
}
.section-two-product {
	flex: 1 1 0;
	min-width: 120px;
	text-align: center;
}
.section-two-product-image img {
	max-height: 140px;
	width: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
.section-two-card-v4-front .section-two-card-v4-image img {
    max-height: 23.5rem;
    width: auto;
    object-fit: contain;
    margin: 0 auto 0px;
    display: block;
}


/* Responsive */
@media (min-width: 992px){
	.section-two.desktop-header-text-padding p {
		padding-right: 3rem;
		padding-left: 3rem;
	}
	.section-two-cards-v3 .section-two-card-v3 .section-two-card-v3-text {
		max-width: 90%;
	}
	.section-two-cards-v3 .section-two-card-v3:nth-child(2) .section-two-card-v3-text {
		max-width: 60%;		
	}
	
	.section-two-cards-v3 .section-two-card-v3 .section-two-card-v3-text .section-two-card-v3-text-inner {
		transition: max-height 0.75s ease-out;
		height:auto;
		max-height: 0;
		overflow-y: hidden;
	}
	.section-two-cards-v3 .section-two-card-v3:hover .section-two-card-v3-text .section-two-card-v3-text-inner {
		max-height: 8rem;
	}


	.section-two-card-v3:nth-child(1) {
		border-top-right-radius: var(--border-radius);
		border-bottom-right-radius: var(--border-radius);
	}
	.section-two-card-v3:nth-child(2) {
		border-top-left-radius: var(--border-radius);
		border-bottom-left-radius: var(--border-radius);
	}
	
	.section-two-card-v2 .section-two-card-v2-text {
		margin-bottom: 3rem;
		margin-left: auto;
	}	
	.section-two-card-v2 .section-two-card-v2-content {
		margin-top: 3rem;
		margin-left: auto;
	}
	.section-two-card-v2.box-1 .section-two-card-v2-text {
		width: 36rem;
	}
	.section-two-card-v2.box-2 .section-two-card-v2-text {
		width: 88%;
	}
	
	.section-two-card-v2.box-1 .section-two-card-v2-content {
		width: 36rem;
	}
	.section-two-card-v2.box-2 .section-two-card-v2-content {
		width: 88%;
		padding-right: 6rem;
	}
	.section-two-card-v2.box-2 .section-two-card-v2-image {
		border-radius: 2rem 0 0 2rem;
	}
	.section-two-card-v2.box-1 .section-two-card-v2-image {
		border-radius: 0 2rem 2rem 0 ;
	}
	
}
@media (max-width: 1500px) {
	.section-two-card-v4-front .section-two-card-v4-image img {
		max-height: 15rem;
	}
	.section-two-card-v4-overlay {
		padding: 0 1rem;
	}
}
@media (max-width: 991px) {
	/***.section-two****/
	
	.section-two .text h2 {
        padding-right: 0;
        margin: 0 0 2rem;
    }
	
	.section-two-cards {
		gap: 12px;
	}
	.section-two-card {
		flex: 1 1 calc(33.333% - 12px);
		min-width: 140px;
	}
	.section-two-card-v4-front .section-two-card-v4-title h3, .section-two-card-v4-front .section-two-card-v4-title h4, .section-two-card-v4-hover-text h3, .section-two-card-v4-hover-text h4 {
		font-size: 1.15rem;
	}
	.section-two-card-v4:hover .section-two-card-v4-hover {
		overflow: auto;
		height: 100%;
	}
	.section-two-card-v2-text {
		padding: 2rem 3rem;
	}
	.section-two-card-v2-content {
		padding: 1rem 0rem 3rem 3rem;
		padding: 1rem 0rem 0 0rem;
	}
	.section-two.v5 .section-two-icons.slick-slider {
		display: block;
		width: calc(100% + 3rem);
		margin-top: 2rem;
        margin-left: -1.5rem;
		overflow: hidden;
	}
	.section-two.v5 .section-two-icons .slick-list {
		overflow: visible;
	}
	.section-two.v5 .section-two-icons .slick-slide {
		text-align: center;
		padding: 0 4px;
	}
	.section-two.v5 .section-two-icons .section-two-icon img {
		width: 80px;
		height: 80px;
		object-fit: contain;
		margin: 0 auto;
		display: block;
	}

}
@media (max-width: 767px) {
	.head, .content {
		width: 100% !important;
	}

	/**section-two **/
	.section-two .text h2 {
		padding-right: 0;
		text-align: center;
		margin: 0 0 2rem;
	}
	.section-two.v6 .content {
		border-radius: 1.5rem;
		padding: 1.5rem;
	}
	.section-two.v6 .content .box {
		padding: 0 0rem 1rem;
	}
	.section-two.v1.about-us-inner-section .section-two-cards {
		gap: 1rem;
	}
	.section-two.v1.about-us-inner-section .section-two-card {
		flex: 0 1 calc((100% - (var(--columns, 1) - 1) * 20px) / var(--columns, 1));
		box-shadow: 0px 0px 20px rgb(0 4 69 / 25%);
		padding: 1rem;
		min-width: 100%;
	}
	.section-two.v6 .content h3 {
		font-size: 1.5rem;
	}
	
	.section-two-cards-v2 p {
		font-size: 0.92rem;
	}
	.section-two-card-v2 .section-two-card-v2-image {
		position: relative;
		overflow: hidden;
		width: calc(100% + 3rem);
		margin-left: -1.5rem;
		margin-bottom: 1rem;
	}
	
	/* V3 — always show description + button on tablet/mobile */
	.section-two-card-v3-text p {
		display: block;
	}
	.section-two-card-v3 .button-wrap {
		display: flex;
	}
	.section-two-card-v3-overlay {
		background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
		padding: 1rem;
	}
	.section-two-card-v3 .background-image::before {
		padding-top: 93%;
	}
	
	.section-two-card-v4-btn {
		margin-bottom: 0.5rem;
	}
	.section-two-card-v4-front {
		display: none;
	}
	.section-two-card-v4-hover {
		position: unset;
		opacity: 1;
	}
	.section-two-icons {
		gap: 32px;
	}
	.section-two-card-v4 {
		min-height: auto;
	}
	.section-two-card-v4 {
		box-shadow: unset;
		background: transparent;
	}
}
@media (max-width: 575px) {
	.section-two-card {
		flex: 1 1 calc(50% - 12px);
	}
	.section-two.v1 .section-two-card {
        flex: initial;
        width: 48%;
    }
	.section-two-card-v3 {
		flex: 1 1 100%;
		border-radius: 1rem;
	}
	.section-two-card-v4 {
		flex: 1 1 calc(50% - 24px);
		min-width: 100%;
	}
	.section-two-icon img {
		height: 80px;
		width: 80px;
	}
	.section-two-card-v2 {
		flex: 1 1 100%;
	}
}

@media (max-width: 480px) {
	.section-two-cards.no-box-style .section-two-card {
        min-width: 100%;
		/*box-shadow: 0px 0px 20px rgb(0 4 69 / 25%);
		overflow: hidden; */
		/* border-radius: 1.5rem;? */
    }
	.section-two-card-v3 > img {
		height: 20rem;
	}
}


