.elementor-kit-6{--e-global-color-primary:#FF0000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#500000;--e-global-color-2499dd7:#FFFFFF;--e-global-color-4ff187b:#000000;--e-global-color-255be03:#F6F6F6;--e-global-color-44698a4:#D1D1D1;--e-global-color-3b815ca:#FFF0F0;--e-global-color-840fcde:#FFDDDD;--e-global-color-5e2201c:#FFC0C0;--e-global-color-d9474a0:#FF5757;--e-global-color-0c8e551:#D70000;--e-global-color-95ebf48:#B10303;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-2499dd7 );border-style:solid;border-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h6{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){margin-block-end: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 */body {
    overflow-x: hidden;
}

.imagefloat {
    animation: float 2.5s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(0, -20px);
	}
	100% {
		transform: translate(0, 0);
	}
}


        
        .buttonSpa a {
            cursor: pointer;
            background-color: transparent;
            font-family: inherit;
            font-size: 15px;
            padding: 10px 20px;
            color: #ffffff;
            border: 2px solid #ffffff;
            position: relative; 
            overflow: hidden;
            z-index: 1; /* Ensure the text is above the ::after element */
            transition: color 0.3s linear; /* Transition only the color */
            text-decoration: none;
        }

        .buttonSpa a::after {
            content: ''; 
            position: absolute; 
            inset: 0; 
            background-color: #ffffff;
            z-index: -1; /* Place the ::after element behind the text */
            transform: translateY(100%); /* Move it completely out of view */
            opacity: 0; /* Make it invisible by default */
            transition: transform 0.3s linear, opacity 0.3s linear; 
        }

        .buttonSpa a:hover {
            color: #121212;  
        }

        .buttonSpa a:hover::after {
            transform: translateY(0); /* Bring the ::after element into view */
            opacity: 1; /* Make it visible */
}/* End custom CSS */