.elementor-207 .elementor-element.elementor-element-410cfd3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}/* Start custom CSS for html, class: .elementor-element-89a237a *//* ===== VARIABLES ===== */
:root {
  --primary: #1da1f2;
  --primary-dark: #0b8ad9;
  --bg: #eef6fb;
  --text-main: #0f172a;
  --text-sub: #64748b;
  --radius: 24px;
}

/* ===== HOME WRAP ===== */
.app-home-v2 {
  max-width: 430px;
  margin: auto;
  background: var(--bg);
  font-family: 'Be Vietnam Pro','Inter',system-ui,sans-serif;
  padding-bottom: 24px;
}

/* ===== HERO ===== */
.app-hero {
  position: relative;
  height: 420px;
  background: url("https://images.unsplash.com/photo-1599058917212-d750089bc07d")
    center/cover no-repeat;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.9),
    rgba(255,255,255,.6),
    rgba(255,255,255,0)
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 28px 20px;
}

.hero-logo {
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 14px;
}

.hero-content h1 {
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.hero-sub {
  font-size: 14px;
  color: var(--text-sub);
  margin-bottom: 22px;
}

.hero-btn {
  display: inline-block;
  padding: 14px 26px;
  background: var(--primary);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(29,161,242,.45);
}

/* ===== MAIN CTA ===== */
.main-cta-card {
  background: #fff;
  margin: -60px 16px 24px;
  padding: 22px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

.main-cta-card h2 {
  font-size: 18px;
  margin-bottom: 16px;
}

.cta-btn {
  display: inline-block;
  width: 100%;
  padding: 14px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

/* ===== QUICK ===== */
.quick-card-wrap {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  padding: 0 16px;
}

.quick-card {
  background: #fff;
  border-radius: 22px;
  padding: 18px 8px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 10px 26px rgba(0,0,0,.1);
  color: var(--text-main);
}

.quick-card span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}

/* ===== DESKTOP ===== */
@media (min-width: 768px) {
  .app-home-v2 {
    max-width: 520px;
  }
}
.promo-banner-text {
  position: relative;
  display: block;
  height: 140px;
  margin: 20px 16px 32px;
  border-radius: 24px;
  background: 
    linear-gradient(135deg,rgba(0,0,0,.4),rgba(0,0,0,.1)),
    url("https://ptfitness.vn/wp-content/uploads/2022/06/thiet-ke-phong-tap-gym-dep.jpg")
    center/cover no-repeat;
  color: #fff;
  box-shadow: 0 14px 36px rgba(0,0,0,.18);
}

.promo-text {
  position: absolute;
  left: 18px;
  bottom: 18px;
}

.promo-text h3 {
  margin: 0;
  font-size: 18px;
}

.promo-text p {
  margin: 4px 0 0;
  font-size: 14px;
  opacity: .9;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72df1d9 *//* ===== BOTTOM APP MENU ===== */
.app-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 430px;
  height: 70px;
  background: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid #e5e7eb;
  z-index: 9999;
  box-shadow: 0 -10px 30px rgba(0,0,0,.12);
}

/* ITEM */
.app-bottom-nav .nav-item {
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 600;
}

/* ICON */
.app-bottom-nav .icon {
  display: block;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 4px;
}

/* ACTIVE */
.app-bottom-nav .nav-item.active {
  color: #1da1f2;
}

/* ACTIVE ICON SCALE */
.app-bottom-nav .nav-item.active .icon {
  transform: scale(1.15);
}

/* ===== CHỪA CHỖ CHO MENU ===== */
body {
  padding-bottom: 80px;
}

/* ===== DESKTOP ===== */
@media (min-width: 768px) {
  .app-bottom-nav {
    max-width: 520px;
    border-radius: 16px 16px 0 0;
  }
}/* End custom CSS */