body {
	font-family: 'Signika', sans-serif;
}

.navbar {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	padding: 0.5rem 1rem;
}

.navbar-brand {
	padding: 0;
	margin-right: 0;
}

.navbar-brand img {
	height: 34px;
	width: auto;
}

.navbar-toggler {
	padding: 0.25rem 0.5rem;
	font-size: 1rem;
	line-height: 1;
	border: 1px solid rgba(0, 0, 0, .1);
}

.hero-section {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lounge/webp/tent_furniture_5.webp');
	background-size: cover;
	background-position: center;
	color: white;
	padding: 100px 0;
	margin-bottom: 50px;
}

.feature-card {
	border: none;
	transition: transform 0.3s ease;
	margin-bottom: 30px;
}

.feature-card:hover {
	transform: translateY(-5px);
}

.feature-card img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 8px;
}

.feature-card .card-body {
	padding: 1.5rem 0;
}

.feature-card .card-title {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.feature-card .card-title a {
	color: #333;
	text-decoration: none;
}

.feature-card .card-title a:hover {
	color: #007bff;
}

.contact-info {
	background: #f8f9fa;
	padding: 2rem;
	border-radius: 8px;
}

.pricing-table,
.request-quote-table {
	background: white;
	padding: 0;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.pricing-table h4,
.request-quote-table h4 {
	padding: 1.5rem 1.5rem 1rem;
	margin: 0;
	border-bottom: 1px solid #eee;
}

.table {
	margin-bottom: 0;
}

.table td {
	padding: 1rem 1.5rem;
	border-top: 1px solid #eee;
}

.table td:last-child {
	text-align: right;
	font-weight: bold;
	color: #28a745;
}

.request-quote-table .hbspt-form {
	padding: 0 2rem;
	margin-top: 20px;
}


.pricing-table .small,
.request-quote-table .small {
	padding: 1rem 1.5rem;
	margin: 0;
	border-top: 1px solid #eee;
}

.package-list {
	list-style: none;
	padding-left: 0;
}

.package-list li {
	padding: 1rem;
	margin-bottom: 0.5rem;
	background: #f8f9fa;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.package-list li:hover {
	background: #e9ecef;
	transform: translateX(5px);
}

.package-list li i {
	color: #28a745;
	margin-right: 10px;
}

.footer {
	background: #3a3a3a;
	color: #fff;
	padding: 4rem 0 1rem;
	margin-top: 4rem;
}

.footer h3 {
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
	color: #fff;
}

.footer ul li {
	margin-bottom: 0.5rem;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #007bff;
}

.footer-divider {
	width: 90%;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
	margin: 2rem auto;
}

.whatsapp-btn {
	background: #25D366;
	color: white;
	padding: 10px 20px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 1rem;
}

.whatsapp-btn:hover {
	background: #128C7E;
	color: white;
	text-decoration: none;
}

.top-bar {
	background: #3a3a3a;
	color: #fff;
	padding: 0.5rem 0;
	font-size: 0.9rem;
}

.testimonial-section {
	background: #f8f9fa;
	padding: 2rem 0;
}

.testimonial-card {
	background: white;
	padding: 2rem;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	margin-bottom: 2rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.testimonial-card .quote {
	font-size: 1.1rem;
	font-style: italic;
	color: #666;
	margin-bottom: 1rem;
}

.testimonial-card .author {
	font-weight: bold;
	color: #333;
}

.service-title {
	border-bottom: 2px solid #007bff;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
	display: inline-block;
}

.service-item {
	margin-bottom: 2rem;
}

.service-item:last-child {
	margin-bottom: 0;
}

@media (max-width: 420px) {
	.navbar-brand img {
		height: 28px;
	}
}


/* Form css */
.form-header {
	text-align: center;
	margin-bottom: 30px;
	color: #343a40;
}

.form-header h2 {
	font-weight: 600;
}

.form-header p {
	color: #6c757d;
}

.required-field::after {
	content: "*";
	color: #dc3545;
	margin-left: 4px;
}

.checkbox-columns {
	column-count: 2;
	column-gap: 20px;
}

@media (max-width: 768px) {
	.checkbox-columns {
		column-count: 1;
	}
}

.btn-submit {
	background-color: #28a745;
	border: none;
	padding: 10px 30px;
	font-weight: 500;
	transition: all 0.3s;
}

.btn-submit:hover {
	background-color: #218838;
	transform: translateY(-2px);
}

.other-input {
	margin-left: 10px;
	width: calc(100% - 59px);
	display: inline-block;
}

.section-title {
	color: #495057;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 500;
}

.form-check-label {
	width: 100%;
}

.iti {
	width: 100%;
}