html {
  scroll-behavior: smooth;
}

.whatsappbutton{
  width: 4rem;
  height: 4rem;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.whatsappbutton img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: white;
}

.whatsappbutton2{
  width: 4rem;
  height: 4rem;
  padding: 10px;
  position: fixed;
  bottom: 50px;
  left: 0;
  z-index: 99;
}

.whatsappbutton2 img{
  width: 100%;
  height: 100%;
  border-color: white;
  border-radius: 50%;
  background: #000080;
}


.calendlybutton{
  width: 3rem;
  height: 3rem;
  margin: 1rem;
  margin-right: 6rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.calendlybutton img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: white;
  object-fit: cover;
}

.book-now-button {
  display: inline-block;
  padding: 10px 0px;
  background-color: #000080; /* Bright blue color */
  color: white;
  width: 8rem;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adds depth to the button */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.book-now-button:hover {
  background-color: #000080; /* Darker blue on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Slightly more shadow on hover */
}

.book-now-button:active {
  background-color: #000080; /* Even darker blue on click */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Less shadow when clicked */
  transform: translateY(2px); /* Button moves down slightly on click */
}

/* body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  scroll-behavior: smooth;
}

header {
  background-color: #333;
  color: white;
  padding: 10px 0;
  text-align: center;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin: 0 10px;
}

nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

main {
  padding: 20px;
}

section {
  margin: 20px 0;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  color: #333;
}

.content {
  display: flex;
  align-items: center;
}

.content img {
  width: 40%;
  margin-right: 20px;
  border-radius: 8px;
}

.content div {
  flex: 1;
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px 0;
}

form label {
  display: block;
  margin: 10px 0 5px;
}

form input,
form textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form button {
  background-color: #333;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

form button:hover {
  background-color: #555;
} */
