/* =========================================================
   Altunsoft Tarım — bold modern theme (layout-safe)
   Version: 2026.2
   ========================================================= */

:root {
  --leaf: #4a7c3a;
  --leaf-mid: #6d8c54;
  --leaf-deep: #243d1c;
  --leaf-soft: #eef5e6;
  --sun: #f0a820;
  --sun-deep: #d4890a;
  --soil: #141f12;
  --cream: #f6f8f1;
  --paper: #ffffff;
  --ink: #1a2618;
  --ink-soft: #4d5c48;
  --line: rgba(36, 61, 28, 0.12);
  --glow: rgba(74, 124, 58, 0.22);
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 20px 50px rgba(20, 31, 18, 0.1);
  --shadow-lg: 0 32px 70px rgba(20, 31, 18, 0.16);
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
}

html { scroll-behavior: auto; }

body.theme-modern {
  color: var(--ink);
  font-family: var(--font-body) !important;
  background-color: var(--cream) !important;
  background-image:
    radial-gradient(ellipse 900px 420px at 0% 0%, rgba(240, 168, 32, 0.08), transparent 60%),
    radial-gradient(ellipse 800px 500px at 100% 15%, rgba(74, 124, 58, 0.1), transparent 55%),
    linear-gradient(180deg, #f4f7ee 0%, #eef3e7 100%) !important;
  background-attachment: scroll;
}

/* Kill dated decorative wave / float PNGs */
body.theme-modern img[src*="bottom-bg-shape"],
body.theme-modern img[src*="animation"],
body.theme-modern img[src*="testimonial-bg"] {
  display: none !important;
}

/* Typography — force modern display font over Shadows Into Light */
body.theme-modern h1,
body.theme-modern h2,
body.theme-modern h3,
body.theme-modern h4,
body.theme-modern h5,
body.theme-modern h6,
body.theme-modern .title-font,
body.theme-modern .alt-font,
body.theme-modern .display-17,
body.theme-modern .display-sm-11,
body.theme-modern .display-md-9,
body.theme-modern .display-lg-8,
body.theme-modern .display-xl-2 {
  font-family: var(--font-display) !important;
  letter-spacing: -0.025em !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

body.theme-modern p,
body.theme-modern li,
body.theme-modern .navbar-nav a,
body.theme-modern .butn,
body.theme-modern .butn-style01,
body.theme-modern .breadcrumb,
body.theme-modern .form-control {
  font-family: var(--font-body) !important;
}

/* Brand colors */
body.theme-modern .bg-primary { background-color: var(--leaf) !important; }
body.theme-modern .bg-secondary { background-color: var(--leaf-deep) !important; }
body.theme-modern .text-primary { color: var(--leaf) !important; }
body.theme-modern .text-secondary { color: var(--sun-deep) !important; }
body.theme-modern .border-secondary { border-color: var(--sun) !important; }
body.theme-modern a:hover { color: var(--leaf) !important; }

/* ========== TOP BAR ========== */
body.theme-modern .top-bar.bg-secondary {
  background: linear-gradient(90deg, #1a2e15 0%, #2d4a22 45%, #1a2e15 100%) !important;
  padding: 10px 0 !important;
  border-bottom: 0 !important;
}

body.theme-modern .top-bar-info li {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 0.02em;
}

body.theme-modern .top-bar-info li i {
  color: var(--sun) !important;
  margin-right: 6px;
}

body.theme-modern .top-social-icon li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  transition: 0.25s ease;
}

body.theme-modern .top-social-icon li a:hover {
  background: var(--sun) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* ========== NAVBAR ========== */
/* Sticky instead of position:fixed-on-scroll — avoids layout jump when leaving the slider */
body.theme-modern .navbar-default {
  background: #fff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  padding: 6px 0;
  transition: box-shadow 0.2s ease !important;
}

@media screen and (min-width: 992px) {
  body.theme-modern header .navbar-default,
  body.theme-modern header.scrollHeader .navbar-default,
  body.theme-modern header.fixedHeader .navbar-default {
    position: sticky !important;
    top: 0 !important;
    left: auto !important;
    width: 100% !important;
    z-index: 99;
  }
}

/* Keep header height stable — theme shrinks padding on scroll and causes stutter */
body.theme-modern .navbar-header-custom,
body.theme-modern header.scrollHeader .navbar-header-custom {
  padding: 14px 0 !important;
  transition: none !important;
}

body.theme-modern .navbar-brand img,
body.theme-modern header.scrollHeader .navbar-brand img {
  max-height: 52px !important;
  transition: none !important;
}

body.theme-modern header.scrollHeader .navbar-default {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 10px 28px rgba(20, 31, 18, 0.08);
  border-bottom: 0 !important;
}

body.theme-modern header.fixedHeader .navbar-default {
  background: #fff !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
}

/* Kill any leftover green rule from theme under header/hero seam */
body.theme-modern header + section,
body.theme-modern .main-wrapper > section.cover-background {
  border-top: 0 !important;
  outline: 0 !important;
}

body.theme-modern [data-overlay-dark]::before {
  background: transparent !important;
  background-color: transparent !important;
}

/* Hero uses our own overlay only (no theme green #6d8c54 band) */
body.theme-modern section.hero-banner.cover-background.bg-img {
  border: 0 !important;
  box-shadow: none !important;
  margin-top: -1px !important;
}

body.theme-modern section.hero-banner.cover-background.bg-img::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  /* Soft top + left wash — avoids a solid green bar under the header */
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 56px),
    linear-gradient(90deg,
      rgba(14, 22, 12, 0.68) 0%,
      rgba(14, 22, 12, 0.38) 36%,
      rgba(14, 22, 12, 0.1) 58%,
      transparent 100%) !important;
}

/* ========== BUTTONS continue below ========== */

body.theme-modern .navbar-brand img {
  max-height: 52px;
  transition: transform 0.35s ease;
}

body.theme-modern .navbar-brand:hover img {
  transform: scale(1.04);
}

body.theme-modern .navbar-nav > li > a {
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  font-size: 12.5px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
  padding: 10px 14px !important;
  position: relative;
  text-align: center;
}

@media (min-width: 992px) {
  body.theme-modern .menu_area .navbar {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }

  body.theme-modern .navbar-header {
    position: relative;
    z-index: 2;
  }

  body.theme-modern .navbar-nav.nav-centered,
  body.theme-modern #nav.nav-centered {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    z-index: 1;
  }

  body.theme-modern .navbar-nav.nav-centered > li,
  body.theme-modern #nav.nav-centered > li {
    float: none !important;
    display: inline-flex !important;
  }

  body.theme-modern .navbar-nav.nav-centered > li > a {
    text-align: center !important;
  }

  body.theme-modern .attr-nav {
    position: relative;
    z-index: 2;
    margin-left: auto !important;
  }
}

body.theme-modern .navbar-nav > li > a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: var(--sun);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

body.theme-modern .navbar-nav > li > a:hover::after,
body.theme-modern .navbar-nav > li.current > a::after,
body.theme-modern .navbar-nav > li.active > a::after {
  transform: scaleX(1);
}

body.theme-modern .navbar-nav > li > a:hover,
body.theme-modern .navbar-nav > li.current > a,
body.theme-modern .navbar-nav > li.active > a {
  color: var(--leaf) !important;
}

/* ========== BUTTONS ========== */
body.theme-modern .butn,
body.theme-modern .butn-style01 {
  border-radius: 999px !important;
  letter-spacing: 0.14em !important;
  padding: 15px 34px !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, var(--leaf) 0%, #3d6a30 100%) !important;
  box-shadow: 0 12px 28px rgba(74, 124, 58, 0.35) !important;
  border: none !important;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

body.theme-modern .butn.secondary,
body.theme-modern .butn-style01.secondary {
  background: linear-gradient(135deg, var(--sun) 0%, var(--sun-deep) 100%) !important;
  box-shadow: 0 12px 28px rgba(240, 168, 32, 0.4) !important;
  color: #1a1a1a !important;
}

body.theme-modern .butn:hover,
body.theme-modern .butn-style01:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 18px 36px rgba(74, 124, 58, 0.45) !important;
}

body.theme-modern .butn-style01:before {
  background: linear-gradient(135deg, var(--sun-deep), #b8730a) !important;
  border-radius: 999px !important;
}

body.theme-modern .attr-nav .butn-style01 {
  padding: 11px 22px !important;
  font-size: 11px !important;
}

/* ========== HERO ========== */
body.theme-modern section.cover-background.bg-img {
  position: relative;
  min-height: clamp(560px, 90vh, 860px);
  display: flex;
  align-items: center;
  isolation: isolate;
}

body.theme-modern section.cover-background.bg-img::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 40px),
    linear-gradient(90deg,
      rgba(14, 22, 12, 0.65) 0%,
      rgba(14, 22, 12, 0.35) 40%,
      transparent 100%) !important;
  opacity: 1 !important;
}

body.theme-modern section.cover-background.bg-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, var(--cream));
}

body.theme-modern section.cover-background > .container {
  position: relative;
  z-index: 4;
}

body.theme-modern .hero-copy {
  position: relative;
  padding-left: 28px !important;
  max-width: 40rem;
}

body.theme-modern .hero-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--sun), var(--leaf));
}

body.theme-modern .hero-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(240, 168, 32, 0.18);
  border: 1px solid rgba(240, 168, 32, 0.45);
  color: #ffe9b0 !important;
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

body.theme-modern section.cover-background .title-font.text-white,
body.theme-modern section.cover-background h1 {
  font-size: clamp(2.4rem, 4.5vw, 4.2rem) !important;
  line-height: 1.08 !important;
  text-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  max-width: 14ch;
  animation: heroIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.theme-modern section.cover-background .text-white.mb-md-4,
body.theme-modern section.cover-background p.display-25 {
  font-size: clamp(1.05rem, 1.1vw + 0.85rem, 1.25rem) !important;
  line-height: 1.7 !important;
  opacity: 0.92;
  max-width: 34rem;
  font-family: var(--font-body) !important;
  font-weight: 500 !important;
  animation: heroIn 1.05s 0.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.theme-modern section.cover-background .butn-style01 {
  animation: heroIn 1.15s 0.18s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes heroIn {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: none; }
}

/* ========== SECTION TITLES ========== */
body.theme-modern .text-center.mb-1-9 .title-font.h1,
body.theme-modern .text-center.mb-md-2-9 .title-font.h1,
body.theme-modern h2.title-font.h1 {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  font-size: clamp(1.85rem, 2.5vw, 2.6rem) !important;
  color: var(--leaf-deep) !important;
}

body.theme-modern .text-center.mb-1-9 .title-font.h1::before,
body.theme-modern .text-center.mb-md-2-9 .title-font.h1::before {
  content: "● ● ●";
  display: block;
  font-size: 8px;
  letter-spacing: 8px;
  color: var(--sun);
  margin-bottom: 10px;
  font-family: var(--font-body) !important;
}

body.theme-modern .text-center.mb-1-9 .title-font.h1::after,
body.theme-modern .text-center.mb-md-2-9 .title-font.h1::after,
body.theme-modern h2.title-font.h1::after {
  content: "";
  display: block;
  width: 88px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--leaf), var(--sun));
}

/* ========== ABOUT ========== */
body.theme-modern .about-block:before {
  background: linear-gradient(145deg, #e5efd8, #f7f0df) !important;
  box-shadow: var(--shadow);
  border-radius: 50%;
}

body.theme-modern img.rounded-circle {
  box-shadow: 0 24px 60px rgba(20, 31, 18, 0.2) !important;
  border: 4px solid #fff;
}

body.theme-modern .bg-primary.rounded-circle.position-absolute {
  box-shadow: 0 12px 30px rgba(74, 124, 58, 0.4);
}

/* ========== SERVICE CARDS ========== */
body.theme-modern .bg-light {
  background: #f4f7f0 !important;
  position: relative;
}

/* Homepage services module */
body.theme-modern .home-services {
  position: relative;
  background: #f4f7f0 !important;
  padding: 80px 0 88px !important;
  overflow: hidden;
}

body.theme-modern .home-services-eyebrow {
  margin: 0 0 10px !important;
  color: var(--leaf) !important;
  font-family: var(--font-body) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

body.theme-modern .home-services-head h2 {
  color: var(--leaf-deep) !important;
  letter-spacing: -0.03em !important;
}

body.theme-modern .home-services-line {
  display: block;
  width: 56px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--leaf), var(--sun));
}

body.theme-modern .home-service-card {
  border-radius: 18px !important;
  overflow: hidden;
  background: #fff !important;
  box-shadow: 0 12px 32px rgba(20, 31, 18, 0.08) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
}

body.theme-modern .home-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 46px rgba(20, 31, 18, 0.14) !important;
}

body.theme-modern .home-service-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e8efe3;
}

body.theme-modern .home-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

body.theme-modern .home-service-card:hover .home-service-media img {
  transform: scale(1.05);
}

body.theme-modern .home-service-card .card-body {
  padding: 22px 22px 24px !important;
  position: relative;
}

body.theme-modern .home-service-icon {
  width: 46px;
  height: 46px;
  margin: -42px 0 14px;
  border-radius: 12px;
  background: var(--leaf);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(74, 124, 58, 0.32);
}

body.theme-modern .home-service-icon i {
  font-size: 1.1rem !important;
  color: #fff !important;
  line-height: 1 !important;
}

body.theme-modern .home-service-card h3,
body.theme-modern .home-service-card h3 a {
  font-family: var(--font-display) !important;
  color: var(--ink) !important;
  font-size: 1.2rem !important;
  letter-spacing: -0.02em;
}

body.theme-modern .home-service-card h3 a:hover {
  color: var(--leaf) !important;
}

body.theme-modern .home-service-card p {
  color: var(--ink-soft) !important;
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
  min-height: 4.5em;
}

body.theme-modern .card-style8 {
  border-radius: var(--radius) !important;
  overflow: hidden;
  background: #fff !important;
  box-shadow: var(--shadow) !important;
  border: 0 !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
}

body.theme-modern .card-style8:hover {
  transform: translateY(-8px) !important;
  box-shadow: var(--shadow-lg) !important;
}

body.theme-modern .card-style8 .card-body {
  background: #fff;
  position: relative;
  z-index: 2;
}

body.theme-modern .card-style8 .card-body::before {
  content: none !important;
  display: none !important;
}

/* Keep icon fonts intact (never inherit Manrope) */
body.theme-modern i.fas,
body.theme-modern i.fa {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  display: inline-block !important;
  line-height: 1 !important;
}

body.theme-modern i.far {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  display: inline-block !important;
  line-height: 1 !important;
}

body.theme-modern i.fab {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  display: inline-block !important;
  line-height: 1 !important;
}

body.theme-modern [class^="ti-"],
body.theme-modern [class*=" ti-"] {
  font-family: themify !important;
  font-weight: normal !important;
  font-style: normal !important;
  display: inline-block !important;
  line-height: 1 !important;
}

body.theme-modern .service-icon i,
body.theme-modern .card-style8 .service-icon i {
  font-size: 1.55em !important;
  color: var(--sun-deep) !important;
}

body.theme-modern .icon-box i {
  font-size: 1.55em !important;
  color: #fff !important;
}

body.theme-modern .card-style8 .service-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff8e6, #f0f7e8);
  box-shadow: inset 0 0 0 1px rgba(240, 168, 32, 0.25);
}

body.theme-modern .card-style8 h4 a {
  color: var(--ink) !important;
  font-family: var(--font-display) !important;
  transition: color 0.25s ease;
}

body.theme-modern .card-style8:hover h4 a {
  color: var(--leaf) !important;
}

body.theme-modern .card-style8 .card-img {
  overflow: hidden;
}

body.theme-modern .card-style8 .card-img img {
  transition: transform 0.55s ease !important;
  border-radius: 18px 18px 0 0 !important;
  height: 240px !important;
}

body.theme-modern .card-style8:hover .card-img img {
  transform: scale(1.05) !important;
}

body.theme-modern .card-style8 .card-img:before {
  display: none !important;
}

/* ========== WHY CHOOSE US ========== */
body.theme-modern .why-choose {
  padding: 72px 0 80px;
  background:
    radial-gradient(ellipse 70% 50% at 10% 0%, rgba(74, 124, 58, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 100%, rgba(240, 168, 32, 0.08), transparent 50%),
    #f3f6f1;
}

body.theme-modern .why-choose-head .home-services-line {
  margin: 14px auto 0;
}

body.theme-modern .why-choose-grid {
  align-items: stretch;
}

body.theme-modern .why-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 24px 26px;
  background: #fff;
  border: 1px solid rgba(27, 36, 25, 0.08);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(20, 31, 18, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

body.theme-modern .why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(74, 124, 58, 0.28);
  box-shadow: 0 18px 40px rgba(20, 31, 18, 0.1);
}

body.theme-modern .why-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #4a7c3a, #2f5a28);
  color: #fff;
  font-size: 20px;
  box-shadow: 0 10px 22px rgba(47, 90, 40, 0.28);
}

body.theme-modern .why-card-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
  text-align: left;
}

body.theme-modern .why-card-text {
  margin: 0;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(27, 36, 25, 0.72);
}

/* legacy why-us (kept harmless if used elsewhere) */
body.theme-modern .why-us-style1 .d-flex {
  padding: 18px 16px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(20, 31, 18, 0.05);
}

body.theme-modern .why-us-style1 .icon-box {
  background: linear-gradient(145deg, #4a7c3a, #2f5a28) !important;
  box-shadow: 0 14px 28px rgba(47, 90, 40, 0.35) !important;
  border-radius: 16px !important;
  width: 58px !important;
  height: 58px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* ========== TESTIMONIALS ========== */
body.theme-modern .half-bg:before {
  background: linear-gradient(135deg, #e8f1de 0%, #f5efe3 100%) !important;
  border-radius: 0 32px 32px 0 !important;
  box-shadow: var(--shadow);
}

body.theme-modern .testimonial-style1 p,
body.theme-modern .testimonial-style1 .lead {
  font-family: var(--font-display) !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: 1.2rem !important;
  line-height: 1.75 !important;
  color: var(--ink-soft) !important;
}

/* ========== BLOG / PORTFOLIO ========== */
body.theme-modern .card-style4,
body.theme-modern .card-style3,
body.theme-modern .portfolio-style-01 {
  border-radius: var(--radius) !important;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

body.theme-modern .card-style4:hover,
body.theme-modern .card-style3:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
}

/* ========== ÜRÜNLER GRID ========== */
body.theme-modern .urun-filter-section {
  padding: 28px 0 8px !important;
}

body.theme-modern .urun-grid-section {
  padding: 12px 0 72px !important;
}

body.theme-modern .filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: 4px;
  padding: 8px 16px;
  border: 1px solid rgba(74, 124, 58, 0.28);
  border-radius: 999px;
  background: #fff;
  color: var(--leaf-deep);
  font-family: var(--font-body) !important;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.theme-modern .filter-chip:hover,
body.theme-modern .filter-chip.active {
  background: var(--leaf);
  border-color: var(--leaf);
  color: #fff;
}

body.theme-modern .filter-item {
  display: flex;
}

body.theme-modern .urun-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(36, 61, 28, 0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(20, 31, 18, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.theme-modern .urun-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(20, 31, 18, 0.1);
}

body.theme-modern .urun-card-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 168px;
  padding: 16px;
  background: #f3f6f1;
  overflow: hidden;
}

body.theme-modern .urun-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

body.theme-modern .urun-card:hover .urun-card-media img {
  transform: scale(1.04);
}

body.theme-modern .urun-card-view {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 31, 18, 0.4);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: 2;
}

body.theme-modern .urun-card-view-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--leaf);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(20, 31, 18, 0.18);
  transform: translateY(4px) scale(0.96);
  transition: transform 0.25s ease;
}

body.theme-modern .urun-card-view-btn i,
body.theme-modern .urun-card-view-btn i.fas {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 0.95rem !important;
  color: var(--leaf) !important;
  position: relative;
  top: 0;
  left: 0;
  transform: none !important;
}

body.theme-modern .urun-card:hover .urun-card-view {
  opacity: 1;
}

body.theme-modern .urun-card:hover .urun-card-view-btn {
  transform: translateY(0) scale(1);
}

body.theme-modern .urun-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 14px 14px 16px;
  text-align: center;
}

body.theme-modern .urun-card-title {
  margin: 0 0 10px !important;
  min-height: 2.6em;
  font-family: var(--font-display) !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em;
}

body.theme-modern .urun-card-title a {
  color: var(--ink) !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.theme-modern .urun-card-title a:hover {
  color: var(--leaf) !important;
}

body.theme-modern .urun-card-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  align-self: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(74, 124, 58, 0.12);
  color: var(--leaf-deep);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.theme-modern .custom-page-link {
  color: var(--leaf) !important;
  border-color: rgba(74, 124, 58, 0.35) !important;
}

body.theme-modern .custom-page-link:hover,
body.theme-modern .active-page-link,
body.theme-modern .pagination .page-item.active .page-link {
  background: var(--leaf) !important;
  color: #fff !important;
  border-color: var(--leaf) !important;
}

@media (max-width: 575px) {
  body.theme-modern .urun-card-media {
    height: 140px;
    padding: 12px;
  }
  body.theme-modern .urun-card-title {
    font-size: 0.9rem !important;
  }
}

/* ========== ÜRÜN DETAY ========== */
body.theme-modern .urun-detail-section {
  padding: 28px 0 48px !important;
}

body.theme-modern .urun-detail-top {
  margin-bottom: 18px;
}

body.theme-modern .urun-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft) !important;
  font-size: 0.9rem;
  font-weight: 600;
}

body.theme-modern .urun-back-link:hover {
  color: var(--leaf) !important;
}

body.theme-modern .urun-gallery {
  position: sticky;
  top: 100px;
}

body.theme-modern .urun-gallery-main {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  padding: 36px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.9), transparent 55%),
    linear-gradient(160deg, #f7faf4 0%, #eef3ea 100%);
  border: 1px solid rgba(36, 61, 28, 0.08);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(20, 31, 18, 0.06);
  overflow: hidden;
}

body.theme-modern .urun-gallery-main img {
  width: 78%;
  height: 78%;
  max-width: 320px;
  max-height: 320px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 12px 24px rgba(20, 31, 18, 0.12));
  transition: opacity 0.25s ease, transform 0.35s ease;
}

body.theme-modern .urun-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

body.theme-modern .urun-thumb {
  width: 68px;
  height: 68px;
  padding: 8px;
  border: 1px solid rgba(36, 61, 28, 0.12);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.theme-modern .urun-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

body.theme-modern .urun-thumb.is-active,
body.theme-modern .urun-thumb:hover {
  border-color: var(--leaf);
  box-shadow: 0 0 0 3px rgba(74, 124, 58, 0.12);
  transform: translateY(-2px);
}

body.theme-modern .urun-detail-info,
body.theme-modern .urun-detail-panel {
  padding: 28px 30px 30px;
  border: 1px solid rgba(36, 61, 28, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #fbfcf9 100%);
  box-shadow: 0 18px 46px rgba(20, 31, 18, 0.08);
  position: relative;
  overflow: hidden;
}

body.theme-modern .urun-detail-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--leaf) 0%, var(--sun) 55%, var(--leaf-mid) 100%);
}

body.theme-modern .urun-detail-cat {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(74, 124, 58, 0.12);
  color: var(--leaf-deep) !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.theme-modern .urun-detail-title {
  margin: 0 0 14px !important;
  color: var(--ink) !important;
  font-family: var(--font-display) !important;
  font-size: clamp(1.75rem, 3vw, 2.45rem) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em;
}

body.theme-modern .urun-detail-lead {
  margin: 0 0 22px !important;
  color: var(--ink-soft) !important;
  font-family: var(--font-body) !important;
  font-size: 1.02rem !important;
  line-height: 1.7 !important;
  max-width: 44ch;
}

body.theme-modern .urun-detail-line {
  display: none !important;
}

body.theme-modern .urun-price-box {
  margin: 0 0 26px;
  padding: 20px 22px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(74, 124, 58, 0.1) 0%, rgba(240, 168, 32, 0.1) 100%);
  border: 1px solid rgba(74, 124, 58, 0.14);
}

body.theme-modern .urun-price-label {
  display: block;
  margin-bottom: 6px;
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.theme-modern .urun-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

body.theme-modern .urun-price-value {
  color: var(--leaf-deep);
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

body.theme-modern .urun-price-currency {
  color: var(--leaf);
  font-size: 1.05rem;
  font-weight: 800;
}

body.theme-modern .urun-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body.theme-modern .urun-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 22px;
  border: 1.5px solid rgba(74, 124, 58, 0.35);
  border-radius: 999px;
  color: var(--leaf-deep) !important;
  font-weight: 700;
  font-size: 0.92rem;
  background: #fff;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.theme-modern .urun-btn-outline:hover {
  background: var(--leaf);
  border-color: var(--leaf);
  color: #fff !important;
}

body.theme-modern .urun-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  color: var(--ink-soft) !important;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.theme-modern .urun-btn-ghost:hover {
  color: var(--leaf) !important;
}

body.theme-modern .urun-detail-foot {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(36, 61, 28, 0.08);
}

body.theme-modern .urun-foot-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft) !important;
  font-size: 0.9rem;
  font-weight: 600;
}

body.theme-modern .urun-foot-link:hover {
  color: var(--leaf) !important;
}

body.theme-modern .urun-detail-desc-panel {
  margin-top: 36px;
  padding: 28px 30px;
  border: 1px solid rgba(36, 61, 28, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 31, 18, 0.05);
}

body.theme-modern .urun-detail-desc-panel h3 {
  margin: 0 0 12px !important;
  color: var(--ink) !important;
  font-family: var(--font-display) !important;
  font-size: 1.2rem !important;
}

body.theme-modern .urun-detail-desc-body {
  color: var(--ink-soft);
  font-family: var(--font-body) !important;
  font-size: 0.98rem;
  line-height: 1.8;
  max-width: 78ch;
}

body.theme-modern .urun-related-section {
  padding: 48px 0 72px !important;
  background: #f4f7f0 !important;
}

body.theme-modern .urun-related-head {
  text-align: center;
  margin-bottom: 28px;
}

body.theme-modern .urun-related-head h2 {
  margin: 0 !important;
  color: var(--leaf-deep) !important;
  font-family: var(--font-display) !important;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem) !important;
}

body.theme-modern .urun-cat-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  padding: 18px 16px;
  border: 1px solid rgba(36, 61, 28, 0.08);
  border-radius: 14px;
  background: #fff;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.theme-modern .urun-cat-card strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1rem;
}

body.theme-modern .urun-cat-card span {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 600;
}

body.theme-modern .urun-cat-card:hover,
body.theme-modern .urun-cat-card.is-active {
  transform: translateY(-3px);
  border-color: rgba(74, 124, 58, 0.35);
  box-shadow: 0 12px 28px rgba(20, 31, 18, 0.08);
}

body.theme-modern .urun-cat-card.is-active strong {
  color: var(--leaf);
}

@media (max-width: 991px) {
  body.theme-modern .urun-gallery {
    position: static;
  }
  body.theme-modern .urun-gallery-main {
    max-width: 420px;
    margin: 0 auto;
  }
}

/* ========== PAGE TITLES / INNER HERO ========== */
@keyframes pageHeroIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

body.theme-modern .page-title-section,
body.theme-modern .page-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 92px !important;
  text-align: left !important;
  min-height: 0 !important;
  background-color: #101710 !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: scroll !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.theme-modern .page-title-section::before,
body.theme-modern .page-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  background:
    linear-gradient(105deg,
      rgba(10, 16, 10, 0.88) 0%,
      rgba(12, 18, 11, 0.72) 42%,
      rgba(12, 18, 11, 0.48) 100%) !important;
}

body.theme-modern .page-title-section::after,
body.theme-modern .page-hero::after {
  content: none !important;
  display: none !important;
}

body.theme-modern .page-title-section > .position-absolute,
body.theme-modern .page-title-section > .rounded-circle,
body.theme-modern .page-title-section > .ani-top-bottom,
body.theme-modern .page-title-section > .ani-left-right {
  display: none !important;
}

body.theme-modern .page-title-section .container,
body.theme-modern .page-hero .container {
  position: relative;
  z-index: 2;
}

body.theme-modern .page-hero-inner {
  max-width: 760px;
  animation: pageHeroIn 0.55s ease both;
}

body.theme-modern .page-hero-eyebrow {
  display: inline-block;
  margin: 0 0 14px !important;
  padding: 0;
  color: var(--sun) !important;
  font-family: var(--font-body) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}

body.theme-modern .page-title-section h1,
body.theme-modern .page-hero h1 {
  margin: 0 0 18px !important;
  color: #fff !important;
  font-family: var(--font-display) !important;
  font-size: clamp(2.15rem, 3.8vw, 3.15rem) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  text-shadow: none !important;
}

body.theme-modern .page-hero-line {
  display: block;
  width: 52px;
  height: 3px;
  margin: 0 0 20px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--sun), var(--leaf-mid));
}

body.theme-modern .page-title-section .breadcrumb,
body.theme-modern .page-hero-breadcrumb {
  display: block !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
  text-transform: none !important;
  position: static !important;
}

