/* ===================================================================
   Asexim International - Global Stylesheet
   Theme: White, Dark Green, Gold
=================================================================== */

:root {
  --green-900: #0f2e1d;
  --green-800: #14452b;
  --green-700: #1b5e3a;
  --green-600: #237a4b;
  --green-50: #eef5f0;
  --gold-600: #b8860b;
  --gold-500: #c9a227;
  --gold-400: #d4af37;
  --gold-300: #e3c768;
  --ink: #1c2421;
  --muted: #5d6b63;
  --line: #e4e9e5;
  --white: #ffffff;
  --offwhite: #f7faf8;
  --shadow-sm: 0 1px 3px rgba(15, 46, 29, 0.08);
  --shadow-md: 0 8px 24px rgba(15, 46, 29, 0.10);
  --shadow-lg: 0 18px 48px rgba(15, 46, 29, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  margin: 0;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, .display-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: var(--green-900);
  line-height: 1.2;
}

a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.text-gold { color: var(--gold-500) !important; }
.text-green { color: var(--green-800) !important; }
.text-muted-2 { color: var(--muted) !important; }
.bg-green { background-color: var(--green-800) !important; }
.bg-green-deep { background-color: var(--green-900) !important; }
.bg-offwhite { background-color: var(--offwhite) !important; }

/* ---------- Section helpers ---------- */
.section {
  padding: 84px 0;
}
.section-sm {
  padding: 56px 0;
}
.eyebrow {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: 14px;
}
.section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 16px;
}
.section-subtitle {
  color: var(--muted);
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.02rem;
}
.title-accent {
  width: 64px;
  height: 3px;
  background: var(--gold-500);
  border-radius: 2px;
  margin: 18px auto 0;
}
.title-accent.start {
  margin-left: 0;
}

/* ---------- Buttons ---------- */
.btn {
  border-radius: 6px;
  font-weight: 600;
  padding: 11px 26px;
  letter-spacing: 0.01em;
  transition: all 0.22s ease;
}
.btn-gold {
  background: var(--gold-500);
  border: 1px solid var(--gold-500);
  color: var(--green-900);
}
.btn-gold:hover {
  background: var(--gold-600);
  border-color: var(--gold-600);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.btn-green {
  background: var(--green-800);
  border: 1px solid var(--green-800);
  color: #fff;
}
.btn-green:hover {
  background: var(--green-900);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.btn-outline-green {
  background: transparent;
  border: 1px solid var(--green-700);
  color: var(--green-800);
}
.btn-outline-green:hover {
  background: var(--green-800);
  color: #fff;
}
.btn-outline-light {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.6);
  color: #fff;
}
.btn-outline-light:hover {
  background: #fff;
  color: var(--green-900);
}

/* ---------- Navbar ---------- */
.navbar {
  background: var(--white);
  box-shadow: var(--shadow-sm);
  padding: 0;
  transition: box-shadow 0.3s ease;
}
.topbar {
  background: var(--green-900);
  color: #d7e6dc;
  font-size: 0.84rem;
}
.topbar a {
  color: #d7e6dc;
}
.topbar a:hover {
  color: var(--gold-400);
}
.brand-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}
.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--green-800);
  display: grid;
  place-items: center;
  color: var(--gold-400);
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.brand-text {
  line-height: 1.1;
}
.brand-text .name {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.16rem;
  color: var(--green-900);
}
.brand-text .tag {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-600);
  font-weight: 600;
}
.navbar .nav-link {
  color: var(--ink);
  font-weight: 500;
  padding: 26px 14px !important;
  position: relative;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--green-700);
}
.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 18px;
  height: 2px;
  background: var(--gold-500);
  border-radius: 2px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(rgba(10, 32, 20, 0.78), rgba(10, 32, 20, 0.55)),
    url("../images/hero-produce.png") center/cover no-repeat;
}
.hero h1 {
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 4rem);
  margin-bottom: 20px;
}
.hero p.lead {
  color: #e4eee8;
  font-size: 1.18rem;
  max-width: 580px;
}
.hero .eyebrow {
  color: var(--gold-400);
}
.hero-stats {
  border-top: 1px solid rgba(255,255,255,0.18);
  margin-top: 40px;
  padding-top: 28px;
}
.hero-stats .num {
  font-family: "Playfair Display", serif;
  font-size: 2.1rem;
  color: var(--gold-400);
  font-weight: 700;
}
.hero-stats .lbl {
  font-size: 0.84rem;
  color: #cfe0d6;
  letter-spacing: 0.04em;
}

/* page banner (interior pages) */
.page-banner {
  position: relative;
  padding: 120px 0 64px;
  color: #fff;
  background: linear-gradient(rgba(10, 32, 20, 0.82), rgba(10, 32, 20, 0.7)),
    url("../images/logistics-port.png") center/cover no-repeat;
}
.page-banner h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
}
.page-banner .crumbs {
  color: #cfe0d6;
  font-size: 0.92rem;
}
.page-banner .crumbs a { color: var(--gold-400); }

/* ---------- Feature / Why choose ---------- */
.feature-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 32px 26px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: var(--green-50);
  display: grid;
  place-items: center;
  color: var(--green-700);
  margin-bottom: 20px;
}
.feature-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.feature-card p {
  color: var(--muted);
  font-size: 0.96rem;
  margin: 0;
}

