/*
Theme Name: SnbKurumsal
Theme URI: http://www.sentasarim.com
Author: iletisim@sentasarim.com
Author URI: http://www.sentasarim.com/
Description: Snb Kurumsal Wordpress tema, Firma tema, kurumsal tema
Version: 2.17
*/
/* FontAwesome 5 - sadece ikon kütüphanesi */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/v4-shims.min.css');


/* =========================================================
   SELAMOĞLU AGRO - TEMİZ ANA CSS
   Renk: turuncu + beyaz + çok az siyah/antrasit
   Not: Ana sayfa blokları tamamen statik .agro-* classları ile çalışır.
========================================================= */

:root {
  --agro-orange: #f58220;
  --agro-orange-dark: #d96b11;
  --agro-orange-soft: #fff3e7;
  --agro-white: #ffffff;
  --agro-cream: #fffaf4;
  --agro-text: #2d2d2d;
  --agro-muted: #707070;
  --agro-line: rgba(245, 130, 32, .18);
  --agro-dark: #141414;
  --agro-shadow: 0 18px 45px rgba(40, 24, 8, .10);
  --agro-radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  position: relative;
  margin: 0;
  color: var(--agro-text) !important;
  background: var(--agro-white);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; transition: .22s ease; }
a:hover { color: var(--agro-orange); text-decoration: none; }
img { height: auto; max-width: 100%; display: block; }
ul, ol { list-style: none; margin: 0; padding: 0; }
button, input, select, textarea { font-family: inherit; }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: var(--agro-text);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-weight: 800;
  line-height: 1.18;
}
p { margin-top: 0; }

/* =========================================================
   HEADER - ÜST ADRES BÖLÜMÜ DAHİL
========================================================= */

#header {
  position: relative;
  z-index: 999;
  margin: 0;
  padding: 0;
  background: var(--agro-white);
  border-bottom: 1px solid rgba(245, 130, 32, .16);
  box-shadow: 0 12px 28px rgba(20, 20, 20, .07);
}

#header .header-top {
  margin: 0;
  padding: 13px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fff6eb 100%);
  border-bottom: 1px solid var(--agro-line);
}

#header .header-top .row,
#header .header-top .header-cnt .row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

#header .header-top .header-logo {
  display: flex;
  align-items: center;
  min-width: 0;
}

#header .header-top .header-logo a {
  display: inline-flex;
  align-items: center;
}

#header .header-top .header-logo img {
  width: auto;
  max-width: 235px;
  max-height: 88px;
  object-fit: contain;
}

#header .header-top .header-cnt {
  width: 100%;
  padding: 0;
  min-width: 0;
}

#header .header-top .header-cnt .row > div {
  display: flex;
  align-items: center;
  min-height: 56px;
  min-width: 0;
}

#header .header-top .header-cnt .fas,
#header .header-top .header-cnt .fa {
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  margin: 0 10px 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--agro-orange) 0%, #ffad4f 100%);
  box-shadow: 0 10px 20px rgba(245, 130, 32, .24);
}

#header .header-top .header-cnt p {
  display: block;
  margin: 0 0 2px 0;
  color: var(--agro-orange);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .055em;
}

#header .header-top .header-cnt span,
#header .header-top .header-cnt a {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  color: #1f1f1f;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 700;
}

#header .header-top .header-cnt span {
  overflow: hidden;
  text-overflow: ellipsis;
}

#header .header-top .header-cnt a:hover { color: var(--agro-orange); }

/* Uzun adres alta kaymasın diye ilk bilgi kolonuna özel toparlama */
#header .header-top .header-cnt .row > div:first-child span {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#header .header-menu {
  margin: 0 auto;
  padding: 0;
  background: var(--agro-white) !important;
  text-align: center;
  border-top: 3px solid var(--agro-orange);
  border-bottom: 1px solid rgba(245, 130, 32, .13);
}

#header .header-menu .header-icon { text-align: right; }
#header .header-menu .header-icon .fab,
#header .header-menu .header-icon .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 6px 4px;
  padding: 0;
  color: #fff !important;
  font-size: 15px;
  border-radius: 50%;
  background: var(--agro-orange);
}

/* =========================================================
   MENÜ
========================================================= */

.snbmenu-list { display: none; }
.snbmenu { position: relative; z-index: 20; }
.snbmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.snbmenu ul li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
}
.snbmenu ul li a {
  display: block;
  padding: 16px 13px;
  color: #202020;
  font-family: 'Oswald', 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .25px;
}
.snbmenu ul li a:hover,
.snbmenu ul li.current-menu-item > a {
  color: #ffffff;
  background: var(--agro-orange);
}
.snbmenu ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
  width: 330px;
  height: auto;
  padding: 0;
  margin: 0;
  text-transform: none;
  background: #ffffff;
  border-top: 3px solid var(--agro-orange);
  box-shadow: 0 18px 38px rgba(20, 20, 20, .14);
}
.snbmenu ul li:hover > ul { display: block; }
.snbmenu ul li ul li {
  display: block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(245, 130, 32, .12);
}
.snbmenu ul li ul li a {
  padding: 11px 15px;
  margin: 0;
  background: none;
  color: #292929;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  letter-spacing: .2px;
}
.snbmenu ul li ul li a:hover {
  color: #fff;
  background: var(--agro-orange);
}
.snbmenu .snbmenu-list {
  border: 0;
  position: absolute;
  top: 0;
  right: 10px;
  width: 36px;
  height: 36px;
  margin: 5px;
  border-radius: 8px;
  background: var(--agro-orange);
  color: #fff;
}

