html,
body {
	width: 100%;
	height: 100%;
	display: block;
}

/* Match the "Get In Touch" hover treatment to the "Book Now" CTA hover across the site. */
.contact-submit-btn:hover {
	background-color: #b68c26 !important;
	border-color: #b68c26 !important;
	color: #fff !important;
}

.cardFleet {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	overflow: hidden;
}

.main {
	overflow-x: hidden;
}

.whatsapp-fab {
	position: fixed;
	bottom: 32px;
	right: 32px;
	width: 56px;
	height: 56px;
	border-radius: 9999px;
	background-color: #25d366;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	z-index: 1000;
	transition:
		transform 0.2s ease,
		background-color 0.2s ease;
}

.whatsapp-fab:hover,
.whatsapp-fab:focus {
	background-color: #1ebe5d;
	transform: translateY(-2px);
}

.whatsapp-fab svg {
	width: 28px;
	height: 28px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media (max-width: 767px) {
	.whatsapp-fab {
		bottom: 16px;
		right: 16px;
		width: 48px;
		height: 48px;
	}

	.whatsapp-fab svg {
		width: 24px;
		height: 24px;
	}

	/* Responsive Logo */
	.header-logo img {
		width: 120px !important;
		max-width: 90%;
		height: auto;
		object-fit: contain;
	}
}

@media (max-width: 480px) {
	/* Extra small devices */
	.header-logo img {
		width: 100px !important;
		max-width: 85%;
	}
}

/* Desktop logo styling */
.header-logo img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.header-logo img:hover {
	transform: scale(1.05);
}

/* Footer Visibility */
footer {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative;
	z-index: 1;
	width: 100%;
	clear: both;
}

.footer {
	background-color: #1a1a1a;
	padding: 40px 0 !important;
	width: 100%;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 1;
	min-height: 300px;
	clear: both;
}

.footer-1,
.footer-2 {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 100%;
}

.footer-bottom {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 100%;
}

.footer .container-sub {
	width: 100% !important;
	display: block !important;
}

.box-footer-top {
	display: block !important;
	width: 100%;
}

.footer .row {
	display: flex !important;
	width: 100%;
}

.footer .col-lg-4,
.footer .col-lg-6,
.footer .col-lg-8,
.footer .col-md-6,
.footer .col-md-12 {
	display: block !important;
	width: auto;
	flex: 1;
}