/* Theme uses .breadcrumb span as absolute 8px dots — never treat labels as dots */
body.theme-modern .page-hero-breadcrumb span,
body.theme-modern .page-title-section .breadcrumb span {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  border-radius: 0 !important;
  transform: none !important;
  display: inline !important;
}

body.theme-modern .page-title-section .breadcrumb .left-dot,
body.theme-modern .page-title-section .breadcrumb .right-dot {
  display: none !important;
}

body.theme-modern .page-title-section .breadcrumb ul,
body.theme-modern .page-hero-breadcrumb ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  line-height: 1.4 !important;
}

body.theme-modern .page-title-section .breadcrumb ul li,
body.theme-modern .page-hero-breadcrumb ul li {
  display: inline-flex !important;
  align-items: center;
  position: static !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0.01em;
}

body.theme-modern .page-title-section .breadcrumb ul li:after,
body.theme-modern .page-hero-breadcrumb ul li:after {
  content: "/" !important;
  font-family: var(--font-body) !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.35) !important;
  padding: 0 10px !important;
  font-size: 0.85rem !important;
}

body.theme-modern .page-title-section .breadcrumb ul li:last-child:after,
body.theme-modern .page-hero-breadcrumb ul li:last-child:after {
  content: none !important;
  display: none !important;
}

body.theme-modern .page-title-section .breadcrumb ul li a,
body.theme-modern .page-hero-breadcrumb ul li a {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  transition: color 0.2s ease;
}

body.theme-modern .page-title-section .breadcrumb ul li a:hover,
body.theme-modern .page-hero-breadcrumb ul li a:hover {
  color: #fff !important;
}

body.theme-modern .page-hero-breadcrumb ul li.is-current {
  color: #fff !important;
}

@media (max-width: 767px) {
  body.theme-modern .page-title-section,
  body.theme-modern .page-hero {
    padding: 76px 0 64px !important;
  }
}

/* Inner page content spacing after hero */
body.theme-modern .page-hero + section {
  padding-top: 64px !important;
  padding-bottom: 72px !important;
}

/* ========== INNER PAGE CARDS (services / blog) ========== */
body.theme-modern .card-style1 {
  border: 0 !important;
  border-radius: 18px !important;
  overflow: hidden;
  background: #fff !important;
  box-shadow: 0 14px 36px rgba(20, 31, 18, 0.08) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
  height: 100%;
}

body.theme-modern .card-style1:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(20, 31, 18, 0.14) !important;
}

body.theme-modern .card-style1 > img,
body.theme-modern .card-style1 .border-top-radius-10 {
  border-radius: 0 !important;
  height: 240px !important;
  object-fit: cover !important;
}

body.theme-modern .card-style1 .card-body {
  padding: 28px 24px 26px !important;
  position: relative;
}

body.theme-modern .card-style1 .icon-box {
  width: 52px !important;
  height: 52px !important;
  margin: -48px 0 16px !important;
  border-radius: 14px !important;
  background: var(--leaf) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(74, 124, 58, 0.35);
}

body.theme-modern .card-style1 .icon-box i {
  font-size: 1.25rem !important;
  color: #fff !important;
}

body.theme-modern .card-style1 h3,
body.theme-modern .card-style1 h3 a {
  font-family: var(--font-display) !important;
  color: var(--ink) !important;
  font-size: 1.25rem !important;
  margin-bottom: 10px !important;
}

body.theme-modern .card-style1 h3 a:hover {
  color: var(--leaf) !important;
}

body.theme-modern .card-style1 p {
  color: var(--ink-soft) !important;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  margin-bottom: 18px !important;
}

body.theme-modern .card-style1 .link-btn,
body.theme-modern .card-style4 .link-btn {
  color: var(--leaf) !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}

body.theme-modern .card-style4 {
  border: 0 !important;
  border-radius: 18px !important;
  overflow: hidden;
  background: #fff !important;
  box-shadow: 0 14px 36px rgba(20, 31, 18, 0.08) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
  height: 100%;
}

body.theme-modern .card-style4:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(20, 31, 18, 0.14) !important;
}

body.theme-modern .card-style4 .image-box img {
  border-radius: 0 !important;
}

body.theme-modern .card-style4 .card-body {
  padding: 22px 22px 24px !important;
}

body.theme-modern .card-style4 h3 a {
  font-family: var(--font-display) !important;
  color: var(--ink) !important;
}

body.theme-modern .card-style4 h3 a:hover {
  color: var(--leaf) !important;
}

body.theme-modern .pagination li a,
body.theme-modern .pagination li.active a {
  border-radius: 10px !important;
  min-width: 42px;
  height: 42px;
  line-height: 42px !important;
  font-weight: 600;
}

body.theme-modern .pagination li.active a {
  background: var(--leaf) !important;
  border-color: var(--leaf) !important;
  color: #fff !important;
}

/* ========== FORMS ========== */
body.theme-modern .form-control {
  border-radius: 14px !important;
  border: 1.5px solid rgba(74, 124, 58, 0.18) !important;
  padding: 14px 18px !important;
  background: #fff !important;
}

