*, *::before, *::after {
  box-sizing: border-box;
}
html {
	background: rgba(17, 20, 27);
	height: 100%
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
  margin: 0px;
  padding: 0px;
  direction: ltr;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17px;
  font-weight: normal;
  color: #bbb;
  overflow-x: hidden;
  height: 100%;
  background: rgba(17, 20, 27)
}
p {
  line-height: 200%;
}
.row img {
  height: auto;
  max-width: 100%;
  border-radius: 5px
}
a {
  text-decoration: none;
  transition: opacity 0.3s ease-out 0s;
}
iframe {
  border: 0px none !important;
}
.parallax-window {
  min-height: 400px;
  background: transparent none repeat scroll 0% 0%;
}
#sp-smart-slider.sp-corporex-layout, .sp-corporex-layout .sp-slider-item {
	height: 100vh!important
}
.trolo {
	width: 100%;
	max-width: 100%;
	padding: 0 90px;
	margin: 0 auto;
	position: relative;
	height: 100vh;
	display: table;
	float: left;
}
:focus {
  outline: medium none;
}
section {
  clear: both;
  overflow: hidden;
}
.row {
  max-width: 1285px;
  margin: 0px auto;
  padding: 80px 20px 80px 20px;
  position: relative;
  overflow: hidden
}
.no-padding-bottom .row, .no-padding-bottom div, .no-padding-bottom.row {
  padding-bottom: 0px;
}
.no-padding-top.row, .no-padding-top div {
  padding-top: 0px;
}
[class*="col-"] {
  float: left;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
.col-6 {
  width: 16.6667%;
}

/* ============================================
   IMPROVED STICKY HEADER
   ============================================ */

#header {
  overflow: visible;
  z-index: 999;
  width: 100%;
  position: absolute !important;
  font-size: 15px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(0px);
}

/* Sticky header state z lepszymi efektami */
#header.nav-solid {
  position: fixed !important;
  left: 0px;
  top: 0;
  background: rgba(17, 20, 27, 0.98);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(166, 138, 62, 0.1);
  animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Logo transitions */
#header.nav-solid #logo {
  height: 70px;
  transition: all 0.4s ease;
}

#header.nav-solid #logo img {
  width: 70px;
  transition: all 0.4s ease;
}

#header.nav-solid nav a {
  height: 70px;
  line-height: 70px;
  transition: all 0.3s ease-out 0s;
}

.speasyimagegallery-modal-wrapper {
	z-index: 9999
}
#header .row {
  padding: 0px;
  overflow: visible !important;
}
#header aside {
  text-align: right;
}
#header ul {
  text-align: center;
}

/* ============================================
   IMPROVED MENU HOVER EFFECTS
   ============================================ */

#header > div > div > div > ul > li,
#header #nav-main > div > div > ul > li {
  display: inline-block;
  list-style: outside none none;
  margin: 0px;
  min-width: 120px;
  position: relative;
  float: left;
}

#header li a {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}

/* Animated underline effect on hover */
#header nav a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #a68a3e, #bb9f4d);
  transform: translateX(-50%);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#header nav a:hover::before {
  width: 60%;
}

/* Glow effect on hover */
#header nav a:hover {
  color: #a68a3e;
  text-shadow: 0 0 20px rgba(166, 138, 62, 0.4);
}

/* Active menu item styling — tylko link głównego poziomu, nie podmenu */
#header nav > ul > li.active > a,
#header nav .active > a {
  color: #bb9f4d;
  font-weight: 600;
}

#header nav > ul > li.active > a::before,
#header nav .active > a::before {
  width: 60%;
}

/* Podmenu — zawsze 400, niezależnie od active/current */
#header nav .dj-submenu a,
#header nav .active .dj-submenu a {
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 400 !important;
}

/* Aktualnie otwarta podstrona w podmenu */
#header nav .dj-submenu li.active > a,
#header nav .dj-submenu li.current > a {
  color: #bb9f4d;
  border-left-color: #a68a3e !important;
  font-weight: 400 !important;
}

.parent {
	width: 120px!important;
	position: relative;
}
.parent li{
	width: 100%!important
}

/* ============================================
   DROPDOWN MENU — POPRAWIONA WERSJA
   ============================================ */

