@charset "UTF-8";
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
  background-image: unset;
}

.book-container canvas {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.alice-effects {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #ffffff;
  border-radius: 10px;
}

.alice-effects:before, .alice-effects:after, .alice-effects *, .alice-effects *:before, .alice-effects *:after {
  box-sizing: border-box;
  transition: all 600ms ease;
}

.alice-effects figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1em;
  width: 100%;
  z-index: 1;
}

.alice-effects img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.alice-effects h4 {
  margin-top: 0;
  color: #ffffff;
}

.alice-effects h4:last-child {
  margin-bottom: 0;
}

[class*=" ls-border"]:before, [class*=" ls-border"]:after, [class*=" ls-border"] figcaption:before, [class*=" ls-border"] figcaption:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
}

[class*=" ls-border"]:before, [class*=" ls-border"]:after {
  z-index: 1;
  height: 3px;
  left: 15px;
  right: 15px;
  transform: scaleX(0);
}

[class*=" ls-border"]:before {
  top: 15px;
}

[class*=" ls-border"]:after {
  bottom: 15px;
}

[class*=" ls-border"] figcaption {
  z-index: 3;
}

[class*=" ls-border"] figcaption:before, [class*=" ls-border"] figcaption:after {
  z-index: -1;
  width: 3px;
  top: 15px;
  bottom: 15px;
  transform: scaleY(0);
}

[class*=" ls-border"] figcaption:before {
  left: 15px;
}

[class*=" ls-border"] figcaption:after {
  right: 15px;
}

[class*=" ls-border"].hover:before, [class*=" ls-border"].hover:after, [class*=" ls-border"].hover figcaption:before, [class*=" ls-border"].hover figcaption:after, [class*=" ls-border"]:hover:before, [class*=" ls-border"]:hover:after, [class*=" ls-border"]:hover figcaption:before, [class*=" ls-border"]:hover figcaption:after, [class*=" ls-border"]:focus:before, [class*=" ls-border"]:focus:after, [class*=" ls-border"]:focus figcaption:before, [class*=" ls-border"]:focus figcaption:after, :focus > [class*=" ls-border"]:before, :focus > [class*=" ls-border"]:after, :focus > [class*=" ls-border"] figcaption:before, :focus > [class*=" ls-border"] figcaption:after {
  transform: scale(1);
}

.ls-border-bottom-left:before, .ls-border-bottom-left:after, .ls-border-bottom-left figcaption:before, .ls-border-bottom-left figcaption:after {
  transform-origin: 0 100%;
}

.ls-border-bottom-left:before {
  transition-delay: 0s;
}

.ls-border-bottom-left:after {
  transition-delay: 480ms;
}

.ls-border-bottom-left figcaption:before {
  transition-delay: 480ms;
}

.ls-border-bottom-left figcaption:after {
  transition-delay: 0s;
}

.ls-border-bottom-left.hover:before, .ls-border-bottom-left:hover:before, .ls-border-bottom-left:focus:before, :focus > .ls-border-bottom-left:before {
  transition-delay: 480ms;
}

.ls-border-bottom-left.hover:after, .ls-border-bottom-left:hover:after, .ls-border-bottom-left:focus:after, :focus > .ls-border-bottom-left:after {
  transition-delay: 0s;
}

.ls-border-bottom-left.hover figcaption:before, .ls-border-bottom-left:hover figcaption:before, .ls-border-bottom-left:focus figcaption:before, :focus > .ls-border-bottom-left figcaption:before {
  transition-delay: 0s;
}

.ls-border-bottom-left.hover figcaption:after, .ls-border-bottom-left:hover figcaption:after, .ls-border-bottom-left:focus figcaption:after, :focus > .ls-border-bottom-left figcaption:after {
  transition-delay: 480ms;
}

.ls-image-rotate-right img {
  transform: scale(1.1) translate(0, 0);
}

.ls-image-rotate-right.hover img, .ls-image-rotate-right:hover img, .ls-image-rotate-right:focus img, :focus > .ls-image-rotate-right img {
  transform: scale(1.3) rotate(15deg);
}

.ls-delay-100, .ls-delay-100 > * {
  transition-delay: 100ms;
}

[class^=ls-reveal] {
  display: inline-block;
}

[class^=ls-reveal] > * {
  display: inline-block;
}

[class^=ls-reveal] > *:last-child {
  margin-bottom: 0;
}

[class^=ls-reveal] {
  overflow: hidden;
  opacity: 1;
}

.alice-effects.hover [class^=ls-reveal], .alice-effects:hover [class^=ls-reveal], .alice-effects:focus [class^=ls-reveal], :focus > .alice-effects [class^=ls-reveal] {
  opacity: 1;
}

.alice-effects.hover [class^=ls-reveal] > *, .alice-effects:hover [class^=ls-reveal] > *, .alice-effects:focus [class^=ls-reveal] > *, :focus > .alice-effects [class^=ls-reveal] > * {
  transform: translate(0) rotate(0deg);
}

.ls-reveal-right > * {
  transform: translateX(-100%);
}

.ls-gradient-bottom-right {
  background-image: linear-gradient(315deg, #00B4DB 0%, #0083B0 100%);
}

.alice-effects .ls-layout-bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
}

.alice-effects {
  background-color: #00B4DB;
}

.alice-effects figcaption {
  padding: 2em;
}

.alice-effects figcaption > * {
  opacity: 0;
}

.alice-effects.hover > img, .alice-effects:hover > img, .alice-effects:focus > img, :focus > .alice-effects > img {
  opacity: 0.25;
}

.alice-effects.hover figcaption > *, .alice-effects:hover figcaption > *, .alice-effects:focus figcaption > *, :focus > .alice-effects figcaption > * {
  opacity: 1;
}

.elementor-button:hover .elementor-align-icon-right svg {
  transform: translateX(10px);
  transition: all ease-in-out 300ms;
}

.elementor-button .elementor-align-icon-right svg {
  transition: all ease-in-out 300ms;
}

.first-letter .elementor-heading-title:first-letter {
  font-size: 32px;
  color: #42923A !important;
}

.bottom-border .elementor-heading-title:after {
  height: 1px;
  margin-top: 5px;
  background: linear-gradient(90deg, rgba(66, 146, 58, 0.5) 21.25%, rgba(66, 146, 58, 0) 95%);
  content: "";
  display: block;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0.5rem;
}

.long-dots-slider .swiper-pagination.swiper-pagination-bullets {
  bottom: -30px;
}
.long-dots-slider .swiper-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: unset;
}

