h1 {
  font-family: 'Lato', sans-serif;
  text-align: center;
  letter-spacing: 0;
  opacity: 1;
  font-size: 50px;
  line-height: 1.6;
  color: inherit;
  margin-bottom: 1rem;
}

.hero h1 span {
  line-height: 1.2;
	color: white;
}

h2 {
    font-family: 'Lato', sans-serif;
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
    color: #BC9748 !important;
    font-size: 40px !important;
    font-weight: 700 !important;
}

h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700 !important;
  text-align: left;
  color: inherit;
}

.oferta h3 {
  color: #BC9748;
  font-size: 30px;
}

.h3-names {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 2.5vw, 2rem);
  color: #BC9748;
  text-align: left;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.site-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.header-style .logo img {
    max-height: 50px;
}

.icon-text-color {
   font-size: 14px;
}

.header-style {
    background-color: #083129;
}

.header-style .nav-link {
    color: #BC9748;
    font-size: 16px;
}

.header-style .nav-link:hover {
    color: #02684d;
}

.header-style .nav-link:active {
    color: #01432f;
}

.header-style .nav-link.lato-light {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.logo {
    opacity: 1;
}

.icon-text-color {
    color: #BC9748;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.hamburger-button {
    background: none;
    border: none;
    color: #BC9748;  
    font-size: 28px;
    cursor: pointer;
}

#mobileMenu .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px; 
}

#mobileMenu .nav {
    margin-bottom: 1.5rem;
}

#mobileMenu .menu-separator {
    border-top: 1px solid #BC9748;
    margin-bottom: 1.5rem;
}

#mainMenu {
    display: none;
}

#mainMenu.show {
    display: block;
}

.logo-img {
    max-height: 50px;
}

@media (max-width: 768px) {
    .logo-img {
        max-height: 40px;
    }
}

@media (max-width: 576px) {
    .logo-img {
        max-height: 35px;
    }
}

.lead.wide-text {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-align: center;      
  letter-spacing: 12px;
  opacity: 1;
  font-size: 20px;        
  max-width: 100%;
  margin: 0; 
  color: white;
}

#subpage-hero h1 {
  font-weight: 700;
}

.oferta.zespol-kancelarii ul,
.oferta.zespol-kancelarii ul li {
  text-align: left !important;
  list-style-position: outside;
  padding-left: 1rem;
	font-family: 'Lato', sans-serif;
  font-weight: 300;
	font-size: 15px;
}


#lightboxModal .modal-content {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
}

#lightboxModal .modal-body {
  padding: 0 !important;
}

#lightboxImage {
  display: block;
  margin: 0 auto;
  max-width: 100vw;
  max-height: 100vh;
}

.zdjecie-kadrowanie img {
  width: 100%;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}

.zespol-kancelarii .text-md-start.text-center {
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left !important;
}

.zespol-kancelarii .mt-3.text-start.w-100.px-0 {
  padding-left: 15px !important;
  padding-right: 15px !important;
  text-align: left !important;
}

.zespol-kancelarii .text-ct {
  justify-content: flex-start !important;
}

.zespol-kancelarii .h3-names,
.zespol-kancelarii .text2-2 {
  text-align: left !important;
}

.zdjecie-kadrowanie {
  flex-shrink: 0; 
  max-width: 250px; 
}

.zdjecie-kadrowanie img {
  border-radius: 50%;
  object-fit: cover;
  width: 200px;     /* dowolna szerokość */
  height: 200px;    /* taka sama wysokość jak szerokość */
  display: block;
}

.zespol-kancelarii .d-flex.flex-md-row {
  align-items: flex-start;
}

.button-yellow,
.button-green,
.button-white {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 12px 30px;
    opacity: 1;
    cursor: pointer;
    width: 100%;
    height: auto;
}

.button-yellow {
    background: #BC9748;
    color: #0C3C30;
}

.button-green {
    background: #11443A;
    color: #BC9748;
}echo '<ul class="normal-text color-white">';

.button-white {
    background: #D9E2E0;
    color: #083129;
}

.section-heading {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    opacity: 1;
    color: #BC9748 !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    text-align: right;
}

.oferta * {
    text-align: center !important;
}

.lato-light,
.lato-black {
    display: block;
    margin: 0;
    line-height: 1.4;
}

body {
    background-color: #F1EEEC !important;
}

.text2 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 12px;
    opacity: 1;
    font-size: 14px;
    max-width: 100%;
    margin: 0;
    text-align: left;
}

.oferta .text2 {
    font-size: 20px;
}

.oferta h3 {
    font-size: 30px;
    color: #BC9748;
    text-align: left !important;
}

.oferta h3,
.zespol-kancelarii h3 {
    font-family: 'Lato', sans-serif !important;
}

.oferta.zespol-kancelarii .container,
.oferta.oferta-bg .container {
    padding-left: 15px;
    padding-right: 15px;
}

.oferta.zespol-kancelarii .row,
.oferta.oferta-bg .row {
    margin-left: 0;
    margin-right: 0;
}

.text2-2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 12px;
    opacity: 1;
    font-size: 14px;
    max-width: 100%;
    margin: 0;
    text-align: left;
    color: #BC9748;
}

