/* Sayfadaki bütün elemanlar için temel ayar */
* {
  box-sizing: border-box;
}

/* Menü bağlantılarına basınca yumuşak kaydırır */
html {
  scroll-behavior: smooth;
}

/* Sayfanın genel görünüşü */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #18392b;
  background-color: #f5f9f4;
  line-height: 1.6;
}

/* Üst menü */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;

  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #dfe9df;
}

/* Menü içeriğini yan yana dizer */
.menu {
  width: 90%;
  max-width: 1100px;
  min-height: 75px;
  margin: auto;

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

/* BioDamla logosu */
.logo {
  color: #176b46;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
}

/* Menü bağlantılarının bulunduğu kutu */
.menu-linkleri {
  display: flex;
  gap: 25px;
}

/* Menü bağlantıları */
.menu-linkleri a {
  color: #294b3a;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

/* Fare bağlantının üzerine gelince */
.menu-linkleri a:hover {
  color: #1c8a5b;
}

/* Sitenin ilk büyük bölümü */
.giris {
  min-height: 650px;
  padding: 100px 24px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;

  background:
    radial-gradient(
      circle at top left,
      #d9f2df,
      transparent 40%
    ),
    linear-gradient(
      135deg,
      #f7fbf4,
      #e8f4eb
    );
}

/* Küçük üst yazı */
.kucuk-baslik {
  margin: 0 0 18px;

  color: #1c8a5b;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
}

/* Ana başlık */
.giris h1 {
  max-width: 850px;
  margin: 0;

  color: #163d2d;
  font-size: 60px;
  line-height: 1.1;
}

/* Ana açıklama */
.giris-yazisi {
  max-width: 700px;
  margin: 28px auto;

  color: #4c6558;
  font-size: 19px;
}

/* Buton */
button {
  padding: 15px 28px;

  border: none;
  border-radius: 12px;

  color: white;
  background-color: #176b46;

  font-size: 16px;
  font-weight: bold;

  cursor: pointer;
  transition: 0.2s;
}

/* Fare butonun üstündeyken */
button:hover {
  background-color: #105437;
  transform: translateY(-2px);
}

/* JavaScript mesajı */
#mesaj {
  min-height: 25px;
  margin-top: 18px;

  color: #176b46;
  font-weight: bold;
}

/* Hakkımda ve ilgi alanları bölümleri */
.bolum {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 90px 0;
}

/* Bölümün küçük etiketi */
.bolum-etiketi {
  margin-bottom: 10px;

  color: #1c8a5b;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
}

/* Bölüm başlıkları */
.bolum h2 {
  margin: 0 0 20px;

  color: #163d2d;
  font-size: 38px;
}

/* Hakkımda yazısı */
#hakkimda > p:last-child {
  max-width: 750px;

  color: #50665a;
  font-size: 18px;
}

/* Kartları yan yana dizer */
.kartlar {
  margin-top: 40px;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* Her bir bilgi kartı */
.kart {
  padding: 30px;

  background-color: white;
  border: 1px solid #dce9de;
  border-radius: 18px;

  box-shadow: 0 10px 30px rgba(31, 73, 49, 0.08);

  transition: 0.2s;
}

/* Fare kartın üzerine gelince */
.kart:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(31, 73, 49, 0.14);
}

/* Kart başlığı */
.kart h3 {
  margin-top: 0;
  margin-bottom: 10px;

  color: #176b46;
  font-size: 23px;
}

/* Kart açıklaması */
.kart p {
  margin-bottom: 0;
  color: #5b6f64;
}

/* Sayfanın alt bölümü */
footer {
  padding: 45px 24px;

  color: #dbe9df;
  background-color: #163d2d;

  text-align: center;
}

/* Footer yazıları */
footer p {
  margin: 5px;
}

