.elementor-537 .elementor-element.elementor-element-0bfdfad{--display:flex;--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;}.elementor-537 .elementor-element.elementor-element-c5952c1{--display:flex;--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;}.elementor-537 .elementor-element.elementor-element-9f85fd9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-537 .elementor-element.elementor-element-c3d328d{--display:flex;--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;}.elementor-537 .elementor-element.elementor-element-68adf9e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}body.elementor-page-537:not(.elementor-motion-effects-element-type-background), body.elementor-page-537 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;background-image:url("https://reduceri-ieftine-prodanchim.ro/wp-content/uploads/2025/07/db3c84c0-22c4-4e11-8917-6afeae6be7f0-1.png");}/* Start custom CSS for html, class: .elementor-element-9f85fd9 *//* Container alb cu padding și margini */
#sliderWrapper {
  background: #ffffff !important; /* Fundal alb forțat */
  padding: 40px 20px;
  margin: 0 auto;
  max-width: 1000px;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
  border-radius: 12px;
}

/* Asigură că nu moștenește culori sau fonturi nedorite */
#sliderWrapper * {
  background: none !important;
  color: #212529;
  font-family: inherit;
  box-shadow: none !important;
}

/* Imagini cu contur specific */
.img-bordered {
  border: 5px solid #28a745;
  outline: 3px solid gold;
  max-height: 300px;
  object-fit: contain;
}

/* Butoane cu spațiere uniformă */
.carousel-item .btn {
  margin-top: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68adf9e *//* Păstrează doar stilul aspectului, nu forța deschiderea */
.card-premium {
  background: linear-gradient(145deg, #fff0d0, #ffeaa7);
  border: 3px solid #f4c542;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.hourglass {
  position: relative;
  width: 40px;
  height: 60px;
  margin: 20px auto;
  background: linear-gradient(to bottom, #f4e04d 50%, transparent 50%);
  border: 3px solid #f4e04d;
  border-radius: 30%;
  animation: hourglassFlip 5s linear infinite;
}

.hourglass::before,
.hourglass::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: white;
  z-index: 1;
}

.hourglass::before {
  top: 0;
  animation: sandTop 5s linear infinite;
}

.hourglass::after {
  bottom: 0;
  animation: sandBottom 5s linear infinite;
}

@keyframes hourglassFlip {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(180deg); }
}

@keyframes sandTop {
  0% { height: 50%; }
  50% { height: 0%; }
  100% { height: 50%; }
}

@keyframes sandBottom {
  0% { height: 0%; }
  50% { height: 50%; }
  100% { height: 0%; }
}/* End custom CSS */