.elementor-8625 .elementor-element.elementor-element-9a1a667{--display:flex;--min-height:200px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:100px;--padding-right:0px;}.elementor-8625 .elementor-element.elementor-element-9a1a667:not(.elementor-motion-effects-element-type-background), .elementor-8625 .elementor-element.elementor-element-9a1a667 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8625 .elementor-element.elementor-element-86312b7 > .elementor-widget-container{margin:66px 0px 0px 0px;padding:0px 0px 3px 0px;}.elementor-8625 .elementor-element.elementor-element-86312b7.elementor-element{--align-self:flex-start;}.elementor-8625 .elementor-element.elementor-element-86312b7{text-align:center;}.elementor-8625 .elementor-element.elementor-element-86312b7 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;letter-spacing:0px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;color:var( --e-global-color-text );}.elementor-8625 .elementor-element.elementor-element-438d7bf{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:51px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8625 .elementor-element.elementor-element-a75be5b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-8625 .elementor-element.elementor-element-871a016{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-8625 .elementor-element.elementor-element-32f5241 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8625 .elementor-element.elementor-element-32f5241{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:300;letter-spacing:0px;}@media(min-width:768px){.elementor-8625 .elementor-element.elementor-element-a75be5b{--width:45%;}.elementor-8625 .elementor-element.elementor-element-871a016{--width:45%;}}@media(max-width:1024px){.elementor-8625 .elementor-element.elementor-element-9a1a667{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:40px;--padding-right:0px;}}@media(max-width:767px){.elementor-8625 .elementor-element.elementor-element-9a1a667{--min-height:125px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:0px;}.elementor-8625 .elementor-element.elementor-element-438d7bf{--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8625 .elementor-element.elementor-element-32f5241{font-size:16px;letter-spacing:0px;}}/* Start custom CSS for heading, class: .elementor-element-86312b7 */.h1 {
    position: relative;
    display: inline-block;
}

.h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* Adjust for spacing */
    width: 0;
    height: 7px; /* Underline height */
    background-color: #ED1C24; /* Underline color */
    transition: width 0.3s ease-in-out; /* Adjust animation timing */
}

.h1:hover::after {
    width: 100%; /* Expands underline from left to right */
}/* End custom CSS */