
   body{
		background-image: url('../img/Rostbef wędzony luksusowy (2) kopia.jpg');
		background-size: 1950px 1000px;
		background-repeat: no-repeat;
		background-size: cover;          
		background-position: center;     
		background-attachment: fixed;
		margin: 0;
		padding: 0; 
		margin: 0;
		font-family: 'Bevan', self-serif;
		display: flex;
		flex-direction: column;	
        min-height: 100vh;
		height: auto;
		min-height: 100vh;
		overflow-x: hidden; 
		overflow-y: auto;	
		
	} 

	section{
		position: relative;
		width: calc(min(180rem, 100%));
		margin:0 auto;
		min-height: 70vh;
		column-gap: 3rem;
		padding-block: min(20vh, 3rem);
		text-align:center;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;	
		grid-auto-rows: auto;
		gap: 3rem; 
		
	}
	
	.swiper-slide{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		justify-content: flex-start;
		align-items: flex-start;
		
	}
	
	.text{
		font-family: 'Myriad Pro Light', serif;
		text-align:center;	
		color: white;
		font-size: 18px;
		text-justify: auto;
		justify-items: center;
	}
	

	.wrapper {
	  display: flex;
	  flex-direction: column;
	  min-height: 100vh;
	}

	

	main {
  flex: 1;
  padding: 20px 0;
  margin: 0;
  display: block;   
}
	
	
	.box{
		box-sizing: border-box;
		display: flex !important;
		flex-direction: column;
		width: 100%;
 		max-width: 1400px;
  		margin: 40px auto;
  		padding: 20px;	
		backdrop-filter: blur(8px);
		background-color: rgba(0, 0, 0, 0.2); 
		/* border-radius: 10px; */
		color: white;
		
	}
	
    iframe {
		display: block;
		margin: 0 auto;
		width: 100%;
  		max-width: 100%;
  		height: 300px;
		border: none;
		
	
	}

	h2, p {
		  margin: 10px;
		}

	footer {
		  position: relative;
		  text-align: center;
		  padding: 20px;
		  background: transparent;
		  backdrop-filter: blur(2px);
		  color: white;
		  width: 100%;
		  max-width: 1400px;
		  margin: 40px auto;
	}

	footer .logo,
footer .img {
  position: static;
  max-height: 60px;
  width: auto;
  margin: 10px;
  display: inline-block;
}

	

	.header {
	  background: linear-gradient(90deg, #000066 0%, #000080 100%);
	  color: white;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  padding: 20px 40px;
	  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	  font-size: 32px;
	  
	}

	.logo-left,
	.logo-right {
	  height: 80px;
	  border-radius: 10px;
	  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.3);
	}

	.logo-center {
	  height: 60px;
	  display: block;
	  margin: 0 auto 10px;
	}

	.nav-center {
	  text-align: center;
	  flex-grow: 1;
	}

	.nav-links {
	  display: flex;
	  justify-content: center;
	  gap: 40px;
	  margin-top: 10px;
	}

	.nav-links a {
	  color: white;
	  text-decoration: none;
	  font-weight: 500;
	  font-size: 16px;
	  position: relative;
	  transition: color 0.3s;
	}

	.nav-links a::after {
	  content: '';
	  position: absolute;
	  width: 0;
	  height: 2px;
	  bottom: -4px;
	  left: 0;
	  background-color: orange;
	  transition: width 0.3s;
	}

	.nav-links a:hover {
	  color: orange;
	}

	.nav-links a:hover::after {
	  width: 100%;
	}
    .map-link {
	  color: white !important;
	  text-decoration: none !important;
	  transition: color 0.2s ease-in-out;
	}
	.map-link:hover,
	.map-link:visited,
	.map-link:active,
	.map-link:focus {
	  color: white !important;
	  text-decoration: underline !important;
	}


* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}


main {
  margin: 0 !important;
  padding: 20px;
  width: 100%;
}

.swiper-container {
  width: 100%;
  max-width: 100%;
  margin: 40px auto;
}

.swiper {
  width: 100%;
  padding-bottom: 60px; 
}
.text p {
  position: relative;
  z-index: 2;
}
section {
  overflow: hidden;
}


.slogan {
  font-family: 'Dancing Script', cursive;
  text-align: center;
  margin: 40px auto 0;
  font-size: clamp(26px, 5vw, 50px);
  max-width: 100%;
}

.offer-desc {
  max-width: 100%;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;

  white-space: normal;
  word-break: break-word;
}

.box{
width:90%;
max-width:1100px;
margin:40px auto;
padding:20px;
backdrop-filter:blur(8px);
background-color:rgba(0,0,0,0.25);
border-radius:12px;
}


@media (max-width: 768px) {
  .box {
    margin: 20px auto;
    padding: 15px;
  }
}

