body {
	background-color: #1c1f26;
	color: #fff;
}

.navbar-brand {
	font-size: 1.5rem;
	font-weight: bold;
}

.hero-section {
	background: url('../img/1.jpg') no-repeat center center/cover;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	position: relative;
}

.hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.hero-content {
	position: relative;
	z-index: 1;
}

.service-card {
	background: #000;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

.service-card img {
	width: 100%;
	height: auto;
}


.services {
	background-color: #1e1e1e;
	color: white;
	padding: 60px 20px;
	text-align: center;
}

.btn-primary {
	background-color: #3f48f2;
	border: none;
	padding: 12px 30px;
	border-radius: 30px;
}

.footer {
	background: #000;
	color: #fff;
	padding: 40px 0;
}

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

.services {
	background-color: #1e1e1e;
	color: white;
	padding: 60px 20px;
	text-align: center;
}

.card {
	border: none;
	border-radius: 15px;
	background-color: #2c2c2c;
	color: white;
}

.btn-book {
	background-color: #3f50f6;
	color: white;
	border-radius: 30px;
	padding: 10px 30px;
}

.btn-callnow {
	background: none;
	border: 2px solid white;
	color: white;
	font-weight: bold;
}

.contact-buttons {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 999;
}

.contact-buttons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	color: white;
	border-radius: 50%;
	text-decoration: none;
	font-size: 22px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.call-btn {
	background-color: #3f50f6;
}

.whatsapp-btn {
	background-color: #25D366;
}


@media only screen and (max-width: 768px) {
  /* Styles for devices with width 768px or smaller */
 .hero-section {
	background: url('../img/1.jpg') no-repeat center center/cover;
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	position: relative;
}

}
