html {
  overflow-y: scroll;
} 

body {
  color: #000;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  overflow: hidden;
  font-size: 18px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

  :root {
    --orange:#e67e22;
    --orange-light:#f28d34;
    --blue:#0f1c2d;
    --peach:#fdf4ec;
  }

strong {
  font-weight: 600;
}

.content {
    max-width:1460px;
    margin:0 auto;
    padding: 0px 30px;
}

h1, h2, h3 {
  color: var(--blue);
  font-weight: 600;
  margin: 0;
}

h2 {
  font-size: 36px;
}

/* mini glava / brand mark */

.mini-glava {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0px;
  z-index: 2;
}

.mini-logo {
  width: 260px;
  height: auto;
  display: inline-block;
}

.barva {
  background-color: var(--peach);
}

/* banner */

.banner {
  position: relative;
  width: 100%;
  min-height: 620px;
  text-align: left;
  overflow: hidden;
  color: #fff;
}

.banner-slika {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.banner .over {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(15,28,45,0.55) 0%, rgba(15,28,45,0.05) 18%, rgba(15,28,45,0.05) 65%, rgba(15,28,45,0.6) 100%),
    linear-gradient(90deg, rgba(15,28,45,0.95) 0%, rgba(15,28,45,0.88) 32%, rgba(15,28,45,0.5) 62%, rgba(15,28,45,0.1) 100%);
}

.banner-vsebina {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: left;
}

.banner-vsebina .mini-logo {
  margin-bottom: 44px;
}

.banner-crta {
  width: 100%;
  max-width: 1050px;
  height: 2px;
  background: var(--orange);
  margin-bottom: 36px;
}

.banner h1 {
  color: #fff;
  font-size: 54px;
  line-height: 1.25;
  max-width: 780px;
  margin: 0;
}

.banner h1 .poudarek {
  color: var(--orange);
}

/* uvod - vprasanja */

.uvod-vprasanja {
  padding: 70px 0px 30px;
  text-align: center;
}

.uvod-vprasanja p {
  font-size: 22px;
  margin: 0 0 10px;
}

.uvod-vprasanja p.poudarjeno {
  font-size: 30px;
  font-weight: 600;
  color: var(--blue);
  margin-top: 24px;
}

/* tipi ograj - kartice */

.tipi-ograj {
  padding: 30px 0px 70px;
}

.tipi-ograj .row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0;
}

.tip-kartica {
  flex: 1 1 calc(33.33% - 20px);
  background: #fff;
  border-radius: 4px;
  padding: 45px 30px;
  text-align: center;
  box-shadow: 0 0px 20px rgba(15, 28, 45, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tip-kartica:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(15, 28, 45, 0.14);
}

.tip-kartica svg {
  width: 64px;
  height: 64px;
  color: var(--orange);
  margin-bottom: 22px;
}

.tip-kartica h3 {
  font-size: 22px;
  margin: 0 0 14px;
}

.tip-kartica p {
  margin: 0 0 4px;
  color: #555;
  font-size: 17px;
}

/* kakovost */

.kakovost {
  padding: 60px 0px;
  text-align: center;
  font-size: 20px;
}

.kakovost p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 22px;
  color: #333;
  line-height: 1.6;
}

.kakovost h3 {
  margin: 0;
  padding: 0px 0px 30px 0px;
}

/* o podjetju */

.o-podjetju {
  position: relative;
  padding: 130px 0px;
  background-image: linear-gradient(115deg, rgba(15,28,45,0.92) 0%, rgba(15,28,45,0.8) 55%, rgba(15,28,45,0.68) 100%), var(--okvir-slika);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}

.o-podjetju-vsebina {
  max-width: 1200px;
}

.o-podjetju .oznaka {
  position: relative;
  display: inline-block;
  padding-left: 42px;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange-light);
}

.o-podjetju .oznaka::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 2px;
  background: var(--orange);
}

.o-podjetju p {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1.8;
  color: rgba(255,255,255,0.92);
}

.o-podjetju p.poudarjeno {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--orange-light);
}

/* sejem */

.sejem {
  padding: 70px 0px;
}

.sejem img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.sejem-gumb {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sejem-gumb:hover,
.sejem-gumb:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(15, 28, 45, 0.2);
}

.sejem img.sejem-mobilna {
  display: none;
}

