h1, h2, h3, h4, h5, h6 {
		color: #000000;
		font-family: "Manrope", Helvetica, sans-serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.75;
		margin: 0 0 1.5rem 0;
		text-transform: uppercase;
	}

p {
        font-family: "Manrope", Helvetica, sans-serif;
        font-size: 1rem;
        line-height: 1.6;
    }

/* STORITVE – razmiki med naslovom, podnaslovi in besedilom */

#first > header .container > h2 {
	margin-bottom: 2rem;
}

#first > header .container > h3 {
	margin-bottom: 0.6rem;
}

#first > header .container > p {
	margin: 0 0 1.6rem 0;
	padding: 0;
}

#first > header .container > p:last-child {
	margin-bottom: 0;
}

/* Background */
	
.main > .content.style2 {
				background: url("images/bgtr.svg") top right no-repeat, url("images/bgbl.svg") bottom left no-repeat, url("images/overlay.png"), linear-gradient(45deg, #73838d, #6d7d87, #5e6b74);
			}

.main > .content.style1 {
				background: url("images/bgtr.svg") top right no-repeat, url("images/bgbl.svg") bottom left no-repeat, url("images/overlay.png"), linear-gradient(45deg, #73838d, #6d7d87, #5e6b74);
			}

/* KAKO POTEKA */

.process-section {
	text-align: center;
}

.process-title {
	color: #fff;
	margin-bottom: 2rem;
}

.steps {
	max-width: 720px;
	margin: 0 auto;
}

.step {
	margin-bottom: 3rem;
	text-align: center;
}

.step:last-child {
	margin-bottom: 0;
}

.step-icon {
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto;
}

.step-line {
	width: 1px;
	height: 42px;
	margin: 0.75rem auto 1rem;
	background: rgba(255, 255, 255, 0.65);
}

.step-line::after {
	content: "";
	display: block;
	position: relative;
	left: 50%;
	top: 38px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	transform: translateX(-50%);
}

.step p {
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 1.35rem;
	line-height: 1.45;
}

.process-title{

	font-size:3rem;

	font-family:"Manrope",sans-serif;

	font-weight:300;

	letter-spacing:0.08em;

	color:#fff;

	margin-bottom:4rem;

	text-transform:uppercase;

}

/* ==========================================
   STORITVE
========================================== */

#storitve > header {
	padding: 5rem 2rem;
	text-align: center;
}

#storitve > header .container {
	max-width: 1200px;
}

#storitve > header h2 {
	margin: 0 0 2.5rem;
}

#storitve > header h3 {
	margin: 0 0 0.65rem;
	font-size: 1.35rem;
	line-height: 1.3;
}

#storitve > header p {
	margin: 0 auto 2.2rem;
	padding: 0;
	max-width: 1100px;

	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
}

#storitve > header p:last-child {
	margin-bottom: 0;
}

/* HEADER NASLOV */

#header header h1 {
	font-size: clamp(2.4rem, 8vw, 5.25rem);
	line-height: 1.05;
	letter-spacing: -0.02em;
	font-weight: 900;
	margin-bottom: 0;
	overflow-wrap: normal;
	word-break: keep-all;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header header h1 span {
	display: block;
    width: fit-content;
    text-align: center;

}

@media screen and (max-width: 736px) {
	#header header {
		width: 100%;
		max-width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
		box-sizing: border-box;
	}
}
	




/* GUMBA NA HEADERJU */

/* ==========================================
   HERO BUTTONS
========================================== */


.hero-buttons {

    display: flex;

    justify-content: center;

    align-items: stretch;

    gap: 2rem;

    flex-wrap: wrap;

    margin-top: 3rem;

}

.hero-button {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    width: 28rem;
    min-height: 8.2rem;

    padding: 1.2rem 2rem;

    border: 2px solid rgba(255,255,255,.9);

    border-radius: .5rem;

    background: rgba(255,255,255,.08);
    backdrop-filter: blur(5px);

    text-decoration: none;

    color: #fff;

    transition: .25s ease;

    box-sizing: border-box;

}

.hero-button:hover {

    background: rgba(255,255,255,.18);

    transform: translateY(-2px);

}

.hero-button span {

    font-family: "Manrope", sans-serif;

    font-size: 1.15rem;

    font-weight: 400;

    letter-spacing: .08em;

    line-height: 1;

    margin-bottom: .8rem;

}

.hero-button strong {

    font-family: "Manrope", sans-serif;

    font-size: 2rem;

    font-weight: 700;

    letter-spacing: .03em;

    line-height: 1;

    white-space: nowrap;

}


/* ==========================================
   FOOTER
========================================== */

#footer {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: #111;
	border: 0;
	text-align: center;
}

.footer-inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 5rem 2rem;
	border: 0;
}

.contact-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 2.5rem;
	text-align: center;
}

.contact-item:last-child {
	margin-bottom: 0;
}

.contact-item img {
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 auto 0.6rem;
	flex-shrink: 0;
}

.contact-text {
	width: 100%;
	text-align: center;
}

.contact-item h3 {
	margin: 0 0 0.3rem;
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.contact-item p {
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.5;
	text-align: center;
}

.contact-item a {
	color: inherit;
	text-decoration: none;
	border-bottom: 0;
}

.contact-item a:hover {
	color: #fff;
}

/* ==========================================
   ZAKAJ IZBRATI NAS
========================================== */

#zakaj > header {
	padding: 5rem 2rem 2rem;
	text-align: center;
}

#zakaj > header h2 {
	margin: 0;
}

.advantages {
	max-width: 760px;
	padding-top: 1rem;
	padding-bottom: 5rem;
}

.advantage {
	text-align: center;
	margin-bottom: 4rem;
}

.advantage:last-child {
	margin-bottom: 0;
}

.advantage img {
	display: block;
	width: 58px;
	height: 58px;
	margin: 0 auto 1.1rem;
	transition: transform 0.25s ease;
}

.advantage:hover img {
	transform: scale(1.06);
}

.advantage h3 {
	margin: 0 0 0.55rem;
	font-size: 1rem;
	line-height: 1.3;
}

.advantage p {
	max-width: 620px;
	margin: 0 auto;
	padding: 0;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
}

/* ==========================================
   ZAKAJ IZBRATI NAS
========================================== */

#zakaj > header {
	padding: 5.5rem 2rem 1.5rem 3rem;
	text-align: center;
}

#zakaj > header h2 {
	margin: 0;
}

/* posamezna prednost */

.advantage {
	text-align: center;
}

.advantage h3 {
	margin: 0 0 0.55rem;
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
}

.advantage p {
	max-width: 620px;
	margin: 0 auto;
	padding: 0;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
}

/* ZAKAJ IZBRATI NAS – prisilne lokalne nastavitve */

#zakaj .advantages .advantage h3 {
	font-size: 1.35rem !important;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 0.55rem;
}

#zakaj .advantages .advantage p {
	display: block;
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	padding: 0;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center !important;
}

#zakaj .advantages {
	padding-bottom: 0rem;
}

#kajlahko h2 {
    font-size: 2.75rem;      /* enako kot ostali glavni naslovi */
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: left;
}

#kajlahko ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#kajlahko li {

    position: relative;

    padding-left: 2rem;

    margin-bottom: .9rem;

    line-height: 1.6;

}

#kajlahko li::before {

    content: "✓";

    position: absolute;

    left: 0;

    top: 0;

    font-weight: 700;

    color: #ffffff;

}

/* ==========================================
   KAJ LAHKO PREPELJEMO
========================================== */

#kajlahko .kajlahko-layout {
	display: grid;
	grid-template-columns: minmax(320px, 42%) 1fr;
	align-items: stretch;

	padding: 0;
	min-height: 700px;
}

#kajlahko .kajlahko-text {
	display: flex;
	flex-direction: column;
	justify-content: center;

	padding: 5rem 4rem 5rem max(4rem, calc((100vw - 1360px) / 2));
}

#kajlahko .kajlahko-text h2 {
	margin: 0 0 2.5rem;
    text-align: center;
	font-size: 3rem;
	line-height: 1.15;
	color: #fff;
}

#kajlahko .transport-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;

	width: 100%;
	margin-bottom: 1rem;
	text-align: center;
}

#kajlahko .transport-item span:first-child {
	flex-shrink: 0;
	color: #fff;
	font-weight: 700;
}

#kajlahko .kajlahko-text li::before {
    content: "✓";
    color: #fff;
    font-weight: 700;
    position: static;
}

#kajlahko .kajlahko-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#kajlahko .kajlahko-image {
	min-width: 0;
}

#kajlahko .kajlahko-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1200px) {

	#kajlahko .kajlahko-layout {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	#kajlahko .kajlahko-text {
		padding: 4rem 2rem;
	}

	#kajlahko .kajlahko-image {
		height: 420px;
	}

}



/* ==========================================
   KONTAKTNI OBRAZEC
========================================== */

.photo-upload {
	text-align: left;
}

.photo-upload label {
	display: block;
	margin-bottom: 0.75rem;
	color: #666;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
}

.photo-upload label span {
	display: block;
	margin-top: 0.25rem;
	font-family: "Manrope", serif;
	font-size: 0.85rem;
	font-weight: 400;
	color: #888;
}

.photo-upload input[type="file"] {
	display: block;
	width: 100%;
	padding: 0.9rem 1rem;
	background: #f8f8f8;
	box-shadow: inset 0 0 0 1px #e6e6e6;
	border-radius: 0.25rem;
	color: #666;
}

.form-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form-status {
	max-width: 760px;
	margin: 0 auto 2rem;
	padding: 1rem 1.25rem;
	text-align: center;
	border-radius: 0.35rem;
}

.form-status.success {
	background: #e8f4eb;
	color: #215c32;
}

.form-status.error {
	background: #f8e7e7;
	color: #812d2d;
}

