/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --bl165-ink: #15202b;
  --bl165-muted: #617083;
  --bl165-green: #17a34a;
  --bl165-red: #e53535;
  --bl165-gold: #f3b33d;
  --bl165-line: #e7edf3;
  --bl165-soft: #f6f9fb;
}

.bl165-page {
  color: var(--bl165-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.bl165-page * {
  box-sizing: border-box;
}

.bl165-section {
  padding: 68px 20px;
}

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

.bl165-inner {
  margin: 0 auto;
  max-width: 1160px;
}

.bl165-hero {
  background:
    linear-gradient(120deg, rgba(21, 32, 43, .92), rgba(21, 32, 43, .58)),
    url("https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=1800&q=80") center/cover;
  color: #fff;
  min-height: 74vh;
  padding: 96px 20px 72px;
}

.bl165-hero__grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
}

.bl165-eyebrow {
  color: var(--bl165-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.bl165-hero h1,
.bl165-section h2 {
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.bl165-hero h1 {
  color: #fff;
  font-size: clamp(38px, 7vw, 74px);
  max-width: 760px;
}

.bl165-lead {
  color: rgba(255,255,255,.86);
  font-size: 19px;
  line-height: 1.7;
  margin: 22px 0 30px;
  max-width: 660px;
}

.bl165-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bl165-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 700;
  min-height: 46px;
  padding: 12px 18px;
}

.bl165-btn--primary {
  background: var(--bl165-red);
  color: #fff;
}

.bl165-btn--ghost {
  border-color: rgba(255,255,255,.55);
  color: #fff;
}

.bl165-panel {
  background: rgba(255,255,255,.96);
  border-radius: 8px;
  color: var(--bl165-ink);
  padding: 28px;
}

.bl165-metric {
  border-bottom: 1px solid var(--bl165-line);
  padding: 16px 0;
}

.bl165-metric:first-child {
  padding-top: 0;
}

.bl165-metric:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.bl165-metric strong {
  display: block;
  font-size: 28px;
  line-height: 1.1;
}

.bl165-metric span,
.bl165-card p,
.bl165-text {
  color: var(--bl165-muted);
  line-height: 1.7;
}

.bl165-heading {
  margin-bottom: 28px;
  max-width: 760px;
}

.bl165-heading h2 {
  font-size: clamp(28px, 4vw, 44px);
}

.bl165-grid {
  display: grid;
  gap: 18px;
}

.bl165-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bl165-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bl165-card {
  background: #fff;
  border: 1px solid var(--bl165-line);
  border-radius: 8px;
  padding: 24px;
}

.bl165-card h3 {
  font-size: 20px;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.bl165-chip {
  background: rgba(23,163,74,.1);
  border-radius: 999px;
  color: #0d7a34;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  padding: 6px 10px;
}

.bl165-band {
  background: #15202b;
  color: #fff;
}

.bl165-band .bl165-text,
.bl165-band h2 {
  color: #fff;
}

.bl165-contact {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
}

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

.header-wrapper .html_topbar_left,
.header-wrapper .header-social-icons,
.header-wrapper .header-newsletter-item,
.header-wrapper .header-search,
.header-wrapper .element-error,
#main-menu .html_topbar_left,
#main-menu .header-social-icons,
#main-menu .header-newsletter-item,
#main-menu .header-search,
#main-menu .element-error {
  display: none !important;
}

#logo img {
  display: none;
}

#logo a::after {
  color: var(--bl165-ink);
  content: "Ban Le 165";
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  min-width: 130px;
}

.lbl165-lp .lbl165-hero-title {
  height: auto !important;
  min-height: 0 !important;
}

.lbl165-lp .lbl165-title-reserve {
  display: none !important;
}

.lbl165-lp .lbl165-title-typing-layer {
  display: block !important;
  height: auto !important;
  inset: auto !important;
  min-height: 0 !important;
  position: static !important;
}

.lbl165-lp .lbl165-lead {
  clear: both !important;
  position: relative !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

  .bl165-section {
    padding: 44px 16px;
  }

  .bl165-hero {
    min-height: 70vh;
    padding: 64px 16px 48px;
  }

  .bl165-hero__grid,
  .bl165-grid--3,
  .bl165-grid--4,
  .bl165-contact {
    grid-template-columns: 1fr;
  }

  .bl165-panel,
  .bl165-card {
    padding: 20px;
  }

  .bl165-actions,
  .bl165-btn {
    width: 100%;
  }

  .bl165-btn {
    justify-content: center;
  }

}
