.nccb-help {
  padding: 80px 20px;
  background: #f8f9fb;
}
.nccb-help-cards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.nccb-help-card {
  position: relative;
  background: #fff;
  padding: 40px 30px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  border-top: 5px solid transparent;
}
.nccb-help-card:nth-child(1) {
  border-color: #ffcc08;
}
.nccb-help-card:nth-child(2) {
  border-color: #71af43;
}
.nccb-help-card:nth-child(3) {
  border-color: #1f9cd7;
}
.nccb-help-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
/* Ribbon */
.card-ribbon {
  position: absolute;
  top: 18px;
  right: -35px;
  width: 130px;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transform: rotate(45deg);
  letter-spacing: 1px;
}
.nccb-help-card:nth-child(1) .card-ribbon {
  background: #ffcc08;
}
.nccb-help-card:nth-child(2) .card-ribbon {
  background: #71af43;
}
.nccb-help-card:nth-child(3) .card-ribbon {
  background: #1f9cd7;
}
.nccb-help-card h3 {
  font-size: 32px;
  color: #0081c6;
  margin-bottom: 15px;
  font-weight: 400;
}
.nccb-help-card p {
  color: #6b7280;
  line-height: 1.7;
  font-size: 16px;
}
/* Tablet */
@media (max-width: 991px) {
  .nccb-help-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .nccb-help-card h3 {
    font-size: 28px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .nccb-help {
    padding: 50px 15px;
  }
  .nccb-help-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .nccb-help-card {
    padding: 30px 20px;
  }
  .nccb-help-card h3 {
    font-size: 24px;
  }
  .nccb-help-card p {
    font-size: 15px;
  }
  .card-ribbon {
    width: 110px;
    right: -30px;
    font-size: 11px;
  }
}
.nccb-trust {
  padding: 90px 20px;
  background: #ffffff;
  font-family: "Segoe UI", Arial, sans-serif;
}
.nccb-trust-container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
/* Title */
.nccb-trust-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}
/* Subtitle */
.nccb-trust-subtitle {
  font-size: 15px;
  color: #64748b;
  margin-bottom: 40px;
}
/* Grid */
.nccb-trust-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
/* Pills style */
.nccb-trust-item {
  padding: 12px 18px;
  border: 1px solid #e2e8f0;
  font-size: 14px;
  color: #0f172a;
  background: #f8fafc;
  transition: 0.3s ease;
  cursor: default;
}
.nccb-trust-item:hover {
  background: #0f172a;
  color: #ffffff;
  transform: translateY(-3px);
}
.nccb-demo12 {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}
.nccb-demo12__container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nccb-demo12__card {
  width: 384px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}
.nccb-demo12__card:hover {
  transform: translateY(-6px);
}
.nccb-demo12__card img {
  width: 100%;
  height: auto;
  display: block;
}
.nccb-demo12__content h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.nccb-demo12__content p {
  margin: 0;
  color: #555;
  font-size: 14px;
}
/* Responsive */
@media (max-width: 1240px) {
  .nccb-demo12__container {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .nccb-demo12__card {
    width: 100%;
    max-width: 384px;
  }
}
.nccb-1trust h4 {
  padding: 40px;
  padding-top: 50px;
  font-size: 40px;
  font-weight: 400;
}
.nccb-newimg-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.nccb-newimg {
  display: inline-flex;
  margin: 0 auto;
  background: #fdf7e2;
  gap: 20px;
  width: fit-content;
  border-radius: 2px;
}
.nccb-newimg img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}
.nccb-newimg-content {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nccb-newimg-content h3 {
  margin: 0 0 10px;
  font-size: 30px;
  color: #2f5a2f;
  font-weight: 400;
}
.nccb-newimg-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
/* =========================
   NCCB Consultation Form
========================= */
* {
  box-sizing: border-box;
}
.nccb-cr-page {
  min-height: 100vh;
  padding: 40px 20px;
  background: linear-gradient(135deg, #f4f8fb 0%, #eef5ff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.nccb-cr-form-panel {
  width: 100%;
  max-width: 850px;
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.08),
    0 2px 10px rgba(0, 0, 0, 0.04);
}
/* =========================
   Header
========================= */
.nccb-cr-form-header {
  text-align: center;
  margin-bottom: 32px;
}
.nccb-cr-form-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.1);
  color: #0284c7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.nccb-cr-form-title {
  margin: 18px 0 10px;
  font-size: 34px;
  font-weight: 400;
  color: #0f172a;
  line-height: 1.2;
}
.nccb-cr-form-subtitle {
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}
.nccb-cr-form-subtitle strong {
  color: #0f172a;
}
/* =========================
   Layout
========================= */
.nccb-cr-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.nccb-cr-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* =========================
   Labels
