/*
Theme Name: PlayRoom Aparthotel
*/

body {
  font-family: "Lexend Deca", sans-serif;
  font-size:16px;
  line-height:24px;
  font-weight:300;
  color:#171618;
  background-color:#f9fafa
}

:root {
	--black:#171618;
	--green:#b1ccbb
}

.wow {
	visibility:hidden
}

.navbar {
	padding-top:40px;
	padding-bottom:40px;
	 background-color:#f9fafa !important;
	 transition:.3s
}

.whatsapp-icon {
	max-height:32px
}

.atrakcje-slider {
	margin-top:100px
}

.navbar.scrolled {
	padding-top:15px;
	padding-bottom:15px;	
}

.navbar.bg-light.scrolled  {
	background:#fff !Important
}

.single-gallery-item {
	padding:6px
}

.scrolled .nav-logo {
	max-width:110px;
}

.bg-light {
  background-color: #f9fafa !important;
  transition:.3s
}

.bg-light.scrolled {
  background-color: #fff !important;
}

.nav-link {
	color:var(--black);
	font-size:16px !important;
	line-height:24px !important;
	padding-left:20px !important;
	padding-right:20px !important
}

.nav-link:hover {
	color:var(--green) !important;
}


.phone-link {
	border:1px solid #D9D9D9;
	border-radius:90px;
	display:inline-block;
	line-height:22px;
	padding:18px
}

.atrakcje-txt-row {
	margin-top:50px
}

.atrakcje-btn-row {
	margin-top:50px
}

#menu-lang a {
	border: 1px solid #D9D9D9;
  border-radius: 90px;
  display: inline-block;
  line-height: 22px;
  padding: 18px;
  margin-right: 15px;
}

#atrakcje-paralax {
	height:80vh;
	margin-top:100px
}

#atrakcje-section {
	padding-top:100px;
	padding-bottom:100px;
	background-color:#fff
}

.atrakcje-col-left {
	padding-right:100px
}

.btn-outline-success {
		border:1px solid #B1CCBB;
		background-color:#B1CCBB;
	border-radius:53px;
	display:inline-block;
	line-height:22px;
	padding:18px 29px;
	color:var(--black);
	font-weight:300
}

.btn-outline-success:hover {
		border:1px solid #B1CCBB;
		background-color:#fff !important;
	color:var(--black) !important;
}

.btn-outline-success:active {
		border:1px solid #B1CCBB;
		background-color:#fff !important;
	color:var(--black) !important;
}

.btn-outline-success:focus {
		border:1px solid #B1CCBB;
		background-color:#fff !important;
	color:var(--black) !important;
}



#apartamenty-filter {
	margin-top:60px
}

#apartamenty-filter select {
  border: 1px solid #D9D9D9;
  border-radius: 7px;
  padding: 15px 25px;
  padding-right: 65px;
  font-weight: 500;
  color: #1A1C33;
  background-color:#f9fafa
}

.select-custom {
    position: relative;
    display: inline-block;
	margin-right:15px
}

.select-custom select {
    appearance: none; /* usuwa domyślną strzałkę */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 38px; /* miejsce na strzałkę */
    width: 100%;
    box-sizing: border-box;
}

/* Dodaj swoją strzałkę jako pseudo-element */
.select-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px; /* ODSTĘP od prawej krawędzi */
    width: 12px;
    height: 12px;
    pointer-events: none;
    background: url('img/chevron_down.svg') no-repeat center center;
    transform: translateY(-50%);
}

.select-label {
  font-size: 12px;
  line-height: 12px;
  color: #6F7A86;
  background-color: #f9fafa;
  position: absolute;
  display: inline-block;
  top: -11px;
  left: 16px;
  padding: 5px 10px;
}

.filter-checkbox-label {
	padding-right:35px
}

.filter-checkbox-label input {
	margin-right:5px
}



.clear-filters-btn {
  margin-left: 10px;
  color: #6F7A86;
  font-size: 12px;
  text-decoration: underline;
}

.navbar-nav {
	padding-left:70px
}

/* --- NAVBAR --- */
.nav-logo {
  max-width: 140px;
  transition: max-width .3s;
}
.navbar.bg-light.scrolled {
  background: #fff !important;
}
.scrolled .nav-logo {
  max-width: 110px;
}

a {
	color:var(--black);
	text-decoration:none
}

