:root {
  --ndr-red: #f97316; /* screenshot ke close */
  --ndr-text: #5f5f5f;
  --ndr-dark: #2b2b2b;

  --ndr-white: #ffffff;
  --ndr-black: #0b0b0b;
  --ndr-overlay: rgba(0, 0, 0, 0.45); /* full hero subtle shade */
  --ndr-panel: rgba(0, 0, 0, 0.55); /* dark box behind text */

  --nd-red: #f97316; /* maroon/red tone */
  --nd-red-dark: #f97316;
  --nd-text: #5f5f5f;
  --nd-title: #a63a37;
  --nd-line: #d9d9d9;
  --nd-strip-h: 120px;
}

.ndr-hero-cyber .ndr-hero-bg {
  background-image: url("./assets/Support Process/1.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ---------------- INTRO ---------------- */
.ndr-intro__p {
  font-size: 20px;
  line-height: 2;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.ndr-link-red {
  color: var(--ndr-red);
  text-decoration: none;
  font-size: 16px;
}
.ndr-link-red:hover {
  color: var(--ndr-red);
  text-decoration: underline;
}

/* 4 column headings */
.ndr-feature__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 26px;
  margin-bottom: 10px;
}
.ndr-feature__text {
  max-width: 260px;
  margin: 0 auto;
  line-height: 1.9;
  font-size: 13px;
  color: #7b7b7b;
}

/* ---------------- CTA BAR ---------------- */
.ndr-cta {
  background: #8d8d8d;
  padding: 28px 0;
}
.ndr-cta__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.ndr-cta__text {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 26px;
  line-height: 1.25;
}
.ndr-cta__btn {
  display: inline-block;
  background: var(--ndr-red);
  color: #fff;
  text-decoration: none;
  padding: 10px 26px;
  border-radius: 6px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.ndr-cta__btn:hover {
  color: #fff;
  filter: brightness(0.95);
}
@media (max-width: 767px) {
  .ndr-cta__wrap {
    flex-direction: column;
    text-align: center;
  }
}

/* ---------------- AWARDS ---------------- */
.ndr-awards {
  background: #fff;
}
.ndr-awards__img {
  max-width: 100%;
  max-height: 130px;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
}

/* ---------------- PROACTIVE IT CONTENT START ---------------- */
.ndr-service-copy__container {
  max-width: 980px;
}
.ndr-service-copy__h2 {
  margin: 22px 0 10px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 800;
  font-size: 36px;
}
.ndr-service-copy__h2--dark {
  color: #222;
}
.ndr-service-copy__h2--red {
  color: var(--ndr-red);
}

.ndr-service-copy__p {
  font-size: 16px;
  line-height: 2.1;
  color: #7b7b7b;
  margin-bottom: 26px;
}
/* ===== Managed IT Services - Features Section ===== */
.nd-features {
  background: #ffffff;
}

.nd-features__title {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: clamp(22px, 2.2vw, 34px);
  color: #1f2328;
}

.nd-features__title span {
  color: var(--nd-red); /* maroon */
}

.nd-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.nd-feature__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  color: var(--nd-red);
  margin-top: 2px;
}

.nd-feature__icon svg {
  width: 48px;
  height: 48px;
  display: block;
}

.nd-feature__heading {
  margin: 0 0 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 24px;
  color: #1f2328;
  line-height: 1.05;
}

.nd-feature__text {
  margin: 0;
  color: #6b6f75;
  font-size: 13px;
  line-height: 1.7;
  max-width: 520px;
}

/* Make it look closer on large screens (same airy layout) */
@media (min-width: 992px) {
  .nd-features {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .nd-feature__heading {
    font-size: 28px;
  }
  .nd-feature__icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
  .nd-feature__icon svg {
    width: 52px;
    height: 52px;
  }
}

/* Slightly tighter on small screens */
@media (max-width: 575.98px) {
  .nd-feature__heading {
    font-size: 20px;
  }
  .nd-feature__text {
    font-size: 13px;
  }
}
/* Section background like screenshot */
.ndr-cta-form {
  background: #f2f2f2;
}

/* Left side */
.ndr-cta-title {
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1f1f1f;
  line-height: 1.05;
  font-size: clamp(28px, 3vw, 44px);
}

.ndr-cta-lead {
  color: #6b6b6b;
  font-size: 22px;
  line-height: 1.6;
  margin-top: 10px;
}

.ndr-cta-bold {
  color: #7a7a7a;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.35;
  margin-top: 30px;
}

/* Form look like screenshot */
.ndr-form {
  max-width: 620px;
  margin-left: auto;
}

.ndr-label {
  color: #6a6a6a;
  font-size: 18px;
  margin-bottom: 8px;
}

.ndr-input {
  border-radius: 0;
  border: 1px solid #bdbdbd;
  height: 46px;
  padding: 10px 12px;
  font-size: 16px;
  background: #fff;
}

.ndr-input:focus {
  box-shadow: none;
  border-color: #8a8a8a;
}

.ndr-textarea {
  height: auto;
  min-height: 160px;
}

/* Button like screenshot */
.ndr-submit {
  background: var(--nd-red); /* maroon */
  color: #fff;
  border-radius: 0;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 18px;
}

.ndr-submit:hover {
  background: #dddddd;
  color: var(--nd-red);
}

.ndr-form-msg {
  color: #2f7a2f;
  font-weight: 600;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .ndr-form {
    max-width: 100%;
    margin-left: 0;
  }
  .ndr-cta-lead {
    font-size: 18px;
  }
  .ndr-cta-bold {
    font-size: 20px;
  }
}
