.NwMnPgsSctn-Container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.NwMnPgsSctn-Hero {
  position: relative;
  color: #fff;
  padding: 20px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.NwMnPgsSctn-Hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
  z-index: 1;
}

.NwMnPgsSctn-Hero h1,
.NwMnPgsSctn-Hero p,
.NwMnPgsSctn-CTA {
  position: relative;
  z-index: 2;
}

.NwMnPgsSctn-Hero h1 {
  font-size: 2.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
 -webkit-text-stroke: 1px #000;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}


.NwMnPgsSctn-Hero h1 span {
  color: #e01c24;
}

.NwMnPgsSctn-Hero p {
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
  color: #ffffff;
}

.NwMnPgsSctn-CTA {
  background: #e01c24;
  color: #fff;
  padding: 20px;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 30px;
  transition: background 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.NwMnPgsSctn-CTA:hover {
  background: #c3141b;
  color: white;
}


.NwMnPgsSctn-Section {
  width: 100%;
}

.NwMnPgsSctn-Section h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #e01c24;
  text-transform: uppercase;
  font-weight: 600 !important;
}

.NwMnPgsSctn-Section h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 600 !important;
}

.NwMnPgsSctn-Section h3::after {
  content: "";
  display: block;
  width: 5%;
  height: 3px;
  background-color: #e01c24;
  margin-top: 15px;
  border-radius: 2px;
}

.NwMnPgsSctn-Section p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
}

.NwMnPgsSctn-List {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.NwMnPgsSctn-List li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 1.05rem;
  color: #333;
  font-weight: 400;
}

.NwMnPgsSctn-List li::before {
  content: "✅";
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-size: 1rem;
}

.NwMnPgsSctn-StickyCTA {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #d32f2f;
  color: white;
  padding: 15px 20px;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-decoration: none;
  font-size: 1rem;
}

.NwMnPgsSctn-Container img {
  border-radius: 8px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .NwMnPgsSctn-Hero {
    padding: 60px 15px;
  }

  .NwMnPgsSctn-Hero h1 {
    font-size: 1.8rem;
  }

  .NwMnPgsSctn-Hero p {
    font-size: 1rem;
  }

  .NwMnPgsSctn-Section {
    padding: 25px 15px;
  }

  .NwMnPgsSctn-Section h2 {
    font-size: 1.6rem;
  }

  .NwMnPgsSctn-StickyCTA {
    bottom: 15px;
    right: 15px;
    padding: 12px 18px;
    font-size: 0.9rem;
  }
}

.NwMnPgsSctn-TestimonialCards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.NwMnPgsSctn-TestimonialCard {
  background: #f9f9f9;
  border-left: 6px solid #e01c24;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.NwMnPgsSctn-TestimonialCard:hover {
  transform: translateY(-5px);
}

.NwMnPgsSctn-TestimonialText {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

.NwMnPgsSctn-TestimonialAuthor {
  font-weight: 600;
  font-size: 1rem;
  color: #000;
}

/* Mobile friendly adjustments */
@media only screen and (max-width: 768px) {
  .NwMnPgsSctn-TestimonialCards {
    grid-template-columns: 1fr;
  }
}
/***********************************************************************************************/
/* Final CTA Style Enhancements */
.NwMnPgsSctn-Section.FinalCTA {
  background: linear-gradient(135deg, #fff5f5, #ffecec);
  border: 2px dashed #e01c24;
  border-radius: 16px;
  padding: 20px;
  margin: 20px;
  width: 80%;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.NwMnPgsSctn-Section.FinalCTA h2 {
  font-size: 2.2rem;
  color: #b71c1c;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.NwMnPgsSctn-Section.FinalCTA p {
  font-size: 1.15rem;
  color: #333;
  max-width: 700px;
  margin: 10px;
  line-height: 1.6;
}

/* CTA Button Refinement */
.NwMnPgsSctn-CTA {
  background: #e01c24;
  color: #fff;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 5px 15px rgba(224, 28, 36, 0.3);
}

.NwMnPgsSctn-CTA:hover {
  background: #106cac;
  transform: translateY(-2px);
}

/* Sticky CTA Enhancement */
.NwMnPgsSctn-StickyCTA {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #d32f2f;
  color: #fff;
  padding: 14px 22px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: background 0.3s ease, transform 0.3s ease;
}

.NwMnPgsSctn-StickyCTA:hover {
  background: #106cac;
  transform: scale(1.05);
}

/* Mobile Optimization */
@media only screen and (max-width: 768px) {
  .NwMnPgsSctn-Section.FinalCTA {
    padding: 35px 20px;
  }

  .NwMnPgsSctn-Section.FinalCTA h2 {
    font-size: 1.6rem;
  }

  .NwMnPgsSctn-CTA {
    padding: 14px 24px;
    font-size: 1rem;
  }

  .NwMnPgsSctn-StickyCTA {
    bottom: 15px;
    right: 15px;
    font-size: 0.95rem;
    padding: 12px 18px;
  }
}