.well-book-faq .elementor-accordion-item {
  margin-bottom: 30px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .footer-subs {
    padding: 15px !important;
  }
  .footer-subs-inner {
    padding: 25px 15px;
  }
}
.opacity-img img {
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.opacity-img img:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.lav-tabs .elementor-tab-title {
  background: #0D3439;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding: 5px 15px;
}
.lav-tabs .elementor-tab-title.elementor-active {
  background: #EE5007;
  border-right: unset !important;
}
.lav-tabs .elementor-tab-title:last-child {
  border-right: unset !important;
}
.lav-tabs .elementor-tab-content {
  border-bottom: 5px solid #0D3439 !important;
}

.lh-24 .elementor-icon-list-icon i {
  line-height: 24px;
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
  aspect-ratio: 1;
}

.alice-title-wrapper .alice-icon-box-content {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.alice-title-wrapper .alice-icon-box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
}
.alice-title-wrapper.icon-right .alice-icon-box-icon {
  flex-direction: row-reverse;
}
.alice-title-wrapper .divider-left {
  overflow: hidden;
  flex-grow: 1;
  max-width: 200px;
  height: 1px;
  background: linear-gradient(355deg, rgba(66, 146, 58, 0.5) 21.25%, rgba(66, 146, 58, 0) 95%);
}
.alice-title-wrapper .divider-right {
  overflow: hidden;
  flex-grow: 1;
  max-width: 200px;
  height: 1px;
  margin-left: -5px;
  background: linear-gradient(90deg, rgba(66, 146, 58, 0.5) 21.25%, rgba(66, 146, 58, 0) 95%);
}
.alice-title-wrapper a {
  color: inherit;
}

/* Underline for links using box-shadow */
.shadow-underline .elementor-heading-title {
  background-image: linear-gradient(0deg, transparent, transparent 0em, #A7EBA0 0, #A7EBA0 0.23em, transparent 0);
  transition: all 0.5s ease;
}

.first-letter .alice-heading-title:first-letter {
  font-size: 50px;
  color: #42923A !important;
}

@media (max-width: 768px) {
  .alice-title-wrapper .alice-icon-box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .alice-title-wrapper .alice-heading-title {
    text-align: center;
  }
  .alice-title-wrapper.icon-right .alice-icon-box-icon {
    flex-direction: column;
  }
  .alice-title-wrapper .divider-left, .alice-title-wrapper .divider-right {
    display: none;
  }
  .shadow-underline .elementor-heading-title {
    background-image: none;
    transition: all 0.5s ease;
  }
}
.alice-indie-wrapper {
  position: relative;
}
.alice-indie-wrapper .progress-wrapper {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 10px;
}
.alice-indie-wrapper .ir-star {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  transform: translate(20%, -20%);
}
.alice-indie-wrapper .ir-star svg, .alice-indie-wrapper .ir-star i {
  max-width: 100%;
}
.alice-indie-wrapper .round-progress .loader {
  position: relative;
  width: 56px;
  height: 56px;
}
.alice-indie-wrapper .round-progress .loader > span {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.alice-indie-wrapper .round-progress .value {
  position: absolute;
  top: 30%;
  left: 30%;
  font-weight: 600;
}
.alice-indie-wrapper .round-progress .loader-mask-left {
  left: 0;
}
.alice-indie-wrapper .round-progress .loader-mask-left .loader-line.show {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-left: 0;
  left: 100%;
  transform-origin: left;
  animation-delay: 1s;
}
.alice-indie-wrapper .round-progress .loader-mask-right {
  right: 0;
}
.alice-indie-wrapper .round-progress .loader-mask-right .loader-line.show {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
  border-right: 0;
  left: -100%;
  transform-origin: right;
}
.alice-indie-wrapper .round-progress .loader-line.show {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 28px;
  height: 56px;
  border: 1px solid #0DCEB5;
  animation: loader-rotate 1s linear forwards;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.alice-indie-wrapper .alice-progress-line {
  position: relative;
  margin-top: 30px;
}
.alice-indie-wrapper .progress {
  height: 3px;
}
.alice-indie-wrapper .progress .determinate {
  background-color: #0DCEB5;
  width: 0;
  transition: width 2s ease 0.4s;
}
.alice-indie-wrapper .alice-tooltip {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-left: -10px;
  background-color: #0DCEB5;
  color: #fff;
  top: -6px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: left 2s ease 0.4s;
}
.alice-indie-wrapper .alice-indie-text {
  transition: all ease-out 1000ms;
}
.alice-indie-wrapper button {
  background: none;
  padding: 0;
  border: none;
  margin: 0 auto;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.alice-indie-wrapper .alice-shadow {
  background: white;
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
}
.alice-indie-wrapper .alice-shadow {
  display: none;
  transition: all ease-out 1000ms;
}
.alice-indie-wrapper .hide-it .alice-shadow {
  background: rgba(255, 255, 255, 0.75);
  filter: blur(8px);
  width: 100%;
  position: absolute;
  bottom: 50px;
  display: block;
  left: 0;
  height: 40px;
  transition: all ease-out 1000ms;
}
.alice-indie-wrapper .less {
  display: none;
  margin-top: 20px;
}
.alice-indie-wrapper .less > * {
  transform: rotate(-180deg);
  margin-top: 20px;
}
.alice-indie-wrapper .less.show {
  display: flex;
}
.alice-indie-wrapper .more {
  display: none;
  margin-top: 20px;
  text-transform: uppercase;
  color: #0DCEB5;
}
.alice-indie-wrapper .more > * {
  margin-top: 20px;
}
.alice-indie-wrapper .more.show {
  display: flex;
}

@media (max-width: 768px) {
  .progress-wrapper {
    margin-top: 15px;
  }
  .alice-indie-wrapper .loader {
    left: -15px;
  }
}
.alice-author-photo .alice-author-photo-image {
  position: relative;
  display: inline-block;
  height: 100%;
  max-width: 100%;
}
.alice-author-photo .alice-author-photo-image img {
  position: relative;
  z-index: 1;
  border-radius: 0 10px 0 10px;
}
.alice-author-photo .alice-author-photo-image:after {
  content: "";
  border: 2px solid #ffffff;
  display: block;
  transform: translate3d(-13px, -13px, -5px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 0 10px;
}
.alice-author-photo .buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: calc(50% - 100px);
  z-index: 1;
  transform: translateY(-10px);
  bottom: 0;
}
.alice-author-photo .button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 2px 2px 5px rgba(163, 177, 198, 0.6), -2px -2px 5px rgba(255, 255, 255, 0.5);
  margin: 10px;
  background: rgb(255, 255, 255);
  transition: all ease-out 300ms;
  font-size: 20px;
}
.alice-author-photo .button a {
  color: #0DCEB5;
  transition: all ease-out 300ms;
}
.alice-author-photo .button:hover {
  cursor: pointer;
  box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.1);
  color: white;
  transition: all ease-out 300ms;
}
.alice-author-photo .button:hover a {
  color: #ffffff;
  transition: all ease-out 300ms;
}
.alice-author-photo .facebook:hover {
  background: #3b5998;
}
.alice-author-photo .goodreads:hover {
  background: #6F440C;
}
.alice-author-photo .instagram:hover {
  background: linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.alice-quote {
  position: relative;
  background: #0DCEB5;
  padding: 35px;
  border-radius: 10px;
}
.alice-quote .alice-quote-text {
  max-width: 92%;
  color: #ffffff;
  margin-bottom: 20px;
}
.alice-quote .alice-quote-sign {
  position: absolute;
  right: 0;
  bottom: 5px;
  min-width: 90px;
  max-width: 120px;
  transform: translateX(-15%) translateY(-10%);
}
.alice-quote .alice-quote-sign svg, .alice-quote .alice-quote-sign i {
  min-width: 90px;
  max-width: 120px;
  max-height: 70px;
}
.alice-quote:after {
  content: "";
  width: 44px;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 35px;
  height: 3px;
  background-color: white;
}
.alice-quote path {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated .alice-quote path {
  opacity: 1;
  -webkit-animation-name: line;
  animation-name: line;
}

@-webkit-keyframes line {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line {
  100% {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 768px) {
  .alice-quote {
    position: relative;
    background: #42923A;
    padding: 20px;
    border-radius: 0 15px;
  }
  .alice-quote .alice-quote-text {
    max-width: 100%;
  }
  .alice-quote .alice-quote-text:after {
    content: "";
    width: 44px;
    display: block;
    bottom: 25px;
    height: 3px;
    background-color: white;
    margin-top: 15px;
  }
  .alice-quote .alice-quote-sign {
    position: relative;
    right: 0;
    bottom: 5px;
    transform: translateX(0) translateY(-10%);
  }
  .alice-quote:after {
    display: none;
  }
}
.alice-countdown .flipper {
  color: #ffffff;
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 100%;
  padding: 0;
  margin: 0;
  height: 64px;
}
@media (max-width: 768px) {
  .alice-countdown .flipper {
    font-size: 32px;
  }
}
.alice-countdown .flipper.flipper-invisible {
  font-size: 0 !important;
}
.alice-countdown .flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.alice-countdown .flipper-group label {
  position: absolute;
  color: #0A2603;
  font-size: 20%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  padding-top: 0.5em;
}
.alice-countdown .flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
}
.alice-countdown .flipper-digit span {
  font-size: 25%;
}
.alice-countdown .flipper-initialized > .flipper-delimiter {
  margin: 3px;
}
.alice-countdown .flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0.1em 0;
  margin: 0;
  min-width: 0.1em;
  line-height: 1em;
}
.alice-countdown .digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding: 0.1em;
  box-sizing: border-box;
  text-align: center;
}
.alice-countdown .digit-next {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  padding: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.alice-countdown .digit-top {
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  padding: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
  transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  z-index: 20;
}
.alice-countdown .digit-top.r {
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  background: #cccccc;
}
.alice-countdown .digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  line-height: 0 !important;
  top: 50% !important;
  bottom: auto !important;
  padding: 0 0.1em 0.1em 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
  transform-origin: 0 0 0 !important;
  z-index: 20;
}
.alice-countdown .digit-top2.r {
  visibility: visible;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  background: #42923A;
}
.alice-countdown .digit-bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #42923A;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0;
  padding: 0 0.1em 0.1em 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}
.alice-countdown .digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.alice-reviews {
  position: relative;
}
.alice-reviews .swiper-pagination.swiper-pagination-bullets {
  bottom: -30px;
}
.alice-reviews .swiper-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: unset;
}
.alice-reviews .review-item-text {
  padding: 0 35px;
}
.alice-reviews .swiper-button-prev:after, .alice-reviews .swiper-button-next:after {
  display: none;
}

.alice-posts-grid {
  /* ============ Card Body ============ */
  /* ============ Card Author ============ */
  /* ============ Featured grid layout ============ */
}
.alice-posts-grid .section-cards {
  z-index: 3;
  position: relative;
}
.alice-posts-grid .row-featured-cards > * {
  margin-bottom: 30px;
}
.alice-posts-grid .card {
  position: relative;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  border: unset;
  overflow: hidden;
  transition: background-color ease-in-out 300ms;
}
.alice-posts-grid .card :hover {
  transition: background-color ease-in-out 300ms;
}
.alice-posts-grid .card .card-image {
  display: block;
  padding: 0 0 75% 0;
  position: relative;
  overflow: hidden;
}
.alice-posts-grid .card .card-image img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.alice-posts-grid .card .card-image .card-caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}
.alice-posts-grid .card-caption {
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
.alice-posts-grid .card-caption:hover {
  transition: all 0.3s ease-in-out;
}
.alice-posts-grid .card img {
  width: 100%;
  height: auto;
}
.alice-posts-grid .card-body {
  margin-bottom: 0;
}
.alice-posts-grid .card .card-body {
  padding: 25px;
}
.alice-posts-grid .author {
  flex-grow: 1;
}
.alice-posts-grid .card .author .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.alice-posts-grid .card .author a {
  color: #333333;
  text-decoration: none;
}
.alice-posts-grid .date-rating {
  margin-bottom: 5px;
}
.alice-posts-grid .comments {
  flex-grow: 1;
  text-align: right;
}
.alice-posts-grid .label-top {
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
  padding: 5px 10px;
  z-index: 1;
  transform: translate3d(20px, 20px, 0);
  transition: all 0.3s ease-in-out;
}
.alice-posts-grid .label-top:hover {
  transition: all 0.3s ease-in-out;
}
.alice-posts-grid .date, .alice-posts-grid .rating {
  flex-grow: 1;
}
.alice-posts-grid .date, .alice-posts-grid .comments a, .alice-posts-grid .rating {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
.alice-posts-grid .date i, .alice-posts-grid .comments a i, .alice-posts-grid .rating i {
  color: #0DCEB5;
  margin-right: 5px;
}
.alice-posts-grid .rating {
  text-align: right;
}
.alice-posts-grid .rating i {
  margin-right: 5px;
  color: #FF9415;
}
.alice-posts-grid .author-comments {
  margin-top: 20px;
}
.alice-posts-grid.featured-grid .card-body {
  padding: 15px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0 10px 0 10px;
}
.alice-posts-grid.featured-grid .card-image {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 0 65% 0;
  border-radius: 0 0 0 10px;
}
.alice-posts-grid.featured-grid .card-image img {
  max-width: 100%;
  border: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 0;
}
.alice-posts-grid.featured-grid .card-description {
  flex-grow: 1;
}
.alice-posts-grid .sticky {
  display: flex;
  background: #E8ECF0;
}
.alice-posts-grid .sticky .card-image {
  padding: 0 0 25% 0;
}
.alice-posts-grid .row-list .card-image {
  padding: 0 0 45% 0;
}
.alice-posts-grid .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.alice-posts-grid .card-description {
  flex-grow: 1;
}

.alice-gallery .swiper-slide {
  height: auto;
  padding: 5px;
  text-align: center;
}
.alice-gallery .swiper-button-next {
  right: -55px;
  color: #ffffff;
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
.alice-gallery .swiper-button-prev {
  left: -55px;
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
.alice-gallery .swiper-pagination-bullets-dynamic {
  transform: translate(-50%, 40px) !important;
}
.alice-gallery .swiper-pagination-fraction {
  transform: translateY(40px) !important;
}
.alice-gallery .swiper-pagination:not(.swiper-pagination-bullets-dynamic) {
  transform: translateY(40px) !important;
}
.alice-gallery .swiper-container {
  width: 100%;
}
.alice-gallery .swiper-button-prev:after, .alice-gallery .swiper-button-next:after {
  display: none;
}

.elementor-widget-alice-resources {
  height: 100%;
}
.elementor-widget-alice-resources > .elementor-widget-container {
  height: 100%;
}

.resources-card {
  color: #ffffff;
  padding: 10rem 0 0 0;
  height: 100%;
  max-height: 500px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 500ms ease;
  position: relative;
}
.resources-card img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.resources-card .card-content {
  --padding: 20px;
  padding: 20px 20px 35px 20px;
  background: linear-gradient(rgba(5, 32, 71, 0), rgba(5, 32, 71, 0.36) 20%, #052047);
  transform: translateY(60%);
  transition: transform 500ms ease;
  height: 100%;
}
.resources-card:hover .card-content, .resources-card:focus-within .card-content {
  transform: translateY(0);
  transition-delay: 500ms;
}
.resources-card:focus-within .card-content {
  transition-duration: 0ms;
}
.resources-card .card-content > *:not(.card-title) {
  opacity: 0;
  transition: opacity 500ms linear;
}
.resources-card:hover .card-content > *:not(.card-title), .resources-card:focus-within .card-content > *:not(.card-title) {
  opacity: 1;
  transition-delay: 1000ms;
}
.resources-card .card-title {
  position: relative;
  width: max-content;
  max-width: 100%;
}
.resources-card .card-title::after {
  content: "";
  position: absolute;
  height: 3px;
  left: calc(var(--padding) * -1);
  bottom: -10px;
  width: calc(100% + var(--padding));
  background: hsl(142, 90%, 61%);
  transform: scale(0);
  transform-origin: left;
  transition: transform 500ms ease;
}
.resources-card:hover .card-title::after, .resources-card:focus-within .card-title::after {
  transform: scaleX(1);
}
.resources-card .card-body {
  color: rgba(255, 255, 255, 0.85);
  margin: 20px 0 0 0;
}
.resources-card svg {
  max-width: 30px;
}
.resources-card .button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: hsl(207, 19%, 9%);
  background-color: hsl(142, 90%, 61%);
  padding: 0.5em 1.25em;
  border-radius: 0.25em;
}
.resources-card .button:hover,
.resources-card .button:focus {
  background-color: hsl(0, 0%, 100%);
}
.resources-card .button:hover svg {
  transform: translateX(10px);
  transition: all ease-in-out 300ms;
}
.resources-card .button svg {
  padding-left: 10px;
  transition: all ease-in-out 300ms;
}

.elementor-widget-alice-audio-player {
  height: 100%;
}
.elementor-widget-alice-audio-player > .elementor-widget-container {
  height: 100%;
}

.alice-audio-player a {
  text-decoration: none;
  color: inherit;
}
.alice-audio-player a:hover {
  text-decoration: underline;
}
.alice-audio-player .card {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  padding: 20px;
  overflow: hidden;
  background-color: #181818;
  transition: background-color 0.4s;
  margin-bottom: 2rem;
  border: none;
  border-radius: unset;
}
.alice-audio-player .card:hover {
  background-color: #282828;
}
.alice-audio-player .cover {
  position: relative;
  margin-bottom: 18px;
}
.alice-audio-player .cover img {
  border-radius: 50%;
  display: block;
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}
.alice-audio-player .play-icon {
  position: absolute;
  bottom: -2px;
  right: 20%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fafafa;
  background-color: #1db954;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: 0.4s, transform 0.1s;
  cursor: pointer;
}
.alice-audio-player .play-icon:hover {
  transform: scale(1.1);
}
.alice-audio-player .card:hover .play-icon {
  bottom: 6px;
  opacity: 1;
}
.alice-audio-player i {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 52%;
  top: 50%;
  font-size: 1rem;
}
.alice-audio-player .card-content {
  color: #fafafa;
  text-align: center;
}
.alice-audio-player .card-content p {
  overflow: hidden;
  display: -webkit-box;
}
@media (max-width: 992px) {
  .alice-audio-player .cover img {
    width: 180px;
    height: 180px;
  }
}

.alice-page-slider .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.alice-page-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 35%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .alice-page-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 80%;
    height: auto;
  }
}
.alice-page-slider .swiper-slide img {
  display: block;
  width: 100%;
}

.alice-page-slider-container .swiper-pagination-fraction {
  bottom: -15px;
}
.alice-page-slider-container .swiper-button-prev:after, .alice-page-slider-container .swiper-button-next:after {
  display: none;
}

.alice-series-card .card-box {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 450px;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.alice-series-card .card {
  position: absolute;
  border-radius: unset;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  padding: 20px;
  border: unset;
  transition: 0.5s ease-in-out;
}
.alice-series-card .card:hover .front-card {
  display: none;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.alice-series-card .card:hover .content-series-header {
  display: flex;
  justify-items: center;
  justify-content: flex-start;
  align-items: center;
}
.alice-series-card .card:hover .content-series-header img {
  max-width: 40px;
  max-height: 70px;
}
.alice-series-card .card .front-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: 800;
  pointer-events: none;
  opacity: 1;
  width: 85%;
}
.alice-series-card .card .front-card img {
  width: 100%;
  height: auto;
  max-width: 125px;
  max-height: 200px;
  margin-bottom: 17px;
}
.alice-series-card .card .content {
  z-index: 2;
  transform: translateY(100%);
  opacity: 0;
  text-align: left;
}
.alice-series-card .card .content img {
  width: 100%;
  height: auto;
  max-width: 135px;
  max-height: 200px;
  margin: 0 15px 10px 0;
}
.alice-series-card .card:hover .content {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.alice-series-card .desc {
  margin-bottom: 15px;
}
.alice-series-card .button:hover svg {
  transform: translateX(10px);
  transition: all ease-in-out 300ms;
}
.alice-series-card .button svg {
  padding-left: 10px;
  transition: all ease-in-out 300ms;
}
.alice-series-card svg {
  max-width: 30px;
}

.alice-book-reviews-section-wrapper {
  position: relative;
  margin-top: 100px;
}
.alice-book-reviews-section-wrapper .book-image {
  width: 100%;
  height: auto;
  max-width: 120px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alice-book-reviews-section-wrapper .review-item {
  padding-top: 50px;
}
.alice-book-reviews-section-wrapper .alice-book-reviews {
  padding: 60px 20px 20px 20px;
  position: relative;
  min-height: 230px;
}
.alice-book-reviews-section-wrapper .alice-book-reviews .bg-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
}
.alice-book-reviews-section-wrapper .swiper-button-next, .alice-book-reviews-section-wrapper .swiper-button-prev {
  top: 0;
}
.alice-book-reviews-section-wrapper .swiper-slide {
  margin: auto;
}
.alice-book-reviews-section-wrapper .swiper-wrapper {
  height: auto;
}
.alice-book-reviews-section-wrapper .swiper-container {
  height: auto;
}
.alice-book-reviews-section-wrapper .swiper-button-next {
  right: 37%;
  top: -5px;
  color: #ffffff;
}
.alice-book-reviews-section-wrapper .swiper-button-prev {
  left: 37%;
  top: -5px;
  color: #ffffff;
}
.alice-book-reviews-section-wrapper .swiper-pagination-bullets-dynamic {
  transform: translate(-50%, 40px) !important;
}
.alice-book-reviews-section-wrapper .swiper-pagination-fraction {
  transform: translateY(40px) !important;
}
.alice-book-reviews-section-wrapper .swiper-pagination:not(.swiper-pagination-bullets-dynamic) {
  transform: translateY(40px) !important;
}
.alice-book-reviews-section-wrapper .swiper-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: unset;
}
.alice-book-reviews-section-wrapper .review-item-name {
  font-size: 24px;
  color: #212223;
  margin-bottom: 0;
}
.alice-book-reviews-section-wrapper .review-item-date {
  font-size: 14px;
  text-transform: capitalize;
  color: #42923A;
  margin-bottom: 15px;
}
.alice-book-reviews-section-wrapper .review-item-title {
  font-size: 18px;
  text-transform: capitalize;
  color: #1C481F;
}
.alice-book-reviews-section-wrapper .review-item-text {
  font-style: italic;
  font-size: 16px;
  text-align: center;
  color: #0A2603;
  width: 90%;
  margin: 0 auto;
}
.alice-book-reviews-section-wrapper .review-stars {
  color: #FF9415;
  font-size: 32px;
}
.alice-book-reviews-section-wrapper .book-next, .alice-book-reviews-section-wrapper .book-prev {
  width: 60px;
  height: 60px;
  border: 1px solid #091C55;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .alice-book-reviews-section-wrapper .swiper-button-next {
    right: 33%;
  }
  .alice-book-reviews-section-wrapper .swiper-button-prev {
    left: 33%;
  }
}
@media (max-width: 576px) {
  .alice-book-reviews-section-wrapper .swiper-button-next {
    right: 13%;
  }
  .alice-book-reviews-section-wrapper .swiper-button-prev {
    left: 13%;
  }
}
.alice-progress-pie-wrapper .pie {
  position: relative;
}
.alice-progress-pie-wrapper .value {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.alice-testimonials-slider-wrapper .testimonials-stars {
  margin-top: -7px;
}
.alice-testimonials-slider-wrapper .card {
  border: unset;
}
.alice-testimonials-slider-wrapper .testimonial-card {
  height: 100%;
}
.alice-testimonials-slider-wrapper .swiper-slide {
  height: auto;
  padding: 5px;
}
.alice-testimonials-slider-wrapper .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFFFFF;
  margin: 15px 20px;
  padding: 30px;
}
.alice-testimonials-slider-wrapper .card-description {
  flex-grow: 1;
}
.alice-testimonials-slider-wrapper .testimonial-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.alice-testimonials-slider-wrapper .testimonial-meta {
  display: flex;
  flex-direction: column;
}
.alice-testimonials-slider-wrapper .testimonial-item-text {
  text-align: left;
}
.alice-testimonials-slider-wrapper .card .testimonial-photo img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.alice-testimonials-slider-wrapper .testimonial-name-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.alice-testimonials-slider-wrapper .review-stars {
  text-align: left;
}
.alice-testimonials-slider-wrapper .review-item-name {
  margin-bottom: 0;
}
.alice-testimonials-slider-wrapper .swiper-button-next {
  right: -5px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.alice-testimonials-slider-wrapper .swiper-button-prev {
  left: -5px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.alice-testimonials-slider-wrapper .swiper-pagination-bullets-dynamic {
  transform: translate(-50%, 40px) !important;
}
.alice-testimonials-slider-wrapper .swiper-pagination-fraction {
  transform: translateY(40px) !important;
}
.alice-testimonials-slider-wrapper .swiper-pagination:not(.swiper-pagination-bullets-dynamic) {
  transform: translateY(40px) !important;
}
.alice-testimonials-slider-wrapper .swiper-container {
  width: 95%;
  margin: 0 auto;
}
.alice-testimonials-slider-wrapper .swiper-button-prev:after, .alice-testimonials-slider-wrapper .swiper-button-next:after {
  display: none;
}

.rounded .alice-testimonials-slider-wrapper .card {
  box-shadow: none;
}

.alice-team-slider-wrapper .card {
  border: unset;
  background: none;
}
.alice-team-slider-wrapper .card-body {
  padding: 0;
}
.alice-team-slider-wrapper .testimonial-card {
  height: 100%;
}
.alice-team-slider-wrapper .team-item-name {
  margin-bottom: 0;
}
.alice-team-slider-wrapper .team-photo {
  display: block;
  padding: 0 0 85% 0;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #E74E08;
}
.alice-team-slider-wrapper .team-photo img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.alice-team-slider-wrapper .team-meta {
  background: #fff;
  padding: 20px 20px;
}
.alice-team-slider-wrapper .swiper-slide {
  height: auto;
  padding: 5px;
}
.alice-team-slider-wrapper .swiper-button-next {
  right: -55px;
  color: #ffffff;
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
.alice-team-slider-wrapper .swiper-button-prev {
  left: -55px;
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
.alice-team-slider-wrapper .swiper-pagination-bullets-dynamic {
  transform: translate(-50%, 40px) !important;
}
.alice-team-slider-wrapper .swiper-pagination-fraction {
  transform: translateY(40px) !important;
}
.alice-team-slider-wrapper .swiper-pagination:not(.swiper-pagination-bullets-dynamic) {
  transform: translateY(40px) !important;
}
.alice-team-slider-wrapper .swiper-container {
  width: 100%;
}
.alice-team-slider-wrapper .swiper-button-prev:after, .alice-team-slider-wrapper .swiper-button-next:after {
  display: none;
}

.alice-useful-link {
  position: relative;
  border-radius: 10px;
}
.alice-useful-link .useful-link-card {
  min-height: 270px;
  height: 100%;
  width: 100%;
  display: flex;
  background-color: transparent;
  border: unset;
}
.alice-useful-link img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.alice-useful-link .content {
  padding: 25px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-color: rgba(9, 28, 85, 0.7);
  height: 100%;
  width: 100%;
  min-height: 270px;
  opacity: 0;
  transition: all 0.3s ease;
}
.alice-useful-link .content i {
  font-size: 24px;
}
.alice-useful-link .content * {
  transform: translateY(-70%);
  transition: all 0.3s ease;
  opacity: 0;
}
.alice-useful-link .useful-link-card:hover .content {
  opacity: 1;
}
.alice-useful-link .useful-link-card:hover .content * {
  opacity: 1;
  transform: translateY(0);
}

.alice-alice-useful-website-wrapper {
  height: 100%;
}
.alice-alice-useful-website-wrapper .useful-website-heading {
  transition: all 0.8s ease-out;
}
.alice-alice-useful-website-wrapper p, .alice-alice-useful-website-wrapper path, .alice-alice-useful-website-wrapper i {
  transition: all 0.8s ease-out;
}
.alice-alice-useful-website-wrapper .follow-button svg {
  max-width: 30px;
}
.alice-alice-useful-website-wrapper .useful-website-card {
  background: #FFFFFF;
  display: block;
  position: relative;
  max-width: 400px;
  padding: 30px 20px;
  z-index: 0;
  overflow: hidden;
  height: 100%;
}
.alice-alice-useful-website-wrapper .useful-website-card > svg {
  min-height: 85px;
}
.alice-alice-useful-website-wrapper .useful-website-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  left: 0;
  background: #0DCEB5;
  height: 155px;
  width: 155px;
  transform-origin: 55px 25px;
  transition: all 1s ease-out;
  transform: rotateZ(-224deg) scale(1);
}
.alice-alice-useful-website-wrapper .useful-website-card:hover:before {
  transform: scale(6);
  border-radius: 100%;
}
.alice-alice-useful-website-wrapper .useful-website-card:hover p, .alice-alice-useful-website-wrapper .useful-website-card:hover path, .alice-alice-useful-website-wrapper .useful-website-card:hover i {
  transition: all 0.8s ease-out;
}
.alice-alice-useful-website-wrapper .useful-website-card:hover .useful-website-heading {
  transition: all 0.8s ease-out;
}

.elementor-widget-alice-useful-website {
  height: 100%;
}
.elementor-widget-alice-useful-website > .elementor-widget-container {
  height: 100%;
}

.alice-faq-wrapper .accordion-item {
  margin-bottom: 20px;
  border-bottom: none;
  background: rgba(13, 206, 181, 0.05);
}
.alice-faq-wrapper .accordion-header {
  border: unset;
}
.alice-faq-wrapper .accordion-flush .accordion-button {
  border: unset;
}
.alice-faq-wrapper .accordion-flush .accordion-button.collapsed {
  border: 1px solid rgba(9, 28, 85, 0.1);
}
.alice-faq-wrapper *:focus {
  box-shadow: unset;
}
.alice-faq-wrapper .accordion-body {
  padding: 25px 20px;
}

.alice-social-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.alice-social-links-wrapper .social-links-heading {
  padding-right: 10px;
  margin: 0;
  transition: color 0.5s ease-out;
}
.alice-social-links-wrapper.border .social-links-heading {
  border-left: 5px;
  border-left-style: solid;
  padding-left: 10px;
}
.alice-social-links-wrapper .social-links-links {
  transition: color 0.5s ease-out;
  margin-left: 10px;
}
.alice-social-links-wrapper .social-links-links i {
  transition: all 0.5s ease-out;
  padding: 10px;
  margin: 3px;
}
.alice-social-links-wrapper .social-links-divider {
  height: 2px;
  max-width: 70px;
  min-width: 50px;
  background-color: rgba(13, 206, 181, 0.1);
  margin: 0 5px;
}

.alice-animated-element-wrapper {
  z-index: 3;
}
.alice-animated-element-wrapper .alice-rotate {
  transition: all 0.8s ease-out;
  animation: rotation 20s infinite linear;
}
.alice-animated-element-wrapper .alice-up-down {
  transition: all 0.8s ease-out;
  animation: mover 15s infinite alternate;
}
.alice-animated-element-wrapper .alice-horizontal {
  animation: sweep 15s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes sweep {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(1);
  }
}
.alice-team-member-wrapper .card {
  border: unset;
  background: none;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.alice-team-member-wrapper .card:hover img {
  transform: rotate(5deg) scale(1.13);
  transition: 0.7s ease-in-out;
}
.alice-team-member-wrapper .card-body {
  padding: 0;
}
.alice-team-member-wrapper .testimonial-card {
  height: 100%;
}
.alice-team-member-wrapper .team-item-name {
  margin-bottom: 0;
}
.alice-team-member-wrapper .team-photo {
  display: block;
  padding: 0 0 85% 0;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #EE5007;
}
.alice-team-member-wrapper .team-photo img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: 0.7s ease-in-out;
}
.alice-team-member-wrapper .team-meta {
  background: #fff;
  padding: 20px 20px;
  text-align: center;
}
.alice-team-member-wrapper .team-item-title {
  margin: 6px 0;
}
.alice-team-member-wrapper .social-links {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: color 0.8s ease-out;
}
.alice-team-member-wrapper .social-links i {
  transition: all 0.8s ease-out;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  padding: 10px;
  margin: 5px;
}

.alice-service-wrapper .card {
  border: unset;
  background: none;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.alice-service-wrapper .card:hover {
  transform: translateY(-10px);
  transition: all 0.5s ease-in-out;
}
.alice-service-wrapper .card:hover .service-icon-wrap {
  transform: translateY(-10px);
  transition: all 0.5s ease-in-out;
}
.alice-service-wrapper .card:hover img {
  transform: rotate(5deg) scale(1.13);
  transition: 0.5s ease-in-out;
}
.alice-service-wrapper .card-body {
  padding: 0;
}
.alice-service-wrapper .testimonial-card {
  height: 100%;
}
.alice-service-wrapper .team-name {
  margin-top: 20px;
}
.alice-service-wrapper .team-item-name {
  margin-bottom: 0;
}
.alice-service-wrapper .team-photo {
  display: block;
  padding: 0 0 75% 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  border-bottom: 4px solid #0DCEB5;
  scale: 1.03;
}
.alice-service-wrapper .team-photo img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: 0.7s ease-in-out;
}
.alice-service-wrapper .team-meta {
  background: #fff;
  padding: 20px 20px;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
.alice-service-wrapper .service-icon-wrap {
  width: 80px;
  margin: -75px auto 0 auto;
  background: #fff;
  height: 80px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 0.34);
  box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 0.34);
  position: absolute;
  right: 20px;
  border-radius: 6px;
  border-bottom: solid 4px #0DCEB5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.alice-service-wrapper .service-icon-wrap svg {
  max-width: 40px;
  max-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, 50%);
}
.alice-service-wrapper .service-icon-wrap i {
  font-size: 35px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, 50%);
}
.alice-service-wrapper .lav-btn-default {
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}

.alice-event-card-wrapper .time, .alice-event-card-wrapper .address {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.alice-event-card-wrapper .time > *:not(:last-child), .alice-event-card-wrapper .address > *:not(:last-child) {
  margin-right: 5px;
}
.alice-event-card-wrapper .desc {
  margin-bottom: 10px;
}
.alice-event-card-wrapper .tout-box-reveal {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
}
.alice-event-card-wrapper .tout-box-reveal .overlay-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition-duration: 2s, 0.6s;
  transition-property: opacity, transform;
  transform-timing-function: ease-in-out;
  transform: translateY(100%);
}
.alice-event-card-wrapper .tout-box-reveal img {
  min-width: 100%;
  width: 100%;
  height: auto;
  opacity: 1;
  transform: scale3d(1.1, 1.1, 1);
  transition: all ease-in-out 0.6s;
}
.alice-event-card-wrapper .tout-box-reveal .image img {
  opacity: 1;
  transition: all ease-in-out 0.6s;
  transform: scale3d(1.1, 1.1, 1);
}
.alice-event-card-wrapper .tout-box-reveal .image-hover img {
  position: absolute;
  transition: all ease-in-out 0.6s;
  transform: scale3d(1.1, 1.1, 1);
}
.alice-event-card-wrapper .tout-box-reveal .content-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 2;
  opacity: 1;
  transition: opacity 1s;
  transform: translateY(0%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0) 100%);
}
.alice-event-card-wrapper .tout-box-reveal .content-wrapper .content {
  opacity: 1;
  transition-duration: 0.2s, 0.4s;
  transition-property: opacity, transform;
  padding: 0.7em;
  width: 100%;
}
.alice-event-card-wrapper .tout-box-reveal:hover .image-hover img, .alice-event-card-wrapper .tout-box-reveal:hover .image img {
  transform: scale3d(1.2, 1.2, 1);
}
.alice-event-card-wrapper .tout-box-reveal:hover .image {
  opacity: 0;
}
.alice-event-card-wrapper .tout-box-reveal:hover .content-wrapper .content {
  transform: translateY(100%);
  opacity: 0;
}
.alice-event-card-wrapper .tout-box-reveal:hover .content-hover {
  opacity: 1;
}
.alice-event-card-wrapper .tout-box-reveal:hover .content-hover .content {
  opacity: 1;
  transform: translateY(0%);
}
.alice-event-card-wrapper .tout-box-reveal:hover .overlay-gradient {
  opacity: 1;
  transform: translateY(11%);
}
.alice-event-card-wrapper .tout-box-reveal .content-hover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 2;
  opacity: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0) 100%);
  transition: opacity 1s;
  transform: translateY(0%);
}
.alice-event-card-wrapper .tout-box-reveal .content-hover .content {
  padding: 0.7em;
  transition-duration: 0.3s, 0.5s;
  transition-property: opacity, transform;
  transform: translateY(100%);
}
.alice-event-card-wrapper .tout-box-reveal .content-hover .content .heading {
  opacity: 1;
  display: block;
  margin-bottom: 5px;
}

