.location_card_box {
    background-color: #f2f2f2 !important;
}
.logo-wrapper img {
    width: 170px;
}
.breadcrumb-section {
    padding: 90px 0 90px 0 !important;
}
.text-md-primary {
    color: #df1f26 !important;
}
.error {
    color: #ff0000;
}
/* whatsapp button code starts */
.whatsapp-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

.whatsapp-button i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* whatsapp button code ends */

/*.bg-texture-gradient::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcccca), to(rgb(220 248 255 / 81%)));
    z-index: -1;
}*/

/* call button code starts */
.call-button {
  position: fixed;
  bottom: 85px;
  right: 15px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.call-button i {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* call button code ends */


/* landing page starts */

/*.hero-1__body {
    padding-block: clamp(2.75rem, 5.5vw + 1rem, 6.5rem);
}*/

/* landing page ends */