/* =========================================================
   ANA SAYFA - STATİK AGRO BLOKLARI
========================================================= */

.agro-home { background: var(--agro-white); }
.agro-home section { position: relative; }

.agro-section-head {
  max-width: 820px;
  margin: 0 auto 38px;
}
.agro-section-head--center { text-align: center; }
.agro-section-head--light h2,
.agro-section-head--light p { color: #ffffff; }
.agro-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--agro-orange);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.agro-kicker:before {
  content: '';
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--agro-orange);
}
.agro-section-head--center .agro-kicker:after {
  content: '';
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--agro-orange);
}
.agro-section-head h1,
.agro-section-head h2,
.agro-content-panel h2,
.agro-contact-info h2 {
  margin: 0 0 14px;
  color: var(--agro-text);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
}
.agro-section-head p,
.agro-content-panel p {
  color: var(--agro-muted);
  font-size: 16px;
  line-height: 1.75;
}

.agro-intro-section {
  padding: 88px 0 70px;
  background:
    radial-gradient(circle at top left, rgba(245, 130, 32, .15), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
}
.agro-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.agro-product-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: var(--agro-radius);
  box-shadow: var(--agro-shadow);
  background: #eee;
}
.agro-product-card:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.03) 0%, rgba(0,0,0,.46) 100%);
}
.agro-product-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transform: scale(1.01);
  transition: .45s ease;
}
.agro-product-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  padding: 13px 16px;
  color: #fff;
  background: rgba(245, 130, 32, .94);
  border-radius: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.agro-product-card:hover img { transform: scale(1.08); }
.agro-product-card:hover span { background: var(--agro-orange-dark); color: #fff; }

.agro-feature-section {
  padding: 86px 0;
  background: #ffffff;
}
.agro-image-panel {
  position: relative;
  padding: 14px;
  border-radius: 28px;
  background: linear-gradient(135deg, #fff2e3 0%, #ffffff 60%);
  box-shadow: var(--agro-shadow);
}
.agro-image-panel img {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: 22px;
}
.agro-image-badge {
  position: absolute;
  left: 34px;
  bottom: 34px;
  max-width: 280px;
  padding: 17px 20px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(20,20,20,.14);
  border-left: 5px solid var(--agro-orange);
}
.agro-image-badge strong { display: block; color: var(--agro-text); font-size: 18px; }
.agro-image-badge span { display: block; color: var(--agro-muted); font-size: 13px; }
.agro-content-panel { padding-left: 34px; }
.agro-mini-list { display: grid; gap: 18px; margin-top: 28px; }
.agro-mini-item {
  display: flex;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--agro-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(245,130,32,.07);
}
.agro-mini-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
  color: #fff;
  background: var(--agro-orange);
  border-radius: 14px;
  font-size: 18px;
}
.agro-mini-item h3 {
  margin: 0 0 4px;
  font-size: 18px;
}
.agro-mini-item p {
  margin: 0;
  color: var(--agro-muted);
  font-size: 14px;
  line-height: 1.55;
}

.agro-values-section {
  padding: 82px 0;
  background: var(--agro-cream);
}
.agro-values-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.agro-value-card {
  position: relative;
  min-height: 178px;
  padding: 24px 15px;
  text-align: center;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--agro-line);
  box-shadow: 0 14px 32px rgba(245,130,32,.08);
  overflow: hidden;
}
.agro-value-card:after {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -34px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(245, 130, 32, .11);
}
.agro-value-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 15px;
  color: #fff;
  background: var(--agro-orange);
  border-radius: 18px;
  font-size: 23px;
  box-shadow: 0 12px 22px rgba(245,130,32,.28);
}
.agro-value-card span {
  display: block;
  color: var(--agro-orange);
  font-size: 12px;
  font-weight: 800;
}
.agro-value-card h3 {
  margin: 4px 0 0;
  font-size: 18px;
  text-transform: uppercase;
}

.agro-products-section {
  padding: 86px 0;
  background: #ffffff;
}
.agro-static-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.agro-static-card {
  display: block;
  min-height: 245px;
  padding: 30px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
  border: 1px solid var(--agro-line);
  box-shadow: var(--agro-shadow);
}
.agro-static-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  color: #ffffff;
  background: var(--agro-orange);
  border-radius: 17px;
  font-size: 22px;
}
.agro-static-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}
.agro-static-card p {
  margin: 0;
  color: var(--agro-muted);
  font-size: 14px;
  line-height: 1.65;
}
.agro-static-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 130, 32, .45);
}

