Amazon Disclosure
1. How This Works
2. Why We Include These Links
3. Our Editorial Independence
4. Other Affiliate Relationships
5. FTC Compliance
6. Questions?
π§ moeez.shehzad1212@gmail.com
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
/* ββ SMOOTH SCROLL ββ */
html { scroll-behavior: smooth !important; }
* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Plus Jakarta Sans', sans-serif; }
a { text-decoration: none !important; border: none !important; box-shadow: none !important; color: inherit; }
/* ASTRA DEFAULT HEADER KO HIDE KARNE KI COMMAND */
.site-header, .ast-primary-header-bar, header, .entry-header, .ast-above-header, .ast-below-header { display: none !important; }
.site-content, .ast-container, .site, body, html { padding-top: 0 !important; margin-top: 0 !important; }
/* SCROLL ISSUE FIX */
body { background: #EDE8E2; color: #0E0D0C; overflow-x: clip !important; }
/* ββ STICKY HEADER WRAPPER ββ */
.bhw {
width: 100vw !important;
max-width: 100vw !important;
margin-left: calc(-50vw + 50%) !important;
margin-top: 0 !important;
background: #1A1917;
position: sticky !important; /* YAHAN SE HEADER STICKY HOGA */
top: 0 !important; /* SCROLL KARNE PAR UPAR RUKEGA */
z-index: 999999 !important;
box-shadow: 0 4px 20px rgba(0,0,0,.4);
}
/* ββ UTILITY BAR ββ */
.ub { background: #080807; padding: 5px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #1E1C18; width: 100%; }
.ul { font-size: 9px; color: #5A5650; letter-spacing: .08em; display: flex; align-items: center; gap: 6px; }
.ud { width: 5px; height: 5px; background: #22C55E; border-radius: 50%; animation: gpulse 2s infinite; flex-shrink: 0; }
@keyframes gpulse { 0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(34,197,94,.4); } 50% { opacity: .7; box-shadow: 0 0 0 3px rgba(34,197,94,0); } }
.ur { display: flex; gap: 16px; }
.uk { font-size: 9px; color: #5A5650; cursor: pointer; transition: .15s; text-decoration: none !important; }
.uk:hover { color: #E07B00; }
/* ββ MAIN NAV ββ */
.mn { background: #1A1917; padding: 0 24px; height: 62px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #302D29; width: 100%; }
/* ββ LOGO ββ */
.lw { display: flex; align-items: center; gap: 11px; flex-shrink: 0; text-decoration: none !important; }
.mk { width: 40px; height: 40px; background: #E07B00; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 20px; position: relative; flex-shrink: 0; box-shadow: 0 3px 10px rgba(224,123,0,.35); }
.mk::after { content: ''; position: absolute; inset: 2px; border: 1.5px solid rgba(255,255,255,.22); border-radius: 7px; pointer-events: none; }
.lx { line-height: 1; }
/* ββ LOGO TEXT FIX ββ */
.lm { font-family: 'Bebas Neue', sans-serif !important; font-size: 26px !important; font-weight: 400 !important; color: white !important; letter-spacing: 1.5px !important; line-height: 1 !important; text-transform: uppercase !important; display: block !important; }
.lm .bc { color: #E07B00 !important; font-family: 'Bebas Neue', sans-serif !important; font-size: 26px !important; font-weight: 400 !important; letter-spacing: 1.5px !important; }
.lt { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 8px !important; font-weight: 400 !important; color: #5A5650 !important; letter-spacing: .16em !important; text-transform: uppercase !important; margin-top: 2px !important; display: block !important; line-height: 1 !important; }
/* ββ NAV LINKS ββ */
.nc { display: flex; align-items: center; gap: 3px; }
.ni { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 11px; font-weight: 500; color: #A09890; padding: 7px 12px; border-radius: 7px; cursor: pointer; transition: .15s; white-space: nowrap; text-decoration: none !important; display: block; }
.ni:hover, .ni.on { color: #fff; background: #2E2B28; }
.na { background: #E07B00; color: #fff !important; font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 10px; font-weight: 700; padding: 8px 15px; border-radius: 8px; cursor: pointer; display: flex; align-items: center; gap: 5px; letter-spacing: .04em; white-space: nowrap; text-decoration: none !important; box-shadow: 0 2px 8px rgba(224,123,0,.3); transition: .15s; margin-left: 4px; }
.na:hover { background: #C96A00; }
/* ββ MARQUEE STRIP ββ */
.os { background: linear-gradient(90deg,#E07B00 0%,#C96A00 100%); width: 100%; overflow: hidden; display: flex; align-items: center; height: 34px; position: relative; }
.os::before, .os::after { content: ''; position: absolute; top: 0; bottom: 0; width: 40px; z-index: 2; pointer-events: none; }
.os::before { left: 0; background: linear-gradient(90deg,#C96A00,transparent); }
.os::after { right: 0; background: linear-gradient(-90deg,#C96A00,transparent); }
.os-track { display: flex; align-items: center; width: max-content; animation: marquee 28s linear infinite; will-change: transform; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.oi { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 10px; font-weight: 600; color: rgba(255,255,255,.95); display: flex; align-items: center; gap: 5px; padding: 0 18px; white-space: nowrap; flex-shrink: 0; letter-spacing: .02em; }
.od { width: 1px; height: 12px; background: rgba(255,255,255,.22); flex-shrink: 0; }
/* ββ RESPONSIVE ββ */
@media(max-width:900px){ .ub, .mn { padding-left: 16px; padding-right: 16px; } .ni { padding: 6px 10px; font-size: 10px; } }
@media(max-width:680px){
.ub { padding: 5px 12px; }
.ur { display: none; }
.ul { font-size: 8px; }
.mn { padding: 0 12px; height: 56px; }
.lw { gap: 8px; }
.mk { width: 34px; height: 34px; font-size: 17px; }
.lm { font-size: 21px !important; }
.lm .bc { font-size: 21px !important; }
.lt { display: none !important; }
.nc { gap: 1px; }
.ni { display: none !important; }
.na { padding: 7px 12px; font-size: 9px; margin-left: 0; }
.oi { font-size: 9px; padding: 0 13px; }
}
</style>
<div class="bhw">
<!-- UTILITY BAR -->
<div class="ub">
<div class="ul">
<div class="ud"></div>
πΊπΈ Trusted by 50,000+ US homeowners & contractors
</div>
<div class="ur">
<a href="/about/" class="uk">About</a>
<a href="/contact/" class="uk">Contact</a>
<a href="/privacy-policy/" class="uk">Privacy</a>
</div>
</div>
<!-- MAIN NAV -->
<nav class="mn">
<a href="/" class="lw">
<div class="mk">ποΈ</div>
<div class="lx">
<span class="lm"><span class="bc">Burj</span>Calc</span>
<span class="lt">Free Construction Calculators</span>
</div>
</a>
<div class="nc">
<a href="/solar-calculators/" class="ni">Solar</a>
<a href="/barn-calculators/" class="ni">Barns</a>
<a href="/pool-calculators/" class="ni">Pool</a>
<a href="/shed-calculators/" class="ni">Sheds</a>
<a href="#tools" class="na">All Tools βΎ</a>
</div>
</nav>
<!-- MARQUEE STRIP -->
<div class="os">
<div class="os-track">
<div class="oi">β‘ Free Tools</div><div class="od"></div>
<div class="oi">πΊπΈ Imperial & Metric</div><div class="od"></div>
<div class="oi">π± Job Site Ready</div><div class="od"></div>
<div class="oi">β
No Signup Ever</div><div class="od"></div>
<div class="oi">π Buy Materials on Amazon</div><div class="od"></div>
<div class="oi">β‘ Free Tools</div><div class="od"></div>
<div class="oi">πΊπΈ Imperial & Metric</div><div class="od"></div>
<div class="oi">π± Job Site Ready</div><div class="od"></div>
<div class="oi">β
No Signup Ever</div><div class="od"></div>
<div class="oi">π Buy Materials on Amazon</div><div class="od"></div>
</div>
</div>
</div>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
/* ββ SMOOTH SCROLL ββ */
html { scroll-behavior: smooth !important; }
* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Plus Jakarta Sans', sans-serif; }
a { text-decoration: none !important; border: none !important; box-shadow: none !important; color: inherit; }
/* ASTRA DEFAULT HEADER KO HIDE KARNE KI COMMAND */
.site-header, .ast-primary-header-bar, header, .entry-header, .ast-above-header, .ast-below-header { display: none !important; }
.site-content, .ast-container, .site, body, html { padding-top: 0 !important; margin-top: 0 !important; }
/* SCROLL ISSUE FIX */
body { background: #EDE8E2; color: #0E0D0C; overflow-x: clip !important; }
/* ββ STICKY HEADER WRAPPER ββ */
.bhw {
width: 100vw !important;
max-width: 100vw !important;
margin-left: calc(-50vw + 50%) !important;
margin-top: 0 !important;
background: #1A1917;
position: sticky !important; /* YAHAN SE HEADER STICKY HOGA */
top: 0 !important; /* SCROLL KARNE PAR UPAR RUKEGA */
z-index: 999999 !important;
box-shadow: 0 4px 20px rgba(0,0,0,.4);
}
/* ββ UTILITY BAR ββ */
.ub { background: #080807; padding: 5px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #1E1C18; width: 100%; }
.ul { font-size: 9px; color: #5A5650; letter-spacing: .08em; display: flex; align-items: center; gap: 6px; }
.ud { width: 5px; height: 5px; background: #22C55E; border-radius: 50%; animation: gpulse 2s infinite; flex-shrink: 0; }
@keyframes gpulse { 0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(34,197,94,.4); } 50% { opacity: .7; box-shadow: 0 0 0 3px rgba(34,197,94,0); } }
.ur { display: flex; gap: 16px; }
.uk { font-size: 9px; color: #5A5650; cursor: pointer; transition: .15s; text-decoration: none !important; }
.uk:hover { color: #E07B00; }
/* ββ MAIN NAV ββ */
.mn { background: #1A1917; padding: 0 24px; height: 62px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #302D29; width: 100%; }
/* ββ LOGO ββ */
.lw { display: flex; align-items: center; gap: 11px; flex-shrink: 0; text-decoration: none !important; }
.mk { width: 40px; height: 40px; background: #E07B00; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 20px; position: relative; flex-shrink: 0; box-shadow: 0 3px 10px rgba(224,123,0,.35); }
.mk::after { content: ''; position: absolute; inset: 2px; border: 1.5px solid rgba(255,255,255,.22); border-radius: 7px; pointer-events: none; }
.lx { line-height: 1; }
/* ββ LOGO TEXT FIX ββ */
.lm { font-family: 'Bebas Neue', sans-serif !important; font-size: 26px !important; font-weight: 400 !important; color: white !important; letter-spacing: 1.5px !important; line-height: 1 !important; text-transform: uppercase !important; display: block !important; }
.lm .bc { color: #E07B00 !important; font-family: 'Bebas Neue', sans-serif !important; font-size: 26px !important; font-weight: 400 !important; letter-spacing: 1.5px !important; }
.lt { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 8px !important; font-weight: 400 !important; color: #5A5650 !important; letter-spacing: .16em !important; text-transform: uppercase !important; margin-top: 2px !important; display: block !important; line-height: 1 !important; }
/* ββ NAV LINKS ββ */
.nc { display: flex; align-items: center; gap: 3px; }
.ni { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 11px; font-weight: 500; color: #A09890; padding: 7px 12px; border-radius: 7px; cursor: pointer; transition: .15s; white-space: nowrap; text-decoration: none !important; display: block; }
.ni:hover, .ni.on { color: #fff; background: #2E2B28; }
.na { background: #E07B00; color: #fff !important; font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 10px; font-weight: 700; padding: 8px 15px; border-radius: 8px; cursor: pointer; display: flex; align-items: center; gap: 5px; letter-spacing: .04em; white-space: nowrap; text-decoration: none !important; box-shadow: 0 2px 8px rgba(224,123,0,.3); transition: .15s; margin-left: 4px; }
.na:hover { background: #C96A00; }
/* ββ MARQUEE STRIP ββ */
.os { background: linear-gradient(90deg,#E07B00 0%,#C96A00 100%); width: 100%; overflow: hidden; display: flex; align-items: center; height: 34px; position: relative; }
.os::before, .os::after { content: ''; position: absolute; top: 0; bottom: 0; width: 40px; z-index: 2; pointer-events: none; }
.os::before { left: 0; background: linear-gradient(90deg,#C96A00,transparent); }
.os::after { right: 0; background: linear-gradient(-90deg,#C96A00,transparent); }
.os-track { display: flex; align-items: center; width: max-content; animation: marquee 28s linear infinite; will-change: transform; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.oi { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 10px; font-weight: 600; color: rgba(255,255,255,.95); display: flex; align-items: center; gap: 5px; padding: 0 18px; white-space: nowrap; flex-shrink: 0; letter-spacing: .02em; }
.od { width: 1px; height: 12px; background: rgba(255,255,255,.22); flex-shrink: 0; }
/* ββ RESPONSIVE ββ */
@media(max-width:900px){ .ub, .mn { padding-left: 16px; padding-right: 16px; } .ni { padding: 6px 10px; font-size: 10px; } }
@media(max-width:680px){
.ub { padding: 5px 12px; }
.ur { display: none; }
.ul { font-size: 8px; }
.mn { padding: 0 12px; height: 56px; }
.lw { gap: 8px; }
.mk { width: 34px; height: 34px; font-size: 17px; }
.lm { font-size: 21px !important; }
.lm .bc { font-size: 21px !important; }
.lt { display: none !important; }
.nc { gap: 1px; }
.ni { display: none !important; }
.na { padding: 7px 12px; font-size: 9px; margin-left: 0; }
.oi { font-size: 9px; padding: 0 13px; }
}
</style>
<div class="bhw">
<!-- UTILITY BAR -->
<div class="ub">
<div class="ul">
<div class="ud"></div>
πΊπΈ Trusted by 50,000+ US homeowners & contractors
</div>
<div class="ur">
<a href="/about/" class="uk">About</a>
<a href="/contact/" class="uk">Contact</a>
<a href="/privacy-policy/" class="uk">Privacy</a>
</div>
</div>
<!-- MAIN NAV -->
<nav class="mn">
<a href="/" class="lw">
<div class="mk">ποΈ</div>
<div class="lx">
<span class="lm"><span class="bc">Burj</span>Calc</span>
<span class="lt">Free Construction Calculators</span>
</div>
</a>
<div class="nc">
<a href="/solar-calculators/" class="ni">Solar</a>
<a href="/barn-calculators/" class="ni">Barns</a>
<a href="/pool-calculators/" class="ni">Pool</a>
<a href="/shed-calculators/" class="ni">Sheds</a>
<a href="#tools" class="na">All Tools βΎ</a>
</div>
</nav>
<!-- MARQUEE STRIP -->
<div class="os">
<div class="os-track">
<div class="oi">β‘ Free Tools</div><div class="od"></div>
<div class="oi">πΊπΈ Imperial & Metric</div><div class="od"></div>
<div class="oi">π± Job Site Ready</div><div class="od"></div>
<div class="oi">β
No Signup Ever</div><div class="od"></div>
<div class="oi">π Buy Materials on Amazon</div><div class="od"></div>
<div class="oi">β‘ Free Tools</div><div class="od"></div>
<div class="oi">πΊπΈ Imperial & Metric</div><div class="od"></div>
<div class="oi">π± Job Site Ready</div><div class="od"></div>
<div class="oi">β
No Signup Ever</div><div class="od"></div>
<div class="oi">π Buy Materials on Amazon</div><div class="od"></div>
</div>
</div>
</div>