.lang-switch {
  width: 60px;
  height: 60px;
  border: 0px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.ap-listing-img {
  overflow: hidden;
  position:relative;
  margin-bottom:20px
}

.ap-listing-img img {
  transition: transform 0.3s ease;
}

.ap-listing-img:hover img {
  transform: scale(1.1);
}

/* --- HERO SECTION --- */
.hero-section {
  padding-top: 180px;   /* daj tyle, żeby nie wjechało pod fixed-nav */
  padding-bottom: 0px;
}
.hero-section .display-4 {
  font-size: 70px;
  line-height:80px;
  font-weight: 200;
}

h1.display-4 {
	position:relative;
	display:inline-block;
	padding-left:0px
}

h1.display-4::after {
    content: "";
    display: inline-block;           
    width: 130px;                       
    height: 130px;                       
    background: url("img/star.svg") no-repeat center/contain;
    position:absolute;
top:-25px;
right:-150px	
}

.mobile-sun {
	display:none
}

.hero-subtitle {
  font-size: 70px;
  line-height:80px;
  font-weight: 100;
  color: #959595;
  padding-left:195px;
  margin-top:20px
}
.hero-highlight {
  font-size: 70px;
  line-height:80px;
  font-weight: 200;
  margin-top:10px;
  padding-left:0px
}
.hero-text {
  padding-top:30px
}

.hero-border-bottom {
	border-bottom:1px solid #D9D9D9;
	padding-bottom:70px
}

/* sekcja atrakcji */
.attractions-section {
  font-weight: 300;
  padding-bottom:60px
}
.attractions-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0.5rem 0;
}
.attractions-title {
  border-bottom:1px solid #D9D9D9;
    padding:0px;
  padding-top:23px;
  padding-bottom:23px;
}

.home-walk-ico {
	margin-right:10px
}

.filters-section {
	margin-top:62px
}

/* ikony w sekcji */
.icon-attractions {
  width: 40px;
  height: auto;
}

.home-icons-directory {
	border-bottom:1px solid #D9D9D9;
	padding-bottom:25px;
	padding-top:30px
}

.home-icons-time {
	font-size:20px;
	line-height:26px;
	font-weight:300
}

.circle-button {
	background-color:#B1CCBB;
	padding:20px;
	margin-right:15px
}

.button {
  background-color: var(--green);
  border: 0px;
  border-radius: 20px;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
}

/* przycisk CTA */
.transfer-cta {
  background-color: #A3BEA3; /* możesz dostosować odcień */
  color: #000;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s;
}
.transfer-cta:hover {
  background-color: #91ad91;
  text-decoration: none;
}
.transfer-icon {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
.transfer-icon img {
  width: 24px;
  height: auto;
}

/* ====== SLIDER SECTION ====== */
.slider-section {
  position: relative;
}

/* wymuszamy wysokość lub zachowanie proporcji: */
.slider-section .carousel-item {
  height: 100vh;               /* dostosuj do projektu */
  min-height: 300px;          /* dla bardzo małych ekranów */
}
.slider-section .carousel-item img {
  object-fit: cover;
  height: 100%;
}

/* ukrywamy domyślne ikony */
.slider-section .carousel-control-prev-icon,
.slider-section .carousel-control-next-icon {
  display: none;
}

/* wspólny styl dla twoich ikon */
.slider-section .custom-control-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 50%;
  transition: background-color .3s;
  z-index: 5;
}
.slider-section .custom-control-icon img {
  width: 24px;
  height: auto;
}

/* hover */
.slider-section .carousel-control-prev:hover .custom-control-icon,
.slider-section .carousel-control-next:hover .custom-control-icon {
  background-color: rgba(255,255,255,1);
}

/* pozycjonowanie przycisków */
.slider-section .carousel-control-prev {
  left: 1.5rem;
}
.slider-section .carousel-control-next {
  right: 1.5rem;
}
/* oba przyciski w pionie na środku */
.slider-section .carousel-control-prev,
.slider-section .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* cienka linia nad tytułem każdej małej karty */
.apt-divider {
  border: none;
  border-top: 1px solid #D9D9D9;
  width: 100%;
  margin: 0 0 1rem 0;
  opacity: 1;
}

/* nagłówki kart */
.apt-title {
  font-size: 22px;
  line-height:30px;
  font-weight:300;
  margin-bottom:10px
}

.ap-listing-arrow {
	margin-top:-8px
}

/* ikona strzałki obok tytułu */
.apt-arrow-icon {
  width: 24px;
  height: auto;
}

/* podtytuł (Apartament N os.) */
.apt-subtitle {
  font-size: 14px;
  color: #6F7A86;
}

/* pin + lokalizacja */
.apt-pin-icon {
  height: auto;
  margin-right:5px
}
.apt-location {
  font-size: 14px;
  color: #000;
}

/* opis pod kartą */
.apt-description {
padding-top:15px
}

.home-ap-img {

}

.home-zobacz-wszystkie-button {
	background-color:var(--black);
	
}

.home-zobacz-wszystkie-button:hover {
	background-color:#B1CCBB;
	
}

.home-zobacz-wszystkie-col {
	margin-top:-75px
}

.ap-single-box {
	padding-bottom:30px
}

/* CTA „Zobacz wszystkie” */


.apt-cta-circle {
  width: 56px;
  height: 56px;
  background-color: #000;
  border-radius: 50%;
  flex-shrink: 0;
}
.apt-cta-text {
  font-size:22px;
  line-height:30px;
  color:var(--black)
}

/* duża karta po prawej */
.apt-card-large img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.map-full-width {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%; /* bo col-lg-4 to 4/12 = 1/3 */
  height: 100%;
  z-index: 0;
}

.page-apartamenty-map-holder {
	width:100%;
	height:300px;
}

.page-apartamenty-map-holder  #apartmentsMap {
  border-radius: 1000px;
}

.page-apartamenty-map-holder .map-full-width {
  position: initial;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto; /* bo col-lg-4 to 4/12 = 1/3 */
  height: 100%;
  z-index: 0;
}

.map-left-col {
	padding-top:100px;
	padding-bottom:100px
}

.map-section {
  background: #f9f9f9;
    position: relative;
  overflow: hidden;
  padding-bottom: 0; /* usuń dolne marginesy */
}

.contact-map-wrapper .map-section {
	background:#fff
}

.map-subtitle {
	padding-bottom:15px;
	padding-top:20px
}

.section-title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.apartments-listing-section {
	padding-top:70px;
	padding-bottom:70px
}

.apt-map-list {
  padding-left: 0;
}
.apt-map-item {
  cursor: pointer;
  padding: 24px 0px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  transition: color 0.2s;
  font-size:21px;
  line-height:28px;
  font-weight:200
}
.apt-map-item:last-child {
  border-bottom: none;
}
.apt-map-item:hover {
  color: #2f855a;
}

.apt-map-item.hovered {
  color: #2f855a;
  /* Możesz dodać inne style, np. pogrubienie */
}

.pin-icon {
  width: 32px;
  height: auto;
} 

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #b1ccbb;
  border-top: 0px;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p {
  color: #000;
}

.cCSnlQ {
  background-color: #2ed06a !important;
}

.widget-rezerwacja {
	position:fixed;
	bottom:0px;
	width:100%;
	left:0px;
	background-color:#b1ccbb
}

.hero-section.kontakt-section {
	padding-bottom:120px
}

.kontakt-section .intro-text {
	max-width:520px
}

.kontakt-section .intro-text a{
	font-size:20px;
	line-height:28px
}

.kontakt-section .atrakcje-txt-row {
  margin-top: 70px;
}

.apartments-section {
	padding-top:100px;
	padding-bottom:100px
}

.map-title {
font-size:36px;
line-height:50px;
font-weight:200	
}

#apartmentsMap {
  width: 100%;
  height: 100%;
  border-radius: 0;

}

#singleMap {
	width: 100%; height: 400px;overflow: hidden;
}


/* === Sekcja wprowadzająca === */
.intro-section {
  background-color: #fff;
  color: #333;
  padding-top:120px;
  padding-bottom:120px
}

.section-title {
  font-size:70px;
  line-height:80px;
  font-weight: 200;
}

.intro-section .section-title {
	margin-bottom:50px
}

.intro-text-left {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #171618;
  padding-right:40px;
  text-align:justify
}

.intro-text-right {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #171618;
  padding-left:40px;
  text-align:justify
}

/* odległość pod tytułem */
.intro-section .row + .row {
  margin-top: 1.5rem;
}

/* === Footer === */
.footer-section {
  background-color: #f9f9f9; /* subtelne tło */
  color: #333;
  padding-top:100px;
  padding-bottom:100px
}
.footer-title {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 45px;
  color:#2D2D2D
}
.footer-link {
  color: #171618;
  text-decoration: none;
  font-size: 14px;
  line-height:22px;
  display: inline-block;
  margin-bottom: 20px;
  transition: color .2s;
}
.footer-link:hover {
  color: #2f855a;
  text-decoration: none;
}
.footer-section ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-section li {
  list-style: none;
}
.footer-section p {
  margin-bottom: 0;
}
.footer-copy {
  font-size: 13px;
  padding-top:70px
}

.single-main {
	margin-top:60px
}

.single-main-info-row {
	border-bottom:1px solid #D9D9D9;
	padding-top:20px;
	padding-bottom:0px
}

.single-main-info-item {
	display:inline-block;
	padding-right:40px
}

