/* Start custom CSS for html, class: .elementor-element-277e55d */:root {
  --primary:#2b7a36;
  --primary-dark:#1b4e23;
  --primary-light:#f0f9f2;
  --accent:#d8901a;
  --accent-light:#fdf5e6;
  --dark:#111814;
  --text:#415147;
  --muted:#829288;
  --border:#e3ebe6;
  --white:#ffffff;
  --bg:#fcfdfc;
  --danger:#d32f2f;
  --radius:20px;
  --shadow:0 20px 50px rgba(17,24,20,0.08);
  --glass-bg:rgba(255,255,255,0.6);
  --glass-border:rgba(255,255,255,0.8);
}

* {
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html {
  scroll-behavior:smooth;
}

body {
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.6;
}

img {
  max-width:100%;
  display:block;
}

a {
  color:inherit;
  text-decoration:none;
}

button,
input,
select,
textarea {
  font-family:inherit;
}

.container {
  width:min(2180px,92%);
  margin:0 auto;
}

.section {
  padding:88px 0;
}

.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 15px;
  margin-bottom:18px;
  border-radius:999px;
  background:var(--primary-light);
  color:var(--primary);
  font-size:13px;
  font-weight:800;
  letter-spacing:0.04em;
  text-transform:uppercase;
}

.eyebrow::before {
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--accent);
}

h1,
h2,
h3 {
  color:var(--dark);
  line-height:1.18;
}

h1 {
  font-size:clamp(38px,6vw,62px);
  letter-spacing:-0.045em;
  margin-bottom:22px;
}

h2 {
  font-size:clamp(30px,4vw,48px);
  letter-spacing:-0.035em;
  margin-bottom:18px;
}

h3 {
  font-size:22px;
  margin-bottom:10px;
}

p {
  font-size:17px;
}

.section-heading {
  max-width:780px;
  margin-bottom:42px;
}

.section-heading.center {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.section-heading p {
  color:var(--muted);
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:15px 26px;
  border-radius:999px;
  border:none;
  font-weight:800;
  font-size:15px;
  cursor:pointer;
  transition:0.25s ease;
  text-transform:uppercase;
  letter-spacing:0.02em;
}

.btn-primary {
  background:var(--primary);
  color:var(--white);
  box-shadow:0 14px 30px rgba(50,141,62,0.28);
}

.btn-primary:hover {
  background:var(--primary-dark);
  transform:translateY(-2px);
}

.btn-outline {
  background:var(--white);
  color:var(--primary);
  border:1px solid var(--border);
}

.btn-outline:hover {
  border-color:var(--primary);
  transform:translateY(-2px);
}

.site-header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,0.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(223,233,226,0.9);
}

.nav {
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:20px;
  font-weight:900;
  color:var(--dark);
}

