*{
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  /*scroll-behavior: smooth;*/
}

/*SMARTPHONY*/

body{
  margin:0;
  padding: 0;
  background-color: #B3B3B3;
}

.top_scroll{
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-color: #333;
  opacity: 80%;
  margin:0;
  padding:0;
  cursor: pointer;
}
div.top_scroll:hover{
  background-color: #111;
}
.up_arrow{
  position: absolute;
  top: 1px;
  left: 1px;
}

.header {
 text-align: left;
 font-family: Arial;
 display: inline;
 background-color: #FCED4F;/*#DCEFC8;*/
 display: block;
}

.Title{
  font-size: 25px;
  margin:0;
  padding-top: 15px;
  color: black;
}
.subtitle{
  font-size: 15px;
  margin:0;
  padding-bottom: 15px;
  color: black;
}

#navbar1{
  background-color: #FCED4F;
}
.menu {
  background-color: #FCED4F;
  margin: 0;
  padding: 0;
  }
.main {
  margin: 0;
  font-size: 16px;
  padding: 10px 5px;
  box-sizing: border-box;
  background-color: #B3B3B3;
}
.footer {
  width:100%;
  background-color: #022023;
  border-top-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  color: #B3B3B3;
}

.logo {
  width: 64px;
  height: 64px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: visible;
}

.sticky + div {
  padding-top: 30px;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  font-family: Arial;
  background-color: #FCED4F;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #333;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #BDBDBD;
  color: black;

}

/* Style the active link (or home/logo) */
.active {
  background-color: #FCED4F;
  color: #B3B3B3;
  font-family: Arial;
}

/*.navi{
  list-style-type: none;
  overflow: hidden;
  background-color: #FCED4F;
  margin: 0;
  padding: 0;
  height: 100%

}
.li_navi{
  display: inline;

}
.li_navi > a {
  color: #B3B3B3;
  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  width: auto;
  font-size: 20px;
  font-family: Arial;
  margin-left: 0px;
  margin-right: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-color: rgb(230, 230, 230);
  float: left;
}
.li_navi > p{
  color: #B3B3B3;
  display: inline-block;
  text-align: center;
  padding: 0 0;
  text-decoration: none;
  width: auto;
  font-size: 20px;
  font-family: Arial;
  margin : 0;
  padding: 11px 16px;
}

li a:hover {
  background-color: rgb(230, 230, 230);
  color: black;
}
*/

.active > a{
  background-color: rgb(230, 230, 230);/*#111*/
  color: black;
}

 .main > p{
   text-align: justify;
   padding-left: 15px;
   padding-right: 15px;
   font-family: Arial;
   font-size: 14px;
   padding-bottom: 10px;
   line-height: 2;
}

/* Sekcja: O nas */
.o-nas h2 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.o-nas .lead {
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 0 1rem;
}

.o-nas-grid {
  margin: 0 10% 50px 10%;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.o-nas-card {
  font-family: Arial;
  line-height: 2;
  background: #f8fafc;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  border-left: 4px solid #004080;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  margin-bottom: 20px;
}

.o-nas-card .tytul {
  font-weight: bold;
  color: #004080;
  margin-bottom: 0.3em;
  display: flex;
  align-items: center;
  font-size: 1rem;
  gap: 0.4rem;
}

.value-item .dot {
  min-width: 8px;
  height: 8px;
  margin-top: 5px;
}

.value-item .txt {
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Sekcja: Dlaczego my */
.dlaczego-my {
  padding: 1em 0.8em;
  max-width: 100%;
}

.dlaczego-my h2 {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.dlaczego-lista {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}

.dlaczego-element {
  font-family: Arial;
  line-height: 2;
  background: #f8fafc;
  padding: 0.8em;
  border-left: 4px solid #004080;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  line-height: 1.6;
}

.dlaczego-ikona {
  font-size: 1.2em;
  margin-right: 0.4em;
}

.dlaczego-tytul {
  font-weight: bold;
  color: #004080;
  margin-bottom: 0.3em;
  display: flex;
  align-items: center;
}

.dlaczego-opis {
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Sekcja: lista (np. tekst główny) */
.lista {
  text-align: justify;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Arial;
  font-size: 15px;
  line-height: 1.6;
}


.lista{
  padding-left: 40px;
  font-size: 14px;
  font-family: Arial;
}

#copyright{
  margin-top: 30px;
  padding-left: 20px;
  display: inline-block;
}
#copyright_index{
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  display: inline-block;
}


#logo {
 width: 81px;
 height:81px;
 margin: 0;
 padding: 22px 10px 0px 10px;
 float: left;
}

#footer_form {
  display: inline-block;
  float: right;
}
/*Slider strona główna */