.agro-process-section {
  padding: 88px 0;
  background:
    linear-gradient(135deg, rgba(20,20,20,.78), rgba(245,130,32,.82)),
    url('/wp-content/uploads/2023/08/indir.jpg') center/cover no-repeat;
}
.agro-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.agro-process-step {
  min-height: 210px;
  padding: 28px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 40px rgba(0,0,0,.13);
}
.agro-process-step span {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--agro-orange);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}
.agro-process-step h3 {
  margin: 0 0 9px;
  font-size: 20px;
}
.agro-process-step p {
  margin: 0;
  color: var(--agro-muted);
  font-size: 14px;
  line-height: 1.62;
}

.agro-contact-section { background: var(--agro-cream); }
.agro-contact-wrap {
  display: grid;
  grid-template-columns: minmax(320px, 42%) 1fr;
  min-height: 420px;
}
.agro-contact-info {
  padding: 58px clamp(24px, 5vw, 74px);
  background: #ffffff;
}
.agro-contact-info h2 { font-size: clamp(26px, 2.8vw, 38px); }
.agro-contact-info p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 13px;
  color: var(--agro-text);
  font-weight: 700;
}
.agro-contact-info i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  color: #ffffff;
  background: var(--agro-orange);
  border-radius: 12px;
}
.agro-contact-info span { padding-top: 5px; }
.agro-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
}

/* =========================================================
   İÇ SAYFA / GENEL WORDPRESS TEMELİ
========================================================= */

#content { position: relative; background: #fff; }
#content-header {
  margin-bottom: 30px;
  background: linear-gradient(135deg, #fff4e8, #ffffff);
  border-bottom: 1px solid var(--agro-line);
  overflow: hidden;
}
#content-header .page-title h1 {
  margin: 22px 0;
  color: var(--agro-text);
  font-family: 'Oswald', 'Ubuntu', sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
#content-header .breadcrumb {
  margin: 0;
  padding: 30px 0;
  font-size: 13px;
  text-align: left;
  background: transparent;
}
#content-header .breadcrumb ul { float: right; }
#content-header .breadcrumb ul li { float: left; margin-right: 5px; }
#content-header .breadcrumb ul li a:hover { color: var(--agro-orange); }

.post-content,
.entry-inner,
.sidebar .widget {
  border: 1px solid var(--agro-line);
  background: #fff;
}
.entry-title,
.block-title,
.sidebar .widget-title,
.comment-reply-title,
.comments-title {
  border-bottom: 1px solid var(--agro-line);
}
.entry-title:before,
.block-title:before,
.sidebar .widget-title span:before,
.comments-title:before,
.entry-meta:before,
.post-meta:before,
.post-meta-archive:before {
  border-bottom-color: var(--agro-orange) !important;
}
.post-more a:hover,
.post-cats a:hover { color: var(--agro-orange); }
.thumbnail { border-radius: 0 !important; }
.screen-reader-text { display: none; }

/* =========================================================
   SOSYAL / SABİT İLETİŞİM
========================================================= */

.oktaymedia {
  position: fixed;
  right: 15px;
  bottom: 30%;
  z-index: 99;
  padding: 6px 0;
  background: #ffffff;
  border: 1px solid var(--agro-line);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,.09);
}
.oktaymedia a { display: block; margin: 4px 0; padding: 0; text-align: center; }
.oktaymedia i { padding: 7px; font-size: 18px; color: var(--agro-orange); }

