/*
Theme Name: Expressions
Theme Uri : https://sentientgeeks.com/
Author: SENTIENTGEEKS SOFTWARE & CONSULTANCY PVT. LTD.
Version: 1.0
*/
.wpcf7-response-output {
  display: none;
}
.page-template-thank-you .site_header {
  background: var(--bg_secondary_01);
  padding: 10px;
}
a.expression_footer:hover {
  color: #894bd5;
}
.swiper-wrapper {
  height: auto !important;
}
.text-white {
  color: var(--clr_white);
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  animation: bounce 2s infinite;
  cursor: pointer;
  transition: transform 0.3s;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
}

/* Jumping Animation */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-5px);
  }
}

/* #loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */
