.elementor-kit-10{--e-global-color-primary:#0B5036;--e-global-color-secondary:#EEF5FF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#48977C;--e-global-color-36383c8:#000000;--e-global-color-99865fb:#F4FBE9;--e-global-color-2eddca6:#FFFFFF;--e-global-color-031dc5b:#CCCCCC;--e-global-typography-primary-font-family:"Outfit";--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:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:18px;--e-global-typography-ef117d3-font-family:"Outfit";--e-global-typography-ef117d3-font-size:55px;--e-global-typography-ef117d3-font-weight:600;--e-global-typography-ef117d3-line-height:65px;--e-global-typography-f26d3fd-font-family:"Outfit";--e-global-typography-f26d3fd-font-size:36px;--e-global-typography-f26d3fd-font-weight:500;--e-global-typography-f26d3fd-line-height:46px;--e-global-typography-9f5ac55-font-family:"Outfit";--e-global-typography-9f5ac55-font-size:32px;--e-global-typography-9f5ac55-font-weight:500;--e-global-typography-19d24d0-font-family:"Outfit";--e-global-typography-19d24d0-font-size:28px;--e-global-typography-19d24d0-font-weight:500;--e-global-typography-32e81d4-font-family:"Outfit";--e-global-typography-32e81d4-font-size:25px;--e-global-typography-32e81d4-font-weight:500;--e-global-typography-32e81d4-line-height:35px;--e-global-typography-eec8ee8-font-family:"Poppins";--e-global-typography-eec8ee8-font-size:16px;--e-global-typography-eec8ee8-font-weight:400;--e-global-typography-eec8ee8-line-height:26px;--e-global-typography-aaddf59-font-family:"Outfit";--e-global-typography-aaddf59-font-size:20px;--e-global-typography-aaddf59-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1535px;}.e-con{--container-max-width:1535px;--container-default-padding-top:5%;--container-default-padding-right:5%;--container-default-padding-bottom:5%;--container-default-padding-left:5%;}.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:1024px){.elementor-kit-10{--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:18px;--e-global-typography-ef117d3-font-size:37px;--e-global-typography-ef117d3-line-height:45px;--e-global-typography-f26d3fd-font-size:32px;--e-global-typography-f26d3fd-line-height:42px;--e-global-typography-32e81d4-font-size:22px;--e-global-typography-32e81d4-line-height:32px;--e-global-typography-eec8ee8-font-size:16px;--e-global-typography-eec8ee8-line-height:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:10%;--container-default-padding-right:5%;--container-default-padding-bottom:10%;--container-default-padding-left:05%;}}@media(max-width:769px){.elementor-kit-10{--e-global-typography-text-font-size:15px;--e-global-typography-text-line-height:25px;--e-global-typography-accent-font-size:15px;--e-global-typography-accent-line-height:17px;--e-global-typography-ef117d3-font-size:35px;--e-global-typography-f26d3fd-font-size:30px;--e-global-typography-f26d3fd-line-height:40px;--e-global-typography-32e81d4-font-size:20px;--e-global-typography-32e81d4-line-height:30px;--e-global-typography-eec8ee8-font-size:15px;--e-global-typography-eec8ee8-line-height:25px;--e-global-typography-aaddf59-font-size:18px;--e-global-typography-aaddf59-line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:769px;}.e-con{--container-max-width:769px;--container-default-padding-top:012%;--container-default-padding-right:05%;--container-default-padding-bottom:012%;--container-default-padding-left:05%;}}/* Start custom CSS *//*for button*/
/* Base button container */
.mortgage-animated-btn a.elementor-button {
    background: linear-gradient(90deg, #0d6a29, #4ba54a);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Sliding gradient layer */
.mortgage-animated-btn a.elementor-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #4ba54a, #0d6a29);
    transition: 0.4s ease-in-out;
    z-index: -1;
}

/* Hover → gradient slides left → right */
.mortgage-animated-btn a.elementor-button:hover:before {
    left: 0;
}

/* When hover ends → gradient slides right → left */
.mortgage-animated-btn a.elementor-button:not(:hover):before {
    left: -100%;
}/* End custom CSS */