.brand-mark {
  width:44px;
  height:44px;
  border-radius:15px;
  background:linear-gradient(135deg,var(--primary),#72c45f);
  display:grid;
  place-items:center;
  color:white;
  font-weight:900;
  font-size:15px;
}

.nav-links {
  display:flex;
  align-items:center;
  gap:24px;
  font-size:15px;
  font-weight:700;
  color:var(--text);
}

.nav-links a:hover {
  color:var(--primary);
}

.hero {
  position:relative;
  overflow:hidden;
  padding:92px 0 90px;
  background:radial-gradient(circle at 10% 10%,rgba(244,166,42,0.16),transparent 28%),radial-gradient(circle at 90% 5%,rgba(50,141,62,0.16),transparent 30%),linear-gradient(rgba(247,250,248,0.85),rgba(247,250,248,0.92)),url('https://wanabeverage.com/wp-content/uploads/2026/07/hcmc_hero_bg_user.jpg') center/cover no-repeat !important;
}

.hero::after {
  content:"";
  position:absolute;
  inset:auto -160px -260px auto;
  width:560px;
  height:560px;
  border-radius:50%;
  background:rgba(50,141,62,0.08);
}

.hero-grid {
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:56px;
  align-items:center;
}

.hero-content p {
  max-width:680px;
  font-size:19px;
  color:var(--text);
  margin-bottom:30px;
}

.hero-actions {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:28px;
}

.quick-badge {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.quick-badge span {
  display:inline-flex;
  align-items:center;
  padding:8px 16px;
  border-radius:999px;
  background:var(--white);
  color:var(--primary-dark);
  font-size:14px;
  font-weight:700;
  border:1px solid var(--border);
  box-shadow:0 2px 8px rgba(0,0,0,0.02);
}

.hero-visual {
  position:relative;
  padding:28px;
  border-radius:36px;
  background:var(--white);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
}

.visual-stage::before {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 70% 25%,rgba(244,166,42,0.35),transparent 28%),linear-gradient(to top,rgba(16,36,23,0.74),transparent 55%);
}

.can.orange::after {
  background:var(--accent);
}

.hero-info-row {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:16px;
}

.hero-info-card {
  padding:16px;
  border-radius:18px;
  background:var(--primary-light);
  display:flex;
  align-items:center;
  gap:12px;
  transition:transform 0.3s ease,box-shadow 0.3s ease;
}

.hero-info-card:hover {
  transform:translateY(-4px);
  box-shadow:0 8px 24px rgba(50,141,62,0.15);
}

.info-icon {
  width:32px;
  height:32px;
  color:var(--primary);
  flex-shrink:0;
  background:rgba(255,255,255,0.8);
  padding:6px;
  border-radius:10px;
}

.hero-info-card strong {
  display:block;
  color:var(--primary-dark);
  font-size:15px;
  margin-bottom:2px;
  line-height:1.2;
}

.hero-info-card span {
  font-size:13px;
  color:var(--text);
}

.location-card {
  background:var(--accent-light);
  border:1px solid rgba(244,166,42,0.3);
}

.location-card .info-icon {
  color:var(--accent);
  background:white;
}

.why {
  background:var(--white);
}

.expo-2026-why-grid { 
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.why-card {
  padding:28px;
  border-radius:var(--radius);
  background:var(--bg);
  border:1px solid var(--border);
  transition:0.25s ease;
}

.why-card:hover {
  transform:translateY(-6px);
  box-shadow:0 16px 34px rgba(16,36,23,0.09);
  border-color:rgba(50,141,62,0.35);
}

.why-icon {
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  margin-bottom:20px;
  background:var(--white);
  color:var(--primary);
  font-size:28px;
  box-shadow:0 8px 20px rgba(16,36,23,0.06);
}

.why-card p {
  font-size:15px;
  color:var(--muted);
}

.location-card {
  border-radius:30px;
  background:var(--white);
  border:1px solid var(--border);
  box-shadow:0 14px 34px rgba(16,36,23,0.07);
}

.map-card {
  margin:0;
  border:none;
  background:var(--glass-bg);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
}

.map-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:20px;
}

.map-header h3 {
  margin-bottom:2px;
}

.map-header p {
  color:var(--muted);
  font-size:14px;
}

.map-badge {
  padding:9px 14px;
  border-radius:999px;
  background:var(--accent-light);
  color:#a76100;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
}

.floor-map {
  position:relative;
  min-height:280px;
  padding:12px;
  margin-top:16px;
  border-radius:16px;
  background:linear-gradient(90deg,rgba(223,233,226,0.7) 1px,transparent 1px),linear-gradient(rgba(223,233,226,0.7) 1px,transparent 1px),#f9fbfa;
  background-size:42px 42px;
  border:1px solid var(--border);
  overflow:hidden;
}

.aisle {
  position:absolute;
  background:rgba(50,141,62,0.08);
  border:1px dashed rgba(50,141,62,0.3);
  border-radius:999px;
}

.aisle.horizontal {
  left:28px;
  right:28px;
  top:47%;
  height:48px;
}

.aisle.vertical {
  top:28px;
  bottom:28px;
  left:47%;
  width:48px;
}

.booth {
  position:absolute;
  display:grid;
  place-items:center;
  width:86px;
  height:70px;
  border-radius:18px;
  background:white;
  border:1px solid var(--border);
  color:var(--muted);
  font-weight:800;
  font-size:13px;
  box-shadow:0 8px 20px rgba(16,36,23,0.06);
}

.booth.k10 {
  width:110px;
  height:80px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background:linear-gradient(135deg,var(--danger),#ff7a52);
  color:white;
  border:4px solid white;
  box-shadow:0 18px 45px rgba(229,57,53,0.34);
  animation:pulseBooth 1.8s infinite;
  z-index:3;
}

.booth.k10 strong {
  font-size:28px;
  line-height:1;
}

.booth.k10 span {
  display:block;
  margin-top:6px;
  font-size:12px;
  letter-spacing:0.04em;
}

.b1 {
  left:11%;
  top:12%;
}

.b2 {
  left:34%;
  top:12%;
}

.b3 {
  right:12%;
  top:12%;
}

.b4 {
  left:12%;
  bottom:14%;
}

.b5 {
  right:32%;
  bottom:14%;
}

.b6 {
  right:10%;
  bottom:14%;
}

.map-note {
  position:absolute;
  bottom:12px;
  left:12px;
  right:12px;
  padding:10px 14px;
  border-radius:12px;
  background:rgba(255,244,221,0.95);
  border:1px solid rgba(244,166,42,0.3);
  color:#a76100;
  font-size:12px;
  line-height:1.5;
}

@keyframes pulseBooth {
  0% {
    box-shadow:0 0 0 0 rgba(229,57,53,0.38),0 18px 45px rgba(229,57,53,0.34);
  }
  70% {
    box-shadow:0 0 0 18px rgba(229,57,53,0),0 18px 45px rgba(229,57,53,0.34);
  }
  100% {
    box-shadow:0 0 0 0 rgba(229,57,53,0),0 18px 45px rgba(229,57,53,0.34);
  }
}

.location-card {
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:28px;
}

.registration {
  background:linear-gradient(rgba(16,36,23,0.86),rgba(16,36,23,0.9)),url("https://wanabeverage.com/wp-content/uploads/2026/07/begistration-bg.jpeg");
  background-size:cover;
  background-position:center;
  color:white;
}

.registration-grid {
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:46px;
  align-items:start;
}

.registration h2,
.registration h3 {
  color:white;
}

.registration p {
  color:rgba(255,255,255,0.78);
}

.reg-benefits {
  display:grid;
  gap:14px;
  margin-top:26px;
}

.reg-benefits li {
  list-style:none;
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:rgba(255,255,255,0.84);
}

.reg-benefits li::before {
  content:"✓";
  flex:0 0 24px;
  width:24px;
  height:24px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--accent);
  color:var(--dark);
  font-weight:900;
  font-size:13px;
}

.event-mini-card {
  margin-top:28px;
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,0.1);
  border:1px solid rgba(255,255,255,0.18);
  backdrop-filter:blur(8px);
}