/* Telefon ekranı için düzenlemeler */
@media (max-width: 700px) {
  .menu {
    padding: 18px 0;
    flex-direction: column;
    gap: 15px;
  }

  .menu-linkleri {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .giris {
    min-height: 550px;
    padding: 70px 20px;
  }

  .giris h1 {
    font-size: 40px;
  }

  .giris-yazisi {
    font-size: 17px;
  }

  .bolum {
    padding: 65px 0;
  }

  .bolum h2 {
    font-size: 31px;
  }

  .kartlar {
    grid-template-columns: 1fr;
  }
}.arka-plan-sekiller {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.sekil {
  position: absolute;
  font-size: 55px;
  opacity: 0.12;
}

.sekil-1 {
  top: 140px;
  left: 60px;
}

.sekil-2 {
  top: 260px;
  right: 80px;
}

.sekil-3 {
  top: 520px;
  left: 120px;
}

.sekil-4 {
  top: 700px;
  right: 100px;
}

.sekil-5 {
  top: 950px;
  left: 70px;
}

.sekil-6 {
  top: 1200px;
  right: 130px;
}

.site-header,
main,
footer {
  position: relative;
  z-index: 1;
}.giris {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 30px;
}

.giris::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("images/biodamla-kolaj.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  opacity: 0.75;

  z-index: 0;
}.giris > * {
  position: relative;
  z-index: 1;
}/* Son yazılar kartlarının bulunduğu alan */
.yazi-kartlari {
  margin-top: 40px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Her bir yazı kartı */
.yazi-karti {
  padding: 30px;

  background-color: white;
  border: 1px solid #dce9de;
  border-radius: 20px;

  box-shadow: 0 12px 35px rgba(31, 73, 49, 0.1);

  transition: 0.25s;
}

/* Fare kartın üzerine gelince */
.yazi-karti:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 45px rgba(31, 73, 49, 0.17);
}

/* Zooloji, mikrobiyoloji yazıları */
.yazi-kategori {
  margin: 0 0 14px;

  color: #1c8a5b;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* Yazı başlığı */
.yazi-karti h3 {
  margin: 0 0 16px;

  color: #163d2d;
  font-size: 23px;
  line-height: 1.3;
}

/* Yazı açıklaması */
.yazi-karti > p:not(.yazi-kategori) {
  color: #5b6f64;
}

/* Yazıyı oku bağlantısı */
.yazi-karti a {
  display: inline-block;
  margin-top: 14px;

  color: #176b46;
  font-weight: bold;
  text-decoration: none;
}

/* Fare bağlantının üstündeyken */
.yazi-karti a:hover {
  text-decoration: underline;
}

/* Telefon ekranında kartlar alt alta geçsin */
@media (max-width: 850px) {
  .yazi-kartlari {
    grid-template-columns: 1fr;
  }
}/* Makale sayfasının dış alanı */
.makale-sayfasi {
  padding: 70px 20px;
  background:
    radial-gradient(circle at top left, #e3f4e7, transparent 35%),
    #f5f9f4;
}

/* Makalenin beyaz kutusu */
.makale {
  width: 90%;
  max-width: 850px;
  margin: auto;
  padding: 55px;

  background-color: white;
  border: 1px solid #dce9de;
  border-radius: 24px;

  box-shadow: 0 15px 45px rgba(31, 73, 49, 0.1);
}

/* Geri dön bağlantısı */
.geri-don {
  display: inline-block;
  margin-bottom: 35px;

  color: #176b46;
  font-weight: bold;
  text-decoration: none;
}

.geri-don:hover {
  text-decoration: underline;
}

/* Mikrobiyoloji etiketi */
.makale-kategori {
  margin: 0 0 12px;

  color: #1c8a5b;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
}

/* Makalenin ana başlığı */
.makale h1 {
  margin: 0 0 25px;

  color: #163d2d;
  font-size: 52px;
  line-height: 1.15;
}

/* Başlığın altındaki özet */
.makale-ozet {
  margin-bottom: 45px;

  color: #50665a;
  font-size: 21px;
  line-height: 1.7;

  border-left: 4px solid #1c8a5b;
  padding-left: 20px;
}

/* Makalenin ara başlıkları */
.makale h2 {
  margin-top: 45px;
  margin-bottom: 15px;

  color: #176b46;
  font-size: 29px;
}

/* Makaledeki yazılar */
.makale p,
.makale li {
  color: #455d51;
  font-size: 18px;
  line-height: 1.8;
}

/* İşlem basamakları */
.makale ol {
  padding-left: 25px;
}

/* Önemli bilgi kutusu */
.bilgi-kutusu {
  margin-top: 40px;
  padding: 24px;

  color: #234b38;
  background-color: #e9f6ec;

  border-left: 5px solid #1c8a5b;
  border-radius: 12px;

  font-size: 17px;
  line-height: 1.7;
}

/* Telefonda daha küçük görünmesi için */
@media (max-width: 700px) {
  .makale-sayfasi {
    padding: 35px 12px;
  }

  .makale {
    width: 100%;
    padding: 30px 22px;
  }

  .makale h1 {
    font-size: 38px;
  }

  .makale-ozet {
    font-size: 18px;
  }

  .makale p,
  .makale li {
    font-size: 16px;
  }
}.iletisim-bolumu {
  margin-bottom: 90px;
  padding: 70px;

  background: linear-gradient(135deg, #e7f5ea, #f7fbf5);
  border: 1px solid #d7e8da;
  border-radius: 28px;

  text-align: center;
}

.iletisim-bolumu h2 {
  margin: 0 0 18px;
  font-size: 40px;
  color: #163d2d;
}

.iletisim-bolumu > p:not(.bolum-etiketi) {
  max-width: 650px;
  margin: 0 auto 30px;

  color: #52685c;
  font-size: 18px;
}

.iletisim-butonu {
  display: inline-block;
  padding: 15px 28px;

  color: white;
  background-color: #176b46;

  border-radius: 12px;

  font-weight: bold;
  text-decoration: none;

  transition: 0.2s;
}

.iletisim-butonu:hover {
  background-color: #105437;
  transform: translateY(-2px);
}

@media (max-width: 700px) {
  .iletisim-bolumu {
    padding: 45px 22px;
  }

  .iletisim-bolumu h2 {
    font-size: 32px;
  }
}/* BioDamla yazılı logosu */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo::before {
  content: "BD";

  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  color: white;
  background: linear-gradient(135deg, #176b46, #35a36c);

  border-radius: 13px;

  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;

  box-shadow: 0 7px 18px rgba(23, 107, 70, 0.22);
}

/* Hakkımda bölümünün büyük kartı */
.hakkimda-kutu {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 50px;
  align-items: center;

  padding: 55px;

  background-color: white;
  border: 1px solid #dce9de;
  border-radius: 28px;

  box-shadow: 0 15px 45px rgba(31, 73, 49, 0.09);
}

.hakkimda-yazi h2 {
  margin: 0 0 22px;

  color: #163d2d;
  font-size: 42px;
}

.hakkimda-yazi > p:not(.bolum-etiketi) {
  max-width: 700px;

  color: #52685c;
  font-size: 18px;
  line-height: 1.8;
}

/* Küçük ilgi alanı etiketleri */
.ilgi-etiketleri {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 28px;
}

.ilgi-etiketleri span {
  padding: 9px 14px;

  color: #176b46;
  background-color: #e8f5ec;

  border: 1px solid #d2e9d8;
  border-radius: 999px;

  font-size: 14px;
  font-weight: bold;
}

/* Sağdaki BioDamla rozeti */
.hakkimda-rozet {
  padding: 35px 20px;

  background: linear-gradient(145deg, #e7f5ea, #f8fbf7);
  border: 1px solid #d6e9da;
  border-radius: 24px;

  text-align: center;
}

.rozet-harfleri {
  width: 115px;
  height: 115px;
  margin: 0 auto 20px;

  display: grid;
  place-items: center;

  color: white;
  background: linear-gradient(135deg, #176b46, #43a876);

  border-radius: 32px;

  font-size: 34px;
  font-weight: bold;
  letter-spacing: 2px;

  box-shadow: 0 15px 35px rgba(23, 107, 70, 0.22);
}

.hakkimda-rozet strong {
  color: #163d2d;
  font-size: 22px;
}

.hakkimda-rozet p {
  margin: 5px 0 0;
  color: #5b7064;
}

/* Telefon görünümü */
@media (max-width: 750px) {
  .hakkimda-kutu {
    grid-template-columns: 1fr;
    padding: 35px 24px;
  }

  .hakkimda-yazi h2 {
    font-size: 34px;
  }

  .hakkimda-rozet {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
}.kart-ikon {
  width: 52px;
  height: 52px;
  margin-bottom: 22px;

  display: grid;
  place-items: center;

  border-radius: 16px;

  color: white;
  font-size: 18px;
  font-weight: bold;

  box-shadow: 0 10px 22px rgba(31, 73, 49, 0.15);
}

.zooloji-ikon {
  background: linear-gradient(135deg, #4f8f68, #79b791);
}

.mikrobiyoloji-ikon {
  background: linear-gradient(135deg, #526fa6, #8199c5);
}

.adli-ikon {
  background: linear-gradient(135deg, #75548f, #a07abb);
}

.hucre-ikon {
  background: linear-gradient(135deg, #b27845, #d5a06d);
}

.kart {
  position: relative;
  overflow: hidden;
}

.kart::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -45px;
  bottom: -45px;

  border-radius: 50%;
  background-color: rgba(28, 138, 91, 0.05);
}.canli-kartlari {
  margin-top: 40px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.canli-karti {
  padding: 30px;

  background: linear-gradient(145deg, #ffffff, #f1f8f3);
  border: 1px solid #d8e8dc;
  border-radius: 22px;

  box-shadow: 0 12px 35px rgba(31, 73, 49, 0.09);
  transition: 0.25s;
}

.canli-karti:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 45px rgba(31, 73, 49, 0.16);
}

.canli-sembol {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;

  display: grid;
  place-items: center;

  background-color: #e4f3e8;
  border-radius: 20px;

  font-size: 32px;
}

.bilimsel-ad {
  margin: 0 0 7px;

  color: #39815d;
  font-size: 13px;
  font-style: italic;
}

.canli-karti h3 {
  margin: 0 0 13px;

  color: #163d2d;
  font-size: 24px;
}

.canli-karti p {
  color: #586d61;
  line-height: 1.7;
}

.canli-karti a {
  display: inline-block;
  margin-top: 12px;

  color: #176b46;
  font-weight: bold;
  text-decoration: none;
}

.yakinda {
  display: inline-block;
  margin-top: 12px;
  padding: 7px 12px;

  color: #64766c;
  background-color: #e8efea;
  border-radius: 999px;

  font-size: 13px;
  font-weight: bold;
}

@media (max-width: 850px) {
  .canli-kartlari {
    grid-template-columns: 1fr;
  }
}.arama-alani {
  margin: 28px 0 10px;
}

#yazi-arama {
  width: 100%;
  max-width: 500px;
  padding: 15px 18px;

  color: #163d2d;
  background-color: white;

  border: 1px solid #d3e4d7;
  border-radius: 14px;
  outline: none;

  font-family: inherit;
  font-size: 16px;

  box-shadow: 0 8px 24px rgba(31, 73, 49, 0.07);
}

#yazi-arama:focus {
  border-color: #1c8a5b;
  box-shadow: 0 0 0 4px rgba(28, 138, 91, 0.12);
}

#yazi-arama::placeholder {
  color: #819087;
}/* Gece modu düğmesi */
#tema-butonu {
  width: 42px;
  height: 42px;
  padding: 0;

  display: grid;
  place-items: center;
  flex-shrink: 0;

  border: 1px solid #d3e4d7;
  border-radius: 50%;

  color: #163d2d;
  background-color: #f2f8f4;

  font-size: 18px;
  cursor: pointer;

  box-shadow: none;
  transition: 0.2s;
}

#tema-butonu:hover {
  background-color: #e1f1e5;
  transform: rotate(-12deg);
}

/* Karanlık modun genel görünüşü */
body.dark-mode {
  color: #dbe9df;
  background-color: #0e2119;
}

body.dark-mode .site-header {
  background-color: rgba(15, 36, 27, 0.96);
  border-bottom-color: #29483a;
}

body.dark-mode .logo,
body.dark-mode .menu-linkleri a {
  color: #dff3e6;
}

body.dark-mode #tema-butonu {
  color: #fff1a8;
  background-color: #29483a;
  border-color: #3d6551;
}

body.dark-mode .bolum {
  color: #dbe9df;
}

body.dark-mode .hakkimda-kutu,
body.dark-mode .kart,
body.dark-mode .canli-karti,
body.dark-mode .yazi-karti,
body.dark-mode .makale {
  color: #dbe9df;
  background: #173329;
  border-color: #315343;
}

body.dark-mode .hakkimda-rozet,
body.dark-mode .iletisim-bolumu {
  background: #1b3b2f;
  border-color: #315343;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode .hakkimda-yazi h2,
body.dark-mode .canli-karti h3,
body.dark-mode .yazi-karti h3 {
  color: #e6f5eb;
}

body.dark-mode p,
body.dark-mode .giris-yazisi,
body.dark-mode .kart p,
body.dark-mode .canli-karti p,
body.dark-mode .yazi-karti p {
  color: #b9cfc1;
}

body.dark-mode #yazi-arama {
  color: #e6f5eb;
  background-color: #173329;
  border-color: #315343;
}

body.dark-mode footer {
  background-color: #091711;
}