* { box-sizing: border-box; margin: 0; padding: 0;
    font-family: 'Poppins', sans-serif; }
    body {background: #f8fafc;
overflow-x:hidden;

}




nav ul {
display: flex;
list-style: none;
gap: 1.2rem;
}




nav .hamburger {
display: none;
flex-direction: column;
cursor: pointer;
    gap: 5px;
}
    
 
    .modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}

.modal.show {
  display: flex;
}

.modal-content {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  position: relative;
  animation: fadeIn 0.3s ease;
}

.modal-content h3 {
  color: #0f766e;
  margin-bottom: 1rem;
}

.zatvaraj {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #64748b;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
    
    
.aurelius {
  max-width: 600px;
  margin: 2rem auto;
  background: white;
  padding: 2rem;
  border-radius: 12px;
 
}

#scribaForm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#scribaForm input,
#scribaForm textarea {
  padding: 0.8rem;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
}

#scribaForm input:focus,
#scribaForm textarea:focus {
  outline: none;
  border-color: #0f766e;
}

#nuntius {
  background: #0f766e;
  color: white;
  border: none;
  padding: 0.8rem;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

#nuntius:hover {
  background: #115e59;
}
nav .hamburger div {
width: 25px;
height: 3px;
background-color: #0f766e;
transition: 0.3s;
    
    
}



  .search-box 
{ max-width: 500px;
    margin: 0 auto 2rem; }




    .search-box input
{ width: 100%;
    padding: 0.7rem;
    border-radius: 10px; 
    border: 1px solid #cbd5e1;
    font-size: 1rem; }



 
    header {
      background: white;
      border-bottom: 1px solid #e5e7eb;
      position: sticky;
      top: 0;
      z-index: 9999;
    }
    nav { max-width: 1200px;
        margin: auto;
        display: flex; 
        justify-content: space-between;
        align-items: center; 
        padding:1rem; }



    nav h1 { font-size: 1.1rem;
        color: #0f766e; }



    nav ul { display: flex;
        list-style: none; 
        gap: 1.2rem; }



    nav a { color: #334155;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 500; }

    .hero { position: relative;
        height: 400px;
        overflow: hidden;
        border-radius: 12px;
        margin: 2rem auto;
        max-width: 1200px; }


    .hero img { width: 100%;
        height: 400px;
        object-fit: cover;
        position: absolute; 
        top: 0;
        left: 0; 
        opacity: 0; 
        transition: opacity 1s ease-in-out; }




    .hero img.active { opacity: 1; }

    section { padding: 3rem 1rem; max-width: 1200px; margin: auto; }
    h2, h3.skyfi { text-align: center; color: #0f766e; margin-bottom: 2rem; }

    .cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; }
    .card { background: white;
        border-radius: 12px;
        padding: 1.5rem;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05); }

    .card h4 { color: #0f766e;
        margin-bottom: 0.5rem; }
    .card p { font-size: 0.9rem;
        color: #64748b; }

    footer { background: #0f766e;
        color: white;
        text-align: center;
        padding: 1.5rem;
        margin-top: 3rem; }

    #xiphos { position: fixed;
        bottom: 25px;
        right: 25px;
        padding: 10px 14px;
        border-radius: 50%;
        border: none;
        background: #0f766e;
        color: white;
        cursor: pointer;
        display: none; }

.hidden {
  display: none;
}


  .contact-info
{ display: flex;
      flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    text-align: center; }
    .contact-box 
{ background: white;
    border-radius: 12px;
    padding: 1.5rem; box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    width: 250px; }


    .contact-box h4 { color: #0f766e;
        margin-bottom: 0.5rem; }


    .contact-box p { font-size: 1rem;
        color: #64748b; }





 h2, h3.skyfi { text-align: center; 
     color: #0f766e;
     margin-bottom: 2rem; }

    iframe { border-radius: 12px;
        width: 100%;
        max-width: 600px; 
        height: 350px;
        border: none; }




    footer { background: #0f766e;
        color: white; 
        text-align: center; 
        padding: 1.5rem; 
        margin-top: 3rem; }

    @media (max-width: 600px)
    { nav ul { font-size: 0.8rem; } 
        .hero { height: 250px; } 
        .hero img { height: 250px; } }


@media (max-width: 768px) {
nav ul {
display: none;
flex-direction: column;
position: absolute;
top: 60px;
right: 1rem;
background: white;
border: 1px solid #e5e7eb;
padding: 1rem;
border-radius: 8px;
}
nav ul.active {
display: flex;
}
nav .hamburger {
display: flex;
}
}
