.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.yellowbackground {
  background-image: url(image/yellow_highlight_bold_05.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
}
.bluebaseline {
  background-image: url(image/blue_highlight_01.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
}
.backgroundcolor {
  background-color: #714b67;
  color: #fff;
}
.backgroundcolor:hover {
  background-color: #6c5465;
}
@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0.8;
    transform: translateY(10px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-out {
  animation: fadeInOut 3s ease-in-out infinite;
}
.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  cursor: pointer;
}
.custom-content-over-img {
  height: fit-content;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.custom-industry-grid-main-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.custom-img {
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 20px;
  z-index: -1;
}
.custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.5);
  transition: "background 0.3s ease";
  border-radius: 20px;
  z-index: 5;
}
.custom-industry-grid-main-img:hover .custom-overlay {
  background: #714b67;
  opacity: 0.5;
}
.nav-item {
  transition: transform 0.3s ease, color 0.3s ease;
}
.nav-item:hover {
  transform: scale(1.1);
  color: #714b67;
  font-weight: 700;
}
#menu-list {
  transition: all 0.3s ease-in-out;
}
.footer-item {
  transition: transform 0.3s ease, color 0.3s ease;
}
.footer-item:hover {
  transform: scale(1.05);
  font-weight: 700;
}
.calendar-container {
  max-width: 800px;
  height: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}
#calendly-embed {
  height: 550px;
  margin: 30px;
  width: 100%;
  margin: auto;
  border-radius: 5px;
}
.backgroundcolor {
  background-color: #714b67;
}
.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 24px rgb(0 0 0 / 0.2);
}
.blog-card img {
  border-radius: 0.75rem 0.75rem 0 0;
}
.blog-card-content a {
  color: #714b67;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-card-content a:hover {
  color: #5a3d52;
}