.alice-event-slider-wrapper .event-card {
  max-width: 400px;
  background-color: #FFF;
  background-position: center;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
}
.alice-event-slider-wrapper .event-card:before {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.alice-event-slider-wrapper .event-card img.full-width {
  transition: all linear 0.25s;
  width: 100%;
  height: auto;
}
.alice-event-slider-wrapper .event-card .event-card-body {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  transition: all linear 0.25s;
}
.alice-event-slider-wrapper .event-heading {
  position: relative;
  transition: all 400ms ease-out;
  text-align: center;
  margin-bottom: 35px;
}
.alice-event-slider-wrapper .event-text {
  visibility: hidden;
  opacity: 0;
  height: unset;
  transition: all linear 0.25s;
  text-align: center;
}
.alice-event-slider-wrapper .event-card:hover .event-card-body {
  bottom: 30px;
}
.alice-event-slider-wrapper .event-card .event-heading::before,
.alice-event-slider-wrapper .event-card .event-heading::after {
  content: "";
  display: inline-block;
  width: 30%;
  height: 2px;
  margin-right: 0;
  margin-left: 0;
  transition: all 250ms ease-in;
}
.alice-event-slider-wrapper .event-card .event-heading::before {
  position: absolute;
  left: 0;
  top: -7px;
  transform: translateX(-200%);
}
.alice-event-slider-wrapper .event-card .event-heading::after {
  position: absolute;
  left: 0;
  bottom: -7px;
  transform: translateX(115%);
}
.alice-event-slider-wrapper .event-card:hover .event-heading::before {
  content: "";
  transform: translateX(115%);
}
.alice-event-slider-wrapper .event-card:hover .event-heading::after {
  content: "";
  transform: translateX(-200%);
}
.alice-event-slider-wrapper .event-card:hover .event-text {
  visibility: visible;
  opacity: 1;
  transition: all 400ms ease-out;
  height: initial;
}
@media (max-width: 768px) {
  .alice-event-slider-wrapper .event-card .event-card-body {
    bottom: 30px;
  }
  .alice-event-slider-wrapper .event-card .event-text {
    visibility: visible;
    opacity: 1;
    height: initial;
  }
  .alice-event-slider-wrapper .event-card .event-heading::before {
    display: none;
  }
  .alice-event-slider-wrapper .event-card .event-heading::after {
    position: absolute;
    left: 0;
    bottom: -7px;
    transform: translateX(115%);
  }
}
.alice-event-slider-wrapper .swiper-slide {
  height: auto;
  padding: 5px;
}
.alice-event-slider-wrapper .swiper-button-next {
  right: -55px;
  color: #ffffff;
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
.alice-event-slider-wrapper .swiper-button-prev {
  left: -55px;
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
.alice-event-slider-wrapper .swiper-pagination-bullets-dynamic {
  transform: translate(-50%, 40px) !important;
}
.alice-event-slider-wrapper .swiper-pagination-fraction {
  transform: translateY(40px) !important;
}
.alice-event-slider-wrapper .swiper-pagination:not(.swiper-pagination-bullets-dynamic) {
  transform: translateY(40px) !important;
}
.alice-event-slider-wrapper .swiper-container {
  width: 100%;
}
.alice-event-slider-wrapper .swiper-button-prev:after, .alice-event-slider-wrapper .swiper-button-next:after {
  display: none;
}

.alice-hero-slider-section-wrapper {
  /* Swiper Class */
  /*  BREAKPOINTS */
  /* For small devices */
  /* For small devices */
}
.alice-hero-slider-section-wrapper .swiper-pagination {
  position: absolute;
  bottom: 30px !important;
  left: 50%;
}
.alice-hero-slider-section-wrapper .swiper-pagination-bullet-active {
  margin: 0 5px;
}
.alice-hero-slider-section-wrapper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
}
.alice-hero-slider-section-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
.alice-hero-slider-section-wrapper .swiper-pagination-bullet-active {
  width: 2.5rem;
  height: 10px;
  border-radius: 0.5rem;
}
.alice-hero-slider-section-wrapper .container {
  position: relative;
  z-index: 2;
}
.alice-hero-slider-section-wrapper .home__content {
  row-gap: 20px;
}
.alice-hero-slider-section-wrapper .swiper-slide {
  width: 100% !important;
  overflow: hidden;
  height: auto;
}
.alice-hero-slider-section-wrapper .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 8s all;
  transform: scale(1);
}
.alice-hero-slider-section-wrapper .grid {
  display: grid;
  z-index: 3;
}
.alice-hero-slider-section-wrapper .home__group {
  display: grid;
  position: relative;
}
.alice-hero-slider-section-wrapper .home__group img {
  max-height: 550px;
  justify-self: center;
  height: 100%;
  width: auto;
}
.alice-hero-slider-section-wrapper .alice-hero-effects {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.alice-hero-slider-section-wrapper .home__data {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.alice-hero-slider-section-wrapper .swiper-slide-active > img {
  animation: scale 8s ease forwards;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 767px) {
  .alice-hero-slider-section-wrapper .home__content {
    padding: 5rem 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .alice-hero-slider-section-wrapper .home__data {
    margin-top: 40px;
  }
  .alice-hero-slider-section-wrapper .home__group {
    margin-bottom: 20px;
  }
  .alice-hero-slider-section-wrapper .home__group img {
    max-height: 300px;
  }
  .alice-hero-slider-section-wrapper .home__group {
    margin-bottom: 20px;
  }
}

.swiper-slide-active .home__title, .swiper-slide-active .home__subtitle, .swiper-slide-active .home__description {
  animation-duration: 3s;
  animation-name: rotating-text;
}

@keyframes rotating-text {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
}
.swiper-slide-active .home__group {
  animation-duration: 2s;
  animation-name: rotating-image;
}

@keyframes rotating-image {
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  0% {
    transform: translate3d(30%, 60%, 0);
    opacity: 0;
  }
}
.alice-action-banner-wrapper .relative__container {
  width: 100%;
  position: relative;
}
.alice-action-banner-wrapper .full__width img {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.alice-action-banner-wrapper .object__fit img {
  object-fit: cover;
  display: block;
}
.alice-action-banner-wrapper .alice-action-effects {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.alice-action-banner-wrapper .absolute {
  padding: 30px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 40px);
  width: 100%;
}
.alice-action-banner-wrapper .team-photo {
  position: relative;
}
@media (max-width: 600px) {
  .alice-action-banner-wrapper .full__width img {
    width: 100%;
    height: 100%;
  }
  .alice-action-banner-wrapper .absolute {
    padding: 20px;
    width: 100%;
    text-align: center;
  }
}

.alice-ticker .tiny {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.alice-ticker .swiper-container {
  width: 100%;
  height: auto;
  position: relative;
}
.alice-ticker .swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}
.alice-ticker .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.alice-ticker .swiper-slide {
  text-align: center;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
.alice-ticker .swiper-slide a {
  text-decoration: none;
}
@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.alice-image-ticker .ls-image-rotate-right img {
  transform: scale(1) translate(0, 0);
}
.alice-image-ticker .swiper-wrapper {
  align-items: center;
}

.alice-promo-product-wrapper.product-card {
  position: relative;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.alice-promo-product-wrapper.product-card .badge {
  position: absolute;
  left: 25px;
  top: 25px;
  background: red;
  padding: 3px 10px;
  z-index: 1;
}
.alice-promo-product-wrapper.product-card .product-tumb {
  display: block;
  padding: 0 0 85% 0;
  position: relative;
  overflow: hidden;
}
.alice-promo-product-wrapper.product-card .product-tumb img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: 0.7s ease-in-out;
}
.alice-promo-product-wrapper.product-card:hover img {
  transform: rotate(5deg) scale(1.13);
  transition: 0.5s ease-in-out;
}
.alice-promo-product-wrapper.product-card .product-details {
  padding: 20px;
}
.alice-promo-product-wrapper.product-card .product-bottom-details {
  overflow: hidden;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.alice-promo-product-wrapper.product-card .promo-desc {
  padding-bottom: 10px;
}
.alice-promo-product-wrapper.product-card .product-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding-top: 10px;
}
.alice-promo-product-wrapper.product-card.center .product-tags {
  justify-content: center;
}
.alice-promo-product-wrapper.product-card.right .product-tags {
  justify-content: end;
}
.alice-promo-product-wrapper.product-card .tag {
  padding: 5px;
  border: 1px solid;
}
.alice-promo-product-wrapper.product-card .product-price .discount {
  font-size: 80%;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
}

.alice-cases-wrapper .nav-pills {
  justify-content: center;
}
.alice-cases-wrapper .lav-btn-outline {
  width: 100%;
}
.alice-cases-wrapper .nav-item {
  flex-grow: 1;
}
.alice-cases-wrapper .lav-btn-outline.active {
  color: #fff;
  box-shadow: inset -5em 0 0 0 var(--lav-accent), inset 5em 0 0 0 var(--lav-accent);
  background-color: var(--lav-accent);
  transition: all 0.2s ease-in-out;
}
.alice-cases-wrapper .link-default {
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.alice-cases-wrapper .link-default:hover {
  transition: all 0.2s ease-in-out;
}

.post-cards .more-button {
  margin-bottom: 20px;
}
.post-cards .row.row-hover-cards > * {
  margin-bottom: 20px;
}
.post-cards .content-hover .content {
  width: 100%;
}
.post-cards .tout-box-reveal-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
}
.post-cards .tout-box-reveal-card:hover .image-hover img, .post-cards .tout-box-reveal-card:hover .image img {
  transform: scale3d(1.2, 1.2, 1);
}
.post-cards .tout-box-reveal-card:hover .image {
  opacity: 0;
}
.post-cards .tout-box-reveal-card:hover .content-wrapper .content {
  transform: translateY(100%);
  opacity: 0;
}
.post-cards .tout-box-reveal-card:hover .content-hover {
  opacity: 1;
}
.post-cards .tout-box-reveal-card:hover .content-hover .content {
  opacity: 1;
  transform: translateY(0%);
}
.post-cards .tout-box-reveal-card:hover .overlay-gradient {
  opacity: 1;
  transform: translateY(11%);
}
.post-cards .tout-box-reveal-card.active .image-hover img, .post-cards .tout-box-reveal-card.active .image img {
  transform: scale3d(1.2, 1.2, 1);
}
.post-cards .tout-box-reveal-card.active .image {
  opacity: 0;
}
.post-cards .tout-box-reveal-card.active .content-wrapper .content {
  transform: translateY(100%);
  opacity: 0;
}
.post-cards .tout-box-reveal-card.active .content-hover {
  opacity: 1;
}
.post-cards .tout-box-reveal-card.active .content-hover .content {
  opacity: 1;
  transform: translateY(0%);
}
.post-cards .tout-box-reveal-card.active .overlay-gradient {
  opacity: 1;
  transform: translateY(11%);
}
.post-cards .tout-box-reveal-card .overlay-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition-duration: 2s, 0.6s;
  transition-property: opacity, transform;
  transform-timing-function: ease-in-out;
  transform: translateY(100%);
}
.post-cards .tout-box-reveal-card img {
  min-width: 100%;
  width: 100%;
  height: auto;
  opacity: 1;
  transform: scale3d(1.1, 1.1, 1);
  transition: all ease-in-out 0.6s;
}
.post-cards .tout-box-reveal-card .image img {
  opacity: 1;
  transition: all ease-in-out 0.6s;
  transform: scale3d(1.1, 1.1, 1);
}
.post-cards .tout-box-reveal-card .image-hover img {
  position: absolute;
  transition: all ease-in-out 0.6s;
  transform: scale3d(1.1, 1.1, 1);
}
.post-cards .tout-box-reveal-card .content-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 2;
  opacity: 1;
  transition: opacity 1s;
  transform: translateY(0%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0) 100%);
}
.post-cards .tout-box-reveal-card .content-wrapper .content {
  opacity: 1;
  transition-duration: 0.2s, 0.4s;
  transition-property: opacity, transform;
  padding: 0.7em;
  width: 100%;
}
.post-cards .tout-box-reveal-card .content-hover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 2;
  opacity: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0) 100%);
  transition: opacity 1s;
  transform: translateY(0%);
}
.post-cards .tout-box-reveal-card .content-hover .content {
  padding: 0.7em;
  transition-duration: 0.3s, 0.5s;
  transition-property: opacity, transform;
  transform: translateY(100%);
}
.post-cards .tout-box-reveal-card .content-hover .content .heading {
  opacity: 1;
  display: block;
  margin-bottom: 5px;
}