@media only screen and (max-width: 650px) {
  .sejem img.sejem-namizna {
    display: none;
  }

  .sejem img.sejem-mobilna {
    display: block;
  }
}

/* obrazec */

.obrazec {
  padding: 70px 0px 90px;
}

.obrazec-naslov {
  text-align: center;
  margin-bottom: 40px;
}

.obrazec-vsebina {
  max-width: 1000px;
  margin: 0 auto;
}

/* RSForm */

.rsform-submit-button {
	background: var(--blue) !important;
	border-radius: 3px !important;
	color: #fff;
	border: none !important;
	padding: 15px 30px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-shadow: none !important;
}

.rsform-submit-button:hover {
	background: #173250 !important;
} 

.formResponsive button[type="button"] {
	margin-top: 17px;
}

.rsform-block.rsform-block-text {
	margin-bottom: 50px;
	font-size: 14px;
	margin-bottom: 30px !important;
  }
  
  .formResponsive .formHorizontal .rsform-block {
	  margin-bottom: 0px !important;
   }
  
  .formResponsive textarea, .formResponsive input[type="text"] {
	padding: 14px 8px !important;
  }
  
  .formResponsive textarea, .formResponsive input[type="text"] {
	border-radius: 7px !important;
	padding: 15px !important;
	border: 1px solid #aec0cf;
  }
  
  .formResponsive input[type="text"] {
	width: 100% !important;
  }
  
  .formControlLabel { 
	text-align: left !important; 
	padding: 0 0 0 3px !important; 
	width: 100%; 
  }

  .rsform-block.rsform-block-info .formControlLabel {width:95% !important; }
  .rsform-text-box { width: 99% !important; padding:8px !important;}
  
  
  .rsform-block.rsform-block-ime, .rsform-block.rsform-block-telefon, .rsform-block.rsform-block-email, .rsform-block.rsform-block-priimek { 
	float: left; 
	width: calc(50% - 50px);
	margin-right: 50px;
	}
  
  .rsform-block.rsform-block-sporocilo {
	  width: calc(100% - 50px);
  }
  
  .formResponsive .formHorizontal .formControlLabel {
	width: 100% !important;
  }
  
  .formResponsive .formHorizontal .formControls {
	  margin-left: 0 !important;
  }
  
  .formResponsive label {
	height: auto !important;
  }
  
  .formResponsive input[type="radio"], .formResponsive input[type="checkbox"] {
	margin-top: 11px !important;
  }

  .formResponsive input[type="file"] {
	height: auto;
  }

  .rsform-type-fileupload .formControlLabel {
	width: 100%;
	margin-bottom: 15px;
  }

.okvir {
  border-radius: 30px;
  background: #0f1c2d;
  color: #fff;
  font-size: 20px;
  padding: 30px;
  width: 100%;
  margin-bottom: 80px;
}

/* noga */

.noga {
  background: var(--blue);
  border-top: 2px solid var(--orange);
  padding: 40px 0px;
}

.noga .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.noga-logo {
  width: 150px;
  height: auto;
  display: block;
}

.noga-pravice {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
}

/* responsive */

@media only screen and (max-width: 991px) {
  .banner h1 {
    font-size: 42px;
  }

  .tip-kartica {
    flex: 1 1 calc(50% - 15px);
  }
}


@media only screen and (max-width: 769px) {
  .banner {
    min-height: 480px;
  }

  .banner-vsebina .content {
    padding: 0px 20px;
  }

  .banner-vsebina .mini-logo {
    margin-bottom: 24px;
  }

  .banner-crta {
    max-width: 220px;
    margin-bottom: 24px;
  }

  .banner h1 {
    font-size: 32px;
  }

  .uvod-vprasanja p {
    font-size: 18px;
  }

  .uvod-vprasanja p.poudarjeno {
    font-size: 22px;
  }

  .tip-kartica {
    flex: 1 1 100%;
  }

  .o-podjetju {
    padding: 80px 0px;
    background-attachment: scroll;
  }

  .o-podjetju p {
    font-size: 17px;
  }

  .o-podjetju p.poudarjeno {
    font-size: 19px;
  }

  .noga .content {
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (max-width: 650px) {
	.formResponsive .formHorizontal .formValidation {
		display: block;
	}
	.formResponsive .formHorizontal .rsform-block {
		width: 94%;
	 }

  .content {
    padding: 0px 15px;
  }
}