.nabh-section {
  position: relative;
  background: #f8f9fc;
  padding: 80px 0 120px;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.col-50 {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}

h1 {
  font-size: 42px;
  margin-bottom: 20px;
  color: #222;
}

h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #222;
}

.divider {
  width: 80px;
  height: 3px;
  background: #2c7be5;
  margin: 20px 0;
}

ul {
  padding-left: 20px;
}

ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* ===== Form Styles ===== */
.form-box {
  background: #ffffff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.form-box input {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.form-box button {
  width: 100%;
  padding: 14px;
  background: #2c7be5;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.form-box button:hover {
  background: #1a68d1;
}

/* ===== Shape Divider ===== */
.shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}

.shape-divider svg {
  display: block;
  width: 100%;
  height: 100px;
}

.shape-divider path {
  fill: #ffffff;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .col-50 {
    width: 100%;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }
}
.overview-section {
  padding: 10px 0;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.col-50 {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

/* ===== Headings & Divider ===== */
.overview-section h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #222;
}

.divider {
  width: 70px;
  height: 3px;
  background: #2c7be5;
  margin-bottom: 25px;
}

/* ===== Text ===== */
.overview-section p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* ===== Button ===== */
.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 26px;
  background: #2c7be5;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}

.btn:hover {
  background: #1a68d1;
}

/* ===== Image ===== */
.image-box {
  text-align: center;
}

.image-box img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .col-50 {
    width: 100%;
    text-align: center;
  }

  .divider {
    margin-left: auto;
    margin-right: auto;
  }
}
.nabh-section {
  position: relative;
  background: #ffffff;
  padding: 100px 0;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.divider {
  width: 80px;
  height: 3px;
  background: #ff7a00;
  margin: 0 auto 50px;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.image-box img {
  max-width: 100%;
  height: auto;
}

.text-box p {
  font-size: 16px;
  margin-bottom: 15px;
}

.text-box ul {
  padding-left: 20px;
  margin-bottom: 25px;
}

.text-box ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: #ff7a00;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #e56c00;
}

/* SHAPES */
.shape {
  position: absolute;
  width: 100%;
  left: 0;
  line-height: 0;
}

.shape-top {
  top: 0;
}

.shape-bottom {
  bottom: 0;
}

.shape svg {
  width: 100%;
  height: 100px;
}

.shape path {
  fill: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .content-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .text-box ul {
    text-align: left;
  }
}
.nabh-procedure {
  background: #ffffff;
  padding: 90px 0;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.divider {
  width: 90px;
  height: 3px;
  background: #ff7a00;
  margin: 0 auto 50px;
}

.procedure-step {
  margin-bottom: 40px;
}

.procedure-step h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.procedure-step p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.procedure-step ul {
  padding-left: 20px;
}

.procedure-step ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* BUTTON */
.btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.btn-primary {
  display: inline-block;
  padding: 12px 28px;
  background: #ff7a00;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #e56c00;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .procedure-step h3 {
    font-size: 20px;
  }
}
.nabh-documents {
  position: relative;
  background: #ffffff;
  padding: 100px 0;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.divider {
  width: 90px;
  height: 3px;
  background: #ff7a00;
  margin: 0 auto 50px;
}

.doc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.doc-text p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.doc-text ul {
  padding-left: 20px;
  margin-bottom: 25px;
}

.doc-text ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.doc-image img {
  max-width: 100%;
  height: auto;
}

/* BUTTON */
.btn-primary {
  display: inline-block;
  padding: 12px 26px;
  background: #ff7a00;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #e56c00;
}

/* SHAPES */
.shape {
  position: absolute;
  width: 100%;
  left: 0;
  line-height: 0;
}

.shape-top {
  top: 0;
}

.shape-bottom {
  bottom: 0;
}

.shape svg {
  width: 100%;
  height: 100px;
}

.shape path {
  fill: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .doc-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .doc-text ul {
    text-align: left;
  }
}
.nabh-infra {
  background: #ffffff;
  padding: 80px 0;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.infra-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* IMAGE */
.infra-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* CONTENT */
.infra-content {
  max-width: 520px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.divider {
  width: 80px;
  height: 3px;
  background: #ff7a00;
  margin-bottom: 25px;
}

.infra-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.infra-content ul {
  padding-left: 20px;
  margin-bottom: 25px;
}

.infra-content ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* BUTTON */
.btn-primary {
  display: inline-block;
  padding: 12px 26px;
  background: #ff7a00;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #e56c00;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .infra-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .infra-content {
    max-width: 100%;
  }

  .infra-content ul {
    text-align: left;
  }
}
.mantra-nabh-help {
  position: relative;
  background: #eaf6ff;
  padding: 110px 0;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* HEADINGS */
.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #0b2d5c;
  margin-bottom: 15px;
}

.divider {
  width: 90px;
  height: 3px;
  background: #1da1f2;
  margin: 0 auto 30px;
}

.intro-text {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* HIGHLIGHT BOX */
.highlight-box {
  background: #ffffff;
  border: 2px solid #1da1f2;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 45px;
}

.highlight-box h3 {
  font-size: 22px;
  color: #0b2d5c;
  margin-bottom: 10px;
}

.highlight-box p {
  line-height: 1.7;
}

/* STEPS */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

.step-card {
  background: #ffffff;
  border: 1px solid #cfe9fb;
  border-radius: 10px;
  padding: 22px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.step-card h4 {
  font-size: 18px;
  color: #0b2d5c;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 15px;
  line-height: 1.6;
}

/* CTA */
.cta-wrap {
  text-align: center;
}

.btn-primary {
  display: inline-block;
  padding: 14px 34px;
  background: #0b2d5c;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #081f3f;
}

/* SHAPES */
.shape {
  position: absolute;
  width: 100%;
  left: 0;
  line-height: 0;
}

.shape-top {
  top: 0;
}

.shape-bottom {
  bottom: 0;
}

.shape svg {
  width: 100%;
  height: 100px;
}

.shape path {
  fill: #eaf6ff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 28px;
  }
}
.nabh-stats {
  background: #ffffff;
  padding: 100px 0;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}

/* HEADER */
.section-title {
  font-size: 38px;
  font-weight: 700;
  color: #001f4d;
  margin-bottom: 15px;
}

.divider {
  width: 80px;
  height: 3px;
  background: #00a2ff;
  margin: 0 auto 25px;
}

.section-subtitle {
  max-width: 900px;
  margin: 0 auto 60px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* STATS */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  margin-bottom: 50px;
}

.stat-item {
  padding: 20px;
}

.stat-number {
  font-size: 64px;
  font-weight: 700;
  color: #001f4d;
  margin-bottom: 10px;
}

.stat-number::after {
  content: "+";
}

.stat-number.percent::after {
  content: "%";
}

.stat-item p {
  font-size: 20px;
  color: #000;
}

.stat-divider {
  width: 1px;
  height: 100px;
  background: #00a2ff;
  margin: auto;
}

/* CTA */
.cta-wrap {
  margin-top: 20px;
}

.btn-primary {
  display: inline-block;
  padding: 14px 36px;
  background: #001f4d;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #000f2b;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .stat-divider {
    display: none;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 28px;
  }

  .stat-number {
    font-size: 48px;
  }
}
.clients-section {
  position: relative;
  background: #ffffff;
  padding: 100px 0 80px;
  font-family: Arial, sans-serif;
}

/* SHAPE */
.shape-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}

.shape-top svg {
  width: 100%;
  height: 90px;
}

.shape-top path {
  fill: #ffffff;
}

/* CONTAINER */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}

/* HEADING */
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #001f4d;
  margin-bottom: 15px;
}

.divider {
  width: 80px;
  height: 3px;
  background: #00a2ff;
  margin: 0 auto 50px;
}

/* LOGO GRID */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 30px;
  align-items: center;
  margin-bottom: 60px;
}

.logo-grid img {
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.logo-grid img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* CTA */
.cta-wrap {
  text-align: center;
}

.btn-primary {
  display: inline-block;
  padding: 14px 36px;
  background: #001f4d;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #000f2b;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .section-title {
    font-size: 28px;
  }
}
