/* Sertifikasorgu */
body {
  background: url('/images/background/sertifika-bg.jpg') no-repeat center center fixed;
  background-size: cover;
}
#sertifika {
  background-color: white;
  padding: 20px;
  border-radius: 4px;
  max-width: 600px;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: center;
}
.sertifika {
  padding: 30px;
  border-radius: 8px;
  max-width: 600px;
  margin: 80px auto;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  text-align: center;
}


.sertifika h1 {
  font-size: 28px;
  color: #363f91;
  margin-bottom: 10px;
  font-weight: bold;
}

.sertifika p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

#serialInput {
  width: 80%;
  max-width: 400px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

#sorgulaButton {
  background-color: #363f91;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#sorgulaButton:hover {
  background-color: #2a3170;
}

#resultMessage {
  margin-top: 20px;
  color: #cc0000;
  font-weight: bold;
}



@media (max-width: 600px) {
  nav ul {
    flex-wrap: wrap; /* satır kaydırma */
    justify-content: center;
  }

  nav ul li a {
    padding: 8px 10px; /* daha küçük boşluk */
    font-size: 0.9rem; /* yazıyı küçült */
  }
}




#resultMessage {
  background-color: #e6f2ff;
  color: #003366;
  padding: 15px;
  border: 1px solid #b3d1ff;
  border-radius: 6px;
  font-size: 16px;
  margin-top: 20px;
}

#downloadPdfButton {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #009688;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s;
}

#downloadPdfButton:hover {
  background-color: #00796b;
}