@media (max-width: 900px) {
  .header {
    flex-direction: column;
    padding: 15px;
  }

  .logo-left,
  .logo-right {
    display: none;
  }

  .nav-links {
    flex-direction: column;
    gap: 12px;
  }

  .logo-center {
    height: 80px;
  }
}

@media (max-width: 600px) {
  iframe {
    height: 220px;
  }
}

@media (max-width: 900px) {
  table,
  tbody,
  tr,
  td {
    display: block;
    width: 100%;
  }

  td {
    margin-bottom: 20px;
  }
}

.about-img {
  max-width: 360px;
  width: 100%;
  float: left;
  margin: 0 15px 10px 0;
}

.form-message {
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    text-align: center;
    transition: all 0.6s ease;
    z-index: 9999;
}

.form-message.show {
    top: 30px;
}

.success-msg {
    background: #1b1475;
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.error-msg {
    background: #c0392b;
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
}
.contact-wrapper{
display:flex;
flex-wrap:wrap;
gap:40px;
justify-content:center;
align-items:flex-start;
padding:20px;
}

.contact-form{
flex:1;
min-width:320px;
max-width:500px;
background:rgba(255,255,255,0.08);
padding:30px;
border-radius:12px;
backdrop-filter:blur(10px);
box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

.contact-form h1{
text-align:center;
margin-bottom:20px;
font-size:32px;
}

.contact-form label{
font-weight:600;
margin-top:10px;
display:block;
}

.contact-form input,
.contact-form textarea{

width:100%;
padding:14px;
margin-top:6px;
border-radius:8px;
border:1px solid rgba(255,255,255,0.2);
background:rgba(255,255,255,0.15);
color:white;
font-size:16px;
transition:all 0.3s ease;

}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
color:rgba(255,255,255,0.7);
}

.contact-form input:focus,
.contact-form textarea:focus{

outline:none;
border-color:orange;
background:rgba(255,255,255,0.25);

}

.contact-form textarea{
min-height:160px;
resize:vertical;
}

.contact-form input[type="submit"]{

margin-top:15px;
background:linear-gradient(90deg,#ff7b00,#ff9900);
color:white;
font-size:18px;
font-weight:600;
border:none;
cursor:pointer;
transition:all 0.3s ease;

}

.contact-form input[type="submit"]:hover{

transform:translateY(-2px);
box-shadow:0 8px 20px rgba(0,0,0,0.3);

}

.contact-info{

flex:1;
min-width:300px;
max-width:400px;
background:rgba(0,0,0,0.35);
padding:30px;
border-radius:12px;
backdrop-filter:blur(10px);
box-shadow:0 10px 30px rgba(0,0,0,0.4);

}

.contact-info h1{
margin-bottom:20px;
}

.contact-info h3{
margin-top:20px;
color:orange;
}

.contact-info a{
color:orange;
text-decoration:none;
}

.contact-info a:hover{
text-decoration:underline;
}

@media (max-width: 768px) {
  .about-img {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}

@media (max-width: 768px) {
  footer img {
    max-height: 45px;
  }
}
@media (max-width: 768px) {
  .slogan {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .swiper {
    padding-bottom: 40px;
  }
}


@media (max-width: 768px) {
  section {
    min-height: auto;       
    padding-block: 20px;     
    width: 100%;
  }
}



@media (max-width: 768px) {
  .box {
    width: 100%;
    margin: 20px auto;
    padding: 20px 16px; 
  }
}


@media (max-width: 768px) {
  .swiper-slide img {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .box {
    width: 100%;
    margin: 20px auto;
    padding: 20px 16px;
  }
}


@media (min-width: 1024px) {
  body.index-page .box {
    width: 100%;
    max-width: 1400px;   
    margin: 60px auto;
  }
}


.contact-wrapper{
display:flex;
gap:40px;
justify-content:center;
flex-wrap:wrap;
}

.contact-form{
background:#000066 !important;
padding:35px !important;
border-radius:12px !important;
box-shadow:0 10px 35px rgba(0,0,0,0.5);
max-width:520px;
width:100%;
}

.contact-form label{
font-weight:600;
margin-top:10px;
display:block;
}

.contact-form input,
.contact-form textarea{
width:100%;
padding:14px !important;
margin-top:6px;
border-radius:8px;
border:1px solid rgba(255,255,255,0.25);
background:rgba(255,255,255,0.15);
color:white;
font-size:16px;
}

.contact-form textarea{
min-height:160px;
}

.contact-form input[type="submit"]{
margin-top:15px;
background:#ff8c00;
color:white;
font-size:18px;
font-weight:bold;
border:none;
cursor:pointer;
transition:0.3s;
}

.contact-form input[type="submit"]:hover{
background:#ff6a00;
transform:translateY(-2px);
}

.contact-info{
background:#000066;
padding:30px;
border-radius:12px;
max-width:400px;
width:100%;
}

.captcha-wrapper{
display:flex;
justify-content:center;
margin-top:15px;
}