:root {
  --gold: #E8A000;
  --gold-light: #FFB800;
  --gold-dark: #C68600;
  --cream: #FFF8EC;
  --cream-dark: #F5EDD8;
  --white: #FFFFFF;
  --off-white: #F9F9F9;
  --light-gray: #F4F4F4;
  --mid-gray: #E8E8E8;
  --dark: #1C1C1E;
  --dark-2: #2D2D2D;
  --text: #333333;
  --text-light: #666666;
  --text-muted: #999999;
  --accent-blue: #0A3D6B;
  --accent-blue-light: #1A5C9A;
  --shadow-soft: 0 4px 24px rgba(0,0,0,0.07);
  --shadow-card: 0 8px 40px rgba(0,0,0,0.10);
  --radius: 12px;
  --radius-lg: 20px;
}

* { box-sizing: border-box; }

html { overflow-x:hidden; }
body {
  font-family: 'Nunito', sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}
img {
	max-width:100%;
}

h1, h2, h3, h4 { font-family: 'Playfair Display', serif; }

/* ── NAVBAR ── */
#mainNav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1050;
  transition: all 0.3s ease;
  padding: 10px 0;
}
#mainNav.scrolled {
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  padding: 6px 0;
}
#mainNav .navbar-brand {
  display: flex; align-items: center; gap: 10px;
}
.brand-logo-box {
  width: 38px; height: 38px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 18px; color: white;
  font-family: 'Nunito', sans-serif;
  flex-shrink: 0;
}
.brand-logo-box img {
	width:38px; height:38px;
}
.brand-text-wrap .brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 700;
  color: var(--dark); line-height: 1.2;
}
.brand-text-wrap .brand-slogan {
  font-size: 12px; color: var(--text-light);
  line-height: 1.1; font-weight: 600;
  letter-spacing: 0.01em; margin-top:5px;
  opacity:0.7;
}
.navbar-nav .nav-link {
  font-size: 13px; font-weight: 600;
  color: var(--dark) !important;
  padding: 6px 12px !important;
  border-radius: 6px;
  transition: all 0.2s;
}
.navbar-nav .nav-link:hover { color: var(--gold) !important; background: var(--cream); }
.btn-nav-cta {
  background: var(--gold);
  color: white !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 6px 18px !important;
  transition: all 0.2s !important;
}
.btn-nav-cta:hover { background: var(--gold-dark) !important; transform: translateY(-1px); }
#mainNav:not(.scrolled) .brand-text-wrap .brand-name,
#mainNav:not(.scrolled) .brand-text-wrap .brand-slogan,
#mainNav:not(.scrolled) .navbar-nav .nav-link {
	color:#FFF !important;
}
#mainNav:not(.scrolled) .navbar-nav .nav-link:hover {
	color: var(--gold) !important;
}
#mainNav:not(.scrolled) .navbar-toggler {
	background:rgba(255,255,255,0.6);
}
@media(max-width:991px){
	#mainNav:not(.scrolled) .navbar-collapse {
		background:#031e37; padding-top:10px; padding-bottom:10px;
	}
}
@media(max-width:400px){
	.brand-text-wrap .brand-name { font-size:17px; }
	.brand-text-wrap .brand-slogan { font-size:10px; }
}
@media(max-width:330px){
	.brand-text-wrap .brand-name { font-size:14px; }
	.brand-text-wrap .brand-slogan { font-size:8px; }
	#mainNav .navbar-toggler { padding-left: 5px; padding-right: 5px; }
}

