body {
	font-family: 'Lato', sans-serif;
	color: #333;
	background-color: #fdfbf7;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	color: #0a192f;
}

.bg-dark-blue {
	background-color: #0a192f;
}

.bg-cream {
	background-color: #fdfbf7;
}

.text-gold {
	color: #d4af37;
}

.btn-gold {
	background-color: #d4af37;
	color: #fff;
	border: none;
	border-radius: 0;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.btn-gold:hover {
	background-color: #b8962d;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.navbar {
	background-color: rgba(10, 25, 47, 0.95);
	padding: 1rem 0;
	transition: all 0.3s ease;
}

.navbar-brand {
	color: #d4af37 !important;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 1.5rem;
}

.nav-link {
	color: #fff !important;
	margin: 0 10px;
	font-weight: 300;
	transition: color 0.3s;
}

.nav-link:hover {
	color: #d4af37 !important;
}

.nav-cart {
	position: relative;
	color: #fff;
	font-size: 1.2rem;
	cursor: pointer;
	margin-left: 20px;
}

.cart-badge {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #d4af37;
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-title {
	font-size: 2.2rem;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.section-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background-color: #d4af37;
}

#about .section-title::after {
	left: 0;
	transform: none;
}

.product-card {
	background: #fff;
	border: 1px solid #eee;
	transition: all 0.4s ease;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.product-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.product-img-container {
	height: 350px;
	overflow: hidden;
}

.product-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.product-card:hover .product-img {
	transform: scale(1.05);
}

.product-title {
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.product-author {
	font-style: italic;
	color: #777;
	margin-bottom: 15px;
}

.product-price {
	font-size: 1.5rem;
	font-weight: bold;
	color: #0a192f;
}

.feature-card {
	padding: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #f1f1f1;
	height: 100%;
	transition: all 0.3s;
}

.feature-card:hover {
	background-color: #0a192f;
	color: #fff;
}

.feature-card:hover h4 {
	color: #d4af37;
}

.feature-icon {
	font-size: 2.5rem;
	color: #d4af37;
	margin-bottom: 20px;
}

.info-card {
	text-align: center;
	padding: 20px;
}

.info-card i {
	font-size: 2rem;
	color: #d4af37;
	margin-bottom: 15px;
}

.review-card {
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	height: 100%;
	border-left: 4px solid #d4af37;
}

.reviewer {
	margin-top: 15px;
	font-weight: bold;
	color: #0a192f;
}

.cart-item {
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.cart-item-img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin-right: 20px;
}

.cart-item-info {
	flex-grow: 1;
}

.cart-item-qty {
	width: 60px;
	margin: 0 15px;
}

.animate-up {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.8s forwards;
}

.animate-up-delay {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.8s 0.3s forwards;
}

.animate-up-delay-2 {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.8s 0.6s forwards;
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1200px) {
	h1 { font-size: 2rem; }
	.section-title { font-size: 1.8rem; }
}

@media (max-width: 768px) {
	h1 { font-size: 1.6rem; }
	.product-img-container { height: 250px; }
	.nav-cart { margin-left: 0; margin-top: 15px; }
}/* Main container spacing */
.trustPillarUnit {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
}

/* Typography styles for Dark Theme */
.trustPillarUnit h1, 
.trustPillarUnit h2, 
.trustPillarUnit h3, 
.trustPillarUnit h4, 
.trustPillarUnit h5 {
    color: #000; /* Light color for dark theme */
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.3;
}

/* Moderate heading sizes */
.trustPillarUnit h1 { font-size: 28px; }
.trustPillarUnit h2 { font-size: 24px; }
.trustPillarUnit h3 { font-size: 20px; }
.trustPillarUnit h4 { font-size: 18px; }
.trustPillarUnit h5 { font-size: 16px; }

/* Paragraph styles */
.trustPillarUnit p {
    color: #000; /* Slightly muted light color for readability */
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* List styles */
.trustPillarUnit ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: disc;
}

.trustPillarUnit li {
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
}

/* Remove margin from the last element in the container */
.trustPillarUnit > *:last-child {
    margin-bottom: 0;
}


footer h5{
	color: #fff !important;
}

.navbar-toggler{
	filter: invert(1);
	--webkit-filter: invert(1);
}