/* ---------- Category cards ---------- */
.cat-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  height: 280px;
  box-shadow: var(--shadow-sm);
}
.cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.cat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 32, 20, 0.85) 12%, rgba(10, 32, 20, 0.05) 70%);
}
.cat-card:hover img {
  transform: scale(1.08);
}
.cat-card .cat-body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 22px;
  z-index: 2;
  color: #fff;
}
.cat-card .cat-body h3 {
  color: #fff;
  font-size: 1.3rem;
  margin: 0 0 4px;
}
.cat-card .cat-body .link {
  color: var(--gold-400);
  font-size: 0.9rem;
  font-weight: 600;
}

/* ---------- Product cards ---------- */
.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.product-thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--offwhite);
}
.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.product-card:hover .product-thumb img {
  transform: scale(1.06);
}
.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255,255,255,0.92);
  color: var(--green-800);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 20px;
}
.product-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-body h3 {
  font-size: 1.12rem;
  margin: 0 0 4px;
}
.product-body .origin {
  font-size: 0.86rem;
  color: var(--muted);
  margin-bottom: 14px;
}
.product-body .btn {
  margin-top: auto;
}

/* ---------- Countries / map ---------- */
.map-wrap {
  background: var(--green-900);
  border-radius: 16px;
  padding: 40px;
  color: #fff;
}
.country-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #eaf2ed;
  padding: 9px 16px;
  border-radius: 30px;
  font-size: 0.92rem;
  font-weight: 500;
}
.country-pill .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold-400);
}

/* ---------- Certifications ---------- */
.cert-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px 22px;
  text-align: center;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cert-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.cert-badge {
  width: 78px; height: 78px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  background: var(--green-50);
  color: var(--green-700);
  border: 2px solid var(--gold-400);
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1rem;
}
.cert-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.cert-card p { font-size: 0.88rem; color: var(--muted); margin: 0; }

/* ---------- Testimonials ---------- */
.testi-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 30px;
  height: 100%;
}
.testi-card .quote {
  color: var(--gold-500);
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  line-height: 0.6;
}
.testi-card p {
  color: var(--ink);
  font-style: italic;
  margin: 14px 0 20px;
}
.testi-meta .name {
  font-weight: 700;
  color: var(--green-900);
}
.testi-meta .role {
  font-size: 0.84rem;
  color: var(--muted);
}
.stars { color: var(--gold-500); letter-spacing: 2px; }

/* ---------- CTA strip ---------- */
.cta-strip {
  background: linear-gradient(rgba(10, 32, 20, 0.9), rgba(10, 32, 20, 0.9)),
    url("../images/about-warehouse.png") center/cover no-repeat;
  color: #fff;
  border-radius: 16px;
  padding: 54px;
}
.cta-strip h2 { color: #fff; }

/* ---------- Gallery ---------- */
.gallery-item {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  aspect-ratio: 4/3;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item::after {
  content: "\f00e";
  font-family: "bootstrap-icons";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.6rem;
  background: rgba(10,32,20,0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item:hover::after { opacity: 1; }

/* ---------- Forms ---------- */
.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 34px;
  box-shadow: var(--shadow-sm);
}
.form-control, .form-select {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 0.95rem;
}
.form-control:focus, .form-select:focus {
  border-color: var(--green-600);
  box-shadow: 0 0 0 3px rgba(35, 122, 75, 0.12);
}
.form-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--green-900);
  margin-bottom: 6px;
}
.info-tile {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.info-tile .ic {
  width: 46px; height: 46px;
  border-radius: 10px;
  background: var(--green-50);
  color: var(--green-700);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.info-tile h4 { font-size: 1rem; margin: 0 0 2px; }
.info-tile p { margin: 0; color: var(--muted); font-size: 0.94rem; }

/* ---------- Product detail spec ---------- */
.spec-list { list-style: none; padding: 0; margin: 0; }
.spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--line);
}
.spec-list li .k { color: var(--muted); font-weight: 500; }
.spec-list li .v { color: var(--green-900); font-weight: 600; text-align: right; }
.detail-img {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.detail-img img { width: 100%; display: block; }

/* ---------- Footer ---------- */
.footer {
  background: var(--green-900);
  color: #c8d8ce;
  padding: 64px 0 0;
}
.footer h5 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
.footer a { color: #c8d8ce; }
.footer a:hover { color: var(--gold-400); }
.footer .footer-links li { margin-bottom: 10px; list-style: none; }
.footer .footer-links { padding: 0; }
.footer .social a {
  width: 38px; height: 38px;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  display: grid; place-items: center;
  margin-right: 8px;
  color: #fff;
}
.footer .social a:hover { background: var(--gold-500); color: var(--green-900); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 48px;
  padding: 22px 0;
  font-size: 0.86rem;
  color: #9fb6a8;
}

/* ---------- WhatsApp float ---------- */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.7rem;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45);
  z-index: 1050;
  transition: transform 0.2s ease;
  animation: wa-pulse 2.4s infinite;
}
.whatsapp-float:hover { transform: scale(1.08); color: #fff; }
@keyframes wa-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ---------- Reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ---------- Misc ---------- */
.divider-dot {
  color: var(--gold-500);
}
.toast-note {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  background: var(--green-900);
  color: #fff;
  padding: 14px 24px;
  border-radius: 10px;
  box-shadow: var(--shadow-lg);
  z-index: 1100;
  transition: transform 0.4s ease;
  border-left: 4px solid var(--gold-500);
}
.toast-note.show {
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 991px) {
  .navbar .nav-link { padding: 10px 4px !important; }
  .navbar .nav-link.active::after { display: none; }
  .section { padding: 60px 0; }
  .hero { min-height: 80vh; }
  .cta-strip, .map-wrap { padding: 32px 24px; }
}
