*{
    margin: 0;
    padding: 0;
    font-family: "Lora", serif;

}
html, body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #f5f5f5;
}

.header{
    min-height: 80vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.2), rgba(4,9,30,0.2)), url(images/naslovna.jpg)
    ;
    background-position: center;
    background-size: cover;
    position: relative;
}
.header nav{
    display: flex;
    padding: 10px 6%;
    justify-content: space-between;
    align-items: center;
    background: white; /* bijela pozadina */
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.9); /* suptilna sjena ispod */
}
.header_izlet{
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.header_izlet nav {
    display: flex;
    padding: 10px 6%;
    justify-content: space-between;
    align-items: center;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* tamna, ali mekana sjena */
}
nav img{
    width: 80px;
    height: 50px;
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    color: #000;
    text-decoration: none;
    font-size: 17px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #68B6EF;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.text-box h1{
    font-size: 80px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}

nav .fa{
    display: none;
}

@media(max-width: 700px){
    .text-box h1{
    font-size: 50px;
    }
    .nav-links ul li{
        display: block;
    } 
    .nav-links{
        position: fixed;
        background: #fff;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 0.5s;
    }
    nav .fa{
        display: block;
        color: #000;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;

    }
}


/* --- izleti */
.izleti{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;

}
 h1 {
    font-size: 36px;
    font-weight: 600;
  
}

.izleti h1::after {
    content: "";
    display: block;
    height: 3px; 
    width: 150px; 
    background-color: #68B6EF; 
    margin: 10px auto 0 auto; 
    border-radius: 3px;
}


.row {
    display: flex;
    flex-wrap: nowrap; 
    justify-content: space-between;
    gap: 20px;
}

.izleti-link {
  flex: 1 1 0;
  max-width: 25%;
  text-decoration: none;
  display: block;
}

.izleti-col {
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  top: 50px;
  bottom: 0;
}
.izleti-col img{
    width: 100%;
    height: 20%;
    display: block;
    height: auto;
}
.layer{
    background-color: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
        background-color: rgba(0, 0, 0, 0.5);

}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: 0.5s;
}

.layer:hover h3{
    bottom: 40%;
}
@media (max-width: 700px) {
  .row {
    flex-direction: column;
  }

  .izleti-col {
    max-width: 100%;
    flex: 1 1 100%;
    margin-bottom: 15px;
  }
  .layer {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .layer h3 {
    bottom: 49%;
  }
  .izleti-link {
  flex: 1 1 0;
  max-width: 100%;
  text-decoration: none;
  display: block;
}
.kontakt h1{
    font-size: 30px;
}

}


/* KONTAKT */

.kontakt{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(images/kontakt.JPG);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}

.kontakt h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}


