.animated-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.animated-bg .bg-day,
.animated-bg .bg-night {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 5s ease-in-out;
  z-index: 1;
}

/* Tło dnia */
.animated-bg .bg-day {
  background-image: url('https://aria-group.tworzymydlafirm.pl/wp-content/uploads/2025/10/day.webp');
  opacity: 1;
}

/* Tło nocy */
.animated-bg .bg-night {
  background-image: url('https://aria-group.tworzymydlafirm.pl/wp-content/uploads/2025/10/night.webp');
  opacity: 0;
}

/* Fade loop */
.animated-bg.night .bg-day { opacity: 0; }
.animated-bg.night .bg-night { opacity: 1; }

/* Treść Elementor nad tłem */
.animated-bg .elementor-widget { position: relative; z-index: 10; }

.elementor-element-803b355 {
  position: relative;
  z-index: 2; /* nad tłem */
  padding: 24px;
}

/* Nagłówek */
.elementor-element-803b355 h1 {
  font-family: "Roboto", sans-serif; /* ustaw swoją czcionkę */
  font-size: 60px;
  line-height: 1.2;
  color: #2cb327;
  margin: 0;
}

/* Paragraf */
.elementor-element-803b355 p {
  font-family: "Roboto", sans-serif; /* ustaw swoją czcionkę */
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
  .elementor-element-803b355 h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  .elementor-element-803b355 p {
    font-size: 16px;
    line-height: 1.4;
  }

  .centered-element {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
  }

  /* Kolor zwykłych linków */
  a {
    color: #2cb327;
    text-decoration: none;
  }

  /* Kolor po najechaniu */
  a:hover {
    color: #1f8a20;
    text-decoration: underline;
  }

  /* Dodatkowa poprawka tylko dla Safari (iPhone) */
  @supports (-webkit-touch-callout: none) {
    .centered-element {
      transform: none !important;
      left: 50% !important;
      translate: -50%;
    }
  }
}

.entry-title {
  display: none !important;
}

/* Usuń podkreślenia z przycisków */
.elementor-button,
.elementor-button a,
a.elementor-button-link {
  text-decoration: none !important;
}

.elementor-button:hover,
.elementor-button:focus {
  text-decoration: none !important;
}


/* Wymuszenie Inter na całej stronie */
body{
  font-family: 'Inter', sans-serif !important;
  
}