/* ── HERO ── */
#hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #0A1628 0%, #0A3D6B 45%, #1A5C9A 100%);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding-top: 80px;
}
.hero-bg-overlay {
  position: absolute; inset: 0;
  background: url('img/hero-bg-ekatalog-genset.webp') center/cover no-repeat;
  opacity: 0.12;
}
.hero-grid-pattern {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,184,0,0.04) 1px, transparent 1px),
					linear-gradient(90deg, rgba(255,184,0,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}
.hero-glow {
  position: absolute; top: 20%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(232,160,0,0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.hero-content { position: relative; z-index: 2; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,160,0,0.15);
  border: 1px solid rgba(232,160,0,0.3);
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 12px; font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 24px;
}
.hero-h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  color: #FFFFFF;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 16px;
}
.hero-h1 span { color: var(--gold-light); }
.hero-h2 {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  color: rgba(255,255,255,0.80);
  font-weight: 600; font-family: 'Nunito', sans-serif;
  margin-bottom: 12px;
}
.hero-tagline {
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  color: rgba(255,255,255,0.60);
  font-weight: 400;
  margin-bottom: 40px;
}
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.btn-hero-main {
  background: var(--gold);
  color: white; font-weight: 800;
  padding: 14px 32px; border-radius: 50px;
  font-size: 15px; border: none;
  box-shadow: 0 8px 32px rgba(232,160,0,0.4);
  transition: all 0.3s;
}
.btn-hero-main:hover { background: var(--gold-dark); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(232,160,0,0.5); color: white; }
.btn-hero-outline {
  background: transparent;
  color: white; font-weight: 700;
  padding: 14px 32px; border-radius: 50px;
  font-size: 15px; border: 2px solid rgba(255,255,255,0.3);
  transition: all 0.3s;
}
.btn-hero-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.hero-stats {
  display: flex; gap: 32px; margin-top: 50px;
  flex-wrap: wrap; justify-content: center;
}
.hero-stat { text-align: center; }
.hero-stat-num { font-size: 2rem; font-weight: 800; color: var(--gold-light); font-family: 'Playfair Display', serif; }
.hero-stat-label { font-size: 11px; color: rgba(255,255,255,0.6); font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.hero-image-col { position: relative; }
.hero-img-wrap {
  position: relative;
  animation: heroFloat 4s ease-in-out infinite;
}
@keyframes heroFloat {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}
.hero-img-wrap img {
  width: 100%; max-width: 520px;
  filter: drop-shadow(0 20px 60px rgba(0,0,0,0.5));
}
.hero-img-badge {
  position: absolute;
  background: white; border-radius: 12px;
  padding: 10px 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  font-size: 12px; font-weight: 700;
}
.hero-img-badge.badge-1 { top: 15%; left: -20px; }
.hero-img-badge.badge-2 { bottom: 8%; right: -20px; }
.badge-icon { font-size: 18px; color: var(--gold); }

/* ── SECTIONS COMMON ── */
.section-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; color: var(--dark); }
.section-subtitle { font-size: 14px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.section-desc { font-size: 15px; color: var(--text-light); line-height: 1.8; }
.divider-gold { width: 50px; height: 3px; background: var(--gold); border-radius: 3px; margin: 12px auto; }
.divider-gold.left { margin-left: 0; }

/* ── PRODUCTS ── */
#products { background: var(--off-white); padding: 80px 0; }
.product-card {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
  border: 1px solid var(--mid-gray);
  position: relative;
}
.product-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}
.product-card:hover { transform: translateY(-10px); box-shadow: 0 20px 60px rgba(0,0,0,0.15); }
.product-card:hover::before { transform: scaleX(1); }
.product-card-header {
  background: linear-gradient(135deg, #0A1628, #0A3D6B);
  padding: 0;
  text-align: center; position: relative;
}
.product-card-header::after {
  content: '';
  position: absolute; bottom: -1px; left: 0; right: 0;
  height: 30px;
  background: white;
  clip-path: ellipse(55% 100% at 50% 100%);
}
.product-card-img {
  height: auto; 
  display: flex; align-items: center; justify-content: center;
}
.product-card-img img {
  max-height: auto; max-width: 100%;
  object-fit: contain;
}
.product-card-body { padding: 5px 28px 32px; }
.product-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; font-weight: 700;
  color: var(--dark); margin-bottom: 12px;
}
.product-tag {
  display: inline-block;
  background: var(--cream); color: var(--gold-dark);
  font-size: 11px; font-weight: 700;
  padding: 4px 12px; border-radius: 50px;
  margin: 2px; border: 1px solid rgba(232,160,0,0.2);
}
.product-features { list-style: none; padding: 0; margin: 16px 0 0; }
.product-features li {
  font-size: 13.5px; color: var(--text-light);
  padding: 6px 0; display: flex; align-items: center; gap: 10px;
  border-bottom: 1px solid var(--light-gray);
}
.product-features li:last-child { border-bottom: none; }
.product-features li i { color: var(--gold); font-size: 14px; flex-shrink: 0; }
.btn-product {
  background: var(--gold);
  color: white; font-weight: 700;
  padding: 10px 24px; border-radius: 8px;
  font-size: 13px; border: none;
  width: 100%; transition: all 0.2s; margin-top: 20px;
}
.btn-product:hover { background: var(--gold-dark); color: white; transform: translateY(-2px); }

/* ── ABOUT ── */
#about { background: white; padding: 80px 0; }
.about-img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.about-img-wrap img {
  width: 100%; height: 420px; object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}
.about-img-badge {
  position: absolute; bottom: 24px; left: 24px;
  background: var(--gold);
  color: white; border-radius: 10px;
  padding: 14px 20px;
  box-shadow: 0 8px 24px rgba(232,160,0,0.35);
}
.about-img-badge strong { font-size: 22px; font-weight: 800; display: block; }
.about-img-badge span { font-size: 11px; font-weight: 600; opacity: 0.9; }
.cert-logo-row {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px;
  margin-top: 28px;
}
.cert-badge {
  background: var(--cream);
  border: 2px solid var(--cream-dark);
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 13px; font-weight: 800;
  color: var(--accent-blue);
  letter-spacing: 0.05em;
  display: flex; align-items: center; gap: 8px;
}
.cert-badge i { color: var(--gold); font-size: 18px; }

/* ── LAYANAN ── */
#services { background: var(--cream); padding: 80px 0; }
.service-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition: all 0.3s;
  height: 100%;
  border: 1px solid rgba(232,160,0,0.1);
  position: relative; overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transition: transform 0.3s;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-card); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon-wrap {
  width: 72px; height: 72px;
  background: linear-gradient(135deg, var(--cream), var(--cream-dark));
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px; color: var(--gold);
  transition: all 0.3s;
}
.service-card:hover .service-icon-wrap {
  background: var(--gold);
  color: white;
  transform: rotate(-5deg) scale(1.1);
}
.service-title { font-size: 1.15rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.service-desc { font-size: 13.5px; color: var(--text-light); line-height: 1.7; }
.service-list { list-style: none; padding: 0; margin: 16px 0 0; text-align: left; }
.service-list li {
  font-size: 13px; color: var(--text-light);
  padding: 5px 0;
  display: flex; align-items: flex-start; gap: 8px;
}
.service-list li i { color: var(--gold); margin-top: 2px; flex-shrink: 0; }

/* ── CTA ── */
#cta {
  background: linear-gradient(135deg, #0A1628 0%, #0A3D6B 60%, #1A5C9A 100%);
  padding: 80px 0; position: relative; overflow: hidden;
}
.cta-pattern {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(232,160,0,0.08) 0%, transparent 50%),
					radial-gradient(circle at 80% 50%, rgba(26,92,154,0.15) 0%, transparent 50%);
}
.cta-content { position: relative; z-index: 2; text-align: center; }
.cta-badge {
  display: inline-block;
  background: rgba(232,160,0,0.15);
  border: 1px solid rgba(232,160,0,0.4);
  color: var(--gold-light); font-size: 12px; font-weight: 700;
  padding: 5px 18px; border-radius: 50px;
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.cta-title { font-size: clamp(1.8rem, 4vw, 3rem); color: white; font-weight: 700; margin-bottom: 16px; }
.cta-title span { color: var(--gold-light); }
.cta-desc { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.8; max-width: 600px; margin: 0 auto 36px; }
.btn-cta-main {
  background: var(--gold);
  color: white; font-weight: 800;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 16px; border: none;
  box-shadow: 0 8px 32px rgba(232,160,0,0.4);
  transition: all 0.3s;
  display: inline-flex; align-items: center; gap: 12px;
}
.btn-cta-main:hover { background: var(--gold-dark); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(232,160,0,0.5); color: white; }
.cta-number { font-size: 14px; color: rgba(255,255,255,0.5); margin-top: 16px; }
.cta-number strong { color: var(--gold-light); }

/* ── BRANDS ── */
#brands { background: white; padding: 70px 0; }
.brand-item {
  background: var(--off-white);
  border: 1px solid var(--mid-gray);
  border-radius: 10px;
  padding: 16px 12px;
  display: flex; align-items: center; justify-content: center;
  min-height: 70px;
  transition: all 0.25s;
  text-align: center;
}
.brand-item:hover {
  border-color: var(--gold);
  background: var(--cream);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(232,160,0,0.12);
}
.brand-item img { max-height: 40px; max-width: 100%; object-fit: contain; filter: grayscale(1); opacity: 0.65; transition: all 0.25s; }
.brand-item:hover img { filter: grayscale(0); opacity: 1; }
.brand-item .brand-name-text { font-weight: 800; font-size: 13px; color: var(--text-light); letter-spacing: 0.05em; transition: color 0.25s; }
.brand-item:hover .brand-name-text { color: var(--gold-dark); }

/* ── GALLERY ── */
#gallery { background: var(--off-white); padding: 80px 0; }
.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  aspect-ratio: 4/3;
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,22,40,0.7) 0%, transparent 60%);
  opacity: 0; transition: opacity 0.3s;
  display: flex; align-items: flex-end; padding: 16px;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span { color: white; font-size: 13px; font-weight: 600; }
