.elementor-kit-4{--e-global-color-primary:#1987C8;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#1987C8;--e-global-color-6c22da6:#104a74;--e-global-color-079a7fe:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-479d0cd-font-family:"Poppins";--e-global-typography-479d0cd-font-weight:500;--e-global-typography-479d0cd-text-transform:capitalize;--e-global-typography-590217f-font-family:"Poppins";--e-global-typography-590217f-font-size:3.3rem;--e-global-typography-590217f-font-weight:600;--e-global-typography-590217f-line-height:1.3em;--e-global-typography-2b479ec-font-family:"Poppins";--e-global-typography-2b479ec-font-size:1.2rem;--e-global-typography-2b479ec-font-weight:400;--e-global-typography-2b479ec-line-height:1.6em;font-family:"Poppins", Sans-serif;font-size:1rem;line-height:1.3em;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:#0A37B9;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;}.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);}@media(max-width:1024px){.elementor-kit-4{--e-global-typography-479d0cd-font-size:1.1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-479d0cd-font-size:1rem;--e-global-typography-590217f-font-size:2.1rem;--e-global-typography-2b479ec-font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-icon-wrapper, .elementor-button-icon {
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center
    
}


/* Utility: shrink-wrap flex container */
.div-widget {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: .5rem;                  /* spacing between children */
  width: max-content !important;
  min-width: max-content;
  max-width: none !important;
  box-sizing: border-box;
  flex: 0 0 auto;
  overflow: visible;
}

/* Handle Elementor inner wrapper */
.div-widget > .e-con-inner {
  display: flex;
  width: max-content !important;
  min-width: max-content;
  max-width: none !important;
  gap: inherit;
  box-sizing: border-box;
}

/* Prevent Elementor widgets from stretching */
.div-widget > .e-con-inner > .elementor-widget {
  width: auto !important;
  flex: 0 0 auto;
  margin: 0 !important;
}

/* Ensure buttons respect their text width */
.div-widget .elementor-button-wrapper,
.div-widget .elementor-button {
  white-space: nowrap;
  min-width: max-content;
  flex: 0 0 auto;
}/* End custom CSS */