.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.float-cta{
    z-index: 9998;
    background: #111;
    color: #fff;
    border: 1.5px solid #8b1e2d;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 48px;
    align-items: center;
    gap: 10px;
    padding: 16px 26px;
    font-family: 'Poiret One', sans-serif;
    font-size: 13px;
    text-decoration: none;
    transition: all .3s ease;
    display: flex;
    position: fixed;
    bottom: 30px;
    right: 24px;
    box-shadow: 0 8px 28px rgba(2,12,18,.28),
                0 2px 8px rgba(159,2,2,.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.float-cta.visible{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.float-cta:hover{
    background: #8b1e2d;
    color: #fff;
    transform: translateY(-2px);
}
	
.float-cta:before{
    content: "";
    background: #8b1e2d;
    border-radius: 50%;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    display: inline-block;
    animation: pulseDot 2s infinite;
    box-shadow: 0 0 0 rgba(139,30,45,.6);
}
.float-cta:hover:before{
    background: #fff;
}

@keyframes pulseDot{
    0%{
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(139,30,45,.6);
    }

    70%{
        transform: scale(1.15);
        box-shadow: 0 0 0 10px rgba(139,30,45,0);
    }

    100%{
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(139,30,45,0);
    }
}

@media(max-width:768px){
    .float-cta{
        bottom: 20px;
        right: 16px;
        padding: 14px 20px;
        font-size: 11px;
        letter-spacing: 2px;
    }
}


.bf-sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

body.admin-bar .bf-sticky-header {
    top: 32px;
}/* End custom CSS */