html {
  /*scroll-behavior: smooth;*/
}

/*KOMPUTERY*/

body{
  margin:0;
  padding: 0;
  background-color: #B3B3B3 /*#DCEDC8*/;

}

.top_scroll{
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  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: Ubuntu;
  background-image: url("header2.jpg");
  background-repeat: no-repeat;   /*  nie powtarzaj */
  background-position: center;    /*  wyśrodkuj */
  background-size: cover;         /*  dopasuj i wypełnij cały box */
  margin: 100px 10% 100px 10%;
  padding: 10px;
  position: relative;
  display: block;
  background-color: #ccc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
              0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 400px;
}

#logo {
 width: 300px;
 height:300px;
 margin-right: 30px;
 padding: 30px 10px 0px 10px;
 position: relative;
 left: -100px;
 float: left;
 opacity: 0;
}

.Title{
  font-size: 60px;
  color: black;
  margin-left: 320px;
  position:relative;
  right: -500px;
  background-color: #f9f9f9;
  height: 350px;
  top: -150px;
  opacity: 0;
}
.Title_p{
  position:relative;
  right: -500px;
  top: 50px;
  z-index: 2;
  font-size: 70px;
  opacity: 0;
}

.subtitle{
  font-size: 25px;
  margin:0;
  padding-bottom: 30px;
  padding-top:15px;
  color: black;
  line-height: 1.1;
  position:relative;
  right: -500px;
  bottom: -100px;
  opacity: 0;
  z-index: 2;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  clear:both;
  width: 60%;
  margin-left: auto;
  font-size: 30px;
  position:relative;
  right: -400px;
  top: -230px;
  opacity: 0;
  font-style: italic;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 50px;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: 0.1em;

}
blockquote p {
  display: inline;
}



.menu {
  background-color: #fff;
  margin: 0px 10% 0px 10%;
  padding: 0;
  width: 80%;
  height: 51px;
  z-index: 3;
  position: fixed;
  top: 0;
  overflow: visible;
  }
  .menu1 {
    background-color: #fff;
    margin: 0px 10% 0px 10%;
    padding: 0;
    width: 80%;
    height: 51px;
    z-index: 3;
    overflow: visible;
    display:none;

    }
.main {
  margin: 0 10% 100px 10%;
  font-size: 16px;
  padding: 50px 2% 10px 2%;
  box-sizing: border-box;
  background-color: #eee;
  border-left-style: solid;
  border-right-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main > p{
 text-align: justify;
 padding-left: 200px;
 padding-right: 200px;
 font-family: Arial;
 font-size: 20px;
 line-height: 2;
}

.text-header{
  text-align: justify;
  padding-left: 200px;
  padding-right: 200px;
  font-family: Arial;
  font-size: 20px;
  line-height: 2;
}
.text-header-small{
  text-align: justify;
  padding-left: 200px;
  padding-right: 200px;
  font-family: Arial;
  font-size: 20px;
  line-height: 2;
  color: #004080;
}

/* Sekcja: O nas - styl spójny z sekcją "Dlaczego my?" */


.o-nas .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.o-nas h2 {
  text-align: center;
  color: #004080;
  margin: 0 0 0.75rem;
  font-size: 1.9rem;
}

.o-nas .lead {
  text-align: center;
  margin: 0 auto 1.25rem;
  max-width: 880px;
  line-height: 1.5;
  color: #2b2b2b;
}

.o-nas-grid {
  margin: 0 15% 100px 15%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 760px) {
  .o-nas-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

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

.o-nas-card .tytul {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  color: #004080;
  margin-bottom: 0.4rem;
  font-size: 1.03rem;
}

.o-nas-card p {
  margin: 0;
  line-height: 1.5;
  color: #2b2b2b;
}

.o-nas-values {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 0.6rem;
}

.value-item {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  padding: 0.45rem 0.3rem;
  border-radius: 8px;
}

.value-item .dot {
  min-width: 10px;
  height: 10px;
  background: #004080;
  border-radius: 50%;
  margin-top: 6px;
}

.value-item .txt {
  line-height: 1.35;
  color: #2b2b2b;
}

/* Subtle hover for cards on wide screens */
@media (hover: hover) and (min-width: 760px) {
  .o-nas-card { transition: transform 0.18s ease, box-shadow 0.18s ease; }
  .o-nas-card:hover { transform: translateY(-4px); box-shadow: 0 6px 14px rgba(0,0,0,0.08); }
}


.dlaczego-my {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #222;
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 1em;
}

.dlaczego-my h2 {
  text-align: center;
  color: #004080;
  margin-bottom: 1.5em;
  font-size: 1.8em;
}

.dlaczego-lista {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5em;
}

.dlaczego-element {
  background: #f8fafc;
  border-left: 5px solid #004080;
  padding: 1em 1.2em;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dlaczego-element:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.dlaczego-ikona {
  font-size: 1.5em;
  margin-right: 0.5em;
  color: #004080;
}

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

.dlaczego-opis {
  margin: 0;
  line-height: 1.5;
}

.lista{
  text-align: justify;
  padding-left: 250px;
  padding-right: 200px;
  font-family: Arial;
  font-size: 20px;
  line-height: 2;
}

.footer {
  clear: both;
  background-color: #022023/*#8c8c8c*/;
  border-top-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
}

.logo {
  grid-area: logo;
  width: 128px;
  height: 128px;
}

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

.sticky + div {
  padding-top: 40px;

}

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

}
.li_navi{
  display: inline;
  margin:0;
  padding: 0;

}
.li_navi > a{
  color: black;
  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: #B3B3B3;
  float: left;
  transition: background-color 0.5s ease;
}
.li_navi > p{
  color: white;
  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;
}



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

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

#footer_butt{
  background-color: #388E3C;
  cursor: pointer;
  border: none;
  color: white;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  float: right;
  margin: 10px 10px 10px 10px;
}

#footer_butt:hover{
  background-color: rgb(230, 230, 230);
  color: black;
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD
}



#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}
}



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

}
#mapa{
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.kontener_oferta{
  padding-bottom: 20px;
}

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

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

}
/*
div > p{
  font-size: 18px;
  font-family: Helvetica;
}
p{
  font-size: 18px;
  font-family: Helvetica;
}
*/
/* Galeria */

.row{
  margin : 0;
  width:950px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
#firstRow{
  margin-top: 30px;
}

div.galeria{
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.galeria:hover {
  border: 1px solid #777;
}

div.galeria img {
  width: 100%;
  height: auto;
}

div.opis {
  padding: 15px;
  text-align: center;
}

/*galeria wyswietlanie - lightbox*/

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

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

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

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

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

/* The Close Button */
.close {
  color: white;
  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: white;
  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: white;
}

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{
  height:400px;
  width:100%;
  object-fit: cover;

  margin-bottom: 0;
  padding-bottom: 0;
}

.photo_container {
  height:400px;
  width:80%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: -1;
  margin-left: 10%;
  margin-right: 10%;

}

/* Bottom right text */
.text-block {
  position: absolute;
  bottom: 15px;
  background-color: rgb(252, 237, 79);
  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);
}

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

.ikona {
  width: 300px;              /* 🔹 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);
}


.text-block p{
  color: black;
  font-family: Arial;
  font-size: 70px;
  padding: 5px 10px;
  margin: 0;
}
#separator_kontakt{
  display: none;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  clear:both;
  width: 60%;
  margin-left: auto;
  font-size: 30px;
  position:relative;
  right: -400px;
  opacity: 0;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 50px;
  line-height: 0.4em;
  margin-right: 0.1em;
  vertical-align: 0.4em;

}
blockquote p {
  display: inline;
}

.dane_firmy {
	display: inline-block;
	position: absolute;
	right: 400px;
	width: 400px;
	font-family: Arial, sans-serif;
}

form {
  display: inline-block;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 5px;
}

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

input {
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 1rem;
  margin-bottom: 18px;
  transition: 0.3s;
  width: 300px;           /* 🔹 stała szerokość */
  max-width: 100%;        /* 🔹 żeby nie wychodziło poza kontener */
  box-sizing: border-box;
}

textarea {
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 1.1rem;
  margin-bottom: 20px;
  transition: 0.3s;
  width: 400px;           /* 🔹 większe pole niż input */
  max-width: 100%;        /* 🔹 dopasowanie przy mniejszych ekranach */
  min-height: 150px;
  resize: vertical;
  box-sizing: border-box;
}

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

button {
  background: #4a90e2;
  color: #fff;
  padding: 12px;
  font-size: 1rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

button:hover {
  background: #357abd;
  transform: translateY(-2px);
}

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

.language_icon {
	width: 20px;
}

#telefon {
	color: black;
}

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

.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: 800px;
 margin: auto;
}
