.elementor-kit-29{--e-global-color-primary:#5C1616;--e-global-color-secondary:#F9F7F2;--e-global-color-text:#1F1A1A;--e-global-color-accent:#D4A24E;--e-global-color-dea3c68:#2D1B14;--e-global-typography-primary-font-family:"Playfair Display";--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:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-29 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 */html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.pulse-header .elementor-heading-title {
    position: relative;
    display: inline-flex;
    align-items: center;  
    padding-left: 12px;  
    font-size: 14px;      
}

.pulse-header .elementor-heading-title::before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #D4A24E;
    border-radius: 50%; 
    display: inline-block;
    z-index: 1;
}

.pulse-header .elementor-heading-title::after {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: rgba(192, 155, 94, 0.4); 
    border-radius: 50%;
    z-index: 0;
  
    animation: slowPing 3.5s cubic-bezier(0.2, 0, 0.3, 1) infinite;
}

@keyframes slowPing {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    5% {
        opacity: 0.8; 
    }
    50% {
        transform: scale(3.5); 
        opacity: 0;
    }
    100% {
        transform: scale(3.5);
        opacity: 0; 
    }
}/* End custom CSS */