.event-mini-row {
  display:grid;
  grid-template-columns:115px 1fr;
  gap:16px;
  padding:13px 0;
  border-bottom:1px solid rgba(255,255,255,0.14);
}

.event-mini-row:first-child {
  padding-top:0;
}

.event-mini-row:last-child {
  border-bottom:none;
  padding-bottom:0;
}

.event-mini-row span {
  color:rgba(255,255,255,0.58);
  text-transform:uppercase;
  letter-spacing:0.04em;
  font-size:12px;
  font-weight:800;
}

.event-mini-row strong {
  color:white;
  font-size:15px;
  line-height:1.5;
}

.form-box {
  padding:34px;
  border-radius:32px;
  background:var(--white);
  color:var(--text);
  box-shadow:var(--shadow);
}

.form-box h3 {
  color:var(--dark);
  font-size:30px;
  margin-bottom:8px;
}

.form-box > p {
  color:var(--muted);
  font-size:15px;
  margin-bottom:24px;
}

.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.form-group {
  display:flex;
  flex-direction:column;
  gap:7px;
}

.form-group.full {
  grid-column:1 / -1;
}

label {
  color:var(--dark);
  font-size:13px;
  font-weight:800;
}

input,
select,
textarea {
  width:100%;
  min-height:50px;
  padding:14px 15px;
  border-radius:15px;
  border:1px solid var(--border);
  color:var(--dark);
  background:white;
  outline:none;
  font-size:15px !important;
  line-height:1.6;
  transition:0.2s ease;
}

textarea {
  min-height:112px;
  resize:vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color:var(--primary);
  box-shadow:0 0 0 4px rgba(50,141,62,0.12);
}

.submit-btn {
  width:100%;
  margin-top:20px;
}

