/** Shopify CDN: Minification failed

Line 1178:0 All "@import" rules must come first

**/
/* === Shopify-Ready Font Embeds === */

/* UltraLight */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueUltraLight.otf?v=93365014755908495591762173834') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueUltraLightItalic.otf?v=41140159723121171631762173833') format('opentype');
  font-weight: 100;
  font-style: italic;
}

/* Thin */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueThin.otf?v=83232526536954572651762173834') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueThinItalic.otf?v=183470706918868768171762173833') format('opentype');
  font-weight: 200;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueLight.otf?v=9775953862754794471762173834') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueLightItalic.otf?v=87161571330476661981762173833') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* Regular (Roman) */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueRoman.otf?v=52251848219897399041762173838') format('opentype'),
       url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueItalic.ttf?v=81434508074428237081762173834') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueItalic.ttf?v=81434508074428237081762173834') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueMedium.otf?v=30707289953993947271762173833') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueMediumItalic.otf?v=29665608436434495131762173833') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueBold.otf?v=15052175570751403171762173836') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueBoldItalic.otf?v=76996708234331143891762173835') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* Heavy */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueHeavy.otf?v=72843494925300532321762173835') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueHeavyItalic.otf?v=96015414984790773571762173837') format('opentype');
  font-weight: 800;
  font-style: italic;
}

/* Black */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueBlack.otf?v=69091343435363147001762173837') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//blazonfire.in/cdn/shop/t/2/assets/HelveticaNeueBlackItalic.otf?v=97537144693264524221762173838') format('opentype');
  font-weight: 900;
  font-style: italic;
}


  img {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none; /* prevents right-clicking and dragging */
  }

  /* Disable selecting any text or elements */
  * {
    -webkit-user-select: none;
    user-select: none;
  }


body {
  margin: 0;
  background: #0e0e0e;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  overflow-x: hidden;
}
html{
  margin: 0;
  padding: 0;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 80px;
  background: #0e0e0e;

}

.logo img {
  height:42px;
  margin-top:10px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 40px;
}

.nav-links a {
  color: grey;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.btn-buy {
  background-color: #D8860A;
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.btn-buy:hover {
  opacity: 0.9;
}

.hero {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 80px;
  height:92vh;

}
.hero-image{
  transform:translateX(55vw) !important;
  margin-top:5vh;
}
.hero-content {
  max-width: 100%;
  z-index: 2;
  margin-top:5vh;

}
.product-main{
  height:65vw !important;
}
.product-side{
  height:65vw !important;
}
.tag {
  background: rgba(216, 134, 10, 0.1);
  color: white;
  border: 0.5px solid rgba(216, 134, 10, 0.20);
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
}
.stars-rate{
  display:flex;
  gap:0.5vw;
  margin-top:2vh;
}

.hero h1 {
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.1;
  width:100%;
  margin: 0 0 25px;
}

.hero p {
  color: #cfcfcf;
  font-size: 1.5vw;
  line-height: 1.6;
  margin-bottom: 40px;
  width:50%;
}

.buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.btn-primary {
  background-color: #D8860A;
  color: #fff;
  padding: 13px 36px;
  border-radius: 30px;
  text-decoration: none;
  z-index: 99999;
  font-weight: 500;
  text-align:center;
}

.btn-secondary {
  background: white;
  border: 1px solid #555;
  color: black;
  padding: 13px 36px;
  border-radius: 30px;
  text-decoration: none;
  z-index: 99999;
  font-weight: 500;
  text-align:center;
}

.rates i{
	font-size:15px;
	margin-top:1px;
}
.rates{
	display:flex;
	padding-top:10px;
	gap:5px;
}
.trust p {
  font-size: 15px;
  color: black;
  padding-top:0px;
  line-height: 0;
}
.trust img{
  background-color: white;
  border-radius: 100%;
  width: 5vh;
  height: auto;

}
.users{
  display: flex;
}
.img02{
  transform: translateX(-10px);
}
.img03{
  transform: translateX(-20px);
}

.hero-image {
  position: relative;
  z-index: -9999999;
  position: absolute;
  transform: translateX(62vw);
}

.product-main {
  height: 800px;
  transform: translateY(100px);

  /* transform: rotate(-2deg); */
}

.product-side {
  position: absolute;
  height: 750px;
  right: 165px;
  bottom: 0;
  opacity: 1;
  z-index: -99999;
  transform: translateY(125px);


}

.fire-effect {
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -99;
}
.transbimg{
    position: absolute;
 bottom:0px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -100;
}





/* === Multitone Noise Layer === */
.white-glow::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://assets.codepen.io/13471/noise.png"); /* fine transparent noise texture */
  background-size: cover;
  opacity: 0.1; /* Figma opacity = 10% */
  mix-blend-mode: overlay;
  pointer-events: none;
}
/* === WHY US SECTION === */
.why-us-section {
  position: relative;
  background-color: #fff;
  color: #111;
  padding: 10px 120px;
  overflow: hidden;
}

.why-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(0,0,0,0.05) 1px, transparent 1px),
                    linear-gradient(to bottom, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
  background-color:#F4F4F4;
}
.why-stats{
  padding-bottom:5vh;
}
.why-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.why-badge {
  display: inline-block;
  background-color: #F7A800;
  color: #fff;
  font-weight: 700;
  font-size: 13px;

  padding: 6px 12px;
}

