.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-296ed29:#153147;--e-global-color-e5973e0:#AEB9BB;--e-global-color-1062a7b:#242B30;--e-global-color-fd34481:#D3CFC9;--e-global-color-7871592:#F3EFEE;--e-global-color-9aaeb23:#FFFFFF;--e-global-color-a7af7a8:#02010100;--e-global-typography-primary-font-family:"urbane";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"urbane";--e-global-typography-secondary-font-weight:100;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6;--e-global-typography-accent-font-family:"urbane";--e-global-typography-accent-font-weight:300;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.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 *//*Hide Auto terms footer START*/
.wpautoterms-footer{
    display: none;
}
/*Hide Auto terms footer END*/

/*Custom CTA Animation START*/
.custom-cta a{
    background: white;
    transition: 0.7s;
}

.custom-cta a:hover{
    background: transparent !important;
    color: #153147 !important;
}


.custom-cta a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-top: solid #153147 1px;
  border-bottom: solid #153147 1px;
  top: 0;
  left: 50%; /* Start from the center */
  transform: translateX(-50%) scaleX(0); /* Center align and scale from the center */
  transform-origin: center;
  transition: 0.7s;
}

.custom-cta a:hover::after {
  width: 100%; /* Ensure the width covers the full length */
  transform: translateX(-50%) scaleX(1); /* Expand to full width */
}
/*Custom CTA Animation END*/



/*Main CTA White Version START*/
.custom-cta-white a{
    background: white;
    transition: 0.7s;
}

.custom-cta-white a:hover{
    background: transparent !important;
    color: white !important;
}


.custom-cta-white a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-top: solid white 1px;
  border-bottom: solid white 1px;
  top: 0;
  left: 50%; /* Start from the center */
  transform: translateX(-50%) scaleX(0); /* Center align and scale from the center */
  transform-origin: center;
  transition: 0.7s;
}

.custom-cta-white a:hover::after {
  width: 100%; /* Ensure the width covers the full length */
  transform: translateX(-50%) scaleX(1); /* Expand to full width */
}
/*Custom CTA Animation END*/


/*Secondary btn Animation START*/
.secondary-btn-animation a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -22%;
    width: 60px;
    height: 1px;
    background: white;
    transition: 0.6s;
}

.secondary-btn-animation a:hover::after{
   width: 30px;
}
/*Secondary btn Animation END*//* End custom CSS */