.elementor-kit-92{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--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-92 e-page-transition{background-color:#FFBC7D;}.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);}@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 *//* FIX GLOBAL pentru toate imaginile din Elementor */
.elementor-widget-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* forțează containerele să fie egale */
.elementor .e-con {
    align-items: stretch !important;
}

/* fix pentru coloane */
.elementor .e-con > .e-con {
    flex: 1 1 50% !important;
}
/* hover pe card */
.card-hover {
    transition: all 0.3s ease;
    overflow: hidden;
}

/* ridicare */
.card-hover:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2) !important;
}

/* imagine */
.card-hover img {
    transition: transform 0.3s ease;
}

/* zoom imagine */
.card-hover:hover img {
    transform: scale(1.05);
}
/* DUNA - doua slidere unul langa altul */
.duna-2-slidere {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  width: 100% !important;
}

.duna-2-slidere > .e-con,
.duna-2-slidere > .elementor-element {
  width: calc(50% - 10px) !important;
  max-width: calc(50% - 10px) !important;
  flex: 0 0 calc(50% - 10px) !important;
}

.duna-2-slidere .elementor-widget-shortcode,
.duna-2-slidere .elementor-shortcode,
.duna-2-slidere rs-module-wrap,
.duna-2-slidere .rev_slider_wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .duna-2-slidere {
    flex-direction: column !important;
  }

  .duna-2-slidere > .e-con,
  .duna-2-slidere > .elementor-element {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
@media (min-width: 768px) {
  .duna-2-slidere {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
    align-items: start !important;
  }

  .duna-2-slidere > .e-con {
    width: 100% !important;
    max-width: 100% !important;
  }

  .duna-2-slidere rs-module-wrap,
  .duna-2-slidere rs-module,
  .duna-2-slidere .elementor-widget-shortcode {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 420px !important;
  }
}/* End custom CSS */