.gallery-hidden { display: none; }
.btn-gallery-more {
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold-dark); font-weight: 700;
  padding: 12px 32px; border-radius: 8px;
  font-size: 14px; transition: all 0.2s;
}
.btn-gallery-more:hover { background: var(--gold); color: white; }

/* ── LOCATIONS ── */
#locations { background: white; padding: 80px 0; }
.location-card {
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  border-radius: var(--radius);
  padding: 22px 20px;
  transition: all 0.25s;
  height: 100%;
}
.location-card:hover {
  background: white;
  border-color: var(--gold);
  box-shadow: 0 6px 24px rgba(232,160,0,0.12);
  transform: translateY(-4px);
}
.location-card .loc-icon { font-size: 22px; color: var(--gold); margin-bottom: 10px; }
.location-card .loc-city { font-size: 15px; font-weight: 800; color: var(--dark); margin-bottom: 4px; }
.location-card .loc-detail { font-size: 12.5px; color: var(--text-light); line-height: 1.6; }
.btn-penawaran {
  background: var(--gold);
  color: white; font-weight: 800;
  padding: 14px 40px; border-radius: 50px;
  font-size: 15px; border: none;
  box-shadow: 0 6px 24px rgba(232,160,0,0.35);
  transition: all 0.3s;
}
.btn-penawaran:hover { background: var(--gold-dark); color: white; transform: translateY(-3px); }