body.theme-modern .form-control:focus {
  border-color: var(--leaf) !important;
  box-shadow: 0 0 0 4px var(--glow) !important;
}

/* ========== FOOTER ========== */
body.theme-modern footer {
  position: relative;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
  border-top: 0 !important;
  padding: 64px 0 0 !important;
  background: #1b2419 !important;
}

body.theme-modern footer::before,
body.theme-modern footer::after {
  content: none !important;
  display: none !important;
}

body.theme-modern footer > .container {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

body.theme-modern footer .footer-logo img {
  max-height: 56px;
  width: auto;
}

body.theme-modern footer .title-font,
body.theme-modern footer h3 {
  color: #fff !important;
  font-family: var(--font-display) !important;
  font-size: 1.1rem !important;
  letter-spacing: -0.02em;
  margin-bottom: 1.2rem !important;
}

body.theme-modern footer p,
body.theme-modern footer a,
body.theme-modern footer .display-30,
body.theme-modern footer .opacity9 {
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1.7;
}

body.theme-modern .footer-list-style1 li {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

body.theme-modern .footer-list-style1 li a {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: color 0.2s ease !important;
}

body.theme-modern .footer-list-style1 li a:hover,
body.theme-modern .footer-list-style1 li a:hover:before {
  color: #fff !important;
}

body.theme-modern footer .h6 a.text-white:hover {
  color: #fff !important;
}

body.theme-modern .footer-hour-list li {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

body.theme-modern .footer-hour-list li i {
  color: rgba(255, 255, 255, 0.9) !important;
}

body.theme-modern .footer-hour-list li h4 {
  margin-bottom: 4px;
  color: #fff !important;
}

body.theme-modern .footer-social-style1 li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  transition: background 0.2s ease !important;
}

body.theme-modern .footer-social-style1 li a:hover {
  transform: none;
  background-color: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
}

body.theme-modern .footer-bar {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 20px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #151c14 !important;
}

body.theme-modern .footer-bar p {
  color: rgba(255, 255, 255, 0.65) !important;
  font-weight: 500;
}

/* ========== CTA BAND ========== */
body.theme-modern section.create-new {
  position: relative;
  isolation: isolate;
  border-radius: 0;
  margin: 40px 0;
}

body.theme-modern section.create-new::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(100deg, rgba(20, 31, 18, 0.88) 0%, rgba(74, 124, 58, 0.55) 55%, rgba(240, 168, 32, 0.28) 100%);
  pointer-events: none;
}

body.theme-modern section.create-new .container {
  position: relative;
  z-index: 2;
}

body.theme-modern section.create-new h2,
body.theme-modern section.create-new .title-font {
  color: #fff !important;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* ========== SCROLL / ACCORDION / MISC ========== */
body.theme-modern .scroll-to-top {
  background: var(--leaf) !important;
  border-color: var(--leaf) !important;
  box-shadow: 0 12px 28px rgba(74, 124, 58, 0.4);
  width: 48px !important;
  height: 48px !important;
  line-height: 48px !important;
  border-radius: 14px !important;
}

body.theme-modern .scroll-to-top:hover {
  background: var(--sun) !important;
  border-color: var(--sun) !important;
  color: #1a1a1a !important;
  transform: translateY(-4px);
}

body.theme-modern .accordion .accordion-button {
  background: linear-gradient(135deg, var(--sun), var(--sun-deep)) !important;
  border: none !important;
  border-radius: 14px 14px 0 0 !important;
  color: #1a1a1a !important;
  font-weight: 700;
}

body.theme-modern .accordion .accordion-button.collapsed {
  background: linear-gradient(135deg, var(--leaf), #3d6a30) !important;
  border-radius: 14px !important;
  color: #fff !important;
}

body.theme-modern .list-style3 li.active a,
body.theme-modern .list-style3 li a:hover,
body.theme-modern .pagination a:hover {
  background-color: var(--leaf) !important;
  border-color: var(--leaf) !important;
}

body.theme-modern #preloader:before,
body.theme-modern #preloader:after {
  border-color: var(--leaf) !important;
}

/* Reveal */
body.theme-modern .reveal-up {
  opacity: 1;
  transform: none;
  transition: none;
}

body.theme-modern .reveal-up.is-visible {
  opacity: 1;
  transform: none;
}

/* Scroll performance: no looping float animations / no fixed backgrounds */
body.theme-modern .ani-top-bottom,
body.theme-modern .ani-left-right {
  animation: none !important;
  transform: none !important;
}

body.theme-modern section.hero-banner.bg-img,
body.theme-modern .bg-img,
body.theme-modern .parallax,
body.theme-modern .cover-background {
  background-attachment: scroll !important;
}

@media (max-width: 991px) {
  body.theme-modern section.cover-background.bg-img {
    min-height: 72vh;
  }
  body.theme-modern .hero-copy {
    padding-left: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.theme-modern *,
  body.theme-modern *::before,
  body.theme-modern *::after {
    animation: none !important;
    transition: none !important;
  }
  body.theme-modern .reveal-up { opacity: 1; transform: none; }
}
