.elementor-11 .elementor-element.elementor-element-6a788e5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-6a788e5 */.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: 'Nunito Sans', sans-serif;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("http://spichlerz-inwestycja.twojewuwuwu.pl/wp-content/uploads/2025/11/Rectangle-1-1.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  color: white;
  z-index: 3;
  max-width: 50%;
}

.hero-content h1 {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 30px;
}

.hero-desc {
  font-size: 18px;
  font-weight: 400;
  max-width: 700px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.hero-pagination {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  gap: 12px;
  align-items: center;
}

.side-images {
  position: absolute;
  right: 3%;
  bottom: 8%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.side-images img {
  width: 360px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}/* End custom CSS */