/* ============================================================
   KODIF — FULL PAGE (NVH Full Page template)
   Match Elementor's inner container (.e-con-inner) to the theme
   .container from components.css. !important overrides Elementor.
   ============================================================ */

.e-con-inner {
	width: 100% !important;
	max-width: 1500px !important;
	margin: 0 auto !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1680px) {
	.e-con-inner {
		max-width: 1392px !important;
	}
}

@media (max-width: 1199px) {
	.e-con-inner {
		max-width: 960px !important;
	}
}

@media (max-width: 991px) {
	.e-con-inner {
		max-width: 760px !important;
	}
}

@media (max-width: 767px) {
	.e-con-inner {
		max-width: 690px !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

@media (max-width: 539px) {
	.e-con-inner {
		max-width: 100% !important;
	}
}
