.elementor-kit-7{--e-global-color-primary:#F6C002;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#F6C002;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:1px;--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-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-size:70px;}.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 *//* Force the gallery itself to be a horizontal flex row */
.logo-gallery .gallery{
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;  /* centers the whole row */
  align-items: center !important;      /* vertical align */
  gap: 12px;                           /* spacing between logos */
  margin: 0 !important;
}

/* Each logo tile should NOT be full width */
.logo-gallery .gallery-item{
  width: auto !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  float: none !important;              /* kills old WP float layout */
}

/* Give each tile a consistent height and center logo inside */
.logo-gallery .gallery-icon{
  height: 56px;                        /* change to 48/64/72 */
  width: 120px;                        /* change if you want tighter/looser */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Keep logo proportions */
.logo-gallery img{
  max-height: 56px;                    /* match height above */
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain;
  display: block;
}

.ekit-wid-con a:active {
    color: white !important;
}/* End custom CSS */