div.dj-subwrap {
	width: 260px !important;
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	z-index: 1000;
	background: rgba(10, 10, 10, 0.98);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(166, 138, 62, 0.15);
	overflow: visible !important;

	/* Stan domyślny: ukryte */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-10px);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

/* Desktop: otwiera hover */
.parent:hover div.dj-subwrap {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

/* Touch: otwiera klasa dodana przez JS */
.parent.submenu-open div.dj-subwrap {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

div.dj-subwrap * {
	float: none !important;
}
div.dj-subwrap li{
	text-align: left;
	float: none !important;
	width: 100% !important;
	min-width: 260px !important;
	display: block !important;
	margin: 0 !important;
	clear: both !important;
}
.dj-submenu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: block !important;
}
.dj-submenu li {
	display: block !important;
	float: none !important;
	width: 100% !important;
	clear: both !important;
	min-width: 260px !important;
}
.dj-subcol {
	width: 260px !important;
	float: none !important;
	display: block !important;
}
.dj-subwrap-in {
	width: 260px !important;
	display: block !important;
}
ul.dj-submenu li {
	display: block !important;
	width: 260px !important;
	float: none !important;
}
.dj-subwrap .dj-subcol ul {
	width: 260px !important;
	display: block !important;
}
.dj-subwrap .dj-subcol ul li {
	width: 260px !important;
	display: block !important;
	float: none !important;
}

/* Improved submenu item hover */
.dj-submenu li a {
	height: 50px!important;
	line-height: 50px!important;
	background: transparent;
	padding: 0 20px !important;
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
	float: none !important;
	position: relative;
	border-left: 3px solid transparent;
	transition: all 0.3s ease;
}

.dj-submenu li a::before {
	display: none;
}

.dj-submenu li a:hover {
	background: rgba(166, 138, 62, 0.1);
	border-left-color: #a68a3e;
	padding-left: 30px !important;
	color: #bb9f4d;
}

div.dj-subwrap ul li a {
	display: block !important;
	width: 100% !important;
	float: none !important;
}

#logo {
  float: left;
  height: 100px;
  width: 25%;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
#logo p {
  display: inline-block;
  line-height: 150%;
  margin-top: 20px;
  font-size: 13px;
  color: #888;
  padding-left: 15px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
#logo p strong {
  font-size: 15px;
  color: #a68a3e;
  font-weight: 800;
}
#logo img {
  width: 90px;
  margin-right: 15px;
  opacity: 0.9;
  transition: all 0.4s ease;
}

#logo img:hover {
  opacity: 1;
  transform: scale(1.05);
}

#navigation-logo {
  display: none;
}
.nav-solid #logo #banner-logo {
  display: none;
}
.nav-solid #logo #navigation-logo {
  display: inline-block;
  float: left
}
.button {
  letter-spacing: 2px;
  margin: 60px auto 0px auto;
  padding: 17px 34px;
  transition: all 0.3s linear 0s;
  display: block;
  border-width: 2px;
  border-style: solid;
  border-radius: 500px
}
#header aside {
  float: right;
  width: 25%;
  transition: all 0.3s ease;
}
#header nav ul {
  text-transform: uppercase;
}
#header nav a {
  height: 100px;
  line-height: 100px;
  display: block;
}

#header.nav-solid [class*="col-"] {
  padding: 0px 20px;
}

#header.nav-solid.fadeInDown {
	background: rgba(17, 20, 27, 0.98);
}

#header.nav-solid nav a:hover {
  opacity: 1;
}
#header.nav-solid .social-icons a {
  transition: all 0.3s ease-out 0s;
  opacity: 0.5;
}
#header.nav-solid .social-icons a:hover {
  opacity: 1;
  color: #e4473c;
}
#nav-main {
  width: 50%;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav-main ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.page-header {
	padding: 300px 20px 100px 20px!important;
	text-align: center;
	background: url("../images/headers.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed
}
.page-header h2::after{
	margin: 30px auto 20px auto;
}
.foto {
	width: 25%;
	padding-left: 40px;
	float: right
}
.sp-corporex-layout .slider-arrow-nav i {
  padding: 0;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
}
#mobile-menu {
	float: right
}
#header .col-4 {
  text-align: right;
}
#header aside span {
	color: #eee;
	font-size: 26px;
	line-height: 50px;
	display: inline-block;
	font-weight: 800;
	opacity: 0.9!important;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
}

#header aside span:hover {
	color: #a68a3e;
	border-bottom-color: rgba(166, 138, 62, 0.3);
}

.fa-phone {
	font-size: 30px;
	transition: transform 0.3s ease;
}

#header aside span:hover .fa-phone {
	transform: rotate(15deg);
}

#header aside p {
  color: #bb9f4d;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 18px;
  margin-top: 12px;
}
img {
  vertical-align: top;
  max-width: 100%;
  width: 100%
}
.linia {
	overflow: hidden;
	display: table;
	height: 100%;
	width: 100%
}
#gold-1, #gold-2 {
	display: table;
	height: 100%
}
#gold-1 {
	background: #11141b
}
#gold-2 {
	background: #0a0a0a
}
.opisy {
	padding: 90px 60px;
	background: url("../images/podh.png")no-repeat right bottom;
	background-size: 25%;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
ul{
	padding-left: 30px;
	line-height: 175%;
}
.dj-submenu {
	font-size: 13px
}
#sekcja5 {
	background: #11141b;
	display: table;
	width: 100%
}
#sekcja5 .moduletable{
	padding: 70px 20px 80px 20px
}
#sekcja5 .custom::before {
	background: url("../images/orn-top.png")no-repeat center top;
	background-size: 250px;
	display: table;
	content: '';
	width: 100%;
	height: 200px
}
a img {
  border: medium none;
  transition: all 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a img:hover {
  opacity: 0.7;
}
a:hover, #header.nav-solid nav a:hover, #header nav a:hover {
  color: #a68a3e;
}
.icon i {
  color: #a68a3e;
}
#header nav a {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600
}
#header i {
  color: #aaa;
  margin-right: 5px
}
#header.nav-solid .active {
  color: #a68a3e;
  border-color: #a68a3e;
}
.section-heading h2::after {
  background: #6d0000 none repeat scroll 0% 0%;
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  margin-top: 30px;
}
#banner-content {
  height: 100vh;
  display: table;
  width: 100%;
  padding-top: 130px
}
#banner h1 {
  font-size: 65px;
  line-height: 100%;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.85)!important;
  text-shadow: 0px 0px 15px #000;
  background-color: rgba(0,0,0,0.0)!important
}
.trolo div.sp-slider-content h3 {
font-size: 40px !important;
  padding: 0 !important;
  margin-top: 0 !important;
  font-weight: 600 !important;
  text-shadow: 0px 0px 15px #11141B;
}
#banner h1 span {
	font-weight: 800;
	color: rgba(255, 255, 255, 0.35)
}
#banner h2 {
  font-size: 17px;
  font-weight: 400;
  margin-top: 30px;
  color: #ccc;
    text-shadow: 0px 0px 15px #000;
    font-style: italic;
	background: none !important;
	line-height: 1.5;
}
#front {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  float: none;
}
h1 {
  font-size: 40px;
  font-weight: 300;
  color: #111111;
}
h2 {
  font-size: 65px;
  font-weight: 800;
  color: #eee;
}
h3 {
  font-size: 30px;
  font-weight: 700;
  color: #bb9f4d;
}
h4 {
  font-size: 40px;
  font-weight: 600;
  color: #a68a3e;
}
h5 {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
}
h6 {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
}
.button {
  font-size: 14px;
  font-weight: 700;
  color: #888;
  width: fit-content;
}
.button {
  border-color: rgba(82, 95, 112, 0.2);
}
.button:hover {
  border-color: #aaa;
  color: #aaa;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(166, 138, 62, 0.2);
}
#banner .button {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.35);
 margin-top: 0px;
 margin-left: 20px
}
#banner .button {
  border-color: rgba(255, 255, 255, 0.35);
}
#sentencja {
	clear: both;
	width: 100%;
	height: 300px;
	background: url(../images/sent.jpg);
	background-size: cover;
	background-position: center center;
	display: table;
	text-align: center;
	padding: 0 60px
}
#sentencja p {
display: table-cell;
  vertical-align: middle;
  font-style: italic;
  font-size: 20px;
  color: #aaa;
  line-height: 1.4;
}
#banner .button:hover {
  color: #6d0000;
  border-color: #6d0000;
}
#landing-footer, #landing-footer p, #landing-footer a {
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
  text-align: right
}
#landing-footer i {
  color: #eeeeee;
}
h1 {
  padding: 15px 0px;
}
h2 {
  padding: 15px 0px;
  text-shadow: 0px 0px 15px #000;
  opacity: 0.9
}
h3 {
  padding: 10px 0;
}
h4 {
  padding: 0 20px 20px 0;
}
h5 {
  padding: 7px 0;
}
h6 {
  padding: 7px 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.section-heading {
  padding: 20px;
}

.banner-parallax-1, .banner-parallax-2, .banner-parallax-3 {
  min-height: 350px;
}
.divider {
  position: relative;
  width: 40%;
  height: 20px;
  line-height: 20px;
  margin: 10px auto 5px;
  clear: both;
  text-align: center;
}
.features div:nth-child(4) {
  clear: both;
}
#landing-footer {
  clear: both;
  padding: 40px 100px;
  background: #0a0a0a;
}
#landing-footer .row {
  padding: 0px;
}
#landing-footer p {
  margin: 0px;
}
#landing-footer ul {
  list-style: outside none none;
  text-align: right;
}
#landing-footer li {
  display: inline-block;
}
.footer2 a {
	color: #6d0000!important
}
.footer2 a:hover {
	color: #ccc!important
}
#scrollUp {
  bottom: 15px;
  right: 30px;
  width: 70px;
  height: 80px;
  margin-bottom: -10px;
  padding: 0px 5px 20px;
  text-align: center;
  text-decoration: none;
  color: white;
  transition: margin-bottom 150ms linear 0s;
}
#scrollUp:hover {
  margin-bottom: 0px;
}
#scrollUp::before {
  background: #111 none repeat scroll 0% 0%;
  font-family: "fontawesome";
  font-size: 2.4em;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #a68a3e;
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 42px;
  content: "";
  opacity: 1;
  border-radius: 100%;
  transition: all 0.3s ease;
}

#scrollUp:hover::before {
  background: #a68a3e;
  color: #111;
  transform: translateY(-5px);
}

/* ============================================
   MOBILE MENU: hamburger + szerokość elementów
   ============================================ */

/* Przycisk hamburger: złoty, bez tła */
a.dj-mobile-open-btn {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 4px 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

a.dj-mobile-open-btn span.fa-bars {
  color: #a68a3e !important;
  font-size: 28px !important;
  background: none !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

a.dj-mobile-open-btn:hover span.fa-bars {
  color: #bb9f4d;
  opacity: 1 !important;
}

/* Reset DJ MegaMenu dark theme – nadpisanie djmobilemenu.css */
.dj-offcanvas-dark,
aside.dj-offcanvas.dj-offcanvas-dark,
#dj-megamenu95offcanvas.dj-offcanvas-dark {
  background: rgba(17, 20, 27, 0.98) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.dj-offcanvas-dark .dj-mobile-nav,
.dj-offcanvas-dark .dj-mobile-nav-child {
  background: transparent !important;
}

.dj-offcanvas-dark .dj-mobile-nav li a,
.dj-offcanvas-dark .dj-mobile-nav-child li a {
  color: rgba(255, 255, 255, 0.7) !important;
  background: transparent !important;
  border-color: rgba(166, 138, 62, 0.1) !important;
}

.dj-offcanvas-dark .dj-mobile-nav li a:hover,
.dj-offcanvas-dark .dj-mobile-nav-child li a:hover {
  background: rgba(166, 138, 62, 0.07) !important;
  color: #a68a3e !important;
}

.dj-offcanvas-dark .dj-offcanvas-top {
  background: transparent !important;
  border-bottom: 1px solid rgba(166, 138, 62, 0.15) !important;
}

/* Tło i styl offcanvas panelu */
#dj-megamenu95offcanvas {
  background: rgba(17, 20, 27, 0.98) !important;
  border-left: 1px solid rgba(166, 138, 62, 0.15) !important;
}

#dj-megamenu95offcanvas .dj-offcanvas-top {
  border-bottom: 1px solid rgba(166, 138, 62, 0.15) !important;
  background: transparent !important;
}

/* Przycisk zamknięcia (X) */
#dj-megamenu95offcanvas .dj-offcanvas-close-btn {
  color: #a68a3e !important;
  background: none !important;
}

#dj-megamenu95offcanvas .dj-offcanvas-close-btn:hover {
  color: #bb9f4d;
  opacity: 1 !important;
}

/* Linki główne */
#dj-megamenu95offcanvas .dj-mobile-nav > li > a {
  color: rgba(255, 255, 255, 0.7) !important;
  border-bottom: 1px solid rgba(166, 138, 62, 0.1) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 15px;
  padding: 14px 20px !important;
  transition: all 0.3s ease !important;
}

#dj-megamenu95offcanvas .dj-mobile-nav > li > a:hover,
#dj-megamenu95offcanvas .dj-mobile-nav > li.current > a {
  color: #a68a3e !important;
  border-left: 3px solid #a68a3e !important;
  padding-left: 17px !important;
}

/* Podmenu */
#dj-megamenu95offcanvas .dj-mobile-nav-child {
  background: rgba(0, 0, 0, 0.3) !important;
  border-left: 3px solid rgba(166, 138, 62, 0.3) !important;
  margin-left: 0 !important;
}

#dj-megamenu95offcanvas .dj-mobile-nav-child > li > a {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px !important;
  padding: 15px 20px 15px 25px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
  transition: all 0.3s ease !important;
}

#dj-megamenu95offcanvas .dj-mobile-nav-child > li > a:hover {
  color: #a68a3e !important;
  padding-left: 32px !important;
}

/* Toggler strzałka (rozwijanie podmenu) */
#dj-megamenu95offcanvas .toggler {
  color: #a68a3e !important;
  border-color: rgba(166, 138, 62, 0.3) !important;
}

ul.dj-mobile-dark li.dj-mobileitem.parent > a span.toggler {
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px 20px;
  font-size: 22px;
  line-height: 14px;
  font-style: normal;
  font-weight: normal;
}

/* Elementy offcanvas menu: 100% szerokości */
#dj-megamenu95offcanvas .dj-mobile-nav,
#dj-megamenu95offcanvas .dj-mobile-nav li,
#dj-megamenu95offcanvas .dj-mobile-nav-child,
#dj-megamenu95offcanvas .dj-mobile-nav-child li {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  float: none !important;
  display: block !important;
}

#dj-megamenu95offcanvas .dj-mobile-nav > li > a,
#dj-megamenu95offcanvas .dj-mobile-nav-child > li > a {
  width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
}

@media all and ( max-width : 1024px ) {
  #nav-trigger {
    display: block;
  }
  nav#nav-main {
    display: none;
  }
  nav#nav-mobile {
    display: block;
  }
  nav#nav-mobile li {
    display: block;
    width: 100%!important
  }
  #header aside {
    display: none !important;
  }
  #header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    padding: 10px 15px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999 !important;
    animation: none !important;
  }
  #logo {
    width: auto !important;
    height: auto !important;
    flex-shrink: 0 !important;
  }
  #mobile-menu {
    float: none !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  .linia {
    display: block;
  }
  .opisy {
    padding: 90px 40px;
  }
  h4 {
    padding: 0 0 20px 0;
  }
}
@media ( max-width : 480px ) {
  #wrapper {
    margin: 0px;
    padding: 0px;
  }
#scrollUp, #scrollUp::before {
    display: none;
  }
  .row {
    padding: 60px 20px !important;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38, .row {
    width: 100%;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38 {
    padding-right: 0px;
    padding-left: 0px;
  }
  #header .row {
    padding: 0px 15px !important;
  }
  #header.nav-solid [class*="col-"] {
    padding: 0px;
  }
  #header aside {
    clear: both;
    padding: 0px;
  }
  #banner-content.row {
    padding-top: 85px !important;
  }
  .call-to-action {
    padding-bottom: 25px;
  }
  #landing-footer #copyright {
    float: left;
  }
  h1 {
    font-size: 38px;
  }
  #banner h1 {
    font-size: 42px;
  }
