:root {
  --crsl-bg: transparent;
  --box-bg: #1e272e;
  --box-bg-black: #000000;
  --box-shadow: #0000001c;
  --box-shadow-border: #0000000f;
  --box-border: #fff;
}


.navbar.is-fixed-bottom, .navbar.is-fixed-top {
	position: -webkit-sticky;
	position: sticky;
  padding: 0.25rem;
}

@media (min-width:320px)  {
  /* smartphones, iPhone, portrait 480x320 phones */
  .columns {
    margin-inline: 0.5rem;
  }
}

body {
  scroll-behavior: smooth;
}

.navbar {
  box-shadow:0rem 0.2rem 0.5rem rgb(0 0 0 / 20%);
}

.nav-column {
  width: 100%;
}

ol li {
  list-style-position: inside;
}
.central-logo-reserve {
  justify-items: baseline;
  justify-content: center;
  flex-direction: row;
  column-gap: 2vw;
}
.logo {
  text-align: center;
  padding-block: 0.2rem;
  padding-inline: 1.1rem;
}

.logo.FIP, .logo.Think.Pharmacy {
  transform: scale(1.22);
}

.logo.p-2 {
  margin:0 1.5rem;
}

.logo.enquiry-nav-logo-epheu {
  background: #037fa3;
}

.logo.enquiry-nav-logo-pwb  {
  background: #337b45;
}
.logo.Humanity.RX{
  background-color: #000;
}
.image-figure {
  line-height: 2.7rem;
  max-height: 3rem;
}
figure > img.logo-image {
  max-height: 3rem;
  width: auto;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}

.column > ol {
  margin-left:4rem;
}
.column p {
  margin-block-end: 1rem;
}
.column > .card > .card-image {
  margin-top: 1rem;
}

html .carousel, body .carousel {
  padding-top: 1rem;
}

.carousel {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.carousel__prev, .carousel__next {
  position: absolute;
  bottom: -15%;
  transition: transform 0.25s ease;
}
.carousel__prev span, .carousel__next span {
  font-size: 60px;
  color: var(--box-bg);
  cursor: pointer;

}
.carousel__prev:hover, .carousel__next:hover {
  transform: scale(1.25);
}
.carousel__prev {
  left: 40%;
}
.carousel__next {
  right: 40%;
}
.carousel__body {
  width: 100%;
  padding: 20px 0 90px 0;
  overflow: hidden;
}
.carousel_container_controls{
  height:5rem;
}
.carousel__body p {
  color: white;
  text-align: center;
  background: black;
  padding: 0.2rem;
}
.carousel__body .carousel__slider {
  position: relative;
  transition: transform 1s ease-in-out;
  background: var(--crsl-bg);
}
.carousel__body .carousel__slider__item {
  position: relative;
  display: block;
  float: left;
  box-sizing: border-box;
  margin-left: 20px;
  margin-right: 20px;
}
.carousel__body .carousel__slider__item .item__3d-frame {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.carousel__body .carousel__slider__item .item__3d-frame:after {
  content: "";
  position: absolute;
  bottom: -15%;
  width: 100%;
  height: 40px;
  background: var(--box-shadow);
  box-shadow: 0px 0px 5px 5px var(--box-shadow);
  transform: rotateX(90deg) translate3d(0px, -20px, 0px);
  opacity: 0.85;
}
.carousel__body .carousel__slider__item .item__3d-frame__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-color: #eee;
  background: var(--box-bg-black);
  border-width: 3px;
  border-style: solid;
}
.carousel__body .carousel__slider__item .item__3d-frame__box h1 {
  font-size: 7em;
  width: 100%;
  color: var(--box-border);
}
.carousel__body .carousel__slider__item .item__3d-frame__box--right, .carousel__body .carousel__slider__item .item__3d-frame__box--left {
  top: 0;
  width: 40px;
  backface-visibility: hidden;
}
.carousel__body .carousel__slider__item .item__3d-frame__box--left {
  left: 0;
  border-left-width: 5px;
  transform: translate3d(1px, 0, -40px) rotateY(-90deg);
  transform-origin: 0%;
}
.carousel__body .carousel__slider__item .item__3d-frame__box--right {
  right: 0;
  border-right-width: 5px;
  transform: translate3d(-1px, 0, -40px) rotateY(90deg);
  transform-origin: 100%;
}

.card > .card-image .image .qrcodeImage {
  height: 20rem;
}
a.button.is-success {
  font-size: 2rem;
}
a.button.is-success,
button.button.is-success {
  background-color: #337b45;
  border:0.2rem solid rgba(0,0,0,1);
}
a.button.is-success,
button.button.is-success:hover {
  background-color: #438b55;
}
.enquiry-content-a-call-to-action,
.enquiry-content-a-call-to-action-fr,
.enquiry-content-a-call-to-action-sp {
  border: solid 1px rgba(200, 255, 200, 0.4);
  background: rgb(163 255 163 / 20%);
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  border: 1px solid green;
}
