
*{
  box-sizing:border-box;
}

body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:#f4f7ef;
  color:#18351f;
}

.container{
  width:90%;
  max-width:1200px;
  margin:auto;
}

.site-header{
  background:#2f6b3f;
  border-bottom:4px solid #d7b85b;
  position:sticky;
  top:0;
  z-index:20;
  box-shadow:0 6px 20px rgba(0,0,0,.16);
}

.single-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:15px 0;
}

.main-menu{
  display:flex;
  justify-content:center;
  align-items:center;
}

.home-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:150px;
  padding:13px 30px;
  border-radius:14px;
  background:#ffffff;
  color:#1f5a31 !important;
  border:2px solid #d7b85b;
  font-weight:900;
  font-size:17px;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}

.home-btn:hover{
  background:#f7f1d6;
  color:#1f5a31 !important;
}

.hero{
  padding:80px 0;
  background:linear-gradient(135deg,#2f6b3f 0%,#6fa65c 100%);
  color:#fff;
}

.hero-grid,
.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:45px;
  align-items:center;
}

.eyebrow{
  display:inline-block;
  color:#fff4bd;
  font-weight:900;
  margin-bottom:16px;
  letter-spacing:.5px;
}

h1{
  font-size:48px;
  color:#fff4bd;
  margin:0 0 14px;
}

h2{
  color:#2f6b3f;
  font-size:32px;
  margin:0 0 18px;
}

.hero-text h2{
  color:#ffffff;
  font-size:24px;
}

p{
  line-height:1.85;
  color:#25432c;
}

.hero p{
  color:#ffffff;
}

.hero-image,
.image-card,
.license-card{
  text-align:center;
}

.hero-image img,
.image-card img{
  width:100%;
  max-width:760px;
  display:block;
  margin:0 auto;
  border-radius:26px;
  box-shadow:0 15px 40px rgba(0,0,0,.28);
  border:6px solid rgba(255,255,255,.35);
}

.section{
  padding:70px 0;
}

.dark-card-section,
.project-detail-section{
  background:#eaf2df;
}

.section-title{
  text-align:center;
  margin-bottom:36px;
}

.section-title h2{
  color:#2f6b3f;
  font-size:36px;
}

.section-title p{
  margin:0 auto;
  max-width:780px;
  color:#3d5c42;
  font-weight:600;
}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.stat-box{
  background:#ffffff;
  border:2px solid #b8d2a2;
  border-radius:22px;
  padding:28px 18px;
  text-align:center;
  box-shadow:0 10px 25px rgba(47,107,63,.12);
}

.stat-box strong{
  display:block;
  color:#2f6b3f;
  font-size:27px;
  margin-bottom:8px;
}

.stat-box span{
  color:#4b6c4e;
  font-weight:700;
}

.centered-table-card{
  max-width:900px;
  margin:0 auto;
  padding:34px;
  border-radius:30px;
  background:#ffffff;
  border:3px solid #9fc489;
  box-shadow:0 18px 45px rgba(47,107,63,.18);
}

.table-card-title{
  text-align:center;
  margin-bottom:26px;
  padding-bottom:22px;
  border-bottom:2px solid #e0ead5;
}

.table-card-title span{
  display:block;
  color:#2f6b3f;
  font-weight:900;
  letter-spacing:.8px;
  margin-bottom:8px;
}

.table-card-title h3{
  margin:0 0 10px;
  color:#18351f;
  font-size:31px;
}

.table-card-title em{
  display:inline-block;
  padding:9px 18px;
  border-radius:999px;
  background:#2f6b3f;
  color:#ffffff;
  font-style:normal;
  font-weight:900;
}

.responsive-table{
  overflow-x:auto;
}

.green-project-table{
  width:100%;
  margin:0 auto;
  border-collapse:separate;
  border-spacing:0 10px;
}

.green-project-table th,
.green-project-table td{
  padding:18px 22px;
  font-size:18px;
}

.green-project-table th{
  width:42%;
  text-align:left;
  color:#ffffff;
  background:#2f6b3f;
  border-radius:14px 0 0 14px;
}

.green-project-table td{
  text-align:left;
  color:#18351f;
  background:#f4f7ef;
  border:2px solid #c8ddb8;
  border-left:none;
  border-radius:0 14px 14px 0;
  font-weight:900;
}

.advantages-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.adv-card{
  background:#ffffff;
  border:2px solid #b8d2a2;
  padding:25px;
  border-radius:22px;
  box-shadow:0 10px 25px rgba(47,107,63,.10);
}

.adv-card h3{
  color:#2f6b3f;
  margin-top:0;
}

.license-section{
  background:#eaf2df;
}

.license-card{
  max-width:850px;
  margin:0 auto;
  background:#ffffff;
  padding:18px;
  border-radius:22px;
  border:3px solid #9fc489;
  box-shadow:0 18px 45px rgba(47,107,63,.16);
}

.license-card img{
  width:100%;
  display:block;
  margin:0 auto;
  border-radius:12px;
}

footer{
  padding:28px 0;
  background:#2f6b3f;
  color:#ffffff;
  text-align:center;
}

/* Eski kötü tablo/görsel tablo alanlarını gizle */
.table-wrap,
.project-table,
.original-table,
.logo{
  display:none !important;
}

@media(max-width:900px){
  .hero-grid,
  .two-col,
  .stats-grid,
  .advantages-grid{
    grid-template-columns:1fr;
  }

  h1{
    font-size:34px;
  }

  .section-title h2{
    font-size:29px;
  }

  .centered-table-card{
    padding:10px;
  }

  .green-project-table th,
  .green-project-table td{
    display:block;
    width:100%;
    border-radius:14px;
    border:2px solid #c8ddb8;
  }

  .green-project-table th{
    border-bottom:none;
    border-radius:14px 14px 0 0;
  }

  .green-project-table td{
    border-radius:0 0 14px 14px;
    border-top:none;
  }
}


/* Devam Eden ve Biten İşler - Karayolları inşaat renkleri */
body.devam-eden-isler-page main,
body.biten-isler-page main,
.devam-eden-isler,
.biten-isler,
.projects-section,
.project-section{
  background:
    linear-gradient(rgba(28,28,28,.82), rgba(28,28,28,.82)),
    linear-gradient(135deg,#f2a900 0%, #4a4a4a 42%, #1d1d1d 100%) !important;
}

.devam-eden-isler h1,.devam-eden-isler h2,
.biten-isler h1,.biten-isler h2,
.projects-section h1,.projects-section h2,
.project-section h1,.project-section h2{
  color:#ffd54d !important;
  text-shadow:0 2px 10px rgba(0,0,0,.45);
}


/* KURUMSAL YENİ TASARIM */
.kurumsal-hero{
  position:relative;
  height:90vh;
  background:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    linear-gradient(135deg,#0f4c81,#2f7d32,#f2a900);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
}

.kurumsal-hero::before{
  content:"";
  position:absolute;
  inset:-20%;
  background:
    radial-gradient(circle, rgba(255,255,255,.12), transparent 60%);
  animation:floatGlow 8s linear infinite;
}

@keyframes floatGlow{
  0%{transform:translateY(0) rotate(0deg);}
  50%{transform:translateY(-40px) rotate(180deg);}
  100%{transform:translateY(0) rotate(360deg);}
}

.overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.25);
}

.hero-content{
  position:relative;
  z-index:2;
  max-width:850px;
  padding:40px;
}

.hero-content span{
  display:inline-block;
  padding:10px 20px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff7c2;
  font-weight:800;
  margin-bottom:20px;
}

.hero-content h1{
  font-size:58px;
  color:#ffffff;
  margin-bottom:24px;
  text-shadow:0 4px 20px rgba(0,0,0,.45);
}