/* ── CLIENTS ── */
#clients { background: var(--light-gray); padding: 80px 0; }
.client-logo-item {
  background: white;
  border: 1px solid var(--mid-gray);
  border-radius: 10px;
  padding: 0 10px;
  min-height: 64px;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.25s;
}
.client-logo-item:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 16px rgba(232,160,0,0.12);
  transform: translateY(-2px);
}
.client-logo-item .client-name {
  font-size: 11px; font-weight: 800;
  color: var(--text-light); text-align: center;
  letter-spacing: 0.02em; line-height: 1.4;
  transition: color 0.25s;
}
.client-logo-item:hover .client-name { color: var(--gold-dark); }
.keyword-tag {
  display: inline-block;
  background: white;
  border: 1px solid var(--cream-dark);
  color: var(--text-light);
  font-size: 12px; font-weight: 600;
  padding: 6px 16px; border-radius: 50px;
  margin: 4px;
  transition: all 0.2s;
}
.keyword-tag:hover {
  background: var(--cream);
  border-color: var(--gold);
  color: var(--gold-dark);
}

/* ── FOOTER ── */
#footer {
  background: #111827;
  padding: 16px 0;
}
#footer p { font-size: 12px; color: rgba(255,255,255,0.45); margin: 0; text-align: center; }

