/* Colorful form fields for Contact Us */
.form-field-pink { background: #ffe0f0 !important; border: 1.5px solid #fcb6d0 !important; }
.form-field-blue { background: #e0f0ff !important; border: 1.5px solid #a1c4fd !important; }
.form-field-green { background: #e0ffe8 !important; border: 1.5px solid #96e6a1 !important; }
.form-field-yellow { background: #fffbe0 !important; border: 1.5px solid #f6d365 !important; }
.form-field-purple { background: #f3e0ff !important; border: 1.5px solid #e0c3fc !important; }
.form-field-orange { background: #fff3e0 !important; border: 1.5px solid #f9d29d !important; }
.colorful-form label { font-weight: 600; color: #6C3483; }
.colorful-form .form-control:focus { box-shadow: 0 0 0 2px #43e97b33; border-color: #43e97b; }
/* Light grey background utility */
.bg-light-grey {
	background: #f5f6fa !important;
}
/* Colorful card backgrounds */
.card-bg-orange {
	background: linear-gradient(135deg, #f9d29d 0%, #ffd6e0 100%) !important;
}
.card-bg-blue {
	background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%) !important;
}
.card-bg-green {
	background: linear-gradient(135deg, #d4fc79 0%, #96e6a1 100%) !important;
}
.card-bg-purple {
	background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%) !important;
}
.card-bg-pink {
	background: linear-gradient(135deg, #fcb69f 0%, #ffecd2 100%) !important;
}
.card-bg-yellow {
	background: linear-gradient(135deg, #f6d365 0%, #fda085 100%) !important;
}

/* Colorful section backgrounds */
.section-bg-blue {
	background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%) !important;
}
.section-bg-green {
	background: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%) !important;
}
.section-bg-purple {
	background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%) !important;
}
.section-bg-pink {
	background: linear-gradient(120deg, #fcb69f 0%, #ffecd2 100%) !important;
}
.section-bg-yellow {
	background: linear-gradient(120deg, #f6d365 0%, #fda085 100%) !important;
}
.btn,
.btn-lg,
.btn-outline-brown {
	font-family: 'Inter', 'Segoe UI', 'Roboto', Arial, sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: 0.01em;
	text-shadow: none !important;
}
/* Brown outline button for Contact Us (homepage) */
.btn-outline-brown {
	background: #fff !important;
	color: #5C2E0B !important;
	border: 2.5px solid #5C2E0B !important;
	font-weight: 700 !important;
	font-size: 1.1rem;
	box-shadow: 0 2px 8px rgba(139, 69, 19, 0.08);
	transition: background 0.2s, color 0.2s, border 0.2s;
}
.btn-outline-brown:hover, .btn-outline-brown:focus {
	background: #5C2E0B !important;
	color: #fff !important;
	border-color: #5C2E0B !important;
}
/* Bootstrap button color overrides for brown/white theme */
.btn,
.btn-primary,
.btn-primary:visited {
	background-color: #8B4513 !important;
	color: #fff !important;
	border: none !important;
}
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
	background-color: #5C2E0B !important;
	color: #fff !important;
	border: none !important;
}
/* Brown utility classes for icons and badges */
.text-brown {
	color: #8B4513 !important;
}
.bg-brown {
	background-color: #8B4513 !important;
}
/* Brown outline button for Contact Us */
.btn-brown-outline {
	color: #8B4513 !important;
	background: #fff;
	border: 2px solid #8B4513;
	font-weight: 600;
	transition: background 0.2s, color 0.2s, border 0.2s;
}
.btn-brown-outline:hover, .btn-brown-outline:focus {
	background: #8B4513;
	color: #fff !important;
	border-color: #8B4513;
}
h1, h2 { color: #0a2540; }

body {
h1, h2 {
h1 {
h2 {
ul {
ul li {


	@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;800&family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;600&display=swap');

	:root {
		--primary-color: #8B4513;
		--primary-dark: #0a2540;
		--primary-accent: #43e97b;
		--shadow-lg: 0 8px 32px rgba(30, 144, 255, 0.16);
		--shadow-md: 0 4px 16px rgba(30, 144, 255, 0.12);
		--shadow-sm: 0 2px 8px rgba(30, 144, 255, 0.08);
		--text-medium: #222831;
	}

	body {
		font-family: 'Inter', Arial, sans-serif;
		background: var(--off-white);
		color: var(--text-dark);
		min-height: 100vh;
		font-size: 16px;
		line-height: 1.7;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: 'Playfair Display', serif;
		font-weight: 700;
		color: var(--primary-dark);
	}

	.navbar {
		box-shadow: var(--shadow-sm);
	}

	.navbar-brand {
		font-family: 'Playfair Display', serif;
		font-size: 1.5rem;
		font-weight: 800;
		color: var(--primary-color) !important;
	}

	.nav-link {
		font-family: 'Space Grotesk', sans-serif;
		font-weight: 500;
		color: var(--text-dark) !important;
		transition: color 0.2s;
	}

	.nav-link:hover, .nav-link.active {
		color: var(--primary-color) !important;
	}

	section, .container-section {
		padding: 4rem 0;
	}

	.hero, .hero-section {
		background: linear-gradient(120deg, var(--primary-color) 60%, var(--primary-dark) 100%);
		color: #fff;
		padding: 4rem 0 3rem 0;
		text-align: center;
		border-radius: 0 0 32px 32px;
		box-shadow: var(--shadow-lg);
	}

	.hero h1, .hero-section h1 {
		font-size: 2.8rem;
		margin-bottom: 1rem;
		font-weight: 800;
		letter-spacing: 1px;
	}

	.hero p, .hero-section p {
		font-size: 1.3rem;
		margin-bottom: 2rem;
	}

	.cta-buttons {
		margin-top: 1.5rem;
	}


	.btn {
		background: #8B4513;
		color: #fff;
		padding: 0.85rem 2rem;
		border: none;
		border-radius: 6px;
		text-decoration: none;
		margin-right: 1rem;
		font-weight: 600;
		font-size: 1.1rem;
		box-shadow: var(--shadow-sm);
		transition: background 0.2s, color 0.2s, box-shadow 0.2s;
		display: inline-block;
	}

	.btn-primary, .btn-primary:visited {
		background: #8B4513 !important;
		color: #fff !important;
		border: none;
	}
	.btn-primary:hover, .btn-primary:focus {
		background: #5C2E0B !important;
		color: #fff !important;
	}

	.text-primary {
		color: var(--primary-color) !important;
	}

	.btn-secondary {
		background: #fff;
		color: var(--primary-dark);
		border: 2px solid var(--primary-dark);
	}

	.btn-secondary:hover {
		background: var(--off-white);
		color: var(--primary-color);
		border-color: var(--primary-color);
	}

	.card {
		border-radius: 16px;
		box-shadow: var(--shadow-sm);
		border: none;
		margin-bottom: 2rem;
		background: #f5f6fa !important;
		border-top: 4px solid #8B4513;
		border-right: 4px solid #43e97b;
		border-bottom: 4px solid #6C3483;
		border-left: 4px solid #2E4053;
		transition: box-shadow 0.3s, transform 0.3s, background 0.3s;
		opacity: 0;
		transform: translateY(40px) scale(0.98);
		animation: cardFadeIn 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
	}

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

	.card:hover {
		box-shadow: 0 12px 36px rgba(30, 144, 255, 0.20);
		transform: translateY(-8px) scale(1.04) rotate(-1deg);
		background: #f0f1f6 !important;
	}

	footer {
		background: var(--primary-dark);
		color: #fff;
		border-radius: 16px 16px 0 0;
		box-shadow: 0 -2px 8px rgba(139,69,19,0.08);
	}

	footer a {
		color: #b3c0d1;
		text-decoration: none;
		transition: color 0.3s;
	}

	footer a:hover {
		color: var(--primary-accent);
	}


	body {
		font-family: 'Inter', 'Segoe UI', 'Roboto', Arial, sans-serif;
		background: var(--off-white);
		color: var(--text-dark);
		min-height: 100vh;
		font-size: 1.08rem;
		line-height: 1.8;
		letter-spacing: 0.01em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	p, li, ul, ol, label, input, select, textarea, .card-text, .lead {
		font-family: 'Inter', 'Segoe UI', 'Roboto', Arial, sans-serif;
		font-size: 1.08rem;
		font-weight: 400;
		line-height: 1.8;
		color: var(--text-dark);
		letter-spacing: 0.01em;
	}

	.lead {
		font-size: 1.18rem;
		font-weight: 400;
		color: var(--text-medium);
	}

	.card-text {
		color: var(--text-medium);
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: 'Playfair Display', 'Georgia', serif;
		font-weight: 700;
		color: var(--primary-dark);
		letter-spacing: -0.01em;
		line-height: 1.2;
	}

		padding: 0.7rem;
		font-size: 2.5rem;
		font-weight: 800;
	}
	h2 {
		font-size: 2rem;
		font-weight: 700;
	}
	h3 {
		font-size: 1.5rem;
		font-weight: 700;
	}
	h4 {
		font-size: 1.2rem;
		font-weight: 700;
	}
	h5 {
		font-size: 1.08rem;
		font-weight: 700;
	}
	h6 {
		font-size: 1rem;
		font-weight: 700;
	}

	label {
		font-weight: 500;
		color: var(--primary-dark);
		margin-bottom: 0.25rem;
	}

	input, select, textarea {
		font-family: 'Inter', 'Segoe UI', 'Roboto', Arial, sans-serif;
		font-size: 1.08rem;
	}
		border: 1.5px solid #b3c0d1;
		border-radius: 6px;
		font-size: 1rem;
		background: #f8f9fa;
		transition: border 0.2s;
	}

	input:focus, select:focus, textarea:focus {
		border-color: var(--primary-color);
		outline: none;
	}

	button[type="submit"] {
		background: var(--primary-color);
		color: #fff;
		border: none;
		padding: 0.85rem;
		border-radius: 6px;
		font-weight: 600;
		font-size: 1.1rem;
		cursor: pointer;
		box-shadow: var(--shadow-sm);
		transition: background 0.2s, box-shadow 0.2s;
	}

	button[type="submit"]:hover {
		background: var(--primary-dark);
		box-shadow: var(--shadow-md);
	}

	@media (max-width: 768px) {
		section, .container-section {
			padding: 2rem 0;
		}
		.hero, .hero-section {
			padding: 2.5rem 0 2rem 0;
		}
		.hero h1, .hero-section h1 {
			font-size: 2rem;
		}
	}