========================= */
.nccb-cr-field label {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 8px;
}
/* =========================
   Inputs
========================= */
.nccb-cr-field input,
.nccb-cr-field select {
  width: 100%;
  height: 56px;
  border: 1.5px solid #dbe3ec;
  border-radius: 14px;
  padding: 0 16px;
  font-size: 15px;
  color: #0f172a;
  background: #fff;
  transition: all 0.25s ease;
}
.nccb-cr-field input::placeholder {
  color: #94a3b8;
}
.nccb-cr-field input:focus,
.nccb-cr-field select:focus {
  outline: none;
  border-color: #0ea5e9;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}
/* =========================
   Phone Input
========================= */
.nccb-cr-phone-wrap {
  display: flex;
  align-items: center;
  height: 56px;
  border: 1.5px solid #dbe3ec;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.25s ease;
}
.nccb-cr-phone-wrap:focus-within {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}
.nccb-cr-phone-prefix {
  background: #f8fafc;
  padding: 0 16px;
  font-weight: 600;
  color: #334155;
  border-right: 1px solid #e2e8f0;
  height: 100%;
  display: flex;
  align-items: center;
}
.nccb-cr-phone-wrap input {
  border: none !important;
  box-shadow: none !important;
}
/* =========================
   Select
========================= */
.nccb-cr-select-wrap {
  position: relative;
}
.nccb-cr-select-wrap select {
  appearance: none;
  cursor: pointer;
  padding-right: 40px;
}
.nccb-cr-select-wrap::after {
  content: "⌄";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  pointer-events: none;
  font-size: 18px;
}
/* =========================
   Privacy
========================= */
.nccb-cr-privacy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 20px 0 8px;
}
.nccb-cr-privacy input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #0ea5e9;
  margin-top: 3px;
}
.nccb-cr-privacy label {
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
}
.nccb-cr-privacy a {
  color: #0284c7;
  text-decoration: none;
  font-weight: 600;
}
.nccb-cr-privacy a:hover {
  text-decoration: underline;
}
/* =========================
   Error Messages
========================= */
.nccb-cr-error-msg {
  display: none;
  color: #dc2626;
  font-size: 13px;
  margin-top: 6px;
  font-weight: 500;
}
/* =========================
   Submit Button
========================= */
.nccb-cr-submit-btn {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 16px;
  margin-top: 16px;
  background: linear-gradient(135deg,
      #0ea5e9 0%,
      #0284c7 100%);
  color: white;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.25);
}
.nccb-cr-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(2, 132, 199, 0.35);
}
.nccb-cr-submit-btn:active {
  transform: translateY(0);
}
.nccb-cr-btn-loading {
  display: none;
}
/* =========================
   Success Box
========================= */
.nccb-cr-success-box {
  display: none;
  text-align: center;
  padding: 50px 30px;
}
.nccb-cr-success-box.nccb-cr-show {
  display: block;
}
.nccb-cr-success-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #22c55e;
  color: white;
  font-size: 38px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nccb-cr-success-box h2 {
  color: #0f172a;
  margin-bottom: 12px;
}
.nccb-cr-success-box p {
  color: #64748b;
  line-height: 1.7;
}
/* =========================
   Mobile
========================= */
@media (max-width: 768px) {
  .nccb-cr-form-panel {
    padding: 28px 20px;
  }
  .nccb-cr-row {
    flex-direction: column;
    gap: 16px;
  }
  .nccb-cr-form-title {
    font-size: 28px;
  }
  .nccb-cr-submit-btn {
    height: 56px;
  }
}
.image-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 20px;
  padding: 30px;
}
.image-row img {
  width: 20%;
  max-width: 200px;
  height: auto;
  display: block;
}
.free-nccb {
  padding: 5rem 2rem 6rem;
  max-width: 960px;
  margin: 0 auto;
}
.free-nccb .sec-eyebrow {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0081c6;
  margin-bottom: 8px;
}
.free-nccb .sec-title {
  font-size: 26px;
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: 4rem;
}
.free-nccb .tl-wrap {
  position: relative;
}
.free-nccb .tl-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: var(--color-border-tertiary);
  z-index: 0;
  border-radius: 2px;
  overflow: hidden;
}
.free-nccb .tl-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #0081c6;
  border-radius: 2px;
  transition: height 0.05s linear;
}
.free-nccb .tl-step {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  align-items: flex-start;
  padding-bottom: 3.5rem;
  position: relative;
  z-index: 1;
}
.free-nccb .dot {
  position: relative;
  overflow: hidden;
}
.free-nccb .dot-number {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  opacity: 0;
  transform: scale(.3);
  transition: all .45s ease;
}
.free-nccb .dot i {
  transition: all .35s ease;
}
/* When node becomes active */
.free-nccb .dot.lit .dot-number {
  opacity: 1;
  transform: scale(1);
}
.free-nccb .dot.lit i {
  opacity: 0;
  transform: scale(.5);
}
.free-nccb .tl-step:last-child {
  padding-bottom: 0;
}
.free-nccb .tl-node {
  display: flex;
  justify-content: center;
  padding-top: 2px;
}
.free-nccb .dot {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--color-border-tertiary);
  background: var(--color-background-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  z-index: 2;
}
.free-nccb .dot i {
  font-size: 16px;
  color: var(--color-text-secondary);
  transition: color 0.4s ease;
}
.free-nccb .dot.lit {
  border-color: #0081c6;
  background: #f1e4bb;
  box-shadow: 0 0 0 5px #e3f5ff;
}
.free-nccb .dot.lit i {
  color: #0081c6;
}
.free-nccb .tl-left {
  padding-right: 2.2rem;
  text-align: right;
}
.free-nccb .tl-right {
  padding-left: 2.2rem;
  text-align: left;
}
.free-nccb .empty {}
.free-nccb .step-num {
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0081c6;
  margin-bottom: 4px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.free-nccb .step-title {
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  color: #0081c6;
  margin-bottom: 5px;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease 0.05s, transform 0.5s ease 0.05s;
}
.free-nccb .step-sub {
  font-size: 24px;
  text-align: left;
  font-weight: 500;
  color: var(--color-text-secondary);
  margin-bottom: 7px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
}
.free-nccb .step-desc {
  font-size: 20px;
  color: var(--color-text-secondary);
  line-height: 1.65;
  text-align: left;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease 0.15s, transform 0.5s ease 0.15s;
}
.free-nccb .step-cta {
  margin-top: 14px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}
.free-nccb .tl-step.lit .step-num,
.free-nccb .tl-step.lit .step-title,
.free-nccb .tl-step.lit .step-sub,
.free-nccb .tl-step.lit .step-desc,
.free-nccb .tl-step.lit .step-cta {
  opacity: 1;
  transform: translateY(0);
}
.free-nccb .btn-solid {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #71af43;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 9px 20px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.free-nccb .btn-solid:hover {
  background: #0F6E56;
}
.free-nccb .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #80b445;
  border: 1.5px solid #80b445;
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.free-nccb .btn-ghost:hover {
  background: #E1F5EE;
}
.free-nccb .meet-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--color-text-secondary);
  background: var(--color-background-secondary);
  border: 0.5px solid var(--color-border-tertiary);
  border-radius: 999px;
  padding: 5px 14px;
  margin-top: 10px;
}
@media (max-width: 580px) {
  .free-nccb .tl-step {
    grid-template-columns: 36px 1fr;
    grid-template-rows: auto auto;
  }
  .free-nccb .tl-node {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-start;
  }
  .free-nccb .tl-left,
  .free-nccb .tl-right {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    padding-right: 0;
    padding-left: 1rem;
  }
  .free-nccb .tl-cta-col {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
    padding-left: 1rem;
  }
  .free-nccb .tl-line {
    left: 18px;
  }
  .free-nccb .empty {
    display: none;
  }
}
.free-nccb .tl-cta-col {
  display: flex;
  align-items: center;
  /* Vertical center */
  justify-content: center;
  /* Horizontal center */
  min-height: 100%;
}
.free-nccb .step-cta {
  margin-top: 0;
  /* remove the 14px offset */
  display: flex;
  align-items: center;
  justify-content: center;
}
#nccb-cr-username {
  background: #f5f5f5;
  color: #888;
  cursor: not-allowed;
  pointer-events: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.modal-content {
  background: #fff;
  width: 80%;
  max-width: 500px;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
.close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}


