.navbar {
  transition: all 0.5s ease-in-out;
}

.navbar-sticky {
  opacity: 0.9;
  box-shadow: 0 0 10x rgba(0, 0, 0, 0.5);
}

.nav-item .btn:hover {
  background-color: #E495AC;
  border-color: #ffffff;
}

.header {
  background: url(./images/healing-green-header-background.jpg) center center no-repeat;
  background-size: cover;
}

.header .header-image {
  z-index: 20;
}

@keyframes animateWave {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.header > svg {
  transform-origin: bottom;
  animation: animateWave 2000ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
  z-index: 10;
}

#intro .button-small-screen {
  display: none;
}

.problems .decoration-lotus {
  top: 600px;
  left: -65px;
  width: 450px;
  opacity: 0.3;
}

.problems .decoration-lotus2 {
  top: 600px;
  right: -65px;
  width: 450px;
  opacity: 0.3;
}

.hr-line {
  display: inline-block;
  width: 4.5rem;
  height: 0.125rem;
  margin-top: 0.625rem;
  border: none;
  background-color: var(--bs-secondary);
  opacity: 1;
}

.cta-bg {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../css/images/therapy-growth-garden-path.png") center center no-repeat;
  background-size: cover;
}

.about img {
  border-radius: 0 100px 0 0;
}

.about .decoration-lotus2 {
  top: 0;
  right: -90px;
  width: 485px;
  opacity: 0.2;
}

.portfolio .image-container {
  cursor: pointer;
}

.portfolio .image-container:hover {
  transform: scale(1.05, 1.05);
  transition: all 0.5s ease-in-out;
}

.custom-popover {
  --bs-popover-max-width: 300px;
  --bs-popover-border-color: var(--bs-secondary);
  --bs-popover-header-bg: var(--bs-secondary);
  --bs-popover-header-color: var(--bs-white);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: .5rem;
}

.faq img {
  border-radius: 100px 0 0 0;
}

.faq .decoration-lotus {
  top: 0;
  left: -90px;
  width: 500px;
  opacity: 0.2;
}

.cta-2 {
  background: url(./images/healing-green-header-background.jpg) center center no-repeat;
  background-size: cover;
}

.cta-2 img {
  border-radius: var(--bs-border-radius-xxl) 100px var(--bs-border-radius-xxl) var(--bs-border-radius-xxl);
}

.to-top-btn {
  position: fixed;
  z-index: 30;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: var(--bs-secondary);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.to-top-btn img {
  margin-bottom: 0.25rem;
  width: 18px;
}

.to-top-btn:hover {
  background-color: var(--bs-primary);
}

.show {
  opacity: 1;
}

#cookie-consent-manager-banner .btn:hover {
  color: white;
}

.cookie-modal .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.cookie-modal .btn-primary {
  color: white;
}

.cookie-modal .btn:hover {
  color: white;
}

.toast .btn-close {
  color: white;
}

@media (max-width: 1200px) {
  .header .header-image {
    width: 800px;
    margin-top: -80px !important;
    margin-bottom: 0 !important;
  }
  .problems .decoration-lotus {
    top: 775px;
    left: -40px;
    width: 450px;
  }
  .problems .decoration-lotus2 {
    top: 775px;
    right: -40px;
    width: 450px;
  }
}
@media (max-width: 1000px) {
  .navbar {
    background: var(--bs-white);
  }
  .header p {
    text-align: center;
  }
  .header .text-container {
    text-align: center;
  }
  .header .header-image {
    width: 800px;
    margin-top: -80px !important;
    margin-bottom: 0 !important;
  }
  .problems .decoration-lotus {
    top: 10px;
    left: -40px;
    width: 200px;
  }
  .problems .decoration-lotus2 {
    top: 10px;
    right: -40px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .about .decoration-lotus2 {
    top: 0;
    right: -60px;
    width: 250px;
  }
  .about .image-container, .faq .image-container {
    width: 50%;
  }
  .about .col-lg-3, .faq .col-lg-4 {
    display: flex;
    justify-content: center;
  }
  .faq .image-container {
    width: 50%;
    padding-left: 0 !important;
  }
  .faq .decoration-lotus {
    top: 0;
    left: -60px;
    width: 230px;
  }
  .cta-2 .image-container {
    margin-bottom: 0 !important;
    margin-top: -90px !important;
  }
}
@media (max-width: 766px) {
  .header .header-image {
    width: 375px;
    margin-bottom: 10px !important;
  }
  .header p {
    font-size: 16px;
  }
  #intro .button-wide-screen {
    display: none;
  }
  #intro .button-small-screen {
    display: block;
  }
}