.footer-fly-contact-menu { position: fixed; bottom: 58px; right: 10px; z-index: 999; }
.footer-fly-contact { display: block; text-align: right; padding: 3px 0; }
.footer-fly {
  display: inline-block;
  padding: 6px 14px;
  line-height: 24px;
  border-radius: 20px;
  background: var(--agro-orange);
  transition: .2s ease;
}
.footer-fly a,
.footer-fly a:hover { color: #fff; font-size: 14px; }
.footer-fly i { color: #fff; margin-right: 5px; }
.footer-fly.flywp { background: #25d366; }
.footer-fly.flytel { background: var(--agro-orange); }
.footer-fly.flysah { background: var(--agro-dark); }
.footer-fly:hover { filter: brightness(.94); }
.footer-fly.flyins {
  background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

/* =========================================================
   FOOTER
========================================================= */

#footer {
  position: relative;
  color: #7b7b7b;
  border-top: 5px solid var(--agro-orange);
}
#footer a { color: #7b7b7b; }
#footer a:hover { color: var(--agro-orange); }
#footer .footer-inner {
  padding: 52px 0 0;
  font-size: 13px;
  background: #fffaf4;
}
#footer .footer-inner ul li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(245, 130, 32, .12);
}
#footer .footer-inner ul li:before {
  position: relative;
  top: 0;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  font-size: 8px;
  color: var(--agro-orange);
}
#footer .footer .widget-title {
  position: relative;
  margin: 0 0 10px;
  padding: 10px 0;
  color: var(--agro-text);
  border-bottom: 1px solid var(--agro-line);
  font-family: 'Oswald', 'Ubuntu', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .7px;
}
#footer .footer-bottom,
.copyright {
  background: #ffffff;
  border-top: 1px solid var(--agro-line);
  color: #767676;
  font-size: 12px;
  text-align: center;
}
.copyright { padding: 11px 0; }
.fmenu ul li a { float: left; display: inline-block; padding-right: 6px; font-size: 11px; }
.fsite { font-family: 'Oswald', sans-serif; font-weight: 500; font-size: 16px; letter-spacing: .7px; }
.scroll-to-top {
  position: fixed;
  right: 10px;
  bottom: 5%;
  z-index: 999;
  display: none;
  padding: 10px 15px;
  color: #fff;
  background: var(--agro-orange);
  border-radius: 6px;
  cursor: pointer;
}
.scroll-to-top:hover { background: var(--agro-orange-dark); }

.ft-cnt { position: relative; padding: 0 0 5px; }
.ft-cnt .fas,
.ft-cnt .fa {
  float: left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  background: var(--agro-orange);
}
.ft-cnt p { margin-bottom: 0; color: #8a8a8a; font-size: 11px; }
.ft-cnt span { display: inline-block; padding: 0 5px; color: #333; font-size: 13px; }

/* =========================================================
   MOBİL
========================================================= */

.footer-mobile-contact-menuu { display: none; height: 45px; }

@media (max-width: 1199px) {
  #header .header-top .row,
  #header .header-top .header-cnt .row { flex-wrap: wrap; }
  #header .header-top .header-logo {
    justify-content: center;
    margin-bottom: 12px;
  }
  #header .header-top .header-logo img { max-width: 255px; max-height: 96px; }
  #header .header-top .header-cnt .row > div {
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  .agro-product-grid,
  .agro-static-grid,
  .agro-process-grid { grid-template-columns: repeat(2, 1fr); }
  .agro-values-grid { grid-template-columns: repeat(3, 1fr); }
  .agro-content-panel { padding-left: 0; margin-top: 34px; }
}

@media (max-width: 768px) {
  body { font-size: 14px; }
  #header { box-shadow: 0 8px 22px rgba(0,0,0,.08); }
  #header .header-top { padding: 11px 0; }
  #header .header-top .header-logo { justify-content: center; margin-bottom: 10px; }
  #header .header-top .header-logo img { max-width: 220px; max-height: 86px; }
  #header .header-top .header-cnt .row { flex-direction: column; align-items: stretch; }
  #header .header-top .header-cnt .row > div {
    width: 100%;
    min-height: auto;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 8px;
  }
  #header .header-top .header-cnt .fas,
  #header .header-top .header-cnt .fa {
    width: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 13px;
  }
  #header .header-top .header-cnt p { font-size: 10px; }
  #header .header-top .header-cnt span,
  #header .header-top .header-cnt a { font-size: 12px; }
  #header .header-top .header-cnt .row > div:first-child span {
    display: block;
    -webkit-line-clamp: initial;
  }

  #header .header-menu { min-height: 46px; padding: 4px 0; }
  .snbmenu { min-height: 40px; text-align: left; }
  .snbmenu-list,
  .snbmenu.snbmenu-list .menu { display: block; }
  .snbmenu .snbmenu-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: auto;
    right: auto;
    width: 38px;
    height: 38px;
    margin: 2px 0;
    border-radius: 8px;
  }
  .snbmenu ul {
    display: none;
    width: 100%;
    margin-top: 8px;
    background: #fff;
    border: 1px solid var(--agro-line);
    border-radius: 12px;
    overflow: hidden;
  }
  .snbmenu ul li {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(245,130,32,.12);
  }
  .snbmenu ul li a {
    padding: 12px 14px;
    color: var(--agro-text);
    font-size: 14px;
  }
  .snbmenu ul li ul {
    position: static;
    display: none;
    width: 100%;
    border-top: 0;
    box-shadow: none;
    background: #fff8ef;
  }
  .snbmenu ul li:hover > ul { display: block; }
  .snbmenu ul li ul li a { padding-left: 26px; }

  .agro-intro-section,
  .agro-feature-section,
  .agro-values-section,
  .agro-products-section,
  .agro-process-section { padding: 58px 0; }
  .agro-section-head { margin-bottom: 28px; }
  .agro-section-head h1,
  .agro-section-head h2,
  .agro-content-panel h2 { font-size: 28px; }
  .agro-section-head p,
  .agro-content-panel p { font-size: 14px; }
  .agro-product-grid,
  .agro-static-grid,
  .agro-process-grid,
  .agro-values-grid { grid-template-columns: 1fr; gap: 16px; }
  .agro-product-card,
  .agro-product-card img { min-height: 220px; }
  .agro-image-panel img { min-height: 280px; }
  .agro-image-badge { left: 24px; right: 24px; bottom: 24px; max-width: none; }
  .agro-mini-item { padding: 15px; }
  .agro-contact-wrap { grid-template-columns: 1fr; }
  .agro-contact-info { padding: 44px 22px; }
  .agro-map iframe { min-height: 330px; }

  .oktaymedia,
  .footer-fly-contact-menu { display: none; }
  .footer-mobile-contact-menuu { display: block; height: 45px; }
  .footer-mobile-contact-menu { position: fixed; bottom: 0; right: 0; left: 0; z-index: 999; width: 100%; }
  .footer-mobile-contact-inner { display: flex; }
  .footer-mobile-contact { flex: 1; text-align: center; }
  .footer-mobile {
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
    line-height: 24px;
    transition: .2s ease;
  }
  .footer-mobile a,
  .footer-mobile a:hover { color: #fff; font-size: 14px; }
  .footer-mobile i { color: #fff; margin-right: 5px; font-size: 18px; }
  .footer-mobile.mobilewp { background: #25d366; }
  .footer-mobile.mobiletel { background: var(--agro-dark); }
  .footer-mobile.mobilehome { background: var(--agro-orange); }
}

@media (max-width: 480px) {
  #header .header-top .header-logo img { max-width: 200px; }
  .agro-product-card span { left: 14px; right: 14px; bottom: 14px; }
  .agro-static-card,
  .agro-process-step { padding: 24px 19px; }
}


/* =========================================================
   SELAMOĞLU AGRO - SON ESTETİK REVİZYON
   Header inceltme + menü görünürlük + kart hover düzeltmeleri
   Not: Bu bölüm en altta kalmalı.
========================================================= */

/* HEADER GENEL */
#header {
  background: #fff !important;
  border-bottom: 0 !important;
  box-shadow: 0 8px 22px rgba(18, 18, 18, .06) !important;
}

#header .header-top {
  padding: 6px 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #fff8ef 100%) !important;
  border-bottom: 1px solid rgba(245, 130, 32, .16) !important;
}