.slider {
  max-width: 689px;
  max-height: 361px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.slide{
  display: none;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;

}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#Wojtek{
  width: 90%;
  margin-bottom: 20px;
  font-family: Arial;
  padding-left: 20px;

}
#Maciek{
  width: 90%;
  margin-bottom: 100px;
  font-family: Arial;
  padding-left: 20px;

}
#dojazd_do{
  font-family: Arial;
  font-size: 20px;
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.Dojazd{
  clear: right;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #BDBDBD;

}
#map{
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.kontener_oferta{
  padding-bottom: 20px;
}

.oferta{
  display: block;
  background-color: #FCED4F;
  border: none;
  color: #B3B3B3;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  margin-left:  auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.oferta:hover{
  background-color: #757575;
  color: #B3B3B3;
}
.kontener_oferta{

}

/* Galeria */

.row{
  margin : 0;
  width:342px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

/*galeria wyswietlanie - lightbox*/

.row > .column {
  padding: 0 2px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column > img{
  width: 110px;
  height: 80px;
}
/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 110px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #f9f9f9;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: #B3B3B3;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #B3B3B3;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: #B3B3B3;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.zdjecie{
  margin:0;
  height:300px;
  width:100%;
  object-fit: cover;
}

.photo_container {
  position: relative;
  z-index: -1;

}

/* Bottom right text */
.text-block {
  max-width: 145px;
  position: absolute;
  bottom: 15px;
  left: 10px;
  background-color: #FCED4F;
  padding: 5px 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.text-block p{
  color: black;
  font-family: Arial;
  font-size: 30px;
  padding: 5px 10px;
  margin: 0;
}

#phone{
  margin:0;
  padding:0;
  width:16px;
  height:16px;
}
.separator{
  margin-top: 10px;
  margin-bottom: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#cytat{
  display: none;
}

.language_icon {
	width: 20px;
}

#telefon {
	color: black;
}

.phone_icon {
	width: 20px;
	padding-right: 10px;
}

.icon-block {
  position: absolute;
  right: 0px;       /* odległość od prawej krawędzi */
  top: 60%;
  transform: translateY(-50%);
  font-size: 4rem;   /*  wielkość ikony */
  color: #B3B3B3;
}

.ikona {
  width: 80px;              /* 🔹 szerokość ikony */
  height: auto;             /* 🔹 zachowanie proporcji */
  object-fit: contain;      /* 🔹 dopasowanie obrazu w ramce */
  margin: 0 20px;           /* 🔹 odstęp od boków */
  cursor: pointer;          /* 🔹 "rączka" po najechaniu */
  transition: transform 0.3s ease, opacity 0.3s ease;
  background-color: rgba(255, 255, 255, 0.7);
}

.logo_block {
	text-align: center;
}

#iRayImg{

	width: 200px;
	margin: 80px;

}

.logo_background{
	width 300px;
	height 300px;
    background-color: white;   /* białe tło */
    border-radius: 50%;        /* okrąg */
    padding: 0px;             /* odstęp między obrazkiem a tłem */
    display: inline-block;
}

#iRayDet{
	width: 260px;
	float: right;
	margin: 20px;

}

.photo {
 width: 200px;
 margin: auto;
}


.dane_firmy {
	display: block;
	margin: auto;
	font-family: Arial, sans-serif;
  text-align: center;
  margin-bottom: 30px;
}

form {
  display: flex;
  flex-direction: column;
  align-items: stretch;          /* 🔹 Dopasowanie do szerokości ekranu */
  width: 90%;                    /* 🔹 Formularz zajmuje 90% szerokości ekranu */
  max-width: 420px;              /* 🔹 Maksymalna szerokość dla większych ekranów */
  margin: 0 auto 30px auto;      /* 🔹 Wyśrodkowanie */
  padding: 15px;
  background: #f8fafc;
  border: 1px solid #bbb;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  box-sizing: border-box;
}

label {
  font-size: 0.95rem;
  margin-bottom: 6px;
  color: #333;
  font-family: Arial, sans-serif;
}

input, textarea {
  width: 100%;                   /* 🔹 Zajmuje całą szerokość kontenera */
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  margin-bottom: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

input:focus, textarea:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
  outline: none;
}

button {
  background: #004080;
  color: white;
  padding: 12px;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  width: 100%;                   /* 🔹 Przycisk na całą szerokość formularza */
  box-sizing: border-box;
}

button:hover {
  background: #0066cc;
  transform: translateY(-2px);
}

button:active {
  transform: translateY(0);
}

