/* whatsapp-btn-mgs */
#whatsapp-btn {
  /* margin: 50px; */
  display: inline-block;
}

/* title-tip-up */
#whatsapp-btn[title]:hover:before {
  background-color: var(--bs-primary);
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
}

#whatsapp-btn[title]:hover:after {
  background-color: var(--bs-primary);
  top: auto;
  bottom: 100%;
  border: 0.25em dashed transparent;
  border-top: 0.25em solid #222;
}

.slider-title {
  color: #fff;
}

.slider-subtitle {
  color: white;
  opacity: 0.9;
}

.map-area {
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
}

.padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cardHoverEffect {
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  will-change: transform, box-shadow;
  box-shadow: 13px 11px 23px -7px rgba(0, 0, 0, 0.6);
}
.cardHoverEffect:hover {
  transform: translateY(-5px);
  box-shadow: 13px 11px 23px -7px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.cardHoverEffect:hover .card-title {
  color: var(--bs-primary);
}
.cardHoverEffect:hover svg {
  fill: var(--bs-secondary) !important;
}

.nav-item:not(.theme-switcher) a.nav-link:hover {
  color: var(--bs-primary) !important;
}

.text-justify {
  text-align: justify !important;
}

.fit-cover {
  object-fit: cover;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, 0.5);
}

.bs-icon.bs-icon-rounded {
  border-radius: 0.5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}