#header .header-top > .container > .row,
#header .header-top .row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

/* Logo daha kompakt */
#header .header-top .header-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 215px !important;
  max-width: 215px !important;
  min-height: 0 !important;
  padding-left: 15px !important;
  margin: 0 !important;
}

#header .header-top .header-logo a {
  display: inline-flex !important;
  align-items: center !important;
}

#header .header-top .header-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 142px !important;
  max-height: 62px !important;
  object-fit: contain !important;
}

/* İletişim alanı sıkılaştırıldı */
#header .header-top .header-cnt {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: calc(100% - 215px) !important;
  min-width: 0 !important;
  padding: 0 15px 0 6px !important;
  margin: 0 !important;
}

#header .header-top .header-cnt .row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 24px !important;
  margin: 0 !important;
}

#header .header-top .header-cnt .row > div {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* İkonlar küçültüldü */
#header .header-top .header-cnt .fas,
#header .header-top .header-cnt .fa {
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #f58220 0%, #ffad42 100%) !important;
  box-shadow: 0 8px 16px rgba(245, 130, 32, .22) !important;
}

#header .header-top .header-cnt p {
  display: block !important;
  margin: 0 0 1px 0 !important;
  padding: 0 !important;
  color: #f58220 !important;
  font-size: 9px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .035em !important;
}

#header .header-top .header-cnt span,
#header .header-top .header-cnt a {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #1c1c1c !important;
  font-size: 12px !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

#header .header-top .header-cnt a:hover {
  color: #f58220 !important;
}

/* Telefon ve mail tek satır */
#header .header-top .header-cnt .row > div:nth-child(1),
#header .header-top .header-cnt .row > div:nth-child(2) {
  flex-shrink: 0 !important;
}

#header .header-top .header-cnt .row > div:nth-child(1) span,
#header .header-top .header-cnt .row > div:nth-child(1) a,
#header .header-top .header-cnt .row > div:nth-child(2) span,
#header .header-top .header-cnt .row > div:nth-child(2) a {
  white-space: nowrap !important;
}

/* Adres kontrollü, ama header'ı büyütmeyecek */
#header .header-top .header-cnt .row > div:last-child {
  flex: 1 1 auto !important;
  max-width: 420px !important;
}

#header .header-top .header-cnt .row > div:last-child span,
#header .header-top .header-cnt .row > div:last-child a {
  display: -webkit-box !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  white-space: normal !important;
}

/* MENÜ - görünmeyen öğe sorunu kesin ezme */
#header .header-menu {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #101010 !important;
  border-top: 2px solid #f58220 !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: none !important;
}

