.elementor-kit-6{--e-global-color-primary:#6E06C4;--e-global-color-secondary:#454545;--e-global-color-text:#4C4C4C;--e-global-color-accent:#F2295B;--e-global-color-3dcff24:#A100FF;--e-global-color-dd5c33a:#4C416A;--e-global-color-120ff20:#352B51;--e-global-color-6103a7b:#19EAAB;--e-global-color-ca7bbbe:#1C152F;--e-global-color-192e3eb:#F2295B;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:0px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:400;color:var( --e-global-color-secondary );font-family:"Poppins", Lato;font-size:16px;font-weight:400;letter-spacing:0.2px;--e-page-transition-entrance-animation:e-page-transition-fade-out-left;--e-page-transition-exit-animation:e-page-transition-fade-in-right;--e-page-transition-animation-duration:1500ms;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-dd5c33a );}.elementor-kit-6 p{margin-block-end:0px;}.elementor-kit-6 a{line-height:30px;}.elementor-kit-6 h2{font-family:"Poppins", Lato;font-size:36px;font-weight:800;line-height:40px;}.elementor-kit-6 h3{font-family:"Poppins", Lato;font-size:26px;font-weight:800;line-height:24px;}.elementor-kit-6 h4{font-family:"Poppins", Lato;font-size:22px;font-weight:600;line-height:24px;}.elementor-kit-6 h5{font-family:"Poppins", Lato;font-size:30px;line-height:24px;}.elementor-kit-6 h6{font-family:"Poppins", Lato;font-size:18px;font-weight:500;line-height:24px;}.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);}@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 */:root{
  --gutter-desktop: 40px;   /* for reference if you want desktop too */
  --gutter-tablet: 24px;    /* tablet portrait and down */
  --gutter-mobile: 16px;    /* mobile portrait */
}

/* Contain boxed sections’ inner container at tablet and below */
@media (max-width: 1024px){
  .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: var(--gutter-tablet) !important;
    padding-right: var(--gutter-tablet) !important;
  }
}

/* Tighter contain on mobile */
@media (max-width: 767px){
  .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: var(--gutter-mobile) !important;
    padding-right: var(--gutter-mobile) !important;
  }
}

/* Safety: avoid horizontal scroll from rogue 100vw elements */
html, body { overflow-x: hidden; }

/* Remove containment when you explicitly need full bleed */
.full-bleed.elementor-section.elementor-section-boxed > .elementor-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Optional: a constrained center column inside a full-bleed section */
.full-bleed .inner-contained {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; /* adjust */
  padding-left: var(--gutter-tablet);
  padding-right: var(--gutter-tablet);
}
@media (max-width: 767px){
  .full-bleed .inner-contained {
    padding-left: var(--gutter-mobile);
    padding-right: var(--gutter-mobile);
  }
 .elementor-counter-number-wrapper{
    justify-content: center;
}
}/* End custom CSS */