.elementor-kit-5{--e-global-color-primary:#0405DD;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#E10C0E;--e-global-color-380e612:#F2F2FF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:0.4px;--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;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-text );font-weight:bold;}.elementor-kit-5 a:hover{color:#CACACA;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-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 */@media (max-width:1920px){
    .inner-padding{
     padding-left:calc(24px + (48 - 24) * ((100vw - 320px) / (1920 - 320))) !important;
        padding-right:calc(24px + (48 - 24) * ((100vw - 320px) / (1920 - 320))) !important;

    }
    
        .paddingtop_bot > div{
     padding-top:calc(90px + (169 - 90) * ((100vw - 320px) / (1920 - 320))) !important;
        padding-bottom:calc(110px + (261 - 110) * ((100vw - 320px) / (1920 - 320))) !important;

    }
    
            .paddingtop120_bot96 > div{
     padding-top:calc(69px + (120 - 60) * ((100vw - 320px) / (1920 - 320))) !important;
        padding-bottom:calc(48px + (96 - 48) * ((100vw - 320px) / (1920 - 320))) !important;

    }
    
        .font_66_38 *{
    font-size:calc(38px + (66 - 38) * ((100vw - 320px) / (1920 - 320))) !important;
      

    }
    
            .font_42_28 *{
    font-size:calc(28px + (42 - 28) * ((100vw - 320px) / (1920 - 320))) !important;
      

    }
}



/* Button base */
.headerbtn .elementor-button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  overflow: hidden !important;
  padding-right: 40px !important; /* room for circle */
}

/* Circle (always visible) */
.headerbtn .elementor-button::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 15px !important;
  width: 11px !important;
  height: 11px !important;
  background: #ffffff !important;
  border-radius: 50% !important;
  transition: width 0.3s ease, height 0.3s ease !important;
  z-index: 1 !important;
}

/* Arrow (hidden + small initially) */
.headerbtn .elementor-button::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 18px !important;
  width: 12px !important;
  height: 12px !important;
  background: url('/wp-content/uploads/2025/09/Arrow-1.svg') no-repeat center/contain !important;
  opacity: 0 !important;
  transform: translate(-15px, -50%) scale(0.4) !important; /* start small + left */
  transition: 
    transform 0.4s ease,
    opacity 0.3s ease !important;
  z-index: 2 !important;
}

/* Hover effects */
.headerbtn .elementor-button:hover::after {
  width: 17px !important;
  height: 17px !important;
}

.headerbtn .elementor-button:hover::before {
  opacity: 1 !important;
  transform: translate(0, -50%) scale(1) !important; /* slides + grows into place */
}/* End custom CSS */