.snbmenu {
  position: relative !important;
  z-index: 50 !important;
  min-height: 0 !important;
  text-align: center !important;
}

.snbmenu ul {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-transform: uppercase !important;
}

.snbmenu ul li {
  position: relative !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.snbmenu ul li a,
#header .header-menu .snbmenu ul li a,
#site-navigation .snbmenu ul li a {
  display: block !important;
  padding: 12px 13px !important;
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-family: 'Oswald', 'Ubuntu', Arial, sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: .22px !important;
  text-shadow: none !important;
  background: transparent !important;
}

.snbmenu ul li a:hover,
.snbmenu ul li.current-menu-item > a,
.snbmenu ul li.current_page_item > a,
.snbmenu ul li.current-menu-ancestor > a {
  color: #ffffff !important;
  background: #f58220 !important;
}

.snbmenu ul li.menu-item-has-children:hover > a {
  color: #ffffff !important;
  background: #f58220 !important;
}

.snbmenu ul li ul {
  display: none !important;
  position: absolute !important;
  left: 0 !important;
  top: 100% !important;
  z-index: 9999 !important;
  width: 285px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #ffffff !important;
  border-top: 2px solid #f58220 !important;
  border-radius: 0 0 12px 12px !important;
  box-shadow: 0 18px 38px rgba(0,0,0,.18) !important;
  overflow: hidden !important;
}

.snbmenu ul li:hover > ul {
  display: block !important;
}

.snbmenu ul li ul li {
  display: block !important;
  width: 100% !important;
  border-bottom: 1px solid rgba(245,130,32,.13) !important;
}

.snbmenu ul li ul li a,
#header .header-menu .snbmenu ul li ul li a {
  padding: 10px 14px !important;
  color: #222 !important;
  background: #ffffff !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  text-align: left !important;
  text-transform: none !important;
}

.snbmenu ul li ul li a:hover {
  color: #fff !important;
  background: #f58220 !important;
}

/* Menüdeki sosyal ikonlar varsa daha zarif */
#header .header-menu .header-icon .fab,
#header .header-menu .header-icon .fa {
  width: 26px !important;
  height: 26px !important;
  margin: 5px 3px !important;
  font-size: 13px !important;
  background: #f58220 !important;
}

/* ÜST DEĞER KARTLARI - kopuk sağ alt dekor düzeltildi */
.agro-value-card {
  isolation: isolate;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease !important;
}

.agro-value-card:after {
  right: -42px !important;
  bottom: -44px !important;
  width: 92px !important;
  height: 92px !important;
  background: rgba(245, 130, 32, .055) !important;
  z-index: -1 !important;
}

.agro-value-card i {
  width: 52px !important;
  height: 52px !important;
  margin-bottom: 13px !important;
  border-radius: 16px !important;
  font-size: 20px !important;
  transition: transform .24s ease, box-shadow .24s ease !important;
}

.agro-value-card:hover {
  transform: translateY(-5px) scale(1.018) !important;
  border-color: rgba(245, 130, 32, .36) !important;
  box-shadow: 0 20px 42px rgba(245,130,32,.15) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fff8ef 100%) !important;
}

.agro-value-card:hover i {
  transform: translateY(-2px) scale(1.045) !important;
  box-shadow: 0 15px 28px rgba(245,130,32,.30) !important;
}

/* Diğer ana sayfa kartlarına da küçük, şık hareket */
.agro-static-card,
.agro-mini-item,
.agro-process-step,
.agro-product-card {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease !important;
}

.agro-static-card:hover,
.agro-mini-item:hover,
.agro-process-step:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 20px 42px rgba(245,130,32,.14) !important;
  border-color: rgba(245,130,32,.36) !important;
}

.agro-product-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 22px 46px rgba(40, 24, 8, .15) !important;
}

/* TABLET */
@media (max-width: 1199px) {
  #header .header-top {
    padding: 8px 0 !important;
  }

  #header .header-top > .container > .row,
  #header .header-top .row {
    flex-wrap: wrap !important;
  }

  #header .header-top .header-logo {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    padding-left: 0 !important;
    margin-bottom: 7px !important;
  }

  #header .header-top .header-logo img {
    max-width: 150px !important;
    max-height: 65px !important;
  }

  #header .header-top .header-cnt {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
  }

  #header .header-top .header-cnt .row {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 12px 20px !important;
  }

  #header .header-top .header-cnt .row > div:last-child {
    max-width: 100% !important;
  }
}

/* MOBİL */
@media (max-width: 768px) {
  #header .header-top {
    padding: 8px 0 !important;
  }

  #header .header-top .header-logo {
    margin-bottom: 7px !important;
  }

  #header .header-top .header-logo img {
    max-width: 135px !important;
    max-height: 58px !important;
  }

  #header .header-top .header-cnt .row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
    padding: 0 !important;
  }

  #header .header-top .header-cnt .row > div {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
    padding: 0 8px !important;
  }

  #header .header-top .header-cnt .fas,
  #header .header-top .header-cnt .fa {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    font-size: 11px !important;
  }

  #header .header-top .header-cnt p {
    font-size: 8.5px !important;
  }

  #header .header-top .header-cnt span,
  #header .header-top .header-cnt a {
    font-size: 11.5px !important;
  }

  #header .header-top .header-cnt .row > div:last-child span,
  #header .header-top .header-cnt .row > div:last-child a {
    -webkit-line-clamp: 2 !important;
  }

  #header .header-menu {
    min-height: 42px !important;
    padding: 4px 0 !important;
  }

  .snbmenu {
    text-align: left !important;
    min-height: 36px !important;
  }

  .snbmenu-list,
  .snbmenu .snbmenu-list {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    border-radius: 7px !important;
    color: #fff !important;
    background: #f58220 !important;
  }

  .snbmenu ul {
    display: none;
    width: 100% !important;
    margin-top: 7px !important;
    background: #101010 !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }

  .snbmenu ul li {
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
  }

  .snbmenu ul li a,
  #header .header-menu .snbmenu ul li a {
    padding: 11px 14px !important;
    color: #fff !important;
    font-size: 13px !important;
    background: transparent !important;
  }

  .snbmenu ul li a:hover,
  .snbmenu ul li.current-menu-item > a,
  .snbmenu ul li.current_page_item > a {
    color: #fff !important;
    background: #f58220 !important;
  }

  .snbmenu ul li ul {
    position: static !important;
    display: none !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #191919 !important;
  }

  .snbmenu ul li:hover > ul {
    display: block !important;
  }

  .snbmenu ul li ul li a,
  #header .header-menu .snbmenu ul li ul li a {
    padding-left: 26px !important;
    color: #fff !important;
    background: #191919 !important;
  }

  .agro-value-card:hover,
  .agro-static-card:hover,
  .agro-mini-item:hover,
  .agro-process-step:hover,
  .agro-product-card:hover {
    transform: translateY(-3px) !important;
  }
}

@media (max-width: 480px) {
  #header .header-top .header-logo img {
    max-width: 126px !important;
  }
}


/* =========================================================
   SELAMOĞLU AGRO - HEADER + İKON FINAL FIX
   FontAwesome sürüm farkı ve üst bar estetik düzeltme
========================================================= */

/* Header genel yüksekliği azalt */
#header .header-top {
  padding: 6px 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #fff9f2 100%) !important;
}

/* Ana satır kompakt */
#header .header-top .row {
  align-items: center !important;
  min-height: 0 !important;
}

/* Logo küçült */
#header .header-top .header-logo {
  flex: 0 0 215px !important;
  max-width: 215px !important;
  padding-left: 12px !important;
}

#header .header-top .header-logo img {
  max-width: 138px !important;
  max-height: 58px !important;
}

/* İletişim alanını fazla yayma */
#header .header-top .header-cnt {
  max-width: calc(100% - 215px) !important;
  padding-left: 4px !important;
}

#header .header-top .header-cnt .row {
  justify-content: flex-start !important;
  gap: 34px !important;
  flex-wrap: nowrap !important;
}

/* Her bilgi bloğu */
#header .header-top .header-cnt .row > div {
  min-height: 42px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Header ikonları küçült */
#header .header-top .header-cnt i,
#header .header-top .header-cnt .fa,
#header .header-top .header-cnt .fas,
#header .header-top .header-cnt .far {
  width: 31px !important;
  height: 31px !important;
  min-width: 31px !important;
  margin: 0 8px 0 0 !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #ff8a18 0%, #ffad32 100%) !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 31px !important;
  text-align: center !important;
  box-shadow: 0 7px 14px rgba(245,130,32,.22) !important;
}

/* FontAwesome eski sürüm uyumluluğu */
#header .header-top .header-cnt i:before,
.agro-value-card i:before,
.agro-static-card i:before,
.agro-mini-item i:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

/* Header ikonlarını sıraya göre garanti et */
#header .header-top .header-cnt .row > div:nth-child(1) i:before {
  content: "\f095" !important; /* phone */
}

#header .header-top .header-cnt .row > div:nth-child(2) i:before {
  content: "\f0e0" !important; /* envelope */
}

#header .header-top .header-cnt .row > div:nth-child(3) i:before {
  content: "\f041" !important; /* map marker */
}

/* Başlıklar küçülsün */
#header .header-top .header-cnt p {
  margin: 0 0 1px 0 !important;
  font-size: 9px !important;
  line-height: 1.1 !important;
  color: #f58220 !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
}

/* Bilgi yazıları */
#header .header-top .header-cnt span,
#header .header-top .header-cnt a {
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: #151515 !important;
  font-weight: 800 !important;
}

