.elementor-15802 .elementor-element.elementor-element-f0ecb70{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-15802:not(.elementor-motion-effects-element-type-background), body.elementor-page-15802 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFBF5;}:root{--page-title-display:none;}/* Start custom CSS */.video_mobile{
    display: none;
}

@media (max-width: 1024px){
    .video_mobile{
        display: block;
    }
    .video_desktop{
        display: none;
    }
}



/*CTA Footer*/
.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.3s ease;
}
.feature-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
}
.pricing-card .vat {
    font-size: 30px;
}

body.elementor-editor-active #banner-book-session {
     opacity: 1; 
     pointer-events: auto; 
     transform: translateY(0px); 
     transition: opacity .6s ease, transform .6s ease; 
     height: auto; 
}

.section-title{
        
    /*letter-spacing: -0.015em;*/
    /*background: linear-gradient(135deg, #1d1d1f 0%, #bb1a14 50%, #8a1410 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*background-clip: text;*/
}

.video_16_9 iframe {
    border-radius: 5px;
}


#partners-logo img {
    -webkit-filter: grayscale(100%) !important;
            filter: grayscale(100%) !important;
    /*width: 80%;*/
    max-height: 30px;
        -o-object-fit: contain;
           object-fit: contain;
}

/*Timeline CSS start*/
.timeline {
    position: relative;
    max-width: 900px;
    margin: 0px auto;
}

.timeline-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 48px;
}

.timeline-item:last-child{
     margin-bottom: 0px;
}

.timeline-marker {
   position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #D4A843 0%, #B8922F 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 4px 20px rgba(212, 168, 67, 0.4);
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 40px;
    width: 2px;
    height: calc(100% + 8px);
    background: linear-gradient(180deg, rgba(187, 26, 20, 0.5) 0%, transparent 100%);
}

.timeline-item:last-child::before {
    display: none;
}

.timeline-content {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    /*border-radius: 5px;*/
    padding: 30px;
}

.timeline-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fd3e27;
        margin-top: 0;
}

.timeline-content p,
.timeline-content li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

@media (max-width: 1024px){
    .timeline-content h4 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .timeline-content p,
    .timeline-content li {
        font-size: 16px;
        line-height: 26px;
    }
    .pricing-card .vat {
        font-size: 20px;
    }
    
}

@media (max-width: 767px){
    .timeline-content h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .timeline-content{
        padding:20px;
    }
    
    .timeline-item {
        padding-left: 50px;
    }
}

/*Timeline CSS end*/

/*Before and after slider CSS Start*/
.before_after_container {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --position: 50%;
}

.slider-image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: left;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  filter: grayscale(100%)
}

.slider_input {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #FFFBF5;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}
/*Before and after slider CSS end*/

/* cta button css start */
.cta-button a{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 600;
    color: #1a1a1a !important; /* better contrast on gold */
    background: linear-gradient(
        135deg,
        #f3d98a 0%,
        #e5b954 50%,
        #cfa23f 100%
    );
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 8px 32px rgba(229, 185, 84, 0.45),
        0 2px 8px rgba(229, 185, 84, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}



.cta-button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    transition: left 0.5s;
}

.cta-button a:hover::before {
    left: 100%;
}

.cta-micro {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    opacity: 0.9;
    font-style: italic;
}

@media (min-width: 1025px){
    .cta-button a:hover {
        transform: translateY(-4px) scale(1.02);
        box-shadow:
            0 16px 48px rgba(229, 185, 84, 0.55),
            0 8px 24px rgba(229, 185, 84, 0.45),
            inset 0 1px 0 rgba(255, 255, 255, 0.55),
            inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    }
    
    .cta-button.sticky-cta a:hover {
        transform: translateY(-2px) scale(1.01);
    }
}

/* cta button css end */

.beat {
  position: relative;
  background-color: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.beat::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.05), transparent 60%);
  transform: rotate(-15deg);
  pointer-events: none;
}

.beat::after {
  content: '';
  position: absolute;
  bottom: -20%;
  right: -20%;
  width: 140%;
  height: 140%;
  background: radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.04), transparent 60%);
  transform: rotate(20deg);
  pointer-events: none;
}


.elementor-location-footer{
    display: none !important;
}


@media only screen and (max-width: 1023px) {
    #book-session .elementor-widget-container:hover {
        -webkit-transform: scale(1) !important;
            -ms-transform: scale(1) !important;
                transform: scale(1) !important;
        --e-transform-scale: 1 !important;
    }
}

@media only screen and (max-width: 767px) {
    
    #partners-logo img {
        max-height: 30px;
    }
    
    .beat::after {
        display: none!important;
    }
}

@media  (max-width: 480px) {
    
    .cta-button {
        padding: 10px 15px;
    }
}/* End custom CSS */