.enquiry-notify-btn {
  background-color: #237ca4;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 20px;
}

header.is-fixed .logo-header img {
  background: #ffffff !important;
  padding: 5px; /* optional for spacing */
  /* border-radius: 5px;  */
}

.services-page-cont h2 {
  color: #237ca4 !important;
}

.about-service-card {
  height: 100% !important;
}

.about-page-desc {
  text-align: justify !important;
}

.service-page-card {
  height: 100% !important;
}

@media (max-width: 600px) {
  .map-iframe {
    width: 333px;
  }
}

/* .jan-package-card {
  opacity: 0;
  transform: translateY(150px);
  animation: fadeUp 1.5s ease forwards;
  animation-delay: 0.5s;
} */

/* Animation keyframes */
/* @keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
} */

.footer-logo-image{
    width:100%;
}



