.elementor-68633 .elementor-element.elementor-element-2c07a0ac > .elementor-widget-container{background-image:url("https://timedu.pl/wp-content/uploads/2024/08/Projekt-bez-nazwy-2.webp");background-size:cover;border-style:solid;border-width:3px 3px 3px 3px;border-color:#333333;border-radius:8px 8px 8px 8px;}.elementor-68633 .elementor-element.elementor-element-7088d93e > .elementor-widget-container{background-image:url("https://timedu.pl/wp-content/uploads/2024/08/poz.webp");background-size:cover;border-style:solid;border-width:3px 3px 3px 3px;border-color:#333333;border-radius:8px 8px 8px 8px;}.elementor-68633 .elementor-element.elementor-element-4797df86 > .elementor-widget-container{background-image:url("https://timedu.pl/wp-content/uploads/2024/08/stacjonarne.webp");background-size:cover;border-style:solid;border-width:3px 3px 3px 3px;border-color:#333333;border-radius:8px 8px 8px 8px;}/* Start custom CSS for html, class: .elementor-element-2c07a0ac */.widget-gin1 .call-to-action-box {
  position: relative;
  overflow: hidden;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.6);
}

.widget-gin1 .background-container {
  /* Dodaj zaokrąglenie tła (zdjęcia) */
  border-radius: 30px;
  overflow: hidden;
}

.widget-gin1 .content {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translate(-50%, -10%);
  text-align: center;
  color: #fff;
  z-index: 2;
  width: 100%;
}

.widget-gin1 .title-link {
  text-decoration: none; /* Usuwa podkreślenie linku */
  color: inherit; /* Dziedziczy kolor tekstu, w tym przypadku biały z .content */
  display: inline-block; /* Lub inny, który najlepiej pasuje do Twojego layoutu */
}

.widget-gin1 .content h2 {
  font-size: 34px;
  margin-bottom: 40px;
  color: #fff;
  /* Dodajemy cień tekstu do stworzenia efektu czarnej obwódki wokół liter */
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
  transition: transform 0.3s ease;
  cursor: pointer;
  transform-origin: center;
}

.widget-gin1 .content h2:hover {
  transform: scale(1.05); /* Efekt powiększenia przy najechaniu myszką */
}

/* Kontener dla szczegółów kursu */
.widget-gin1 .course-details {
  display: flex; /* Ustawienie jako kontener flexbox */
  align-items: center; /* Wyśrodkowanie pionowe */
  justify-content: center; /* Wyśrodkowanie poziome */
  height: auto; /* Automatyczna wysokość w zależności od zawartości */
  margin: 30px 0; /* Marginesy góra-dół dla kontenera */
}

.widget-gin1 .info-box {
  background-color: rgba(169, 169, 169, 0.6);
  border-radius: 10px;
  padding: 1px 10px;
  margin-top: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0;
}