.trolo div.sp-slider-content h3 {
  font-size: 28px !important;
  padding: 0 !important;
  margin-top: 0 !important;
  font-weight: 600 !important;
}
#banner h2 {
  margin-top: 20px;
}
h4 {
  font-size: 28px;
}
  a#scrollUp {
    display: none !important;
  }
}
@media ( min-width : 480px ) and ( max-width : 767px ) {
  #wrapper {
    margin: 0px;
    padding: 0px;
  }
  #scrollUp, #scrollUp::before {
    display: none;
  }
  .col-1, .col-2, .col-5, .col-7, .col-9, .col-11, .col-2-3, .col-3-4, .col-61, .col-38, .row {
    width: 100%;
  }
  .col-3, .col-4, .col-6, .col-8, .col-10, .col-12 {
    width: 50%;
  }
  #header .row {
    padding: 0px !important;
  }
  #header aside {
    display: none;
    position: absolute;
    top: 40px;
    right: 60px;
    padding-top: 3px;
    padding-right: 5px;
  }
  #header.nav-solid aside {
    top: 20px;
  }
  #header aside ul {
    margin-top: 0px !important;
    padding-top: 6px;
  }
  #banner-content.row {
    padding-top: 85px !important;
  }
  nav#nav-mobile ul {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #landing-footer #copyright {
    float: left;
    width: 50%;
  }
  #landing-footer .social-icons {
    float: right;
    width: 50%;
  }
}
@media ( min-width : 768px ) and ( max-width : 1024px ) {
  #wrapper {
    margin: 0px;
    padding: 0px;
  }
  .big-padding-top {
    padding-top: 45px !important;
  }
  #header aside {
    display: none;
    position: absolute;
    top: 40px;
    right: 60px;
    padding-top: 3px;
    padding-right: 5px;
  }
  #header.nav-solid aside {
    top: 20px;
  }
  #header aside ul {
    margin-top: 0px !important;
    padding-top: 6px;
  }
  nav#nav-mobile ul {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
#logo {
  float: left;
  height: auto;
  margin-right: 10px;
  width: auto;
}
#logo img {
width: 70px;
    margin-right: 0px;
    margin: 0px 8px 0 0px;
}
#logo p {
  display: none;
  line-height: 150%;
  margin-top: 20px;
  font-size: 22px;
  color: #888;
  padding-left: 8px;
}
#logo p strong {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.85);
}
#nav-trigger span {
  margin-right: 10px;
}
#nav-trigger span::after {
  font-family: "fontAwesome";
  display: inline-block;
  width: 38px;
  height: auto;
  line-height: 70px;
}
.trolo {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  display: table;
  float: left;
}
#landing-footer {
  clear: both;
  padding: 30px 15px;
  text-align: center
}
#sentencja p {
  font-size: 16px;
}
h2 {
  font-size: 42px;
}
}

/* ============================================
   RESPONSYWNE TABELE W ARTYKUŁACH
   ============================================ */

/* Szerokość 100% zawsze */
.item-page table,
.com_content table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {

  /* Tabele layoutowe — zamień komórki w bloki pionowe */
  .item-page table,
  .item-page tbody,
  .item-page tr,
  .item-page td,
  .com_content table,
  .com_content tbody,
  .com_content tr,
  .com_content td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Ukryj puste komórki (Joomla często wstawia puste td jako spacery) */
  .item-page td:empty,
  .com_content td:empty {
    display: none !important;
  }

  /* Padding między blokami */
  .item-page td,
  .com_content td {
    padding: 8px 0 !important;
    border: none !important;
  }

  /* Wizualne oddzielenie wierszy */
  .item-page tr,
  .com_content tr {
    border-bottom: 1px solid rgba(166, 138, 62, 0.15) !important;
    padding: 12px 0 !important;
    margin-bottom: 8px !important;
  }

  .item-page tr:last-child,
  .com_content tr:last-child {
    border-bottom: none !important;
  }

  /* Popraw padding artykułu na mobile */
  .item-page {
    padding: 0 5px;
  }

  /* Numery telefonów — większe i klikalne */
  .item-page a[href^="tel"],
  .com_content a[href^="tel"] {
    font-size: 20px;
    font-weight: 600;
    color: #bb9f4d;
    display: inline-block;
    padding: 4px 0;
  }
}

/* ============================================
   LAYOUT ARTYKUŁÓW — zdjęcia i sekcje
   ============================================ */