.hero-content p{
  font-size:20px;
  line-height:1.9;
  color:#f1f1f1;
}

.kurumsal-cards{
  padding:90px 0;
  background:linear-gradient(135deg,#f5f7fb,#eef6eb);
}

.kurumsal-cards .container{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.kurumsal-cards .card{
  padding:35px;
  border-radius:28px;
  background:#ffffff;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
  transition:.35s ease;
  border-top:6px solid #2f7d32;
}

.kurumsal-cards .card:nth-child(2){
  border-top-color:#0f4c81;
}

.kurumsal-cards .card:nth-child(3){
  border-top-color:#f2a900;
}

.kurumsal-cards .card:hover{
  transform:translateY(-10px) scale(1.02);
}

.kurumsal-cards h3{
  font-size:28px;
  margin-bottom:16px;
  color:#18351f;
}

.kurumsal-cards p{
  line-height:1.8;
  color:#555;
}

@media(max-width:900px){

  .hero-content h1{
    font-size:38px;
  }

  .kurumsal-cards .container{
    grid-template-columns:1fr;
  }

}



/* KURUMSAL KUTULAR - RENKLİ HAREKETLİ TASARIM */
.kurumsal-hero,
.kurumsal-cards{
  display:none !important;
}

/* Kurumsal sayfadaki ana kutuları hedefler */
.kurumsal-page .card,
.kurumsal-page .info-card,
.kurumsal-page .feature-card,
.kurumsal-page .value-card,
.kurumsal-page .policy-card,
.kurumsal-page .vision-card,
.kurumsal-page .mission-card,
.kurumsal-page .service-card,
.kurumsal-page section .container > div[class*="card"],
body[class*="kurumsal"] .card,
body[class*="kurumsal"] .info-card,
body[class*="kurumsal"] .feature-card,
body[class*="kurumsal"] .value-card,
body[class*="kurumsal"] .policy-card,
body[class*="kurumsal"] .vision-card,
body[class*="kurumsal"] .mission-card{
  position:relative;
  overflow:hidden;
  border-radius:26px !important;
  border:0 !important;
  color:#ffffff !important;
  box-shadow:0 18px 45px rgba(0,0,0,.18) !important;
  transform:translateY(0);
  transition:transform .35s ease, box-shadow .35s ease;
}

.kurumsal-page .card:hover,
.kurumsal-page .info-card:hover,
.kurumsal-page .feature-card:hover,
.kurumsal-page .value-card:hover,
.kurumsal-page .policy-card:hover,
.kurumsal-page .vision-card:hover,
.kurumsal-page .mission-card:hover,
body[class*="kurumsal"] .card:hover,
body[class*="kurumsal"] .info-card:hover,
body[class*="kurumsal"] .feature-card:hover,
body[class*="kurumsal"] .value-card:hover,
body[class*="kurumsal"] .policy-card:hover,
body[class*="kurumsal"] .vision-card:hover,
body[class*="kurumsal"] .mission-card:hover{
  transform:translateY(-9px);
  box-shadow:0 28px 60px rgba(0,0,0,.25) !important;
}

.kurumsal-page .card::before,
.kurumsal-page .info-card::before,
.kurumsal-page .feature-card::before,
.kurumsal-page .value-card::before,
.kurumsal-page .policy-card::before,
.kurumsal-page .vision-card::before,
.kurumsal-page .mission-card::before,
body[class*="kurumsal"] .card::before,
body[class*="kurumsal"] .info-card::before,
body[class*="kurumsal"] .feature-card::before,
body[class*="kurumsal"] .value-card::before,
body[class*="kurumsal"] .policy-card::before,
body[class*="kurumsal"] .vision-card::before,
body[class*="kurumsal"] .mission-card::before{
  content:"";
  position:absolute;
  inset:-80px;
  background:radial-gradient(circle, rgba(255,255,255,.26), transparent 55%);
  animation:kurumsalGlow 7s linear infinite;
  opacity:.7;
}

@keyframes kurumsalGlow{
  0%{transform:translate(-20px,-20px) rotate(0deg);}
  50%{transform:translate(20px,20px) rotate(180deg);}
  100%{transform:translate(-20px,-20px) rotate(360deg);}
}

.kurumsal-page .card > *,
.kurumsal-page .info-card > *,
.kurumsal-page .feature-card > *,
.kurumsal-page .value-card > *,
.kurumsal-page .policy-card > *,
.kurumsal-page .vision-card > *,
.kurumsal-page .mission-card > *,
body[class*="kurumsal"] .card > *,
body[class*="kurumsal"] .info-card > *,
body[class*="kurumsal"] .feature-card > *,
body[class*="kurumsal"] .value-card > *,
body[class*="kurumsal"] .policy-card > *,
body[class*="kurumsal"] .vision-card > *,
body[class*="kurumsal"] .mission-card > *{
  position:relative;
  z-index:2;
  color:#ffffff !important;
}

/* Vizyonumuz */
.kurumsal-page .card:nth-of-type(1),
body[class*="kurumsal"] .card:nth-of-type(1){
  background:linear-gradient(135deg,#1e88e5,#0d47a1) !important;
}

/* Misyonumuz */
.kurumsal-page .card:nth-of-type(2),
body[class*="kurumsal"] .card:nth-of-type(2){
  background:linear-gradient(135deg,#43a047,#1b5e20) !important;
}

/* Kalite Politikamız */
.kurumsal-page .card:nth-of-type(3),
body[class*="kurumsal"] .card:nth-of-type(3){
  background:linear-gradient(135deg,#fb8c00,#e65100) !important;
}

/* Temel Değerlerimiz */
.kurumsal-page .card:nth-of-type(4),
body[class*="kurumsal"] .card:nth-of-type(4){
  background:linear-gradient(135deg,#8e24aa,#4a148c) !important;
}

/* Saha Gücümüz */
.kurumsal-page .card:nth-of-type(5),
body[class*="kurumsal"] .card:nth-of-type(5){
  background:linear-gradient(135deg,#00acc1,#006064) !important;
}

/* Sürdürülebilirlik */
.kurumsal-page .card:nth-of-type(6),
body[class*="kurumsal"] .card:nth-of-type(6){
  background:linear-gradient(135deg,#7cb342,#33691e) !important;
}

.kurumsal-page h2,
body[class*="kurumsal"] h2{
  color:#17324d !important;
}

.kurumsal-page .card h3,
body[class*="kurumsal"] .card h3,
.kurumsal-page .card h4,
body[class*="kurumsal"] .card h4{
  color:#ffffff !important;
  text-shadow:0 2px 12px rgba(0,0,0,.25);
}

.kurumsal-page .card p,
body[class*="kurumsal"] .card p{
  color:rgba(255,255,255,.94) !important;
}


/* KURUMSAL RENKLİ HAREKETLİ KUTULAR */
.kurumsal-page .card,
.kurumsal-page .box,
.kurumsal-page .item,
.kurumsal-page .feature,
.kurumsal-page .service-box,
.kurumsal-page [class*="card"]{
  border-radius:28px !important;
  overflow:hidden !important;
  position:relative !important;
  transition:all .4s ease !important;
  box-shadow:0 18px 45px rgba(0,0,0,.18)!important;
}

.kurumsal-page .card:hover,
.kurumsal-page .box:hover,
.kurumsal-page .item:hover,
.kurumsal-page .feature:hover,
.kurumsal-page .service-box:hover,
.kurumsal-page [class*="card"]:hover{
  transform:translateY(-10px) scale(1.02)!important;
}

.kurumsal-page .card:nth-of-type(1),
.kurumsal-page [class*="card"]:nth-of-type(1){
background:linear-gradient(135deg,#1565c0,#42a5f5)!important;
color:#fff!important;
}

.kurumsal-page .card:nth-of-type(2),
.kurumsal-page [class*="card"]:nth-of-type(2){
background:linear-gradient(135deg,#2e7d32,#81c784)!important;
color:#fff!important;
}

.kurumsal-page .card:nth-of-type(3),
.kurumsal-page [class*="card"]:nth-of-type(3){
background:linear-gradient(135deg,#ef6c00,#ffb74d)!important;
color:#fff!important;
}

.kurumsal-page .card:nth-of-type(4),
.kurumsal-page [class*="card"]:nth-of-type(4){
background:linear-gradient(135deg,#6a1b9a,#ba68c8)!important;
color:#fff!important;
}

.kurumsal-page .card:nth-of-type(5),
.kurumsal-page [class*="card"]:nth-of-type(5){
background:linear-gradient(135deg,#00838f,#4dd0e1)!important;
color:#fff!important;
}

.kurumsal-page .card:nth-of-type(6),
.kurumsal-page [class*="card"]:nth-of-type(6){
background:linear-gradient(135deg,#558b2f,#aed581)!important;
color:#fff!important;
}

.kurumsal-page .card::before,
.kurumsal-page [class*="card"]::before{
content:"";
position:absolute;
inset:-40%;
background:radial-gradient(circle,rgba(255,255,255,.25),transparent 60%);
animation:kurumsalAnim 7s linear infinite;
}

@keyframes kurumsalAnim{
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}

.kurumsal-page .card *,
.kurumsal-page [class*="card"] *{
position:relative;
z-index:2;
color:#fff!important;
}


/* Finans Menü ve Başkan Mesajı Altı Hizmet Binası */
.finance-anchor-section{
  padding:60px 20px;
  background:#f8fafc;
}

.finance-anchor-section h2{
  text-align:center;
  font-size:36px;
  color:#0f172a;
  margin:0;
}

.baskan-hizmet-binasi-blok{
  max-width:720px;
  margin:28px auto 34px auto;
  position:relative;
  border-radius:24px;
  overflow:hidden;
  border:7px solid #fff;
  box-shadow:0 20px 55px rgba(15,23,42,.18);
  background:#fff;
}

.baskan-hizmet-binasi-blok img{
  width:100%;
  height:360px;
  object-fit:cover;
  display:block;
}

.baskan-hizmet-yazi{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  background:rgba(15,23,42,.88);
  color:#fff;
  text-align:center;
  padding:15px 20px;
  border-radius:16px;
  font-size:22px;
  font-weight:900;
  letter-spacing:.3px;
  backdrop-filter:blur(10px);
}

@media(max-width:768px){
  .baskan-hizmet-binasi-blok{
    max-width:94%;
  }
  .baskan-hizmet-binasi-blok img{
    height:260px;
  }
  .baskan-hizmet-yazi{
    font-size:17px;
    padding:12px 14px;
  }
}


/* 7x7 cm Ana Sayfa Görsel Kartı */
.mini-hizmet-karti{
  position:fixed;
  right:28px;
  bottom:28px;
  width:265px;
  height:265px;
  z-index:999;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 45px rgba(0,0,0,.22);
  border:6px solid #ffffff;
}

.mini-hizmet-karti img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.mini-hizmet-yazi{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  background:rgba(15,23,42,.88);
  color:#fff;
  padding:10px 12px;
  border-radius:14px;
  text-align:center;
  font-size:15px;
  font-weight:800;
  backdrop-filter:blur(8px);
}

@media(max-width:768px){
  .mini-hizmet-karti{
    width:180px;
    height:180px;
    right:12px;
    bottom:12px;
  }
  .mini-hizmet-yazi{
    font-size:12px;
    padding:8px;
  }
}


/* Yeni Hizmet Alanı */
.yeni-hizmet-alani{
  width:100%;
  padding:50px 20px 30px;
  background:linear-gradient(135deg,#f8fafc 0%,#edf4fb 100%);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.yeni-hizmet-menu{
  width:min(1200px,95%);
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-bottom:28px;
}

.yeni-hizmet-menu span{
  background:#ffffff;
  padding:10px 18px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  color:#0f172a;
  box-shadow:0 8px 22px rgba(15,23,42,.08);
  border:1px solid rgba(15,23,42,.06);
}

.yeni-hizmet-kart{
  position:relative;
  width:min(760px,92%);
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 28px 70px rgba(15,23,42,.22);
  border:8px solid #ffffff;
}

.yeni-hizmet-kart img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
}

.yeni-hizmet-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:38px;
  background:linear-gradient(to top, rgba(15,23,42,.70), rgba(15,23,42,.05));
}

.yeni-hizmet-overlay h2{
  color:#ffffff;
  font-size:38px;
  text-align:center;
  font-weight:900;
  letter-spacing:.3px;
  background:rgba(15,23,42,.55);
  padding:18px 30px;
  border-radius:22px;
  backdrop-filter:blur(10px);
  box-shadow:0 14px 40px rgba(0,0,0,.25);
}

@media(max-width:768px){
  .yeni-hizmet-menu{
    gap:10px;
  }

  .yeni-hizmet-menu span{
    font-size:12px;
    padding:8px 12px;
  }

  .yeni-hizmet-kart img{
    height:320px;
  }

  .yeni-hizmet-overlay h2{
    font-size:22px;
    padding:8px 10px;
  }
}


/* TARIM SAYFASI SON DÜZENLEME: menü görünür, koyu yeşil ton, küçük görseller */
body{background:#eef5e8;color:#12351f;}
.site-header{background:#174f2b!important;border-bottom:4px solid #b58f2c!important;position:sticky!important;top:0!important;z-index:99999!important;}
.site-header .container.nav.single-nav{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:none!important;padding:0!important;}
.site-header .oz-site-menu{display:flex!important;width:100%!important;background:linear-gradient(135deg,#07391c,#176333)!important; display:flex; flex-wrap:nowrap; justify-content:space-between; width:100%; gap:4px; }

.hero{padding:58px 0!important;background:linear-gradient(135deg,#0b3d1f 0%,#176333 58%,#2d7d42 100%)!important;}
h1{color:#fff1a6!important;}
h2,.section-title h2,.adv-card h3,.stat-box strong,.table-card-title span{color:#154f29!important;}
.hero-text h2,.hero p{color:#fff!important;}
.dark-card-section,.project-detail-section,.license-section{background:#dfeeda!important;}
.stat-box,.adv-card,.centered-table-card,.license-card{border-color:#6fa36b!important;box-shadow:0 12px 28px rgba(8,68,30,.16)!important;}
.green-project-table th,.table-card-title em,footer{background:#154f29!important;}
.hero-image img,.image-card img{max-width:520px!important;width:88%!important;border-radius:20px!important;border:4px solid rgba(255,255,255,.38)!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important;}
.license-card{max-width:680px!important;}
.license-card img{max-width:640px!important;width:100%!important;}
@media(max-width:900px){.hero-image img,.image-card img{max-width:100%!important;width:100%!important}.license-card{max-width:100%!important}}


/* === ÖZCOŞKUN SON DÜZENLEME: TARIM SAYFASI KOMPAKT & KOYU YEŞİL === */
body:has(.hero) .hero{
  padding:36px 0!important;
  background:linear-gradient(135deg,#052e16 0%,#14532d 52%,#166534 100%)!important;
}
.hero-grid,
.two-col{
  grid-template-columns:1fr 1fr!important;
  gap:24px!important;
  align-items:center!important;
}
.hero-text h1{font-size:clamp(30px,4vw,48px)!important;line-height:1.05!important;margin:8px 0!important;color:#fff!important;}
.hero-text h2{font-size:clamp(18px,2.1vw,26px)!important;margin:8px 0 10px!important;color:#dcfce7!important;}
.hero p,.two-col p{font-size:15.5px!important;line-height:1.55!important;margin:8px 0!important;}
.eyebrow{background:rgba(220,252,231,.15)!important;border:1px solid rgba(220,252,231,.35)!important;color:#dcfce7!important;padding:8px 13px!important;border-radius:999px!important;display:inline-block!important;}
.hero-image,.image-card{text-align:center!important;}
.hero-image img,.image-card img{
  max-width:430px!important;
  width:82%!important;
  max-height:300px!important;
  object-fit:cover!important;
  border-radius:18px!important;
  border:4px solid rgba(255,255,255,.34)!important;
  box-shadow:0 16px 34px rgba(0,0,0,.22)!important;
}
.section{padding:34px 0!important;}
.stats-grid{grid-template-columns:repeat(4,1fr)!important;gap:13px!important;}
.stat-box{padding:17px 14px!important;border-radius:16px!important;background:linear-gradient(135deg,#064e3b,#14532d)!important;color:#fff!important;box-shadow:0 12px 24px rgba(5,46,22,.18)!important;}
.stat-box strong{font-size:24px!important;color:#dcfce7!important;}
.stat-box span{font-size:13px!important;color:#f0fdf4!important;}
.project-detail-section,.dark-card-section,.license-section{background:linear-gradient(135deg,#e7f4e4,#f2faef)!important;}
.centered-table-card{max-width:950px!important;margin:auto!important;border-radius:22px!important;box-shadow:0 16px 36px rgba(20,83,45,.16)!important;}
.green-project-table th,.green-project-table td{padding:10px 14px!important;font-size:14.5px!important;}
.advantages-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important;}
.adv-card{padding:10px!important;border-radius:18px!important;background:linear-gradient(135deg,#064e3b,#166534)!important;color:#fff!important;box-shadow:0 14px 28px rgba(6,78,59,.18)!important;}
.adv-card h3{color:#bbf7d0!important;margin-bottom:6px!important;}
.license-card{max-width:620px!important;margin:auto!important;}
.license-card img{max-height:430px!important;object-fit:contain!important;}
@media(max-width:900px){
  .hero-grid,.two-col{grid-template-columns:1fr!important;}
  .hero-image img,.image-card img{width:100%!important;max-width:100%!important;max-height:none!important;}
  .stats-grid,.advantages-grid{grid-template-columns:1fr 1fr!important;}
}
@media(max-width:560px){.stats-grid,.advantages-grid{grid-template-columns:1fr!important;}}


/* Jeotermal Seracılığın Avantajları: açıklamalar tek satır ve beyaz */
.adv-card p{
  color:#ffffff !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  font-size:14px !important;
  line-height:1.35 !important;
}
.advantages-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
}
@media(max-width:900px){.adv-card p{white-space:normal !important;}.advantages-grid{grid-template-columns:1fr !important;}}


/* Kenan final: Tarım avantaj kutuları küçültüldü, vişne çürüğü ve beyaz yazı */
.dark-card-section{padding:24px 0!important;background:linear-gradient(135deg,#f7f3f3,#fff)!important;}
.dark-card-section .section-title h2{color:#5b0f1f!important;text-align:center!important;font-size:clamp(22px,2.5vw,34px)!important;margin-bottom:16px!important;}
.advantages-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important;}
.adv-card{background:linear-gradient(135deg,#6d1023,#8a1530)!important;color:#fff!important;padding:14px 12px!important;border-radius:14px!important;min-height:118px!important;box-shadow:0 10px 22px rgba(109,16,35,.22)!important;border:1px solid rgba(255,255,255,.22)!important;}
.adv-card h3{color:#fff!important;font-size:15px!important;line-height:1.18!important;margin:0 0 6px!important;text-align:center!important;}
.adv-card p{color:#fff!important;font-size:12.5px!important;line-height:1.35!important;margin:0!important;text-align:center!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;}
footer{background:#063b23!important;color:#fff!important;text-align:center!important;display:flex!important;justify-content:center!important;align-items:center!important;padding:18px!important;font-weight:800!important;}
@media(max-width:1000px){.advantages-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:560px){.advantages-grid{grid-template-columns:1fr!important;}.adv-card{min-height:auto!important;}}


/* ChatGPT otomatik düzenleme */
.top-nav, .navbar, .menu, .nav-buttons, .hero-buttons {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:14px !important;
    flex-wrap:wrap !important;
}

.top-nav a, .navbar a, .menu a, .nav-buttons a, .hero-buttons a,
button, .btn {
    border-radius:12px !important;
    padding:8px 10px !important;
    font-weight:600 !important;
    transition:all 0.3s ease !important;
}

.top-nav a:nth-child(1), .btn:nth-child(1){background:#4E5D6C !important;color:white !important;}
.top-nav a:nth-child(2), .btn:nth-child(2){background:#6C5B7B !important;color:white !important;}
.top-nav a:nth-child(3), .btn:nth-child(3){background:#355C7D !important;color:white !important;}
.top-nav a:nth-child(4), .btn:nth-child(4){background:#3B5249 !important;color:white !important;}

.top-nav a:hover, .navbar a:hover, .btn:hover {
    transform:translateY(-2px);
    opacity:0.9;
}


/* ÜST MENÜ TEK SATIR DÜZENİ */
.top-nav,
.navbar,
.menu,
.nav-buttons,
.hero-buttons,
header nav,
nav ul {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding: 10px 20px !important;
}

nav ul li,
.menu li,
.navbar li {
    list-style: none !important;
    display: inline-flex !important;
}

.top-nav a,
.navbar a,
.menu a,
.nav-buttons a,
.hero-buttons a,
nav ul li a,
.btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    padding: 12px 20px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Koyu pastel renkler */
.top-nav a:nth-child(1),
nav ul li:nth-child(1) a { background:#4F5D75 !important; }

.top-nav a:nth-child(2),
nav ul li:nth-child(2) a { background:#6B5B95 !important; }

.top-nav a:nth-child(3),
nav ul li:nth-child(3) a { background:#355C7D !important; }

.top-nav a:nth-child(4),
nav ul li:nth-child(4) a { background:#3E5641 !important; }

.top-nav a:nth-child(5),
nav ul li:nth-child(5) a { background:#7A4E48 !important; }

.top-nav a:hover,
.navbar a:hover,
.menu a:hover {
    opacity:0.92 !important;
    transform: translateY(-1px);
}



/* KENAN SON NET DUZELTME - ANA MENU FONT BUYUTME */
header nav a,
header .nav a,
header .navbar a,
header .menu a,
nav ul li a,
.navbar-nav a,
.main-menu a,
.menu > li > a,
.top-menu a,
.site-nav a,
.navigation a,
ul.nav li a,
a.nav-link {
    font-size: 22px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    letter-spacing: .35px !important;
}
.top-brand-final,
.top-brand-final img,
.logo,
.logo img,
.main-logo,
.main-logo img,
.hero-logo,
.hero-logo img {
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    animation: none !important;
    transition: none !important;
    transform: none !important;
}



/* KENAN-ILETISIM-BUTON-KOPYA */
.hero a,
.hero button,
.hero .btn,
.hero .button,
.oz-pro-btn,
.main-btn,
.home-btn,
a.btn,
button.btn,
.project-card a,
.service a {
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    min-height:46px !important;
    padding:12px 24px !important;
    border-radius:999px !important;
    background:linear-gradient(135deg,#1f6b38,#d6ac57) !important;
    color:#ffffff !important;
    border:1px solid rgba(255,255,255,.28) !important;
    box-shadow:0 12px 28px rgba(0,0,0,.28), 0 0 18px rgba(214,172,87,.22) !important;
    font-size:18px !important;
    font-weight:800 !important;
    text-decoration:none !important;
    opacity:1 !important;
    visibility:visible !important;
}
