/* ==========================================================
   Pulse — Premium Fitness Landing
   Static HTML5 + CSS3 only. No JS. No frameworks.
   ========================================================== */

/* ---------- Design tokens ---------- */
:root {
  --primary: #0F172A;
  --secondary: #111827;
  --accent: #22C55E;
  --highlight: #84CC16;
  --bg: #F8FAFC;
  --dark-text: #111827;
  --light-text: #F8FAFC;
  --muted: #64748B;
  --border: #E2E8F0;
  --grad: linear-gradient(135deg, #22C55E 0%, #84CC16 100%);
  --grad-dark: linear-gradient(135deg, #0F172A 0%, #111827 100%);
  --shadow-sm: 0 4px 12px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 12px 32px rgba(15, 23, 42, 0.10);
  --shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.18);
  --radius: 20px;
  --radius-sm: 12px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--dark-text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.clearall{clear:both;font-size:1px;line-height:1px;height:1px;}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; }
input { font: inherit; }

h1, h2, h3, h4, h5 {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.01em;
	color: var(--primary);
	text-transform: capitalize
}

.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 clamp(15px, 3vw, 24px); position: relative;}
/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.8);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
    }
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
    }
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    }
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: var(--accent);
    color: var(--light-text);
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 50px;
    border: none;
    }
.no-btn {background: #5d5d5d;color: #fff;}
.yes-btn {}	

/* ---------- Placeholder image blocks ---------- */
.placeholder {
	display: flex; align-items: center; justify-content: center;
	background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
	color: rgba(255,255,255,0.5);
	font-family: "Raleway", sans-serif;
    font-weight: 300;font-size: clamp(3rem, 5.5vw, 100px); letter-spacing: 0.15em;
	text-transform: uppercase;
	border-radius: var(--radius);
	min-height: 100%;
	text-align: center; padding: 24px;
	position: relative; overflow: hidden;
	opacity: 0.7;gap: 10px;
}
.placeholder::after {
	content: ''; position: absolute; inset: 0;
	background: radial-gradient(circle at 30% 30%, rgba(34,197,94,0.15), transparent 60%);
}
.placeholder.alt { background: linear-gradient(135deg, #22C55E 0%, #14532d 100%); color: rgba(255,255,255,0.85); }
.placeholder.mini { min-height: 90px; font-size: clamp(11px, 2vw, 13px); border-radius: 14px; color: rgba(255, 255, 255, 1);}
.placeholder.mini img {    width: clamp(40px, 3vw, 50px);}
/* ---------- Buttons ---------- */
.btn {
	    display: inline-flex;    align-items: center;justify-content: center;
    gap: 8px;padding: 14px 26px;
    font-family: "Raleway", sans-serif;font-weight: 600;
    font-size: 15px;border-radius: 999px;
    transition: transform .25s ease, box-shadow .25s ease, background .3s ease, color .3s ease;
    white-space: nowrap;letter-spacing: 0.05em;
}
.btn-sm { padding: 10px 20px; font-size: 0.82rem; }
.btn-lg { padding: 18px 34px; font-size: 1rem; }
.btn-primary {
  background: var(--grad); color: #06210f;
  box-shadow: 0 10px 24px rgba(34,197,94,0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(34,197,94,0.5); }
.btn-ghost { color: var(--light-text); border: 1.5px solid rgba(255,255,255,0.3); }
.btn-ghost:hover { background: rgba(255,255,255,0.08); }

/* ---------- Header ---------- */
.site-header {
  	z-index: 100;backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);background: rgba(15, 23, 42, 0.55);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.nav-links { display: flex; gap: 32px; }
.nav-left { justify-content: flex-end; }
.nav-right { justify-content: flex-start; }
.nav-links a {
  color: var(--light-text);
    font-weight: 300;
    font-size: 12px;
    position: relative;
    transition: color .3s;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--grad); transition: width .3s;
}
.nav-links a:hover { color: var(--accent); }
.nav-links a:hover::after { width: 100%; }

.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: clamp(60px,7.5vw, 95px);
}
.nav-sec{
	height: clamp(60px,7.5vw, 95px);
    margin-top: clamp(-95px,-7.5vw, -60px);
    top: clamp(60px,7.5vw, 95px);
    position: relative;
    padding: clamp(10px,2vw, 20px) 0;
    width: 100%;float:left;
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	}
.logo {
  width: clamp(100px, 10vw, 140px);
}
.logo span { }
.logo.light { color: var(--light-text); display: inline-block;}
.menu-toggle { display: none; flex-direction: column; gap: 4px; }
.menu-toggle span { width: 22px; height: 2px; background: var(--light-text); border-radius: 2px; }

/* ---------- Hero ---------- */
.hero {
	position: relative; min-height: 100vh; padding: 0px 0 clamp(30px, 6.5vw, 80px);
	display: flex; overflow: hidden;flex-wrap: wrap;
	color: var(--light-text);
	float: left;width: 100%;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-image { position: absolute; inset: 0; border-radius: 0; min-height: 100%; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(15,23,42,0.92) 0%, rgba(15,23,42,0.7) 55%, rgba(15,23,42,0.4) 100%);
}
.hero-bg-img {position: absolute;top: 0;left: 0;
    height: 100%;width: 100%;object-fit: cover;
    object-position: center center;
}
.shape { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.4; animation: float 12s ease-in-out infinite; }
.shape-1 { width: 380px; height: 380px; background: var(--accent); top: -80px; right: -80px; }
.shape-2 { width: 300px; height: 300px; background: var(--highlight); bottom: -100px; left: 20%; animation-delay: -4s; }
.shape-3 { width: 220px; height: 220px; background: #0ea5e9; top: 40%; right: 30%; opacity: 0.25; animation-delay: -8s; }
/*@keyframes float {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(30px, -30px) scale(1.08); }
}*/

.hero-content {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(30px, 4vw, 60px); align-items: center;padding-top: 60px;
}
.hero-text { animation: fadeUp .9s ease both; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px; border-radius: 999px;
  background: rgba(34,197,94,0.15); color: var(--accent);
  font-size: 12px; font-weight: 600; letter-spacing: 0.09em;
  border: 1px solid rgba(34,197,94,0.3);
  margin-bottom: 24px;text-transform: uppercase;
}
.badge.light { background: rgba(255,255,255,0.1); color: var(--light-text); border-color: rgba(255,255,255,0.2); }
.hero-text h1 {
  font-size: clamp(48px, 5.5vw, 90px);
  color: var(--light-text); margin-bottom: 20px;line-height: clamp(58px, 7.5vw, 90px);
}
.hero-text h1 span {
    font-style: italic;
}
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-text p {
      font-size: clamp(15px, 3vw, 17px);color: rgba(248, 250, 252, 0.75);max-width: 520px;margin-bottom: clamp(25px, 3vw, 36px);line-height: clamp(24px, 3vw, 26px);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: clamp(20px, 3vw, 48px); }
.hero-stats { display: flex; gap: 40px; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-family: 'Poppins', sans-serif; font-size: 1.6rem; color: var(--light-text); }
.hero-stats span { font-size: 0.8rem; color: rgba(248,250,252,0.6); }

/* Floating product cards */
.hero-cards { position: relative; height: 460px; animation: fadeUp 1s .2s ease both; }
.float-card {
  position: absolute; padding: 16px; border-radius: 20px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: var(--shadow-lg);
  width: 230px; animation: floatY 6s ease-in-out infinite;text-align: center;
}
.float-card .placeholder { border-radius: 14px; }
.fc-body { padding: 12px 4px 0; }
.fc-tag {
  display: inline-block; padding: 3px 10px; border-radius: 999px;
  background: var(--accent); color: var(--primary);
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.fc-tag.hot { background: var(--highlight); }
.float-card h4 { color: var(--light-text); margin: 8px 0 4px; font-size: 1rem; }
.float-card p { color: var(--accent); font-weight: 700; }
.card-a { top: 0px; right: 0px; }
.card-b { top: 160px; left: 0; animation-delay: -2s; }
.card-c { bottom: 30px; right: 0px; text-align: center; padding: 22px; animation-delay: -4s; }
.card-c h4 { margin-bottom: 4px; }
.card-c p, .float-card p { color: rgba(255,255,255,0.7); font-size: 13px; font-weight: 400; text-transform: capitalize;}
.glass { background: rgba(34,197,94,0.15); border-color: rgba(34,197,94,0.35); }

/*@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}*/



/* ---------- Intro ---------- */
.intro {  padding: clamp(30px, 7vw, 120px) 0;position: relative;float: left;width: 100%;}
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.intro-visual { position: relative; /*height: 540px;*/ }
.intro-img-lg {position: static;border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    width: auto;height: auto;
    border-radius: var(--radius);box-shadow: var(--shadow-lg);
    aspect-ratio: 3.5 / 5;overflow: hidden;padding: 0;opacity: 1;
}
.intro-img-lg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.intro-img-sm {
  position: absolute; bottom: 0; right: 0; width: 55%; height: 260px;
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
  border: 8px solid var(--bg);
}
.badge-float {
  position: absolute; top: 40px; right: 20px;
  background: var(--grad); color: var(--primary);
  padding: 20px 24px; border-radius: 20px;
  box-shadow: var(--shadow-md);
  display: flex; flex-direction: column; gap: 2px;
  animation: floatY 5s ease-in-out infinite;
}
.badge-float strong { font-family: 'Poppins', sans-serif; font-size: 2rem; }
.badge-float span { font-size: 0.8rem; font-weight: 600; }

.eyebrow {
      display: inline-block;font-family: "Raleway", sans-serif;
    font-weight: 400;font-size: 12px;letter-spacing: 0.2em;
    text-transform: uppercase;color: var(--accent);
    margin-bottom: 16px;border: 1px solid rgba(34, 197, 94, 0.3);padding: 8px 16px;border-radius: 999px;
}
.intro-text h2, .section-head h2, .cta h2 {
  font-size: clamp(32px, 3.5vw, 54px);line-height: clamp(42px, 4.5vw, 62px); margin-bottom: 20px;
}
.intro-text h2 span, .section-head h2 span, .cta h2 span {
    font-style: italic;
    display: block;
}
.intro-text > p, .cta p, .section-head p { color: var(--muted);
    font-size: clamp(15px, 3vw, 17px);
    line-height: clamp(25px, 3vw, 27px);
    margin-bottom: clamp(25px, 3vw, 36px); }

.feature-boxes { display: grid; gap: 14px; }
.feature-box {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 22px; border-radius: 16px 0;
  background: #fff; border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s;
}
.feature-box:hover { transform: translateX(6px); box-shadow: var(--shadow-md); }
.check {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;
  background: var(--grad); color: #06210f;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.feature-box h5, .zz-card h3,.pc-body h3 { font-size: clamp(15px, 3vw, 16px);line-height: clamp(25px, 3vw, 27px);margin-bottom: 6px;font-weight: 600;text-transform: uppercase;letter-spacing: 0.05em; }
.feature-box p, .zz-card p { color: var(--muted); font-size: clamp(14px, 3vw, 16px);line-height: clamp(24px, 3vw, 26px); }

/* ---------- Why (zigzag) ---------- */
.why {padding: clamp(30px, 7vw, 120px) 0;background: linear-gradient(180deg, #fff 0%, var(--bg) 100%);position: relative;float: left;width: 100%;}
.section-head { margin-bottom: clamp(30px, 5vw, 60px); display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; }
.section-head.center { flex-direction: column; align-items: center; text-align: center; }
.section-head h2 {  }
.section-head p { max-width: 560px; }
.link-arrow { color: var(--accent); font-weight: 600; transition: gap .3s; }
.link-arrow:hover { color: var(--highlight); }

.zigzag {
  position: relative; display: flex; flex-direction: column; gap: 40px;
  max-width: 1000px; margin: 0 auto;
}
.zigzag::before {
  content: ''; position: absolute; left: 50%; top: 40px; bottom: 40px;
  width: 2px; background: linear-gradient(to bottom, transparent, var(--accent), transparent);
  transform: translateX(-50%);
}
.zz-item { display: flex; width: 50%; }
.zz-item.left { justify-content: flex-end; padding-right: 40px; }
.zz-item.right { margin-left: 50%; justify-content: flex-start; padding-left: 40px; }
.zz-card {
  position: relative; width: 100%; max-width: 420px;
  padding: 32px; border-radius: var(--radius);
  background: linear-gradient(145deg, #fff 0%, #f1f5f9 100%);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  transition: transform .35s ease, box-shadow .35s ease;
}
.zz-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.zz-card::before {
  content: ''; position: absolute; inset: 0; border-radius: var(--radius);
  background: var(--grad); opacity: 0; transition: opacity .35s;
  z-index: -1;
}
.zz-num {
  font-family: "Raleway", sans-serif;font-weight: 700;
    font-size: clamp(2.5rem, 2vw, 3rem);background: var(--grad);
    -webkit-background-clip: text;background-clip: text;
    color: transparent;line-height: 1;
}
.zz-icon { font-size: 2rem; margin: 12px 0 16px; }
.zz-card h3 {  margin-bottom: 10px; }
.zz-card p {  }
.zz-item .zz-card::after {
  content: ''; position: absolute; top: 40px; width: 16px; height: 16px;
  background: var(--accent); border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(34,197,94,0.2);
}
.zz-item.left .zz-card::after { right: -48px; }
.zz-item.right .zz-card::after { left: -48px; }

/* ---------- Products ---------- */
.products {padding: clamp(30px, 7vw, 120px) 0;float: left;width: 100%; border-top: 1px solid var(--highlight);}
.product-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
.product-card {
  position: relative; background: #fff; border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden; transition: transform .35s ease, box-shadow .35s ease;
  display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); }
.pc-image { aspect-ratio: 1/1; overflow: hidden; background: #f1f5f9; }
.pc-image .placeholder { height: 100%; border-radius: 0; transition: transform .5s ease; }
.product-card:hover .pc-image .placeholder { transform: scale(1.08); }
.pc-body { padding: 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.rating { color: var(--highlight); font-size: 0.85rem; }
.rating span { color: var(--muted); margin-left: 6px; }
.pc-body h3 { }
.pc-body > p { color: var(--muted); font-size: 0.88rem; flex: 1; }
.pc-foot {
  display: flex; align-items: center; justify-content: space-between; margin-top: 12px;
}
.price { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.3rem; color: var(--primary); }
.best-seller {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  background: var(--grad); color: var(--primary);
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.7rem;
  padding: 6px 12px; border-radius: 999px;
  letter-spacing: 0.08em; text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(34,197,94,0.4);
}
.pc-foot .btn { transition: transform .3s, box-shadow .3s; }
.product-card:hover .pc-foot .btn { transform: scale(1.05); }

/* ---------- CTA ---------- */
.cta {
  position: relative; padding: clamp(30px, 7vw, 120px) 0;
  background: var(--grad-dark);
  color: var(--light-text); overflow: hidden;
	float: left;
    width: 100%;
}
.cta-shape {
  position: absolute; background: var(--grad); opacity: 0.15;
}
.cta-shape.shape-a {
  width: 500px; height: 500px; top: -250px; left: -200px;
  transform: rotate(45deg); border-radius: 80px;
}
.cta-shape.shape-b {
  width: 400px; height: 400px; bottom: -200px; right: -150px;
  transform: rotate(30deg); border-radius: 80px;
}
.cta-glow {
  position: absolute; top: 50%; left: 50%;
  width: 700px; height: 400px; transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(34,197,94,0.35), transparent 65%);
  filter: blur(40px);
  animation: pulseGlow 5s ease-in-out infinite;
}
/*@keyframes pulseGlow {
  0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
}*/
.cta-inner { position: relative; z-index: 2; text-align: center; max-width: 720px; margin: 0 auto; }
.cta h2 { color: var(--light-text);  margin: 20px 0 20px; }
.cta p { color: rgba(248,250,252,0.75); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--primary); color: rgba(248,250,252,0.7);
  padding: clamp(30px, 5vw, 80px) 0 24px;
	float: left;
    width: 100%;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: clamp(20px, 3vw, 48px);
  padding-bottom: clamp(20px, 3vw, 48px); border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-footer h4 {
  color: var(--light-text); font-size: 1rem; margin-bottom: 20px;
}
.site-footer ul { display: flex; flex-direction: column; gap: 10px; }
.site-footer ul a { transition: color .3s, padding .3s; font-size: 0.92rem; }
.site-footer ul a:hover { color: var(--accent); padding-left: 4px; }
.foot-desc { font-size: 0.9rem; line-height: 1.7; margin: 16px 0 20px; }
.socials { display: flex; gap: 10px; }
.socials a {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .3s, transform .3s, color .3s;
}
.socials a:hover { background: var(--grad); color: var(--primary); transform: translateY(-3px); }
.newsletter { display: flex; gap: 8px; margin-top: 12px; }
.newsletter input {
  flex: 1; padding: 12px 16px; border-radius: 999px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  color: var(--light-text); outline: none; font-size: 0.88rem;
  transition: border .3s;
}
.newsletter input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter input:focus { border-color: var(--accent); }
.footer-bottom {
  display: flex; justify-content: space-between; padding-top: 24px;
  font-size: 0.85rem; flex-wrap: wrap; gap: 12px;
}
/*************************/
.tems_bg {
	float: left;
	width: 100%;
	padding: 30px 0 40px;
}
.page-header.text-center {
    float: left;
    width: 100%;
    background: #f3f3f3;
}
.trm-bx {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 30px;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #333;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 4px solid #006dc7;
    padding-bottom: 5px;
}
.trm-bx h3 {
	line-height: 30px;
    text-align: left;
    font-size: 20px;
    float: left;
    width: 100%;
    margin: 0px 0 15px;
    color: #fff;
    font-weight: 600;
    background: #000;
    padding: 5px;
}
.trm-bx li {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	list-style: disc;
}
.trm-bx strong {
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.trm-bx span {
	text-transform: uppercase;
}
.our-prdt{ margin-top:12px;}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	font-size: 22px;
	float: left;
	width: 100%;
	margin: 10px 0;
	font-weight: 500;
}
.ing-blk h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol {
	margin: 0px;
	float: left;
	width: 100%;
	font-weight: 400;
	padding: 0 20px;
	margin-bottom: 20px;
}
.trm-bx .disclmr {
	width: 100% !important;
}

.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
	text-align:left;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}

/*******************/
.error-sec{
	text-align:center;
	}
.card-error{
	display:inline-block;
	max-width:260px;
	margin-bottom:15px;
	}
.error-sec p{
	float:left;
	width:100%;
	text-align:center;
	max-width: 100%;
	}

/* ---------- Responsive ---------- */
@media (min-width: 1920px){.hero-content{padding-top: 0px;}}
@media only screen and (max-width:1100px){.hero-content{padding-top: clamp(40px, 4vw, 60px);}}

@media (max-width: 1024px) {
  .hero-content, .intro-grid { grid-template-columns: 1fr; }
  .hero-cards { height: 380px; max-width: 500px; margin: 0 auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .zigzag::before { left: 20px; }
  .zz-item, .zz-item.right { width: 100%; margin-left: 0; padding-left: 50px; padding-right: 0; justify-content: flex-start; }
  .zz-item.left { padding-right: 0; padding-left: 50px; justify-content: flex-start; }
  .zz-item.left .zz-card::after,
  .zz-item.right .zz-card::after { left: -38px; right: auto; }
}

@media (max-width: 720px) {
	.nav { grid-template-columns: auto 1fr auto; }
	.nav-left, .nav-right, .shop-now { display: none; }
	.menu-toggle { display: flex; }
	.logo { justify-self: start; }
	.hero {}
	.hero-stats { gap: 24px; }
	.hero-cards {height: auto;display: flex;justify-content: center;row-gap: 10px;column-gap: 2px;flex-wrap: wrap; }
	.float-card{position: static;width: 350px;}
	.card-a { right: 0; }
	.card-b { left: 10px; }
	.card-c { right: 0; bottom: 0; }
	.intro-visual { height: 460px; }
	.intro-img-lg {  }
	.intro-img-sm { width: 60%; height: 220px; }
	.product-grid { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; gap: 32px; }
	.section-head { flex-direction: column; align-items: flex-start; }
	.zz-card { padding: 24px; }
}

@media (max-width: 420px) {
  .container { /*padding: 0 18px;*/ }
  .btn { padding: 12px 20px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
}

/* ---------- Fade-in on load for sections ---------- */
/*section { animation: sectionIn .8s ease both; }*/
@keyframes sectionIn {
  /*from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }*/
}