/* Adres tam görünsün, üç nokta / kırpma olmasın */
#header .header-top .header-cnt .row > div:last-child {
  max-width: 470px !important;
}

#header .header-top .header-cnt .row > div:last-child span {
  display: block !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: initial !important;
  -webkit-line-clamp: initial !important;
  -webkit-box-orient: initial !important;
}

/* Telefon ve mail tek satır */
#header .header-top .header-cnt .row > div:not(:last-child) span,
#header .header-top .header-cnt .row > div:not(:last-child) a {
  white-space: nowrap !important;
}

/* Menü daha ince ve okunur */
#header .header-menu {
  background: #111111 !important;
  border-top: 2px solid #f58220 !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.snbmenu ul li a {
  padding: 12px 15px !important;
  color: #ffffff !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: .25px !important;
  opacity: 1 !important;
}

.snbmenu ul li a:hover,
.snbmenu ul li.current-menu-item > a,
.snbmenu ul li.current_page_item > a {
  color: #ffffff !important;
  background: #f58220 !important;
}

/* Alt menü varsa görünür kalsın */
.snbmenu ul li ul {
  background: #ffffff !important;
  border-top: 3px solid #f58220 !important;
}

.snbmenu ul li ul li a {
  color: #222222 !important;
  background: #ffffff !important;
}

.snbmenu ul li ul li a:hover {
  color: #ffffff !important;
  background: #f58220 !important;
}

/* Değer kartlarındaki boş ikonları garanti et */
.agro-value-card:nth-child(1) i:before {
  content: "\f06c" !important; /* leaf */
}

.agro-value-card:nth-child(2) i:before {
  content: "\f00c" !important; /* check */
}

.agro-value-card:nth-child(3) i:before {
  content: "\f187" !important; /* archive / packaging */
}

.agro-value-card:nth-child(4) i:before {
  content: "\f1b3" !important; /* cubes / supply */
}

.agro-value-card:nth-child(5) i:before {
  content: "\f0ac" !important; /* globe */
}

.agro-value-card:nth-child(6) i:before {
  content: "\f2b5" !important; /* handshake */
}

/* Turuncu kutular biraz küçülsün */
.agro-value-card i {
  width: 52px !important;
  height: 52px !important;
  margin-bottom: 13px !important;
  border-radius: 16px !important;
  font-size: 20px !important;
  line-height: 52px !important;
}

/* Kartlardaki sağ alt kopuk lekeyi daha doğal yap */
.agro-value-card:after {
  right: -24px !important;
  bottom: -24px !important;
  width: 72px !important;
  height: 72px !important;
  background: rgba(245,130,32,.07) !important;
  border-radius: 50% !important;
}

/* Kart hover hareketi */
.agro-value-card {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

.agro-value-card:hover {
  transform: translateY(-5px) scale(1.025) !important;
  border-color: rgba(245,130,32,.34) !important;
  box-shadow: 0 18px 38px rgba(245,130,32,.14) !important;
}

/* Mobil / tablet */
@media (max-width: 1199px) {
  #header .header-top .header-logo {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    margin-bottom: 6px !important;
  }

  #header .header-top .header-logo img {
    max-width: 145px !important;
    max-height: 62px !important;
  }

  #header .header-top .header-cnt {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
  }

  #header .header-top .header-cnt .row {
    justify-content: center !important;
    gap: 18px !important;
    flex-wrap: wrap !important;
  }

  #header .header-top .header-cnt .row > div {
    height: auto !important;
    min-height: 34px !important;
  }

  #header .header-top .header-cnt .row > div:last-child {
    max-width: 100% !important;
  }

  #header .header-top .header-cnt .row > div:last-child span {
    white-space: normal !important;
  }
}

@media (max-width: 768px) {
  #header .header-top {
    padding: 8px 0 !important;
  }

  #header .header-top .header-logo {
    margin-bottom: 8px !important;
  }

  #header .header-top .header-logo img {
    max-width: 132px !important;
    max-height: 58px !important;
  }

  #header .header-top .header-cnt .row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 7px !important;
    padding: 0 18px !important;
  }

  #header .header-top .header-cnt .row > div {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  #header .header-top .header-cnt i,
  #header .header-top .header-cnt .fa,
  #header .header-top .header-cnt .fas,
  #header .header-top .header-cnt .far {
    width: 29px !important;
    height: 29px !important;
    min-width: 29px !important;
    line-height: 29px !important;
    font-size: 12px !important;
  }

  #header .header-top .header-cnt p {
    font-size: 8.5px !important;
  }

  #header .header-top .header-cnt span,
  #header .header-top .header-cnt a {
    font-size: 11.5px !important;
  }

  .snbmenu ul li a {
    color: #ffffff !important;
    background: #111111 !important;
  }

  .snbmenu ul li a:hover,
  .snbmenu ul li.current-menu-item > a,
  .snbmenu ul li.current_page_item > a {
    background: #f58220 !important;
    color: #ffffff !important;
  }
}
