.elementor-90 .elementor-element.elementor-element-2950eb3{--display:flex;--min-height:0vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-90 .elementor-element.elementor-element-4e7b8b6 .gallery-item .gallery-caption{display:none;}/* Start custom CSS for image-gallery, class: .elementor-element-4e7b8b6 *//* Pentru galeria de parteneri Elementor - clase pe ordinea din HTML-ul tău */

/* Container principal pentru galeria de parteneri Elementor */

/* Clase pentru fiecare imagine de partener în ordine (1-9) */
.elementor-image-gallery .gallery-item:nth-child(1) img { width: 300px; } /* concelex.png - wide */
.elementor-image-gallery .gallery-item:nth-child(2) img { width: 420px; } /* erbasu.png - wider */
.elementor-image-gallery .gallery-item:nth-child(3) img { max-width: 150px; width: 100%; } /* canpower.png - thin */
.elementor-image-gallery .gallery-item:nth-child(4) img { width: 300px; } /* terragaz.png - wide */
.elementor-image-gallery .gallery-item:nth-child(5) img { max-width: 150px; width: 100%; } /* mc.png - thin */
.elementor-image-gallery .gallery-item:nth-child(6) img { width: 300px; } /* pallex.jpg - wide */
.elementor-image-gallery .gallery-item:nth-child(7) img { width: 300px; } /* bogart.png - wide */
.elementor-image-gallery .gallery-item:nth-child(8) img { width: 300px; } /* daro.png - wide */
.elementor-image-gallery .gallery-item:nth-child(9) img { max-width: 150px; width: 100%; } /* utcb.png - thin */

/* Toate imaginile să aibă height auto */
.elementor-image-gallery .gallery-item img {
  height: auto;
}

/* Responsive pentru mobile */
@media only screen and (max-width: 768px) {
  .elementor-image-gallery {
    gap: 2em;
  }
  
  .elementor-image-gallery .gallery-item {
    flex-basis: 30%;
    justify-content: center;
    padding: 1em;
    min-width: auto;
  }
  
  /* Mobile - thin images */
  .elementor-image-gallery .gallery-item:nth-child(3) img,
  .elementor-image-gallery .gallery-item:nth-child(5) img,
  .elementor-image-gallery .gallery-item:nth-child(9) img {
    width: 100px;
    max-width: 150px;
  }
  
  /* Mobile - wide images */
  .elementor-image-gallery .gallery-item:nth-child(1) img,
  .elementor-image-gallery .gallery-item:nth-child(4) img,
  .elementor-image-gallery .gallery-item:nth-child(6) img,
  .elementor-image-gallery .gallery-item:nth-child(7) img,
  .elementor-image-gallery .gallery-item:nth-child(8) img {
    width: 120px;
    max-width: 150px;
  }
  
  /* Mobile - wider images */
  .elementor-image-gallery .gallery-item:nth-child(2) img {
    width: 140px;
    max-width: 150px;
  }
  
  .elementor-image-gallery .gallery-item img {
    width: 100%;
    height: auto;
    max-width: 150px;
  }
}/* End custom CSS */