.gumb{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size:13px ;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.gumb:hover{
    border: 1px solid #68B6EF;
    background: #68B6EF;
    transition: 0.5s;
}


/* karice izleta */
.kartica_izlet {
  margin: 100px auto;
  width: 66%;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.kartica_slika {
  flex: 1; 
}

.kartica_slika img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kartica_sadrzaj {
  flex: 1.5; 
  padding: 60px 60px;
}
.kartica_tekst p {
  margin-bottom: 20px;
}
.kartica_tekst {
  text-align: left;
}
.kartica_tekst h1 {
  color: #000;
  margin-bottom: 20px;
  font-weight: normal;
}

.gumb_kartice {
  display: inline-block;
  text-decoration: none;
  color: #68B6EF;
  border: 1px solid #68B6EF;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.gumb_kartice:hover {
  background: #68B6EF;
  color: #fff;
  transition: 0.5s;
}

@media (max-width: 700px) {
  .kartica_izlet {
    flex-direction: column;
    width: 90%;
  }

  .kartica_slika,
  .kartica_sadrzaj {
    flex: none;
    width: 100%;
    box-sizing: border-box;
  }

  .kartica_sadrzaj {
    padding: 30px 20px;
  }

  .kartica_tekst {
    text-align: center;
   
  }
}

@media (max-width: 700px) {
    .izleti-detalji {
        width: 90%;
    }

    .text-content {
        width: 90%;
        margin: 10px auto;
    }

    .price-box {
        position: static;
        width: 90%;
        margin: 20px auto;
        right: auto;
        top: auto;
        box-shadow: none;
    }
}


/* fish picnic */


.izleti-detalji, .izleti-detalji-sunset, .izleti-detalji-zatvorene-grupe, .izleti-detalji-posebni-dogadaji {
    margin: 50px auto;
    width: 66%;
    height: 300px; 
    background-position: center;
    background-size: cover;
    border-radius: 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    padding: 0; 
}

.izleti-detalji{
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(images/fish_picnic.JPG);
}
.izleti-detalji-sunset{
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(images/sunse_cruise.JPG);

}
.izleti-detalji-zatvorene-grupe{
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(images/zatvorene_grupe.JPG);

}
.izleti-detalji-posebni-dogadaji{
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(images/posebni_dogadaji.jpg);
}


.izleti-detalji-sunset h1, .izleti-detalji h1, .izleti-detalji-zatvorene-grupe h1 , .izleti-detalji-posebni-dogadaji h1{
    color: #fff;
    margin: 0;
    position: relative;
}

.izleti-detalji-sunset h1::after, .izleti-detalji h1::after , .izleti-detalji-zatvorene-grupe h1::after, .izleti-detalji-posebni-dogadaji h1::after{
    content: "";
    display: block;
    height: 3px;          
    width: 150px;        
    background-color: #68B6EF; 
    margin: 10px auto 0 auto;  
    border-radius: 3px;   /
}

.text-content {
    width: 66%;
    margin: 1px auto;  
    line-height: 1.6;
    color: #333;
}

.text-content h3 {
    margin-top: 30px;
    color: #444;
}

.text-content p {
    margin-top: 10px;
}

.text-content ul {
    margin-top: 10px;
    padding-left: 20px;
}
.text-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    border: none;
}

.text-content th, 
.text-content td {
    padding: 8px 12px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ccc;
}

.text-content th {
    background-color: #f0f0f0;
    font-weight: 600;
    border-bottom: 2px solid #68B6EF; 
}

.price-box {
    position: absolute;
    top: 450px;
    right: 17%;
    width: 250px;
    font-family: Arial, sans-serif;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.price-box .price-tag {
    font-size: 16px;
    color: #111;
}

.price-box ul {
    margin: 10px 0;
    padding-left: 20px;
    list-style-type: disc;
}

.price-box .season-note {
    color: #2196F3;
    font-size: 14px;
}


@media (max-width: 700px) {
    .izleti-detalji-sunset, .izleti-detalji, .izleti-detalji-zatvorene-grupe, .izleti-detalji-posebni-dogadaji {
        width: 100%;
        border-radius: 0;
    }

    .text-content {
        width: 90%;
        margin: 10px auto;
    }

    .price-box {
        position: static; /* više nije absolute */
        width: 80%;
        margin: 10px auto;
        right: auto;
        top: auto;
        box-shadow: none;
    }
}




/* FAQ*/
.faq {
    max-width: 66%;
    margin: 2rem auto;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question h3 {
    font-size: 17px ;
    margin: 0;
    color: #222;
}

.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-size: 14px;
    color: #444;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;


}

.faq.active .answer {
    max-height: 1000px; 
}

/* Ikona strelice */
.question i {
    font-size: 14px;
    color: #666;
    transition: transform 0.3s ease;
}

/* Rotacija strelice kad se otvori */
.faq.active .question i {
    transform: rotate(180deg);
    color: #000;
}

@media (max-width: 700px) {
.faq {
    max-width: 90%;
}
.kontaktirajte{
    width: 90%;
}
}


/* o nama */
.onama-bg {
    width: 100%;
    background-color: white;
    padding-top: 80px;
    padding-bottom: 50px;
}

.onama {
    width: 66%;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.onama-col {
    flex-basis: 48%;
    padding: 30px 0;
}

.onama-col-full {
    flex-basis: 100%;
    padding: 30px 0;
}

.onama-col img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    border-radius: 20px;
}

.onama-col h1,
.onama-col-full h1 {
    padding-top: 10px;
    font-weight: normal;
    font-size: 30px;
}

.onama-col p,
.onama-col-full p {
    padding: 15px 0 25px;
}

.onama-col p br,
.onama-col-full p br {
    display: block;
    content: "";
    margin-bottom: 15px;
}



@media (max-width: 700px) {
    .onama{
        width: 90%;
    }
}

/* kontakt */

.lokacija{
    width:66%;
    margin: auto;
    padding: 80px 0;
}

.lokacija iframe{
    width: 100%;
}

.kontaktirajte{
    width: 66%;
    margin: auto;
}
.kontakt-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}

.kontakt-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.kontakt-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
}

.kontakt-item i.fa {
  font-size: 28px;
  color: #2196F3;
  min-width: 30px;

}

.kontakt-info h5 {
  margin: 0 0 5px 0;
  font-size: 18px;
  color: #333;
}

.kontakt-info p {
  margin: 0;
  font-size: 15px;
  color: #555;
}


.kontakt-col input, .kontakt-col textarea{
    width: 100%;
    padding: 15px   ;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}



@media (max-width: 700px) {

.kontaktirajte{
    width: 90%;
}
.lokacija{
    width: 90%;
}

}


/* footer*/
footer {
  background-color: #111;
  color: #fff;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.footerContainer {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.socialIcons {
  margin-bottom: 40px;
}

.socialIcons a {
  display: inline-block;
  background-color: #fff;
  color: #111;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0 10px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.socialIcons a:hover {
  background-color: #444;
  color: #fff;
}

.footerNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.footerNav ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.footerNav ul li a:hover {
  color: #fff;
}

.bez-paddinga {
    padding-top: 0 !important;
}