/* ── WA FLOAT BUTTON ── */
.wa-float-wrapper {
  position: fixed; bottom: 28px; right: 24px;
  z-index: 1040;
  display: flex; flex-direction: column;
  align-items: flex-end; gap: 10px;
}
.wa-float-label {
  background: white;
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 12px; font-weight: 700;
  color: var(--dark);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  white-space: nowrap;
  animation: waPulse 3s ease-in-out infinite;
  cursor: pointer;
}
@keyframes waPulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.wa-float-btn {
  width: 62px; height: 62px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 28px rgba(37,211,102,0.45);
  cursor: pointer;
  border: none;
  transition: all 0.3s;
  position: relative;
}
.wa-float-btn::before {
  content: '';
  position: absolute; inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.3);
  animation: waRing 2s ease-out infinite;
}
.wa-float-btn::after {
  content: '';
  position: absolute; inset: -12px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.15);
  animation: waRing 2s ease-out 0.4s infinite;
}
@keyframes waRing {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.4); opacity: 0; }
}
.wa-float-btn:hover { transform: scale(1.1) rotate(10deg); box-shadow: 0 10px 40px rgba(37,211,102,0.6); }
.wa-float-btn i { font-size: 28px; color: white; }

/* ── MODAL ── */
.modal-header-custom {
  background: linear-gradient(135deg, #0A1628, #0A3D6B);
  color: white; border-radius: 16px 16px 0 0 !important;
  padding: 24px 28px;
}
.modal-title-main {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; font-weight: 700;
  color: white; margin-bottom: 4px;
}
.modal-body {
	background:#d5e3e5;
}
.modal-subtitle {
  font-size: 12.5px; color: rgba(255,255,255,0.7);
  line-height: 1.5; font-weight: 400;
}
.modal-content { border-radius: 16px !important; border: none !important; overflow: hidden; }
.form-label { font-size: 13px; font-weight: 700; color: var(--dark); margin-bottom: 5px; }
.form-control, .form-select {
  border-radius: 8px !important;
  border: 1.5px solid var(--mid-gray) !important;
  font-size: 14px !important;
  padding: 10px 14px !important;
  transition: all 0.2s !important;
}
.form-control:focus, .form-select:focus {
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 3px rgba(232,160,0,0.12) !important;
}
.btn-submit-wa {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white; font-weight: 800;
  padding: 13px; border: none;
  border-radius: 10px; font-size: 15px;
  width: 100%; transition: all 0.2s;
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.btn-submit-wa:hover { opacity: 0.92; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,0.35); }
.btn-close-white { filter: invert(1) brightness(2); }

/* Responsive */
@media (max-width: 768px) {
  .hero-img-wrap { margin-top: 40px; }
  .hero-img-badge.badge-1, .hero-img-badge.badge-2 { display: none; }
  .hero-stats { gap: 20px; }
  .wa-float-label { display: none; }
  .wa-float-btn { width: 58px; height: 58px; }
  .wa-float-btn i { font-size: 25px; }
  .location-card { padding: 15px 10px; }
  .location-card .loc-icon { float:left; width:40px; }
}

/* Scroll reveal animation */
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: all 0.6s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }