@charset "utf-8";
html, body {
    height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
p {
	font-size: 1.4em;
}
img{
	max-width: 100%;
} 
.cen1 {
	min-height: 440px;
} 
.cen2 {
	min-height: 300px;
} 
/*.cen3 {
	min-height: 340px;
} */
.sv-plav {
	background-color: #EAF1F9;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.5em;
}
.sv-plav h2 {
	font-size: 2.0em;
	font-weight: 600;
	color: #000;
}
.sv-plav1 {
	background-color: #EAF1F9;
	padding-top: 20px;
	padding-bottom: 20px;
}
.hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    overflow: hidden;
}
@media (max-width: 768px) {
.sv-plav h2 {
	font-size: 1.6em;
	font-weight: 600;
	color: #000;
}	
}
.menu_bot  {
	color: #FFF;
	text-align: left;
	list-style-type: none;
	padding-top: 30px;
}
.menu_bot li a  {
	color: #FFF;
}
.bg-top {
    background-image: url("../img/1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100dvh; /* ispravno na svim telefonima */
    margin: 0;
    padding: 0;
}
.bg-eserikol {
    background-image: url(../img/bg-eserikol.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    display: block;
}
.pr_70 {
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    color: #fff;
    text-align: center;
    background: rgb(11 93 90 / 73%);
    padding: 20px 30px;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .bg-eserikol {
        background-position: center top;
        min-height: 30vh;
    }
     .pr_70 {
        width: 95%;
        max-width: none;
        left: 50%;
        transform: translateX(-50%);
        padding: 15px;
        font-size: 1em;
    }
}
.video-thumb {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.video-thumb img {
  transition: transform .3s ease;
}
.video-thumb:hover img:first-child {
  transform: scale(1.06);
}
/* play ikonica ostaje */
.video-thumb::after {
  content: "▶";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
  text-shadow: 0 5px 15px rgba(0,0,0,.6);
}
.video-thumb:hover::after {
  opacity: 1;
}
/* Desktop i veći ekrani */
@media (min-width: 992px) {
  .video-modal {
    max-width: 70%;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .video-modal {
    max-width: 85%;
  }
}
/* MOBILNI – vertical video (YouTube Shorts) */
@media (max-width: 767px) {

  #videoModal .modal-dialog {
    height: 90vh;
  }

  #videoModal .modal-content {
    height: 100%;
  }

  /* Prelazimo sa 16:9 na 9:16 */
  #videoModal .ratio {
    aspect-ratio: 9 / 16;
    height: 100%;
  }

  #videoModal iframe {
    width: 100%;
    height: 100%;
  }
}
.modal {
  z-index: 10550;
}
.modal-backdrop {
  z-index: 10540;
}
.tst-bg {
	background-image: url(../img/Testimonial-background.png);
	background-repeat: repeat-x;
	background-position: left center;	/*background-size: cover;         slika uvek pokriva ceo ekran 
	background-attachment: scroll;
	max-height: 100vh;*/
}
.zena {
	background-image: url(../img/osecaj-zena.png);
	background-repeat: no-repeat;
	background-position: center top;	/*background-size: cover;         slika uvek pokriva ceo ekran 
	background-attachment: scroll;
	max-height: 100vh;*/
}
.beo-vel  {
	font-size: 4em;
	color: #FFF;
	font-weight: bold;
	display: block;
	padding-top: 20px;
} 

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
.beo-vel  {
	font-size: 2.5em;
	color: #FFF;
	font-weight: bold;
	display: block;
	padding-top: 20px;
}
}
/* Mobilni – full width */
@media (max-width: 767px) {
.beo-vel  {
	font-size: 1.8em;
	color: #FFF;
	font-weight: bold;
	display: block;
	padding-top: 20px;
} 
}
.okvir_on {
	/*margin-top: -10%;*/
	border: 1px solid #000;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-color: #FFF;
	-moz-box-shadow: 10px 10px 5px #ccc;
	-webkit-box-shadow: 10px 10px 5px #ccc;
	box-shadow: 10px 10px 5px #ccc;
}
.hr_dol {
	display: inline-block;
	position: relative;
	margin-top: 20px;
}
.hr_dol::after {
	content: "";
	position: absolute;
	bottom: -16px;      /* udaljenost linije od teksta */
	left: 0;
	width: 100%;
	height: 6px;       /* visina linije */
	background: radial-gradient(ellipse at center, #000 0%, transparent 70%);
	opacity: 0.6;      /* prozirnost (po želji) */
	padding-top: 10px;
}
.veliki {
	font-size: 1.4em;
	font-weight: 600;
}
.veci {
	font-size: 1.8em;
	font-weight: 600;
}
.beo {
	font-size: 1.8em;
	font-weight: 600;
	color: #FFF;
}
/* Mobilni – full width */
@media (max-width: 767px) {
.veci {
	font-size: 1.2em;
	font-weight: 600;	
    margin-bottom: 0rem;
}
.beo {
	font-size: 1.6em;
	font-weight: 600;
	color: #FFF;
}
}



.siv-bg {
	background-color: #F4F4F4;
}
.teget-tam-bg  {
	font-size: 1.5em;
	font-weight: 600;
	background-color: #02334B;
	/*margin-top: 30px;
	margin-bottom: 0px*/;
	padding-top: 30px;
	padding-bottom: 30px;
}
.teget-tam-bg.text-center h2 {
	font-size: 2.0em;
	font-weight: 600;
	color: #FFF;
}
.zelen-bg {
	font-size: 1.5em;
	font-weight: 600;
	background-color: #0B5D5A;
	/*margin-top: 30px;*/
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-bg {
	font-size: 1.5em;
	font-weight: 600;
	background-color: #073c4c;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.zelen-bg.text-center h2 {
	font-size: 2.0em;
	font-weight: 600;
	color: #FFF;
}
.crn-bg {
	font-size: 1.5em;
	font-weight: 200;
	background-color: #02334B;
	/*margin-top: 30px;*/
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.crn-bg.text-center p {
	font-size: 0.8em;
	color: #F3F3F3;
}
.bordo-bg {
	font-size: 1.5em;
	font-weight: 600;
	background-color: #FFC20E;
	/*margin-top: 30px;*/
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bordo-bg h2 {
	font-size: 2.0em;
	font-weight: 600;
	color: #000;
}
.ser-znak {
	background-image: url(../img/ser-znak.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	padding-top: 90px;
	padding-bottom: 80px;
}
.sat-bg {
	background-image: url(../img/sat-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	padding-top: 40px;
	padding-bottom: 60px;
}
.gord_kut-bg {
	background-image: url(../img/poz-gordan-kutija.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    min-height: 100dvh; /* ispravno na svim telefonima */
    margin: 0;
    padding: 0;
}
.poz-saveti {
	background-image: url(../img/poz-saveti.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    min-height: 100dvh; /* ispravno na svim telefonima */
    margin: 0;
    padding: 0;
}
.btn-opsirno {
	display: inline-block;
	background-color: #013347;
	color: #fff;
	padding: 12px 30px;
	border-radius: 50px; /* jako zaobljeno */
	font-size: 1.2em;
	text-decoration: none;
	transition: background-color 0.35s ease, transform 0.25s ease;
	font-weight: 400;
}
.btn-opsirno:hover {
    background-color: #0B5D5A;
    transform: translateY(-2px); /* mali elegantni lift efekat */
}

.scroll-zoom {
    opacity: 0;
    transform: scale(0.2);
    transition:
        opacity 1s ease-out,
        transform 1s ease-out;
    will-change: transform, opacity;
}
.scroll-zoom.revealed {
    opacity: 1;
    transform: scale(1);
    animation: pulse 3.5s ease-in-out infinite;
    animation-delay: 1s; /* krene pulsiranje tek posle pojavljivanja */
}
/* lagano pulsiranje */
@keyframes pulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.035); }
    100% { transform: scale(1); }
}

.hidden-panel {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background: #f8f8f861;
    margin-top: 10px;
    border-radius: 35px;
    transition: max-height 0.4s ease, padding 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
    /* zatvoreno stanje */
    border: none;
    box-shadow: none;
}
.hidden-panel.open {
    padding: 20px;
    border: 1px solid #000;
    box-shadow: 10px 10px 5px #ccc;
}
.custom-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.custom-list li {
    position: relative;
    padding-left: 65px; /* mesto za ikonicu */
    margin-bottom: 20px; /* razmak između li */
    /*font-size: 1.8em;*/
}
/* ikonica kao bullet */
.custom-list li::before {
    content: "";
    background-image: url(../img/stik.jpg);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.responsive-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}
/* Header */
.responsive-table thead tr {
    background-color: #013049;
    color: white;
}
.responsive-table th,
.responsive-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
}
/* naizmenični redovi */
.responsive-table tbody tr:nth-child(odd) {
    background-color: #94D3BF;
}
.responsive-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}
.side-wrap {
    display: flex;
    align-items: center;
}
/* Leva zona */
.side-left {
    width: 60px;                     /* širina leve trake */
    background: #ffffff;             /* bela pozadina */
    border-left: 10px solid #0B5D5A; /* zeleni border */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.side-left img {
    width: 35px;  /* prilagodi */
    height: auto;
}
/* Desni box */
.box {
	border-radius: 10px;
	flex: 1;
	background-color: #E7FAF8;
	background-image: url(../img/krug.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
}
.slika_rad {
	border: 1px solid #000;
	-moz-border-radius: 55px;
	border-radius: 55px;
	background-color: #FFF;
	-moz-box-shadow: 10px 10px 5px #ccc;
	-webkit-box-shadow: 10px 10px 5px #ccc;
	box-shadow: 10px 10px 5px #ccc;
}
.cena-1 {
	border: 2px solid #000;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-color: #FFF;
	-moz-box-shadow: 10px 10px 5px #ccc;
	-webkit-box-shadow: 10px 10px 5px #ccc;
	box-shadow: 10px 10px 5px #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cena-2 {
	border: 5px solid #000;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-color: #FFF;
	-moz-box-shadow: 10px 10px 5px #ccc;
	-webkit-box-shadow: 10px 10px 5px #ccc;
	box-shadow: 10px 10px 5px #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cena-2 h3 {
	font-weight: 600;
	color: #0C0;
}
.cena-3 h3 {
	font-weight: 800;
	color: #F00;
}
.cena-3 {
	border: 7px solid #000;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-color: #FFF;
	-moz-box-shadow: 10px 10px 5px #ccc;
	-webkit-box-shadow: 10px 10px 5px #ccc;
	box-shadow: 10px 10px 5px #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Centralni kontejner */
.faq-wrapper {
    /*max-width: 1200px;
    margin: 20px auto;*/
    padding: 20px;
    background-color: #02334B;
}
/* Naslov */
.faq-wrapper h1 {
    text-align: center;
    margin-bottom: 30px;
}
/* Jedna stavka (pitanje + odgovor) */
.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
}
/* Dugme – pitanje */
.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between; /* levo tekst, desno + */
    align-items: center;
}
/* Ukloni outline na klik (po želji) */
.faq-question:focus {
    outline: none;
}
/* Ikonica + / - */
.faq-icon {
    font-size: 22px;
    font-weight: bold;
    margin-left: 15px;
}
.faq-question-text {
    font-size: 1.4em;
    font-weight: bold;
} 
/* Odgovor – početno zatvoren */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    font-size: 16px;
    line-height: 1.5;
    color: #e0e0e0;
}
/* Kada je aktivno – otvoreno */
.faq-item.active .faq-answer {
    max-height: 200px; /* dovoljno da stane kraći tekst, po potrebi povećaj */
    transition: max-height 0.25s ease-in;
}
/* Donja traka */
.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #013347;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    z-index: 9999;
}
/* Dugmad */
.bottom-bar .bar-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #013347;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.25s ease;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
}
/* Hover efekat */
.bottom-bar .bar-btn:hover {
    background: #e5f7ff;
    transform: translateY(-3px);
}
/* Ikonice */
.bottom-bar .icon {
    font-size: 20px;
}
.ikon-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ikon-lista li {
    position: relative;
    padding-left: 40px; /* prostor za sliku */
    margin-bottom: 10px;
    font-size: 1.4em;
}
.ikon-lista li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}
/* Svaka stavka – druga slika */
.ikon-lista li:nth-child(1)::before {
    background-image: url("../img/list/1.png");
}
.ikon-lista li:nth-child(2)::before {
    background-image: url("../img/list/2.png");
}
.ikon-lista li:nth-child(3)::before {
    background-image: url("../img/list/3.png");
}
.ikon-lista li:nth-child(4)::before {
    background-image: url("../img/list/4.png");
}
.ikon-lista li:nth-child(5)::before {
    background-image: url("../img/list/5.png");
}
.ikon-lista li:nth-child(6)::before {
    background-image: url("../img/list/6.png");
}
.ikon-lista li:nth-child(7)::before {
    background-image: url("../img/list/7.png");
}
.ikon-lista li:nth-child(8)::before {
    background-image: url("../img/list/8.png");
}
.ikon-lista li:nth-child(9)::before {
    background-image: url("../img/list/9.png");
}
.ikon-lista li:nth-child(10)::before {
    background-image: url("../img/list/10.png");
}
.ikon-lista li:nth-child(11)::before {
    background-image: url("../img/list/11.png");
}
.ikon-lista li:nth-child(12)::before {
    background-image: url("../img/list/12.png");
}
.plav {
	background: #5a6e7e !important;
}
.plav p {
	color: #FFF;
}
.pt-26 {
    padding-top: 2.6rem !important;
}
@media (max-width: 760px) {
    p {
        font-size: 1em;
    }
	h2 {
	font-size: 1.4em;
}
	h3 {
	font-size: 1.2em;
}
.zelen-bg.text-center h2 {
	font-size: 1.6em;
	font-weight: 600;
	color: #FFF;
}
.crn-bg.text-center h2 {
	font-size: 1.6em;
	font-weight: 600;
	color: #FFF;
}
.bordo-bg h2 {
	font-size: 1.6em;
	font-weight: 600;
	color: #000;
}
    .custom-list li {
        padding-left: 45px;
		font-size: 1em;
    }
    .custom-list li::before {
        width: 28px;
        height: 28px;
        background-size: 28px 28px;
    }
	
	
.responsive-table table,
    .responsive-table thead,
    .responsive-table tbody,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr {
        display: block;
    }
    /* Sakrij header */
    .responsive-table thead {
        display: none;
    }
    /* Svaki red kao kartica */
    .responsive-table tr {
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }
    /* Čelije jedna ispod druge */
    .responsive-table td {
        border: none;
        padding: 10px 15px;
        position: relative;
        text-align: left;
    }
    /* Label iznad podatka */
    .responsive-table td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #013049;
    }
}
.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 30px 0;
}

.social {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Boje */
.social.fb { background: #1877f2; }
.social.ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.social.yt { background: #ff0000; }

/* Hover efekat */
.social:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}