/* Baza üslub */
body {
    margin: 0;
    padding: 0;
    background-color: #f2f4f7;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #1c1c1e;
}

/* Başlıq */
h1 {
    text-align: center;
    margin: 40px 0 30px;
    font-size: 28px;
    font-weight: 600;
    color: #2c3e50;
}

.elan-kart {
  background: #ffffff;
  border-left: 4px solid #004d40;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Segoe UI", sans-serif;
}

.qisa {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qisa h3 {
  font-size: 17px;
  margin: 0;
  color: #00332f;
  font-weight: 600;
}

.qisa .maas {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

.tam {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.tam p {
  margin: 8px 0;
}

.tarix {
  font-size: 13px;
  color: #777;
  margin-top: 10px;
  text-align: right;
  font-style: italic;
}

.gizli {
  display: none;
}

@media (max-width: 480px) {
  .elan-kart {
    padding: 14px 14px;
  }

  .qisa h3 {
    font-size: 16px;
  }

  .qisa .maas {
    font-size: 14px;
  }

  .tam {
    font-size: 14px;
  }
}
/* Mobil uyğunlaşdırma */
@media (max-width: 600px) {
    h1 {
        font-size: 22px;
    }

    .elan-kart {
        padding: 15px 18px;
    }

    .elan-kart .sira {
        flex-direction: column;
        gap: 2px;
    }

    .elan-kart .sira label {
        min-width: auto;
        font-size: 14px;
    }
}
/* Axtarış formu ümumi stil */
.search-form {
    text-align: center;
    margin: 30px 0;
}

.search-form input[type="text"] {
    width: 280px;
    padding: 10px 14px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s ease;
}

.search-form input[type="text"]:focus {
    border-color: #00796b;
}

.search-form button {
    padding: 10px 16px;
    margin-left: 8px;
    background-color: #00796b;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-form button:hover {
    background-color: #005f50;
}

/* Nəticə mesajları üçün stil */
.search-result-message {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
/* Header */
.header {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #00796b;
}

.logo span {
    color: #1c1c1e;
}

/* Naviqasiya */
.nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.nav a.active {
    color: #00796b;
}

/* Başlıq */
.page-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-title h1 {
    font-size: 26px;
    color: #2c3e50;
}

.page-title p {
    font-size: 15px;
    color: #777;
}

/* Footer */
.footer {
    background-color: #f4f6f8;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    font-size: 14px;
    color: #555;
}
.elan-btn {
    background-color: #00796b;
    color: #fff;
    border: none;
    padding: 8px 14px;
    margin-left: 20px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}

.elan-box {
    background-color: #f9f9f9;
    padding: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.05);
}

.elan-box ul {
    list-style: none;
    padding-left: 0;
    margin: 10px 0 20px;
}

.elan-box ul li {
    margin-bottom: 8px;
    font-size: 15px;
}

.whatsapp-link {
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 22px;
    color: #004d40;
}
/* === MOBİL GÖRÜNÜŞ (Golden Ratio ilə optimallaşdırılmış) === */
@media (max-width: 600px) {
  body {
    font-size: 15px;
    padding: 0 13px;
    background-color: #f3f5f7;
  }

  /* Başlıq */
  h1, .page-title h1 {
    font-size: 21px;
    margin: 13px 0 8px;
    text-align: center;
    font-weight: 600;
    color: #1d2b36;
  }

  .page-title p {
    font-size: 13px;
    text-align: center;
    color: #666;
  }

/* === Sıxlaşdırılmış HEADER === */
.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6px 0 3px;
  gap: 3px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #ffffff;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 13.5px;
  font-weight: 500;
  color: #1b1b1b;
  text-decoration: none;
  line-height: 1.1;
}

.logo img {
  height: 32px;
  margin-bottom: 1px;
}

.nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 5px;
  margin-top: 2px;
}

.nav a {
  width: 92%;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 5.5px;
  background-color: #f9f9f9;
  color: #2c2c2c;
  border: 1px solid #ddd;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.nav a:hover {
  background-color: #eeeeee;
  color: #000;
}

.elan-btn {
  width: 92%;
  font-size: 13.5px;
  padding: 9px 13px;
  border-radius: 5.5px;
  background-color: #00796b;
  color: white;
  border: none;
  text-align: center;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.elan-btn:hover {
  background-color: #005f50;
}

  /* Axtarış formu */
  .search-form {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: 18px 0;
    padding: 0 8px;
  }

  .search-form input[type="text"],
  .search-form button {
    width: 100%;
    padding: 11px;
    font-size: 14px;
    border-radius: 8px;
  }

  .search-form button {
    background-color: #00796b;
    color: #fff;
    border: none;
  }

.elan-kart {
  background: #fff;
  border-left: 4px solid #00796b;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}

.elan-kart .qisa h3 {
  font-size: 16px;
  margin: 0 0 6px;
  color: #00796b;
}

.elan-kart .tarix {
  font-size: 12px;
  color: #888;
}

.elan-kart .tam {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #2c2c2c;
  transition: all 0.3s ease;
}

/* Gizli hissə əvvəlcə görünməsin */
.gizli {
  display: none;
}
  /* WhatsApp düyməsi */
  .whatsapp-link {
    width: 100%;
    display: block;
    background-color: #25D366;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 11px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 12px;
  }

  /* Elan məlumat qutusu */
  .elan-box {
    padding: 17px 14px;
    font-size: 13.5px;
    background: #fefefe;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.04);
    margin-top: 12px;
  }

  .elan-box ul li {
    margin-bottom: 5px;
  }

  /* Footer */
  .footer {
    font-size: 13.5px;
    padding: 18px 10px;
    text-align: center;
    color: #666;
    background-color: #f2f2f2;
    border-top: 1px solid #e2e2e2;
  }
}