.cc-nccb ul{
    list-style:none;
    padding-left:0;
    line-height: 1.6;
}
.cc-nccb ul li{
    position:relative;
    padding-left:30px;
    text-align: left;
    font-size:20px;
    line-height:1.5;
    color:#000000;
    margin-bottom:8px;
}
.cc-nccb ul li::before {
  content: "";
  background-image: url("/assets/images/icons/nccb-bullet.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 8px;
}
.step-btn{
    height:50px;
    border:none;
    background:#0081C6;
    color:#fff;
    font-size:20px;
    font-weight:600;
    border-radius:10px;
    cursor:pointer;
    transition:0.3s;
}
/* HOVER */
.step-btn:hover{
    background:#80B445;
}



   /* ── Contact Page Layout ── */
        

        .contact-section .container-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .contact-section-header {
            text-align: center;
            max-width: 680px;
            margin: 0 auto 52px;
        }

        .contact-section-header h2 {
            font-size: 2.4rem;
            font-weight: 700;
            color: var(--nccb-blue, #003087);
            margin-bottom: 14px;
            line-height: 1.2;
        }

        .contact-section-header p {
            font-size: 1.1rem;
            color: #000000;
            line-height: 1.7;
        }

        /* ── Two-column layout ── */
        .contact-grid {
          max-width: 1100px;
          margin: 0 auto;
            display: grid;
            grid-template-columns: 5fr 7fr;
            gap: 32px;
            align-items: start;
        }

        /* ── Left: Info Card ── */
        .contact-info-card {
            color: #000000;
            padding: 44px 40px 48px;
            position: sticky;
            top: 24px;
        }

        .contact-info-card h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #000000;
            margin-bottom: 10px;
        }

        .contact-info-card > p {
            font-size: 0.97rem;
            color: rgba(0, 0, 0, 0.75);
            margin-bottom: 40px;
            line-height: 1.6;
        }

        .contact-info-item {
            display: flex;
            align-items: flex-start;
            gap: 18px;
            margin-bottom: 15px;
        }

        .contact-info-item:last-child {
            margin-bottom: 0;
        }

        .contact-info-icon {
            width: 44px;
            height: 44px;
            background: rgba(255,255,255,0.12);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .contact-info-icon i {
            font-size: 1.1rem;
            color: #000000;
        }

        .contact-info-item h4 {
            font-size: 0.78rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: rgba(0, 0, 0, 0.55);
            margin: 0 0 4px 0;
        }

        .social-icons{
          justify-content: center;
        }

        .contact-info-item p,
        .contact-info-item a {
            font-size: 22px;
            color: black;
            margin: 0;
            line-height: 1.5;
            text-decoration: none;
        }

        .contact-info-item a:hover {
            text-decoration: underline;
            text-underline-offset: 2px;
        }

        .contact-info-divider {
            border: none;
            border-top: 1px solid rgba(0, 0, 0, 0.15);
            margin: 32px 0;
        }

        .contact-social-row {
            display: flex;
            gap: 12px;
        }

        .contact-social-btn {
            width: 36px;
            height: 36px;
            background: rgba(255,255,255,0.12);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000000;
            font-size: 0.9rem;
            transition: background 0.2s;
            text-decoration: none;
        }

        .contact-social-btn:hover {
            background: rgba(255,255,255,0.25);
        }

        /* ── Right: Form Card ── */
        .contact-form-wrapper {
            background: #fffcf2;
            padding: 44px 40px 48px;
        }

        .contact-form-wrapper h3 {
            font-size: 26px;
            font-weight: 400;
            color: var(--nccb-blue, #003087);
            margin-bottom: 20px;
        }

        .contact-form-wrapper > p {
            font-size: 0.97rem;
            color: #777;
            margin-bottom: 32px;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .form-group {
            margin-bottom: 22px;
        }

        .form-group label {
            display: block;
            font-size: 18px;
            font-weight: 600;
            color: #7e7e7e;
            margin-bottom: 7px;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 12px 16px;
            font-family: inherit;
            font-size: 0.97rem;
            color: #222;
            background: #f8f9fc;
            border: 1.5px solid #e4e7ef;
            border-radius: 10px;
            transition: border-color 0.2s, background 0.2s;
            box-sizing: border-box;
            appearance: none;
        }

        .form-group input::placeholder,
        .form-group textarea::placeholder {
            color: #424242;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--nccb-blue, #003087);
            background: #fff;
        }

        .form-group textarea {
            resize: vertical;
            min-height: 130px;
        }

        .form-submit-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            padding: 15px 28px;
            background: var(--nccb-blue, #003087);
            color: #fff;
            font-family: inherit;
            font-size: 1rem;
            font-weight: 600;
            border: none;
            border-radius: 10px;
            cursor: pointer;
            transition: background 0.2s, transform 0.15s;
            letter-spacing: 0.01em;
        }

        .form-submit-btn:hover {
            background: #80B445;
            transform: translateY(-1px);
        }

        .form-submit-btn:active {
            transform: translateY(0);
        }

        /* ── Map ── */
        .map-section {
            background: #f5f7fa;
        }

      

        .map-wrapper {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 24px rgba(0,0,0,0.09);
            line-height: 0;
        }

        .map-wrapper iframe {
            width: 100%;
            height: 460px;
            border: 0;
            display: block;
        }

        /* ── Responsive ── */
        @media (max-width: 900px) {
            .contact-grid {
                grid-template-columns: 1fr;
            }

            .contact-info-card {
                position: static;
            }

            .form-row {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 600px) {
            .contact-info-card,
            .contact-form-wrapper {
                padding: 32px 24px;
            }

            .contact-section-header h2 {
                font-size: 1.9rem;
            }
        }