.img-single-icon {
	padding-right:5px
}

.single-main-additional-info-row {
		border-bottom:1px solid #D9D9D9;
	padding-top:25px;
	padding-bottom:0px
}

.single-main-info-item {
	padding-right:30px;
	padding-bottom:25px
}

.single-main-desc {
	padding-top:60px
}

.single-main-desc-left {
	padding-right:100px
}

.single-main-desc-content {
	padding-top:30px;
}

.single-main-desc-udogodnienia {
  padding-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; /* odstęp między elementami */
  max-width: 850px; /* opcjonalnie */
}

.single-udogodnienia-content {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.udogodnienia-icon-col {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.udogodnienia-text-col {
  margin-left: 12px;
  flex: 1;
}

.single-pozostale-row {
	padding-top:30px;
	padding-bottom:40px;
}

.single-pozostale-row li {
	font-size:15px;
	padding-bottom:9px;
	line-height:23px
}

 h3.single-main-desc-udogodnienia-h3 {
	margin-top:35px;
	font-weight:200;
	font-size:24px;
	line-height:28px;
	margin-bottom:0px
}

.single-main-desc-more {
	font-size:12px;
	line-height:19px;
	color:#171618;
	padding-top:15px;
	font-weight:500;
	max-width:400px
}

.single-pozostale-row ul {
  columns: 3;
  column-gap: 15px;
  list-style-position: inside;
  padding-left: 0;
  list-style:none
}
.single-pozostale-row li {
  position: relative;
  padding-left: 1.2em;
}
.single-pozostale-row li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #b1ccbb;
  font-size: 24px;
  line-height: 1;
}
#single-lokalizacja {
	padding-top:70px;
}

#single-lokalizacja h3.hero-highlight {
	margin-bottom:50px
}

@media only screen and (max-width: 1400px) {
	
	.hero-highlight {
  font-size: 60px;
  line-height: 70px;
	}
	
	.p-transfer {
		padding-top:30px
	}
	
	.page-apartamenty-map-holder {
	height:260px;
}
	
}

@media only screen and (max-width: 998px) {
  .transfer-cta {
    flex-direction: column;
    text-align: center;
  }
  .transfer-icon {
    margin-bottom: 0.5rem !important;
  }

  .hero-section {
    padding-top: 100px;
    text-align: center;
  }
  .hero-section .row > .col-lg-7,
  .hero-section .row > .col-lg-5 {
    margin-bottom: 1.5rem;
  }
  .hero-section .col-lg-5 {
    text-align: left;
  }
  
    .slider-section .custom-control-icon {
    width: 48px;
    height: 48px;
  }
  .slider-section .carousel-control-prev {
    left: 1rem;
  }
  .slider-section .carousel-control-next {
    right: 1rem;
  }
  
    .section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
  .apt-cta {
    justify-content: center;
  }
  .section-title {
    text-align: center;
  }
  .intro-text {
    text-align: left;
  }

  #apartmentsMap { height: 300px; }
  
  .page-apartamenty-map-holder #apartmentsMap {
  height: 100%;
  border-radius:20px
}

  .page-apartamenty-map-holder {
    height: 350px;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  
  .map-section .section-title { text-align: center; }

  .footer-section .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-section .d-flex.gap-3 {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
  }


.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}

  .hero-section .display-4 {
    font-size: 45px;
    line-height: 53px;
	margin-bottom:0px
  }

.hero-subtitle {
  font-size: 45px;
  line-height: 55px;
  padding-left: 0px;
  margin-top: 0px;
}

.hero-highlight {
  font-size: 45px;
  line-height: 53px;
  font-weight: 200;
}

.attractions-title {
  border-bottom: 1px solid #D9D9D9;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 35px;
}

.hero-section .row > .col-lg-7, .hero-section .row > .col-lg-5 {
    margin-bottom: 0px;
  }
  
  h1.display-4::after {
  display:none
}

.mobile-sun {
	display:block
}

  .hero-section {
    padding-top: 130px;
  }
  
  .hero-border-bottom {
  padding-bottom: 20px;
}

.d-flex.align-items-start.me-4 {
	padding-bottom:20px
}

.home-icons-time {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.circle-button {
  background-color: #B1CCBB;
  padding: 10px;
  margin-right: 12px;
}

.attractions-section {
  font-weight: 300;
  padding-bottom: 0px;
}

.slider-section .carousel-item {
  height: 70vh;
  min-height: 250px;
}

.apartments-section {
  padding-top: 45px;
  padding-bottom: 45px;
}

.section-title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 200;
}
  
  .mb-5 {
  margin-bottom: 0px !important;
}

