.elementor-kit-41{--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;--e-global-typography-78e4875-font-family:"Raleway";--e-global-typography-78e4875-font-size:clamp(3rem, 2.5385rem + 2.0513vw, 4rem);--e-global-typography-78e4875-font-weight:400;--e-global-typography-78e4875-text-transform:uppercase;--e-global-typography-78e4875-line-height:1.2em;--e-global-typography-dcccfe4-font-family:"Raleway";--e-global-typography-dcccfe4-font-size:clamp(2.4rem, 2.1231rem + 1.2308vw, 3rem);--e-global-typography-dcccfe4-font-weight:400;--e-global-typography-dcccfe4-text-transform:uppercase;--e-global-typography-dcccfe4-line-height:1.2em;--e-global-typography-2802887-font-family:"Raleway";--e-global-typography-2802887-font-size:clamp(2.1rem, 1.9154rem + 0.8205vw, 2.5rem);--e-global-typography-2802887-font-weight:400;--e-global-typography-2802887-text-transform:uppercase;--e-global-typography-2802887-line-height:1.2em;--e-global-typography-0cdf772-font-family:"Raleway";--e-global-typography-0cdf772-font-size:clamp(1.8rem, 1.7077rem + 0.4103vw, 2rem);--e-global-typography-0cdf772-font-weight:400;--e-global-typography-0cdf772-text-transform:uppercase;--e-global-typography-0cdf772-line-height:1.3em;--e-global-typography-2dc7958-font-family:"Raleway";--e-global-typography-2dc7958-font-size:clamp(1.6rem, 1.5308rem + 0.3077vw, 1.75rem);--e-global-typography-2dc7958-font-weight:400;--e-global-typography-2dc7958-text-transform:uppercase;--e-global-typography-2dc7958-line-height:1.3em;--e-global-typography-4602cdb-font-family:"Raleway";--e-global-typography-4602cdb-font-size:clamp(1.4rem, 1.3538rem + 0.2051vw, 1.5rem);--e-global-typography-4602cdb-font-weight:400;--e-global-typography-4602cdb-text-transform:uppercase;--e-global-typography-4602cdb-line-height:1.4em;--e-global-typography-8cbf63d-font-family:"Raleway";--e-global-typography-8cbf63d-font-size:clamp(1.2rem, 1.1769rem + 0.1026vw, 1.25rem);--e-global-typography-8cbf63d-font-weight:400;--e-global-typography-8cbf63d-text-transform:uppercase;--e-global-typography-8cbf63d-line-height:1.4em;--e-global-typography-2491a83-font-family:"Raleway";--e-global-typography-2491a83-font-size:1.2rem;--e-global-typography-2491a83-font-weight:400;--e-global-typography-2491a83-text-transform:uppercase;--e-global-typography-2491a83-line-height:1.4em;--e-global-typography-89ff1b2-font-family:"Raleway";--e-global-typography-89ff1b2-font-size:1rem;--e-global-typography-89ff1b2-font-weight:400;--e-global-typography-cf8e2a3-font-family:"Raleway";--e-global-typography-cf8e2a3-font-size:1rem;--e-global-typography-cf8e2a3-font-weight:700;--e-global-typography-ad3af0f-font-family:"Raleway";--e-global-typography-ad3af0f-font-size:1.125rem;--e-global-typography-ad3af0f-font-weight:400;--e-global-typography-8cc5dfa-font-family:"Raleway";--e-global-typography-8cc5dfa-font-size:0.875rem;--e-global-typography-8cc5dfa-font-weight:400;background-color:#2B324B;}.elementor-kit-41 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}@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 */.my-btn {
    font-weight: 400 !important;
    position: relative;
    text-decoration: none; /* Remove default underline */
    display: inline-block;
}

.my-btn::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 75%; /* Show half line initially */
    height: 1px; /* Line thickness */
    background-color: #FFB31E; /* Line color */
    transition: width 0.3s ease;
}

.my-btn:hover::after {
    width: 100%; /* Grow to full width on hover */
}/* End custom CSS */