/*
Theme Name: EBUNGE Elementor Child
Theme URI: https://gzbunge.com/
Description: Lightweight child theme for the EBUNGE industrial enquiry website.
Author: EBUNGE Partition
Template: hello-elementor
Version: 1.0.3
Text Domain: ebunge-elementor
*/

:root {
  --ebunge-blue: #159ee4;
  --ebunge-blue-dark: #0878ba;
  --ebunge-orange: #ff8a34;
  --ebunge-ink: #20252b;
  --ebunge-muted: #66717c;
  --ebunge-line: #e5e9ed;
  --ebunge-surface: #f6f8fa;
  --ebunge-white: #fff;
  --ebunge-shadow: 0 10px 30px rgba(22, 45, 68, .09);
  --ebunge-radius: 6px;
  --ebunge-content: 1200px;
}

html { scroll-behavior: smooth; }
body {
  color: var(--ebunge-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: var(--ebunge-blue-dark); }
img { max-width: 100%; height: auto; }

.ebunge-shell { width: min(calc(100% - 32px), var(--ebunge-content)); margin-inline: auto; }
.ebunge-section { padding: 76px 0; }
.ebunge-section--soft { background: var(--ebunge-surface); }
.ebunge-section-title { margin: 0 0 12px; font-size: clamp(28px, 3vw, 42px); line-height: 1.18; text-align: center; }
.ebunge-section-lead { max-width: 760px; margin: 0 auto 38px; color: var(--ebunge-muted); text-align: center; }
.ebunge-section-title::after { content: ""; display: block; width: 58px; height: 3px; margin: 16px auto 0; background: var(--ebunge-blue); }

.ebunge-btn,
.woocommerce a.button.ebunge-loop-quote {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 11px 24px; border: 0; border-radius: 999px;
  background: var(--ebunge-orange); color: #fff; font-weight: 700; text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.ebunge-btn:hover,
.woocommerce a.button.ebunge-loop-quote:hover { background: #e9701e; color: #fff; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(255, 138, 52, .25); }
.ebunge-btn--blue { background: var(--ebunge-blue); }
.ebunge-btn--blue:hover { background: var(--ebunge-blue-dark); }

.ebunge-topbar { background: #1f2a34; color: #e9eef2; font-size: 13px; }
.ebunge-topbar .ebunge-shell { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ebunge-topbar a { color: #fff; text-decoration: none; }
.ebunge-header { position: relative; z-index: 50; background: #fff; border-bottom: 1px solid var(--ebunge-line); }
.ebunge-header__inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.ebunge-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ebunge-ink); font-size: 20px; font-weight: 800; text-decoration: none; }
.ebunge-brand img { width: auto; height: 52px; }
.ebunge-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.ebunge-nav > li { margin: 0; padding: 0; list-style: none; }
.ebunge-nav a { color: var(--ebunge-ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.ebunge-nav a:hover, .ebunge-nav .current-menu-item > a { color: var(--ebunge-blue); }
.ebunge-menu-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: transparent; color: var(--ebunge-ink); font-size: 26px; }

.ebunge-breadcrumbs { padding: 13px 0; color: var(--ebunge-muted); font-size: 14px; }
.ebunge-breadcrumbs a { text-decoration: none; }

.ebunge-hero { min-height: 570px; display: grid; align-items: center; color: #fff; background: #28343e center/cover no-repeat; position: relative; }
.ebunge-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,27,36,.8), rgba(16,27,36,.16)); }
.ebunge-hero__content { position: relative; z-index: 1; max-width: 680px; }
.ebunge-hero h1 { margin: 0 0 20px; color: #fff; font-size: clamp(40px, 5vw, 66px); line-height: 1.08; }
.ebunge-hero p { margin: 0 0 30px; max-width: 610px; font-size: 18px; }

.ebunge-grid { display: grid; gap: 24px; }
.ebunge-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ebunge-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ebunge-product-card { overflow: hidden; border: 1px solid var(--ebunge-line); border-radius: var(--ebunge-radius); background: #fff; box-shadow: 0 3px 16px rgba(22,45,68,.05); }
.ebunge-product-card__image { aspect-ratio: 4/3; overflow: hidden; background: #eef1f3; }
.ebunge-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ebunge-product-card:hover .ebunge-product-card__image img { transform: scale(1.035); }
.ebunge-product-card__body { padding: 19px; }
.ebunge-product-card h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.4; }
.ebunge-product-card h3 a { color: var(--ebunge-ink); text-decoration: none; }
.ebunge-product-card__category { color: var(--ebunge-blue-dark); font-size: 13px; font-weight: 700; text-transform: uppercase; }

.ebunge-two-col { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 44px; align-items: start; }
.ebunge-sidebar { position: sticky; top: 24px; }
.ebunge-panel { padding: 26px; border: 1px solid var(--ebunge-line); border-radius: var(--ebunge-radius); background: #fff; box-shadow: var(--ebunge-shadow); }
.ebunge-panel + .ebunge-panel { margin-top: 24px; }
.ebunge-category-list { margin: 0; padding: 0; list-style: none; }
.ebunge-category-list li + li { border-top: 1px solid var(--ebunge-line); }
.ebunge-category-list a { display: flex; justify-content: space-between; padding: 11px 0; color: var(--ebunge-ink); text-decoration: none; }

.ebunge-specs { width: 100%; border-collapse: collapse; }
.ebunge-specs th, .ebunge-specs td { padding: 12px 14px; border: 1px solid var(--ebunge-line); text-align: left; vertical-align: top; }
.ebunge-specs th { width: 34%; background: #f4f7f9; font-weight: 700; }

.ebunge-quote-box { padding: 28px; border-radius: var(--ebunge-radius); background: linear-gradient(135deg, var(--ebunge-blue-dark), var(--ebunge-blue)); color: #fff; }
.ebunge-quote-box h2, .ebunge-quote-box h3 { color: #fff; }
.ebunge-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.ebunge-form-grid .ebunge-full { grid-column: 1 / -1; }
.ebunge-form-grid input, .ebunge-form-grid select, .ebunge-form-grid textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cfd7de; border-radius: 4px; background: #fff; }
.ebunge-form-grid input[type="checkbox"] { width: auto; min-height: 0; margin-right: 8px; }
.ebunge-form-grid textarea { min-height: 128px; }

.ebunge-footer { padding: 58px 0 24px; background: #202a33; color: #cbd3da; }
.ebunge-footer a { color: #f5f7f8; text-decoration: none; }
.ebunge-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: 34px; }
.ebunge-footer h3 { margin: 0 0 16px; color: #fff; font-size: 17px; }
.ebunge-footer ul { margin: 0; padding: 0; list-style: none; }
.ebunge-footer li + li { margin-top: 8px; }
.ebunge-footer__bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; text-align: center; }

.woocommerce .products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.woocommerce .products::before, .woocommerce .products::after { display: none; }
.woocommerce ul.products li.product { width: auto; margin: 0; padding: 0 0 20px; overflow: hidden; border: 1px solid var(--ebunge-line); border-radius: var(--ebunge-radius); background: #fff; }
.woocommerce ul.products li.product a img { aspect-ratio: 4/3; object-fit: cover; margin: 0 0 18px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 74px; padding: 0 18px; color: var(--ebunge-ink); font-size: 17px; }
.woocommerce ul.products li.product .button { margin: 0 18px; }
.single-product div.product .woocommerce-product-gallery { margin-bottom: 32px; }
.single-product .product_title { font-size: clamp(30px, 3vw, 44px); line-height: 1.2; }

@media (max-width: 1024px) {
  .ebunge-grid--4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ebunge-nav { gap: 16px; }
  .ebunge-two-col { grid-template-columns: 1fr; }
  .ebunge-sidebar { position: static; }
  .ebunge-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .ebunge-topbar .ebunge-shell { padding: 8px 0; flex-direction: column; justify-content: center; gap: 3px; text-align: center; }
  .ebunge-header__inner { min-height: 66px; }
  .ebunge-brand img { height: 44px; }
  .ebunge-menu-toggle { display: inline-flex; }
  .ebunge-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 18px 20px; border-top: 1px solid var(--ebunge-line); background: #fff; box-shadow: var(--ebunge-shadow); flex-direction: column; align-items: stretch; }
  .ebunge-nav.is-open { display: flex; }
  .ebunge-header .ebunge-btn { display: none; }
  .ebunge-section { padding: 54px 0; }
  .ebunge-hero { min-height: 500px; text-align: center; }
  .ebunge-hero::before { background: rgba(16,27,36,.62); }
  .ebunge-hero h1 { font-size: 38px; }
  .ebunge-grid--4, .ebunge-grid--3, .woocommerce .products { grid-template-columns: 1fr; }
  .ebunge-form-grid, .ebunge-footer__grid { grid-template-columns: 1fr; }
  .ebunge-form-grid .ebunge-full { grid-column: auto; }
  .ebunge-specs th, .ebunge-specs td { display: block; width: 100%; }
}