.map-left-col {
  padding-top: 0px;
  padding-bottom: 0px;
}
  
  .map-full-width {
  position: initial;
  }
  
  .home-zobacz-wszystkie-col {
  margin-top: 10px;
}

  .apt-cta {
    justify-content: left;
  }
  
  .apt-cta-text {
  font-size: 16px;
  line-height: 23px;
}

.map-title {
  font-size: 24px;
  line-height: 35px;
  font-weight: 200;
}

.map-subtitle {
  padding-bottom: 0px;
  padding-top: 20px;
}
  
 .intro-section {
  padding-top: 45px;
  padding-bottom: 45px;
} 
  
 .intro-section .section-title {
  margin-bottom: 5px;
} 
 
.intro-section .section-title {
text-align:left
}	

.intro-text-left {
  padding-right: 15px;
}

.intro-text-right {
  padding-left: 15px;
}

.footer-section {
  padding-top: 45px;
  padding-bottom: 45px;
}
  
 .footer-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #2D2D2D;
} 
  
.col-6.col-md-3 {
padding-bottom:25px
}	

.footer-link {
  margin-bottom: 12px;
}

.footer-copy {
  font-size: 13px;
  padding-top: 0px;
}

.navbar-nav {
  padding-left: 0px;
}
  
  .d-flex.align-items-center.justify-content-center.ms-4 {
	  margin-top:25px;
	  margin-bottom:15px
  }
  
  .navbar.bg-light.scrolled {
  background: #fff !important;
  box-shadow: 5px 5px 25px #0000001c;
}

.scrolled .nav-logo {
  max-width: 50px;
}

.navbar.scrolled {
  padding-top: 10px;
  padding-bottom: 7px;
}
  
 .kontakt-section .atrakcje-txt-row {
  margin-top: 25px;
} 
  
  .kontakt-section .intro-text a {
  font-size: 18px;
  line-height: 30px;
}

.hero-section.kontakt-section {
  padding-bottom: 35px;
  text-align: left;
}

.contact-map-wrapper .map-section {
	padding-top:40px
}

.apt-map-item {
  padding: 20px 0px;
  font-size: 19px;
  line-height: 26px;
}

.atrakcje-txt-row {
  margin-top: 25px;
}
  
  .hero-highlight {
  margin-top: 0px;
}

  .intro-text {
    text-align: left;
  }
  
  .atrakcje-btn-row {
  margin-top: 25px;
}

#atrakcje-paralax {
  height: 80vh;
  margin-top: 45px;
}

  #atrakcje-section {
  padding-top: 45px;
  padding-bottom: 45px;
}

.atrakcje-col-left {
  padding-right: 15px;
  padding-bottom:45px
}

.mt-5 {
  margin-top: 2rem !important;
}

.filters-section {
  margin-top: 45px;
}

.select-custom {
  margin-right: 12px;
  margin-bottom: 25px;
}

.apartments-listing-section {
  padding-top: 25px;
  padding-bottom: 10px;
}

.d-flex.align-items-start.me-4 {
	margin-right: 1rem !important
}

.col-5.col-md-auto.d-flex.align-items-start  {
	padding-bottom:20px
}

.col-7.col-md-auto.d-flex.align-items-start  {
	padding-bottom:20px
}

.intro-section   .section-title {
    font-size: 25px;
    line-height: 34px;
    font-weight: 200;
  }
  
  .ms-4 {
  margin-left: 0px !important;
}

.btn-outline-success {
  padding: 18px 24px;
  font-size: 14px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.hero-section  .display-4 {
    font-size: 34px;
    line-height: 43px;
  }
  
  .hero-section .hero-highlight {
    font-size: 34px;
    line-height: 43px;
  }
  
  #apartamenty-filter select {
  border-radius: 7px;
  padding: 13px 15px;
  padding-right: 55px;
  }
  
    .select-custom {
    margin-right: 12px;
    margin-bottom: 25px;
    width: 100%;
  }
  
  
  .single-main {
  margin-top: 25px;
}

.single-main-info-item {
  padding-right: 15px;
  padding-bottom: 15px;
}

.single-main-additional-info-row {
  padding-top: 25px;
  padding-bottom: 15px;
}

.single-main-desc {
  padding-top: 25px;
}

.single-main-desc-left {
  padding-right: 15px;
}

.single-main-desc-udogodnienia {
  padding-top: 30px;
  display: grid
;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.single-pozostale-row ul {
  columns: 2;
  column-gap: 10px;
}

.single-pozostale-row {
  padding-top: 30px;
  padding-bottom: 0px;
}

.atrakcje-slider {
	margin-top:30px
}


}