/* Projects Style 2 */
.projects-style-2 .pulclean-project-thumbnail-wrapper {
  text-align: center;
}

.projects-style-2 .pulclean-project-thumbnail-wrapper .pulclean-project-image-container img {
  position: relative;
  overflow: hidden;
}

.projects-style-2 .pulclean-project-content-cover {
  background: #fff;
  box-shadow: none;
  position: relative;
  top: 0;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  transition: 0.4s ease-out 0s;
}

.projects-style-2 .pulclean-project-slide:hover .pulclean-project-content-cover {
  margin-top: -10px;
}

.projects-style-2 .pulclean-project-content-cover .pulclean-project-title {
  text-align: center;
}

.projects-style-2 .pulclean-project-content-cover .pulclean-project-title h3 {
  text-align: center;
  margin-bottom: 0;
}

.projects-style-2 .pulclean-project-content-cover .pulclean-project-title span {
  font-size: 16px;
  line-height: 28px;
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover remove perspective if you don't want the 3D effect */
.flip-box-back img {
  width: 100% !important;
}

.flip-box-back p {
  color: #111 !important;
}

.flip-box {
  background-color: transparent;
  margin-bottom: 20px;
  width: 100%;
  height: 430px;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {
  background-color: transparent;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: #FFF;
  color: white;
  transform: rotateY(180deg);
}

.alice-before-after-wrapper img-comparison-slider {
  visibility: hidden;
  outline: none;
}
.alice-before-after-wrapper img-comparison-slider [slot=second] {
  display: none;
}
.alice-before-after-wrapper img-comparison-slider.rendered {
  visibility: inherit;
}
.alice-before-after-wrapper img-comparison-slider.rendered [slot=second] {
  display: unset;
}
.alice-before-after-wrapper .slider-example-relative-size {
  --default-handle-width: clamp(40px, 10vw, 200px);
}
.alice-before-after-wrapper .before,
.alice-before-after-wrapper .after {
  margin: 0;
}
.alice-before-after-wrapper .before figcaption,
.alice-before-after-wrapper .after figcaption {
  background: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 12px;
  padding: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 100%;
  transition: all 0.8s ease-out;
}
.alice-before-after-wrapper .before figcaption {
  left: 12px;
}
.alice-before-after-wrapper .after figcaption {
  right: 12px;
}

.deal-day {
  width: 100%;
  position: relative;
  margin: auto;
  background: #fff;
  box-shadow: 0 14px 20px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
}
.deal-day mark, .deal-day .mark, .deal-day ins {
  background: unset;
}

.button-row {
  display: block;
  margin-top: 40px;
}

.deal-day .wc-forward {
  margin-left: 15px;
}

.sold-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .deal-day {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .deal-day {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .deal-day {
    height: 300px;
  }
}
.deal-day__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .deal-day__item {
    flex-direction: column;
  }
}
.deal-day__item.swiper-slide-active .deal-day__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.deal-day__item.swiper-slide-active .deal-day__content > * {
  opacity: 1;
  transform: none;
}

.deal-day__img {
  width: 230px;
  flex-shrink: 0;
  height: 230px;
  border-radius: 20px;
  overflow: hidden;
}

.swiper-slide-active .deal-day__img {
  background-color: white;
  box-shadow: 0 0 20px 5px rgba(252, 56, 56, 0.08);
}

.deal-day__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .deal-day__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .deal-day__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .deal-day__img {
    height: 230px;
  }
}
.deal-day__content {
  padding: 0 35px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .deal-day__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .deal-day__content {
    padding: 0;
  }
}
.deal-day__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
  margin-bottom: 5px;
}

