﻿body {margin: 0;padding:0;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;color:#222;font-size:110%;}.temizle{clear:both;}img{border:none}
header {background: #4caf50;color: white;padding:20px;text-align: center;}header h2{margin:0;padding:0;color:#08330F;font-size:110%}
header img {max-width: 120px;margin-bottom: 3px;}
nav {background: #388e3c;display: flex;flex-wrap: wrap;justify-content: center;}nav a {color: white;text-decoration: none;padding: 12px 20px;display: block;}nav a:hover {background: #2e7d32;}
main {padding: 20px;max-width: 1300px;margin:auto;text-align:center;line-height:24px;}main a{color:#388e3c;} main a:hover{text-decoration:none; color:#4caf50}
footer {background: #4caf50;color: white;text-align: center;padding: 15px;margin-top:40px  }
.ozgecmis{text-align:left;line-height:26px;}.ozgecmis img{float:right;margin:0 0 0 10px;border-radius:7px;border:1px solid #ddd;padding:3px;}
.iforum {max-width: 600px;margin: auto;background: #ffffff;padding: 20px;border: 1px solid #ddd;border-radius: 6px;box-shadow: 0 0 5px rgba(0,0,0,0.1);text-align:left;}
label {display: block;margin-top: 15px;color: #333;}
input[type="text"], input[type="email"], textarea {width: 100%;padding: 10px;border: 1px solid #bbb;border-radius: 4px;box-sizing: border-box;}
textarea {resize: vertical;min-height: 100px;}
input[type="submit"] {background-color: #4caf50;color: white;border: none;padding: 12px 20px;margin-top: 15px;cursor: pointer;border-radius: 4px;font-size: 16px;}
input[type="submit"]:hover {background-color: #388e3c;}
.uyari{background:#f66d6d;color:#e51313;padding:3px 7px;margin:10px 0; border-radius:5px;}.basarili{background:#a6f290;color:#2e7d32;padding:3px 7px;margin:10px 0; border-radius:5px;}
.temel_linkler{width:1300px;margin:25px auto;}   .temel_linkler .slide{float:left; background:#FFF;width:calc((100% - 180px) / 6 ); margin:20px 9px;opacity:.6; /*border:1px solid #DDD;*/ min-height:120px; padding:15px 5px; text-align:center; font-size:80%;border-radius:120px}
.temel_linkler a{color:#AAA}.temel_linkler div img{width:80px; height:80px; display:block;margin:auto;padding-bottom:7px;}.temel_linkler div:hover{border-color:#999;opacity:1}.temel_linkler div a:hover{color:#000;text-decoration:none;}
.hizmet{text-align:left}.hizmet img{float:right;width:30%;margin:0 0 5px 10px;}
.ynt{background:#ededed; padding:10px 20px 30px 20px; margin: 40px auto; width:80%;border-radius:9px;}.ynt h1{font-size:110%;}
.anasayfa{line-height:30px;font-size:110%;flex:1;min-width:300px;}.anasayfa-kapsayici {display:flex;gap:20px;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;  }
.urun-kolon-bg{ width: 250px;  border: 1px solid #ddd;  border-radius: 6px;  background: #fff;  padding:10px;}
.urunler-kolon { height: 700px;  overflow: hidden;  position: relative; }
.urunler-ic {  display: flex;  flex-direction: column;  animation: kaydir 55s linear infinite;}.urunler-ic img {  width: 100%;  margin-bottom: 10px;  border-radius: 4px;}
.urunler-kolon:hover .urunler-ic {  animation-play-state: paused;  opacity:.8}
@keyframes kaydir {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
.hizmetler {  text-align: center;  margin:50px auto;  max-width: 1300px;}.hizmetler h2 {  font-size: 28px;  margin-bottom: 30px;  color: #2e7d32;}
.hizmetler-grid {  display: flex;  flex-wrap: wrap;  gap: 20px;  justify-content: center;}
.hizmet-kart {  background: #fff;  border: 1px solid #ddd;  border-radius: 8px;  width: calc((100% - 228px) / 4);  padding: 20px;  box-shadow: 0 0 10px rgba(0,0,0,0.05);  transition: transform 0.3s;}
.hizmet-kart:hover {  transform: translateY(-5px);}
.hizmet-kart img {  width: 40%;  height: auto;  object-fit: cover;  border-radius: 6px;  margin-bottom: 15px;}
.hizmet-kart h3 {  font-size: 20px;  color: #388e3c;  margin-bottom: 10px;}.hizmet-kart p {  font-size: 15px;  line-height: 1.6;  color: #333;}
.res_sag{float:left;margin:0 10px 5px 0;width:30%;border-radius:7px;}
.urunler h2 {font-size: 24px;margin-bottom: 30px;color: #2e7d32;}.urunler-grid {display: flex;flex-wrap: wrap;justify-content: center;gap: 25px;}
.urun-kart {background: #fff;border: 1px solid #ddd;border-radius: 8px;padding: 20px;width: 280px;text-align: center;box-shadow: 0 0 10px rgba(0,0,0,0.05);transition: transform 0.3s ease;}
.urun-kart img {width:100%;height:auto;border-radius:5px;}.urun-kart:hover {transform: translateY(-5px);}
.urun-kart i {color: #4caf50;margin-bottom: 15px;transition: color 0.3s;}.urun-kart:hover i {color: #2e7d32;}
.urun-kart h3 {font-size: 18px;margin-bottom: 10px;color: #222;}.urun-kart p {font-size: 14px;color: #555;}

@media (max-width: 768px) {nav {flex-direction: column;}    nav a {padding: 5px 10px;}
    .iforum {padding: 15px;}    .ozgecmis img{float:none;margin:0 auto 10px auto;width:98%;}
    .temel_linkler{width:100%;display:flex;align-items:flex-start; flex-wrap:wrap}
    .temel_linkler .slide{width:calc((100% - 66px) / 3); margin:10px 5px; padding:5px;}
    .ynt{width:90%;}    
   .anasayfa-kapsayici {flex-direction: column;align-items: center;}  .urunler-kolon {width: 90%;margin-top: 20px;}
   .hizmetler-grid {flex-direction: column;align-items: center;}  .hizmet-kart {width: 80%; }
  .res_sag{float:none;margin:0 0 15px 0;width:100%;}  .urunler-grid {flex-direction: column;align-items: center;}
}

