body {
	font-family: 'Open Sans', sans-serif;
	background-color: #3d441e;
	color: #f5f5dc;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.btn-primary {
	background-color: #3e2723;
	color: #f5f5dc;
	border: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	transition: all 0.2s ease;
}

.btn-primary:hover {
	background-color: #5d3a35;
	transform: translateY(-2px);
}

.bg-beige {
	background-color: #c9bda9;
	color: #3e2723;
}

.product-img {
	width: 100%;
	height: 450px;
	object-fit: fill;
}

.faq-item.active .ri-add-line {
	transform: rotate(45deg);
}

.mobile-menu {
	transition: transform 0.3s ease-in-out;
}

.mobile-menu.closed {
	transform: translateX(100%);
}

.cart-modal {
	z-index: 9999;
}

input, select, textarea {
	outline: none;
}

input:focus, select:focus, textarea:focus {
	border-color: #3e2723;
	ring: 2px #3e2723;
}

@media (max-width: 1024px) {
	.product-img {
		height: 350px;
	}
}

@media (max-width: 768px) {
	.product-img {
		height: 300px;
	}
}/* Main container spacing */
.complianceCoreSlot {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* Paragraph styles */
.complianceCoreSlot p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 16px;
    color: #fff;
}

/* Heading styles with moderate sizes */
.complianceCoreSlot h1 {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.complianceCoreSlot h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.complianceCoreSlot h3 {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.complianceCoreSlot h4 {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.4;
}

.complianceCoreSlot h5 {
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* List styles */
.complianceCoreSlot ul {
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 25px;
    list-style-type: disc;
}

.complianceCoreSlot li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
}

/* Remove margin from the last element to maintain container padding integrity */
.complianceCoreSlot > *:last-child {
    margin-bottom: 0;
}


.bg-accent-brown {
    background: #3e2723;
}

#faq {
    .ri-add-line {
        margin-left: 20px;
    }

    span {
        font-size: 14px;
        padding-right: 10px;
    }
}

.costTableContainer {
    overflow: auto;
}