/* .people-flip-card .contact-info {
  position: absolute;
  bottom: 40px;
  left: 12px;
  display: flex;
  align-items: center;
}

.people-flip-card {
  max-width: 20% !important;
  min-width: 20% !important;
}

.people-flip-card .contact-info .in {
  background: url(/wp-content/uploads/2023/06/twitter.png);
  background-size: 23px 23px;
  width: 23px;
  height: 23px;
  display: block;
}

.people-flip-card .contact-info .email-icon {
  background: url(/wp-content/uploads/2023/06/twitter.png);
  background-size: 27px 18px;
  width: 27px;
  height: 18px;
  display: block;
  margin-right: 13px;
}

.people-flip-card .elementor-flip-box__back .elementor-flip-box__layer__inner,
.people-flip-card .elementor-flip-box__front .elementor-flip-box__layer__inner {
  padding: 15px;
}

.people-flip-card .elementor-flip-box__back .elementor-flip-box__layer__inner {
  padding-top: 22px;
  height: 100%;
}

.people-flip-card .elementor-flip-box__back .elementor-flip-box__layer__inner .elementor-flip-box__layer__description {
  width: calc(100% - 15px);
  text-align: start;
}

.people-flip-card .elementor-flip-box__back,
.people-flip-card .elementor-flip-box__back .elementor-flip-box__layer__overlay {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s ease-in-out;
  -webkit-transform: scale(1) translate3d(0px, 0, 0);
  transform: scale(1) translate3d(0px, 0, 0);
}

.people-flip-card .elementor-flip-box__back:hover .elementor-flip-box__layer__overlay {
  transform: scale(1) translate3d(0px, 0, 0);
  transform: scale(1) translate3d(-5px, 0, 0);
  width: 105% !important;
}

.people-flip-card .elementor-flip-box__back:hover {
  transform: scale(1) translate3d(-5px, 0, 0);
  transform: scale(1) translate3d(5px, 0, 0);
}

.flip-box-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flip-box-title-wrapper .title-speaker {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #53f6c6;
  text-align: start !important;
}

.flip-box-title-wrapper .title-name {
  text-align: start !important;
  margin-top: -10px;
} */

/* Post */

/* .posts-type-one .elementor-post__read-more {
  position: relative;
  display: inline-block;
  border: none;
  background: none;
  font-size: 16px;
  color: #53f6c6;
  cursor: pointer;
  overflow: hidden;
}

.posts-type-one .elementor-post__read-more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 100%;
  height: 4px;
  opacity: 0.5;
  background-color: #53f6c6;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-in-out;
}

.posts-type-one .elementor-post__read-more:hover::before {
  transform: scaleX(1);
}

.years-banner .image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.years-banner .image img {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s ease-in-out;
  -webkit-transform: scale(1.08) translate3d(-5px, 0, 0);
  transform: scale(1.08) translate3d(-5px, 0, 0);
}

.years-banner .image:hover img {
  transform: scale(1.08) translate3d(-5px, 0, 0);
  transform: scale(1.08) translate3d(5px, 0, 0);
}
 */
/* portfolio-gallery */

/* .portfolio-gallery .e-gallery-item {
  overflow: hidden;
}

.portfolio-gallery .e-gallery-item .e-gallery-image {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s ease-in-out;
  -webkit-transform: scale(1.08) translate3d(-5px, 0, 0);
  transform: scale(1.08) translate3d(-5px, 0, 0);
}

.portfolio-gallery .e-gallery-item:hover .e-gallery-image {
  transform: scale(1.08) translate3d(-5px, 0, 0);
  transform: scale(1.08) translate3d(5px, 0, 0);
}
 */
/* testimonials */

/* .testimonial .elementor-testimonial__image {
  position: relative;
  width: 150px;
  height: 150px;
}

.testimonial .elementor-testimonial__image img {
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 50px;
  height: 50px;
}

.testimonial .elementor-testimonial__image:after {
  content: "";
  background-image: url("/wp-content/uploads/2023/06/dots.png");
  background-repeat: no-repeat;
  background-size: 110px 110px;
  width: 110px;
  height: 110px;
  position: absolute;
  top: -20px;
  right: 10px;
  z-index: -1;
}

.scroll-to-top {
  position: fixed;
  right: 60px;
  bottom: 60px;
  padding: 0px;
  margin: 0px;
  width: 40px !important;
  height: 40px !important;
  display: block;
}

.scroll-to-top a {
  width: 40px;
  height: 40px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-to-top a:hover {
  background: #50d6ae !important;
}

.scroll-to-top a span {
  margin: 0px !important;
}

.scroll-to-top svg path {
  fill: black;
}

.scroll-to-top svg {
  transition: transform 0.3s ease;
}

.scroll-to-top:hover svg {
  transform: translateY(-5px);
}
 */
/* PRICE CARD */

/* .price-card .elementor-price-table__footer .elementor-price-table__button {
  position: relative;
  display: inline-block;
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}

.price-card .elementor-price-table__footer .elementor-price-table__button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  width: 60%;
  height: 4px;
  opacity: 0.5;
  background-color: #53f6c6;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-in-out;
}

.price-card .elementor-price-table__footer .elementor-price-table__button:hover::before {
  transform: scaleX(1);
}

.price-card .elementor-price-table{
	position:relative;
}

.price-card .elementor-price-table__price{
position:absolute;
top:0;
	left:0;
} */

/* .price-card .elementor-price-table__features-list {
	margin: 16px 0;
	list-style:none !important;
}

.price-card .elementor-price-table__features-list li:before {
	content: 'v';
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 12px;
    font-family: ElegantIcons;
    font-size: 18px;
    color: #000;
} */

/* @media only screen and (max-width: 1024px) {
  .people-flip-card {
    max-width: 33.33% !important;
    min-width: 33.33% !important;
  }
}

@media only screen and (max-width: 767px) {
  .people-flip-card {
    max-width: 50% !important;
    min-width: 50% !important;
  }

  .testimonial .elementor-testimonial {
    flex-direction: column-reverse !important;
  }

  .testimonial .elementor-testimonial__footer {
    margin-bottom: 20px;
    align-items: center;
  }
}

@media only screen and (max-width: 425px) {
  .people-flip-card {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
 */