.art-img-full {
  width: 100%;
  margin: 24px 0;
}

.art-img-full img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  display: block;
}

.art-img-duo {
  display: flex;
  gap: 12px;
  margin: 24px 0;
}

.art-img-duo img {
  width: calc(50% - 6px);
  height: auto;
  border-radius: 5px;
  flex-shrink: 0;
  object-fit: cover;
}

.art-section {
  margin: 24px 0;
}

.art-section p {
  margin-bottom: 10px;
}

.art-section ul {
  padding-left: 22px;
}

.art-section ul li {
  line-height: 185%;
}

@media screen and (max-width: 600px) {
  .art-img-duo {
    flex-direction: column;
    gap: 10px;
  }

  .art-img-duo img {
    width: 100%;
  }
}

.art-img-float {
  float: right;
  width: 50%;
  margin: 0 0 20px 30px;
  border-radius: 5px;
  height: auto;
  object-fit: cover;
}

.art-section--with-img::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .art-img-float {
    float: none;
    width: 100%;
    margin: 0 0 16px 0;
  }
}

/* ============================================
   STRONA KONTAKT
   ============================================ */

.kontakt-top {
  display: flex;
  gap: 50px;
  align-items: stretch;
  margin-bottom: 0;
  border-top: 1px solid rgba(166, 138, 62, 0.15);
  border-bottom: 1px solid rgba(166, 138, 62, 0.15);
  padding: 36px 0;
}

.kontakt-mapa {
  flex: 0 0 50%;
  min-height: 300px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
}

.kontakt-mapa iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
  border-radius: 4px;
}

.kontakt-dane {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.kontakt-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 0;
}

.kontakt-blok {
  flex: 1 1 calc(33.33%);
  padding: 36px 40px 36px 0;
  border-bottom: 1px solid rgba(166, 138, 62, 0.15);
  box-sizing: border-box;
}

.kontakt-blok:not(:first-child) {
  padding-left: 40px;
  border-left: 1px solid rgba(166, 138, 62, 0.15);
}

.kontakt-label {
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a68a3e !important;
  margin-bottom: 16px !important;
  line-height: 1 !important;
}

.kontakt-label i {
  margin-right: 7px;
}

.kontakt-blok p,
.kontakt-dane p {
  color: #bbb;
  font-size: 15px;
  line-height: 190%;
  margin: 0 0 10px 0;
}

.kontakt-blok p:last-child,
.kontakt-dane p:last-child {
  margin-bottom: 0;
}

.kontakt-meta {
  font-size: 13px !important;
  color: #666 !important;
  line-height: 190% !important;
}

.kontakt-meta a {
  color: #888 !important;
  transition: color 0.3s ease;
}

.kontakt-meta a:hover {
  color: #bb9f4d !important;
}

.kontakt-note {
  font-size: 13px !important;
  color: #a68a3e !important;
  font-style: italic;
}

.kontakt-blok a[href^="tel"],
.kontakt-dane a[href^="tel"] {
  color: #ccc;
  font-weight: 600;
  transition: color 0.3s ease;
}

.kontakt-blok a[href^="tel"]:hover,
.kontakt-dane a[href^="tel"]:hover {
  color: #bb9f4d;
}

.kontakt-tel {
  font-size: 19px !important;
  color: #eee !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  display: inline-block;
}

.kontakt-tel:hover {
  color: #bb9f4d !important;
}

.kontakt-linki {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.kontakt-linki img {
  max-height: 50px;
  width: auto !important;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  border-radius: 3px;
}

.kontakt-linki img:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .kontakt-top {
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
  }

  .kontakt-mapa {
    flex: none;
    min-height: 240px;
  }

  .kontakt-mapa iframe {
    min-height: 240px;
  }

  .kontakt-blok {
    flex: 1 1 100%;
    padding: 24px 0 !important;
    border-left: none !important;
  }

  .kontakt-linki {
    margin-top: 16px;
  }
}

/* ============================================
   SKALOWANIE TELEFONU W HEADERZE
   ============================================ */

@media screen and (max-width: 1599px) {
  #header aside span {
    font-size: 20px;
  }
  #header aside p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1300px) {
  #header aside span {
    font-size: 16px;
  }
  #header aside p {
    font-size: 13px;
  }
}