
/*
Theme Name:         Lifted Logic
Theme URI:          https://liftedlogic.com/
Description:
Version:            3.0.0
Author:             Lifted Logic
Author URI:         https://liftedlogic.com/

License:
License URI:
*/

/* TEMPLATE SERVICES 2026 */
.ll_service-template-single-ll_service_2026 {}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.text-large {
	font-size: 1.125rem;
}

.gap-48 {
	gap: 24px;
}

.paragraph-xlarge {
	font-size: clamp(1.125rem, 1.0509rem + .3704vw, 1.375rem);
}

.self-center {
	align-self: center;
}

.bg-brand-tan {}

.grid-numbers {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr);
	counter-reset: count;
}

@media (min-width: 768px) {
	@media (min-width: 992px) {
		@media (min-width: 1200px) {}
		
		.section-header {}
	}
	
	.col-span-2 {
		grid-column: span 2;
	}
	
	@media (min-width: 1024px) {
		.item-healing {
			display: grid;
			gap: 24px;
			grid-template-columns: repeat(3, minmax(0, 1fr));
			align-items: center;
		}
		
		.section-cards {}
	}
}

@media (min-width: 768px) {
	.banner-text-btn {
		padding: 48px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 48px;
	}
}
