/*
Theme Name: Indever Kadence Export
Theme URI: https://indeverventures.com/
Template: kadence
Author: Codex
Description: Premium Kadence child theme for INDEVER VENTURES LLP, built for a multi-page B2B coco peat export website.
Version: 1.1.1
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: indever-kadence-export
*/

:root {
  --indever-green: #0b7f3a;
  --indever-forest: #053323;
  --indever-ink: #14211c;
  --indever-muted: #5e6a64;
  --indever-gold: #c7a45a;
  --indever-copper: #9b5b32;
  --indever-paper: #f7f8f3;
  --indever-soft: #eaf1eb;
  --indever-white: #ffffff;
  --indever-line: rgba(20, 33, 28, 0.14);
  --indever-shadow: 0 24px 60px rgba(10, 35, 24, 0.14);
  --indever-radius: 8px;
  --indever-max: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--indever-paper);
  color: var(--indever-ink);
  letter-spacing: 0;
}

body,
button,
input,
select,
textarea {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.page .entry-header,
body.page .entry-hero,
body.page .entry-title {
  display: none;
}

body.page .content-area {
  margin-bottom: 0;
  margin-top: 0;
}

body .site-main {
  background: var(--indever-paper);
}

.entry-content > .indever-page,
.entry-content > .indever-page-hero,
.entry-content > .indever-page-content,
.entry-content > .indever-section {
  margin-left: calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}

.entry-content > .indever-page:first-child,
.entry-content > .indever-page-hero:first-child {
  margin-top: -2rem;
}

.indever-topbar {
  background: var(--indever-forest);
  color: var(--indever-white);
  font-size: 0.9rem;
}

.indever-topbar a {
  color: var(--indever-white);
  text-decoration: none;
}

.indever-topbar__inner,
.indever-brandbar__inner,
.indever-section__inner,
.indever-page-content__inner,
.indever-page-hero__inner {
  margin: 0 auto;
  max-width: var(--indever-max);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.indever-topbar__inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 42px;
}

.indever-topbar__links {
  align-items: center;
  display: flex;
  gap: 1.2rem;
}

.indever-brandbar {
  background: var(--indever-white);
  border-bottom: 1px solid var(--indever-line);
}

.indever-brandbar__inner {
  align-items: center;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1.25fr 0.8fr 0.8fr;
  min-height: 118px;
}

.indever-identity {
  align-items: center;
  color: var(--indever-ink);
  display: flex;
  gap: 0.9rem;
  text-decoration: none;
}

.indever-logo {
  background: var(--indever-white);
  border: 1px solid var(--indever-line);
  height: 68px;
  object-fit: contain;
  padding: 0.35rem;
  width: 96px;
}

.indever-brandname {
  color: var(--indever-green);
  display: block;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.indever-tagline {
  color: var(--indever-ink);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 0.25rem;
  text-transform: uppercase;
}

.indever-brand-info {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}

.indever-brand-icon {
  align-items: center;
  border: 2px solid var(--indever-green);
  color: var(--indever-green);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  text-transform: uppercase;
  width: 44px;
}

.indever-brand-info strong,
.indever-contact-card strong {
  display: block;
  font-size: 1rem;
}

.indever-brand-info span,
.indever-contact-card span {
  color: var(--indever-muted);
}

body .site-main-header-wrap .site-header-row-container-inner {
  background: var(--indever-green);
}

body .site-main-header-wrap {
  box-shadow: 0 16px 34px rgba(7, 61, 45, 0.16);
}

body .site-main-header-wrap .site-title,
body .site-main-header-wrap .site-title a,
body .site-main-header-wrap .site-branding .site-title a {
  color: var(--indever-white);
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

body .site-main-header-wrap .site-description {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body .main-navigation .primary-menu-container > ul > li.menu-item > a {
  color: var(--indever-white);
  font-weight: 850;
  min-height: 62px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

body .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a,
body .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-ancestor > a,
body .main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
  background: var(--indever-forest);
  color: var(--indever-white);
}

body .main-navigation .primary-menu-container ul ul.sub-menu,
body .main-navigation .primary-menu-container ul ul.submenu {
  background: var(--indever-green);
  border: 0;
  box-shadow: var(--indever-shadow);
}

body .main-navigation .primary-menu-container ul ul.sub-menu a,
body .main-navigation .primary-menu-container ul ul.submenu a {
  background: var(--indever-green);
  color: var(--indever-white);
  font-weight: 800;
  padding: 1rem 1.15rem;
}

body .main-navigation .primary-menu-container ul ul.sub-menu a:hover,
body .main-navigation .primary-menu-container ul ul.submenu a:hover {
  background: var(--indever-forest);
  color: var(--indever-white);
}

.indever-page {
  background: var(--indever-paper);
}

.indever-hero {
  background: linear-gradient(90deg, rgba(5, 20, 14, 0.88), rgba(5, 20, 14, 0.48), rgba(5, 20, 14, 0.12)), var(--hero) center / cover no-repeat;
  color: var(--indever-white);
  min-height: 620px;
  padding: 7rem 1.25rem 6rem;
}

.indever-hero__mobile-image {
  display: none;
}

.indever-hero__inner {
  margin: 0 auto;
  max-width: var(--indever-max);
}

.indever-kicker {
  color: var(--indever-gold);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.indever-hero h1 {
  color: var(--indever-white);
  font-size: 5.6rem;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  max-width: 980px;
  text-transform: uppercase;
}

.indever-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.24rem;
  line-height: 1.65;
  margin: 1.35rem 0 1.6rem;
  max-width: 720px;
}

.indever-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.indever-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--indever-radius);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 48px;
  padding: 0 1.1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.indever-btn--primary {
  background: var(--indever-green);
  color: var(--indever-white);
}

.indever-btn--primary:hover {
  background: var(--indever-forest);
  color: var(--indever-white);
}

.indever-btn--outline {
  border-color: rgba(255, 255, 255, 0.62);
  color: var(--indever-white);
}

.indever-btn--outline:hover {
  background: var(--indever-white);
  color: var(--indever-forest);
}

.indever-btn--light {
  background: var(--indever-soft);
  color: var(--indever-forest);
}

.indever-btn--gold {
  background: var(--indever-gold);
  color: var(--indever-forest);
}

.indever-section {
  padding: 5.5rem 0;
}

.indever-section--white,
.indever-page-content {
  background: var(--indever-white);
}

.indever-section--soft {
  background: var(--indever-soft);
}

.indever-section--deep {
  background: var(--indever-forest);
  color: var(--indever-white);
}

.indever-section--deep h2,
.indever-section--deep p {
  color: var(--indever-white);
}

.indever-heading {
  margin-bottom: 2.1rem;
  max-width: 820px;
}

.indever-heading h2,
.indever-page-content h2 {
  color: var(--indever-forest);
  font-size: 2.45rem;
  line-height: 1.08;
  margin: 0 0 1rem;
}

.indever-heading p,
.indever-page-content p,
.indever-feature span,
.indever-service span,
.indever-card p {
  color: var(--indever-muted);
  line-height: 1.75;
}

.indever-products {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.indever-card,
.indever-service,
.indever-feature,
.indever-contact-card {
  background: var(--indever-white);
  border: 1px solid var(--indever-line);
  border-radius: var(--indever-radius);
  box-shadow: 0 12px 34px rgba(14, 40, 28, 0.07);
  overflow: hidden;
}

.indever-card img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.indever-card__body {
  padding: 1.35rem;
}

.indever-card h3,
.indever-service strong,
.indever-feature strong {
  color: var(--indever-forest);
  display: block;
  font-size: 1.1rem;
  line-height: 1.25;
  margin-bottom: 0.55rem;
}

.indever-card .indever-btn {
  margin-top: 0.65rem;
}

.indever-split {
  align-items: center;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}

.indever-split > img {
  border-radius: var(--indever-radius);
  box-shadow: var(--indever-shadow);
  display: block;
  height: auto;
  width: 100%;
}

.indever-service-grid,
.indever-feature-grid,
.indever-contact-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.indever-service,
.indever-feature,
.indever-contact-card {
  display: block;
  padding: 1.25rem;
  text-decoration: none;
}

.indever-page-hero {
  background: linear-gradient(90deg, rgba(5, 20, 14, 0.86), rgba(5, 20, 14, 0.35)), var(--hero) center / cover no-repeat;
  color: var(--indever-white);
  min-height: 380px;
  padding: 5.5rem 0;
}

.indever-page-hero h1 {
  color: var(--indever-white);
  font-size: 4rem;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.indever-page-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
  line-height: 1.65;
  margin: 1rem 0 0;
  max-width: 680px;
}

.indever-page-content {
  padding: 5rem 0;
}

.indever-spec-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.indever-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.indever-gallery img {
  aspect-ratio: 4 / 3;
  border-radius: var(--indever-radius);
  display: block;
  object-fit: cover;
  width: 100%;
}

.indever-form {
  background: var(--indever-paper);
  border: 1px solid var(--indever-line);
  border-radius: var(--indever-radius);
  padding: 1.5rem;
}

.indever-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.indever-field--full {
  grid-column: 1 / -1;
}

.indever-field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 900;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.indever-field input,
.indever-field select,
.indever-field textarea {
  background: var(--indever-white);
  border: 1px solid var(--indever-line);
  border-radius: 6px;
  min-height: 46px;
  padding: 0.7rem 0.8rem;
  width: 100%;
}

.indever-field textarea {
  min-height: 130px;
}

.indever-form-status {
  background: var(--indever-soft);
  border-left: 4px solid var(--indever-green);
  color: var(--indever-forest);
  font-weight: 800;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
}

.indever-floating-actions {
  bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  position: fixed;
  right: 1.25rem;
  z-index: 9999;
}

.indever-footer-credit {
  background: var(--indever-forest);
  color: var(--indever-white);
  font-size: 0.92rem;
  font-weight: 700;
  padding: 1.15rem 0;
  text-align: center;
}

.indever-footer-credit__inner {
  margin: 0 auto;
  max-width: var(--indever-max);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

body .site-footer .powered-by-wordpress,
body .site-footer .site-info,
body .site-footer .footer-html-inner {
  display: none;
}

.indever-float {
  align-items: center;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(8, 34, 22, 0.22);
  color: var(--indever-white);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 900;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0 0.95rem;
  text-decoration: none;
  text-transform: uppercase;
}

.indever-float--call {
  background: var(--indever-forest);
}

.indever-float--whatsapp {
  background: #128c4a;
}

.indever-float span:first-child {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  min-width: 30px;
}

.popup-drawer .drawer-navigation ul.sub-menu,
#mobile-drawer .drawer-navigation ul.sub-menu,
.mobile-navigation ul ul.sub-menu {
  background: var(--indever-green);
}

.popup-drawer .drawer-navigation ul.sub-menu a,
#mobile-drawer .drawer-navigation ul.sub-menu a,
.mobile-navigation ul ul.sub-menu a {
  background: var(--indever-green);
  color: var(--indever-white);
  font-weight: 800;
}

.popup-drawer .drawer-navigation ul.sub-menu a:hover,
#mobile-drawer .drawer-navigation ul.sub-menu a:hover,
.mobile-navigation ul ul.sub-menu a:hover {
  background: var(--indever-forest);
  color: var(--indever-white);
}

@media (max-width: 1024px) {
  .indever-brandbar__inner {
    grid-template-columns: 1fr;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
  }

  .indever-brand-info {
    justify-content: flex-start;
  }

  .indever-hero h1 {
    font-size: 4.2rem;
  }

  .indever-products,
  .indever-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .indever-service-grid,
  .indever-feature-grid,
  .indever-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .entry-content > .indever-page:first-child,
  .entry-content > .indever-page-hero:first-child {
    margin-top: 0;
  }

  .indever-topbar {
    display: none;
  }

  .indever-topbar__inner,
  .indever-topbar__links {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
    justify-content: center;
    padding-bottom: 0.65rem;
    padding-top: 0.65rem;
  }

  .indever-brandbar__inner {
    gap: 0.9rem;
    min-height: 0;
  }

  .indever-logo {
    height: 58px;
    width: 84px;
  }

  .indever-brandname {
    font-size: 1rem;
    line-height: 1.12;
  }

  .indever-tagline {
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .indever-brand-info {
    display: none;
  }

  body .site-main-header-wrap .site-title,
  body .site-main-header-wrap .site-title a,
  body .site-main-header-wrap .site-branding .site-title a {
    font-size: 1.55rem;
    line-height: 1.15;
  }

  body .site-main-header-wrap .site-description {
    display: none;
  }

  .indever-hero {
    background: var(--indever-forest);
    min-height: 0;
    padding: 0;
  }

  .indever-hero__mobile-image {
    background: #071d14;
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
  }

  .indever-hero__inner {
    background: var(--indever-forest);
    padding: 1.45rem 1.25rem 1.75rem;
  }

  .indever-hero h1 {
    font-size: 2.1rem;
    line-height: 1.02;
  }

  .indever-hero p {
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 1.2rem;
  }

  .indever-btn {
    min-height: 44px;
    width: 100%;
  }

  .indever-section,
  .indever-page-content {
    padding: 3rem 0;
  }

  .indever-page-hero {
    min-height: 300px;
    padding: 4rem 0;
  }

  .indever-page-hero h1 {
    font-size: 2.35rem;
  }

  .indever-heading h2,
  .indever-page-content h2 {
    font-size: 1.9rem;
  }

  .indever-products,
  .indever-gallery,
  .indever-split,
  .indever-service-grid,
  .indever-feature-grid,
  .indever-contact-grid,
  .indever-form-grid,
  .indever-spec-list {
    grid-template-columns: 1fr;
  }

  .indever-field--full {
    grid-column: auto;
  }

  .indever-floating-actions {
    bottom: 0.75rem;
    flex-direction: row;
    left: 0.75rem;
    right: 0.75rem;
  }

  .indever-float {
    flex: 1;
    justify-content: center;
    min-height: 46px;
    padding: 0 0.6rem;
  }
}
