/*
Theme Name: NextGen Modern Living Theme
Author: BeLouder
Version: 1.0
*/

body {
    margin: 0;
}

p {
    margin-top: 0;
}
h3.elementor-icon-box-title,
.elementor-image-box-title,
.elementor-icon-box-title {
    margin: 0;
}

.elementor-widget-icon {
    line-height: 0 !important;
}

/* Model Features Section */
.model-features {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--gutter-medium);
}

.model-feature {
	display: flex;
	flex-direction: column;
	gap: var(--gutter-small);
	padding: 0;
}

.model-feature h3,
.model-feature p {
	margin: 0;
}

.model-feature > span {
	width: 100%;
	border-top: 1px solid currentColor;
	opacity: .25;
}

.model-feature h3 {
    font-size: var(--medium-text) !important;
    font-weight: 600 !important;
}

@media (min-width: 768px) {
	.model-features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Footer style */
footer a:hover {
	color: var(--accent) !important;
}