.text-ct {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    opacity: 1;
    font-size: 16px;
    max-width: 100%;
    margin: 0;
    text-align: left;
    color: #ffffff;
}

.wide-text {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 12px;
  opacity: 1;
  font-size: clamp(10px, 5vw, 18px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
}


.normal-text {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: black;
}

.normal-text {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: black;
}


.normal-text-white {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: white;
}

.text-oferta1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    opacity: 1;
    font-size: 50px;
    max-width: 100%;
    margin: 0;
    color: #F1EEEC;
}

.text-oferta1-1 {
    font-family: 'Lato', sans-serif;
    text-align: left !important;
    opacity: 1;
    font-size: 50px;
    max-width: 100%;
    margin-bottom: 30px;
    color: #F1EEEC;
}

.text-oferta2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    opacity: 1;
    font-size: 50px;
    max-width: 100%;
    margin: 0;
    color: #F1EEEC;
}

.zespol-kancelarii .d-flex>div.me-3 {
    margin-right: 2.5rem !important;
}

.zespol-kancelarii .row>.col-md-6 {
    display: flex;
    flex-direction: column;
	padding: 0 15px;
}

.umow-sie .col-md-6 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.umow-sie .row {
    min-height: 120px;
}
.umow-sie.my-5.py-5 {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.person-img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto;
}

.person-card {
  padding: 2rem 1rem;
  background-color: transparent;
}

.person-description {
  font-size: 15px;
  line-height: 1.6;
  margin: 1rem 0;
  color: #f0f0f0; /* Dostosuj do tła */
  padding: 0 1rem;
}

.person-card h3,
.person-card p,
.person-card a {
  text-align: center;
}

.zespol-kancelarii .row>.col-md-6>div.mt-4 {
    margin-top: auto;
}

.normal-text-white {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
}

.normal-text-yellow {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #BC9748;
}

.zespol-kancelarii {
    background-color: #083129;
    width: 100%;
}

.zespol-kancelarii .text2 {
    color: #D9E2E0;
}

.oferta .col,
.oferta .col ul,
.oferta .col ul li {
    text-align: left !important;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.oferta-bg {
    width: 100%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.oferta-bg-2 {
    width: 100%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.footer-bg {
    background-color: #1D1D1B;
}

.footer-green-bar {
    height: 60px;
    background: #083129 0% 0% no-repeat padding-box;
    width: 100%;
}

.zespol-kancelarii h3.color-yellow {
    color: #BC9748;
	font-weight: 700 !important;
	margin-bottom: 30px;
}

.color-white {
    color: #ffffff
}

@media (max-width: 767.98px) {

		.hero h1 span {
			font-size: 24px !important;
	  line-height: 1.4 !important;
		color: white;
	}

    .button-white {
        width: 100%;
    }
    .person-card a {
        font-size: 14px;
        flex-direction: row;
        justify-content: center;
    }
    .person-description {
        padding: 0 0.5rem;
        font-size: 14px;
    }
    .umow-sie h2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .umow-sie .row {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }
    .umow-sie .col-md-6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem 0;
    }
    .umow-sie .col-md-6 .row {
        width: 100%;
        justify-content: center;
    }
    .umow-sie .col-6 {
        width: 100%;
        max-width: 300px;
        padding: 0.5rem 0;
        display: flex;
        justify-content: center;
    }
    .umow-sie .button-green {
        width: 100%;
    }
    .section-heading {
        text-align: center !important;
    }
    .row.mt-4.mb-5>.col-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .zespol-kancelarii .h3-names {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .img-mobile-wide {
        width: 100% !important;
        max-width: none !important;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        box-sizing: border-box;
    }
    .zespol-kancelarii .text-md-start.text-center {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: left !important;
    }
    .zespol-kancelarii>.container>.row>.col-md-6>.mt-3.text-start.w-100.px-0 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .hero {
        min-height: 30vh !important;
        max-height: 35vh !important;
        padding: 1rem 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero p {
        font-size: 1rem;
    }
    .hero img {
        max-height: 100px;
        width: auto;
    }
    .przyciski-o-kancelarii {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }
    .przyciski-o-kancelarii .col-6 {
        width: 80%;
        max-width: 300px;
        padding: 0.5rem 0;
        display: flex;
        justify-content: center;
    }
    .przyciski-o-kancelarii button {
        width: 100%;
    }
    .lead.wide-text {
        font-size: 12px;
        letter-spacing: 6px;
        text-align: center;
        padding: 0 1rem;
    }
    .d-grid>button.button-yellow {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media(min-width: 768px) {
    .zdjecie-kadrowanie {
        width: 250px;
    }
    .zespol-kancelarii .text-md-start.text-center {
        width: 300px;
        padding-left: 0;
        padding-right: 0;
    }
    .zdjecie-kadrowanie img {
        width: 250px !important;
        height: 250px !important;
    }
}

#magdalena.h3-names {
	 font-size: 2.5rem;
        line-height: 1.2;
}

.o-kancelarii .h3-names {
  font-size: 2.5rem;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.hero {
    min-height: 60vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.hero {
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;	
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(8,49,41,0.4);
  pointer-events: none;
}

.py-5 {
    padding-bottom: 3rem!important;
    padding-top: 3rem!important;
    z-index: 1;
}

.px-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.nav-link:active {
	color: #BC9748;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