.why-header h2 {
  font-size: 35px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 15px;
}
.why-header-p{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.why-header{
  width: 65%;
}

.normal-gray {
  font-size: 16px;
  line-height: 1.7;
  color: #6e6d6d;
  max-width: 900px;
}

.why-header .highlight {
  color: #E07800;
  font-weight: 500;
  margin-top: 1px;
  margin-bottom: 0px;
}

.why-stats {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 80px;
  gap: 80px;
}

.stat {
  flex: 1;
  min-width: 250px;
}

.stat h3 {
  font-size: 6vw;
  font-weight: 400;
  margin: 0 0 10px;
}

.stat p {
  font-size: 16px;
  color: #444;
  max-width: 300px;
  line-height: 1.6;
}
/* === ENGINEERED BY NATURE SECTION === */
.engineered-section {
  background-color: #fff;
  color: #111;
  padding: 50px;
  padding-left:120px;
  padding-right:0px;
  overflow-x: hidden;
}

.engineered-container {
  max-width: 1300px;
  margin: 0 auto;
}

.engineered-section h2 {
  font-size: 3vw;
  font-weight: 500;
  margin-bottom: 20px;
  line-height:1.2;
  letter-spacing: -0.5px;
  width: 40%;
}

.engineered-section p {
  font-size: 1.2vw;
  color: #444;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 850px;
  width:40%;
}

/* === Product Gallery Scroll === */
.product-gallery {
  display: flex;
  gap: 1.5vw;
  width:100%;
  margin-top:10vh;
  height:80vh;
  overflow-x: hidden;
  overflow-y:hidden;
  scroll-snap-type: x mandatory;
  padding-bottom: 0px;
  scrollbar-width: none;
}

.product-gallery::-webkit-scrollbar {
  display: none;
  
}

.sub-title{
display:flex;
justify-content: space-between;
margin-top:10px;
}
.product-item {
  flex: 0 0 260px;
  scroll-snap-align: start;
  transition: transform 0.4s ease;

}

/* Alternating up-down card effect */
.product-item:nth-child(odd) {
  transform: translateY(0px);
}
.product-item:nth-child(even) {
  transform: translateY(40px);
}

.product-item img {
  width: 25vw;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 0px;
  display: block;
margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.subtitle{
  font-size: 1.5vw;
  color: #555;
  font-weight: 500;

}


/* Number + title styling */
.product-item h4 {
  font-size: 15px;
  color: #555;
  font-weight: 500;

}
.engineered-section {
  background-color: #fff;
  border-bottom: none;
}
.pin-spacer {
  background-color: #fff !important;
}


/* === Comparison Section === */
.comparison-section {
  background: #f4f4f4;
  position: relative;
  padding-bottom: 10vh;
  overflow: hidden;

  padding-top: 15vh;
}

.comparison-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(transparent 95%, rgba(0, 0, 0, 0.05) 95%),
    linear-gradient(90deg, transparent 95%, rgba(0, 0, 0, 0.05) 95%);
  background-size: 40px 40px;
  opacity: 0.25;
  pointer-events: none;
  mask-image: radial-gradient(circle at 95% 5%, black 0%, black 10%, transparent 40%);
  -webkit-mask-image: radial-gradient(circle at 95% 5%, black 0%, black 10%, transparent 40%);
}

.comparison-container {
  text-align: center;
  position: relative;
  z-index: 2;
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
}

.comparison-container h2 {
  font-size: 4vw;
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
}

.comparison-container .subtitle {
  color: #555;
  font-size: 1.5vw;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 60px;
}

.comparison-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  flex-wrap: wrap;
}

