.elementor-kit-5{--e-global-color-primary:#1C2630;--e-global-color-secondary:#334150;--e-global-color-text:#1C2630;--e-global-color-accent:#F54A04;--e-global-color-3a958ba:#FFFFFF;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-size:75px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:70px;--e-global-typography-secondary-font-family:"Bebas Neue Light";--e-global-typography-secondary-font-size:50px;--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-line-height:60px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Bebas Neue Light";--e-global-typography-accent-font-size:70px;--e-global-typography-accent-font-weight:bold;--e-global-typography-1c13f2e-font-family:"Bebas Neue Light";--e-global-typography-1c13f2e-font-size:50px;--e-global-typography-1c13f2e-font-weight:bold;--e-global-typography-1c13f2e-line-height:60px;--e-global-typography-1c13f2e-letter-spacing:1px;--e-global-typography-cf50873-font-family:"Inter";--e-global-typography-cf50873-font-size:14px;--e-global-typography-cf50873-font-weight:400;--e-global-typography-cf50873-text-transform:uppercase;--e-global-typography-cf50873-line-height:18.42px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1480px;}.e-con{--container-max-width:1480px;--container-default-padding-top:1%;--container-default-padding-right:4%;--container-default-padding-bottom:1%;--container-default-padding-left:4%;}.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:1366px){.elementor-kit-5{--e-global-typography-primary-font-size:60px;--e-global-typography-secondary-font-size:45px;--e-global-typography-accent-font-size:65px;--e-global-typography-1c13f2e-font-size:45px;}}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:55px;--e-global-typography-secondary-font-size:40px;--e-global-typography-accent-font-size:60px;--e-global-typography-1c13f2e-font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:45px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-size:13px;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-size:40px;--e-global-typography-accent-line-height:1.1em;--e-global-typography-1c13f2e-font-size:32px;--e-global-typography-1c13f2e-line-height:0.9em;--e-global-typography-cf50873-font-size:13px;--e-global-typography-cf50873-line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.btn-cta {
    position: relative;
}

.btn-cta a {
    background: transparent !important;
    color: var(--e-global-color-accent);
}

.btn-cta svg {
    transform: translateX(0);
    transition: transform .3s ease;
}

.btn-cta::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    bottom: -3px;
    background: var(--e-global-color-accent);
}

.btn-cta:hover {
    filter: brightness(1.4);
}

.btn-cta:hover svg {
    transform: translateX(5px);
}

.btn-cta:hover svg path {
    fill: none;
}

.btn-cta:hover::after {
animation-name: barScrollRight, barScrollLeft;
animation-duration: 300ms, 300ms;
animation-delay: 0ms, 300ms;
}

@keyframes barScrollLeft {
    0% {
        width: 0%;
        left: 0;
    }
    
    
    100% {
        width: 100%;
        left: 0;
    }
}


@keyframes barScrollRight {
    0% {
        width: 100%;
        right: 0;
    }
    
    
    100% {
        width: 0;
        animation: barScrollLeft .3s ease;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bebas Neue Light';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://mecahydro.pro/wp-content/uploads/2026/07/BebasNeue-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */