.elementor-483381 .elementor-element.elementor-element-970f2bf{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-483381 .elementor-element.elementor-element-ac7f374 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ac7f374 */.tfcStickyBar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}

.tfcStickySection {
  position: relative;
}
 
.tfcStickyBarElement {
  box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.06),
        0 20px 40px rgba(0, 0, 0, 0.08);
  position: fixed;
  bottom: 50px;
  left: 15%;
  width: 75%;
  z-index: 999;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border-radius: 12px;
  
  /* glass */
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.tfcStickyBarElement__promo-wrap {
    position: relative;
    /*background: linear-gradient(45deg, #eae7c5, #9ca37c) !important;*/
    border-top-left-radius: 12px;
    height: 80px;
    transition: height 0.3s ease;
}

.tfcStickyBarElement__promo {
    padding: 16px 30px 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(5px);
}

.tfcStickyBarElement__promo:nth-child(1) {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tfcStickyBarElement__promo:nth-child(2) {
    animation-delay: 5s;
}

.tfcStickyBarElement__promo h3 {
    line-height: 1.3;
    flex-basis: 40%;
    margin: 0;
}


.tfcStickyBarElement.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.tfcStickyBar__button{
    background-color: black;
    color: white;
    padding: 5px 50px;
    border-radius: 50px;
}


.tfcStickyBarElement__promo--hide {
    background-color: #fff;
    position: absolute;
    text-align: center;
    width: 24px;
    right: 0;
    padding: 4px;
    border-bottom-left-radius: 10px;
    font-size: 12px;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
}

.tfcStickyBarElement__promo--hide:hover {
    background-color: #000;
    color: #FFF;
}

@media (max-width: 767px) {
    .tfcStickyBarElement {
      bottom: 20px;
    }
    
    .tfcStickyBarElement__promo {
        display: block;
    }
    
    .tfcStickyBarElement__promo-wrap {
        height: 60px;
    }
    
    .copy-code {
        margin-top: 8px;
        margin-right: 0;
    }
    
    .tfcStickyBar__text {
        display: none;
    }

}


@keyframes fadeEffect {
    0%, 45% { 
        opacity: 1; 
        visibility: visible; 
        transform: translateY(0); 
    }
    46% { 
        opacity: 0; 
        visibility: hidden; 
        transform: translateY(-5px); /* Slide up while fading out */
    }
    50%, 95% { 
        opacity: 0; 
        visibility: hidden; 
        transform: translateY(5px); /* Reset to bottom for next slide in */
    }
    100% { 
        opacity: 1; 
        visibility: visible; 
        transform: translateY(0); 
    }
}


.tfcStickyBar .mc4wp-response p {
    margin: 10px 0 0;
}

/* Remove!!*/

.elementor-site-footer { z-index: -1 !important; }/* End custom CSS */