.privacy-note {
  margin-top:14px;
  color:var(--muted) !important;
  font-size:13px !important;
}

.thank-you {
  display:none;
  padding:42px 30px;
  border-radius:32px;
  background:var(--white);
  color:var(--text);
  box-shadow:var(--shadow);
  text-align:center;
}

.thank-you.active {
  display:block;
}

.form-box.hidden {
  display:none;
}

.thank-icon {
  width:74px;
  height:74px;
  margin:0 auto 20px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--primary-light);
  color:var(--primary);
  font-size:36px;
  font-weight:900;
}

.thank-you h3 {
  color:var(--dark);
  font-size:30px;
}

.thank-you p {
  color:var(--text);
  margin-top:12px;
}

.thank-info {
  margin:24px 0;
  padding:20px;
  border-radius:22px;
  background:var(--bg);
  border:1px solid var(--border);
  text-align:left;
}

.thank-info strong {
  display:block;
  color:var(--dark);
  margin-bottom:4px;
}

.thank-info span {
  color:var(--muted);
  font-size:14px;
}

.footer {
  padding:50px 0 28px;
  background:var(--dark);
  color:rgba(255,255,255,0.72);
}

.footer-grid {
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:34px;
  padding-bottom:34px;
  border-bottom:1px solid rgba(255,255,255,0.12);
}

.footer h3 {
  color:white;
  margin-bottom:14px;
}

.footer p,
.footer li {
  color:rgba(255,255,255,0.72);
  font-size:15px;
}

.footer ul {
  list-style:none;
  display:grid;
  gap:8px;
}

.cert-list {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.cert {
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.12);
  color:white;
  font-size:13px;
  font-weight:900;
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  padding-top:22px;
  font-size:14px;
  color:rgba(255,255,255,0.58);
}

@media (max-width:1024px) {
  .nav-links {
    display:none;
  }
  .hero-grid,
  .location-grid,
  .registration-grid,
  .footer-grid {
    grid-template-columns:1fr;
  }
  .expo-2026-why-grid {
    grid-template-columns:repeat(2,1fr);
  }
  .hero-visual {
    order:-1;
  }
}

@media (max-width:680px) {
  .section {
    padding:68px 0;
  }
  .hero {
    padding:58px 0 68px;
  }
  .brand {
    font-size:18px;
  }
  .brand-mark {
    width:40px;
    height:40px;
  }
  .hero-actions {
    flex-direction:column;
  }
  .btn {
    width:100%;
  }
  .quick-badge {
    width:100%;
    display:grid;
    grid-template-columns:1fr;
  }
  .quick-badge span {
    justify-content:center;
  }
  .hero-info-row,
  .expo-2026-why-grid,
  .form-grid {
    grid-template-columns:1fr;
  }
  .hero-info-card {
    text-align:center;
  }
  .map-header {
    align-items:flex-start;
    flex-direction:column;
  }
  .floor-map {
    position:relative;
    min-height:280px;
    padding:12px;
    margin-top:16px;
    border-radius:16px;
    background:linear-gradient(90deg,rgba(223,233,226,0.7) 1px,transparent 1px),linear-gradient(rgba(223,233,226,0.7) 1px,transparent 1px),#f9fbfa;
    background-size:42px 42px;
    border:1px solid var(--border);
    overflow:hidden;
  }
  .booth {
    width:68px;
    height:58px;
    font-size:12px;
  }
  .booth.k10 {
    width:112px;
    height:86px;
  }
  .map-note {
    position:absolute;
    bottom:12px;
    left:12px;
    right:12px;
    padding:10px 14px;
    border-radius:12px;
    background:rgba(255,244,221,0.95);
    border:1px solid rgba(244,166,42,0.3);
    color:#a76100;
    font-size:12px;
    line-height:1.5;
  }
  .event-mini-row {
    grid-template-columns:1fr;
    gap:2px;
  }
  .form-box,
  .thank-you {
    padding:26px 20px;
    border-radius:26px;
  }
  .footer-grid {
    gap:26px;
  }
}

@media (prefers-reduced-motion:reduce) {
  * {
    scroll-behavior:auto !important;
    animation:none !important;
    transition:none !important;
  }
}/* End custom CSS */