.elementor-kit-7{--e-global-color-primary:#00A38F;--e-global-color-secondary:#AC593A;--e-global-color-text:#262626;--e-global-color-accent:#00A38F;--e-global-color-7249377:#EEEEEE;--e-global-color-fc39bb5:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:700;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-fc39bb5 );border-radius:5px 5px 5px 5px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-fc39bb5 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-text );}.elementor-kit-7 h1{text-transform:uppercase;}.elementor-kit-7 h2{text-transform:uppercase;}.elementor-kit-7 h3{text-transform:uppercase;}.elementor-kit-7 img{border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.swipe-left-hover {
    line-height: 0; /* Removes extra space inside the container */
}

.swipe-left-hover .elementor-button {
    position: relative; /* Required for pseudo-element positioning */
    overflow: hidden; /* Ensure the sliding effect stays within bounds */
    background-color: #18a28f!important; /* Default background color */
}

.swipe-left-hover .elementor-button::before {
    content: ''; /* Required for pseudo-element to render */
    position: absolute; /* Position pseudo-element relative to button */
    top: 0; /* Align to top edge */
    left: -100%; /* Start outside of the button */
    width: 100%; /* Full width of the button */
    height: 100%; /* Full height of the button */
    background-color: #333333; /* Hover background color */
    transition: left 0.3s ease; /* Smooth slide-in effect */
}

.swipe-left-hover .elementor-button:hover::before {
    left: 0; /* Slide into view on hover */
}

.swipe-left-hover .elementor-button-text {
    z-index: 100; /* Ensure text appears above pseudo-element */
}
.swipe-left-hover .elementor-button-icon {
    z-index: 100; /* Ensure text appears above pseudo-element */
}


body[data-elementor-device-mode="tablet"]
.swipe-left-hover .elementor-button::before {
    transition-duration: 0s; /* Disable transition on tablet */
}

body[data-elementor-device-mode="mobile"]
.swipe-left-hover .elementor-button::before {
    transition-duration: 0s; /* Disable transition on mobile */
}
.swipe-left-hover2 {
    line-height: 0; /* Removes extra space inside the container */
}

.swipe-left-hover2 .elementor-button {
    position: relative; /* Required for pseudo-element positioning */
    overflow: hidden; /* Ensure the sliding effect stays within bounds */
    background-color: #ffffff!important; /* Default background color */
}

.swipe-left-hover2 .elementor-button::before {
    content: ''; /* Required for pseudo-element to render */
    position: absolute; /* Position pseudo-element relative to button */
    top: 0; /* Align to top edge */
    left: -100%; /* Start outside of the button */
    width: 100%; /* Full width of the button */
    height: 100%; /* Full height of the button */
    background-color: #18a28f; /* Hover background color */
    transition: left 0.3s ease; /* Smooth slide-in effect */
}

.swipe-left-hover2 .elementor-button:hover::before {
    left: 0; /* Slide into view on hover */
}

.swipe-left-hover2 .elementor-button-text {
    z-index: 100; /* Ensure text appears above pseudo-element */
}
.swipe-left-hover2 .elementor-button-icon {
    z-index: 100; /* Ensure text appears above pseudo-element */
}

body[data-elementor-device-mode="tablet"]
.swipe-left-hover2 .elementor-button::before {
    transition-duration: 0s; /* Disable transition on tablet */
}

body[data-elementor-device-mode="mobile"]
.swipe-left-hover2 .elementor-button::before {
    transition-duration: 0s; /* Disable transition on mobile */
}/* End custom CSS */