.deal-day__content .card-price, .deal-day__content .deal-day__text {
  margin-bottom: 15px;
}

.deal-day__code {
  color: #7b7992;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}

.deal-day__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 5px;
  display: block;
}

.deal-day .deal-day__content a {
  text-decoration: none;
}

.deal-day__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.deal-day .button {
  display: inline-flex;
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  box-shadow: unset;
}

@media screen and (max-width: 576px) {
  .deal-day__button {
    width: 100%;
  }
}
.deal-day .swiper-container-horizontal > .swiper-pagination-bullets, .deal-day .swiper-pagination-custom, .deal-day .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.deal-day__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .deal-day__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 155px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.deal-day__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .deal-day__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.deal-day__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}

.deal-day__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .deal-day__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
/*
Shipping progress
*/
.deal-day .shipping-label-description {
  margin: 10px 0;
  text-align: center;
}

.deal-day .progress-bar {
  width: 100%;
  height: 8px;
  background-color: #f1f1f1;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.deal-day .progress {
  width: 0;
  height: 100%;
  background-color: #4CAF50;
  transition: width 0.3s ease-in-out;
  position: relative;
}

.deal-day .progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 200% 100%;
  animation: stripesAnimation 2s linear infinite;
  z-index: 1;
  transform: translateX(-100%);
}

@keyframes stripesAnimation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.deal-day h4 {
  text-align: center;
  margin-bottom: 15px;
}

.deal-day .flipper {
  color: #ffffff;
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 100%;
  padding: 0;
  margin: 0;
  height: 15px;
}

@media (max-width: 768px) {
  .flipper {
    font-size: 32px !important;
  }
}
.flipper.flipper-invisible {
  font-size: 0 !important;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.flipper-group label {
  position: absolute;
  color: #0A2603;
  font-size: 20%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  padding-top: 0.5em;
}

.flipper-digit {
  background-color: #4CAF50;
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
  border-radius: 5px;
}

.flipper-digit span {
  font-size: 25%;
}

.flipper-initialized > .flipper-delimiter {
  margin: 3px;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0.1em 0;
  margin: 0;
  min-width: 0.1em;
  line-height: 1em;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  padding: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.digit-top {
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  padding: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
  transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  z-index: 20;
}

.digit-top.r {
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  background: #cccccc;
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  line-height: 0 !important;
  top: 50% !important;
  bottom: auto !important;
  padding: 0 0.1em 0.1em 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
  transform-origin: 0 0 0 !important;
  z-index: 20;
}

.digit-top2.r {
  visibility: visible;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  background: #42923A;
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #42923A;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0;
  padding: 0 0.1em 0.1em 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}

.digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.alice-testimonials-slider-wrapper.alice-user-reviews-wrapper .card-body {
  align-items: center;
}
.alice-testimonials-slider-wrapper.alice-user-reviews-wrapper .testimonial-info {
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  align-content: center;
}
.alice-testimonials-slider-wrapper.alice-user-reviews-wrapper .review-item-title {
  display: block;
}
.alice-testimonials-slider-wrapper.alice-user-reviews-wrapper .testimonial-name-title {
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}
.alice-testimonials-slider-wrapper.alice-user-reviews-wrapper .card .testimonial-photo img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 0;
}
.alice-testimonials-slider-wrapper.alice-user-reviews-wrapper .swiper-slide {
  padding: 30px 0;
}
.alice-testimonials-slider-wrapper.alice-user-reviews-wrapper .testimonial-photo {
  margin-top: -70px;
}
.alice-testimonials-slider-wrapper.alice-user-reviews-wrapper .card-description {
  position: relative;
}
.alice-testimonials-slider-wrapper.alice-user-reviews-wrapper .testimonial-quote {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.alice-testimonials-slider-wrapper.alice-user-reviews-wrapper .testimonial-item-text {
  z-index: 2;
  text-align: center;
  position: relative;
}

.banner-card {
  color: #ffffff;
  padding: 100% 0 0 0;
  height: 100%;
  max-height: 500px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 500ms ease;
  position: relative;
}
.banner-card .banner-badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.banner-card img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  transition: 0.7s ease-in-out;
}
.banner-card:hover {
  transition: all 0.5s ease-in-out;
}
.banner-card:hover img {
  transform: rotate(3deg) scale(1.13);
  transition: 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}
.banner-card .card-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  transition: transform 500ms ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: var(--a-banner-vertical-align);
}
.banner-card .card-content {
  transform: translateY(0);
  transition-delay: 500ms;
}
.banner-card svg {
  max-width: 30px;
  min-width: 20px;
}
.banner-card .button {
  cursor: pointer;
  text-decoration: none;
  color: hsl(207, 19%, 9%);
  padding: 0.5em 1.25em;
  border-radius: 0.25em;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
.banner-card .button > *:not(:last-child) {
  margin-right: 10px;
}
.banner-card .button:hover,
.banner-card .button:focus {
  background-color: hsl(0, 0%, 100%);
}
.banner-card .button:hover svg {
  transform: translateX(10px);
  transition: all ease-in-out 300ms;
}
.banner-card .button svg {
  transition: all ease-in-out 300ms;
}
.banner-card .sub-title {
  width: fit-content;
}
.banner-card .card-body {
  flex-grow: 0;
}

.alice-posts-grid.alice-news-grid .author-comments {
  margin-top: 0;
}
.alice-posts-grid.alice-news-grid .sub-grid {
  padding: 10px;
}
.alice-posts-grid.alice-news-grid .sub-grid .card .card-image {
  padding: 0 0 30% 0;
  margin-right: 10px;
}
.alice-posts-grid.alice-news-grid .heading-box {
  align-items: center;
  margin-bottom: 30px;
}
.alice-posts-grid.alice-news-grid .button:hover svg {
  transform: translateX(10px);
  transition: all ease-in-out 300ms;
}
.alice-posts-grid.alice-news-grid .button svg {
  transition: all ease-in-out 300ms;
}

.alice-tags-index-wrapper {
  /* Responsive styles */
}
.alice-tags-index-wrapper .section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap; /* Ensure the content wraps on smaller screens */
}
.alice-tags-index-wrapper .site-heading__content {
  display: flex;
  flex-direction: column;
}
.alice-tags-index-wrapper .site-heading__title {
  margin: 0;
}
.alice-tags-index-wrapper .site-heading__info {
  margin-top: 10px; /* Ensure proper spacing on smaller screens */
}
.alice-tags-index-wrapper .terms-glossary {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Adjust the gap between columns */
}
.alice-tags-index-wrapper .terms-glossary__group {
  padding: 15px;
  border-radius: 5px;
  flex: 1 1 calc(33.333% - 20px); /* Three columns with space between them */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.alice-tags-index-wrapper .terms-glossary__title {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  flex-shrink: 0;
}
.alice-tags-index-wrapper .terms-glossary__item {
  text-decoration: none;
  padding: 5px;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .alice-tags-index-wrapper .terms-glossary__group {
    flex: 1 1 calc(50% - 20px); /* Two columns on tablets */
  }
}
@media (max-width: 768px) {
  .alice-tags-index-wrapper .terms-glossary__group {
    flex: 1 1 100%; /* One column on mobile devices */
  }
  .alice-tags-index-wrapper .section-heading {
    flex-direction: column;
    align-items: flex-start;
    padding: 5px;
  }
  .alice-tags-index-wrapper .site-heading__info {
    margin-top: 5px; /* Adjust spacing for smaller screens */
  }
}

.alice-categories-index-wrapper {
  /* Hover effects */
  /* Responsive styles */
}
.alice-categories-index-wrapper .section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.alice-categories-index-wrapper .site-heading__content {
  display: flex;
  flex-direction: column;
}
.alice-categories-index-wrapper .site-heading__title {
  font-size: 2em;
  margin: 0;
}
.alice-categories-index-wrapper .site-heading__info {
  font-size: 1.5em;
}
.alice-categories-index-wrapper .categories-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Adjust the gap between columns */
}
.alice-categories-index-wrapper .category-card {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 5px;
  flex: 1 1 calc(33.333% - 20px); /* Three columns with space between them */
  box-sizing: border-box;
  text-align: center;
  transition: background 0.3s;
}
.alice-categories-index-wrapper .category-card a {
  text-decoration: none;
  color: inherit;
}
.alice-categories-index-wrapper .category-card img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.alice-categories-index-wrapper .category-card h2 {
  font-size: 1.25em;
  margin-top: 10px;
  margin-bottom: 5px;
}
.alice-categories-index-wrapper .category-card p {
  font-size: 1em;
  color: #666;
  margin: 0 0 10px;
}
.alice-categories-index-wrapper .category-card span {
  font-size: 0.85em;
  color: #0073aa;
}
.alice-categories-index-wrapper .category-card:hover {
  background: #e9e9e9;
}
@media (max-width: 1024px) {
  .alice-categories-index-wrapper .category-card {
    flex: 1 1 calc(50% - 20px); /* Two columns on tablets */
  }
}
@media (max-width: 768px) {
  .alice-categories-index-wrapper .category-card {
    flex: 1 1 100%; /* One column on mobile devices */
  }
  .alice-categories-index-wrapper .site-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .alice-categories-index-wrapper .site-heading__info {
    margin-top: 10px;
  }
}

.alice-products-slider {
  /* Make sure the product-item container takes up the full height and aligns properly */
  /* Additional styling for the product */
  /* Optional: Style product details, so they are placed properly within the container */
}
.alice-products-slider .woocommerce-loop-product__title {
  flex-grow: 0;
}
.alice-products-slider .woocommerce-loop-product__link {
  height: unset;
}
.alice-products-slider .product-swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align the content to the top */
  justify-content: flex-start; /* Ensure top alignment for all elements */
}
.alice-products-slider .product-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box; /* Prevent padding from affecting height */
  width: 100%;
}
.alice-products-slider .product-item .product {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start; /* Ensure the content aligns to the top */
}
.alice-products-slider .product-item .product .product-features {
  margin-top: auto; /* Push features to the bottom if needed */
}
.alice-products-slider h2 {
  display: none;
}
.alice-products-slider .buttons-deck {
  display: flex;
}
.alice-products-slider.grid .button {
  display: block;
}
.alice-products-slider.grid .col-8.buttons-deck.text {
  align-items: center;
}
.alice-products-slider.grid .product {
  padding-bottom: 10px;
}
.alice-products-slider.type-1 .product-item {
  height: auto;
}
.alice-products-slider.type-1 .price {
  margin-bottom: 0;
}
.alice-products-slider.type-4 .price {
  margin-bottom: 0;
}
.alice-products-slider.type-3 .star-rating {
  margin: 0;
}
.alice-products-slider.type-2 .product-item {
  height: auto;
}
.alice-products-slider.type-2 .product-item:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.alice-products-slider.type-2 .product-item:hover .product {
  padding-bottom: 150px;
  transform: scale(1);
}
.alice-products-slider.type-2 .price {
  margin-bottom: 0;
}

.products-hero-wrapper .post {
  max-width: 700px;
  margin-bottom: 16px;
}
.products-hero-wrapper .attachment-woocommerce_full.size-woocommerce_full {
  width: 100%;
  max-width: 700px;
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 3/3;
}
.products-hero-wrapper .post-body {
  display: grid;
  grid-template-columns: 15% 60% 20%;
  align-items: center;
  gap: 8px;
  padding: 15px 0;
  cursor: default;
}
.products-hero-wrapper .swiper-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
  gap: 10px;
}
.products-hero-wrapper .swiper-horizontal > .swiper-scrollbar, .products-hero-wrapper .swiper-scrollbar.swiper-scrollbar-horizontal, .products-hero-wrapper .swiper-scrollbar {
  position: unset;
  left: unset;
  bottom: unset;
  z-index: unset;
  height: 2px;
  width: unset;
}
.products-hero-wrapper .swiper-scrollbar {
  flex: 1;
  height: 2px;
  background: #000;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.products-hero-wrapper .swiper-scrollbar-drag {
  background: #000;
  height: 8px;
  border-radius: 0;
}
.products-hero-wrapper .swiper-navigation {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  position: relative;
  min-width: 80px;
}
.products-hero-wrapper .swiper-button-prev, .products-hero-wrapper .swiper-button-next {
  font-size: 30px;
}
.products-hero-wrapper .swiper-button-prev:after, .products-hero-wrapper .swiper-button-next:after {
  display: none;
}
.products-hero-wrapper .image-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  cursor: pointer;
}
.products-hero-wrapper .banner-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.products-hero-wrapper .banner-wrapper .button {
  position: absolute;
  bottom: -90px;
  right: 0;
  z-index: 3;
  transition: all 1.3s ease;
}
.products-hero-wrapper .banner-wrapper .cart-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  background: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 15px;
}
.products-hero-wrapper .banner-wrapper:hover .cart-icon {
  bottom: -90px;
  transition: all 1.3s ease;
}
.products-hero-wrapper .banner-wrapper:hover .button {
  bottom: 0;
  transition: all 1.3s ease;
  box-shadow: unset;
}
.products-hero-wrapper .banner-wrapper .added_to_cart.wc-forward {
  position: absolute;
  bottom: 50%;
  right: 50%;
  z-index: 7;
}
.products-hero-wrapper .alice-gallery-slider-slide {
  max-width: 33%;
}
.products-hero-wrapper.custom-width .alice-gallery-slider-slide {
  max-width: 30%;
}
.products-hero-wrapper.custom-width .alice-gallery-slider-slide:nth-child(2) {
  max-width: 70%;
}
.products-hero-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.3s ease, z-index 1.3s ease;
}
.products-hero-wrapper .image-1 {
  z-index: 2;
  transform: translateX(0) scale(1);
}
.products-hero-wrapper .image-2 {
  z-index: 1;
  transform: translateX(100%) scale(0.9);
  transition: transform 1.5s ease, z-index 1.5s ease;
}
.products-hero-wrapper .banner-wrapper:hover .image-1 {
  transform: translateX(-100%) scale(0.9);
  z-index: 1;
}
.products-hero-wrapper .banner-wrapper:hover .image-2 {
  transform: translateX(0) scale(1);
  z-index: 2;
}
.products-hero-wrapper .nav.nav-pills {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: auto;
  margin: 0 0 15px 0;
  gap: 10px;
  flex-wrap: nowrap;
}
.products-hero-wrapper .nav-link {
  border-radius: 0;
  border: 1px solid #000;
  color: #000;
  text-wrap: nowrap;
}
.products-hero-wrapper .nav-link.active {
  border-radius: 0;
  background: #000;
}
@media (max-width: 768px) {
  .products-hero-wrapper .image-container {
    height: 300px;
    width: 100%;
  }
  .products-hero-wrapper .alice-gallery-slider-slide {
    max-width: 100%;
  }
  .products-hero-wrapper .alice-gallery-slider-slide:nth-child(2) {
    max-width: 100%;
  }
}
.products-hero-wrapper mark, .products-hero-wrapper .mark, .products-hero-wrapper ins {
  background: unset;
}

.products-video-wrapper {
  /* Video Player Container */
  /* Video */
  /* Controls Overlay */
  /* Play/Pause Button */
  /* Product Thumbnail */
  /* Locked Icon */
  /* Progress bar container */
  /* Progress bar line */
}
.products-video-wrapper .video-container {
  position: relative;
  max-width: 700px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.products-video-wrapper .video-container:hover .mute {
  background-color: rgba(0, 0, 0, 0.6);
}
.products-video-wrapper .video-container video {
  width: 100%;
  display: block;
}
.products-video-wrapper .controls {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.products-video-wrapper .play-pause {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
}
.products-video-wrapper .mute {
  width: 40px;
  height: 40px;
  border: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
}
.products-video-wrapper .play-pause:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.products-video-wrapper .product-thumbnail {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.products-video-wrapper .product-thumbnail img {
  max-width: 100%;
  border-radius: 5px;
}
.products-video-wrapper .lock-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
}
.products-video-wrapper .progress-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px; /* Thickness of the progress bar */
  background: rgba(0, 0, 0, 0.2); /* Light background */
}
.products-video-wrapper .progress-bar {
  width: 0;
  height: 100%;
  background: #00bcd4; /* Blue progress line color */
  transition: width 0.1s linear;
}
.products-video-wrapper .swiper-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
  gap: 10px;
}
.products-video-wrapper .swiper-horizontal > .swiper-scrollbar, .products-video-wrapper .swiper-scrollbar.swiper-scrollbar-horizontal, .products-video-wrapper .swiper-scrollbar {
  position: unset;
  left: unset;
  bottom: unset;
  z-index: unset;
  height: 2px;
  width: unset;
}
.products-video-wrapper .swiper-scrollbar {
  flex: 1;
  height: 2px;
  background: #000;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.products-video-wrapper .swiper-scrollbar-drag {
  background: #000;
  height: 8px;
  border-radius: 0;
}
.products-video-wrapper .swiper-navigation {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  position: relative;
  min-width: 80px;
}
.products-video-wrapper .swiper-button-prev, .products-video-wrapper .swiper-button-next {
  font-size: 30px;
}
.products-video-wrapper .swiper-button-prev:after, .products-video-wrapper .swiper-button-next:after {
  display: none;
}
.products-video-wrapper .image-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  cursor: pointer;
}
.products-video-wrapper .added_to_cart.wc-forward {
  color: #fff;
  position: absolute;
  right: 50%;
  z-index: 7;
  top: 50%;
  transform: translate3d(-125%, -50%, 0);
  width: fit-content;
  min-width: 100px;
}
.products-video-wrapper .alice-gallery-slider-slide {
  max-width: 30%;
}

.products-ad-wrapper {
  aspect-ratio: 1512/614;
  height: auto;
  /* Animation Keyframes */
  /* Initial State */
  /* When Slide is Active */
}
.products-ad-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}
.products-ad-wrapper .ad-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.products-ad-wrapper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.products-ad-wrapper .main-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the entire slide area */
  z-index: 0; /* Ensures the image is behind the content */
}
.products-ad-wrapper .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  z-index: 10; /* Ensures the text appears above the image */
  padding: 40px;
}
.products-ad-wrapper .lav-btn-default {
  display: block;
}
.products-ad-wrapper .lav-btn-default:hover {
  box-shadow: unset;
}
.products-ad-wrapper .product-list {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 10; /* Ensures products appear above the background image */
}
.products-ad-wrapper .product {
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
}
.products-ad-wrapper .product img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.products-ad-wrapper .add_to_cart_button, .products-ad-wrapper .view_product_button {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.products-ad-wrapper .swiper-slide .main-content h2,
.products-ad-wrapper .swiper-slide .shop-now-btn,
.products-ad-wrapper .swiper-slide .product {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.products-ad-wrapper .swiper-slide-active .main-content h2 {
  animation: fadeInUp 0.6s ease forwards;
}
.products-ad-wrapper .swiper-slide-active .shop-now-btn {
  animation: fadeInUp 0.8s ease forwards;
}
.products-ad-wrapper .swiper-slide-active .product {
  animation: fadeInUp 1s ease forwards;
}
@media (max-width: 980px) {
  .products-ad-wrapper .product-list {
    flex-direction: column;
  }
  .products-ad-wrapper .product {
    width: 100px;
    height: 100px;
  }
}

.alice-price-list-wrapper .section-title {
  margin-bottom: 15px;
}
.alice-price-list-wrapper .services {
  margin-top: 20px;
}
.alice-price-list-wrapper .service-item {
  padding: 15px 0;
  cursor: pointer;
  transition: 0.3s;
}
.alice-price-list-wrapper .service-item:hover {
  color: #000;
}
.alice-price-list-wrapper .service-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 10px;
}
.alice-price-list-wrapper .line {
  flex-grow: 1;
  height: 2px;
  border-bottom: 2px dashed #000;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  min-width: 20px;
}
@keyframes dash {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 0;
  }
}
.alice-price-list-wrapper .service-item:hover .line {
  border-bottom: none;
  height: 2px;
  background: repeating-linear-gradient(90deg, #000 0px, #000 10px, transparent 10px, transparent 20px);
  background-size: 100px 100%;
  animation: dash 2s linear infinite;
}
.alice-price-list-wrapper .image-container {
  max-width: 400px;
  margin: auto;
}
.alice-price-list-wrapper .image-container img {
  width: 100%;
  border-radius: 15px;
  transition: 0.3s;
}
.alice-price-list-wrapper .img-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
}

.alice-sorted-gallery-wrapper {
  /* Контент внутри элемента */
  /* Фильтры */
}
.alice-sorted-gallery-wrapper .gallery-wrapper {
  position: relative;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.alice-sorted-gallery-wrapper .grid {
  position: relative;
  min-height: 1px;
  height: auto;
}
.alice-sorted-gallery-wrapper .item {
  display: block;
  position: absolute;
  width: calc(33.33% - 10px);
  margin: 5px;
  background: #fff;
  z-index: 1;
}
@media (max-width: 1024px) {
  .alice-sorted-gallery-wrapper .item {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .alice-sorted-gallery-wrapper .gallery-wrapper {
    padding-top: 60px;
  }
}
.alice-sorted-gallery-wrapper .item-content img {
  width: 100%;
  height: auto;
  display: block;
}
.alice-sorted-gallery-wrapper .item.muuri-item-dragging {
  z-index: 3;
}
.alice-sorted-gallery-wrapper .item.muuri-item-releasing {
  z-index: 2;
}
.alice-sorted-gallery-wrapper .item.muuri-item-hidden {
  z-index: 0;
  pointer-events: none;
}
.alice-sorted-gallery-wrapper .item-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.alice-sorted-gallery-wrapper.alice-sorted-gallery {
  position: relative;
  padding-top: 60px;
}
.alice-sorted-gallery-wrapper .alice-gallery-filters {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
  border-radius: 8px;
}
.alice-sorted-gallery-wrapper .alice-gallery-filters button {
  background-color: #f1f1f1;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.alice-sorted-gallery-wrapper .alice-gallery-filters button:hover,
.alice-sorted-gallery-wrapper .alice-gallery-filters button.active {
  background-color: #333;
  color: #fff;
}

.single-product #custom-product-masonry-grid {
  position: relative;
}

.single-product #custom-product-masonry-grid .item {
  position: absolute;
  width: calc(33% - 10px);
  margin: 5px;
}

/*# sourceMappingURL=alice-elementor-addons.css.map */
