	.enterprise-section {
			padding: 60px 100px;
			font-family: 'Segoe UI', sans-serif;
		}

		.section-title {
			font-size: 45px;
			font-weight: 900;
			line-height: 55px;
			color: #000000;
		}

		.section-subtitles {
			font-size: 15px;
			color: #000;
			margin-top: 10px;
		}

		.service-tabs .tab-item img {
			width: 24px;
			height: 24px;
			margin-top: 5px;
		}

		.service-tabs {
			padding-right: 20px;
		}

		.service-tabs .tab-item p {
			margin-top: 5px;
			font-size: 15px;
			color: #000;
		}

		.service-tabs .tab-item.active {
			border-right: 4px solid #000;
			background-color: #f7faff;
		}

		.service-tabs .tab-item.active h5 {
			color: #007bff;
		}

		.read-more {
			font-size: 15px;
			color: #000;
			font-weight: 600;
			display: inline-block;
			margin-top: 5px;
		}

		.image-panel img {
			border-radius: 25px;
			width: 100%;
			max-height: 400px;
			object-fit: cover;

		}


		.service-tabs .tab-item {
			padding: 15px;
			border-bottom: 1px solid #eee;
			cursor: pointer;
			transition: background-color 0.3s ease;
		}

		.service-tabs .tab-item.active img {
			filter: brightness(0) saturate(100%) invert(31%) sepia(98%) saturate(2597%) hue-rotate(205deg) brightness(101%) contrast(101%);
		}

		.tab-content-wrapper {
			display: flex;
			gap: 15px;
		}

		.service-tabs .tab-item img {
			width: 24px;
			height: 24px;
			margin-top: 5px;
			flex-shrink: 0;
		}

		.tab-text-content {
			flex-grow: 1;
		}

		.service-tabs .tab-item h5 {
			margin: 0;
			font-weight: 600;
			color: #898888;
			font-size: 20px;
		}

		.tab-description {
			margin-top: 8px;
			margin-left: 0;
			padding-left: 0;
		}

		.tab-description p {
			font-size: 15px;
			color: #000;
			margin: 0;
		}

		.tab-description .read-more {
			font-size: 15px;
			color: #000;
			font-weight: 600;
			display: inline-block;
			margin-top: 5px;
		}

		.image-panel .img-fluid.rounded {
			border-radius: 25px !important;
		}
        /* Default (≥1200px) - No changes needed here unless fine-tuning spacing */

@media (max-width: 1199.98px) {
	.enterprise-section {
		padding: 50px 60px;
	}

	.section-title {
		font-size: 40px;
		line-height: 50px;
	}
}

/* For ≤992px */
@media (max-width: 991.98px) {
	.enterprise-section {
		padding: 40px 40px;
	}

	.section-title {
		font-size: 36px;
		line-height: 46px;
	}

	.section-subtitles {
		font-size: 14px;
	}

	.service-tabs .tab-item h5 {
		font-size: 18px;
	}

	.image-panel img {
		max-height: 350px;
	}
}

/* For ≤768px */
@media (max-width: 767.98px) {
	.enterprise-section {
		padding: 30px 20px;
	}

	.section-title {
		font-size: 30px;
		line-height: 40px;
		text-align: center;
	}

	.section-subtitles {
		font-size: 13px;
		text-align: center;
	}

	.row.align-items-start {
		flex-direction: column;
	}

	.col-md-5.service-tabs,
	.col-md-7.image-panel {
		width: 100%;
	}

	.service-tabs {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.image-panel img {
		max-height: 300px;
	}
}

/* For ≤480px */
@media (max-width: 479.98px) {
	.enterprise-section {
		padding: 25px 15px;
	}

	.section-title {
		font-size: 26px;
		line-height: 36px;
	}

	.section-subtitles {
		font-size: 12px;
	}

	.service-tabs .tab-item h5 {
		font-size: 16px;
	}

	.service-tabs .tab-item {
		padding: 12px;
	}

	.tab-content-wrapper {
		gap: 10px;
	}

	.image-panel img {
		max-height: 250px;
		border-radius: 20px !important;
	}
}
