.absolute-header {
    position: absolute;
    z-index: 1;
}
.she-header {
    -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}
#testimonial-carousel .slick-slider {
    overflow: hidden;
    width: 100%;
}
#testimonial-carousel .slick-list {
    margin: 0 -20px;
}
#testimonial-carousel .slick-track {
    transition: transform 0.3s ease;
}
#testimonial-carousel .slick-slide {
    margin: 0 20px;
}
#testimonial-carousel .slick-slide {
    width: 960px;
}
.nav-gallery-popup-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    width: 960px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.nav-gallery-popup-wrapper .slick-arrow {
    position: absolute;
}
.nav-gallery-popup-wrapper .slick-arrow.owl-prev {
    left: -25px;
}
.nav-gallery-popup-wrapper .slick-arrow.owl-next {
    right: -25px;
}

.programme-item .programme-content {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}
.programme-item.hide-view-more .view-more {
    display: none;
}
.programme-item:hover .programme-content,
.programme-item .programme-heading {
    background-color: var(--bg-color);
}
.programme-item:hover .elementor-widget-text-editor,
.programme-item:hover .elementor-button,
.programme-item:hover .programme-content {
	color: var(--text-color) !important;
}
.programme-item:hover .elementor-button path {
	stroke: var(--text-color);
}
.programme-item:hover .programme-content span {
    color: inherit !important;
}

.contact-form input[type=email] {
    min-width: 360px
}

.contact-form .wpcf7-form-control-wrap {
    display: inline-block;
    max-width: 220px
}

.contact-form input::placeholder {
    color: #FC4EA7
}
.contact-form input[type=text],.contact-form input[type=email] {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #FC4EA7;
    opacity: .6;
    border: none;
    border-bottom: 1px solid;
    padding: 0;
    text-align: center;
    position: relative;
    top: -7px;
}
.contact-form input[name=email] {
    min-width: 360px;
}
.contact-form .button_submit {
    display: inline-block;
    background: none;
    position: absolute;
    right: 20px;
    top: -7px;
}
.contact-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: absolute;
    bottom: -9px;
}
.contact-form .button_submit button {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
.contact-form .button_submit svg {
    width: 50px;
    height: 50px;
}
.contact-row {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    color: #5E5E5E;
    margin: 15px 0;
    max-width: 960px;
    position: relative
}

.contact-row input:focus-visible {
    outline-offset: none;
    outline: none
}

@-webkit-keyframes btn_shine {
    100% {
        left: 200%;
    }
}
@keyframes btn_shine {
    100% {
        left: 200%;
    }
}
.elementor-widget-button .elementor-button {
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.elementor-widget-button .elementor-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -khtml-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    z-index: -1;
}
.elementor-widget-button:hover .elementor-button:after {
    -webkit-animation: btn_shine 1.2s ease;
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@keyframes glow-move-zoom {
  0% {
    background-position: -40% 50%;
    transform: scale(0.8);
    opacity: 0.6;
  }

  30% {
    transform: scale(1.05);
    opacity: 1;
  }

  60% {
    transform: scale(0.9);
    opacity: 0.85;
  }

  100% {
    background-position: 140% 50%;
    transform: scale(1.05);
    opacity: 0.9;
  }
}

@keyframes glow-orbit {
  0% {
    background-position: 0% 50%;
    background-size: 0% 0%;
    opacity: 0.4;
  }

  25% {
    background-position: 50% 0%;
    background-size: 80% 80%;
    opacity: 0.9;
  }

  50% {
    background-position: 100% 50%;
    background-size: 150% 150%;
    opacity: 1;
  }

  75% {
    background-position: 50% 100%;
    background-size: 90% 90%;
    opacity: 0.85;
  }

  100% {
    background-position: 0% 50%;
    background-size: 120% 120%;
    opacity: 0.6;
  }
}

/* Timeline History - About page */
.about-th .twae-wrapper {
    --tw-line-width: 12px;
}