.comparison-box img {
  width: 85vw;
}

.comparison-txts {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 5vh 5vw;
}



/* === One Solution Section === */
.solution-section {
  position: relative;
  
  padding: 1px 0;
  overflow: hidden;
  padding-top:150px;
  background-color:#F4F4F4;
}

/* background grid pattern */
.solution-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(transparent 95%, rgba(0,0,0,0.05) 95%),
    linear-gradient(90deg, transparent 95%, rgba(0,0,0,0.05) 95%);
  background-size: 40px 40px;
  opacity: 0.2;
  pointer-events: none;
  
}

.solution-container {
  background: #0e0e0e;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 50px 80px;
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 2;

}

.solution-left {
  flex: 1;
  color: #fff;
}

.solution-left h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.solution-left p {
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.solution-left ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.solution-left li {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.btn-buy-orange {
  display: inline-block;
  background-color:#D8860A;
  color: #fff;
  padding: 14px 36px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top:40px;
  transition: opacity 0.3s;
}

.btn-buy-orange:hover {
  opacity: 0.9;
}

.iso-text {
  color: #70E8A6 !important;
  font-size: 14px;
  font-weight: 400;
}

.solution-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.solution-right img {
  width: 95%;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .solution-container {
    flex-direction: column;
    padding: 60px 40px;
  }

  .solution-right img {
    width: 100%;
  }

  .solution-left {
    text-align: center;
  }
}


/* === EXCELLENCE SECTION === */
.excellence-section {
  position: relative;
  background-color: #FAFAFA;
  color: #111;
  padding: 120px 120px;
  padding-bottom:1px
  overflow: hidden;
}

.excellence-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(0,0,0,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
   mask-image: radial-gradient(circle at 95% 5%, black 0%, black 10%, transparent 40%);
  -webkit-mask-image: radial-gradient(circle at 95% 5%, black 0%, black 10%, transparent 40%);
  background-color:#F4F4F4;
}

.excellence-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 100%;
  margin: 0 auto;

}

.exc-cont{
width: 100%;
display:flex;
flex-direction:row;
position:relative;
}
.excellence-left {
  flex: 1;
  width:100%;
}

.excellence-left h2 {
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}

.excellence-left .subtext {
  font-size: 1vw;
  color: #555;
  margin-bottom: 0px;
  line-height: 1.7;
  width:40%;
}

.btn-buy-orange2 {
  background: #D8860A;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
  position:absolute;
  right:0;
}
.btn-buy-orange2:hover {
  opacity: 0.85;
}

.excellence-right {
  flex: 1.4;
  display: flex;
  align-items: flex-start;
  gap: 70px;
  width:100%;
  justify-content:center;
  align-items:center;
}

.imgexc {
  width: 400px;
  border-radius: 14px;

  height:450px;     /* keeps it square */
  object-fit: cover;          /* crops image, avoids stretching */
  object-position: center;    /* centers the image content */
  display: block;             /* remove inline spacing */

}

.accordion {
  flex: 1;
  width:100%;
  background: radial-gradient(white,white,white,transparent);
}

.accordion-item {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header h3 {
  font-size: 1.5vw;
  font-weight: 700;
  margin: 0;
  color: #111;
}

.symbol {
  font-size: 22px;
  font-weight: 600;
  color: #111;
}

.accordion-content {
  margin-top: 2vh;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
  text-align: start !important;
}

.accordion-content ul {
  margin: 0;
  padding-left: 20px;
}
.accordion-content ul span{
  padding-left:0.5vw;
}

.accordion-content li {
  margin-bottom: 6px;
  list-style-type: disc;
}

.accordion-item:not(.active) .accordion-content {
  display: none;
}

@media (max-width: 950px) {
  .excellence-container {
    flex-direction: column;
    gap: 60px;
  }
  .excellence-right {
    flex-direction: column;
    align-items: center;
  }
  .image-container img {
    width: 80%;
  }
}
/* ===== Testimonials (exact layout from screenshot) ===== */
.testimonials-section {
  width: 100%;
  background: #fff;
  padding: 90px 1px 110px;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', sans-serif; /* keep page font */
  position: relative;
  color: #111;
}

/* Title centered exactly like image */
.testimonials-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px;
  color: #111;
}

/* Rows layout */
.testimonials-row {
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto 10px;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}

/* Card base */
.testimonial-card {
  width: 400px;
  background: #FAFAFA !important;
  border-radius: 14px;
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
 
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease;
}

/* highlighted center card */


/* left / right faded edge cards are partially transparent to mimic screenshot */
.testimonial-card.left-fade,
.testimonial-card.right-fade {
  background: #fafafa;
  opacity: 0.55;
}

/* text & meta */
.testi-text {
  color: #111;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.testi-name {
  display: block;
  color: #777;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 12px;
}

.testi-stars {
  color: #FFA500;
  font-size: 13px;
  letter-spacing: 0px;
}


/* subtle hover lift for cards (desktop) */
.testimonial-card:hover { transform: translateY(-6px);  border:1px solid #D8860A; }

/* second row smaller vertical gap like screenshot */
.second-row { margin-top: 18px; }

/* exact spacing so middle highlighted card sits visually centered & highlighted */
.testimonials-row > .testimonial-card:nth-child(2) { flex-shrink: 0; }

/* soft side fade like screenshot (left & right) */
.testimonials-section::before,
.testimonials-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  pointer-events: none;
  z-index: 2;
}
.testimonials-section::before {
  left: 0;
  background: linear-gradient(to right, #fff 45%, rgba(255,255,255,0));
}
.testimonials-section::after {
  right: 0;
  background: linear-gradient(to left, #fff 45%, rgba(255,255,255,0));
}

/* ===== Testimonials Section ===== */
.testimonials-section {
  background: #fff;
  text-align: center;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

.testimonials-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #111;
}

/* Wrapper and rows */
.testimonials-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.testimonials-row {
  display: flex;
  gap: 30px;
  min-width: max-content;
  align-items: stretch;
}

/* Testimonial cards */
.testimonial-card {
  background: #fff;
  border-radius: 16px;
 
  padding: 30px 25px;
  min-width: 360px;
  max-width: 360px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.testimonial-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

.testimonial-card span {
  font-weight: 600;
  color: #444;
  display: block;
  margin-top: 5px;
}

/* Star ratings */
.stars {
  color: #F5A623; /* golden */
  font-size: 18px;
  margin-bottom: 8px;
}

/* Scroll animations */
@keyframes scrollRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

@keyframes scrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.scroll-right {
  animation: scrollRight 40s linear infinite;
}

.scroll-left {
  animation: scrollLeft 40s linear infinite;
}

/* Fading edges */
.testimonials-section::before,
.testimonials-section::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.testimonials-section::before {
  left: 0;
  background: linear-gradient(to right, white 0%, transparent 100%);
}

.testimonials-section::after {
  right: 0;
  background: linear-gradient(to left, white 0%, transparent 100%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .testimonial-card {
    min-width: 280px;
    max-width: 280px;
    padding: 20px;
  }
  .testimonials-title {
    font-size: 32px;
  }
}

/* Responsive: stack nicely on narrow screens */
@media (max-width: 980px) {
  .testimonials-row { gap: 18px; }
  .testimonial-card { width: 300px; padding: 20px; }
  .testimonials-section { padding: 60px 20px; }
}

@media (max-width: 640px) {
  .testimonials-row { max-width: 520px; margin: 0 auto 18px; }
  .testimonial-card { width: 100%; margin-bottom: 16px; }
  .second-row { margin-top: 8px; }
  .testimonials-section::before,
  .testimonials-section::after { display: none; }
}
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.footer {
  position: relative;
  background: #000;
  color: white;
  text-align: center;
  padding: 80px 20px 40px;
  overflow: hidden;
}

.footer-logo {
  width: 100px;
  margin-bottom: 10px;
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.footer h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.footer-txt{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.footer p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 25px;
  width:80%;
}


.footer .buy-now {
  background: #ff9900;
  color: #fff;
  border: none;
  padding: 7px 37px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer .buy-now:hover {
  background: #ffb84a;
  box-shadow: 0 0 20px #ff9900;
}

.footer-links {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 40px 0 20px;
  padding: 0;
  gap: 40px;
}

.footer-links li {
  cursor: pointer;
  font-size: 0.95rem;
  color: #fff;
  transition: 0.3s;
}

.footer-links li:hover {
  color: #ffb23f;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.social-icons i {
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

.social-icons i:hover {
  color: #ffb23f;
}

.bottom-text {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #bbb;
  margin-top: 25px;
  width:100%;
}


.glowimg{
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	z-index:-9999999;
}

.footer::after {
  content: "BLAZONFIRE BLAZONFIRE";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  font-size: 8rem;
  opacity: 0.05;
  color: #fff;
  transform: translateX(-20%);
  letter-spacing: 10px;
  white-space: nowrap;
  animation: moveText 25s linear infinite;
  z-index: 0;
}

@keyframes moveText {
  from { transform: translateX(-20%); }
  to { transform: translateX(-50%); }
}






/* --- Responsive Enhancements --- */
/* === GLOBAL RESPONSIVE ADJUSTMENTS === */
/* ================================ */
/* 📱 FULL MOBILE OPTIMIZATION     */
/* Small: <480px | Medium: <640px | Large: <768px */
/* ================================ */

/* Hamburger visible on mobile */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }
  .nav-links {
    display: none;
  }
  .btn-buy {
    display: none; /* Replaced by mobile nav */
  }

.navbar{
padding: 6px 20px;
}
.logo img{
height:26px;
}
  /* Hero Section */
  .hero {
    flex-direction: column;
    padding: 60px 20px 40px;
    text-align: center;
    align-items: center;
  }
  .hero-content {
    width: 100%;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .hero p {
    font-size: 16px;
    width: 100%;
    margin-bottom: 30px;
  }
  .buttons {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .btn-primary, .btn-secondary {
    width: 100%;
    max-width: 280px;
    padding: 14px;
    font-size: 16px;
  }
  .trust {
    margin-top: 20px;
    
  }
  .users {
    justify-content: center;
    margin-bottom: 8px;
  }
  .users img {
    width: 25px;
    height: 25px;
    border: 2px solid white;
    background: white;
  }
  .trust p {
    color: #ddd;
    font-size: 14px;
    margin-top: 6px;
  }

  /* Hero Images */
  .hero-image {
    position: relative;
    transform: none;
    margin-top: 30px;
    display: none;
    gap: 20px;
    justify-content: center;
  }
  .product-main, .product-side {
    height: auto;
    width: 45%;
    max-width: 180px;
    position: relative;
    transform: none;
  }
  .fire-effect {
    display: none;
  }

  /* WHY US */
  .why-us-section {
    padding: 60px 20px;
  }
  .why-header {
    width: 100%;
    text-align: start;
  }
  .why-header h2 {
    font-size: 19px;
    line-height: 1.4;
   .why-badge{
   	padding:1px 5px;
   	margin-bottom:5px;
   }
  }
  .why-header .highlight {
    font-size: 12px;
    line-height: 1.6;
  }
  .normal-gray{
  	font-size:12px;
  }
  .why-stats {
    flex-direction: column;
    text-align:flex-start;
   	gap:20px;
   	flex-wrap: nowrap;
   	flex-direction:row;
   	margin:0px;
   	margin-top:20px;
   	
    
  }
  .stat{
  min-width:133px;
  }
  .stat h3 {
    font-size: 38px !important;
  }
  .stat p {
    font-size: 10px;
 
  }

  /* ENGINEERED SECTION */
  .engineered-section {
    padding: 0px 15px;
    text-align: start;
  }
  .engineered-section h2 {
    font-size: 23px;
    width: 80%;
    line-height:1.2em;
    padding-bottom:0px !important;
  }
  .engineered-section p {
    font-size: 15px;
    width: 100%;
  }
  .product-gallery {
    height: 45vh;
    padding: 0 10px;
  }
  .product-item {
    flex: 0 0 220px;
  }
  .product-item img {
    width: 90%;
    margin: 0 auto;
  }
  .sub-title {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
  }

  /* COMPARISON */
  .comparison-box img {
    width: 100%;
    max-width: 500px;
  }
.comparison-container{
width:88%;
}
.comparison-container h2{
	font-size:25px;
}

.comparison-container .subtitle{
	font-size:10px;
	margin-bottom:25px;
}
  /* SOLUTION */
  .solution-section {
    padding-top: 80px;
  }
  .solution-container {
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
  }
  .solution-left {
    text-align: start;
  }
  .solution-left{
  font-size:25px;
  }
  .solution-left p{
  	margin-bottom:15px;
  }
  .solution-left ul {
    text-align: left;
    margin: 0 auto;
    max-width: 380px;
  }
  .solution-right img {
    width: 100%;
    
  }
  .btn-buy-orange{
font-size:15px;
margin-top:10px;
}

  /* EXCELLENCE */
  .excellence-section {
    padding: 80px 20px;
  }
  .excellence-left h2{
  font-size:26px;
  }
  .subtext{
  	width:100% !important;
  }
  .exc-cont {
    flex-direction: column;
    align-items: flex-start;
  }
  .btn-buy-orange2 {
    position: static;
    margin-top: 7px;
    align-self: flex-start;
    padding: 8px 30px;
  }
  .excellence-right {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .imgexc {
    width: 100% !important;
    aspect-ratio:1;
    height: auto;
  }
  .accordion {
    width: 100%;
  }

  /* TESTIMONIALS */
  .testimonials-section {
    padding: 60px 15px;
  }
  .testimonials-title {
    font-size: 28px;
  }
  .testimonials-wrapper,
  .testimonials-row {
    gap: 20px;
  }
  .testimonial-card {
    min-width: 280px !important;
    max-width: 280px !important;
    padding: 20px;
  }

  /* FOOTER */
  .footer {
    padding: 60px 20px 30px;
  }
  .footer h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .footer p {
    width: 100%;
    font-size: 15px;
  }
  .footer-links {
    gap: 25px;
    flex-wrap: wrap;
  }
  .bottom-text {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .bottom-text .right {
    text-align: center;
  }
}

/* Extra tweaks for small screens */
@media (max-width: 480px) {
  .hero h1 { font-size: 34px; }
  .stat h3 { font-size: 48px; }
  .engineered-section h2 { font-size: 24px; }
  .solution-left h2 { font-size: 28px; }
  .excellence-left h2 { font-size: 30px; }
  .footer h1 { font-size: 1.6rem; }
}



.solution-left li i{
    margin-right:0.7vw;
}