form input[type="tel"] {
	display: block;
	width: 100%;
	padding: 0.85em 1em;
	border: 0;
	border-radius: 0.25em;
	background: #f8f8f8;
	box-shadow: inset 0 0 0 1px #e6e6e6;
	font: inherit;
	color: #888;
	appearance: none;
	-webkit-appearance: none;
}

form input[type="tel"]:focus {
	outline: 0;
	background: #fcfcfc;
	box-shadow: inset 0 0 0 1px #afd9e0;
}

.upload-title{

    display:block;

    margin-bottom:1rem;

}

.upload-button{

    display:inline-block;

    padding:.9rem 2rem;

    border:2px solid #888;

    border-radius:.35rem;

    cursor:pointer;

    transition:.2s;

    font-family:"Manrope",sans-serif;

    font-weight:600;

    letter-spacing:.05em;

}

.upload-button:hover{

    background:#f2f2f2;

}

#file-name{

    margin-top:1rem;

    font-size:.95rem;

    color:#888;

}

/* ==========================================
   UPLOAD GUMB
========================================== */

.photo-upload{
    text-align:center;
    margin-top:1rem;
}

.upload-title{

    display:block;

    margin-bottom:1.5rem;

}

.upload-title span{

    display:block;

    margin-top:.35rem;

    font-size:.9rem;

    color:#888;

    font-style:italic;

}

.upload-button{

    display:inline-block;

    padding:1rem 2rem;

    border:2px solid #888;

    border-radius:.35rem;

    cursor:pointer;

    font-family:"Manrope",sans-serif;

    font-size:1rem;

    font-weight:600;

    letter-spacing:.08em;

    transition:.25s;

    user-select:none;

}

.upload-button:hover{

    background:#f4f4f4;

    border-color:#666;

}

#file-name{

    margin-top:1rem;

    font-size:.95rem;

    color:#888;

}

.file-ok{

    color:#3b8d3b;

    font-weight:600;

}

.real-upload{
    display:none;
}

.upload-button{

    transition:.25s;

}

.upload-button:hover{

    background:#444;
    color:#fff;
    border-color:#444;

}

/* Skrij pravi file input */

.real-upload {
    display: none !important;
}

/* ==========================================
   SEZNAM DODANIH FOTOGRAFIJ
========================================== */

.file-list {
	max-width: 760px;
	margin: 1rem auto 0;
	color: #888;
	text-align: center;
}

.file-list.file-ok {
	color: #555;
}

.file-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;

	margin-bottom: 0.5rem;
	padding: 0.65rem 0.9rem;

	background: #f8f8f8;
	box-shadow: inset 0 0 0 1px #e6e6e6;
	border-radius: 0.25rem;
	text-align: left;
}

.file-item-name {
	min-width: 0;
	overflow-wrap: anywhere;
}

.file-remove {
	flex-shrink: 0;

	width: 2rem;
	height: 2rem;
	padding: 0;

	border: 0;
	border-radius: 50%;
	background: transparent;

	color: #777;
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 1;

	cursor: pointer;
}

.file-remove:hover {
	background: #e8e8e8;
	color: #222;
}

@media screen and (max-width: 736px) {

	#header {
		overflow-x: hidden;
	}

	#header header {
		width: 100%;
		max-width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
		box-sizing: border-box;
	}

	#header header h1 {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;

		font-size: 12vw !important;
		line-height: 1.05;
		letter-spacing: -0.04em;

		white-space: normal;
		overflow-wrap: normal;
		word-break: normal;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1200px) {
	#kajlahko .kajlahko-text h2 {
		font-size: clamp(2.2rem, 8vw, 3.5rem);
		line-height: 1.1;
		max-width: 100%;
		overflow-wrap: normal;
		word-break: normal;
	}
}

@media screen and (max-width: 736px) {
	#kajlahko .kajlahko-text h2 {
		font-size: 2.4rem;
		letter-spacing: 0.02em;
	}
}

#kajlahko {
	overflow-x: hidden;
}

/* OBLIKA VSEH NASLOVOV RUBRIK */

.section-title {
	font-size: clamp(2.6rem, 6vw, 4rem);
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: center;
    margin-bottom: clamp(2rem, 4vw, 4rem);
}

/* ENOTNI NASLOVI SEKCIJ */

.main h2.section-title,
#kajlahko .kajlahko-text h2.section-title {
	font-family: "Manrope", sans-serif;
	font-size: 4rem !important;
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.main h2.section-title,
	#kajlahko .kajlahko-text h2.section-title {
		font-size: 2.8rem !important;
		line-height: 1.12;
		letter-spacing: 0.03em;
	}
}

.process-title {
	font-size: 4rem !important;
}

/* DODATNE NASTAVITVE ZA NASLOV NA HEADERJU */

@media screen and (max-width: 736px) {
	#header.dark > header h1 {
		font-size: 15vw !important;
		line-height: 1.02 !important;
	}
}

@media screen and (max-width: 736px) {
	#header.dark > header h1 {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center !important;
	}

	#header.dark > header h1 span {
		display: block;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 736px) {
	#header.dark > header {
		overflow: hidden;
	}