.widget-gin1 .detail .emoji {
  font-size: 30px;
  text-shadow: 0 0 12px #ffffff;
}
.widget-gin1 .emoji {
  margin-bottom: 5px;
}
.widget-gin1 .detail {
  position: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.widget-gin1 .course-info {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.widget-1111 .course-details p {
  margin: 0;
}

.widget-gin1 .instructors {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

.widget-gin1 .instructor .emoji {
  font-size: 21px;
}

.widget-gin1 .instructor {
  background-color: rgba(169, 169, 169, 0.6);
  border-radius: 30px;
  width: 90%;
  margin-bottom: 5px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.widget-gin1 .instructor:hover {
  transform: scale(1.05);
}

.widget-gin1 .instructor-link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
}

.widget-gin1 .icon-container {
  margin-left: 10px;
  margin-right: 0px;
}

.widget-gin1 .name-container {
  flex-grow: 1;
  text-align: center;
}

.widget-gin1 .instructor-name {
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  line-height: 1.3;
}

.widget-gin1 .instructor p {
  margin: 0;
}

.widget-gin1 .cta-button {
  position: absolute;
  bottom: -69px; /* Może wymagać dostosowania */
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.5s ease;
  cursor: pointer; /* Dodano wskaźnik myszy, aby wskazać możliwość kliknięcia */
  /* Dodajemy transform-origin, aby przycisk skalował się względem środka */
  transform-origin: center;
}

.widget-gin1 .cta-button:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  text-shadow: 1px 1px 2px #000000;
  /* Dodajemy transform: scale(1.05) bez wpływu na położenie przycisku */
  transform: translateX(-50%) scale(1.15); /* Skalowanie nie zmienia pozycji przycisku */
}
.widget-gin1 .cta-button1 {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 10px;
  background-color: rgba(254, 127, 0, 0.8);
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  line-height: 1;
  font-size: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7088d93e */.widget-poz1 .call-to-action-box {
  position: relative;
  overflow: hidden;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.6);
}

.widget-poz1 .background-container {
  /* Dodaj zaokrąglenie tła (zdjęcia) */
  border-radius: 30px;
  overflow: hidden;
}

.widget-poz1 .content {
  position: absolute;
  top: 14.5%;
  left: 50%;
  transform: translate(-50%, -10%);
  text-align: center;
  color: #fff;
  z-index: 2;
  width: 100%;
}

.widget-poz1 .title-link {
  text-decoration: none; /* Usuwa podkreślenie linku */
  color: inherit; /* Dziedziczy kolor tekstu, w tym przypadku biały z .content */
  display: inline-block; /* Lub inny, który najlepiej pasuje do Twojego layoutu */
}

.widget-poz1 .content h2 {
  font-size: 34px;
  margin-bottom: 40px;
  color: #fff;
  /* Dodajemy cień tekstu do stworzenia efektu czarnej obwódki wokół liter */
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
  transition: transform 0.3s ease;
  cursor: pointer;
  transform-origin: center;
}

.widget-poz1 .content h2:hover {
  transform: scale(1.05); /* Efekt powiększenia przy najechaniu myszką */
}

/* Kontener dla szczegółów kursu */
.widget-poz1 .course-details {
  display: flex; /* Ustawienie jako kontener flexbox */
  align-items: center; /* Wyśrodkowanie pionowe */
  justify-content: center; /* Wyśrodkowanie poziome */
  height: auto; /* Automatyczna wysokość w zależności od zawartości */
  margin: 30px 0; /* Marginesy góra-dół dla kontenera */
}

.widget-poz1 .info-box {
  background-color: rgba(169, 169, 169, 0.6);
  border-radius: 10px;
  padding: 1px 10px;
  margin-top: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0;
}

.widget-poz1 .detail .emoji {
  font-size: 30px;
  text-shadow: 0 0 12px #ffffff;
}
.widget-poz1 .emoji {
  margin-bottom: 5px;
}
.widget-poz1 .detail {
  position: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.widget-poz1 .course-info {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.widget-poz1 .course-details p {
  margin: 0;
}

.widget-poz1 .instructors {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

.widget-poz1 .instructor .emoji {
  font-size: 21px;
}

.widget-poz1 .instructor {
  background-color: rgba(169, 169, 169, 0.6);
  border-radius: 30px;
  width: 90%;
  margin-bottom: 5px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.widget-poz1 .instructor:hover {
  transform: scale(1.05);
}

.widget-poz1 .instructor-link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
}

.widget-poz1 .icon-container {
  margin-left: 10px;
  margin-right: 0px;
}

.widget-poz1 .name-container {
  flex-grow: 1;
  text-align: center;
}

.widget-poz1 .instructor-name {
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  line-height: 1.3;
}

.widget-poz1 .instructor p {
  margin: 0;
}

.widget-poz1 .cta-button {
  position: absolute;
  bottom: -157px; /* Może wymagać dostosowania */
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.5s ease;
  cursor: pointer; /* Dodano wskaźnik myszy, aby wskazać możliwość kliknięcia */
  /* Dodajemy transform-origin, aby przycisk skalował się względem środka */
  transform-origin: center;
}

.widget-poz1 .cta-button:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  text-shadow: 1px 1px 2px #000000;
  /* Dodajemy transform: scale(1.05) bez wpływu na położenie przycisku */
  transform: translateX(-50%) scale(1.15); /* Skalowanie nie zmienia pozycji przycisku */
}
.widget-poz1 .cta-button1 {
  position: absolute;
  bottom: 113px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 10px;
  background-color: rgba(254, 127, 0, 0.8);
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  line-height: 1;
  font-size: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4797df86 */.widget-sta1 .call-to-action-box {
  position: relative;
  overflow: hidden;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.6);
}

.widget-sta1 .background-container {
  /* Dodaj zaokrąglenie tła (zdjęcia) */
  border-radius: 30px;
  overflow: hidden;
}

.widget-sta1 .content {
  position: absolute;
  top: 14.5%;
  left: 50%;
  transform: translate(-50%, -10%);
  text-align: center;
  color: #fff;
  z-index: 2;
  width: 100%;
}

.widget-sta1 .title-link {
  text-decoration: none; /* Usuwa podkreślenie linku */
  color: inherit; /* Dziedziczy kolor tekstu, w tym przypadku biały z .content */
  display: inline-block; /* Lub inny, który najlepiej pasuje do Twojego layoutu */
}

.widget-sta1 .content h2 {
  font-size: 34px;
  margin-bottom: 40px;
  color: #fff;
  /* Dodajemy cień tekstu do stworzenia efektu czarnej obwódki wokół liter */
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
  transition: transform 0.3s ease;
  cursor: pointer;
  transform-origin: center;
}

.widget-sta1 .content h2:hover {
  transform: scale(1.05); /* Efekt powiększenia przy najechaniu myszką */
}

/* Kontener dla szczegółów kursu */
.widget-sta1 .course-details {
  display: flex; /* Ustawienie jako kontener flexbox */
  align-items: center; /* Wyśrodkowanie pionowe */
  justify-content: center; /* Wyśrodkowanie poziome */
  height: auto; /* Automatyczna wysokość w zależności od zawartości */
  margin: 30px 0; /* Marginesy góra-dół dla kontenera */
}

.widget-sta1 .info-box {
  background-color: rgba(169, 169, 169, 0.6);
  border-radius: 10px;
  padding: 1px 10px;
  margin-top: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0;
}

.widget-sta1 .detail .emoji {
  font-size: 30px;
  text-shadow: 0 0 12px #ffffff;
}
.widget-sta1 .emoji {
  margin-bottom: 5px;
}
.widget-sta1 .detail {
  position: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.widget-sta1 .course-info {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.widget-sta1 .course-details p {
  margin: 0;
}

.widget-sta1 .instructors {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

.widget-sta1 .instructor .emoji {
  font-size: 21px;
}

.widget-sta1 .instructor {
  background-color: rgba(169, 169, 169, 0.6);
  border-radius: 30px;
  width: 90%;
  margin-bottom: 5px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.widget-sta1 .instructor:hover {
  transform: scale(1.05);
}

.widget-sta1 .instructor-link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
}

.widget-sta1 .icon-container {
  margin-left: 10px;
  margin-right: 0px;
}

.widget-sta1 .name-container {
  flex-grow: 1;
  text-align: center;
}

.widget-sta1 .instructor-name {
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  line-height: 1.3;
}

.widget-sta1 .instructor p {
  margin: 0;
}

.widget-sta1 .cta-button {
  position: absolute;
  bottom: -157px; /* Może wymagać dostosowania */
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.5s ease;
  cursor: pointer; /* Dodano wskaźnik myszy, aby wskazać możliwość kliknięcia */
  /* Dodajemy transform-origin, aby przycisk skalował się względem środka */
  transform-origin: center;
}

.widget-sta1 .cta-button:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  text-shadow: 1px 1px 2px #000000;
  /* Dodajemy transform: scale(1.05) bez wpływu na położenie przycisku */
  transform: translateX(-50%) scale(1.15); /* Skalowanie nie zmienia pozycji przycisku */
}
.widget-sta1 .cta-button1 {
  position: absolute;
  bottom: 113px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 10px;
  background-color: rgba(254, 127, 0, 0.8);
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  line-height: 1;
  font-size: 12px;
}/* End custom CSS */